Package com.stardog.stark.io.n3
Class N3Parser
java.lang.Object
com.stardog.stark.io.n3.N3Parser
- All Implemented Interfaces:
RDFParser
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Michael Grove
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformat()The format this parser can parsevoidparse(InputStream theStream, RDFHandler theHandler, Options theOptions) Parse the content
-
Constructor Details
-
N3Parser
public N3Parser()
-
-
Method Details
-
format
The format this parser can parse -
parse
public void parse(@Nonnull InputStream theStream, @Nonnull RDFHandler theHandler, @Nonnull Options theOptions) throws IOException Parse the content- Specified by:
parsein interfaceRDFParser- Parameters:
theStream- the stream to read fromtheHandler- the handler to pass parse events totheOptions- the parsing options- Throws:
IOException- if there was an error while reading from the stream
-