fi.iki.hsivonen.xml
Class TypedInputSource

java.lang.Object
  extended by org.xml.sax.InputSource
      extended by fi.iki.hsivonen.xml.TypedInputSource

public class TypedInputSource
extends InputSource

Version:
$Id: TypedInputSource.java,v 1.1 2005/05/07 11:09:35 hsivonen Exp $
Author:
hsivonen

Field Summary
private  String type
           
 
Constructor Summary
TypedInputSource()
           
TypedInputSource(InputStream arg0)
           
TypedInputSource(Reader arg0)
           
TypedInputSource(String arg0)
           
 
Method Summary
 String getType()
           
 void setType(String type)
           
 
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
 

Field Detail

type

private String type
Constructor Detail

TypedInputSource

public TypedInputSource()

TypedInputSource

public TypedInputSource(String arg0)
Parameters:
arg0 -

TypedInputSource

public TypedInputSource(InputStream arg0)
Parameters:
arg0 -

TypedInputSource

public TypedInputSource(Reader arg0)
Parameters:
arg0 -
Method Detail

getType

public String getType()
Returns:
Returns the type.

setType

public void setType(String type)
Parameters:
type - The type to set.