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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DIncrementalSAXSource.java89 public void startParse(InputSource source) throws SAXException; method in interface:IncrementalSAXSource
H A DIncrementalSAXSource_Xerces.java261 /** startParse() is a simple API which tells the IncrementalSAXSource
267 public void startParse(InputSource source) throws SAXException method in class:IncrementalSAXSource_Xerces
270 throw new SAXException(XMLMessages.createXMLMessage(XMLErrorResources.ER_STARTPARSE_NEEDS_SAXPARSER, null)); //"startParse needs a non-null SAXParser.");
272 throw new SAXException(XMLMessages.createXMLMessage(XMLErrorResources.ER_STARTPARSE_WHILE_PARSING, null)); //"startParse may not be called while parsing.");
417 parser.startParse(source);
H A DDTMManagerDefault.java408 coParser.startParse(xmlSource);
H A DIncrementalSAXSource_Filter.java97 // Support for startParse()
609 public void startParse(InputSource source) throws SAXException method in class:IncrementalSAXSource_Filter
614 throw new SAXException(XMLMessages.createXMLMessage(XMLErrorResources.ER_XMLRDR_NOT_BEFORE_STARTPARSE, null)); //"XMLReader not before startParse request");
691 startParse() thread. Only its type is important. */
776 filter.startParse(source);

Completed in 38 milliseconds