| 
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09  | 
||||||||||
| 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.  | 
  | 
Copyright 1996, 2015, 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 Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||