|
Oracle | ||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
This package contains all of the classes required to perform XPath matching against a document represented as a DOM, XMLNode, or against an XMLInputStream.
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, 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. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |