NamespaceSupport.NamespaceDeclUris Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true if namespace declaration attributes are placed into
a namespace. -or- Controls whether namespace declaration attributes are placed
into the #NSDECL NSDECL
namespace
by #processName processName()
.
public virtual bool NamespaceDeclUris { [Android.Runtime.Register("isNamespaceDeclUris", "()Z", "GetIsNamespaceDeclUrisHandler")] get; [Android.Runtime.Register("setNamespaceDeclUris", "(Z)V", "GetSetNamespaceDeclUris_ZHandler")] set; }
[<get: Android.Runtime.Register("isNamespaceDeclUris", "()Z", "GetIsNamespaceDeclUrisHandler")>]
[<set: Android.Runtime.Register("setNamespaceDeclUris", "(Z)V", "GetSetNamespaceDeclUris_ZHandler")>]
member this.NamespaceDeclUris : bool with get, set
Property Value
true if namespace declaration attributes are enabled, false otherwise.
- Attributes
Exceptions
when attempting to set this after any context has been pushed.
Remarks
Property getter documentation:
Returns true if namespace declaration attributes are placed into a namespace. This behavior is not the default.
Added in SAX 2.1alpha.
Java documentation for org.xml.sax.helpers.NamespaceSupport.isNamespaceDeclUris()
.
Property setter documentation:
Controls whether namespace declaration attributes are placed into the #NSDECL NSDECL
namespace by #processName processName()
. This may only be changed before any contexts have been pushed.
Added in SAX 2.1alpha.
Java documentation for org.xml.sax.helpers.NamespaceSupport.setNamespaceDeclUris(boolean)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.