org.jboss.xb.binding.sunday.unmarshalling
Class LSInputAdaptor
java.lang.Object
org.jboss.xb.binding.sunday.unmarshalling.LSInputAdaptor
- All Implemented Interfaces:
- LSInput
public class LSInputAdaptor
- extends Object
- implements LSInput
A simple implementation of the dom3 LSInput
- Version:
- $Revision: 3205 $
- Author:
- Scott.Stark@jboss.org
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LSInputAdaptor
public LSInputAdaptor(String publicId,
String systemId,
String baseURI)
LSInputAdaptor
public LSInputAdaptor(InputStream is,
String encoding)
LSInputAdaptor
public LSInputAdaptor(Reader charStream,
String encoding)
LSInputAdaptor
public LSInputAdaptor(String data,
String encoding)
LSInputAdaptor
public LSInputAdaptor(InputSource is)
getBaseURI
public String getBaseURI()
- Specified by:
getBaseURI in interface LSInput
setBaseURI
public void setBaseURI(String baseURI)
- Specified by:
setBaseURI in interface LSInput
getPublicId
public String getPublicId()
- Specified by:
getPublicId in interface LSInput
setPublicId
public void setPublicId(String publicId)
- Specified by:
setPublicId in interface LSInput
getSystemId
public String getSystemId()
- Specified by:
getSystemId in interface LSInput
setSystemId
public void setSystemId(String systemId)
- Specified by:
setSystemId in interface LSInput
getByteStream
public InputStream getByteStream()
- Specified by:
getByteStream in interface LSInput
setByteStream
public void setByteStream(InputStream is)
- Specified by:
setByteStream in interface LSInput
getCharacterStream
public Reader getCharacterStream()
- Specified by:
getCharacterStream in interface LSInput
setCharacterStream
public void setCharacterStream(Reader reader)
- Specified by:
setCharacterStream in interface LSInput
getStringData
public String getStringData()
- Specified by:
getStringData in interface LSInput
setStringData
public void setStringData(String stringData)
- Specified by:
setStringData in interface LSInput
getEncoding
public String getEncoding()
- Specified by:
getEncoding in interface LSInput
setEncoding
public void setEncoding(String encoding)
- Specified by:
setEncoding in interface LSInput
getCertifiedText
public boolean getCertifiedText()
- Specified by:
getCertifiedText in interface LSInput
setCertifiedText
public void setCertifiedText(boolean flag)
- Specified by:
setCertifiedText in interface LSInput
Copyright © 2010 JBoss Inc.. All Rights Reserved.