XMLConstants.XmlnsAttribute Field

Definition

The official XML attribute used for specifying XML Namespace declarations.

[Android.Runtime.Register("XMLNS_ATTRIBUTE")]
public const string XmlnsAttribute;
[<Android.Runtime.Register("XMLNS_ATTRIBUTE")>]
val mutable XmlnsAttribute : string

Field Value

Attributes

Remarks

The official XML attribute used for specifying XML Namespace declarations.

It is <strong><em>NOT</em></strong> valid to use as a prefix. Defined by the XML specification to be "xmlns".

Java documentation for javax.xml.XMLConstants.XMLNS_ATTRIBUTE.

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.

Applies to