Methods Summary |
---|
public boolean | encodingSet()Returns true if CharacterEncodingScheme was set in
the encoding declaration of the document
|
public java.lang.String | getCharacterEncodingScheme()Returns the encoding style of the XML data
|
public java.lang.String | getSystemId()Returns the system ID of the XML data
|
public java.lang.String | getVersion()Returns the version of XML of this XML stream
|
public boolean | isStandalone()Returns if this XML is standalone
|
public boolean | standaloneSet()Returns true if the standalone attribute was set in
the encoding declaration of the document.
|