模块  java.xml

Interface StartDocument

    • 方法详细信息

      • getSystemId

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

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

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

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

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

        String getVersion()
        返回此XML流的XML版本
        结果
        the version of XML, defaults to "1.0"