| 
 | Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 | ||||||||||
| 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 | XPathParsingExceptionThrown to indicate that an error occurred during the parsing of an XPath, usually as the result of a syntactical error in the xpath. | 
|  class | XPathUnsupportedExceptionException 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 | |
|---|---|
|  boolean | DOMXPath.evaluateAsBoolean(Document document)Evaluates this XPath in the context of the given document and returns the result as a boolean. | 
|  boolean | DOMXPath.evaluateAsBoolean(Node contextNode)Evaluates this XPath in the context of the given Node and returns the result as a boolean. | 
|  Set | DOMXPath.evaluateAsNodeset(Document document)Evaluates this XPath in the context of the given document and returns the result as a node-set. | 
|  Set | DOMXPath.evaluateAsNodeset(Node contextNode)Evaluates this XPath in the context of the given Node and returns the result as a node-set. | 
|  double | DOMXPath.evaluateAsNumber(Document document)Evaluates this XPath in the context of the given document and returns the result as a number. | 
|  double | DOMXPath.evaluateAsNumber(Node contextNode)Evaluates this XPath in the context of the given Node and returns the result as a number. | 
|  String | DOMXPath.evaluateAsString(Document document)Evaluates this XPath in the context of the given document and returns the result as a String. | 
|  String | DOMXPath.evaluateAsString(Node contextNode)Evaluates this XPath in the context of the given Node and returns the result as a String. | 
|  int | DOMXPath.getType()Returns one of the integer constants declared above to indicate what type of value this XPath returns. | 
| Constructors in weblogic.xml.xpath that throw XPathException | |
|---|---|
| DOMXPath(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. | |
| 
 | Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||