Esempio n. 1
0
 public void ReplaceKeywordAt(KeywordType newValue, int index)
 {
     ReplaceDomElementAt("", "Keyword", index, newValue);
 }
Esempio n. 2
0
 public void InsertKeywordAt(KeywordType newValue, int index)
 {
     InsertDomElementAt("", "Keyword", index, newValue);
 }
Esempio n. 3
0
 public XmlNode AddKeyword(KeywordType newValue)
 {
     return AppendDomElement("", "Keyword", newValue);
 }
Esempio n. 4
0
 public void ReplaceKeywordAt(KeywordType newValue, int index)
 {
     ReplaceDomElementAt("", "Keyword", index, newValue);
 }
Esempio n. 5
0
 public void InsertKeywordAt(KeywordType newValue, int index)
 {
     InsertDomElementAt("", "Keyword", index, newValue);
 }
Esempio n. 6
0
 public XmlNode AddKeyword(KeywordType newValue)
 {
     return(AppendDomElement("", "Keyword", newValue));
 }