Uses of Class
org.apache.jena.shex.ShexMap
Packages that use ShexMap
-
Uses of ShexMap in org.apache.jena.shex
Methods in org.apache.jena.shex that return ShexMapModifier and TypeMethodDescriptionShexMap.Builder.build()ShexMapBuilder.build()static ShexMapShexMap.create(List<ShexRecord> associations) static ShexMapShex.readShapeMap(InputStream input, String baseURI) Parse theInputStreamto get a ShEx shape map.static ShexMapShex.readShapeMap(String filename) Parse the file to get a ShEx shape map.static ShexMapShex.readShapeMap(String filename, String baseURI) Parse the file to get a ShEx shape map.static ShexMapShex.readShapeMapJson(InputStream input) Parse theInputStreamto get a ShEx shape map from JSON syntax.static ShexMapShex.readShapeMapJson(String filenameOrURL) Read aShexMapfrom a file or URL.static ShexMapstatic ShexMapstatic ShexMapstatic ShexMapstatic ShexMapShex.shapeMapFromString(String inputStr, String baseURI) Parse a shape map from aStringReader.Methods in org.apache.jena.shex with parameters of type ShexMapModifier and TypeMethodDescriptionShexValidator.validate(Graph graph, ShexSchema shapes, ShexMap shapeMap) Validate data using a collection of shapes and a shape mapShexValidator.validate(Graph dataGraph, ShexSchema shapes, ShexMap shapeMap, Node dataNode) Validate a specific node using the shape map to determine which shapes to use.Constructors in org.apache.jena.shex with parameters of type ShexMap -
Uses of ShexMap in org.apache.jena.shex.parser
Methods in org.apache.jena.shex.parser that return ShexMapModifier and TypeMethodDescriptionstatic ShexMapShExC.parseShapeMap(InputStream input, String baseURI) Parse theInputStreamto get a ShEx shape map.static ShexMapShExC.parseShapeMap(StringReader input, String baseURI) Parse a shape map from aStringReader.static ShexMapShExC.parseShapeMap(String filename) Parse the file to get a ShEx shape map.static ShexMapShExC.parseShapeMap(String filename, String baseURI) Parse the file to get a ShEx shape map.ParserShExC.parseShapeMapFinish()static ShexMapShExJ.readShapeMapJson(InputStream input) Parse theInputStreamto get a ShEx shape map from JSON syntax.