C# 클래스 StoryTeller.Workspace.XmlReaderNode

상속: INode
파일 보기 프로젝트 열기: adymitruk/storyteller 1 사용 예제들

공개 메소드들

메소드 설명
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