Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/utils/
DStopParseException.java30 public class StopParseException extends org.xml.sax.SAXException class
36 StopParseException() in StopParseException() method in StopParseException
DStylesheetPIHandler.java324 throw new StopParseException(); in startElement()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DTransformerFactoryImpl.java59 import org.apache.xml.utils.StopParseException;
347 catch (StopParseException spe) in getAssociatedStylesheet()