Méthode | Description | |
---|---|---|
GetAllCommands ( RadTreeNode root, string text, List |
||
LoadGrammarFromXML ( Stream stream ) : RadTreeView | ||
LoadGrammarFromXML ( string filePath, RadTreeView &tree ) : void | ||
MatchGrammarToPlugin ( string pathToXml, string aCommand ) : bool | ||
SaveGrammarToXML ( RadTreeView tree, Stream stream ) : bool | ||
SaveGrammarToXML ( RadTreeView tree, string filePath ) : bool |
public static GetAllCommands ( RadTreeNode root, string text, List |
||
root | RadTreeNode | |
text | string | |
result | List |
|
Résultat | void |
public static LoadGrammarFromXML ( Stream stream ) : RadTreeView | ||
stream | Stream | |
Résultat | RadTreeView |
public static LoadGrammarFromXML ( string filePath, RadTreeView &tree ) : void | ||
filePath | string | |
tree | RadTreeView | |
Résultat | void |
public static MatchGrammarToPlugin ( string pathToXml, string aCommand ) : bool | ||
pathToXml | string | |
aCommand | string | |
Résultat | bool |
public static SaveGrammarToXML ( RadTreeView tree, Stream stream ) : bool | ||
tree | RadTreeView | |
stream | Stream | |
Résultat | bool |
public static SaveGrammarToXML ( RadTreeView tree, string filePath ) : bool | ||
tree | RadTreeView | |
filePath | string | |
Résultat | bool |