ElementVisitor<R>
public abstract class AbstractElementVisitor<R> extends Object implements ElementVisitor<R>
Constructor | Description |
---|---|
AbstractElementVisitor() |
Modifier and Type | Method | Description |
---|---|---|
void |
visit(A a) |
|
void |
visit(Abbr abbr) |
|
void |
visit(Address address) |
|
void |
visit(Area area) |
|
void |
visit(Article article) |
|
void |
visit(Aside aside) |
|
void |
visit(Audio audio) |
|
void |
visit(B b) |
|
void |
visit(Base base) |
|
void |
visit(Bdo bdo) |
|
void |
visit(Blockquote blockquote) |
|
void |
visit(Body body) |
|
void |
visit(Br br) |
|
void |
visit(Button button) |
|
void |
visit(Canvas canvas) |
|
void |
visit(Caption caption) |
|
void |
visit(Cite cite) |
|
void |
visit(Code code) |
|
void |
visit(Col col) |
|
void |
visit(Colgroup colgroup) |
|
void |
visit(Command command) |
|
void |
visit(Datalist datalist) |
|
void |
visit(Dd dd) |
|
void |
visit(Del del) |
|
void |
visit(Details details) |
|
void |
visit(Dfn dfn) |
|
void |
visit(Dialog dialog) |
|
void |
visit(Div div) |
|
void |
visit(Dl dl) |
|
void |
visit(Dt dt) |
|
abstract <T extends Element> |
visit(Element<T,?> var1) |
|
void |
visit(Em em) |
|
void |
visit(Embed embed) |
|
void |
visit(Fieldset fieldset) |
|
void |
visit(Figure figure) |
|
void |
visit(Footer footer) |
|
void |
visit(Form form) |
|
void |
visit(H1 h1) |
|
void |
visit(H2 h2) |
|
void |
visit(H3 h3) |
|
void |
visit(H4 h4) |
|
void |
visit(H5 h5) |
|
void |
visit(H6 h6) |
|
void |
visit(Head head) |
|
void |
visit(Header header) |
|
void |
visit(Hgroup hgroup) |
|
void |
visit(Hr hr) |
|
void |
visit(Html html) |
|
void |
visit(I i) |
|
void |
visit(Iframe iframe) |
|
void |
visit(Img img) |
|
void |
visit(Input input) |
|
void |
visit(Ins ins) |
|
void |
visit(Kbd kbd) |
|
void |
visit(Keygen keygen) |
|
void |
visit(Label label) |
|
void |
visit(Legend legend) |
|
void |
visit(Li li) |
|
void |
visit(Link link) |
|
void |
visit(Map map) |
|
void |
visit(Mark mark) |
|
void |
visit(Mathml mathml) |
|
void |
visit(Menu menu) |
|
void |
visit(Meta meta) |
|
void |
visit(Meter meter) |
|
void |
visit(Nav nav) |
|
void |
visit(Noscript noscript) |
|
void |
visit(Object object) |
|
void |
visit(Ol ol) |
|
void |
visit(Optgroup optgroup) |
|
void |
visit(Option option) |
|
void |
visit(Output output) |
|
void |
visit(P p) |
|
void |
visit(Param param) |
|
void |
visit(Pre pre) |
|
void |
visit(Progress progress) |
|
void |
visit(Q q) |
|
void |
visit(Rp rp) |
|
void |
visit(Rt rt) |
|
void |
visit(Ruby ruby) |
|
void |
visit(Samp samp) |
|
void |
visit(Script script) |
|
void |
visit(Section section) |
|
void |
visit(Select select) |
|
void |
visit(Small small) |
|
void |
visit(Source source) |
|
void |
visit(Span span) |
|
void |
visit(Strong strong) |
|
void |
visit(Style style) |
|
void |
visit(Sub sub) |
|
void |
visit(Sup sup) |
|
void |
visit(Svg svg) |
|
void |
visit(Table table) |
|
void |
visit(Tbody tbody) |
|
void |
visit(Td td) |
|
<U> void |
visit(Text<R,U,?> text) |
|
void |
visit(Textarea textarea) |
|
void |
visit(Tfoot tfoot) |
|
void |
visit(Th th) |
|
void |
visit(Thead thead) |
|
void |
visit(Time time) |
|
void |
visit(Title title) |
|
void |
visit(Tr tr) |
|
void |
visit(Ul ul) |
|
void |
visit(Var var) |
|
void |
visit(Video video) |
public void visit(Select select)
visit
in interface ElementVisitor<R>
public void visit(Legend legend)
visit
in interface ElementVisitor<R>
public void visit(Textarea textarea)
visit
in interface ElementVisitor<R>
public void visit(Caption caption)
visit
in interface ElementVisitor<R>
public void visit(Del del)
visit
in interface ElementVisitor<R>
public void visit(Hr hr)
visit
in interface ElementVisitor<R>
public void visit(Output output)
visit
in interface ElementVisitor<R>
public void visit(Embed embed)
visit
in interface ElementVisitor<R>
public void visit(Abbr abbr)
visit
in interface ElementVisitor<R>
public void visit(Canvas canvas)
visit
in interface ElementVisitor<R>
public void visit(Nav nav)
visit
in interface ElementVisitor<R>
public void visit(Var var)
visit
in interface ElementVisitor<R>
public void visit(Mathml mathml)
visit
in interface ElementVisitor<R>
public void visit(Dfn dfn)
visit
in interface ElementVisitor<R>
public void visit(Script script)
visit
in interface ElementVisitor<R>
public void visit(Input input)
visit
in interface ElementVisitor<R>
public void visit(Meta meta)
visit
in interface ElementVisitor<R>
public void visit(Style style)
visit
in interface ElementVisitor<R>
public void visit(Rp rp)
visit
in interface ElementVisitor<R>
public void visit(Object object)
visit
in interface ElementVisitor<R>
public void visit(Sub sub)
visit
in interface ElementVisitor<R>
public void visit(Strong strong)
visit
in interface ElementVisitor<R>
public void visit(Rt rt)
visit
in interface ElementVisitor<R>
public void visit(Samp samp)
visit
in interface ElementVisitor<R>
public void visit(Hgroup hgroup)
visit
in interface ElementVisitor<R>
public void visit(Sup sup)
visit
in interface ElementVisitor<R>
public void visit(Br br)
visit
in interface ElementVisitor<R>
public void visit(Audio audio)
visit
in interface ElementVisitor<R>
public void visit(Iframe iframe)
visit
in interface ElementVisitor<R>
public void visit(Map map)
visit
in interface ElementVisitor<R>
public void visit(Table table)
visit
in interface ElementVisitor<R>
public void visit(A a)
visit
in interface ElementVisitor<R>
public void visit(B b)
visit
in interface ElementVisitor<R>
public void visit(Address address)
visit
in interface ElementVisitor<R>
public void visit(Svg svg)
visit
in interface ElementVisitor<R>
public void visit(I i)
visit
in interface ElementVisitor<R>
public void visit(Bdo bdo)
visit
in interface ElementVisitor<R>
public void visit(Menu menu)
visit
in interface ElementVisitor<R>
public void visit(P p)
visit
in interface ElementVisitor<R>
public void visit(Tfoot tfoot)
visit
in interface ElementVisitor<R>
public void visit(Td td)
visit
in interface ElementVisitor<R>
public void visit(Q q)
visit
in interface ElementVisitor<R>
public void visit(Th th)
visit
in interface ElementVisitor<R>
public void visit(Cite cite)
visit
in interface ElementVisitor<R>
public void visit(Progress progress)
visit
in interface ElementVisitor<R>
public void visit(Li li)
visit
in interface ElementVisitor<R>
public void visit(Tr tr)
visit
in interface ElementVisitor<R>
public void visit(Span span)
visit
in interface ElementVisitor<R>
public void visit(Small small)
visit
in interface ElementVisitor<R>
public void visit(Dd dd)
visit
in interface ElementVisitor<R>
public void visit(Col col)
visit
in interface ElementVisitor<R>
public void visit(Optgroup optgroup)
visit
in interface ElementVisitor<R>
public void visit(Tbody tbody)
visit
in interface ElementVisitor<R>
public void visit(Dl dl)
visit
in interface ElementVisitor<R>
public void visit(Fieldset fieldset)
visit
in interface ElementVisitor<R>
public void visit(Section section)
visit
in interface ElementVisitor<R>
public void visit(Source source)
visit
in interface ElementVisitor<R>
public void visit(Body body)
visit
in interface ElementVisitor<R>
public void visit(Div div)
visit
in interface ElementVisitor<R>
public void visit(Dt dt)
visit
in interface ElementVisitor<R>
public void visit(Ul ul)
visit
in interface ElementVisitor<R>
public void visit(Html html)
visit
in interface ElementVisitor<R>
public void visit(Details details)
visit
in interface ElementVisitor<R>
public void visit(Area area)
visit
in interface ElementVisitor<R>
public void visit(Blockquote blockquote)
visit
in interface ElementVisitor<R>
public void visit(Pre pre)
visit
in interface ElementVisitor<R>
public void visit(Meter meter)
visit
in interface ElementVisitor<R>
public void visit(Em em)
visit
in interface ElementVisitor<R>
public void visit(Article article)
visit
in interface ElementVisitor<R>
public void visit(Aside aside)
visit
in interface ElementVisitor<R>
public void visit(Noscript noscript)
visit
in interface ElementVisitor<R>
public void visit(Header header)
visit
in interface ElementVisitor<R>
public void visit(Option option)
visit
in interface ElementVisitor<R>
public void visit(Img img)
visit
in interface ElementVisitor<R>
public void visit(Code code)
visit
in interface ElementVisitor<R>
public void visit(Footer footer)
visit
in interface ElementVisitor<R>
public void visit(Thead thead)
visit
in interface ElementVisitor<R>
public void visit(Link link)
visit
in interface ElementVisitor<R>
public void visit(H1 h1)
visit
in interface ElementVisitor<R>
public void visit(H2 h2)
visit
in interface ElementVisitor<R>
public void visit(H3 h3)
visit
in interface ElementVisitor<R>
public void visit(Video video)
visit
in interface ElementVisitor<R>
public void visit(Title title)
visit
in interface ElementVisitor<R>
public void visit(H4 h4)
visit
in interface ElementVisitor<R>
public void visit(H5 h5)
visit
in interface ElementVisitor<R>
public void visit(H6 h6)
visit
in interface ElementVisitor<R>
public void visit(Keygen keygen)
visit
in interface ElementVisitor<R>
public void visit(Head head)
visit
in interface ElementVisitor<R>
public void visit(Button button)
visit
in interface ElementVisitor<R>
public void visit(Dialog dialog)
visit
in interface ElementVisitor<R>
public void visit(Param param)
visit
in interface ElementVisitor<R>
public void visit(Ol ol)
visit
in interface ElementVisitor<R>
public void visit(Figure figure)
visit
in interface ElementVisitor<R>
public void visit(Datalist datalist)
visit
in interface ElementVisitor<R>
public void visit(Label label)
visit
in interface ElementVisitor<R>
public void visit(Colgroup colgroup)
visit
in interface ElementVisitor<R>
public void visit(Kbd kbd)
visit
in interface ElementVisitor<R>
public void visit(Command command)
visit
in interface ElementVisitor<R>
public void visit(Ins ins)
visit
in interface ElementVisitor<R>
public void visit(Ruby ruby)
visit
in interface ElementVisitor<R>
public void visit(Form form)
visit
in interface ElementVisitor<R>
public void visit(Time time)
visit
in interface ElementVisitor<R>
public void visit(Mark mark)
visit
in interface ElementVisitor<R>
public void visit(Base base)
visit
in interface ElementVisitor<R>
public <U> void visit(Text<R,U,?> text)
visit
in interface ElementVisitor<R>
Copyright © 2018. All rights reserved.