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(Graph graphData, ShexSchema shapes, Node shapeRef, Node focus) Validate a specific node (the focus), with a specific shape in a set of shapes.ShexValidator.validate(Graph graph, ShexSchema shapes, ShapeMap shapeMap) Validate data using a collection of shapes and a shape mapShexValidator.validate(Graph dataGraph, ShexSchema shapes, ShapeMap shapeMap, Node dataNode) Validate a specific node using the shape map to determine which shapes to use.ShexValidator.validate(Graph graphData, ShexSchema shapes, ShexShape shape, 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)