Package org.apache.jena.riot.lang.extra
Class LangParserBase
- java.lang.Object
-
- org.apache.jena.riot.lang.extra.LangParserBase
-
- Direct Known Subclasses:
TurtleJavacc
public class LangParserBase extends java.lang.ObjectBase for JavaCC parser of RDF languages. SeeQueryParserBasefor the base class for SPARQL.
-
-
Constructor Summary
Constructors Constructor Description LangParserBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetDest(StreamRDF stream)voidsetProfile(ParserProfile profile)
-
-
-
Method Detail
-
setProfile
public void setProfile(ParserProfile profile)
-
setDest
public void setDest(StreamRDF stream)
-
-