[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
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
Public Fields
Name | Description | |
---|---|---|
![]() ![]() | XML_NS_PREFIX |
Reserved "xml" prefix
|
![]() ![]() | XML_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.
|
![]() ![]() | XMLNS_ATTRIBUTE |
Reserved "xmlns" prefix
|
![]() ![]() | XMLNS_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
Name | Description | |
---|---|---|
![]() | XMLConstantsNew |