Org.XmlPull.V1.IXmlSerializer.SetFeature Method
Set feature identified by name (recommended to be URI for uniqueness).

Syntax

[Android.Runtime.Register("setFeature", "(Ljava/lang/String;Z)V", "GetSetFeature_Ljava_lang_String_ZHandler:Org.XmlPull.V1.IXmlSerializerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void SetFeature (string name, bool state)

Parameters

name
Documentation for this section has not yet been entered.
state
Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionIf the feature is not supported or can not be set
Java.Lang.IllegalArgumentException

Remarks

Set feature identified by name (recommended to be URI for uniqueness). Some well known optional features are defined in . If feature is not recognized or can not be set then IllegalStateException MUST be thrown.

[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