com.opensymphony.webwork.views.xslt
Class ToStringAdapter
java.lang.Object
com.opensymphony.webwork.views.xslt.DefaultAdapterNode
com.opensymphony.webwork.views.xslt.DefaultElementAdapter
com.opensymphony.webwork.views.xslt.ToStringAdapter
- All Implemented Interfaces:
- AdapterNode, Element, Node
- public class ToStringAdapter
- extends DefaultElementAdapter
- Author:
- Philipp Meier
Date: 10.10.2003
Time: 19:45:12
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Methods inherited from class com.opensymphony.webwork.views.xslt.DefaultElementAdapter |
getAdapters, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getChildNodes, getElementsByTagName, getElementsByTagNameNS, getFirstChild, getLastChild, getNextSibling, getNodeName, getNodeType, getTagName, hasAttribute, hasAttributeNS, hasChildNodes, initChildrenIfNessecary, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS |
Methods inherited from class com.opensymphony.webwork.views.xslt.DefaultAdapterNode |
appendChild, cloneNode, equals, getAttributes, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getParentAdapterNode, getParentNode, getPrefix, getPreviousSibling, getPropertyName, getRootAdapter, getValue, hasAttributes, hashCode, insertBefore, isSupported, normalize, operationNotSupported, removeChild, replaceChild, setNodeValue, setPrefix |
Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
ToStringAdapter
public ToStringAdapter(DOMAdapter rootAdapter,
AdapterNode parent,
String propertyName,
Object value)
buildChildrenAdapters
protected List buildChildrenAdapters()
- Specified by:
buildChildrenAdapters
in class DefaultElementAdapter