Exemplo n.º 1
0
 public XElem(string tag, Map <string, string> attrs = null)
 {
     this.tag   = tag;
     this.attrs = attrs;
 }