com.opensymphony.webwork.views.xslt
Class CollectionAdapter
java.lang.Object
com.opensymphony.webwork.views.xslt.DefaultAdapterNode
com.opensymphony.webwork.views.xslt.DefaultElementAdapter
com.opensymphony.webwork.views.xslt.CollectionAdapter
- All Implemented Interfaces:
- AdapterNode, Element, Node
- public class CollectionAdapter
- extends DefaultElementAdapter
- Author:
- Philipp Meier
Date: 14.10.2003
Time: 18:59:07
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 |
CollectionAdapter
public CollectionAdapter(DOMAdapter rootAdapter,
AdapterNode parent,
String propertyName,
Object value)
buildChildrenAdapters
protected List buildChildrenAdapters()
- Specified by:
buildChildrenAdapters
in class DefaultElementAdapter