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::startState4
@ignore
2 calls to EasyRdf_Parser_RdfXml::startState4()
EasyRdf_Parser_RdfXml::startElementHandler
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Parser/
RdfXml.php
@ignore
EasyRdf_Parser_RdfXml::startState5
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Parser/
RdfXml.php
@ignore
File
drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Parser/
RdfXml.php
, line 522
Class
EasyRdf_Parser_RdfXml
A pure-php class to parse RDF/XML.
Code
protected
function
startState4
(
$t
,
$a
) {
return
$this
->
startState1
(
$t
,
$a
); }