- All Known Subinterfaces:
ShapeElement
- All Known Implementing Classes:
DatatypeConstraint
,NodeConstraint
,NodeConstraintComponent
,NodeKindConstraint
,NumLengthConstraint
,NumRangeConstraint
,ShapeExprAND
,ShapeExprAtom
,ShapeExprDot
,ShapeExpression
,ShapeExprExternal
,ShapeExprFalse
,ShapeExprNone
,ShapeExprNOT
,ShapeExprOR
,ShapeExprRef
,ShapeExprTripleExpr
,ShapeExprTrue
,ShapeNodeConstraint
,StrLengthConstraint
,StrRegexConstraint
,ValueConstraint
public interface Satisfies
The "satisfies" realtionship.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
satisfies
(ValidationContext vCxt, Node data) The "satisfies" function.
-
Method Details
-
satisfies
The "satisfies" function. Return true for OK, false for not OK.
-