|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.n52.security.common.xml.LSInputSourceAdapter
public class LSInputSourceAdapter
Class LSInputSourceAdapter adapts the LSInput interface to the 'old' InputSource interface.
Constructor Summary | |
---|---|
LSInputSourceAdapter(org.xml.sax.InputSource inputSource)
Constructor creates a new instance. |
|
LSInputSourceAdapter(org.xml.sax.InputSource inputSource,
java.lang.String baseUri)
Constructor creates a new instance. |
|
LSInputSourceAdapter(org.xml.sax.InputSource inputSource,
java.lang.String baseUri,
boolean certifiedText)
Constructor creates a new instance. |
Method Summary | |
---|---|
java.lang.String |
getBaseURI()
Method gets the baseURI. |
java.io.InputStream |
getByteStream()
Method gets the byteStream. |
boolean |
getCertifiedText()
Method gets the certifiedText. |
java.io.Reader |
getCharacterStream()
Method gets the characterStream. |
java.lang.String |
getEncoding()
Method gets the encoding. |
java.lang.String |
getPublicId()
Method gets the publicId. |
java.lang.String |
getStringData()
Method gets the stringData. |
java.lang.String |
getSystemId()
Method gets the systemId. |
void |
setBaseURI(java.lang.String baseURI)
Method sets the baseURI. |
void |
setByteStream(java.io.InputStream byteStream)
Method sets the byteStream. |
void |
setCertifiedText(boolean certifiedText)
Method sets the certifiedText. |
void |
setCharacterStream(java.io.Reader characterStream)
Method sets the characterStream. |
void |
setEncoding(java.lang.String encoding)
Method sets the encoding. |
void |
setPublicId(java.lang.String publicId)
Method sets the publicId. |
void |
setStringData(java.lang.String stringData)
Method sets the stringData. |
void |
setSystemId(java.lang.String systemId)
Method sets the systemId. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LSInputSourceAdapter(org.xml.sax.InputSource inputSource)
inputSource
- the inputSource.public LSInputSourceAdapter(org.xml.sax.InputSource inputSource, java.lang.String baseUri)
inputSource
- the inputSource.baseUri
- the baseUri.public LSInputSourceAdapter(org.xml.sax.InputSource inputSource, java.lang.String baseUri, boolean certifiedText)
inputSource
- the inputSource.baseUri
- the baseUri.certifiedText
- the certifiedText.Method Detail |
---|
public java.lang.String getBaseURI()
getBaseURI
in interface org.w3c.dom.ls.LSInput
public void setBaseURI(java.lang.String baseURI)
setBaseURI
in interface org.w3c.dom.ls.LSInput
baseURI
- the baseURI.public java.io.InputStream getByteStream()
getByteStream
in interface org.w3c.dom.ls.LSInput
public void setByteStream(java.io.InputStream byteStream)
setByteStream
in interface org.w3c.dom.ls.LSInput
byteStream
- the byteStream.public boolean getCertifiedText()
getCertifiedText
in interface org.w3c.dom.ls.LSInput
public void setCertifiedText(boolean certifiedText)
setCertifiedText
in interface org.w3c.dom.ls.LSInput
certifiedText
- the certifiedText.public java.io.Reader getCharacterStream()
getCharacterStream
in interface org.w3c.dom.ls.LSInput
public void setCharacterStream(java.io.Reader characterStream)
setCharacterStream
in interface org.w3c.dom.ls.LSInput
characterStream
- the characterStream.public java.lang.String getEncoding()
getEncoding
in interface org.w3c.dom.ls.LSInput
public void setEncoding(java.lang.String encoding)
setEncoding
in interface org.w3c.dom.ls.LSInput
encoding
- the encoding.public java.lang.String getPublicId()
getPublicId
in interface org.w3c.dom.ls.LSInput
public void setPublicId(java.lang.String publicId)
setPublicId
in interface org.w3c.dom.ls.LSInput
publicId
- the publicId.public java.lang.String getStringData()
getStringData
in interface org.w3c.dom.ls.LSInput
public void setStringData(java.lang.String stringData)
setStringData
in interface org.w3c.dom.ls.LSInput
stringData
- the stringData.public java.lang.String getSystemId()
getSystemId
in interface org.w3c.dom.ls.LSInput
public void setSystemId(java.lang.String systemId)
setSystemId
in interface org.w3c.dom.ls.LSInput
systemId
- the systemId.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |