Online documentation - Websydian v6.0 |
Users Guide | Patterns Reference | WebsydianExpress | Search |
» Related Information |
---|
Introduction Installation Other Uses Parts
Websydian DOM consists of five function suites.
The DomAbstract function suite scopes abstract functions from which all other functions in Websydian DOM inherit.
The DomInterfaces function suite scopes the Websydian DOM functions that implement the interface to the DOM methods and attributes.
The XmlParsers function suite contains functions specific to particular parsers. The XmlParsers function suite scopes one function for each parser supported in the DOM interface implementation. In the present version of the DOM function suite the following parsers are supported:
The DomServices function suite scopes functions which are not part of the DOM standard, but which are necessary or convenient when working with XML documents. For instance, the DomServices function suite scopes various functions for loading an XML document.
The XPath function suite contains functions used to access data in the XML document in accordance with the XPath specification.