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