Click or drag to resize

XMLConstantsXMLNS_ATTRIBUTE Field

The official XML attribute used for specifying XML Namespace declarations.

It is NOT valid to use as a prefix. Defined by the XML specification to be

xmlns
.

Namespaces in XML, 3. Qualified Names

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public const string XMLNS_ATTRIBUTE = "xmlns"

Field Value

Type: String
See Also