Chapter 3 DynaScript Predefined Objects


DOMComment object

Object

The DOMComment object represents the text within a comment in an XML document.

Syntax

To use a DOMComment's property:

DOMComment.propertyName

To use a DOMComment's method:

DOMComment.MethodName( parameter ) 

Description

The DOMComment object has no properties or methods of its own, but it does inherit the properties and methods of the DOMCharacterData object.

See also

"DOMCharacterData object".

 


Copyright © 1999 Sybase, Inc. All rights reserved.