Метод | Описание | |
---|---|---|
Init ( |
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).
|
public Init ( |
||
value | ||
Результат | void |
public Init ( string prefix, string localName, string ns, int hashCode ) : void | ||
prefix | string | |
localName | string | |
ns | string | |
hashCode | int | |
Результат | void |
public IsDuplicate ( string localName, string ns, int hashCode ) : bool | ||
localName | string | |
ns | string | |
hashCode | int | |
Результат | bool |