Chapter 3 DynaScript Predefined Objects
Represents a notation declared in the DTD.
To use a DOMNotation's property:
DOMNotation.propertyName
To use a DOMNotation's method:
DOMNotation.MethodName( parameter )
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.
DOMNotation.publicId
The public identifier of this notation, or null if no public identifier was specified.
DOMNotation.systemId
The system identifier of this notation, or null if no system identifier was specified.
Copyright © 2001 Sybase, Inc. All rights reserved. |
![]() |