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 voidXlsxParser. parseElement(javax.xml.stream.XMLStreamReader reader, JSONAware json, java.util.Map<java.lang.String,java.util.function.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 classCellsee http://www.datypic.com/sc/ooxml/t-ssml_CT_Cell.htmlclassRowsee http://www.datypic.com/sc/ooxml/t-ssml_CT_Row.htmlclassSheetDatasee http://www.datypic.com/sc/ooxml/e-ssml_sheetData-1.html
-