Online documentation - Websydian v6.0 |
Users Guide | Patterns Reference | WebsydianExpress | Search |
Introduction Installation Other Uses Parts
DomAbstract Function Suite
The DomAbstract function suite scopes abstract functions
that all other functions in Websydian DOM inherit from.
BasicFunctionShell introduces the parameter ExceptionCode which is used in all functions scoped to the DomInterfaces, DomServices, XmlParsers, and XPath functions.
AbstractFunctionShell introduces the parameters ObjectReference and ObjectStoreReference which is used in all functions in Websydian DOM. AbstractFunctionShell inherits from the BasicFunctionShell function.
DomLevel1 is used for DOM Level 1 functions. All functions which implement DOM methods/attributes belonging to DOM Level 1 inherit from the DomLevel1 function.
DomLevel2 is used for DOM Level 2 functions. All WSYDOM functions which implement DOM methods/attributes belonging to DOM Level 2 inherit from the DomLevel2 function.
ParserSpecific is used for functions specific to a certain XML parser. These functions all inherit from the ParserSpecific function. The parser specific WSYDOM functions do not implement methods/attributes from the DOM standard, but are necessary or convenient when working with XML documents.