protected function EasyRdf_Parser_RdfXml::startState0

@ignore

1 call to EasyRdf_Parser_RdfXml::startState0()
EasyRdf_Parser_RdfXml::startElementHandler in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/RdfXml.php
@ignore

File

drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/RdfXml.php, line 269

Class

EasyRdf_Parser_RdfXml
A pure-php class to parse RDF/XML.

Code

protected function startState0($t, $a) {
  $this->state = 1;
  if ($t !== $this->rdf . 'RDF') {
    $this
      ->startState1($t, $a);
  }
}