XmlZoomBuilder
object XmlZoomBuilder
Value members
Concrete methods
def modifyZoom(comparisonExpr: ComparisonExpr): ValidatedNel[NotSupportedConstruction, () => XmlZoom]
def modifyZoom(stringConcatExpr: StringConcatExpr): ValidatedNel[NotSupportedConstruction, () => XmlZoom]
def modifyZoom(multiplicativeExpr: MultiplicativeExpr): ValidatedNel[NotSupportedConstruction, () => XmlZoom]
def modifyZoom(intersectExceptExpr: IntersectExceptExpr): ValidatedNel[NotSupportedConstruction, () => XmlZoom]
def modifyZoom(instanceOfExpr: InstanceOfExpr): ValidatedNel[NotSupportedConstruction, () => XmlZoom]
def modifyZoom(relativePathExpr: RelativePathExpr): ValidatedNel[NotSupportedConstruction, () => XmlZoom]