Package fmpp.dataloaders
Class XmlInfosetDataLoader
- java.lang.Object
-
- fmpp.dataloaders.FileDataLoader
-
- fmpp.dataloaders.XmlInfosetDataLoader
-
- All Implemented Interfaces:
DataLoader
public class XmlInfosetDataLoader extends FileDataLoader
Deprecated.UseXmlDataLoaderinstead.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 Constructor Description XmlInfosetDataLoader()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected java.lang.Objectload(java.io.InputStream data)Deprecated.FileDataLoadersubclasess override this method to parse the file.-
Methods inherited from class fmpp.dataloaders.FileDataLoader
load
-
-
-
-
Method Detail
-
load
protected java.lang.Object load(java.io.InputStream data) throws javax.xml.parsers.ParserConfigurationException, javax.xml.parsers.FactoryConfigurationError, org.xml.sax.SAXException, java.io.IOExceptionDeprecated.Description copied from class:FileDataLoaderFileDataLoadersubclasess override this method to parse the file.- Specified by:
loadin classFileDataLoader- Throws:
javax.xml.parsers.ParserConfigurationExceptionjavax.xml.parsers.FactoryConfigurationErrororg.xml.sax.SAXExceptionjava.io.IOException
-
-