Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

Package 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.

See:
          Description

Interface Summary
XPathStreamObserver Defines objects which wish to be notified when events encountered in an XMLInputStream match a particular xpath.
 

Class Summary
DOMXPath Evaluates an XPath against a DOM representation of an XML document.
StreamXPath Represents an xpath for evaluation against an XMLInputStream.
XPathException Base class for exceptions which indicate that something went awry while parsing or evaluating an XPath.
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.
XPathStreamFactory Creates XMLInputStreams which perform xpath matching and notify XPathStreamObservers of the results.
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.
 

Package weblogic.xml.xpath Description

This package contains all of the classes required to perform XPath matching against a document represented as a DOM, XMLNode, or against an XMLInputStream.


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