N
- XML node typeT
- type of return valueAbstractViewVisitor
public interface ViewVisitor<N extends Node,T>
Modifier and Type | Method | Description |
---|---|---|
T |
visit(BooleanView<N> bool) |
|
T |
visit(IterableNodeView<N> nodeSet) |
|
T |
visit(LiteralView<N> literal) |
|
T |
visit(NumberView<N> number) |
T visit(BooleanView<N> bool) throws XmlBuilderException
XmlBuilderException
T visit(IterableNodeView<N> nodeSet) throws XmlBuilderException
XmlBuilderException
T visit(LiteralView<N> literal) throws XmlBuilderException
XmlBuilderException
T visit(NumberView<N> number) throws XmlBuilderException
XmlBuilderException