public interface INodeVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visitA(ATag a) |
void |
visitBR(BR n) |
void |
visitButton(Button b) |
void |
visitCheckbox(Checkbox n) |
void |
visitDiv(Div n) |
void |
visitFileInput(FileInput fi) |
void |
visitForm(Form n) |
void |
visitH(HTag n) |
void |
visitIFrame(IFrame n) |
void |
visitImg(Img n) |
void |
visitInput(Input n) |
void |
visitLabel(Label n) |
void |
visitLi(Li n) |
void |
visitLiteralXhtml(LiteralXhtml n) |
void |
visitOption(SelectOption n) |
void |
visitPre(Pre n) |
void |
visitRadioButton(RadioButton<?> b) |
void |
visitSelect(Select n) |
void |
visitSpan(Span n) |
void |
visitTable(Table n) |
void |
visitTBody(TBody n) |
void |
visitTD(TD 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 |
visitUnderline(Underline underline) |
void |
visitXmlNode(XmlTextNode n) |
void visitRadioButton(RadioButton<?> b) throws Exception
Exceptionvoid visitOption(SelectOption n) throws Exception
Exceptionvoid visitLiteralXhtml(LiteralXhtml n) throws Exception
Exceptionvoid visitXmlNode(XmlTextNode n) throws Exception
ExceptionCopyright © 2017 etc.to. All rights reserved.