java.lang.Object
org.apache.jena.shex.parser.ShExC
Shape Expressions : Compact syntax
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ShexSchemaparse(InputStream input, String originURI, String baseURI) Parse theInputStreamto get ShEx shapes.static ShexSchemaparse(StringReader input, String baseURI) Parse from aStringReader.static ShexSchemaParse the file to get ShEx shapes.static ShexSchemaParse the file to get ShEx shapes.static ShexMapparseShapeMap(InputStream input, String baseURI) Parse theInputStreamto get a ShEx shape map.static ShexMapparseShapeMap(StringReader input, String baseURI) Parse a shape map from aStringReader.static ShexMapparseShapeMap(String filename) Parse the file to get a ShEx shape map.static ShexMapparseShapeMap(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 theInputStreamto 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 theInputStreamto get a ShEx shape map.- Parameters:
input-baseURI-- Returns:
- ShexShapeMap
-
parseShapeMap
Parse a shape map from aStringReader.- Parameters:
input-baseURI-- Returns:
- ShexShapeMap
-