net.beandocument
Class BeanMapElement

java.lang.Object
  extended bynet.beandocument.BeanBaseNode
      extended bynet.beandocument.BeanElement
          extended bynet.beandocument.BeanMapElement
All Implemented Interfaces:
org.w3c.dom.Element, org.w3c.dom.Node

public class BeanMapElement
extends BeanElement

Implements Element for element maps

Author:
Jens Scheffler

Field Summary
 
Fields inherited from class net.beandocument.BeanBaseNode
owner, parent
 
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
BeanMapElement(BeanDocument owner, BeanBaseNode parent, java.lang.String tagName, java.lang.Object bean)
          Creates a new collection element
 
Method Summary
 org.w3c.dom.NodeList getChildNodes()
          Retrieves all child nodes of the element
 
Methods inherited from class net.beandocument.BeanElement
addBeanSpecificAttribute, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getElementsByTagName, getElementsByTagNameNS, getFirstChild, getLastChild, getLocalName, getNodeName, getNodeType, getNodeValue, getTagName, hasAttribute, hasAttributeNS, hasAttributes, hasChildNodes, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setNodeValue
 
Methods inherited from class net.beandocument.BeanBaseNode
appendChild, cloneNode, getElementFactory, getNamespaceURI, getNextSibling, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, insertBefore, isSupported, normalize, removeChild, replaceChild, setNextSibling, setPrefix, setPreviousSibling
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.w3c.dom.Node
appendChild, cloneNode, getNamespaceURI, getNextSibling, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, insertBefore, isSupported, normalize, removeChild, replaceChild, setPrefix
 

Constructor Detail

BeanMapElement

public BeanMapElement(BeanDocument owner,
                      BeanBaseNode parent,
                      java.lang.String tagName,
                      java.lang.Object bean)
Creates a new collection element

Parameters:
owner - Owner document of this element
parent - Parent node of the new element
tagName - Name of the tag to create
bean - Value of the element to use
Method Detail

getChildNodes

public org.w3c.dom.NodeList getChildNodes()
Retrieves all child nodes of the element

Returns:
Child Nodes of this element
See Also:
Node.getChildNodes()