Constructor and Description |
---|
DocumentEntity() |
DocumentEntity(org.xml.sax.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(org.xml.sax.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.IOException
public DocumentEntity(org.xml.sax.InputSource source) throws java.io.IOException
java.io.IOException
public void open() throws java.io.IOException, RecursionException
open
in interface Entity
java.io.IOException
RecursionException
public java.lang.String getDeclaredEncoding()
getDeclaredEncoding
in interface Entity
public boolean isStandaloneDeclared()
isStandaloneDeclared
in interface Entity
public java.lang.String getXMLVersion()
getXMLVersion
in interface Entity
public void reset(java.lang.String sysID) throws java.io.IOException
java.io.IOException
public void reset(org.xml.sax.InputSource source) throws java.io.IOException
java.io.IOException
public void close() throws java.io.IOException
public java.lang.String getPublicID()
getPublicID
in interface Entity
public java.lang.String getSystemID()
getSystemID
in interface Entity
public boolean isStandalone()
isStandalone
in interface Entity
public void setStandalone(boolean standalone)
setStandalone
in interface Entity
public boolean isInternal()
isInternal
in interface Entity
public java.lang.String stringValue()
stringValue
in interface Entity
public char[] charArrayValue()
charArrayValue
in interface Entity