|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xerces.xni.parser.XMLInputSource org.apache.xerces.util.SAXInputSource
public final class SAXInputSource
An XMLInputSource
analogue to javax.xml.transform.sax.SAXSource
.
Constructor Summary | |
---|---|
SAXInputSource()
|
|
SAXInputSource(InputSource inputSource)
|
|
SAXInputSource(XMLReader reader,
InputSource inputSource)
|
Method Summary | |
---|---|
InputSource |
getInputSource()
|
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(InputSource inputSource)
|
void |
setPublicId(java.lang.String publicId)
Sets the public identifier. |
void |
setSystemId(java.lang.String systemId)
Sets the system identifier. |
void |
setXMLReader(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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SAXInputSource()
public SAXInputSource(InputSource inputSource)
public SAXInputSource(XMLReader reader, InputSource inputSource)
Method Detail |
---|
public void setXMLReader(XMLReader reader)
public XMLReader getXMLReader()
public void setInputSource(InputSource inputSource)
public InputSource getInputSource()
public void setPublicId(java.lang.String publicId)
setPublicId
in class XMLInputSource
publicId
- The new public identifier.public void setSystemId(java.lang.String systemId)
setSystemId
in class XMLInputSource
systemId
- The new system identifier.public void setByteStream(java.io.InputStream byteStream)
setByteStream
in class XMLInputSource
byteStream
- The new byte stream.public void setCharacterStream(java.io.Reader charStream)
setCharacterStream
in class XMLInputSource
charStream
- The new character stream.setEncoding(java.lang.String)
public void setEncoding(java.lang.String encoding)
setEncoding
in class XMLInputSource
encoding
- The new encoding.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |