Class XmlInfosetDataLoader

  • All Implemented Interfaces:
    DataLoader

    public class XmlInfosetDataLoader
    extends FileDataLoader
    Deprecated.
    Use XmlDataLoader instead.
    Returns a variable that exposes the content of an XML file based on the W3C XML infoset approach.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      protected java.lang.Object load​(java.io.InputStream data)
      Deprecated.
      FileDataLoader subclasess override this method to parse the file.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XmlInfosetDataLoader

        public XmlInfosetDataLoader()
        Deprecated.
    • 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.IOException
        Deprecated.
        Description copied from class: FileDataLoader
        FileDataLoader subclasess override this method to parse the file.
        Specified by:
        load in class FileDataLoader
        Throws:
        javax.xml.parsers.ParserConfigurationException
        javax.xml.parsers.FactoryConfigurationError
        org.xml.sax.SAXException
        java.io.IOException