Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/
DXPathProcessorException.java28 public class XPathProcessorException extends XPathException class
37 public XPathProcessorException(String message) in XPathProcessorException() method in XPathProcessorException
50 public XPathProcessorException(String message, Exception e) in XPathProcessorException() method in XPathProcessorException
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
DExtensionsTable.java29 import org.apache.xpath.XPathProcessorException;
189 …throw new XPathProcessorException(XSLMessages.createMessage(XSLTErrorResources.ER_EXTENSION_FUNC_U… in extFunction()
235 …throw new XPathProcessorException(XSLMessages.createMessage(XSLTErrorResources.ER_EXTENSION_FUNC_U… in extFunction()
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DXPathParser.java28 import org.apache.xpath.XPathProcessorException;
150 catch (org.apache.xpath.XPathProcessorException e) in initXPath()
506 throw new XPathProcessorException(CONTINUE_AFTER_FATAL_ERROR); in consumeExpected()
535 throw new XPathProcessorException(CONTINUE_AFTER_FATAL_ERROR); in consumeExpected()