com.buildforge.services.common.api.xml
Class HashElement
java.lang.Object
com.buildforge.services.common.api.xml.Element
com.buildforge.services.common.api.xml.DataElement
com.buildforge.services.common.api.xml.HashElement
public class HashElement
- extends DataElement
Fields inherited from class com.buildforge.services.common.api.xml.Element |
parent |
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 |
HashElement
public HashElement(Element parent,
java.lang.String key)
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