예제 #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);
 }