Uses of Class
org.w3c.dom.xpath.XPathException

Packages that use XPathException
org.apache.xpath.domapi   
org.w3c.dom.xpath   
 

Uses of XPathException in org.apache.xpath.domapi
 

Methods in org.apache.xpath.domapi that throw XPathException
 java.lang.Object XPathExpressionImpl.evaluate(Node contextNode, short type, java.lang.Object result)
          This method provides an implementation XPathResult.evaluate according to the DOM L3 XPath Specification, Working Draft 28, March 2002.
 double XPathResultImpl.getNumberValue()
          The value of this number result.
 java.lang.String XPathResultImpl.getStringValue()
          The value of this string result.
 boolean XPathResultImpl.getBooleanValue()
           
 Node XPathResultImpl.getSingleNodeValue()
          The value of this single node result, which may be null.
 int XPathResultImpl.getSnapshotLength()
          The number of nodes in the result snapshot.
 Node XPathResultImpl.iterateNext()
          Iterates and returns the next node from the node set or nullif there are no more nodes.
 Node XPathResultImpl.snapshotItem(int index)
          Returns the indexth item in the snapshot collection.
 XPathExpression XPathEvaluatorImpl.createExpression(java.lang.String expression, XPathNSResolver resolver)
          Creates a parsed XPath expression with resolved namespaces.
 java.lang.Object XPathEvaluatorImpl.evaluate(java.lang.String expression, Node contextNode, XPathNSResolver resolver, short type, java.lang.Object result)
          Evaluates an XPath expression string and returns a result of the specified type if possible.
 

Uses of XPathException in org.w3c.dom.xpath
 

Methods in org.w3c.dom.xpath that throw XPathException
 double XPathResult.getNumberValue()
          The value of this number result.
 java.lang.String XPathResult.getStringValue()
          The value of this string result.
 boolean XPathResult.getBooleanValue()
          The value of this boolean result.
 Node XPathResult.getSingleNodeValue()
          The value of this single node result, which may be null.
 int XPathResult.getSnapshotLength()
          The number of nodes in the result snapshot.
 Node XPathResult.iterateNext()
          Iterates and returns the next node from the node set or nullif there are no more nodes.
 Node XPathResult.snapshotItem(int index)
          Returns the indexth item in the snapshot collection.
 XPathExpression XPathEvaluator.createExpression(java.lang.String expression, XPathNSResolver resolver)
          Creates a parsed XPath expression with resolved namespaces.
 java.lang.Object XPathEvaluator.evaluate(java.lang.String expression, Node contextNode, XPathNSResolver resolver, short type, java.lang.Object result)
          Evaluates an XPath expression string and returns a result of the specified type if possible.
 java.lang.Object XPathExpression.evaluate(Node contextNode, short type, java.lang.Object result)
          Evaluates this XPath expression and returns a result.
 



Copyright © 2004 Apache XML Project. All Rights Reserved.