net.xfra.qizxopen.xquery.dm
Class FONIDataModel
java.lang.Object
|
+--net.xfra.qizxopen.dm.FONIDM
|
+--net.xfra.qizxopen.xquery.dm.FONIDataModel
- public class FONIDataModel
- extends FONIDM
Implementation of XQuery Data Model above Fully-ordered documents.
Used for indexed and parsed documents.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FONIDataModel
public FONIDataModel(FONIDocument dom)
getDocumentNode
public Node getDocumentNode()
newNode
public Node newNode(int id)
newDmNode
public Node newDmNode(int id)
- Description copied from class:
FONIDM
- Internal purpose.
- Overrides:
newDmNode
in class FONIDM
convertBasicNode
public static Node convertBasicNode(FONIDM.BaseNode node)