Chapter 3 DynaScript Predefined Objects


DOMEntityReference object

Object

Represents an entity reference in an XML document.

Syntax

To use a DOMEntityReference's property:

DOMEntityReference.propertyName

To use a DOMEntityReference's method:

DOMEntityReference.MethodName( parameter ) 

Description

The DOMEntityReference object has no properties or methods of its own, but it does inherit all of the properties and methods of the DOMNode object. The children of the DOMEntityReference object represent the replacement value of the entity reference.

See also

"DOMNode object".

"DOMEntity object".

 


Copyright © 1999 Sybase, Inc. All rights reserved.