Module  java.xml

Interface StartDocument

  • All Superinterfaces:
    XMLEventXMLStreamConstants


    public interface StartDocument
    extends XMLEvent
    开始文档事件的界面
    从以下版本开始:
    1.6
    Version:
    1.0
    • 方法详细信息

      • getSystemId

        String getSystemId​()
        返回XML数据的系统ID
        结果
        系统ID,默认为“”
      • getCharacterEncodingScheme

        String getCharacterEncodingScheme​()
        返回XML数据的编码样式
        结果
        字符编码,默认为“UTF-8”
      • encodingSet

        boolean encodingSet​()
        如果在文档的编码声明中设置了CharacterEncodingScheme,则返回true
      • isStandalone

        boolean isStandalone​()
        如果这个XML是独立的,则返回
        结果
        独立的XML状态,默认为“否”
      • standaloneSet

        boolean standaloneSet​()
        如果在文档的编码声明中设置了独立属性,则返回true。
      • getVersion

        String getVersion​()
        返回此XML流的XML版本
        结果
        XML版本,默认为“1.0”