public void ReplaceTitleAt(TitleType newValue, int index) { ReplaceDomElementAt("", "Title", index, newValue); }
public void InsertTitleAt(TitleType newValue, int index) { InsertDomElementAt("", "Title", index, newValue); }
public XmlNode AddTitle(TitleType newValue) { return AppendDomElement("", "Title", newValue); }
public XmlNode AddTitle(TitleType newValue) { return(AppendDomElement("", "Title", newValue)); }