Class 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 Detail

      • ELEMENT_TO_CLASS

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

        public static final Set<QName> HANDLED_EVENTS
    • Constructor Detail

      • TableStylingElementTransformer

        public TableStylingElementTransformer()