|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentManager
A DocumentManager gives access to XML documents and collections.
Method Summary | |
---|---|
Sequence |
getCollection(java.lang.String systemId)
Finds a collection, is called by the collection() function. |
DocumentNode |
getDocument(java.lang.String systemId)
Finds a document, is called by the document() function. |
void |
setDocumentRoot(java.lang.String root)
Method setDocumentRoot |
Method Detail |
---|
DocumentNode getDocument(java.lang.String systemId) throws InputException, MalformedURIException
systemId
- a URI where to find the document. If a document
root is set, the systemId is extended with this root to get a absolute URI.
InputException
MalformedURIException
Sequence getCollection(java.lang.String systemId) throws InputException, MalformedURIException
systemId
- a URI where to find the collection. If a document
root is set, the systemId is extended with this root to get a absolute URI.
InputException
MalformedURIException
void setDocumentRoot(java.lang.String root) throws MalformedURIException
root
- a String defining the root where to find the documents.
MalformedURIException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |