Uses of Class
org.apache.jena.shex.ShexRecord
-
Packages that use ShexRecord Package Description org.apache.jena.shex org.apache.jena.shex.sys -
-
Uses of ShexRecord in org.apache.jena.shex
Methods in org.apache.jena.shex that return types with arguments of type ShexRecord Modifier and Type Method Description java.util.List<ShexRecord>ShexMap. entries()java.util.List<ShexRecord>ShexReport.Builder. getReports()Methods in org.apache.jena.shex with parameters of type ShexRecord Modifier and Type Method Description voidShexReport.Builder. shexReport(ShexRecord entry)voidShexReport.Builder. shexReport(ShexRecord entry, Node focusNode, ShexStatus result, java.lang.String reason)Create a new report line item from an exists (shex map) entry and add it to the reportsMethod parameters in org.apache.jena.shex with type arguments of type ShexRecord Modifier and Type Method Description static ShexMapShexMap. create(java.util.List<ShexRecord> associations)voidShexReport. forEachReport(java.util.function.Consumer<ShexRecord> action)Constructors in org.apache.jena.shex with parameters of type ShexRecord Constructor Description ShexRecord(ShexRecord assoc, Node focusNode, ShexStatus status, java.lang.String reason) -
Uses of ShexRecord in org.apache.jena.shex.sys
Methods in org.apache.jena.shex.sys that return types with arguments of type ShexRecord Modifier and Type Method Description java.util.List<ShexRecord>ValidationContext. getShexReportItems()Current state.Methods in org.apache.jena.shex.sys with parameters of type ShexRecord Modifier and Type Method Description voidValidationContext. shexReport(ShexRecord entry, Node focusNode, ShexStatus result, java.lang.String reason)
-