Class TableStylingElementTransformer

java.lang.Object
com.atlassian.confluence.content.render.xhtml.view.TableStylingElementTransformer
All Implemented Interfaces:
ElementTransformer

public class TableStylingElementTransformer extends Object implements ElementTransformer
An XMLEventTransformer that will ensure that table, th and td elements have the necessary Confluence classes appended to allow them to be styled for display.
  • Field Details

    • ELEMENT_TO_CLASS

      public static final Map<String,String> ELEMENT_TO_CLASS
    • HANDLED_EVENTS

      public static final Set<QName> HANDLED_EVENTS
  • Constructor Details

    • TableStylingElementTransformer

      public TableStylingElementTransformer()
  • Method Details