Uses of Class
com.janeirodigital.shapetrees.core.validation.ShapeTree
Packages that use ShapeTree
-
Uses of ShapeTree in com.janeirodigital.shapetrees.core.validation
Methods in com.janeirodigital.shapetrees.core.validation that return ShapeTreeModifier and TypeMethodDescriptionValidationResult.getMatchingShapeTree()static ShapeTreeShapeTreeFactory.getShapeTree(URL shapeTreeUrl) Looks up and parses the shape tree atshapeTreeUrl.ValidationResult.getValidatingShapeTree()Methods in com.janeirodigital.shapetrees.core.validation that return types with arguments of type ShapeTreeMethods in com.janeirodigital.shapetrees.core.validation with parameters of type ShapeTreeModifier and TypeMethodDescriptionstatic ShapeTreeReferenceShapeTreeReference.findChildReference(ShapeTree shapeTree, URL childUrl) Constructors in com.janeirodigital.shapetrees.core.validation with parameters of type ShapeTreeModifierConstructorDescriptionValidationResult(boolean valid, ShapeTree validatingShapeTree, ShapeTree matchingShapeTree, ShapeTreeAssignment managingAssignment, URL matchingFocusNode, String message) ValidationResult(boolean valid, ShapeTree validatingShapeTree, ShapeTree matchingShapeTree, URL matchingFocusNode) ValidationResult(boolean valid, ShapeTree validatingShapeTree, String message)