Qizx/Open v0.4p2

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.


Nested Class Summary
 
Nested classes inherited from class net.xfra.qizxopen.dm.FONIDM
FONIDM.BaseNode
 
Constructor Summary
FONIDataModel(FONIDocument dom)
           
 
Method Summary
static Node convertBasicNode(FONIDM.BaseNode node)
           
 Node getDocumentNode()
           
 Node newDmNode(int id)
          Internal purpose.
 Node newNode(int id)
           
 
Methods inherited from class net.xfra.qizxopen.dm.FONIDM
documentNode, estimateMemorySize, getDocumentURI, getDom, setOwner
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FONIDataModel

public FONIDataModel(FONIDocument dom)
Method Detail

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)

 Copyright Xavier FRANC 2003-2004