|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xerces.xni.parser.XMLInputSource
org.apache.xerces.util.SAXInputSource
public final class SAXInputSource
An XMLInputSource
analogue to javax.xml.transform.sax.SAXSource
.
Field Summary |
---|
Fields inherited from class org.apache.xerces.xni.parser.XMLInputSource |
---|
fBaseSystemId, fByteStream, fCharStream, fEncoding, fPublicId, fSystemId |
Constructor Summary | |
---|---|
SAXInputSource()
|
|
SAXInputSource(org.xml.sax.InputSource inputSource)
|
|
SAXInputSource(org.xml.sax.XMLReader reader,
org.xml.sax.InputSource inputSource)
|
Method Summary | |
---|---|
org.xml.sax.InputSource |
getInputSource()
|
org.xml.sax.XMLReader |
getXMLReader()
|
void |
setByteStream(java.io.InputStream byteStream)
Sets the byte stream. |
void |
setCharacterStream(java.io.Reader charStream)
Sets the character stream. |
void |
setEncoding(java.lang.String encoding)
Sets the encoding of the stream. |
void |
setInputSource(org.xml.sax.InputSource inputSource)
|
void |
setPublicId(java.lang.String publicId)
Sets the public identifier. |
void |
setSystemId(java.lang.String systemId)
Sets the system identifier. |
void |
setXMLReader(org.xml.sax.XMLReader reader)
|
Methods inherited from class org.apache.xerces.xni.parser.XMLInputSource |
---|
getBaseSystemId, getByteStream, getCharacterStream, getEncoding, getPublicId, getSystemId, setBaseSystemId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SAXInputSource()
public SAXInputSource(org.xml.sax.InputSource inputSource)
public SAXInputSource(org.xml.sax.XMLReader reader, org.xml.sax.InputSource inputSource)
Method Detail |
---|
public void setXMLReader(org.xml.sax.XMLReader reader)
public org.xml.sax.XMLReader getXMLReader()
public void setInputSource(org.xml.sax.InputSource inputSource)
public org.xml.sax.InputSource getInputSource()
public void setPublicId(java.lang.String publicId)
setPublicId
in class org.apache.xerces.xni.parser.XMLInputSource
publicId
- The new public identifier.public void setSystemId(java.lang.String systemId)
setSystemId
in class org.apache.xerces.xni.parser.XMLInputSource
systemId
- The new system identifier.public void setByteStream(java.io.InputStream byteStream)
setByteStream
in class org.apache.xerces.xni.parser.XMLInputSource
byteStream
- The new byte stream.public void setCharacterStream(java.io.Reader charStream)
setCharacterStream
in class org.apache.xerces.xni.parser.XMLInputSource
charStream
- The new character stream.setEncoding(java.lang.String)
public void setEncoding(java.lang.String encoding)
setEncoding
in class org.apache.xerces.xni.parser.XMLInputSource
encoding
- The new encoding.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |