All Classes and Interfaces

Class
Description
This class is an abstract base implementation for a XMLReader.
This class implements the interface ContentHandler as a base class for more advanced versions of the DefaultHandler class or for stand-alone use.
This class serves a container for the name, the data and the attributes of an XML element.
The functional interface describing a method that processes an XML element.
An attribute.
The attribute types.
This class provides the support for attributes to elements.
This class provides the support for child elements and text to elements.
This class defines a SGML comment.
This implementation for a XML Error handler will write the error messages to System.err.
The definition for the XML DocType element.
The definition for an SGML document.
An implementation of StringConverter for Document values.
The definition for an SGML element.
The interface for a function that returns an instance of XMLParseEventHandler for an XML element.

This is a functional interface whose functional method is HandlerProvider.retrieveHandler(String).
This Exception will be thrown when an invalid XML name is used for the creation of an XML element, attribute, or namespace.
An implementation of Locator that is based on an instance of Location.
The definition of an XML namespace entry.
This class provides the support for namespaces to elements.
This implementation for a XML Error handler swallows the error messages.
The definition for a processing instruction.
The implementation for the interface ProcessingInstruction.
Helper method for the conversion of SGML elements into a String.
Parses an XML stream to an object of type T; that object is either provided with the constructor StAXParser(Object) or will be created by an instance of XMLParseEventHandler.

To start the parsing process, call StAXParserBase.parse(XMLEventReader) on the instance of StAXParser.
The abstract base class for StAX based XML parsers.
This class defines the plain text that is the content of an SGML element as such an element.
A collection of XML related utility methods and factory methods for XML elements.
The (default) validators.
The EventObject for changes to the validator configuration.
The interface for listeners to XMLBuilderUtils.ValidatorChangeEvents
The definition for an XML document.
The implementation for the interface XMLDocument.

It allows document comments and processing instructions to be added.
The definition of an XMLElement.
The flags that are used to configure a new instance of XMLElement (respectively an instance of an implementation of this interface.
The abstract base class for specialised implementations of XMLElement.
The definition of a helper class for the creation of XMLElement instances with an element name belonging to a specified namespace.
The default implementation of the interface XMLElementFactory.
An implementation of XMLElement that supports attributes, namespaces, children, text, CDATA and comments.
The interface for an implementation of a parse event handler to be used with StAX parsing of XML files.

This is a functional interface whose functional method is XMLParseEventHandler.process(XMLEventReader, XMLEvent, Object, HandlerProvider).