C# Class StoryTeller.Workspace.XmlReaderNode

Inheritance: INode
Afficher le fichier Open project: adymitruk/storyteller Class Usage Examples

Méthodes publiques

Méthode Description
AddChild ( string name ) : INode
AddComment ( string description ) : void
ForEachAttribute ( string>.Action action ) : void
ForEachChild ( Action action ) : void
IsComment ( ) : bool
IsTags ( ) : bool
With ( Action action ) : INode
WithFormattedText ( string text ) : INode
XmlReaderNode ( XmlReader reader ) : System
this ( string attName ) : string

Method Details

AddChild() public méthode

public AddChild ( string name ) : INode
name string
Résultat INode

AddComment() public méthode

public AddComment ( string description ) : void
description string
Résultat void

ForEachAttribute() public méthode

public ForEachAttribute ( string>.Action action ) : void
action string>.Action
Résultat void

ForEachChild() public méthode

public ForEachChild ( Action action ) : void
action Action
Résultat void

IsComment() public méthode

public IsComment ( ) : bool
Résultat bool

IsTags() public méthode

public IsTags ( ) : bool
Résultat bool

With() public méthode

public With ( Action action ) : INode
action Action
Résultat INode

WithFormattedText() public méthode

public WithFormattedText ( string text ) : INode
text string
Résultat INode

XmlReaderNode() public méthode

public XmlReaderNode ( XmlReader reader ) : System
reader XmlReader
Résultat System

this() public méthode

public this ( string attName ) : string
attName string
Résultat string