public class

TableStyleRemovingElementTransformer

extends Object
implements ElementTransformer
java.lang.Object
   ↳ com.atlassian.confluence.content.render.xhtml.editor.TableStyleRemovingElementTransformer

Class Overview

An XMLEventTransformer that will ensure that table, th and td elements have the Confluence classes removed.

This is the complement to the TableStylingElementTransformer used when rendering to the editor or for view.

Summary

Public Constructors
TableStyleRemovingElementTransformer(XMLEventFactory xmlEventFactory)
Public Methods
Set<QName> getHandledElementNames()
EndElement transform(EndElement element)
StartElement transform(StartElement event)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.content.render.xhtml.ElementTransformer

Public Constructors

public TableStyleRemovingElementTransformer (XMLEventFactory xmlEventFactory)

Public Methods

public Set<QName> getHandledElementNames ()

public EndElement transform (EndElement element)

public StartElement transform (StartElement event)