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:
    XMLEvent
    • Method Detail

      • getSystemId

        java.lang.String getSystemId()
      • getCharacterEncodingScheme

        java.lang.String getCharacterEncodingScheme()
      • isStandalone

        boolean isStandalone()
      • getVersion

        java.lang.String getVersion()