fi.iki.hsivonen.xml
Class TypedInputSource
java.lang.Object
org.xml.sax.InputSource
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
private String type
TypedInputSource
public TypedInputSource()
TypedInputSource
public TypedInputSource(String arg0)
- Parameters:
arg0
-
TypedInputSource
public TypedInputSource(InputStream arg0)
- Parameters:
arg0
-
TypedInputSource
public TypedInputSource(Reader arg0)
- Parameters:
arg0
-
getType
public String getType()
- Returns:
- Returns the type.
setType
public void setType(String type)
- Parameters:
type
- The type to set.