PHP Класс Sulu\Component\Util\XmlUtil

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
getBooleanValueFromXPath ( string $path, DOMXPath $xpath, DomNode $context = null, mixed $default = null ) : boolean | null | string | mixed Returns boolean value of path.
getValueFromXPath ( string $path, DOMXPath $xpath, DomNode $context = null, mixed $default = null ) : boolean | null | string | mixed Returns value of path.

Описание методов

getBooleanValueFromXPath() публичный статический Метод

Returns boolean value of path.
public static getBooleanValueFromXPath ( string $path, DOMXPath $xpath, DomNode $context = null, mixed $default = null ) : boolean | null | string | mixed
$path string
$xpath DOMXPath
$context DomNode
$default mixed
Результат boolean | null | string | mixed

getValueFromXPath() публичный статический Метод

Returns value of path.
public static getValueFromXPath ( string $path, DOMXPath $xpath, DomNode $context = null, mixed $default = null ) : boolean | null | string | mixed
$path string
$xpath DOMXPath
$context DomNode
$default mixed
Результат boolean | null | string | mixed