Share via


XmlPullParser.FeatureProcessNamespaces Field

Definition

Caution

Use 'Org.XmlPull.V1.IXmlPullParser.FeatureProcessNamespaces'. This class will be removed in a future release.

This feature determines whether the parser processes namespaces.

[Android.Runtime.Register("FEATURE_PROCESS_NAMESPACES")]
[System.Obsolete("Use 'Org.XmlPull.V1.IXmlPullParser.FeatureProcessNamespaces'. This class will be removed in a future release.")]
public const string FeatureProcessNamespaces;
[<Android.Runtime.Register("FEATURE_PROCESS_NAMESPACES")>]
[<System.Obsolete("Use 'Org.XmlPull.V1.IXmlPullParser.FeatureProcessNamespaces'. This class will be removed in a future release.")>]
val mutable FeatureProcessNamespaces : string

Field Value

Attributes

Remarks

This feature determines whether the parser processes namespaces. As for all features, the default value is false.

<strong>NOTE:</strong> The value can not be changed during parsing an must be set before parsing.

Java documentation for org.xmlpull.v1.XmlPullParser.FEATURE_PROCESS_NAMESPACES.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to