sferyx.administration.renderers.parser.xml
Class RelParserCallback

java.lang.Object
  extended by sferyx.administration.renderers.parser.xml.RelParserCallback
All Implemented Interfaces:
Callback

public class RelParserCallback
extends java.lang.Object
implements Callback


Constructor Summary
RelParserCallback(sferyx.administration.renderers.parser.xml.HeaderFooter headerFooter)
           
RelParserCallback(HTMLDocxDocument docxDocument)
          Creates a new instance of ParserCallback
 
Method Summary
 void endNode(org.w3c.dom.Node node)
           
 java.lang.String getBorderDefinition(org.w3c.dom.Node node)
           
 java.lang.String getResultingContent()
           
 java.lang.String getWidthDefinition(org.w3c.dom.Node node)
           
 void handleNode(org.w3c.dom.Node node)
           
 java.awt.Color hexToColor(java.lang.String value)
           
 boolean isNodeValid(org.w3c.dom.Node node)
           
 void setFromFontTable(boolean isFromFontTable)
           
 void startNode(org.w3c.dom.Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelParserCallback

public RelParserCallback(HTMLDocxDocument docxDocument)
Creates a new instance of ParserCallback


RelParserCallback

public RelParserCallback(sferyx.administration.renderers.parser.xml.HeaderFooter headerFooter)
Method Detail

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