|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.parse.ClasspathResolver.LSInputImpl
protected class ClasspathResolver.LSInputImpl
Implementation of DOM 3 LSInput.
| Constructor Summary | |
|---|---|
ClasspathResolver.LSInputImpl(String pubId,
String sysId,
InputStream input)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getBaseURI()
|
InputStream |
getByteStream()
|
boolean |
getCertifiedText()
|
Reader |
getCharacterStream()
|
String |
getEncoding()
|
String |
getPublicId()
|
String |
getStringData()
|
String |
getSystemId()
|
void |
setBaseURI(String uri)
|
void |
setByteStream(InputStream byteStream)
|
void |
setCertifiedText(boolean isCertifiedText)
|
void |
setCharacterStream(Reader characterStream)
|
void |
setEncoding(String encoding)
|
void |
setPublicId(String id)
|
void |
setStringData(String stringData)
|
void |
setSystemId(String id)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClasspathResolver.LSInputImpl(String pubId,
String sysId,
InputStream input)
pubId - public id of the resolved resourcesysId - system id of the resolved resourceinput - resolved resource| Method Detail |
|---|
public String getBaseURI()
getBaseURI in interface LSInputpublic InputStream getByteStream()
getByteStream in interface LSInputpublic boolean getCertifiedText()
getCertifiedText in interface LSInputpublic Reader getCharacterStream()
getCharacterStream in interface LSInputpublic String getEncoding()
getEncoding in interface LSInputpublic String getPublicId()
getPublicId in interface LSInputpublic String getStringData()
getStringData in interface LSInputpublic String getSystemId()
getSystemId in interface LSInputpublic void setBaseURI(String uri)
setBaseURI in interface LSInputpublic void setByteStream(InputStream byteStream)
setByteStream in interface LSInputpublic void setCertifiedText(boolean isCertifiedText)
setCertifiedText in interface LSInputpublic void setCharacterStream(Reader characterStream)
setCharacterStream in interface LSInputpublic void setEncoding(String encoding)
setEncoding in interface LSInputpublic void setPublicId(String id)
setPublicId in interface LSInputpublic void setStringData(String stringData)
setStringData in interface LSInputpublic void setSystemId(String id)
setSystemId in interface LSInput
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||