PHP 클래스 PicoFeed\Scraper\RuleParser

저자: Frederic Guillot
상속: implements PicoFeed\Scraper\ParserInterface
파일 보기 프로젝트 열기: fguillot/picofeed

공개 메소드들

메소드 설명
__construct ( string $html, array $rules ) Constructor.
execute ( ) : string Get the relevant content with predefined rules.
findContent ( ) Fetch content based on Xpath rules.
findNextLink ( ) : string Fetch next link based on Xpath rules.
stripTags ( ) Remove HTML tags.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $html, array $rules )
$html string
$rules array

execute() 공개 메소드

Get the relevant content with predefined rules.
public execute ( ) : string
리턴 string

findContent() 공개 메소드

Fetch content based on Xpath rules.
public findContent ( )

stripTags() 공개 메소드

Remove HTML tags.
public stripTags ( )