| javax.xml.stream.events.StartDocument
StartDocument | public interface StartDocument extends XMLEvent(Code) | | An interface for the start document event
version: 1.0 author: Copyright (c) 2003 by BEA Systems. All Rights Reserved. |
encodingSet | public boolean encodingSet()(Code) | | Returns true if CharacterEncodingScheme was set in
the encoding declaration of the document
|
getCharacterEncodingScheme | public String getCharacterEncodingScheme()(Code) | | Returns the encoding style of the XML data
the character encoding, defaults to "UTF-8" |
getSystemId | public String getSystemId()(Code) | | Returns the system ID of the XML data
the system ID, defaults to "" |
getVersion | public String getVersion()(Code) | | Returns the version of XML of this XML stream
the version of XML, defaults to "1.0" |
isStandalone | public boolean isStandalone()(Code) | | Returns if this XML is standalone
the standalone state of XML, defaults to "no" |
standaloneSet | public boolean standaloneSet()(Code) | | Returns true if the standalone attribute was set in
the encoding declaration of the document.
|
|
|