Exemplo n.º 1
0
 public override void AppendTo(TreeConstruction tree, InsertionMode mode)
 {
     mode.AppendCharacterToken(tree, this);
 }
Exemplo n.º 2
0
 public override void AppendTo(TreeConstruction tree, InsertionMode mode)
 {
     mode.AppendStartTagToken(tree, this);
 }
Exemplo n.º 3
0
 public override void AppendTo(TreeConstruction tree, InsertionMode mode)
 {
     mode.AppendEndOfFileToken(tree, this);
 }