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 Object
load
(InputStream data) Deprecated.FileDataLoader
subclasess 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:FileDataLoader
FileDataLoader
subclasess override this method to parse the file.- Specified by:
load
in classFileDataLoader
- Throws:
ParserConfigurationException
FactoryConfigurationError
SAXException
IOException
-
XmlDataLoader
instead.