Qizx/Open v0.4p2

net.xfra.qizxopen.dm
Class FONIDM

java.lang.Object
  |
  +--net.xfra.qizxopen.dm.FONIDM
Direct Known Subclasses:
FONIDataModel

public class FONIDM
extends java.lang.Object

An Implementation of the Data Model above FONI documents, which can be used independently of XQuery.

Used for indexed and parsed documents.


Nested Class Summary
 class FONIDM.BaseNode
           
 
Constructor Summary
FONIDM(FONIDocument dom)
           
 
Method Summary
 Node documentNode()
          Returns the document (or root) node.
 int estimateMemorySize()
          For cache management.
 java.lang.String getDocumentURI()
          Base URI of the document.
 FONIDocument getDom()
           
 Node newDmNode(int id)
          Internal purpose.
 void setOwner(java.lang.Object owner)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FONIDM

public FONIDM(FONIDocument dom)
Method Detail

documentNode

public Node documentNode()
Returns the document (or root) node.


getDocumentURI

public java.lang.String getDocumentURI()
Base URI of the document.


estimateMemorySize

public int estimateMemorySize()
For cache management.


getDom

public FONIDocument getDom()

newDmNode

public Node newDmNode(int id)
Internal purpose.


setOwner

public void setOwner(java.lang.Object owner)

 Copyright Xavier FRANC 2003-2004