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.
Copyright © 1999 Sybase, Inc. All rights reserved. |