Uses of Class
org.apache.jena.shex.sys.ReportItem
-
Packages that use ReportItem Package Description org.apache.jena.shex org.apache.jena.shex.expressions org.apache.jena.shex.sys -
-
Uses of ReportItem in org.apache.jena.shex
Methods in org.apache.jena.shex that return types with arguments of type ReportItem Modifier and Type Method Description java.util.List<ReportItem>ShexReport.Builder. getItems()Methods in org.apache.jena.shex with parameters of type ReportItem Modifier and Type Method Description voidShexReport.Builder. addReportItem(ReportItem e) -
Uses of ReportItem in org.apache.jena.shex.expressions
Methods in org.apache.jena.shex.expressions that return ReportItem Modifier and Type Method Description ReportItemDatatypeConstraint. nodeSatisfies(ValidationContext vCxt, Node n)abstract ReportItemNodeConstraint. nodeSatisfies(ValidationContext vCxt, Node data)The function "nodeSatisfies" == satisfies2(n, nc)ReportItemNodeKindConstraint. nodeSatisfies(ValidationContext vCxt, Node n)ReportItemNumLengthConstraint. nodeSatisfies(ValidationContext vCxt, Node n)ReportItemNumRangeConstraint. nodeSatisfies(ValidationContext vCxt, Node n)ReportItemStrLengthConstraint. nodeSatisfies(ValidationContext vCxt, Node n)ReportItemStrRegexConstraint. nodeSatisfies(ValidationContext vCxt, Node n)ReportItemValueConstraint. nodeSatisfies(ValidationContext vCxt, Node data) -
Uses of ReportItem in org.apache.jena.shex.sys
Methods in org.apache.jena.shex.sys that return types with arguments of type ReportItem Modifier and Type Method Description java.util.List<ReportItem>ValidationContext. getReportItems()Current state.Methods in org.apache.jena.shex.sys with parameters of type ReportItem Modifier and Type Method Description voidValidationContext. reportEntry(ReportItem item)
-