Org.XmlPull.V1.XmlPullParserFactory.NamespaceAware Property
Indicates whether or not the factory is configured to produce parsers which are namespace aware (it simply set feature XmlPullParser.

Syntax

[get: Android.Runtime.Register("isNamespaceAware", "()Z", "GetIsNamespaceAwareHandler")]
[set: Android.Runtime.Register("setNamespaceAware", "(Z)V", "GetSetNamespaceAware_ZHandler")]
public virtual bool NamespaceAware { 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 are namespace aware (it simply set feature XmlPullParser.FEATURE_PROCESS_NAMESPACES to true or false).

Set method documentation [Android Documentation]

Specifies that the parser produced by this factory will provide support for XML namespaces. 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