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

  /external/apache-xml/src/main/java/org/apache/xml/utils/
StopParseException.java 19 * $Id: StopParseException.java 468655 2006-10-28 07:12:06Z minchau $
30 public class StopParseException extends org.xml.sax.SAXException
34 * Constructor StopParseException.
36 StopParseException()
StylesheetPIHandler.java 317 * @throws StopParseException since there can be no valid xml-stylesheet processing
324 throw new StopParseException();
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
TransformerFactoryImpl.java 59 import org.apache.xml.utils.StopParseException;
343 catch (StopParseException spe)

Completed in 1478 milliseconds