XmlZoomBuilder

class Object
trait Matchable
class Any

Value members

Concrete methods

def modifyZoom(xPathExpr: XPathExpr): ValidatedNel[NotSupportedConstruction, () => XmlZoom]
def modifyZoom(test: NodeTest): ValidatedNel[NotSupportedConstruction, () => XmlZoom]
def modifyZoom(step: ForwardStep): ValidatedNel[NotSupportedConstruction, () => XmlZoom]
def modifyZoom(step: AxisStep): ValidatedNel[NotSupportedConstruction, () => XmlZoom]
def modifyZoom(expr: Expr): ValidatedNel[NotSupportedConstruction, () => XmlZoom]
def modifyZoom(simpleExpr: SimpleExpr): ValidatedNel[NotSupportedConstruction, () => XmlZoom]
def modifyZoom(orExpr: OrExpr): ValidatedNel[NotSupportedConstruction, () => XmlZoom]
def modifyZoom(andExpr: AndExpr): ValidatedNel[NotSupportedConstruction, () => XmlZoom]
def modifyZoom(comparisonExpr: ComparisonExpr): ValidatedNel[NotSupportedConstruction, () => XmlZoom]
def modifyZoom(stringConcatExpr: StringConcatExpr): ValidatedNel[NotSupportedConstruction, () => XmlZoom]
def modifyZoom(rangeExpr: RangeExpr): ValidatedNel[NotSupportedConstruction, () => XmlZoom]
def modifyZoom(additiveExpr: AdditiveExpr): ValidatedNel[NotSupportedConstruction, () => XmlZoom]
def modifyZoom(multiplicativeExpr: MultiplicativeExpr): ValidatedNel[NotSupportedConstruction, () => XmlZoom]
def modifyZoom(unionExpr: UnionExpr): ValidatedNel[NotSupportedConstruction, () => XmlZoom]
def modifyZoom(intersectExceptExpr: IntersectExceptExpr): ValidatedNel[NotSupportedConstruction, () => XmlZoom]
def modifyZoom(instanceOfExpr: InstanceOfExpr): ValidatedNel[NotSupportedConstruction, () => XmlZoom]
def modifyZoom(treatExpr: TreatExpr): ValidatedNel[NotSupportedConstruction, () => XmlZoom]
def modifyZoom(castableExpr: CastableExpr): ValidatedNel[NotSupportedConstruction, () => XmlZoom]
def modifyZoom(castExpr: CastExpr): ValidatedNel[NotSupportedConstruction, () => XmlZoom]
def modifyZoom(arrowExpr: ArrowExpr): ValidatedNel[NotSupportedConstruction, () => XmlZoom]
def modifyZoom(unaryExpr: UnaryExpr): ValidatedNel[NotSupportedConstruction, () => XmlZoom]
def modifyZoom(valueExpr: ValueExpr): ValidatedNel[NotSupportedConstruction, () => XmlZoom]
def modifyZoom(pathExpr: PathExpr): ValidatedNel[NotSupportedConstruction, () => XmlZoom]
def modifyZoom(relativePathExpr: RelativePathExpr): ValidatedNel[NotSupportedConstruction, () => XmlZoom]
def modifyZoom(stepExpr: StepExpr): ValidatedNel[NotSupportedConstruction, () => XmlZoom]
def modifyZoom(postfix: Postfix): ValidatedNel[NotSupportedConstruction, () => XmlZoom]