public abstract class AbstractSpecialHTMLTransformer extends Object implements SpecialHTMLTransformer
Constructor and Description |
---|
AbstractSpecialHTMLTransformer(String keyword)
Takes the keyword that serves as column header for the visualization.
|
Modifier and Type | Method and Description |
---|---|
abstract String |
getHTMLforNode(Node node)
Transforms the given node into HTML content for the visualization.
|
String |
getKeyword()
Returns the keyword that serves as column header for the visualization.
|
public AbstractSpecialHTMLTransformer(String keyword)
keyword
- the keyword that serves as column header for the visualization.public String getKeyword()
getKeyword
in interface SpecialHTMLTransformer
public abstract String getHTMLforNode(Node node)
getHTMLforNode
in interface SpecialHTMLTransformer
node
- a node from some sequence that can be transformed according
to this ExternalContent.Copyright © 2014. All rights reserved.