Package com.macrofocus.persistence
Class DefaultElement
java.lang.Object
com.macrofocus.persistence.DefaultElement
- All Implemented Interfaces:
Element
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttribute(Attribute attribute) voidappendChild(Element element) getAttribute(int index) getAttribute(String key) intgetAttributeValue(String key)
-
Constructor Details
-
DefaultElement
-
-
Method Details
-
getLocalName
- Specified by:
getLocalNamein interfaceElement
-
getAttributeCount
public int getAttributeCount()- Specified by:
getAttributeCountin interfaceElement
-
getAttribute
- Specified by:
getAttributein interfaceElement
-
getAttribute
- Specified by:
getAttributein interfaceElement
-
getChildElements
- Specified by:
getChildElementsin interfaceElement
-
getAttributeValue
- Specified by:
getAttributeValuein interfaceElement
-
addAttribute
- Specified by:
addAttributein interfaceElement
-
appendChild
- Specified by:
appendChildin interfaceElement
-