Documentation

Xml
in package

Table of Contents

get()  : DOMNode
getAll()  : DOMNodeList
getFloat()  : float
getText()  : string

Methods

get()

public static get(DOMNode $root, string $query) : DOMNode
Parameters
$root : DOMNode
$query : string
Return values
DOMNode

getAll()

public static getAll(DOMNode $root, string $query) : DOMNodeList
Parameters
$root : DOMNode
$query : string
Return values
DOMNodeList

getFloat()

public static getFloat(DOMNode $root, string $query) : float
Parameters
$root : DOMNode
$query : string
Return values
float

getText()

public static getText(DOMNode $root, string $query) : string
Parameters
$root : DOMNode
$query : string
Return values
string

Search results