Package com.priint.parser.tabledata.html
Class td2HtmlParser
- java.lang.Object
-
- com.priint.pubserver.plugin.PluginControlDefault
-
- com.priint.parser.tabledata.html.td2HtmlParser
-
- All Implemented Interfaces:
td2html_Constans,com.priint.pubserver.plugin.interfaces.PluginControl,java.io.Serializable
public class td2HtmlParser extends com.priint.pubserver.plugin.PluginControlDefault implements java.io.Serializable, td2html_Constans
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringmappedName-
Fields inherited from interface com.priint.parser.tabledata.html.td2html_Constans
CDATA, CDATA_END, CDATA_START, CELLS_PARAMS, CELLS_STYLE, CRLF, CSS_SCRIPT, HTML_CRLF, ID, JAVA_SCRIPT, NAME, PARAMS_BYCELL, PARAMS_BYROW, ROWS_PARAMS, ROWS_STYLE, SKIP_ENTITIES, STYLE_BYCELL, STYLE_BYROW, TABLE_PARAMS, TABLE_STYLE, VAL
-
-
Constructor Summary
Constructors Constructor Description td2HtmlParser()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidclearLog()static java.lang.StringBuffergetLog()static voidllog(java.lang.String s, java.lang.Object... args)java.lang.Stringtd2html(com.priint.pubserver.plugin.entitydata.TableData td)java.lang.Stringtd2htmlXML(com.priint.pubserver.plugin.entitydata.TableData td, java.lang.String xml)-
Methods inherited from class com.priint.pubserver.plugin.PluginControlDefault
afterCreateConfigurations, afterDeleteConfigurations, afterUpdateConfigurations, createConfiguration, deleteConfigurations, getSession, getSessionId, initInstance, loadServerConfig, ping, readSessionAttribute, updateConfigurations, writeSessionAttribute
-
-
-
-
Field Detail
-
mappedName
public static final java.lang.String mappedName
- See Also:
- Constant Field Values
-
-
Method Detail
-
td2html
public java.lang.String td2html(com.priint.pubserver.plugin.entitydata.TableData td)
-
td2htmlXML
public java.lang.String td2htmlXML(com.priint.pubserver.plugin.entitydata.TableData td, java.lang.String xml)
-
llog
public static void llog(java.lang.String s, java.lang.Object... args)
-
clearLog
public static void clearLog()
-
getLog
public static java.lang.StringBuffer getLog()
-
-