PHP 클래스 FastFeed\Tests\Parser\AbstractParserTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: fastfeed/fastfeed

보호된 메소드들

메소드 설명
getFirstNodeFromXpath ( $content, $query ) : boolean | DOMNode
getFirstValueFromXpath ( $content, $query ) : string
getFistAttributeFromXpath ( $content, $query, $attribute ) : boolean | string

메소드 상세

getFirstNodeFromXpath() 보호된 메소드

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

getFirstValueFromXpath() 보호된 메소드

protected getFirstValueFromXpath ( $content, $query ) : string
$content
$query
리턴 string

getFistAttributeFromXpath() 보호된 메소드

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