Click or drag to resize

XMLConstantsXMLNS_ATTRIBUTE_NS_URI Field

The official XML attribute used for specifying XML Namespace declarations, XMLNS_ATTRIBUTE, Namespace name URI.

Defined by the XML specification to be

http://www.w3.org/2000/xmlns/
. Namespaces in XML, 3. Qualified Names Namespaces in XML Errata

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public const string XMLNS_ATTRIBUTE_NS_URI = "http://www.w3.org/2000/xmlns/"

Field Value

Type: String
See Also