[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 | Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (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 |