IXmlPullParser.FeatureValidation Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If this feature is activated, all validation errors as defined in the XML 1.
[Android.Runtime.Register("FEATURE_VALIDATION")]
public const string FeatureValidation;
[<Android.Runtime.Register("FEATURE_VALIDATION")>]
val mutable FeatureValidation : string
Field Value
- Attributes
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.
<strong>Please Note:</strong> This feature can not be changed during parsing. The default value is false.
Java documentation for org.xmlpull.v1.XmlPullParser.FEATURE_VALIDATION
.
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.