protected function EasyRdf_Parser_RdfXml::pushS in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/RdfXml.php \EasyRdf_Parser_RdfXml::pushS()
@ignore
2 calls to EasyRdf_Parser_RdfXml::pushS()
- EasyRdf_Parser_RdfXml::startState1 in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser/ RdfXml.php - @ignore
- EasyRdf_Parser_RdfXml::startState2 in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser/ RdfXml.php - @ignore
File
- vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser/ RdfXml.php, line 98
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++;
}