Chapter 3 DynaScript Predefined Objects


DOMNotation object

Object

Represents a notation declared in the DTD.

Syntax

To use a DOMNotation's property:

DOMNotation.propertyName

To use a DOMNotation's method:

DOMNotation.MethodName( parameter ) 

Description

DOMNotation objects inherit the properties and methods of the DOMNode object. The nodeName property inherited from DOMNode holds the declared name of the notation.

A notation node does not have any parent.

publicId property

Syntax

DOMNotation.publicId

Description

The public identifier of this notation, or null if no public identifier was specified.

systemId property

Syntax

DOMNotation.systemId

Description

The system identifier of this notation, or null if no system identifier was specified.

 


Copyright © 2001 Sybase, Inc. All rights reserved.