NamespaceSupport.Xmlns 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 XML Namespace URI as a constant.
[Android.Runtime.Register("XMLNS")]
public const string Xmlns;
[<Android.Runtime.Register("XMLNS")>]
val mutable Xmlns : string
Field Value
- Attributes
Remarks
The XML Namespace URI as a constant. The value is http://www.w3.org/XML/1998/namespace
as defined in the "Namespaces in XML" * recommendation.
This is the Namespace URI that is automatically mapped to the "xml" prefix.
Java documentation for org.xml.sax.helpers.NamespaceSupport.XMLNS
.
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.