Package org.pf.six

Simple Interface for XML
This component provides a very simple interface for reading and writing XML files.

See:
          Description

Class Summary
Element Each element represents one tag occurrence in a XML stream.
EmptyEntityResolver This resolver always returns an empty stream as the result of its method resolveEntity().
FileEntityResolver Some XML parser packages (e.g. crimson 1.1.3) provide a entity resolver that uses URL connections to retrieve the resources.
LoggerProvider This is the central access point for the package's logger.
ModelConverter Supports conversion of a XML representation in org.pf.six.Element to a DOM tree and vice versa as well as pretty printing of both kinds of XML representations to Strings.
XmlStreamReader This is the most simple service class to read a XML stream into a hierarchical String based structure or into a DOM tree.
XmlStreamWriter Provides convenience methods to write XML data easily to streams.
 

Package org.pf.six Description

Simple Interface for XML


This component provides a very simple interface for reading and writing XML files. Therefore it explicitley doesn't support namespaces.