|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.osesb.utilities.xml.compiledschemas.DefaultLSInput
public class DefaultLSInput
This Class implements the LSInput interface for jaxp v1.3 schema compilation. LSInput objects are source streams for external entities that are returned by LSResourceResolver(s) during schema compilation. The jaxp v1.3 LSParser looks at inputs specified in LSInput in the following order: characterStream, byteStream, stringData, systemId, publicId.
Usage: @see DefaultLSResourceResolver and descendants.
| Constructor Summary | |
|---|---|
DefaultLSInput()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBaseURI()
The base URI to be used (see section 5.1.4 in [IETF RFC 2396]) for resolving a relative systemId for the resolved entity to an absolute URI. |
java.io.InputStream |
getByteStream()
Get the byte stream for this input source. |
boolean |
getCertifiedText()
If set to true, assume that the input is certified (see section 2.13 in [XML 1.1]) when parsing [XML 1.1]. |
java.io.Reader |
getCharacterStream()
Get the character stream Reader for this input source. |
java.lang.String |
getEncoding()
Get theencoding of the XML stream for this input source. |
java.lang.String |
getPublicId()
Get the publicId for this input source. |
java.lang.String |
getStringData()
Get the String data to parse. |
java.lang.String |
getSystemId()
Get the system identifier, a URI reference [IETF RFC 2396], for this input source. |
void |
setBaseURI(java.lang.String baseURI)
The base URI to be used (see section 5.1.4 in [IETF RFC 2396]) for resolving a relative systemId for the resolved entity to an absolute URI. |
void |
setByteStream(java.io.InputStream istream)
Set the byte stream for this input source. |
void |
setCertifiedText(boolean certifiedText)
If set to true, assume that the input is certified (see section 2.13 in [XML 1.1]) when parsing [XML 1.1]. |
void |
setCharacterStream(java.io.Reader characterStreamReader)
Set the character stream Reader for this input source. |
void |
setEncoding(java.lang.String encoding)
Set the encoding of the XML stream for this input source. |
void |
setPublicId(java.lang.String publicId)
Set the publicId for this input source. |
void |
setStringData(java.lang.String stringData)
Set the String data to parse. |
void |
setSystemId(java.lang.String systemId)
Set the system identifier, a URI reference [IETF RFC 2396], for this input source. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultLSInput()
| Method Detail |
|---|
public java.io.Reader getCharacterStream()
getCharacterStream in interface org.w3c.dom.ls.LSInputpublic void setCharacterStream(java.io.Reader characterStreamReader)
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 istream)
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 stringData)
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 systemId)
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 publicId)
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 baseURI)
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 encoding)
setEncoding in interface org.w3c.dom.ls.LSInputpublic boolean getCertifiedText()
getCertifiedText in interface org.w3c.dom.ls.LSInputpublic void setCertifiedText(boolean certifiedText)
setCertifiedText in interface org.w3c.dom.ls.LSInput
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||