Interface Summary |
Attribute |
An interface that contains information about an attribute |
AttributeIterator |
This interface specifies methods for iterating over attributes. |
BufferedXMLInputStream |
Deprecated. XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. |
ChangePrefixMapping |
This event signals that a prefix mapping has changed from
OldNamespaceName to the NewNamespaceName |
CharacterData |
A marker interface for character data |
Comment |
A marker interface for comment data |
ElementFilter |
This interface defines a filter on elements |
EndDocument |
A marker interface for the end of a document |
EndElement |
A marker interface for the end element event. |
EndPrefixMapping |
This event signals that a prefix mapping has gone out of scope |
EntityReference |
An interface for handling Entity Declarations |
Location |
Returns the document location of the event. |
ProcessingInstruction |
A marker interface for processing instructions |
ReferenceResolver |
Deprecated. XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. |
Space |
This element returns whitespace characters to allow separate
handling by the application |
StartDocument |
An interface for the start document event |
StartElement |
The StartElement interface provides access to information about
start elements |
StartPrefixMapping |
This event signals that a prefix mapping has begun scope |
XMLEvent |
This is the base element interface for handling markup events. |
XMLInputStream |
Deprecated. XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. |
XMLName |
Encapsulates information about the Qualified Name of an XML event. |