Documentation

RdfXmlParserState
in package

Table of Contents

Constants

STATE_NODE  = 'node'
STATE_PREDICATE  = 'predicate'
STATE_ROOT  = 'root'
STATE_VALUE  = 'value'
STATE_XMLLITERAL  = 'xmlliteral'

Properties

$datatype  : string|null
$isCDataPredicate  : bool|null
$isCollection  : bool
$lang  : string
$literalValue  : string|null
$literalValueDepth  : int
$predicate  : NamedNodeInterface
$reifyAs  : BlankNodeInterface|NamedNodeInterface|null
$sequenceNo  : int
$state  : string
$subject  : NamedNodeInterface|BlankNodeInterface

Methods

withState()  : self
withSubject()  : self

Constants

STATE_PREDICATE

public mixed STATE_PREDICATE = 'predicate'

STATE_XMLLITERAL

public mixed STATE_XMLLITERAL = 'xmlliteral'

Properties

$isCDataPredicate

public bool|null $isCDataPredicate = null

Methods

withState()

public withState(string $state) : self
Parameters
$state : string
Return values
self

        
On this page

Search results