- isBLANK_NODE_LABEL_Char(int) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
-
Check if the supplied code point represents a valid blank node label character.
- isBLANK_NODE_LABEL_EndChar(int) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
-
Check if the supplied code point represents a valid blank node label end character.
- isBLANK_NODE_LABEL_StartChar(int) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
-
Check if the supplied code point represents a valid start character for a blank node label.
- isLanguageChar(int) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
-
Check if the supplied code point represents a valid language tag character.
- isLanguageStartChar(int) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
-
Check if the supplied code point represents a valid language tag start character.
- isLocalEscapedChar(int) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
-
Check if the supplied code point represents a valid local escaped character.
- isNameChar(int) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
-
Check if the supplied code point represents a valid name character.
- isNameEndChar(int) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
-
Check if the supplied code point represents a valid name end character.
- isNameStartChar(int) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
-
Check if the supplied code point represents a valid name start character.
- isPERCENT(String) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
-
- isPLX_INTERNAL(String) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
-
- isPLX_START(String) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
-
- isPN_CHARS(int) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
-
Check if the supplied code point represents a valid prefixed name character.
- isPN_CHARS_BASE(int) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
-
Check if the supplied code point represents a valid prefixed name base character.
- isPN_CHARS_U(int) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
-
Check if the supplied code point represents either a valid prefixed name base character or an
underscore.
- isPN_LOCAL(String) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
-
- isPN_LOCAL_ESC(String) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
-
- isPN_PREFIX(String) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
-
Checks if the supplied prefix string is a valid Turtle namespace prefix.
- isPrefixChar(int) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
-
Check if the supplied code point represents a valid prefix character.
- isPrefixStartChar(int) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
-
Check if the supplied code point represents a valid prefixed name start character.
- isWhitespace(int) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
-
Check if the supplied code point represents a whitespace character
- parse(InputStream, String) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
-
Implementation of the parse(InputStream, String) method defined
in the RDFParser interface.
- parse(Reader, String) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
-
Implementation of the parse(Reader, String) method defined in
the RDFParser interface.
- parseBase() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
-
- parseCollection() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
-
Parses a collection, e.g.
- parseDirective(String) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
-
- parseImplicitBlank() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
-
Parses an implicit blank node.
- parseLongString(int) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
-
Parses a """long string""".
- parseNodeID() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
-
Parses a blank node ID, e.g.
- parseNumber() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
-
- parseObject() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
-
- parseObjectList() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
-
- parsePredicate() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
-
- parsePredicateObjectList() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
-
- parsePrefixID() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
-
- parseQNameOrBoolean() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
-
Parses qnames and boolean values, which have equivalent starting
characters.
- parseQuotedLiteral() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
-
Parses a quoted string, optionally followed by a language tag or
datatype.
- parseQuotedString() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
-
Parses a quoted string, which is either a "normal string" or a """long
string""".
- parseStatement() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
-
- parseString(int) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
-
Parses a "normal string".
- parseSubject() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
-
- parseTriples() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
-
- parseURI() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
-
- parseValue() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
-
Parses an RDF value.
- peekCodePoint() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
-
Peeks at the next Unicode code point without advancing the reader, and
returns its value.
- predicate - Variable in class org.eclipse.rdf4j.rio.turtle.TurtleParser
-
- prettyPrintModel - Variable in class org.eclipse.rdf4j.rio.turtle.TurtleWriter
-
A
Model that is only used if pretty printing is enabled before startRDF is called;
- processComment() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
-
Consumes characters from reader until the first EOL has been read.