Property | Type | Description | |
---|---|---|---|
CreateAnalysisXml | void | ||
CreateSelectedWordGrammarXml | void | ||
CreateWordDebuggerPage | string | ||
WriteMorphNodes | void |
Method | Description | |
---|---|---|
PerformAnotherWordGrammarDebuggerStepPage ( string nodeId, string form, string lastUrl ) : string |
Perform another step in the word grammar debugging process and produce an html page showing the results
|
|
PopWordGrammarStack ( ) : string | ||
SetUpWordGrammarDebuggerPage ( string nodeId, string form, string lastUrl ) : string |
Initialize what is needed to perform the word grammar debugging and produce an html page showing the results
|
|
XAmpleWordGrammarDebugger ( XCore.Mediator mediator, System.Xml.Linq.XDocument parseResult ) : System |
Method | Description | |
---|---|---|
CreateAnalysisXml ( |
||
CreateSelectedWordGrammarXml ( |
||
CreateWordDebuggerPage ( System.Xml.Linq.XDocument xmlDoc ) : string | ||
WriteMorphNodes ( |
public PerformAnotherWordGrammarDebuggerStepPage ( string nodeId, string form, string lastUrl ) : string | ||
nodeId | string | Id of the selected node to use |
form | string | |
lastUrl | string | |
return | string |
public SetUpWordGrammarDebuggerPage ( string nodeId, string form, string lastUrl ) : string | ||
nodeId | string | Id of the node to use |
form | string | the wordform being tried |
lastUrl | string | |
return | string |
public XAmpleWordGrammarDebugger ( XCore.Mediator mediator, System.Xml.Linq.XDocument parseResult ) : System | ||
mediator | XCore.Mediator | |
parseResult | System.Xml.Linq.XDocument | |
return | System |