Class PredicateExpr

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

    public class PredicateExpr
    extends java.lang.Object
    implements Expr, java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PredicateExpr​(Expr predicate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <N extends Node>
      BooleanView<N>
      resolve​(Navigator<N> navigator, NodeView<N> view, boolean greedy)
      Evaluate this expression using given context.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PredicateExpr

        public PredicateExpr​(Expr predicate)
    • Method Detail

      • resolve

        public <N extends NodeBooleanView<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 java.lang.String toString()
        Overrides:
        toString in class java.lang.Object