to.etc.domui.dom.html
Class NodeVisitorBase

java.lang.Object
  extended by to.etc.domui.dom.html.NodeVisitorBase
All Implemented Interfaces:
INodeVisitor
Direct Known Subclasses:
DumpDirtyStateRenderer, HtmlFullRenderer

public class NodeVisitorBase
extends java.lang.Object
implements INodeVisitor


Constructor Summary
NodeVisitorBase()
           
 
Method Summary
 void visitA(ATag a)
           
 void visitBR(BR n)
           
 void visitButton(Button n)
           
 void visitCheckbox(Checkbox n)
           
 void visitChildren(NodeContainer c)
           
 void visitDiv(Div n)
           
 void visitFileInput(FileInput fi)
           
 void visitForm(Form n)
           
 void visitH(HTag n)
           
 void visitImg(Img n)
           
 void visitInput(Input n)
           
 void visitLabel(Label n)
           
 void visitLi(Li n)
           
 void visitLiteralXhtml(LiteralXhtml n)
          Deprecated. 
 void visitNodeBase(NodeBase n)
           
 void visitNodeContainer(NodeContainer n)
           
 void visitOption(SelectOption n)
           
 void visitRadioButton(RadioButton<?> n)
           
 void visitSelect(Select n)
           
 void visitSpan(Span n)
           
 void visitTable(Table n)
           
 void visitTBody(TBody n)
           
 void visitTD(TD n)
           
 void visitText(Text<?> n)
           
 void visitTextArea(TextArea n)
           
 void visitTextNode(TextNode n)
           
 void visitTH(TH n)
           
 void visitTHead(THead n)
           
 void visitTR(TR n)
           
 void visitUl(Ul n)
           
 void visitXmlNode(XmlTextNode n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeVisitorBase

public NodeVisitorBase()
Method Detail

visitDiv

public void visitDiv(Div n)
              throws java.lang.Exception
Specified by:
visitDiv in interface INodeVisitor
Throws:
java.lang.Exception

visitSpan

public void visitSpan(Span n)
               throws java.lang.Exception
Specified by:
visitSpan in interface INodeVisitor
Throws:
java.lang.Exception

visitTD

public void visitTD(TD n)
             throws java.lang.Exception
Specified by:
visitTD in interface INodeVisitor
Throws:
java.lang.Exception

visitTR

public void visitTR(TR n)
             throws java.lang.Exception
Specified by:
visitTR in interface INodeVisitor
Throws:
java.lang.Exception

visitTable

public void visitTable(Table n)
                throws java.lang.Exception
Specified by:
visitTable in interface INodeVisitor
Throws:
java.lang.Exception

visitTextNode

public void visitTextNode(TextNode n)
                   throws java.lang.Exception
Specified by:
visitTextNode in interface INodeVisitor
Throws:
java.lang.Exception

visitXmlNode

public void visitXmlNode(XmlTextNode n)
                  throws java.lang.Exception
Specified by:
visitXmlNode in interface INodeVisitor
Throws:
java.lang.Exception

visitLi

public void visitLi(Li n)
             throws java.lang.Exception
Specified by:
visitLi in interface INodeVisitor
Throws:
java.lang.Exception

visitUl

public void visitUl(Ul n)
             throws java.lang.Exception
Specified by:
visitUl in interface INodeVisitor
Throws:
java.lang.Exception

visitA

public void visitA(ATag a)
            throws java.lang.Exception
Specified by:
visitA in interface INodeVisitor
Throws:
java.lang.Exception

visitInput

public void visitInput(Input n)
                throws java.lang.Exception
Specified by:
visitInput in interface INodeVisitor
Throws:
java.lang.Exception

visitText

public void visitText(Text<?> n)
               throws java.lang.Exception
Throws:
java.lang.Exception

visitCheckbox

public void visitCheckbox(Checkbox n)
                   throws java.lang.Exception
Specified by:
visitCheckbox in interface INodeVisitor
Throws:
java.lang.Exception

visitRadioButton

public void visitRadioButton(RadioButton<?> n)
                      throws java.lang.Exception
Specified by:
visitRadioButton in interface INodeVisitor
Throws:
java.lang.Exception

visitTH

public void visitTH(TH n)
             throws java.lang.Exception
Specified by:
visitTH in interface INodeVisitor
Throws:
java.lang.Exception

visitTHead

public void visitTHead(THead n)
                throws java.lang.Exception
Specified by:
visitTHead in interface INodeVisitor
Throws:
java.lang.Exception

visitTBody

public void visitTBody(TBody n)
                throws java.lang.Exception
Specified by:
visitTBody in interface INodeVisitor
Throws:
java.lang.Exception

visitImg

public void visitImg(Img n)
              throws java.lang.Exception
Specified by:
visitImg in interface INodeVisitor
Throws:
java.lang.Exception

visitButton

public void visitButton(Button n)
                 throws java.lang.Exception
Specified by:
visitButton in interface INodeVisitor
Throws:
java.lang.Exception

visitLabel

public void visitLabel(Label n)
                throws java.lang.Exception
Specified by:
visitLabel in interface INodeVisitor
Throws:
java.lang.Exception

visitOption

public void visitOption(SelectOption n)
                 throws java.lang.Exception
Specified by:
visitOption in interface INodeVisitor
Throws:
java.lang.Exception

visitSelect

public void visitSelect(Select n)
                 throws java.lang.Exception
Specified by:
visitSelect in interface INodeVisitor
Throws:
java.lang.Exception

visitBR

public void visitBR(BR n)
             throws java.lang.Exception
Specified by:
visitBR in interface INodeVisitor
Throws:
java.lang.Exception

visitTextArea

public void visitTextArea(TextArea n)
                   throws java.lang.Exception
Specified by:
visitTextArea in interface INodeVisitor
Throws:
java.lang.Exception

visitFileInput

public void visitFileInput(FileInput fi)
                    throws java.lang.Exception
Specified by:
visitFileInput in interface INodeVisitor
Throws:
java.lang.Exception

visitForm

public void visitForm(Form n)
               throws java.lang.Exception
Specified by:
visitForm in interface INodeVisitor
Throws:
java.lang.Exception

visitH

public void visitH(HTag n)
            throws java.lang.Exception
Specified by:
visitH in interface INodeVisitor
Throws:
java.lang.Exception

visitNodeBase

public void visitNodeBase(NodeBase n)
                   throws java.lang.Exception
Throws:
java.lang.Exception

visitNodeContainer

public void visitNodeContainer(NodeContainer n)
                        throws java.lang.Exception
Throws:
java.lang.Exception

visitLiteralXhtml

@Deprecated
public void visitLiteralXhtml(LiteralXhtml n)
                       throws java.lang.Exception
Deprecated. 

Specified by:
visitLiteralXhtml in interface INodeVisitor
Throws:
java.lang.Exception

visitChildren

public void visitChildren(NodeContainer c)
                   throws java.lang.Exception
Throws:
java.lang.Exception