javax.xml.stream |
|
Java Source File Name | Type | Comment |
EventFilter.java | Interface | This interface declares a simple filter interface that one can
create to filter XMLEventReaders
version: 1.0 author: Copyright (c) 2003 by BEA Systems. |
FactoryConfigurationError.java | Class | An error class for reporting factory configuration errors.
version: 1.0 author: Copyright (c) 2003 by BEA Systems. |
FactoryFinder.java | Class | |
Location.java | Interface | Provides information on the location of an event.
All the information provided by a Location is optional. |
StreamFilter.java | Interface | This interface declares a simple filter interface that one can
create to filter XMLStreamReaders
version: 1.0 author: Copyright (c) 2003 by BEA Systems. |
XMLEventFactory.java | Class | This interface defines a utility class for creating instances of
XMLEvents
version: 1.0 author: Copyright (c) 2003 by BEA Systems. |
XMLEventReader.java | Interface | This is the top level interface for parsing XML Events. |
XMLEventWriter.java | Interface | This is the top level interface for writing XML documents.
Instances of this interface are not required to validate the
form of the XML. |
XMLInputFactory.java | Class | Defines an abstract implementation of a factory for getting streams.
The following table defines the standard properties of this specification. |
XMLOutputFactory.java | Class | Defines an abstract implementation of a factory for
getting XMLEventWriters and XMLStreamWriters.
The following table defines the standard properties of this specification. |
XMLReporter.java | Interface | This interface is used to report non-fatal errors.
Only warnings should be echoed through this interface.
version: 1.0 author: Copyright (c) 2003 by BEA Systems. |
XMLResolver.java | Interface | This interface is used to resolve resources during an XML parse. |
XMLStreamConstants.java | Interface | This interface declares the constants used in this API. |
XMLStreamException.java | Class | The base exception for unexpected processing errors. |
XMLStreamReader.java | Interface | The XMLStreamReader interface allows forward, read-only access to XML.
It is designed to be the lowest level and most efficient way to
read XML data.
The XMLStreamReader is designed to iterate over XML using
next() and hasNext(). |
XMLStreamWriter.java | Interface | The XMLStreamWriter interface specifies how to write XML. |