Uses of Class
org.apache.jena.shex.sys.ValidationContext
Packages that use ValidationContext
Package
Description
-
Uses of ValidationContext in org.apache.jena.shex
Methods in org.apache.jena.shex with parameters of type ValidationContextModifier and TypeMethodDescriptionbooleanShexShape.satisfies(ValidationContext vCxt, org.apache.jena.graph.Node data) -
Uses of ValidationContext in org.apache.jena.shex.eval
Methods in org.apache.jena.shex.eval with parameters of type ValidationContextModifier and TypeMethodDescriptionstatic booleanShapeEval.matchesShapeExpr(ValidationContext vCxt, ShapeExpression shapeExpr, org.apache.jena.graph.Node node) static booleanShapeEval.matchesTripleExpr(ValidationContext vCxt, TripleExpression tripleExpr, org.apache.jena.graph.Node node, Set<org.apache.jena.graph.Node> extras, boolean closed) -
Uses of ValidationContext in org.apache.jena.shex.expressions
Methods in org.apache.jena.shex.expressions with parameters of type ValidationContextModifier and TypeMethodDescriptionDatatypeConstraint.nodeSatisfies(ValidationContext vCxt, org.apache.jena.graph.Node n) abstract ReportItemNodeConstraintComponent.nodeSatisfies(ValidationContext vCxt, org.apache.jena.graph.Node data) The function "nodeSatisfies" == satisfies2(n, nc)NodeKindConstraint.nodeSatisfies(ValidationContext vCxt, org.apache.jena.graph.Node n) NumLengthConstraint.nodeSatisfies(ValidationContext vCxt, org.apache.jena.graph.Node n) NumRangeConstraint.nodeSatisfies(ValidationContext vCxt, org.apache.jena.graph.Node n) StrLengthConstraint.nodeSatisfies(ValidationContext vCxt, org.apache.jena.graph.Node n) StrRegexConstraint.nodeSatisfies(ValidationContext vCxt, org.apache.jena.graph.Node n) ValueConstraint.nodeSatisfies(ValidationContext vCxt, org.apache.jena.graph.Node data) booleanNodeConstraint.satisfies(ValidationContext vCxt, org.apache.jena.graph.Node data) booleanNodeConstraintComponent.satisfies(ValidationContext vCxt, org.apache.jena.graph.Node data) booleanSatisfies.satisfies(ValidationContext vCxt, org.apache.jena.graph.Node data) The "satisfies" function.booleanShapeExprAND.satisfies(ValidationContext vCxt, org.apache.jena.graph.Node data) booleanShapeExprAtom.satisfies(ValidationContext vCxt, org.apache.jena.graph.Node data) booleanShapeExprDot.satisfies(ValidationContext vCxt, org.apache.jena.graph.Node data) abstract booleanShapeExpression.satisfies(ValidationContext vCxt, org.apache.jena.graph.Node data) booleanShapeExprExternal.satisfies(ValidationContext vCxt, org.apache.jena.graph.Node data) booleanShapeExprFalse.satisfies(ValidationContext vCxt, org.apache.jena.graph.Node data) booleanShapeExprNone.satisfies(ValidationContext vCxt, org.apache.jena.graph.Node data) booleanShapeExprNOT.satisfies(ValidationContext vCxt, org.apache.jena.graph.Node data) booleanShapeExprOR.satisfies(ValidationContext vCxt, org.apache.jena.graph.Node data) booleanShapeExprRef.satisfies(ValidationContext vCxt, org.apache.jena.graph.Node data) booleanShapeExprTripleExpr.satisfies(ValidationContext vCxt, org.apache.jena.graph.Node node) booleanShapeExprTrue.satisfies(ValidationContext vCxt, org.apache.jena.graph.Node data) booleanShapeNodeConstraint.satisfies(ValidationContext vCxt, org.apache.jena.graph.Node data) booleanTripleExpression.testSemanticActions(ValidationContext v, Set<org.apache.jena.graph.Triple> matchables) booleanShapeExpression.testShapeExprSemanticActions(ValidationContext v, org.apache.jena.graph.Node focus) -
Uses of ValidationContext in org.apache.jena.shex.sys
Methods in org.apache.jena.shex.sys that return ValidationContextModifier and TypeMethodDescriptionValidationContext.create()Creates a new validation context with the current one as its parent context.static ValidationContextValidationContext.create(ValidationContext vCxt) Deprecated, for removal: This API element is subject to removal in a future version.ValidationContext.getParent()ValidationContext.getRoot()Methods in org.apache.jena.shex.sys with parameters of type ValidationContextModifier and TypeMethodDescriptionvoidValidationContext.copyInto(ValidationContext other) Update other with "this" statestatic ValidationContextValidationContext.create(ValidationContext vCxt) Deprecated, for removal: This API element is subject to removal in a future version.Use methodcreate()booleanValidationContext.dispatchStartSemanticAction(ShexSchema schema, ValidationContext vCxt)
create()