Org.XmlPull.V1.XmlPullParser.FeatureValidation Field
If this feature is activated, all validation errors as defined in the XML 1.0 specification are reported.

Syntax

[Android.Runtime.Register("FEATURE_VALIDATION")]
public const string FeatureValidation

Remarks

If this feature is activated, all validation errors as defined in the XML 1.0 specification are reported. This implies that FEATURE_PROCESS_DOCDECL is true and both, the internal and external document type declaration will be processed.

Please Note: This feature can not be changed during parsing. The default value is false.

[Android Documentation]

Requirements

Namespace: Org.XmlPull.V1
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1