Chapter 3 DynaScript Predefined Objects
The DOMComment
object
represents the text within a comment in an XML document.
To use a DOMComment's property:
DOMComment.propertyName
To use a DOMComment's method:
DOMComment.MethodName( parameter )
The DOMComment
object has
no properties or methods of its own, but it does inherit the properties
and methods of the DOMCharacterData
object.
Copyright © 1999 Sybase, Inc. All rights reserved. |