protected function EasyRdf_Parser_RdfXml::pushS

@ignore

2 calls to EasyRdf_Parser_RdfXml::pushS()
EasyRdf_Parser_RdfXml::startState1 in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/RdfXml.php
@ignore
EasyRdf_Parser_RdfXml::startState2 in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/RdfXml.php
@ignore

File

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

Class

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

Code

protected function pushS(&$s) {
  $s['pos'] = $this->sCount;
  $this->sStack[$this->sCount] = $s;
  $this->sCount++;
}