| 
BEA Systems, Inc. | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Packages that use XPathException | |
| weblogic.xml.xpath | This package contains all of the classes required to perform XPath matching against a document represented as a DOM, XMLNode, or against an XMLInputStream. | 
| Uses of XPathException in weblogic.xml.xpath | 
| Subclasses of XPathException in weblogic.xml.xpath | |
 class | 
XPathParsingException
Thrown to indicate that an error occurred during the parsing of an XPath, usually as the result of a syntactical error in the xpath.  | 
 class | 
XPathUnsupportedException
Exception thrown when an attempt is made to parse an XPath which contains expressions that cannot be supported by the chosen document-inspection model.  | 
| Methods in weblogic.xml.xpath that throw XPathException | |
 int | 
XMLNodeXPath.getType()
Returns one of the integer constants declared above to indicate what type of value this XPath returns.  | 
 String | 
XMLNodeXPath.evaluateAsString(weblogic.xml.xmlnode.XMLNode node)
Evaluates this XPath in the context of the given XMLNode Node and returns the result as a String.  | 
 boolean | 
XMLNodeXPath.evaluateAsBoolean(weblogic.xml.xmlnode.XMLNode node)
Evaluates this XPath in the context of the given XMLNode Node and returns the result as a boolean.  | 
 List | 
XMLNodeXPath.evaluateAsNodeset(weblogic.xml.xmlnode.XMLNode node)
Evaluates this XPath in the context of the given Node and returns the result as a node-set.  | 
 double | 
XMLNodeXPath.evaluateAsNumber(weblogic.xml.xmlnode.XMLNode node)
Evaluates this XPath in the context of the given XMLNode Node and returns the result as a number.  | 
 int | 
DOMXPath.getType()
Returns one of the integer constants declared above to indicate what type of value this XPath returns.  | 
 Set | 
DOMXPath.evaluateAsNodeset(Document document)
Evaluates this XPath in the context of the given document and returns the result as a node-set.  | 
 String | 
DOMXPath.evaluateAsString(Document document)
Evaluates this XPath in the context of the given document and returns the result as a String.  | 
 boolean | 
DOMXPath.evaluateAsBoolean(Document document)
Evaluates this XPath in the context of the given document and returns the result as a boolean.  | 
 double | 
DOMXPath.evaluateAsNumber(Document document)
Evaluates this XPath in the context of the given document and returns the result as a number.  | 
 Set | 
DOMXPath.evaluateAsNodeset(Node contextNode)
Evaluates this XPath in the context of the given Node and returns the result as a node-set.  | 
 String | 
DOMXPath.evaluateAsString(Node contextNode)
Evaluates this XPath in the context of the given Node and returns the result as a String.  | 
 boolean | 
DOMXPath.evaluateAsBoolean(Node contextNode)
Evaluates this XPath in the context of the given Node and returns the result as a boolean.  | 
 double | 
DOMXPath.evaluateAsNumber(Node contextNode)
Evaluates this XPath in the context of the given Node and returns the result as a number.  | 
| Constructors in weblogic.xml.xpath that throw XPathException | |
XMLNodeXPath(String xpath)
Constructs an object for evaluating the XPath expression contained in the given String.  | 
|
StreamXPath(String xpath)
Constructs a new representation of the given xpath.  | 
|
DOMXPath(String xpath)
Constructs an object for evaluating the XPath expression contained in the given String.  | 
|
  | 
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs91 Copyright 2005 BEA Systems Inc.  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||