Org.XmlPull.V1.XmlPullParserFactory.SetFeature Method
Set the features to be set when XML Pull Parser is created by this factory.

Syntax

[Android.Runtime.Register("setFeature", "(Ljava/lang/String;Z)V", "GetSetFeature_Ljava_lang_String_ZHandler")]
public virtual void SetFeature (string name, bool state)

Parameters

name
string with URI identifying feature
state
if true feature will be set; if false will be ignored

Exceptions

TypeReason
Org.XmlPull.V1.XmlPullParserException

Remarks

Set the features to be set when XML Pull Parser is created by this factory.

NOTE: factory features are not used for XML Serializer.

[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