Home
last modified time | relevance | path

Searched refs:startParse (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DIncrementalSAXSource.java87 public void startParse(InputSource source) throws SAXException; in startParse() method
DIncrementalSAXSource_Filter.java603 public void startParse(InputSource source) throws SAXException in startParse() method in IncrementalSAXSource_Filter
DDTMManagerDefault.java405 coParser.startParse(xmlSource); in getDTM()