Searched defs:documentHandle (Results 1 - 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTM.java621 * @param documentHandle the document handle
624 public String getDocumentVersion(int documentHandle); argument
782 * @param documentHandle A node handle that must identify a document.
786 public boolean isDocumentAllDeclarationsProcessed(int documentHandle); argument
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBase.java1983 * @param documentHandle The document handle
1987 public String getDocumentVersion(int documentHandle) argument
2153 * @param documentHandle A node handle that must identify a document.
2157 public boolean isDocumentAllDeclarationsProcessed(int documentHandle) argument
H A DDTMDocumentImpl.java1827 * @param documentHandle the document handle
1831 public String getDocumentVersion(int documentHandle) {return null;} argument
1978 * @param documentHandle A node handle that must identify a document.
1982 public boolean isDocumentAllDeclarationsProcessed(int documentHandle) {return false;} argument

Completed in 70 milliseconds