프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CheckLocked | void |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
ToDomString ( |
메소드 | 설명 | |
---|---|---|
CheckLocked ( ) : void |
public AppendChild ( |
||
element | child element | |
리턴 | int |
public GetAttributeValue ( string name, int defaultValue ) : int | ||
name | string | |
defaultValue | int | |
리턴 | int |
public SetAttribute ( string name, int Value ) : void | ||
name | string | name |
Value | int | value |
리턴 | void |
protected ToDomString ( |
||
elements | ||
builder | System | |
level | int | |
리턴 | void |