Package io.keikai.importer.xml
Interface JSONNode
- All Superinterfaces:
JSONAware
Internal use to optimize the memory footprint.
- Author:
- jumperchen
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttributes(Map<String, String> attributes) voidaddContent(String text) voidaddElement(String name, JSONAware element) Methods inherited from interface io.keikai.json.JSONAware
toJSONString
-
Field Details
-
NULL_STRING_VALUE
- See Also:
-
-
Method Details
-
addAttributes
-
addElement
-
addContent
-
get
-