com.bluecast.xml

Class DocumentEntity

Implemented Interfaces:
Entity

public class DocumentEntity
extends java.lang.Object
implements Entity

Constructor Summary

DocumentEntity()
DocumentEntity(String sysID)
DocumentEntity(InputSource source)

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
reset(String sysID)
void
reset(InputSource source)
void
setStandalone(boolean standalone)
String
stringValue()

Constructor Details

DocumentEntity

public DocumentEntity()

DocumentEntity

public DocumentEntity(String sysID)
            throws IOException

DocumentEntity

public DocumentEntity(InputSource source)
            throws IOException

Method Details

charArrayValue

public char[] charArrayValue()
Specified by:
charArrayValue in interface Entity

close

public void close()
            throws IOException
Specified by:
close in interface Entity

getDeclaredEncoding

public String getDeclaredEncoding()
Specified by:
getDeclaredEncoding in interface Entity

getPublicID

public String getPublicID()
Specified by:
getPublicID in interface Entity

getReader

public Reader getReader()
Specified by:
getReader in interface Entity

getSystemID

public String getSystemID()
Specified by:
getSystemID in interface Entity

getXMLVersion

public String getXMLVersion()
Specified by:
getXMLVersion in interface Entity

isInternal

public boolean isInternal()
Specified by:
isInternal in interface Entity

isOpen

public boolean isOpen()
Specified by:
isOpen in interface Entity

isParsed

public boolean isParsed()
Specified by:
isParsed in interface Entity

isStandalone

public boolean isStandalone()
Specified by:
isStandalone in interface Entity

isStandaloneDeclared

public boolean isStandaloneDeclared()
Specified by:
isStandaloneDeclared in interface Entity

open

public void open()
            throws IOException,
                   RecursionException
Specified by:
open in interface Entity

reset

public void reset(String sysID)
            throws IOException

reset

public void reset(InputSource source)
            throws IOException

setStandalone

public void setStandalone(boolean standalone)
Specified by:
setStandalone in interface Entity

stringValue

public String stringValue()
Specified by:
stringValue in interface Entity