| Package | Description | 
|---|---|
| weblogic.xml.security.encryption | |
| weblogic.xml.security.signature | |
| weblogic.xml.security.utils | |
| weblogic.xml.security.wsse | |
| weblogic.xml.stream | Deprecated. Provides XML stream support. | 
| weblogic.xml.stream.events | Deprecated classes for  weblogic.xml.stream.events. | 
| weblogic.xml.stream.util | Deprecated. Provides XML stream utilities support. | 
| 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. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | XMLOutputStreamBase. add(XMLEvent event) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| protected void | SecureSoapOutputStream. addXMLEvent(XMLEvent event) | Deprecated. | 
| Modifier and Type | Interface | Description | 
|---|---|---|
| interface  | ChangePrefixMapping | Deprecated.
 please use java standard StAX api | 
| interface  | CharacterData | Deprecated.
 please use java standard StAX api | 
| interface  | Comment | Deprecated.
 please use java standard StAX api | 
| interface  | EndDocument | Deprecated.
 please use java standard StAX api | 
| interface  | EndElement | Deprecated.
 please use java standard StAX api | 
| interface  | EndPrefixMapping | Deprecated.
 please use java standard StAX api | 
| interface  | EntityReference | Deprecated.
 please use java standard StAX api | 
| interface  | ProcessingInstruction | Deprecated.
 please use java standard StAX api | 
| interface  | Space | Deprecated.
 please use java standard StAX api | 
| interface  | StartDocument | Deprecated.
 please use java standard StAX api | 
| interface  | StartElement | Deprecated.
 please use java standard StAX api | 
| interface  | StartPrefixMapping | Deprecated.
 please use java standard StAX api | 
| Modifier and Type | Method | Description | 
|---|---|---|
| XMLEvent | XMLInputStream. next() | Deprecated. Get the next XMLEvent on the stream | 
| XMLEvent | XMLInputStream. peek() | Deprecated. Check the next XMLEvent without reading it from the stream. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | ElementFilter. accept(XMLEvent element) | Deprecated. tests whether this event is part of this stream | 
| Modifier and Type | Class | Description | 
|---|---|---|
| class  | ElementEvent | Deprecated.
 please use java standard StAX API | 
| class  | StartElementEvent | Deprecated.
 please use java standard StAX API | 
| Modifier and Type | Method | Description | 
|---|---|---|
| protected XMLEvent | PipedXMLInputStreamBase. filter(XMLEvent e) | Deprecated. | 
| protected XMLEvent | XMLInputStreamFilterBase. modify(XMLEvent e) | Deprecated. | 
| XMLEvent | PipedXMLInputStreamBase. next() | Deprecated. | 
| XMLEvent | XMLInputOutputStreamBase. next() | Deprecated. | 
| XMLEvent | XMLInputStreamFilterBase. next() | Deprecated. | 
| XMLEvent | XMLSubStreamBase. next() | Deprecated. | 
| XMLEvent | PipedXMLInputStreamBase. peek() | Deprecated. | 
| XMLEvent | XMLInputOutputStreamBase. peek() | Deprecated. | 
| XMLEvent | XMLInputStreamFilterBase. peek() | Deprecated. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | AcceptingFilter. accept(XMLEvent e) | Deprecated. | 
| boolean | NameFilter. accept(XMLEvent e) | Deprecated. | 
| boolean | NameSpaceFilter. accept(XMLEvent e) | Deprecated. | 
| boolean | NamespaceTypeFilter. accept(XMLEvent e) | Deprecated. | 
| boolean | TypeFilter. accept(XMLEvent e) | Deprecated. | 
| void | XMLInputOutputStreamBase. add(XMLEvent e) | Deprecated. | 
| protected XMLEvent | PipedXMLInputStreamBase. filter(XMLEvent e) | Deprecated. | 
| protected XMLEvent | XMLInputStreamFilterBase. modify(XMLEvent e) | Deprecated. | 
| void | XMLInputStreamFilterBase. pushBack(XMLEvent e) | Deprecated. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | XPathStreamObserver. observe(XMLEvent event) | Handles notification when an XMLEvent is encountered on the
 stream which represents a matching node that is not an attribute
 or namespace node. |