|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.apache.xerces.xni.parser.XMLInputSource
This class represents an input source for an XML document. The basic properties of an input source are the following:
Field Summary | |
protected String |
fBaseSystemId
Deprecated. Base system identifier. |
protected InputStream |
fByteStream
Deprecated. Byte stream. |
protected Reader |
fCharStream
Deprecated. Character stream. |
protected String |
fEncoding
Deprecated. Encoding. |
protected String |
fPublicId
Deprecated. Public identifier. |
protected String |
fSystemId
Deprecated. System identifier. |
Constructor Summary | |
XMLInputSource(String publicId,
String systemId,
String baseSystemId)
Deprecated. Constructs an input source from just the public and system identifiers, leaving resolution of the entity and opening of the input stream up to the caller. |
|
XMLInputSource(String publicId,
String systemId,
String baseSystemId,
InputStream byteStream,
String encoding)
Deprecated. Constructs an input source from a byte stream. |
|
XMLInputSource(String publicId,
String systemId,
String baseSystemId,
Reader charStream,
String encoding)
Deprecated. Constructs an input source from a character stream. |
|
XMLInputSource(XMLResourceIdentifier resourceIdentifier)
Deprecated. Constructs an input source from a XMLResourceIdentifier object, leaving resolution of the entity and opening of the input stream up to the caller. |
Method Summary | |
String |
getBaseSystemId()
Deprecated. Returns the base system identifier. |
InputStream |
getByteStream()
Deprecated. Returns the byte stream. |
Reader |
getCharacterStream()
Deprecated. Returns the character stream. |
String |
getEncoding()
Deprecated. Returns the encoding of the stream, or null if not known. |
String |
getPublicId()
Deprecated. Returns the public identifier. |
String |
getSystemId()
Deprecated. Returns the system identifier. |
void |
setBaseSystemId(String baseSystemId)
Deprecated. Sets the base system identifier. |
void |
setByteStream(InputStream byteStream)
Deprecated. Sets the byte stream. |
void |
setCharacterStream(Reader charStream)
Deprecated. Sets the character stream. |
void |
setEncoding(String encoding)
Deprecated. Sets the encoding of the stream. |
void |
setPublicId(String publicId)
Deprecated. Sets the public identifier. |
void |
setSystemId(String systemId)
Deprecated. Sets the system identifier. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected String fBaseSystemId
protected InputStream fByteStream
protected Reader fCharStream
protected String fEncoding
protected String fPublicId
protected String fSystemId
Constructor Detail |
public XMLInputSource(String publicId, String systemId, String baseSystemId)
public XMLInputSource(String publicId, String systemId, String baseSystemId, InputStream byteStream, String encoding)
public XMLInputSource(String publicId, String systemId, String baseSystemId, Reader charStream, String encoding)
public XMLInputSource(XMLResourceIdentifier resourceIdentifier)
Method Detail |
public String getBaseSystemId()
public InputStream getByteStream()
public Reader getCharacterStream()
public String getEncoding()
public String getPublicId()
public String getSystemId()
public void setBaseSystemId(String baseSystemId)
baseSystemId
- The new base system identifier.public void setByteStream(InputStream byteStream)
byteStream
- The new byte stream.public void setCharacterStream(Reader charStream)
charStream
- The new character stream.setEncoding(java.lang.String)
public void setEncoding(String encoding)
encoding
- The new encoding.public void setPublicId(String publicId)
publicId
- The new public identifier.public void setSystemId(String systemId)
systemId
- The new system identifier.
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |