Exemple #1
0
 public ElementAttribute SetAttributeNode(ElementAttribute attribute)
 {
     return(null);
 }
Exemple #2
0
 public ElementAttribute SetNamedItem(ElementAttribute attribute)
 {
     return(null);
 }
Exemple #3
0
 public ElementAttribute RemoveAttributeNode(ElementAttribute attribute)
 {
     return(null);
 }
 public ElementAttribute SetNamedItem(ElementAttribute attribute)
 {
     return null;
 }