Uses of Class
org.openrefine.wikibase.schema.validation.PathElement
-
Packages that use PathElement Package Description org.openrefine.wikibase.schema.validation -
-
Uses of PathElement in org.openrefine.wikibase.schema.validation
Methods in org.openrefine.wikibase.schema.validation with parameters of type PathElement Modifier and Type Method Description ValidationState
ValidationState. enter(PathElement element)
Called when entering a schema element which should be recorded in the path displayed to the user.Constructor parameters in org.openrefine.wikibase.schema.validation with type arguments of type PathElement Constructor Description ValidationError(List<PathElement> path, String message)
-