C# 클래스 RtfDomParser.RTFDomElement

RTF dom element
this is the most base element type
파일 보기 프로젝트 열기: SourceCodeBackup/RtfDomParser 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CheckLocked void

공개 메소드들

메소드 설명
AppendChild ( RTFDomElement element ) : int

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 ( RTFDomElementList elements, System builder, int level ) : void

비공개 메소드들

메소드 설명
CheckLocked ( ) : void

메소드 상세

AppendChild() 공개 메소드

append child element
public AppendChild ( RTFDomElement element ) : int
element RTFDomElement child element
리턴 int

GetAttributeValue() 공개 메소드

public GetAttributeValue ( string name, int defaultValue ) : int
name string
defaultValue int
리턴 int

HasAttribute() 공개 메소드

public HasAttribute ( string name ) : bool
name string
리턴 bool

PrintDomString() 공개 메소드

public PrintDomString ( ) : void
리턴 void

SetAttribute() 공개 메소드

set attribute
public SetAttribute ( string name, int Value ) : void
name string name
Value int value
리턴 void

SetLockedDeeply() 공개 메소드

public SetLockedDeeply ( bool locked ) : void
locked bool
리턴 void

ToDomString() 공개 메소드

public ToDomString ( ) : string
리턴 string

ToDomString() 보호된 메소드

protected ToDomString ( RTFDomElementList elements, System builder, int level ) : void
elements RTFDomElementList
builder System
level int
리턴 void