Chapter 3 DynaScript Predefined Objects


DOMCharacterData object

Object

Represents character data in an XML document.

Syntax

To use a DOMCharacterData's property:

DOMCharacterData.propertyName

To use a DOMCharacterData's method:

DOMCharacterData.MethodName( parameter ) 

Description

The DOMCharacterDATA object inherits all the methods and properties of the DOMNode object as well as providing its own set of methods and properties to access and manipulate character data in the DOM.

 


Copyright © 1999 Sybase, Inc. All rights reserved.