Searched defs:getElementsWithIDs (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/
H A DDOM.java106 public Hashtable getElementsWithIDs(); method in interface:DOM
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DDOMAdapter.java465 public Hashtable getElementsWithIDs() { method in class:DOMAdapter
466 return _dom.getElementsWithIDs();
H A DMultiDOM.java668 public Hashtable getElementsWithIDs() { method in class:MultiDOM
669 return _main.getElementsWithIDs();
H A DAdaptiveResultTreeImpl.java559 public Hashtable getElementsWithIDs() method in class:AdaptiveResultTreeImpl
562 return _dom.getElementsWithIDs();
565 return super.getElementsWithIDs();
H A DSAXImpl.java1845 public Hashtable getElementsWithIDs() { method in class:SAXImpl
H A DSimpleResultTreeImpl.java611 public Hashtable getElementsWithIDs() method in class:SimpleResultTreeImpl

Completed in 82 milliseconds