Package io.keikai.importer.xml
Interface JSONNode
-
-
Field Summary
Fields Modifier and Type Field Description static String
NULL_STRING_VALUE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addAttributes(Map<String,String> attributes)
void
addContent(String text)
void
addElement(String name, JSONAware element)
Object
get(String key)
-
Methods inherited from interface io.keikai.json.JSONAware
toJSONString
-
-
-
-
Field Detail
-
NULL_STRING_VALUE
static final String NULL_STRING_VALUE
- See Also:
- Constant Field Values
-
-