Online documentation - Websydian v6.0

Users Guide | Patterns Reference | WebsydianExpress | Search

 
» Related Information

Understanding the ObjectStore

Error handling

Websydian DOM - Parts



Websydian DOM consists of five function suites.

DomAbstract Function Suite

The DomAbstract function suite scopes abstract functions from which all other functions in Websydian DOM inherit.

DomInterfaces Function Suite

The DomInterfaces function suite scopes the Websydian DOM functions that implement the interface to the DOM methods and attributes.  

XmlParsers Function Suite

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:

DomServices Function Suite

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. 

XPath Function Suite

The XPath function suite contains functions used to access data in the XML document in accordance with the XPath specification.