Searched refs:XPathException (Results 1 – 6 of 6) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xpath/ |
D | XPathException.java | 36 public class XPathException extends TransformerException class 72 public XPathException(String message, ExpressionNode ex) in XPathException() method in XPathException 84 public XPathException(String message) in XPathException() method in XPathException 129 public XPathException(String message, Object styleNode) in XPathException() method in XPathException 146 public XPathException(String message, Node styleNode, Exception e) in XPathException() method in XPathException 162 public XPathException(String message, Exception e) in XPathException() method in XPathException
|
D | XPathProcessorException.java | 28 public class XPathProcessorException extends XPathException
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | XPathExpressionParser.java | 18 import javax.xml.xpath.XPathException; 138 …athString, QName expectedResult, SimpleContentHandlingInterface<?> handler) throws XPathException { in evaluate() 148 …blic void evaluateToNode(String xPathString, NodeHandlingInterface handler) throws XPathException { in evaluateToNode() 159 …tring xPathString, QName expectedReturnType, NodeHandlingInterface handler) throws XPathException { in iterate() 171 …terateThroughNodeSet(String xPathExpression, NodeHandlingInterface handler) throws XPathException { in iterateThroughNodeSet()
|
D | VariableAndPathParser.java | 9 import javax.xml.xpath.XPathException; 107 } catch (XPathException e) { in getVariables() 134 } catch (XPathException e) { in getPaths()
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
D | XObject.java | 33 import org.apache.xpath.XPathException; 709 throw new XPathException(fmsg, this); in error()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestLocale.java | 13 import javax.xml.xpath.XPathException; 150 } catch (XPathException e) { in checkForAliases()
|