public interface StartDocument extends XMLEvent
| Modifier and Type | Method and Description |
|---|---|
boolean |
encodingSet()
Indicates whether the character encoding was set in the XML
declaration.
|
java.lang.String |
getCharacterEncodingScheme()
Returns the character encoding of the document.
|
java.lang.String |
getSystemId()
Returns the system identifier of the document entity.
|
java.lang.String |
getVersion()
Returns the XML version of the document.
|
boolean |
isStandalone()
Indicates whether the document is standalone.
|
boolean |
standaloneSet()
Indicates whether the standalone parameter was set in the XML
declaration.
|
asCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicodejava.lang.String getSystemId()
java.lang.String getCharacterEncodingScheme()
boolean encodingSet()
boolean isStandalone()
boolean standaloneSet()
java.lang.String getVersion()