Interface StartDocument

All Superinterfaces:
XMLEvent, XMLStreamConstants

public interface StartDocument extends XMLEvent
  • Method Details

    • encodingSet

      boolean encodingSet()
    • getCharacterEncodingScheme

      String getCharacterEncodingScheme()
    • getSystemId

      String getSystemId()
    • getVersion

      String getVersion()
    • isStandalone

      boolean isStandalone()
    • standaloneSet

      boolean standaloneSet()