C# Class ParserTreeViewer.Sentence

Afficher le fichier Open project: Koziev/GrammarEngine Class Usage Examples

Méthodes publiques

Свойство Type Description
root SNode

Méthodes publiques

Méthode Description
GetNodeByIndex ( int index ) : SNode
GetText ( ) : string
Sentence ( XmlNode n_sent ) : System
ToString ( ) : string

Method Details

GetNodeByIndex() public méthode

public GetNodeByIndex ( int index ) : SNode
index int
Résultat SNode

GetText() public méthode

public GetText ( ) : string
Résultat string

Sentence() public méthode

public Sentence ( XmlNode n_sent ) : System
n_sent System.Xml.XmlNode
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

root public_oe property

public SNode,ParserTreeViewer root
Résultat SNode