Interface StartDocument

All Superinterfaces:
XMLEvent

public interface StartDocument extends XMLEvent
An interface for the start document event
Since:
Weblogic XML Input Stream 1.0
See Also:
  • Method Details

    • getSystemId

      String getSystemId()
    • getCharacterEncodingScheme

      String getCharacterEncodingScheme()
    • isStandalone

      boolean isStandalone()
    • getVersion

      String getVersion()