C# Class RtfDomParser.RTFDomElement

RTF dom element
this is the most base element type
Afficher le fichier Open project: SourceCodeBackup/RtfDomParser Class Usage Examples

Private Properties

Свойство Type Description
CheckLocked void

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
ToDomString ( RTFDomElementList elements, System builder, int level ) : void

Private Methods

Méthode Description
CheckLocked ( ) : void

Method Details

AppendChild() public méthode

append child element
public AppendChild ( RTFDomElement element ) : int
element RTFDomElement child element
Résultat int

GetAttributeValue() public méthode

public GetAttributeValue ( string name, int defaultValue ) : int
name string
defaultValue int
Résultat int

HasAttribute() public méthode

public HasAttribute ( string name ) : bool
name string
Résultat bool

PrintDomString() public méthode

public PrintDomString ( ) : void
Résultat void

SetAttribute() public méthode

set attribute
public SetAttribute ( string name, int Value ) : void
name string name
Value int value
Résultat void

SetLockedDeeply() public méthode

public SetLockedDeeply ( bool locked ) : void
locked bool
Résultat void

ToDomString() public méthode

public ToDomString ( ) : string
Résultat string

ToDomString() protected méthode

protected ToDomString ( RTFDomElementList elements, System builder, int level ) : void
elements RTFDomElementList
builder System
level int
Résultat void