Qizx/open API

Package net.axyana.qizxopen.xquery.dm

Interfaces and classes handling the XQuery Data Model.

See:
          Description

Interface Summary
XQNode A Data-Model Node that is also a XPath/XQuery Item.
 

Class Summary
DistinctNodeSequence Node Filter removing duplicates.
DocumentTest Represents the node test document-node().
EventDrivenBuilder An implementation of XMLEventReceiver that builds a XQCoreDataModel tree.
NodeBase Abstract base for actual Node implementations.
NodeSequenceBase  
XQCoreDataModel Basic in-core Implementation of XQuery Data Model.
XQFONIDataModel Implementation of XQuery Data Model above Fully-ordered documents.
XQFONIDataModel.INode  
 

Package net.axyana.qizxopen.xquery.dm Description

Interfaces and classes handling the XQuery Data Model.

The central interface is XQNode.

XQCoreDataModel and XQFONIDataModel are two implementations of the Data Model: XQCoreDataModel is used for constructed nodes, XQFONIDataModel for parsed documents.


© 2005 Axyana Software