|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XMLDocument in org.xquark.xml.xdbc |
Methods in org.xquark.xml.xdbc that return XMLDocument | |
XMLDocument |
XMLResultSet.getMetaData()
Returns the result set metadata (the XML Schema that models the returned data) as an XMLDocument. |
XMLDocument |
XMLResultSet.getFragmentsAsDocument(java.lang.String namespace,
java.lang.String localName,
java.lang.String qName)
Returns the fragments contained in the result set as a single XML document, with a document root element having the specified namespace, local name and qualified name. |
XMLDocument |
XMLDocumentSet.nextDocument()
Returns the next result as an XML document and increments by 1 the cursor position. |
XMLDocument |
XMLDocumentFiler.insertDocument(org.xml.sax.InputSource input)
Inserts an XML document in the filer's collection using the SAX method. |
XMLDocument |
XMLDocumentFiler.insertDocument(org.xml.sax.InputSource input,
java.lang.String id)
Inserts an XML document in the filer's collection using the SAX method. |
XMLDocument |
XMLDocumentFiler.insertDocument(org.xml.sax.XMLReader parser,
org.xml.sax.InputSource input)
Inserts an XML document in the filer's collection using the SAX method. |
XMLDocument |
XMLDocumentFiler.insertDocument(org.xml.sax.XMLReader parser,
org.xml.sax.InputSource input,
java.lang.String id)
Inserts an XML document in the filer's collection using the SAX method. |
XMLDocument |
XMLDocumentFiler.insertDocument(org.w3c.dom.Document doc)
Inserts the XML document in the filer's collection. |
XMLDocument |
XMLDocumentFiler.insertDocument(org.w3c.dom.Document doc,
java.lang.String id)
Inserts the XML document in the filer's collection with the specified identifier. |
XMLDocument |
XMLDocumentFiler.insertDocument(java.lang.String doc)
Inserts the XML document contained in the string in the filer's collection. |
XMLDocument |
XMLDocumentFiler.insertDocument(java.lang.String doc,
java.lang.String id)
Inserts the XML document contained in the string in the filer's collection with the specified identifier. |
XMLDocument |
XMLDataSourceMetaData.getPathSet(java.lang.String colName)
Retrieves the XML document describing all existing paths in all documents of the specified XML collection. |
XMLDocument |
XMLDataSourceMetaData.getSchema(java.lang.String targetNamespace)
Retrieves the XML document describing the XML schema for the given namespace. |
XMLDocument |
XMLDataSourceMetaData.getMetaData()
Retrieves the XML document describing the complete metadata of the data source. |
XMLDocument |
XMLCollection.getDocument(java.lang.String documentID)
Retrieves an XML document in the XML collection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |