示例#1
0
 public override string GetAttribute(string name, string namespaceURI)
 {
     return(InnerReader.GetAttribute(name, namespaceURI));
 }
示例#2
0
 public override string GetAttribute(int i)
 {
     return(InnerReader.GetAttribute(i));
 }
示例#3
0
 public override string GetAttribute(string name)
 {
     return(InnerReader.GetAttribute(name));
 }