XmlPullParser.FeatureProcessDocdecl 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Use 'Org.XmlPull.V1.IXmlPullParser.FeatureProcessDocdecl'. This class will be removed in a future release.
此功能确定是否处理文档声明。
[Android.Runtime.Register("FEATURE_PROCESS_DOCDECL")]
[System.Obsolete("Use 'Org.XmlPull.V1.IXmlPullParser.FeatureProcessDocdecl'. This class will be removed in a future release.")]
public const string FeatureProcessDocdecl;
[<Android.Runtime.Register("FEATURE_PROCESS_DOCDECL")>]
[<System.Obsolete("Use 'Org.XmlPull.V1.IXmlPullParser.FeatureProcessDocdecl'. This class will be removed in a future release.")>]
val mutable FeatureProcessDocdecl : string
字段值
- 属性
注解
此功能确定是否处理文档声明。 如果设置为 false,则由 nextToken() 报告 DOCDECL 事件类型,并被 next()忽略。
如果激活此功能,则必须由分析程序处理文档声明。
<strong Note:</strong>> If the document type declaration is ignored, entity references may causes later in the parsing process. 此功能的默认值为 false。 分析期间无法更改它。
Java文档org.xmlpull.v1.XmlPullParser.FEATURE_PROCESS_DOCDECL。
本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。