Method | Description | |
---|---|---|
AddAttribute ( string name, string value, char quotechar, bool caseInsensitive ) : Attribute | ||
CopyAttributes ( |
||
GetAttribute ( int i ) : Attribute | ||
GetAttribute ( string name ) : int | ||
Reset ( string name, System.Xml.XmlNodeType nt, string value ) : void |
Attribute objects are reused during parsing to reduce memory allocations, hence the Reset method.
|
Method | Description | |
---|---|---|
RemoveAttribute ( string name ) : void |
public AddAttribute ( string name, string value, char quotechar, bool caseInsensitive ) : Attribute | ||
name | string | |
value | string | |
quotechar | char | |
caseInsensitive | bool | |
return | Attribute |
public Reset ( string name, System.Xml.XmlNodeType nt, string value ) : void | ||
name | string | |
nt | System.Xml.XmlNodeType | |
value | string | |
return | void |