com.bluecast.xml
public abstract class XMLInputReader extends Reader
Version: $Revision: 1.3 $
Method Summary | |
---|---|
String | getXMLDeclaredEncoding()
Gets the declared encoding from the XML declaration,
or null if no value was found. |
String | getXMLVersion()
Gets the version string from the XML declaration, or null. |
boolean | isXMLStandalone()
Returns the Standalone value from the XML declaration.
|
boolean | isXMLStandaloneDeclared()
Returns true if an XML "standalone" declaration was found. |
protected int | parseXMLDeclaration(char[] cbuf, int offset, int length)
Call this to parse the XML declaration. |
protected void | resetInput() |