N
- XML node typeIterableNodeView<N>
BooleanView
, LiteralView
, NodeSetView
, NodeView
, NumberView
public interface View<N extends Node>
Modifier and Type | Method | Description |
---|---|---|
int |
compareTo(View<N> view) |
Compare views by XQuery comparison rules.
|
boolean |
toBoolean() |
Converts this view to a boolean value.
|
double |
toNumber() |
Converts this view to a numeric value.
|
String |
toString() |
Converts this view to a string value.
|
<T> T |
visit(ViewVisitor<N,T> visitor) |
Visits current XML element.
|
int compareTo(View<N> view)
view
- view to compare withboolean toBoolean()
double toNumber()
String toString()
<T> T visit(ViewVisitor<N,T> visitor) throws XmlBuilderException
T
- type of return valuevisitor
- XML element visitorXmlBuilderException
- if error occur during XML model modification