C# Класс StoryTeller.Workspace.XmlReaderNode

Наследование: INode
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

AddChild() публичный Метод

public AddChild ( string name ) : INode
name string
Результат INode

AddComment() публичный Метод

public AddComment ( string description ) : void
description string
Результат void

ForEachAttribute() публичный Метод

public ForEachAttribute ( string>.Action action ) : void
action string>.Action
Результат void

ForEachChild() публичный Метод

public ForEachChild ( Action action ) : void
action Action
Результат void

IsComment() публичный Метод

public IsComment ( ) : bool
Результат bool

IsTags() публичный Метод

public IsTags ( ) : bool
Результат bool

With() публичный Метод

public With ( Action action ) : INode
action Action
Результат INode

WithFormattedText() публичный Метод

public WithFormattedText ( string text ) : INode
text string
Результат INode

XmlReaderNode() публичный Метод

public XmlReaderNode ( XmlReader reader ) : System
reader XmlReader
Результат System

this() публичный Метод

public this ( string attName ) : string
attName string
Результат string