Пример #1
0
 /// <summary>Visits the provided <paramref name="horizontalRule"/> element.</summary>
 /// <param name="horizontalRule">The <see cref="HorizontalRuleElement"/> to visit.</param>
 protected internal abstract void Visit(HorizontalRuleElement horizontalRule);
Пример #2
0
 /// <summary>Visits the provided <paramref name="horizontalRule"/> element.</summary>
 /// <param name="horizontalRule">The <see cref="HorizontalRuleElement"/> to visit.</param>
 protected internal override void Visit(HorizontalRuleElement horizontalRule)
 {
     BeginElement("hr");
     EndElement();
 }