|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas_lib.deployment.validation.JLSInput
A wrapper around the InputSource class returned by EntityResolver to be returned by the ResourceResolver class.
| Constructor Summary | |
JLSInput(org.xml.sax.InputSource source)
Creates a wrapper around the given InputSource object. |
|
| Method Summary | |
java.lang.String |
getBaseURI()
|
java.io.InputStream |
getByteStream()
Return the byte stream representation of the resource. |
boolean |
getCertifiedText()
|
java.io.Reader |
getCharacterStream()
Return the character stream representation of the resource. |
java.lang.String |
getEncoding()
Returns the encoding of the resource. |
java.lang.String |
getPublicId()
Returns the Public ID of the resource. |
java.lang.String |
getStringData()
|
java.lang.String |
getSystemId()
Returns the System ID of the resource. |
void |
setBaseURI(java.lang.String arg0)
|
void |
setByteStream(java.io.InputStream arg0)
|
void |
setCertifiedText(boolean arg0)
|
void |
setCharacterStream(java.io.Reader arg0)
|
void |
setEncoding(java.lang.String arg0)
|
void |
setPublicId(java.lang.String id)
|
void |
setStringData(java.lang.String arg0)
|
void |
setSystemId(java.lang.String id)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JLSInput(org.xml.sax.InputSource source)
source - | Method Detail |
public java.io.Reader getCharacterStream()
getCharacterStream in interface org.w3c.dom.ls.LSInputpublic void setCharacterStream(java.io.Reader arg0)
setCharacterStream in interface org.w3c.dom.ls.LSInputpublic java.io.InputStream getByteStream()
getByteStream in interface org.w3c.dom.ls.LSInputpublic void setByteStream(java.io.InputStream arg0)
setByteStream in interface org.w3c.dom.ls.LSInputpublic java.lang.String getStringData()
getStringData in interface org.w3c.dom.ls.LSInputpublic void setStringData(java.lang.String arg0)
setStringData in interface org.w3c.dom.ls.LSInputpublic java.lang.String getSystemId()
getSystemId in interface org.w3c.dom.ls.LSInputpublic void setSystemId(java.lang.String id)
setSystemId in interface org.w3c.dom.ls.LSInputpublic java.lang.String getPublicId()
getPublicId in interface org.w3c.dom.ls.LSInputpublic void setPublicId(java.lang.String id)
setPublicId in interface org.w3c.dom.ls.LSInputpublic java.lang.String getBaseURI()
getBaseURI in interface org.w3c.dom.ls.LSInputpublic void setBaseURI(java.lang.String arg0)
setBaseURI in interface org.w3c.dom.ls.LSInputpublic java.lang.String getEncoding()
getEncoding in interface org.w3c.dom.ls.LSInputpublic void setEncoding(java.lang.String arg0)
setEncoding in interface org.w3c.dom.ls.LSInputpublic boolean getCertifiedText()
getCertifiedText in interface org.w3c.dom.ls.LSInputpublic void setCertifiedText(boolean arg0)
setCertifiedText in interface org.w3c.dom.ls.LSInput
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||