Home
last modified time | relevance | path

Searched refs:XPathException (Results 1 – 6 of 6) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/
DXPathException.java36 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
DXPathProcessorException.java28 public class XPathProcessorException extends XPathException
/external/cldr/tools/java/org/unicode/cldr/util/
DXPathExpressionParser.java18 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()
DVariableAndPathParser.java9 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/
DXObject.java33 import org.apache.xpath.XPathException;
709 throw new XPathException(fmsg, this); in error()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestLocale.java13 import javax.xml.xpath.XPathException;
150 } catch (XPathException e) { in checkForAliases()