All Classes and Interfaces
Class
Description
This class represents an attribute of an
Element
List the names of all elements which can be handled by this method.
The parent class for all nodes in the XML document.
This is an interface for anything which can be a child.
This class represents an XML document.
A parser for a DTD (inline or reference).
An element in a XML document.
List the names of all elements which can be handled by this method.
Predefined HTML entities.
This class allows to join several
InputStream
's into one.This is just a marker that the node has been found
Common interface for all nodes in an XML document.
This class contains all the code necessary to implement nodes
which can have child nodes (like Document or Element).
This is an interface for anything which can be a parent:
Element
and Document
.If there is no matching attribute, throw an exception
Use this annotation to turn any method into a handler for text.
Interface for all classes which contain text: comments, elements, processing instructions, etc.
A piece of XML.
This class allows to manipulate the XML encoding at the beginning of an XML document.
Determine the encoding of a stream of bytes according to the
XML spec and return a Reader which converts the byte stream
into Unicode as it is read.
An XML source based on
InputStream
or Reader
.The class uses the
XMLTokenizer
to parse an XMLSource
into a Document
.This is the interface for a source of XML characters.
This class allows to chop an XMLSource into tokens.
Types of tokens the tokenizer can return
Utility methods when working with XML.