Uses of Class
org.apache.jena.riot.lang.LangNTriples

Packages that use LangNTriples
org.apache.jena.riot   
org.openjena.riot   
 

Uses of LangNTriples in org.apache.jena.riot
 

Methods in org.apache.jena.riot that return LangNTriples
static LangNTriples RiotReader.createParserNTriples(InputStream input, CharSpace charSpace, StreamRDF dest)
          Deprecated. use an RDFDataMgr operation with argument Lang.NTRIPLES
static LangNTriples RiotReader.createParserNTriples(InputStream input, StreamRDF dest)
          Deprecated. use an RDFDataMgr operation with argument Lang.NTRIPLES
static LangNTriples RiotReader.createParserNTriples(Tokenizer tokenizer, StreamRDF dest)
          Create a parser for N-Triples
 

Uses of LangNTriples in org.openjena.riot
 

Methods in org.openjena.riot that return LangNTriples
static LangNTriples RiotReader.createParserNTriples(InputStream input, CharSpace charSpace, StreamRDF dest)
          Deprecated. Create a parser for N-Triples, with default behaviour
static LangNTriples RiotReader.createParserNTriples(InputStream input, StreamRDF dest)
          Deprecated. Create a parser for N-Triples, with default behaviour
static LangNTriples RiotReader.createParserNTriples(Tokenizer tokenizer, StreamRDF dest)
          Deprecated. Create a parser for N-Triples, with default behaviour
 



Licenced under the Apache License, Version 2.0