Uses of Class
org.apache.jena.shex.ShexReport
Packages that use ShexReport
-
Uses of ShexReport in org.apache.jena.shex
Methods in org.apache.jena.shex that return ShexReportModifier and TypeMethodDescriptionShexReport.Builder.build()ShexValidator.validate(org.apache.jena.graph.Graph graphData, ShexSchema shapes, org.apache.jena.graph.Node shapeRef, org.apache.jena.graph.Node focus) Validate a specific node (the focus), with a specific shape in a set of shapes.ShexValidator.validate(org.apache.jena.graph.Graph graph, ShexSchema shapes, ShapeMap shapeMap) Validate data using a collection of shapes and a shape mapShexValidator.validate(org.apache.jena.graph.Graph dataGraph, ShexSchema shapes, ShapeMap shapeMap, org.apache.jena.graph.Node dataNode) Validate a specific node using the shape map to determine which shapes to use.ShexValidator.validate(org.apache.jena.graph.Graph graphData, ShexSchema shapes, ShexShape shape, org.apache.jena.graph.Node focus) Validate a specific node (the focus), against a shape. -
Uses of ShexReport in org.apache.jena.shex.sys
Methods in org.apache.jena.shex.sys that return ShexReportMethods in org.apache.jena.shex.sys with parameters of type ShexReportModifier and TypeMethodDescriptionstatic voidShexLib.printReport(OutputStream outStream, ShexReport report) static voidShexLib.printReport(ShexReport report)