com.bluecast.xml
Interface Entity

All Known Implementing Classes:
DocumentEntity

public interface Entity


Method Summary
 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 setStandalone(boolean standalone)
           
 java.lang.String stringValue()
           
 

Method Detail

isOpen

boolean isOpen()

open

void open()
          throws java.io.IOException,
                 SAXException,
                 RecursionException
Throws:
java.io.IOException
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()