com.bluecast.xml

Interface Entity

Known Implementing Classes:
DocumentEntity

public interface Entity

Method Summary

char[]
charArrayValue()
void
close()
String
getDeclaredEncoding()
String
getPublicID()
Reader
getReader()
String
getSystemID()
String
getXMLVersion()
boolean
isInternal()
boolean
isOpen()
boolean
isParsed()
boolean
isStandalone()
boolean
isStandaloneDeclared()
void
open()
void
setStandalone(boolean standalone)
String
stringValue()

Method Details

charArrayValue

public char[] charArrayValue()

close

public void close()
            throws IOException

getDeclaredEncoding

public String getDeclaredEncoding()

getPublicID

public String getPublicID()

getReader

public Reader getReader()

getSystemID

public String getSystemID()

getXMLVersion

public String getXMLVersion()

isInternal

public boolean isInternal()

isOpen

public boolean isOpen()

isParsed

public boolean isParsed()

isStandalone

public boolean isStandalone()

isStandaloneDeclared

public boolean isStandaloneDeclared()

open

public void open()
            throws IOException,
                   SAXException,
                   RecursionException

setStandalone

public void setStandalone(boolean standalone)

stringValue

public String stringValue()