Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
L
N
P
Q
R
S
T
V
W
X
X
XML_NS_PREFIX
- Static variable in class javax.xml.
XMLConstants
The official XML Namespace prefix.
XML_NS_URI
- Static variable in class javax.xml.
XMLConstants
The official XML Namespace name URI.
XMLConstants
- class javax.xml.
XMLConstants
.
Utility class to contain basic XML values as constants.
XMLEvent
- interface javax.xml.stream.events.
XMLEvent
.
This is the base event interface for handling markup events.
XMLEventAllocator
- interface javax.xml.stream.util.
XMLEventAllocator
.
This interface defines a class that allows a user to register a way to allocate events given an XMLStreamReader.
XMLEventConsumer
- interface javax.xml.stream.util.
XMLEventConsumer
.
This interface defines an event consumer interface.
XMLEventFactory
- class javax.xml.stream.
XMLEventFactory
.
This interface defines a utility class for creating instances of XMLEvents
XMLEventFactory()
- Constructor for class javax.xml.stream.
XMLEventFactory
XMLEventReader
- interface javax.xml.stream.
XMLEventReader
.
This is the top level interface for parsing XML Events.
XMLEventWriter
- interface javax.xml.stream.
XMLEventWriter
.
This is the top level interface for writing XML documents.
XMLInputFactory
- class javax.xml.stream.
XMLInputFactory
.
Defines an abstract implementation of a factory for getting streams.
XMLInputFactory()
- Constructor for class javax.xml.stream.
XMLInputFactory
XMLNS_ATTRIBUTE
- Static variable in class javax.xml.
XMLConstants
The official XML attribute used for specifying XML Namespace declarations.
XMLNS_ATTRIBUTE_NS_URI
- Static variable in class javax.xml.
XMLConstants
The official XML attribute used for specifying XML Namespace declarations,
"xmlns"
, Namespace name URI.
XMLOutputFactory
- class javax.xml.stream.
XMLOutputFactory
.
Defines an abstract implementation of a factory for getting XMLEventWriters and XMLStreamWriters.
XMLOutputFactory()
- Constructor for class javax.xml.stream.
XMLOutputFactory
XMLReporter
- interface javax.xml.stream.
XMLReporter
.
This interface is used to report non-fatal errors.
XMLResolver
- interface javax.xml.stream.
XMLResolver
.
This interface is used to resolve resources during an XML parse.
XMLStreamConstants
- interface javax.xml.stream.
XMLStreamConstants
.
This interface declares the constants used in this API.
XMLStreamException
- exception javax.xml.stream.
XMLStreamException
.
The base exception for unexpected processing errors.
XMLStreamException()
- Constructor for class javax.xml.stream.
XMLStreamException
Default constructor
XMLStreamException(String)
- Constructor for class javax.xml.stream.
XMLStreamException
Construct an exception with the assocated message.
XMLStreamException(String, Location)
- Constructor for class javax.xml.stream.
XMLStreamException
Construct an exception with the assocated message, exception and location.
XMLStreamException(String, Location, Throwable)
- Constructor for class javax.xml.stream.
XMLStreamException
Construct an exception with the assocated message, exception and location.
XMLStreamException(String, Throwable)
- Constructor for class javax.xml.stream.
XMLStreamException
Construct an exception with the assocated message and exception
XMLStreamException(Throwable)
- Constructor for class javax.xml.stream.
XMLStreamException
Construct an exception with the assocated exception
XMLStreamReader
- interface javax.xml.stream.
XMLStreamReader
.
The XMLStreamReader interface allows forward, read-only access to XML.
XMLStreamWriter
- interface javax.xml.stream.
XMLStreamWriter
.
The XMLStreamWriter interface specifies how to write XML.
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
L
N
P
Q
R
S
T
V
W
X