|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.xml.sax.InputSource | +--weblogic.xml.sax.XMLInputSource
Constructor Summary | |
XMLInputSource()
Deprecated. Creates new XMLInputSource. |
|
XMLInputSource(org.xml.sax.InputSource source)
Deprecated. Creates new XMLInputSource using org.xml.sax.InputSource |
|
XMLInputSource(java.io.InputStream byteStream)
Deprecated. Creates new XMLInputSource using byte stream. |
|
XMLInputSource(java.io.Reader characterStream)
Deprecated. Creates new XMLInputSource using character stream. |
|
XMLInputSource(java.lang.String systemId)
Deprecated. Creates new XMLInputSource using XML document system id. |
Method Summary | |
java.io.InputStream |
getByteStream()
Deprecated. Returns a stream of bytes. |
java.io.Reader |
getCharacterStream()
Deprecated. Returns a stream of characters. |
java.lang.String |
getDoctypeSystemId()
Deprecated. Parses the beginning of the document to retrieve DOCTYPE system id. |
java.lang.String |
getDTDName()
Deprecated. Parses the beginning of the document to retrieve DTD name. |
java.util.Map |
getExternalEntitiesPublicIds()
Deprecated. Finds all of the external entities that specify PUBLIC id. |
java.util.Map |
getExternalEntitiesSystemIds()
Deprecated. Finds all of the external entities that specify SYSTEM id. |
org.xml.sax.InputSource |
getInputSource()
Deprecated. Returns input source that this XMLInputSource is based upon. |
java.lang.String |
getLocalRootTag()
Deprecated. Returns the name of the Root Tag without prefix. |
java.lang.String |
getNamespaceURI()
Deprecated. Returns documents namespace if any. |
java.lang.String |
getPublicId()
Deprecated. Parses the beginning of the document to retrieve DOCTYPE public id. |
java.lang.String |
getQualifiedRootTag()
Deprecated. Returns the name of a Root Tag with prefix, or the empty string if qualified names are not available. |
java.lang.String |
getRootTag()
Deprecated. If document defines namespace, this method returns fully qualified root tag. |
void |
setByteStream(java.io.InputStream ioByteStream)
Deprecated. Sets the byte stream for this input source. |
void |
setCharacterStream(java.io.Reader characterStream)
Deprecated. Sets the character stream for this input source. |
void |
setSystemId(java.lang.String id)
Deprecated. Sets the system identifier for this input source. |
java.lang.String |
toString()
Deprecated. Returns a string representation of information that defines an XML document. |
Methods inherited from class org.xml.sax.InputSource |
getEncoding,
getSystemId,
setEncoding,
setPublicId |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public XMLInputSource()
public XMLInputSource(java.lang.String systemId)
systemId
- the document's URI.public XMLInputSource(java.io.InputStream byteStream)
byteStream
- an input stream of bytes.public XMLInputSource(java.io.Reader characterStream)
characterStream
- an input stream of characterspublic XMLInputSource(org.xml.sax.InputSource source) throws java.io.IOException
org.xml.sax.InputSource
source
- a single input source for an XML entity.Method Detail |
public java.lang.String getPublicId()
public java.lang.String getDoctypeSystemId()
public void setSystemId(java.lang.String id)
id
- XML document location as a java.lang.String
public java.lang.String getRootTag()
public java.lang.String getQualifiedRootTag()
java.lang.String
public java.lang.String getDTDName()
public java.lang.String getLocalRootTag()
java.lang.String
public java.lang.String getNamespaceURI()
public void setCharacterStream(java.io.Reader characterStream)
org.xml.sax.InputSource
.
characterStream
- the character stream containing the XML document or other entity.public java.io.Reader getCharacterStream()
java.io.Reader
public void setByteStream(java.io.InputStream ioByteStream)
org.xml.sax.InputSource
.
ioByteStream
- a byte stream containing an XML document or other entity.public java.io.InputStream getByteStream()
java.io.InputStream
public java.lang.String toString()
java.lang.String
public org.xml.sax.InputSource getInputSource()
org.xml.sax.InputSource
public java.util.Map getExternalEntitiesSystemIds()
public java.util.Map getExternalEntitiesPublicIds()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs81b |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |