示例#1
0
 public void SetAttribute(ElementAttributeName name, object value)
 {
 }
示例#2
0
 public bool RemoveAttribute(ElementAttributeName name)
 {
     return(false);
 }
示例#3
0
 public ElementAttribute GetAttributeNode(ElementAttributeName name)
 {
     return(null);
 }
示例#4
0
 public bool HasAttribute(ElementAttributeName name)
 {
     return(false);
 }
示例#5
0
 public object GetAttribute(ElementAttributeName name)
 {
     return(null);
 }