| Package | Description |
|---|---|
| weblogic.xml.security.transforms | |
| 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.
|
| Class | Description |
|---|---|
| StreamXPath |
Represents an xpath for evaluation against an
XMLInputStream. |
| Class | Description |
|---|---|
| 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.
|
| XPathStreamObserver |
Defines objects which wish to be notified when events
encountered in an
XMLInputStream match a particular
xpath. |