com.bluecast.xml
Class DocumentEntity
java.lang.Object
|
+--com.bluecast.xml.DocumentEntity
- All Implemented Interfaces:
- Entity
- public class DocumentEntity
- extends java.lang.Object
- implements Entity
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentEntity
public DocumentEntity()
DocumentEntity
public DocumentEntity(java.lang.String sysID)
throws java.io.IOException
DocumentEntity
public DocumentEntity(InputSource source)
throws java.io.IOException
isOpen
public boolean isOpen()
- Specified by:
isOpen
in interface Entity
open
public void open()
throws java.io.IOException,
RecursionException
- Specified by:
open
in interface Entity
java.io.IOException
RecursionException
getDeclaredEncoding
public java.lang.String getDeclaredEncoding()
- Specified by:
getDeclaredEncoding
in interface Entity
isStandaloneDeclared
public boolean isStandaloneDeclared()
- Specified by:
isStandaloneDeclared
in interface Entity
getXMLVersion
public java.lang.String getXMLVersion()
- Specified by:
getXMLVersion
in interface Entity
reset
public void reset(java.lang.String sysID)
throws java.io.IOException
java.io.IOException
reset
public void reset(InputSource source)
throws java.io.IOException
java.io.IOException
close
public void close()
throws java.io.IOException
- Specified by:
close
in interface Entity
java.io.IOException
getPublicID
public java.lang.String getPublicID()
- Specified by:
getPublicID
in interface Entity
getSystemID
public java.lang.String getSystemID()
- Specified by:
getSystemID
in interface Entity
isStandalone
public boolean isStandalone()
- Specified by:
isStandalone
in interface Entity
setStandalone
public void setStandalone(boolean standalone)
- Specified by:
setStandalone
in interface Entity
isInternal
public boolean isInternal()
- Specified by:
isInternal
in interface Entity
isParsed
public boolean isParsed()
- Specified by:
isParsed
in interface Entity
getReader
public java.io.Reader getReader()
- Specified by:
getReader
in interface Entity
stringValue
public java.lang.String stringValue()
- Specified by:
stringValue
in interface Entity
charArrayValue
public char[] charArrayValue()
- Specified by:
charArrayValue
in interface Entity