|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.saxon.om.DocumentPool
An object representing the collection of documents handled during a single transformation.
From Saxon 7.2, the function of allocating document numbers is performed by the NamePool, not by the DocumentPool. This has a number of effects: in particular it allows operations involving multiple documents (such as generateId() and document()) to occur in a free-standing XPath environment.
Constructor Summary | |
DocumentPool()
|
Method Summary | |
void |
add(DocumentInfo doc,
java.lang.String name)
Add a document to the pool |
DocumentInfo |
discard(DocumentInfo doc)
Release a document from the document pool. |
DocumentInfo |
find(java.lang.String name)
Get the document with a given name |
java.lang.String |
getDocumentURI(NodeInfo doc)
Get the URI for a given document node, if it is present in the pool. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DocumentPool()
Method Detail |
public void add(DocumentInfo doc, java.lang.String name)
doc
- The DocumentInfo for the document in questionname
- The name of the document.public DocumentInfo find(java.lang.String name)
public java.lang.String getDocumentURI(NodeInfo doc)
doc
- The document node
public DocumentInfo discard(DocumentInfo doc)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |