HomeSort by relevance Sort by last modified time
    Searched refs:startParse (Results 1 - 3 of 3) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
IncrementalSAXSource.java 87 public void startParse(InputSource source) throws SAXException;
DTMManagerDefault.java 405 coParser.startParse(xmlSource);
IncrementalSAXSource_Filter.java 91 // Support for startParse()
603 public void startParse(InputSource source) throws SAXException
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 154 milliseconds