Esempio n. 1
0
 public ElementAttribute SetAttributeNode(ElementAttribute attribute)
 {
     return(null);
 }
Esempio n. 2
0
 public ElementAttribute SetNamedItem(ElementAttribute attribute)
 {
     return(null);
 }
Esempio n. 3
0
 public ElementAttribute RemoveAttributeNode(ElementAttribute attribute)
 {
     return(null);
 }
 public ElementAttribute SetNamedItem(ElementAttribute attribute)
 {
     return null;
 }