| Package | Description | 
|---|---|
| weblogic.xml.schema.binding | |
| 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 and Description | 
|---|---|
Object | 
Deserializer.deserialize(XMLName name,
           Attribute att,
           DeserializationContext context)
Take an XML instance, create and populate the corresponding
 Object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Attribute | 
StartElement.getAttributeByName(XMLName name)
Deprecated.  
Returns the attribute referred to by this name 
 | 
Attribute | 
AttributeIterator.next()
Deprecated.  
Get the next Attribute on the stream 
 | 
Attribute | 
AttributeIterator.peek()
Deprecated.  
Return the next element on the stream without shifting it 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Attribute | 
StartElementEvent.getAttributeByName(XMLName name)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
StartElementEvent.addAttribute(Attribute attribute)
Deprecated.  
  | 
void | 
StartElementEvent.addNamespace(Attribute attribute)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
XMLInputOutputStreamBase.add(Attribute attribute)
Deprecated.  
This method is only supported if the last element was
 a start element. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
XPathStreamObserver.observeAttribute(StartElement event,
                Attribute attribute)
Handles notification when an XMLEvent is encountered on the
 stream which contains an attribute meets the criteria with which
 the observer was installed in the XPathStreamFactory. 
 | 
void | 
XPathStreamObserver.observeNamespace(StartElement event,
                Attribute attribute)  |