Interface | Description |
---|---|
AttributeChangeListener |
This listeners handles ValueChangeEvent.
|
Node |
Interface for XML nodes.
|
NodeElement |
A NodeElement is an object that you can add to a node.
|
Class | Description |
---|---|
AbstractNode |
This abstract class represents a XML node.
|
AbstractNodeWithAttributes | |
DefaultNode |
This a default implementation of a node.
|
FileNodeElement |
If you want to include a xml-file in your xml-tree without building xml-object-tree
of file you can use this node element.
|
NodeTreeWalker | |
NodeUtilities | |
PlainXMLNodeElement |
A plain XML node element is used to put plain XML-Data (e.g. other XML-trees
from a file) without making any parsing actions into an existing XML tree.
|
ReferenceRebuilder |
This class renames ID-attributes to resolve conflicts when merging
XSL-FO documents or parts of it.
|
SAXOutput |
The SAX output fires SAX-Events for a given node (including sub
nodes) to a SAX content handler.
|
ValueChangeEvent |
This event is fired, if a value of an attribute has changed.
|
XML2ObjectTransformer |
The XMLReader gets an InputStream as source and builds an object tree.
|
XMLObjectFactory |
The ObjectFactory creates objects from a XML-node.
|
XMLSyntaxVerifier |
Verifies the syntax of an XML document (namespace validation is turned off).
|
XMLWriter |
Writer for XML-Nodes.
|
© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.