sferyx.administration.renderers.parser.xml
Class RelParserCallback
java.lang.Object
sferyx.administration.renderers.parser.xml.RelParserCallback
- All Implemented Interfaces:
- Callback
public class RelParserCallback
- extends java.lang.Object
- implements Callback
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RelParserCallback
public RelParserCallback(HTMLDocxDocument docxDocument)
- Creates a new instance of ParserCallback
RelParserCallback
public RelParserCallback(sferyx.administration.renderers.parser.xml.HeaderFooter headerFooter)
getResultingContent
public java.lang.String getResultingContent()
- Specified by:
getResultingContent
in interface Callback
setFromFontTable
public void setFromFontTable(boolean isFromFontTable)
startNode
public void startNode(org.w3c.dom.Node node)
- Specified by:
startNode
in interface Callback
endNode
public void endNode(org.w3c.dom.Node node)
- Specified by:
endNode
in interface Callback
handleNode
public void handleNode(org.w3c.dom.Node node)
- Specified by:
handleNode
in interface Callback
hexToColor
public java.awt.Color hexToColor(java.lang.String value)
getWidthDefinition
public java.lang.String getWidthDefinition(org.w3c.dom.Node node)
getBorderDefinition
public java.lang.String getBorderDefinition(org.w3c.dom.Node node)
isNodeValid
public boolean isNodeValid(org.w3c.dom.Node node)
- Specified by:
isNodeValid
in interface Callback