Chapter 3 DynaScript Predefined Objects


DOMEntity object

Object

Represents an entity declared in the document type declaration (DTD).

Syntax

To use a DOMEntity's property:

DOMEntity.propertyName

To use a DOMEntity's method:

DOMEntity.MethodName( parameter ) 

Description

The DOMEntity object has no methods of its own, but it does inherit all the properties and methods of the DOMNode object, and has its own properties, which are discussed in this section.

 


Copyright © 1999 Sybase, Inc. All rights reserved.