Package com.macrofocus.persistence
Class JsonObjectElement
java.lang.Object
com.macrofocus.persistence.JsonObjectElement
- All Implemented Interfaces:
Element
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttribute
(Attribute attribute) void
appendChild
(Element element) getAttribute
(int index) getAttribute
(String key) int
getAttributeValue
(String key)
-
Constructor Details
-
JsonObjectElement
-
-
Method Details
-
getLocalName
- Specified by:
getLocalName
in interfaceElement
-
getAttributeCount
public int getAttributeCount()- Specified by:
getAttributeCount
in interfaceElement
-
getAttribute
- Specified by:
getAttribute
in interfaceElement
-
getAttribute
- Specified by:
getAttribute
in interfaceElement
-
getChildElements
- Specified by:
getChildElements
in interfaceElement
-
getAttributeValue
- Specified by:
getAttributeValue
in interfaceElement
-
addAttribute
- Specified by:
addAttribute
in interfaceElement
-
appendChild
- Specified by:
appendChild
in interfaceElement
-