NamespaceSupport.Nsdecl Field
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.
The namespace declaration URI as a constant.
[Android.Runtime.Register("NSDECL")]
public const string Nsdecl;
[<Android.Runtime.Register("NSDECL")>]
val mutable Nsdecl : string
Field Value
- Attributes
Remarks
The namespace declaration URI as a constant. The value is http://www.w3.org/xmlns/2000/
, as defined in a backwards-incompatible erratum to the "Namespaces in XML" recommendation. Because that erratum postdated SAX2, SAX2 defaults to the original recommendation, and does not normally use this URI.
This is the Namespace URI that is optionally applied to <em>xmlns</em> and <em>xmlns:*</em> attributes, which are used to declare namespaces.
Added in SAX 2.1alpha.
Java documentation for org.xml.sax.helpers.NamespaceSupport.NSDECL
.
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.