All Classes and Interfaces
Class
Description
AbstractAdapterElement extends the abstract Node type and implements
the DOM Element interface.
AbstractAdapterNode is the base for childAdapters that expose a read-only view
of a Java object as a DOM Node.
AdapterFactory produces Node adapters for Java object types.
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.
MapAdapter adapters a java.util.Map type to an XML DOM with the following
structure:
ProxyAttrAdapter is a pass-through adapter for objects which already
implement the Attr interface.
ProxyElementAdapter is a pass-through adapter for objects which already
implement the Element interface.
A NamedNodeMap that wraps the Nodes returned in their proxies.
ProxyNodeAdapter is a read-only delegating adapter for objects which already
implement the Node interface.
ProxyTextNodeAdapter is a pass-through adapter for objects which already
implement the Text interface.
ServletURIResolver is a URIResolver that can retrieve resources from the servlet context using the scheme "response".
SimpleAdapterDocument adapted a Java object and presents it as
a Document.
StringAdapter adapts a Java String value to a DOM Element with the specified
property name containing the String's text.
XSLTResult uses XSLT to transform an action object to XML.