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.

 


Copyright © 1999 Sybase, Inc. All rights reserved.