Package | Description |
---|---|
weblogic.wsee.handler |
Provides the interface for
weblogic.wsee.handler . |
weblogic.xml.security.utils | |
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 |
---|---|---|
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 | Description |
---|---|---|
Attribute |
StartElementEvent.getAttributeByName(XMLName name) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
void |
StartElementEvent.addAttribute(Attribute attribute) |
Deprecated.
|
void |
StartElementEvent.addNamespace(Attribute attribute) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
void |
XMLInputOutputStreamBase.add(Attribute attribute) |
Deprecated.
This method is only supported if the last element was
a start element.
|
Modifier and Type | Method | 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) |