Methods
- Equals(Object) Determines whether the specified XName is equal to this XName.
- Get(String) Gets an XName object from an expanded name.
-
Get(String,
String) Gets an XName object from a local name and a namespace. -
Get
Hash Gets a hash code for this XName.Code() -
To
String() Returns the expanded XML name in the format {namespace}localname. -
op_Equality(XName,
XName) Returns a value indicating whether two instances of XName are equal. - op_Implicit(String):XName Converts a string formatted as an expanded XML name (that is,{namespace}localname) to an XName object.
-
op_Inequality(XName,
XName) Returns a value indicating whether two instances of XName are not equal.
Properties
-
Local
Name Gets the local (unqualified) part of the name. - Namespace Gets the namespace part of the fully qualified name.
-
Namespace
Name Returns the URI of the XNamespace for this XName.