net.axyana.qizxopen.xquery.dm
Class XQFONIDataModel
java.lang.Object
net.axyana.qizxopen.dm.DataModel
net.axyana.qizxopen.dm.FONIDataModel
net.axyana.qizxopen.xquery.dm.XQFONIDataModel
- All Implemented Interfaces:
- java.io.Serializable
- public class XQFONIDataModel
- extends FONIDataModel
Implementation of XQuery Data Model above Fully-ordered documents.
Used for indexed and parsed documents.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XQFONIDataModel
public XQFONIDataModel(FONIDocument dom)
getDocumentNode
public XQNode getDocumentNode()
throws XQEvalException
- Throws:
XQEvalException
newNode
public XQNode newNode(int id)
newDmNode
public Node newDmNode(int id)
- Description copied from class:
FONIDataModel
- Internal purpose.
- Overrides:
newDmNode
in class FONIDataModel
convertBasicNode
public static XQNode convertBasicNode(FONIDataModel.BaseNode node)