@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++;
}