Interface StartDocument

All Superinterfaces:
XMLEvent, XMLStreamConstants

public interface StartDocument extends XMLEvent
  • Method Details

    • encodingSet

      boolean encodingSet()
    • getCharacterEncodingScheme

      java.lang.String getCharacterEncodingScheme()
    • getSystemId

      java.lang.String getSystemId()
    • getVersion

      java.lang.String getVersion()
    • isStandalone

      boolean isStandalone()
    • standaloneSet

      boolean standaloneSet()