C# Class StoryTeller.Workspace.XmlReaderNode

Inheritance: INode
Exibir arquivo Open project: adymitruk/storyteller Class Usage Examples

Public Methods

Method 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 method

public AddChild ( string name ) : INode
name string
return INode

AddComment() public method

public AddComment ( string description ) : void
description string
return void

ForEachAttribute() public method

public ForEachAttribute ( string>.Action action ) : void
action string>.Action
return void

ForEachChild() public method

public ForEachChild ( Action action ) : void
action Action
return void

IsComment() public method

public IsComment ( ) : bool
return bool

IsTags() public method

public IsTags ( ) : bool
return bool

With() public method

public With ( Action action ) : INode
action Action
return INode

WithFormattedText() public method

public WithFormattedText ( string text ) : INode
text string
return INode

XmlReaderNode() public method

public XmlReaderNode ( XmlReader reader ) : System
reader XmlReader
return System

this() public method

public this ( string attName ) : string
attName string
return string