com.fruitioninc.jwc.basic
Class InputSource

java.lang.Object
  |
  +--org.xml.sax.InputSource
        |
        +--com.fruitioninc.jwc.basic.InputSource

public class InputSource
extends org.xml.sax.InputSource


Constructor Summary
InputSource(Application application)
           
 
Method Summary
 Application getApplication()
           
 
Methods inherited from class org.xml.sax.InputSource
getByteStream, getCharacterStream, getEncoding, getPublicId, getSystemId, 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

InputSource

public InputSource(Application application)
Method Detail

getApplication

public Application getApplication()