Click or drag to resize
NamespaceName Class

[Missing <summary> documentation for "T:DXMLBase.Xml.NamespaceName"]

Inheritance Hierarchy
SystemObject
  DXMLBase.XmlNamespaceName

Namespace: DXMLBase.Xml
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class NamespaceName : IComparable

The NamespaceName type exposes the following members.

Constructors
  NameDescription
Public methodNamespaceName
Initializes a new instance of the NamespaceName class
Top
Methods
  NameDescription
Public methodCompareTo
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(String)
Public methodEquals(NamespaceName)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberNULL_NAMESPACE
A convenience constant for the null namespace
Public fieldStatic memberUNKNOWN_NAMESPACE
A convenience constant for use by
ExpandedQName
.
Public fieldStatic memberWILDCARD_NAMESPACE
A convenience constant for a "wildcard" namespace used for searching.
Public fieldStatic memberWILDCARD_URI
URI that is used as a wildcard for matching any URI
Public fieldStatic memberXML_NAMESPACE
Public fieldStatic memberXMLNS_NAMESPACE
Top
Properties
  NameDescription
Public propertyEmpty
Public propertyString
Top
See Also