com.opensymphony.webwork.views.xslt
Class ArrayAdapter

java.lang.Object
  extended bycom.opensymphony.webwork.views.xslt.DefaultAdapterNode
      extended bycom.opensymphony.webwork.views.xslt.DefaultElementAdapter
          extended bycom.opensymphony.webwork.views.xslt.ArrayAdapter
All Implemented Interfaces:
AdapterNode, Element, Node

public class ArrayAdapter
extends DefaultElementAdapter

Author:
Philipp Meier Date: 14.10.2003 Time: 18:59:07

Field Summary
 
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
 
Constructor Summary
ArrayAdapter(DOMAdapter rootAdapter, AdapterNode parent, String propertyName, Object value)
           
 
Method Summary
protected  List buildChildrenAdapters()
           
 
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 class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.opensymphony.webwork.views.xslt.AdapterNode
getParentAdapterNode, getPropertyName, getRootAdapter, getValue
 
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
 

Constructor Detail

ArrayAdapter

public ArrayAdapter(DOMAdapter rootAdapter,
                    AdapterNode parent,
                    String propertyName,
                    Object value)
Method Detail

buildChildrenAdapters

protected List buildChildrenAdapters()
Specified by:
buildChildrenAdapters in class DefaultElementAdapter

WebWork Project Page