Пример #1
0
 public void ReplaceKeywordAt(KeywordType newValue, int index)
 {
     ReplaceDomElementAt("", "Keyword", index, newValue);
 }
Пример #2
0
 public void InsertKeywordAt(KeywordType newValue, int index)
 {
     InsertDomElementAt("", "Keyword", index, newValue);
 }
Пример #3
0
 public XmlNode AddKeyword(KeywordType newValue)
 {
     return AppendDomElement("", "Keyword", newValue);
 }
Пример #4
0
 public void ReplaceKeywordAt(KeywordType newValue, int index)
 {
     ReplaceDomElementAt("", "Keyword", index, newValue);
 }
Пример #5
0
 public void InsertKeywordAt(KeywordType newValue, int index)
 {
     InsertDomElementAt("", "Keyword", index, newValue);
 }
Пример #6
0
 public XmlNode AddKeyword(KeywordType newValue)
 {
     return(AppendDomElement("", "Keyword", newValue));
 }