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

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()