Package com.github.simy4.xpath.expr
Class EqualsExpr.EqualsVisitor<N extends Node>
- java.lang.Object
-
- com.github.simy4.xpath.view.AbstractViewVisitor<N,java.lang.Boolean>
-
- com.github.simy4.xpath.expr.EqualsExpr.EqualsVisitor<N>
-
- All Implemented Interfaces:
ViewVisitor<N,java.lang.Boolean>
- Enclosing class:
- EqualsExpr
protected static final class EqualsExpr.EqualsVisitor<N extends Node> extends AbstractViewVisitor<N,java.lang.Boolean>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.BooleanreturnDefault(View<N> view)java.lang.Booleanvisit(IterableNodeView<N> nodeSet)-
Methods inherited from class com.github.simy4.xpath.view.AbstractViewVisitor
visit, visit, visit
-
-
-
-
Method Detail
-
visit
public java.lang.Boolean visit(IterableNodeView<N> nodeSet) throws XmlBuilderException
- Specified by:
visitin interfaceViewVisitor<N extends Node,java.lang.Boolean>- Overrides:
visitin classAbstractViewVisitor<N extends Node,java.lang.Boolean>- Throws:
XmlBuilderException
-
returnDefault
protected java.lang.Boolean returnDefault(View<N> view) throws XmlBuilderException
- Specified by:
returnDefaultin classAbstractViewVisitor<N extends Node,java.lang.Boolean>- Throws:
XmlBuilderException
-
-