com.buildforge.services.common.api.xml
Class HashElement

java.lang.Object
  extended by com.buildforge.services.common.api.xml.Element
      extended by com.buildforge.services.common.api.xml.DataElement
          extended by com.buildforge.services.common.api.xml.HashElement

public class HashElement
extends DataElement


Field Summary
 
Fields inherited from class com.buildforge.services.common.api.xml.Element
parent
 
Constructor Summary
HashElement(Element parent, java.lang.String key)
           
 
Method Summary
 void addChild(Element child)
          Adds a child element to this element.
 ElementType getElementType()
          Returns the type of element that this is.
 java.util.Map<java.lang.String,java.lang.Object> getValue()
           
 
Methods inherited from class com.buildforge.services.common.api.xml.DataElement
getKey
 
Methods inherited from class com.buildforge.services.common.api.xml.Element
corrupted
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashElement

public HashElement(Element parent,
                   java.lang.String key)
Method Detail

getValue

public java.util.Map<java.lang.String,java.lang.Object> getValue()
Overrides:
getValue in class DataElement

getElementType

public ElementType getElementType()
Description copied from class: Element
Returns the type of element that this is.

Specified by:
getElementType in class Element

addChild

public void addChild(Element child)
              throws org.xml.sax.SAXException
Description copied from class: Element
Adds a child element to this element.

Overrides:
addChild in class DataElement
Throws:
org.xml.sax.SAXException