SimpleNode

Internal

Table of Contents

Constants

TYPE_CDATA  = 4
TYPE_COMMENT  = 8
TYPE_ELEMENT  = 1
TYPE_TEXT  = 3

Properties

$index  : int
$string  : string
$type  : int

Methods

__construct()  : mixed
__toString()  : string
fromString()  : self
getElementName()  : string|null
getIndex()  : int
getType()  : int

Constants

Properties

Methods

__construct()

public __construct(int $type, int $index, string $string) : mixed
Parameters
$type : int
$index : int
$string : string

__toString()

public __toString() : string
Return values
string

fromString()

public static fromString(int $type, int $index, string $string) : self
Parameters
$type : int
$index : int
$string : string
Return values
self

getElementName()

public getElementName() : string|null
Return values
string|null

getIndex()

public getIndex() : int
Return values
int

getType()

public getType() : int
Return values
int

        
On this page

Search results