Class ContentsInputSource


  • public class ContentsInputSource
    extends org.xml.sax.InputSource
    The Class ContentsInputSource.

    Created: 2008. 05. 26 PM 2:03:25

    • Constructor Summary

      Constructors 
      Constructor Description
      ContentsInputSource​(java.lang.Object data)
      Instantiates a new ContentsInputSource.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getData()
      Returns the data to be the input source.
      • 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

      • ContentsInputSource

        public ContentsInputSource​(java.lang.Object data)
        Instantiates a new ContentsInputSource.
        Parameters:
        data - the data to be the input source
    • Method Detail

      • getData

        public java.lang.Object getData()
        Returns the data to be the input source.
        Returns:
        the data to be the input source