Org.Xml.Sax.Helpers.NamespaceSupport.NamespaceDeclUris Property
Returns true if namespace declaration attributes are placed into a namespace.

Syntax

[get: Android.Runtime.Register("isNamespaceDeclUris", "()Z", "GetIsNamespaceDeclUrisHandler")]
[set: Android.Runtime.Register("setNamespaceDeclUris", "(Z)V", "GetSetNamespaceDeclUris_ZHandler")]
public virtual bool NamespaceDeclUris { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionwhen attempting to set this after any context has been pushed.
Java.Lang.IllegalStateExceptionwhen attempting to set this after any context has been pushed.
Java.Lang.IllegalStateExceptionwhen attempting to set this after any context has been pushed.
Java.Lang.IllegalStateExceptionwhen attempting to set this after any context has been pushed.
Java.Lang.IllegalStateExceptionwhen attempting to set this after any context has been pushed.

Remarks

Get method documentation [Android Documentation]

Returns true if namespace declaration attributes are placed into a namespace. This behavior is not the default.

Set method documentation [Android Documentation]

Controls whether namespace declaration attributes are placed into the NamespaceSupport.Nsdecl namespace by NamespaceSupport.ProcessName(string, System.String[], System.String[]). This may only be changed before any contexts have been pushed.

Requirements

Namespace: Org.Xml.Sax.Helpers
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1