C# Класс System.Xml.Xsl.Qil.QilName

View over a Qil name literal.
Don't construct QIL nodes directly; instead, use the QilFactory.
Наследование: QilLiteral
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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".

Описание методов

Equals() публичный Метод

Override Equals() so that the QilName can be used as a key in the hashtable.
Does not compare their prefixes (if any).
public Equals ( object other ) : bool
other object
Результат bool

GetHashCode() публичный Метод

Override GetHashCode() so that the QilName can be used as a key in the hashtable.
Does not compare their prefixes (if any).
public GetHashCode ( ) : int
Результат int

QilName() публичный Метод

Construct a new node
public QilName ( QilNodeType nodeType, string local, string uri, string prefix ) : System
nodeType QilNodeType
local string
uri string
prefix string
Результат System

ToString() публичный Метод

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 ToString ( ) : string
Результат string