Called by an event based processor when an elements closing tag is
encountered.
Called by an event based processor when an elements openning tag is
encountered.
Defines the XML Document Object Model in Java interfaces together
with some helper classes.
Classes to represent the DTD declarations.
Provides input and output via SAX and DOM together with writing dom4j
objects to streams as XML text.
A
Pattern
based XML rule engine which implements
the full XSLT processing model while allowing any
Action
to be fired if a pattern matches.
A collection of utility classes for the dom4j API.
OutputFormat
represents the format configuration used by
and its base classes to format the XML output
Creates an OutputFormat
with no additional whitespace
(indent or new lines) added.
Creates an OutputFormat
with the given indent added but no
new lines added.
Creates an OutputFormat
with the given indent added with
optional newlines between the Elements.
Creates an OutputFormat
with the given indent added with
optional newlines between the Elements and the given encoding format.