[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Contains constants for XML processing.

The following tables list the members exposed by the XMLConstants type.

Public Methods

  NameDescription
Equals (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
ToString (Inherited from Object.)

Protected Methods

  NameDescription
Finalize (Inherited from Object.)
MemberwiseClone (Inherited from Object.)

Public Fields

  NameDescription
static memberXML_NS_PREFIX
Reserved "xml" prefix

static memberXML_NS_URI
The namespace for the reserved "xml" prefix. The prefix xml is by definition bound to the namespace name http://www.w3.org/XML/1998/namespace. It MAY, but need not, be declared, and MUST NOT be bound to any other namespace name. Other prefixes MUST NOT be bound to this namespace name, and it MUST NOT be declared as the default namespace.

static memberXMLNS_ATTRIBUTE
Reserved "xmlns" prefix

static memberXMLNS_ATTRIBUTE_NS_URI
The prefix xmlns is used only to declare namespace bindings and is by definition bound to the namespace name http://www.w3.org/2000/xmlns/. It MUST NOT be declared . Other prefixes MUST NOT be bound to this namespace name, and it MUST NOT be declared as the default namespace. Element names MUST NOT have the prefix xmlns.

Public Constructors

  NameDescription
XMLConstantsNew