Class ContentsInputSource


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

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

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ProcessResult getProcessResult()
      Returns a ProcessResult object.
      • 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​(ProcessResult processResult)
        Instantiates a new ContentsInputSource.
        Parameters:
        processResult - a ProcessResult object
    • Method Detail

      • getProcessResult

        public ProcessResult getProcessResult()
        Returns a ProcessResult object.
        Returns:
        a ProcessResult object