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