Qizx/db 2.1 API

Uses of Interface
com.qizx.api.Document

Packages that use Document
com.qizx.api API of the embeddable version of the Qizx/db database engine. 
 

Uses of Document in com.qizx.api
 

Methods in com.qizx.api that return Document
 Document Library.getDocument(String absolutePath)
          Gets a Document by its path inside the Library.
 Document Library.importDocument(String documentPath, InputSource source)
          Imports a Document into the Library by parsing a SAX InputSource.
 Document Library.importDocument(String documentPath, URL url)
          Imports a Document into the Library by parsing XML text from an URL.
 Document Library.importDocument(String documentPath, File file)
          Imports a Document into the Library by parsing XML text from a File.
 Document Library.importDocument(String documentPath, String data)
          Imports a Document into the Library by parsing a string representing a XML fragment.
 Document Library.endImportDocument()
          Document import primitive: finishes a document import started with beginImportDocument() and returns a Document descriptor.
 Document Library.lockDocument(String path, int timeOutMillis)
          Locks a Document to initiate a safe concurrent update.
 Document Node.getLibraryDocument()
          Returns the XML Library Document the Node belongs to, if applicable.
 


© 2008 Axyana Software