javax.xml.stream.events |
|
Java Source File Name | Type | Comment |
Attribute.java | Interface | An interface that contains information about an attribute. |
Characters.java | Interface | This describes the interface to Characters events. |
Comment.java | Interface | An interface for comment events
version: 1.0 author: Copyright (c) 2003 by BEA Systems. |
DTD.java | Interface | This is the top level interface for events dealing with DTDs
version: 1.0 author: Copyright (c) 2003 by BEA Systems. |
EndDocument.java | Interface | A marker interface for the end of the document
version: 1.0 author: Copyright (c) 2003 by BEA Systems. |
EndElement.java | Interface | An interface for the end element event. |
EntityDeclaration.java | Interface | An interface for handling Entity Declarations
This interface is used to record and report unparsed entity declarations.
version: 1.0 author: Copyright (c) 2003 by BEA Systems. |
EntityReference.java | Interface | An interface for handling Entity events.
This event reports entities that have not been resolved
and reports their replacement text unprocessed (if
available). |
Namespace.java | Interface | An interface that contains information about a namespace.
Namespaces are accessed from a StartElement.
version: 1.0 author: Copyright (c) 2003 by BEA Systems. |
NotationDeclaration.java | Interface | An interface for handling Notation Declarations
Receive notification of a notation declaration event. |
ProcessingInstruction.java | Interface | An interface that describes the data found in processing instructions
version: 1.0 author: Copyright (c) 2003 by BEA Systems. |
StartDocument.java | Interface | An interface for the start document event
version: 1.0 author: Copyright (c) 2003 by BEA Systems. |
StartElement.java | Interface | The StartElement interface provides access to information about
start elements. |
XMLEvent.java | Interface | This is the base event interface for handling markup events.
Events are value objects that are used to communicate the
XML 1.0 InfoSet to the Application. |