XmlPredicateBuilder

class Object
trait Matchable
class Any

Value members

Concrete methods

def build(expr: Expr): ValidatedNel[NotSupportedConstruction, XmlPredicate]
def buildCCE(expr: CompoundComparisonExpr): ValidatedNel[NotSupportedConstruction, XmlPredicate]
def buildRPE(expr: RelativePathExpr): ValidatedNel[NotSupportedConstruction, () => XmlPredicate]