C# Class NTCIR_QALab2_xml_RWmodel.Xml_writer

Exibir arquivo Open project: Steven-Tsai/IMTKU_NTCIR_QALab2 Class Usage Examples

Public Methods

Method Description
save ( ) : void
setpath ( string path ) : void
write_key ( XmlNode N2, List key ) : void
write_key_AG ( XmlNode N2, List key ) : void

Method Details

save() public method

public save ( ) : void
return void

setpath() public method

public setpath ( string path ) : void
path string
return void

write_key() public method

public write_key ( XmlNode N2, List key ) : void
N2 System.Xml.XmlNode
key List
return void

write_key_AG() public method

public write_key_AG ( XmlNode N2, List key ) : void
N2 System.Xml.XmlNode
key List
return void