C# Класс System.Xml.Xsl.Runtime.XmlAttributeCache.AttrNameVal

Показать файл Открыть проект

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

Метод Описание
Init ( XmlAtomicValue value ) : void

Cache all or part of the attribute's typed value.

Init ( string text ) : void

Cache all or part of the attribute's string value.

Init ( string prefix, string localName, string ns, int hashCode ) : void

Cache an attribute's name and type.

IsDuplicate ( string localName, string ns, int hashCode ) : bool

Returns true if this attribute has the specified name (and thus is a duplicate).

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

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

Cache all or part of the attribute's typed value.
public Init ( XmlAtomicValue value ) : void
value System.Xml.Schema.XmlAtomicValue
Результат void

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

Cache all or part of the attribute's string value.
public Init ( string text ) : void
text string
Результат void

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

Cache an attribute's name and type.
public Init ( string prefix, string localName, string ns, int hashCode ) : void
prefix string
localName string
ns string
hashCode int
Результат void

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

Returns true if this attribute has the specified name (and thus is a duplicate).
public IsDuplicate ( string localName, string ns, int hashCode ) : bool
localName string
ns string
hashCode int
Результат bool