Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
Turtle.php
»
EasyRdf_Parser_Turtle
»
EasyRdf_Parser_Turtle::unread
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
10 calls to EasyRdf_Parser_Turtle::unread()
EasyRdf_Parser_Turtle::parseImplicitBlank
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Parser/
Turtle.php
Parses a blankNodePropertyList [15]
EasyRdf_Parser_Turtle::parseNodeID
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Parser/
Turtle.php
Parses a blank node ID, e.g: _:node1 @ignore
EasyRdf_Parser_Turtle::parseNumber
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Parser/
Turtle.php
Parses a numeric value, either of type integer, decimal or double @ignore
EasyRdf_Parser_Turtle::parsePredicate
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Parser/
Turtle.php
Parse a predicate [11] @ignore
EasyRdf_Parser_Turtle::parsePrefixID
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Parser/
Turtle.php
Parse a prefixID [4] @ignore
EasyRdf_Parser_Turtle::parseQNameOrBoolean
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Parser/
Turtle.php
Parses qnames and boolean values, which have equivalent starting characters. @ignore
EasyRdf_Parser_Turtle::parseQuotedLiteral
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Parser/
Turtle.php
Parses a quoted string, optionally followed by a language tag or datatype.
EasyRdf_Parser_Turtle::parseQuotedString
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Parser/
Turtle.php
Parses a quoted string, which is either a "normal string" or a """long string""".
EasyRdf_Parser_Turtle::skipLine
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Parser/
Turtle.php
Consumes characters from reader until the first EOL has been read. @ignore
EasyRdf_Parser_Turtle::skipWSC
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Parser/
Turtle.php
Skip through whitespace and comments @ignore