PHP Class FastFeed\Tests\Parser\AbstractParserTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: fastfeed/fastfeed

Protected Methods

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

Method Details

getFirstNodeFromXpath() protected method

protected getFirstNodeFromXpath ( $content, $query ) : boolean | DOMNode
$content
$query
return boolean | DOMNode

getFirstValueFromXpath() protected method

protected getFirstValueFromXpath ( $content, $query ) : string
$content
$query
return string

getFistAttributeFromXpath() protected method

protected getFistAttributeFromXpath ( $content, $query, $attribute ) : boolean | string
$content
$query
$attribute
return boolean | string