Org.XmlPull.V1.XmlPullParserFactory.Validating Property
Indicates whether or not the factory is configured to produce parsers which validate the XML content during parse.

Syntax

[get: Android.Runtime.Register("isValidating", "()Z", "GetIsValidatingHandler")]
[set: Android.Runtime.Register("setValidating", "(Z)V", "GetSetValidating_ZHandler")]
public virtual bool Validating { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Indicates whether or not the factory is configured to produce parsers which validate the XML content during parse.

Set method documentation [Android Documentation]

Specifies that the parser produced by this factory will be validating (it simply set feature XmlPullParser.FEATURE_VALIDATION to true or false). By default the value of this is set to false.

Requirements

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