Uses of Class
org.eclipse.rdf4j.rio.helpers.NTriplesUtil.TripleMatch
-
Packages that use NTriplesUtil.TripleMatch Package Description org.eclipse.rdf4j.rio.helpers Provides helpers classes for Rio. -
-
Uses of NTriplesUtil.TripleMatch in org.eclipse.rdf4j.rio.helpers
Methods in org.eclipse.rdf4j.rio.helpers that return NTriplesUtil.TripleMatch Modifier and Type Method Description private static NTriplesUtil.TripleMatch
NTriplesUtil. parseTripleInternal(java.lang.String nTriplesTriple, ValueFactory valueFactory)
Parses an RDF-star triple (non-standard N-Triples), creates an object for it using the supplied ValueFactory and returns an object that contains the parsed triple and the length of the parsed text.
-