C# 클래스 SIL.FieldWorks.LexText.Controls.XAmpleWordGrammarDebugger

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

Private Properties

프로퍼티 타입 설명
CreateAnalysisXml void
CreateSelectedWordGrammarXml void
CreateWordDebuggerPage string
WriteMorphNodes void

공개 메소드들

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

비공개 메소드들

메소드 설명
CreateAnalysisXml ( XmlWriter writer, string nodeId, string form ) : void
CreateSelectedWordGrammarXml ( XmlWriter writer, string nodeId, string form ) : void
CreateWordDebuggerPage ( System.Xml.Linq.XDocument xmlDoc ) : string
WriteMorphNodes ( XmlWriter writer, string nodeId ) : void

메소드 상세

PerformAnotherWordGrammarDebuggerStepPage() 공개 메소드

Perform another step in the word grammar debugging process and produce an html page showing the results
public PerformAnotherWordGrammarDebuggerStepPage ( string nodeId, string form, string lastUrl ) : string
nodeId string Id of the selected node to use
form string
lastUrl string
리턴 string

PopWordGrammarStack() 공개 메소드

public PopWordGrammarStack ( ) : string
리턴 string

SetUpWordGrammarDebuggerPage() 공개 메소드

Initialize what is needed to perform the word grammar debugging and produce an html page showing the results
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
리턴 string

XAmpleWordGrammarDebugger() 공개 메소드

public XAmpleWordGrammarDebugger ( XCore.Mediator mediator, System.Xml.Linq.XDocument parseResult ) : System
mediator XCore.Mediator
parseResult System.Xml.Linq.XDocument
리턴 System