Package io.keikai.importer.xml
Class Row
- java.lang.Object
-
- io.keikai.importer.xml.Row
-
-
Field Summary
-
Fields inherited from interface io.keikai.importer.xml.JSONNode
NULL_STRING_VALUE
-
-
Constructor Summary
Constructors Constructor Description Row()
-
Method Summary
All Methods Instance Methods Concrete 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)
JSONArray<JSONAware>
getCells()
String
toJSONString()
-
-
-
Method Detail
-
addAttributes
public void addAttributes(Map<String,String> attributes)
- Specified by:
addAttributes
in interfaceJSONNode
-
addElement
public void addElement(String name, JSONAware element)
- Specified by:
addElement
in interfaceJSONNode
-
addContent
public void addContent(String text)
- Specified by:
addContent
in interfaceJSONNode
-
toJSONString
public String toJSONString()
- Specified by:
toJSONString
in interfaceJSONAware
- Returns:
- JSON text
-
-