Property | Type | Description | |
---|---|---|---|
CheckLocked | void |
Method | Description | |
---|---|---|
AppendChild ( |
append child element
|
|
GetAttributeValue ( string name, int defaultValue ) : int | ||
HasAttribute ( string name ) : bool | ||
PrintDomString ( ) : void | ||
SetAttribute ( string name, int Value ) : void |
set attribute
|
|
SetLockedDeeply ( bool locked ) : void | ||
ToDomString ( ) : string |
Method | Description | |
---|---|---|
ToDomString ( |
Method | Description | |
---|---|---|
CheckLocked ( ) : void |
public AppendChild ( |
||
element | child element | |
return | int |
public GetAttributeValue ( string name, int defaultValue ) : int | ||
name | string | |
defaultValue | int | |
return | int |
public SetAttribute ( string name, int Value ) : void | ||
name | string | name |
Value | int | value |
return | void |
public SetLockedDeeply ( bool locked ) : void | ||
locked | bool | |
return | void |
protected ToDomString ( |
||
elements | ||
builder | System | |
level | int | |
return | void |