public class TableFormatter extends java.lang.Object implements DomFormatter<uk.ac.ed.epcc.webapp.content.Table>
| Constructor and Description |
|---|
TableFormatter() |
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.Node |
format(org.w3c.dom.Document doc,
uk.ac.ed.epcc.webapp.content.Table value)
format the input value as a Dom Node.
|
java.lang.Class<? super uk.ac.ed.epcc.webapp.content.Table> |
getTarget()
Get the target type for this formatter.
|
public java.lang.Class<? super uk.ac.ed.epcc.webapp.content.Table> getTarget()
DomFormattergetTarget in interface DomFormatter<uk.ac.ed.epcc.webapp.content.Table>getTarget in interface uk.ac.ed.epcc.webapp.Targetted<uk.ac.ed.epcc.webapp.content.Table>public org.w3c.dom.Node format(org.w3c.dom.Document doc,
uk.ac.ed.epcc.webapp.content.Table value)
throws java.lang.Exception
DomFormatterformat in interface DomFormatter<uk.ac.ed.epcc.webapp.content.Table>java.lang.Exceptiondoc - document to create result in