Exemplo n.º 1
0
 public StartTag()
     : base()
 {
     _attributes = new Nodes.Attributes();
     _type = TokenType.StartTag;
 }
Exemplo n.º 2
0
 public StartTag()
     : base()
 {
     _attributes = new Nodes.Attributes();
     _type       = TokenType.StartTag;
 }