com.bluecast.xml
Interface Entity
- All Known Implementing Classes:
- DocumentEntity
- public interface Entity
isOpen
public boolean isOpen()
open
public void open()
throws java.io.IOException,
SAXException,
RecursionException
java.io.IOException
SAXException
RecursionException
close
public void close()
throws java.io.IOException
java.io.IOException
getPublicID
public java.lang.String getPublicID()
getSystemID
public java.lang.String getSystemID()
isStandalone
public boolean isStandalone()
setStandalone
public void setStandalone(boolean standalone)
isInternal
public boolean isInternal()
isParsed
public boolean isParsed()
getDeclaredEncoding
public java.lang.String getDeclaredEncoding()
isStandaloneDeclared
public boolean isStandaloneDeclared()
getXMLVersion
public java.lang.String getXMLVersion()
getReader
public java.io.Reader getReader()
stringValue
public java.lang.String stringValue()
charArrayValue
public char[] charArrayValue()