-
class
AbstractAdapterElement extends the abstract Node type and implements
the DOM Element interface.
class
class
This class is the most general type of adapter, utilizing reflective introspection to present a DOM view of all of
the public properties of its value.
class
class
MapAdapter adapters a java.util.Map type to an XML DOM with the following
structure:
class
ProxyAttrAdapter is a pass-through adapter for objects which already
implement the Attr interface.
class
ProxyElementAdapter is a pass-through adapter for objects which already
implement the Element interface.
class
ProxyNodeAdapter is a read-only delegating adapter for objects which already
implement the Node interface.
class
ProxyTextNodeAdapter is a pass-through adapter for objects which already
implement the Text interface.
class
SimpleAdapterDocument adapted a Java object and presents it as
a Document.
class
class
StringAdapter adapts a Java String value to a DOM Element with the specified
property name containing the String's text.