|
Class Summary |
| BasicXMLDataFrameReader |
Implementation class providing common code and fields
for the different XML Data Frame readers in this package which work row and columnwise. |
| DegenerateXMLDocumentHandler |
Empty or trivial document handler that is
notified of each parser event, but doesn't
do anything, with the explicit purpose of being
overridden to supply bodies for some the different
methods. |
| XMLDataFrameByVariableReader |
Utility class for reading a DataFrame
from an XML file which uses the
DatasetByVariable
DTD and hence stores the data by column/variable. |
| XMLDataFrameReader |
Reads a data frame from an external source in which the contents
are provided as XML using the
DatasetByRecord.dtd and constructs a
DataFrame object containing the contents
of the XML stream. |
Some readers for dataframes stored in XML dataframes,
supporting both row and column oriented XML DTDs.