Method | Description | |
---|---|---|
Attribute ( string name, double value ) : void | ||
Attribute ( string name, int value ) : void | ||
Attribute ( string name, string value ) : void | ||
BeginElement ( |
||
Comment ( string content ) : void | ||
EndElement ( ) : void | ||
TextNode ( string content ) : void |
public abstract Attribute ( string name, double value ) : void | ||
name | string | |
value | double | |
return | void |
public abstract Attribute ( string name, int value ) : void | ||
name | string | |
value | int | |
return | void |
public abstract Attribute ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public abstract BeginElement ( |
||
ui | ||
uiname | string | |
return | void |
public abstract Comment ( string content ) : void | ||
content | string | |
return | void |
public abstract TextNode ( string content ) : void | ||
content | string | |
return | void |