Searched defs:getDocumentRoot (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2RTFDTM.java182 public int getDocumentRoot(int nodeHandle) method in class:SAX2RTFDTM
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DParser.java505 public SyntaxTreeNode getDocumentRoot() { method in class:Parser
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTM.java360 * or getDocumentRoot(nodeHandle) instead.
374 * @see #getDocumentRoot(int nodeHandle)
387 public int getDocumentRoot(int nodeHandle); method in interface:DTM
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DAdaptiveResultTreeImpl.java900 public int getDocumentRoot(int nodeHandle) method in class:AdaptiveResultTreeImpl
903 return _dom.getDocumentRoot(nodeHandle);
906 return super.getDocumentRoot(nodeHandle);
H A DSimpleResultTreeImpl.java785 public int getDocumentRoot(int nodeHandle) method in class:SimpleResultTreeImpl
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBase.java1364 int rootHandle = getDocumentRoot(makeNodeHandle(elementNodeIndex));
1600 return getDocumentRoot(nodeHandle);
1611 public int getDocumentRoot(int nodeHandle) method in class:DTMDefaultBase
H A DDTMDocumentImpl.java1363 public int getDocumentRoot() { method in class:DTMDocumentImpl
1408 public int getDocumentRoot(int nodeHandle) { method in class:DTMDocumentImpl
/openjdk7/jdk/src/share/classes/java/awt/
H A DWindow.java1629 Window getDocumentRoot() { method in class:Window

Completed in 70 milliseconds