C# 클래스 ParserTreeViewer.Sentence

파일 보기 프로젝트 열기: Koziev/GrammarEngine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
root SNode

공개 메소드들

메소드 설명
GetNodeByIndex ( int index ) : SNode
GetText ( ) : string
Sentence ( XmlNode n_sent ) : System
ToString ( ) : string

메소드 상세

GetNodeByIndex() 공개 메소드

public GetNodeByIndex ( int index ) : SNode
index int
리턴 SNode

GetText() 공개 메소드

public GetText ( ) : string
리턴 string

Sentence() 공개 메소드

public Sentence ( XmlNode n_sent ) : System
n_sent System.Xml.XmlNode
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

root 공개적으로 프로퍼티

public SNode,ParserTreeViewer root
리턴 SNode