| Constructor and Description |
|---|
DocumentEntity() |
DocumentEntity(InputSource source) |
DocumentEntity(java.lang.String sysID) |
| Modifier and Type | Method and Description |
|---|---|
char[] |
charArrayValue() |
void |
close() |
java.lang.String |
getDeclaredEncoding() |
java.lang.String |
getPublicID() |
java.io.Reader |
getReader() |
java.lang.String |
getSystemID() |
java.lang.String |
getXMLVersion() |
boolean |
isInternal() |
boolean |
isOpen() |
boolean |
isParsed() |
boolean |
isStandalone() |
boolean |
isStandaloneDeclared() |
void |
open() |
void |
reset(InputSource source) |
void |
reset(java.lang.String sysID) |
void |
setStandalone(boolean standalone) |
java.lang.String |
stringValue() |
public DocumentEntity()
public DocumentEntity(java.lang.String sysID)
throws java.io.IOException
java.io.IOExceptionpublic DocumentEntity(InputSource source) throws java.io.IOException
java.io.IOExceptionpublic void open()
throws java.io.IOException,
RecursionException
open in interface Entityjava.io.IOExceptionRecursionExceptionpublic java.lang.String getDeclaredEncoding()
getDeclaredEncoding in interface Entitypublic boolean isStandaloneDeclared()
isStandaloneDeclared in interface Entitypublic java.lang.String getXMLVersion()
getXMLVersion in interface Entitypublic void reset(java.lang.String sysID)
throws java.io.IOException
java.io.IOExceptionpublic void reset(InputSource source) throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
public java.lang.String getPublicID()
getPublicID in interface Entitypublic java.lang.String getSystemID()
getSystemID in interface Entitypublic boolean isStandalone()
isStandalone in interface Entitypublic void setStandalone(boolean standalone)
setStandalone in interface Entitypublic boolean isInternal()
isInternal in interface Entitypublic java.lang.String stringValue()
stringValue in interface Entitypublic char[] charArrayValue()
charArrayValue in interface Entity