public static function EasyRdf_Parser_Turtle::isPrefixChar

@ignore

1 call to EasyRdf_Parser_Turtle::isPrefixChar()

File

drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Turtle.php, line 1110

Class

EasyRdf_Parser_Turtle
Class to parse Turtle with no external dependancies.

Code

public static function isPrefixChar($c) {
  return self::isNameChar($c);
}