Chapter 3 DynaScript Predefined Objects


DOMCDATASection object

Object

Holds text data that includes characters that would otherwise need escaping or replacing by entity references in an XML document.

Syntax

To use a DOMCDATASection's property:

DOMCDATASection.propertyName

To use a DOMCDATASection's method:

DOMCDATASection.MethodName( parameter ) 

Description

The DOMCDATASection object has no properties or methods of its own, but inherits all the methods and properties of the DOMText object.

 


Copyright © 1999 Sybase, Inc. All rights reserved.