Searched refs:isRootDocument (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java399 fResultDepth = isRootDocument() ? 0 : fParentXIncludeHandler.getResultDepth();
789 if (!isRootDocument()
816 if (isRootDocument() && fDocumentHandler != null) {
833 if (isRootDocument() && fDocumentHandler != null) {
845 if (isRootDocument() && fDocumentHandler != null) {
1172 if (isRootDocument()) {
1975 return fDepth == 1 && !isRootDocument();
2147 if (isRootDocument()) {
2218 if (!isRootDocument() && depth == 0) {
2233 if (!isRootDocument()
2419 protected boolean isRootDocument() { method in class:XIncludeHandler
[all...]
H A DXPointerElementHandler.java758 protected boolean isRootDocument() { method in class:XPointerElementHandler

Completed in 1666 milliseconds