java.lang.Object
org.apache.jena.shex.parser.ShExC
Shape Expressions : Compact syntax
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ShexSchema
parse
(InputStream input, String originURI, String baseURI) Parse theInputStream
to get ShEx shapes.static ShexSchema
parse
(StringReader input, String baseURI) Parse from aStringReader
.static ShexSchema
Parse the file to get ShEx shapes.static ShexSchema
Parse the file to get ShEx shapes.static ShapeMap
parseShapeMap
(InputStream input, String baseURI) Parse theInputStream
to get a ShEx shape map.static ShapeMap
parseShapeMap
(StringReader input, String baseURI) Parse a shape map from aStringReader
.static ShapeMap
parseShapeMap
(String filename) Parse the file to get a ShEx shape map.static ShapeMap
parseShapeMap
(String filename, String baseURI) Parse the file to get a ShEx shape map.
-
Constructor Details
-
ShExC
public ShExC()
-
-
Method Details
-
parse
Parse the file to get ShEx shapes.- Parameters:
filename
-- Returns:
- ShexSchema
-
parse
Parse the file to get ShEx shapes.- Parameters:
filename
-baseURI
-- Returns:
- ShexSchema
-
parse
Parse theInputStream
to get ShEx shapes.- Parameters:
input
-originURI
- The source from where the data was read from.baseURI
-- Returns:
- ShexSchema
-
parse
Parse from aStringReader
.- Parameters:
input
-baseURI
-- Returns:
- ShexSchema
-
parseShapeMap
Parse the file to get a ShEx shape map.- Parameters:
filename
-- Returns:
- ShexShapeMap
-
parseShapeMap
Parse the file to get a ShEx shape map.- Parameters:
filename
-baseURI
-- Returns:
- ShexShapeMap
-
parseShapeMap
Parse theInputStream
to get a ShEx shape map.- Parameters:
input
-baseURI
-- Returns:
- ShexShapeMap
-
parseShapeMap
Parse a shape map from aStringReader
.- Parameters:
input
-baseURI
-- Returns:
- ShexShapeMap
-