Package | Description |
---|---|
net.sf.practicalxml.converter |
This package contains classes to convert between XML and a variety of
other formats.
|
net.sf.practicalxml.converter.bean |
This package contains classes to convert Java objects to and from XML.
|
Class and Description |
---|
Bean2XmlOptions
Options used by
Bean2XmlConverter to control the structure of the
generated DOM tree. |
Xml2BeanOptions
Options used by
Xml2BeanConverter to control the way that DOM trees
are translated to Java beans. |
Class and Description |
---|
Bean2XmlAppenders.Appender
An
Appender appends children to a single node of the output
tree. |
Bean2XmlAppenders.BasicAppender
Basic appender, which appends new elements to a parent element.
|
Bean2XmlOptions
Options used by
Bean2XmlConverter to control the structure of the
generated DOM tree. |
Introspection
Deprecated.
This class is now contained in the KDGCommons library; all future
enhancements or bugfixes will be made to that version. This version
is a thin wrapper over that version, allowing the local variant of
IntrospectionCache (also deprecated) to maintin its
segmature. Both will be removed in release 1.2. |
Xml2BeanOptions
Options used by
Xml2BeanConverter to control the way that DOM trees
are translated to Java beans. |