Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
RdfXml.php
»
EasyRdf_Parser_RdfXml
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
protected function EasyRdf_Parser_RdfXml::updateS
@ignore
7 calls to EasyRdf_Parser_RdfXml::updateS()
EasyRdf_Parser_RdfXml::cdataState4
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Parser/
RdfXml.php
@ignore
EasyRdf_Parser_RdfXml::cdataState6
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Parser/
RdfXml.php
@ignore
EasyRdf_Parser_RdfXml::endState4
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Parser/
RdfXml.php
@ignore
EasyRdf_Parser_RdfXml::endState5
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Parser/
RdfXml.php
@ignore
EasyRdf_Parser_RdfXml::endState6
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Parser/
RdfXml.php
@ignore
... See full list
File
drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Parser/
RdfXml.php
, line 118
Class
EasyRdf_Parser_RdfXml
A pure-php class to parse RDF/XML.
Code
protected
function
updateS
(
$s
) {
$this
->
sStack
[
$s
[
'pos'
]] =
$s
; }