Class EqualsExpr

  • All Implemented Interfaces:
    Expr, java.io.Serializable

    public class EqualsExpr
    extends java.lang.Object
    See Also:
    Serialized Form
    • Constructor Detail

      • EqualsExpr

        public EqualsExpr​(Expr leftExpr,
                          Expr rightExpr)
    • Method Detail

      • operator

        protected java.lang.String operator()
      • resolve

        public final <N extends NodeView<N> resolve​(Navigator<N> navigator,
                                                      NodeView<N> view,
                                                      boolean greedy)
                                               throws XmlBuilderException
        Description copied from interface: Expr
        Evaluate this expression using given context.
        Specified by:
        resolve in interface Expr
        Type Parameters:
        N - XML model type
        Parameters:
        navigator - XML navigator
        view - XML node view
        greedy - whether resolution is greedy
        Returns:
        evaluated XML view
        Throws:
        XmlBuilderException - if error occur during XML model modification
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object