Uses of Interface
io.keikai.importer.xml.JSONNode
-
Packages that use JSONNode Package Description io.keikai.importer io.keikai.importer.xml -
-
Uses of JSONNode in io.keikai.importer
Method parameters in io.keikai.importer with type arguments of type JSONNode Modifier and Type Method Description static void
XlsxParser. parseElement(XMLStreamReader reader, JSONAware json, Map<String,Supplier<JSONNode>> schemaNodes)
-
Uses of JSONNode in io.keikai.importer.xml
Classes in io.keikai.importer.xml that implement JSONNode Modifier and Type Class Description class
Cell
see http://www.datypic.com/sc/ooxml/t-ssml_CT_Cell.htmlclass
Row
see http://www.datypic.com/sc/ooxml/t-ssml_CT_Row.htmlclass
SheetData
see http://www.datypic.com/sc/ooxml/e-ssml_sheetData-1.html
-