javanpst.data.readers.tabularDataReaders
Class TabularDataXMLReader
- java.lang.Object
-
- javanpst.data.readers.tabularDataReaders.TabularDataXMLReader
-
public class TabularDataXMLReader extends java.lang.ObjectA XML reader for numeric tabular data. Store data inside a inner table. Support null values treatment.
-
-
Constructor Summary
Constructors Constructor and Description TabularDataXMLReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static DataTablegetTable()Get a copy of the inner table as outputstatic voidreadXMLTabularData(java.lang.String file)Read tabular data from a file, through SAX API
-
-
-
Method Detail
-
getTable
public static DataTable getTable()
Get a copy of the inner table as output- Returns:
- a copy of the inner table
-
readXMLTabularData
public static void readXMLTabularData(java.lang.String file)
Read tabular data from a file, through SAX API- Parameters:
file- path of the file
-
-
DMelt 3.0 © DataMelt by jWork.ORG