Method | Description | |
---|---|---|
Equals ( object other ) : bool |
Override Equals() so that the QilName can be used as a key in the hashtable. Does not compare their prefixes (if any). |
|
GetHashCode ( ) : int |
Override GetHashCode() so that the QilName can be used as a key in the hashtable. Does not compare their prefixes (if any). |
|
QilName ( QilNodeType nodeType, string local, string uri, string prefix ) : System |
Construct a new node
|
|
ToString ( ) : string |
Return the QilName in this format: "{namespace}prefix:local-name". If the namespace is empty, return the QilName in this truncated format: "local-name". If the prefix is empty, return the QilName in this truncated format: "{namespace}local-name".
|
public QilName ( QilNodeType nodeType, string local, string uri, string prefix ) : System | ||
nodeType | QilNodeType | |
local | string | |
uri | string | |
prefix | string | |
return | System |