public class PartStringFromFileExternalContent extends Object implements SpecialHTMLTransformer
Constructor and Description |
---|
PartStringFromFileExternalContent(String keyword,
File folder) |
PartStringFromFileExternalContent(String keyword,
File[] files_or_folders) |
PartStringFromFileExternalContent(String keyword,
String folder) |
PartStringFromFileExternalContent(String keyword,
String[] file_or_folder_names) |
Modifier and Type | Method and Description |
---|---|
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 PartStringFromFileExternalContent(String keyword, String[] file_or_folder_names)
public PartStringFromFileExternalContent(String keyword, String folder)
public PartStringFromFileExternalContent(String keyword, File[] files_or_folders)
public String getKeyword()
SpecialHTMLTransformer
getKeyword
in interface SpecialHTMLTransformer
public String getHTMLforNode(Node node)
SpecialHTMLTransformer
getHTMLforNode
in interface SpecialHTMLTransformer
node
- a node from some sequence that can be transformed according
to this ExternalContent.Copyright © 2014. All rights reserved.