C# Class WindowsFormsApplication1.XMLoutput_fromQAtoAE

Show file Open project: Steven-Tsai/IMTKU_NTCIR_QALab2 Class Usage Examples

Public Properties

Property Type Description
exam System.Xml.XmlElement
newFile System.Xml.XmlTextWriter
writer System.Xml.XmlDocument

Public Methods

Method Description
XMLoutput_fromQAtoAE ( string path ) : System
finish ( ) : void
newDataNode ( XmlNode dataNode, List keyList, List sentenceList ) : void
newQuestionNode ( XmlNode questionNode, List keyList, List sentenceList ) : void

Method Details

XMLoutput_fromQAtoAE() public method

public XMLoutput_fromQAtoAE ( string path ) : System
path string
return System

finish() public method

public finish ( ) : void
return void

newDataNode() public method

public newDataNode ( XmlNode dataNode, List keyList, List sentenceList ) : void
dataNode System.Xml.XmlNode
keyList List
sentenceList List
return void

newQuestionNode() public method

public newQuestionNode ( XmlNode questionNode, List keyList, List sentenceList ) : void
questionNode System.Xml.XmlNode
keyList List
sentenceList List
return void

Property Details

exam public property

public XmlElement,System.Xml exam
return System.Xml.XmlElement

newFile public property

public XmlTextWriter,System.Xml newFile
return System.Xml.XmlTextWriter

writer public property

public XmlDocument,System.Xml writer
return System.Xml.XmlDocument