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

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DIncrementalSAXSource.java87 public void startParse(InputSource source) throws SAXException; method in interface:IncrementalSAXSource
H A DDTMManagerDefault.java405 coParser.startParse(xmlSource);
H A DIncrementalSAXSource_Filter.java91 // Support for startParse()
603 public void startParse(InputSource source) throws SAXException method in class:IncrementalSAXSource_Filter
608 throw new SAXException(XMLMessages.createXMLMessage(XMLErrorResources.ER_XMLRDR_NOT_BEFORE_STARTPARSE, null)); //"XMLReader not before startParse request");
685 startParse() thread. Only its type is important. */
770 filter.startParse(source);

Completed in 86 milliseconds