コード例 #1
0
 /// <summary> Reads the data from a XML Node Reader </summary>
 /// <param name="nodeReader">XML Node Reader </param>
 /// <returns>TRUE if successful, otherwise FALSE </returns>
 public bool ReadMarcInfo(XmlTextReader nodeReader)
 {
     return(MarcXmlParser.ReadMarcInfo(nodeReader, this));
 }
コード例 #2
0
 /// <summary> Reads the data from a MARC XML file into this record </summary>
 /// <param name="marcXmlFile">Input MARC XML file</param>
 /// <returns>TRUE if successful, otherwise FALSE </returns>
 public bool ReadFromMarcXmlFile(string marcXmlFile)
 {
     return(MarcXmlParser.ReadFromMarcXmlFile(marcXmlFile, this));
 }