Chapter 3 DynaScript Predefined Objects
Provides a means of querying the capabilities of this application's implementation of DOM.
To use a DOMImplementation's method:
DOMImplementation.MethodName( parameter )
The DOMImplementation
object
has one method used to query the features supported by this specific
implementation of DOM. This method is independent of any particular
instance of a DOMDocument
.
Dynamo's current implementation of DOM supports parsing of XML 1.0 documents according to DOM Level 1.
Copyright © 1999 Sybase, Inc. All rights reserved. |