Package de.pdark.decentxml
package de.pdark.decentxml
-
ClassDescriptionThis class represents an attribute of an
Element
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.An element in a XML document.Predefined HTML entities.This class allows to join severalInputStream
's into one.This is just a marker that the node has been foundCommon interface for all nodes in an XML document.NodeFilter<T>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
andDocument
.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 onInputStream
orReader
.The class uses theXMLTokenizer
to parse anXMLSource
into aDocument
.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 returnUtility methods when working with XML.