Example #1
0
 /// <summary>
 /// Tells the HTMLWorker what to do when an open tag is encountered.
 /// </summary>
 public void StartElement(HTMLWorker worker, string tag, IDictionary <string, string> attrs)
 {
     worker.CarriageReturn();
     worker.PushToStack(new ElementFactory().CreateLineSeparator(attrs, 0));
 }