classafFandoc::TableProcessor

sys::Obj
  afFandoc::TableProcessor : afFandoc::PreProcessor

@Js

A PreProcessor for rendering tables to HTML.

table

Source

Str table := "<table>"

tableEnd

Source

Str tableEnd := "</table>"

tbody

Source

Str tbody := "<tbody>"

tbodyEnd

Source

Str tbodyEnd := "</tbody>"

td

Source

Str td := "<td>"

tdEnd

Source

Str tdEnd := "</td>"

textRenderer

Source

|Str->Str textRenderer := |Str->Str| { ... }

Hook for rendering cell text. Just returns text.toXml by default.

th

Source

Str th := "<th>"

thEnd

Source

Str thEnd := "</th>"

thead

Source

Str thead := "<thead>"

theadEnd

Source

Str theadEnd := "</thead>"

tr

Source

Str tr := "<tr>"

trEnd

Source

Str trEnd := "</tr>"