Package fmpp.dataloaders
Class XmlInfosetDataLoader
java.lang.Object
fmpp.dataloaders.FileDataLoader
fmpp.dataloaders.XmlInfosetDataLoader
- All Implemented Interfaces:
DataLoader
Deprecated.
Returns a variable that exposes the content of an XML file based on
the W3C XML infoset approach.
-
Field Summary
Fields inherited from class fmpp.dataloaders.FileDataLoader
args, dataFile, engine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Objectload(InputStream data) Deprecated.FileDataLoadersubclasess override this method to parse the file.Methods inherited from class fmpp.dataloaders.FileDataLoader
load
-
Constructor Details
-
XmlInfosetDataLoader
public XmlInfosetDataLoader()Deprecated.
-
-
Method Details
-
load
protected Object load(InputStream data) throws ParserConfigurationException, FactoryConfigurationError, SAXException, IOException Deprecated.Description copied from class:FileDataLoaderFileDataLoadersubclasess override this method to parse the file.- Specified by:
loadin classFileDataLoader- Throws:
ParserConfigurationExceptionFactoryConfigurationErrorSAXExceptionIOException
-
XmlDataLoaderinstead.