| Package | Description |
|---|---|
| weblogic.xml.stream |
Deprecated. Provides XML stream support.
|
| weblogic.xml.stream.events |
Deprecated> classes for
weblogic.xml.stream.events. |
| Modifier and Type | Method and Description |
|---|---|
AttributeIterator |
StartElement.getAttributes()
Deprecated.
Returns an AttributeIterator of non-namespace declared attributes
|
AttributeIterator |
StartElement.getAttributesAndNamespaces()
Deprecated.
Returns the union of declared attributes and namespaces
|
AttributeIterator |
StartElement.getNamespaces()
Deprecated.
Returns an AttributeIterator of namespaces declared in this element
|
| Modifier and Type | Method and Description |
|---|---|
AttributeIterator |
StartElementEvent.getAttributes()
Deprecated.
|
AttributeIterator |
StartElementEvent.getAttributesAndNamespaces()
Deprecated.
|
AttributeIterator |
StartElementEvent.getNamespaces()
Deprecated.
|