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 occurance in a XML stream.
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.
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.