- parse(InputStream, String) - Method in class org.openrdf.rio.turtle.TurtleParser
-
Implementation of the parse(InputStream, String) method defined
in the RDFParser interface.
- parse(Reader, String) - Method in class org.openrdf.rio.turtle.TurtleParser
-
Implementation of the parse(Reader, String) method defined in the
RDFParser interface.
- parseBase() - Method in class org.openrdf.rio.turtle.TurtleParser
-
- parseCollection() - Method in class org.openrdf.rio.turtle.TurtleParser
-
Parses a collection, e.g.
- parseDirective(String) - Method in class org.openrdf.rio.turtle.TurtleParser
-
- parseImplicitBlank() - Method in class org.openrdf.rio.turtle.TurtleParser
-
Parses an implicit blank node.
- parseLongString(int) - Method in class org.openrdf.rio.turtle.TurtleParser
-
Parses a """long string""".
- parseNodeID() - Method in class org.openrdf.rio.turtle.TurtleParser
-
Parses a blank node ID, e.g.
- parseNumber() - Method in class org.openrdf.rio.turtle.TurtleParser
-
- parseObject() - Method in class org.openrdf.rio.turtle.TurtleParser
-
- parseObjectList() - Method in class org.openrdf.rio.turtle.TurtleParser
-
- parsePredicate() - Method in class org.openrdf.rio.turtle.TurtleParser
-
- parsePredicateObjectList() - Method in class org.openrdf.rio.turtle.TurtleParser
-
- parsePrefixID() - Method in class org.openrdf.rio.turtle.TurtleParser
-
- parseQNameOrBoolean() - Method in class org.openrdf.rio.turtle.TurtleParser
-
Parses qnames and boolean values, which have equivalent starting
characters.
- parseQuotedLiteral() - Method in class org.openrdf.rio.turtle.TurtleParser
-
Parses a quoted string, optionally followed by a language tag or datatype.
- parseQuotedString() - Method in class org.openrdf.rio.turtle.TurtleParser
-
Parses a quoted string, which is either a "normal string" or a """long
string""".
- parseStatement() - Method in class org.openrdf.rio.turtle.TurtleParser
-
- parseString(int) - Method in class org.openrdf.rio.turtle.TurtleParser
-
Parses a "normal string".
- parseSubject() - Method in class org.openrdf.rio.turtle.TurtleParser
-
- parseTriples() - Method in class org.openrdf.rio.turtle.TurtleParser
-
- parseURI() - Method in class org.openrdf.rio.turtle.TurtleParser
-
- parseValue() - Method in class org.openrdf.rio.turtle.TurtleParser
-
Parses an RDF value.
- peek() - Method in class org.openrdf.rio.turtle.TurtleParser
-
- processComment() - Method in class org.openrdf.rio.turtle.TurtleParser
-
Consumes characters from reader until the first EOL has been read.