19 calls to EasyRdf_Parser_Turtle::read() in Zircon Profile 8
- EasyRdf_Parser_Turtle::parseCollection in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser/ Turtle.php - Parses a collection [16], e.g: ( item1 item2 item3 ) @ignore
- EasyRdf_Parser_Turtle::parseImplicitBlank in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser/ Turtle.php - Parses a blankNodePropertyList [15]
- EasyRdf_Parser_Turtle::parseLongString in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser/ Turtle.php - Parses a """long string""". This method requires that the first three characters have already been parsed.
- EasyRdf_Parser_Turtle::parseNodeID in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser/ Turtle.php - Parses a blank node ID, e.g: _:node1 @ignore
- EasyRdf_Parser_Turtle::parseNumber in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser/ Turtle.php - Parses a numeric value, either of type integer, decimal or double @ignore
- EasyRdf_Parser_Turtle::parseObjectList in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser/ Turtle.php - Parse a objectList [8] @ignore
- EasyRdf_Parser_Turtle::parsePredicate in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser/ Turtle.php - Parse a predicate [11] @ignore
- EasyRdf_Parser_Turtle::parsePredicateObjectList in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser/ Turtle.php - Parse a predicateObjectList [7] @ignore
- EasyRdf_Parser_Turtle::parsePrefixID in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser/ Turtle.php - Parse a prefixID [4] @ignore
- EasyRdf_Parser_Turtle::parseQNameOrBoolean in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser/ Turtle.php - Parses qnames and boolean values, which have equivalent starting characters. @ignore
- EasyRdf_Parser_Turtle::parseQuotedLiteral in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser/ Turtle.php - Parses a quoted string, optionally followed by a language tag or datatype. @ignore
- EasyRdf_Parser_Turtle::parseQuotedString in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser/ Turtle.php - Parses a quoted string, which is either a "normal string" or a """long string""". @ignore
- EasyRdf_Parser_Turtle::parseStatement in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser/ Turtle.php - Parse a statement [2] @ignore
- EasyRdf_Parser_Turtle::parseString in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser/ Turtle.php - Parses a "normal string". This method requires that the opening character has already been parsed.
- EasyRdf_Parser_Turtle::parseTriples in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser/ Turtle.php - Parse triples [6] @ignore
- EasyRdf_Parser_Turtle::parseURI in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser/ Turtle.php - Parses a URI / IRI @ignore
- EasyRdf_Parser_Turtle::processComment in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser/ Turtle.php - Consumes characters from reader until the first EOL has been read. @ignore
- EasyRdf_Parser_Turtle::readLocalEscapedChar in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser/ Turtle.php - EasyRdf_Parser_Turtle::skipWSC in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser/ Turtle.php - Skip through whitespace and comments @ignore