This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


Package javax.xml.stream.events

Interface Summary
Attribute An interface that contains information about an attribute.
Characters This describes the interface to Characters events.
Comment An interface for comment events
DTD This is the top level interface for events dealing with DTDs
EndDocument A marker interface for the end of the document
EndElement An interface for the end element event.
EntityDeclaration An interface for handling Entity Declarations This interface is used to record and report unparsed entity declarations.
EntityReference An interface for handling Entity events.
Namespace An interface that contains information about a namespace.
NotationDeclaration An interface for handling Notation Declarations Receive notification of a notation declaration event.
ProcessingInstruction An interface that describes the data found in processing instructions
StartDocument An interface for the start document event
StartElement The StartElement interface provides access to information about start elements.
XMLEvent This is the base event interface for handling markup events.
 



This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.