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

  /external/apache-xml/src/main/java/org/apache/xpath/
XPathProcessorException.java 19 * $Id: XPathProcessorException.java 468655 2006-10-28 07:12:06Z minchau $
28 public class XPathProcessorException extends XPathException
33 * Create an XPathProcessorException object that holds
37 public XPathProcessorException(String message)
44 * Create an XPathProcessorException object that holds
50 public XPathProcessorException(String message, Exception e)
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExtensionsTable.java 29 import org.apache.xpath.XPathProcessorException;
189 throw new XPathProcessorException(XSLMessages.createMessage(XSLTErrorResources.ER_EXTENSION_FUNC_UNKNOWN, new Object[]{ns, funcName }));
235 throw new XPathProcessorException(XSLMessages.createMessage(XSLTErrorResources.ER_EXTENSION_FUNC_UNKNOWN,
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java 28 import org.apache.xpath.XPathProcessorException;
150 catch (org.apache.xpath.XPathProcessorException e)
506 throw new XPathProcessorException(CONTINUE_AFTER_FATAL_ERROR);
535 throw new XPathProcessorException(CONTINUE_AFTER_FATAL_ERROR);
    [all...]

Completed in 170 milliseconds