Class XMLEventReaderInputSource


  • public class XMLEventReaderInputSource
    extends org.xml.sax.InputSource
    This class is used to expose an XMLEventReader as an InputSource.
    • Constructor Summary

      Constructors 
      Constructor Description
      XMLEventReaderInputSource​(javax.xml.stream.XMLEventReader xmlEventReader)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.xml.stream.XMLEventReader getXmlEventReader()  
      void setXmlEventReader​(javax.xml.stream.XMLEventReader xmlEventReader)  
      • Methods inherited from class org.xml.sax.InputSource

        getByteStream, getCharacterStream, getEncoding, getPublicId, getSystemId, isEmpty, setByteStream, setCharacterStream, setEncoding, setPublicId, setSystemId
      • Methods inherited from class java.lang.Object

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

      • XMLEventReaderInputSource

        public XMLEventReaderInputSource​(javax.xml.stream.XMLEventReader xmlEventReader)
    • Method Detail

      • getXmlEventReader

        public javax.xml.stream.XMLEventReader getXmlEventReader()
      • setXmlEventReader

        public void setXmlEventReader​(javax.xml.stream.XMLEventReader xmlEventReader)