Uses of Class
org.apache.jena.shex.ShexReport
-
Packages that use ShexReport Package Description org.apache.jena.shex org.apache.jena.shex.sys -
-
Uses of ShexReport in org.apache.jena.shex
Methods in org.apache.jena.shex that return ShexReport Modifier and Type Method Description ShexReportShexReport.Builder. build()ShexReportShexValidator. validate(Graph graphData, ShexSchema shapes, Node shapeRef, Node focus)Validate a specific node (the focus), with a specific shape in a set of shapes.ShexReportShexValidator. validate(Graph graph, ShexSchema shapes, ShexMap shapeMap)Validate data using a collection of shapes and a shape mapShexReportShexValidator. validate(Graph dataGraph, ShexSchema shapes, ShexMap shapeMap, Node dataNode)Validate a specific node using the shape map to determine which shapes to use.ShexReportShexValidator. 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 ShexReport Modifier and Type Method Description ShexReportValidationContext. generateReport()Methods in org.apache.jena.shex.sys with parameters of type ShexReport Modifier and Type Method Description static voidShexLib. printReport(java.io.OutputStream outStream, ShexReport report)static voidShexLib. printReport(ShexReport report)
-