Пример #1
0
 public StartTag()
     : base()
 {
     _attributes = new Nodes.Attributes();
     _type = TokenType.StartTag;
 }
Пример #2
0
 public StartTag()
     : base()
 {
     _attributes = new Nodes.Attributes();
     _type       = TokenType.StartTag;
 }