com.upokecenter.util.NTriplesParser

com.upokecenter.util.NTriplesParser

public final class NTriplesParser extends java.lang.Object implements IRDFParser

Methods

Constructors

Method Details

NTriplesParser

public NTriplesParser​(com.upokecenter.util.IByteReader stream)

Initializes a new instance of the {@link com.upokecenter.Rdf.getNTriplesParser()} class.

Parameters:

Throws:

NTriplesParser

public NTriplesParser​(java.lang.String str)

Initializes a new instance of the {@link com.upokecenter.Rdf.getNTriplesParser()} class.

Parameters:

Throws:

isAsciiChar

public static boolean isAsciiChar​(int c, java.lang.String asciiChars)

Not documented yet.

Parameters:

Returns:

Parse

public java.util.Set<RDFTriple> Parse()

Not documented yet.

Specified by:

Returns:

Back to TurtleParser start page.