Package io.keikai.importer.xml
Interface JSONNode
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringNULL_STRING_VALUE 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddAttributes(Map<String,String> attributes)voidaddContent(String text)voidaddElement(String name, JSONAware element)Objectget(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
 
 
 - 
 
 -