|
Qizx/open API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.axyana.qizxopen.dm.DataModel
net.axyana.qizxopen.dm.FONIDataModel
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 | |
static class |
FONIDataModel.BaseNode
|
static interface |
FONIDataModel.Factory
Data Model factory: can be used by XML Libraries to create documents and nodes. |
Constructor Summary | |
FONIDataModel(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. |
Methods inherited from class net.axyana.qizxopen.dm.DataModel |
exportDocument, exportNode |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FONIDataModel(FONIDocument dom)
Method Detail |
public Node documentNode() throws DataModelException
DataModelException
public java.lang.String getDocumentURI() throws DataModelException
DataModelException
public int estimateMemorySize() throws DataModelException
DataModelException
public FONIDocument getDom()
public Node newDmNode(int id)
|
© 2005 Axyana Software | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |