org.deegree.commons.xml
Class GenericLSInput
java.lang.Object
org.deegree.commons.xml.GenericLSInput
- All Implemented Interfaces:
- LSInput
public class GenericLSInput
- extends Object
- implements LSInput
Generic implementation of LSInput
.
- Version:
- $Revision: 31875 $, $Date: 2011-09-13 19:20:51 +0200 (Tue, 13 Sep 2011) $
- Author:
- Markus Schneider, last edited by: $Author: mschneider $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericLSInput
public GenericLSInput()
getBaseURI
public String getBaseURI()
- Specified by:
getBaseURI
in interface LSInput
getByteStream
public InputStream getByteStream()
- Specified by:
getByteStream
in interface LSInput
getCertifiedText
public boolean getCertifiedText()
- Specified by:
getCertifiedText
in interface LSInput
getCharacterStream
public Reader getCharacterStream()
- Specified by:
getCharacterStream
in interface LSInput
getEncoding
public String getEncoding()
- Specified by:
getEncoding
in interface LSInput
getPublicId
public String getPublicId()
- Specified by:
getPublicId
in interface LSInput
getStringData
public String getStringData()
- Specified by:
getStringData
in interface LSInput
getSystemId
public String getSystemId()
- Specified by:
getSystemId
in interface LSInput
setBaseURI
public void setBaseURI(String baseUri)
- Specified by:
setBaseURI
in interface LSInput
setByteStream
public void setByteStream(InputStream byteStream)
- Specified by:
setByteStream
in interface LSInput
setCertifiedText
public void setCertifiedText(boolean certifiedText)
- Specified by:
setCertifiedText
in interface LSInput
setCharacterStream
public void setCharacterStream(Reader characterStream)
- Specified by:
setCharacterStream
in interface LSInput
setEncoding
public void setEncoding(String encoding)
- Specified by:
setEncoding
in interface LSInput
setPublicId
public void setPublicId(String publicId)
- Specified by:
setPublicId
in interface LSInput
setStringData
public void setStringData(String stringData)
- Specified by:
setStringData
in interface LSInput
setSystemId
public void setSystemId(String systemId)
- Specified by:
setSystemId
in interface LSInput
Copyright © 2011. All Rights Reserved.