Javax.Xml.Parsers.SAXParserFactory.NamespaceAware Property
Indicates whether or not the factory is configured to produce parsers which are namespace aware.

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.

Set method documentation [Android Documentation]

Specifies that the parser produced by this code will provide support for XML namespaces. By default the value of this is set to false.

Requirements

Namespace: Javax.Xml.Parsers
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1