Package com.stardog.stark.io.rdfxml
Class RDFXMLParser
- java.lang.Object
-
- com.stardog.stark.io.rdfxml.RDFXMLParser
-
-
Constructor Summary
Constructors Constructor Description RDFXMLParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RDFFormatformat()The format this parser can parsevoidparse(java.io.InputStream theStream, RDFHandler theHandler, Options theOptions)Parse the content
-
-
-
Method Detail
-
format
@Nonnull public RDFFormat format()
The format this parser can parse
-
parse
public void parse(@Nonnull java.io.InputStream theStream, @Nonnull RDFHandler theHandler, @Nonnull Options theOptions) throws java.io.IOExceptionParse the content
-
-