Interface Summary
|
Attribute |
An interface that contains information about an attribute |
AttributeIterator |
This interface specifies methods for iterating over attributes. |
BufferedXMLInputStream |
Extends the XMLInputStream to allow marking and reseting of the stream. |
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 |
This interface can be implemented to allow resolution of references
on a stream. |
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. |
XMLInputOutputStream |
This is a utility for reading from an output stream. |
XMLInputStream |
This is the top level interface for iterating over XML Events
in an XML document. |
XMLInputStreamFilter |
This is the top level interface for creating Filters on
XMLInputStreams |
XMLName |
Encapsulates information about the Qualified Name of an XML event. |
XMLOutputStream |
This is the top level interface for writing XML documents. |