PHP Class FastFeed\Tests\Parser\AbstractParserTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: fastfeed/fastfeed

Méthodes protégées

Méthode Description
getFirstNodeFromXpath ( $content, $query ) : boolean | DOMNode
getFirstValueFromXpath ( $content, $query ) : string
getFistAttributeFromXpath ( $content, $query, $attribute ) : boolean | string

Method Details

getFirstNodeFromXpath() protected méthode

protected getFirstNodeFromXpath ( $content, $query ) : boolean | DOMNode
$content
$query
Résultat boolean | DOMNode

getFirstValueFromXpath() protected méthode

protected getFirstValueFromXpath ( $content, $query ) : string
$content
$query
Résultat string

getFistAttributeFromXpath() protected méthode

protected getFistAttributeFromXpath ( $content, $query, $attribute ) : boolean | string
$content
$query
$attribute
Résultat boolean | string