Searched refs:getNthDescendant (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/
H A DDOM.java63 public DTMAxisIterator getNthDescendant(int node, int n, boolean includeself); method in interface:DOM
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DDOMAdapter.java216 public DTMAxisIterator getNthDescendant(int type, int n, method in class:DOMAdapter
218 return _dom.getNthDescendant(getReverse()[type], n, includeself);
H A DMultiDOM.java410 public DTMAxisIterator getNthDescendant(int node, int n, method in class:MultiDOM
413 return _adapters[getDTMId(node)].getNthDescendant(node, n, includeself);
H A DAdaptiveResultTreeImpl.java195 public DTMAxisIterator getNthDescendant(int node, int n, boolean includeself) method in class:AdaptiveResultTreeImpl
198 return _dom.getNthDescendant(node, n, includeself);
201 return super.getNthDescendant(node, n, includeself);
H A DSimpleResultTreeImpl.java362 public DTMAxisIterator getNthDescendant(int node, int n, boolean includeself) method in class:SimpleResultTreeImpl
H A DSAXImpl.java1552 public DTMAxisIterator getNthDescendant(int type, int n, boolean includeself) method in class:SAXImpl

Completed in 62 milliseconds