PHP 트레잇 FluentDOM\Node\Xpath

파일 보기 프로젝트 열기: fluentdom/fluentdom

공개 메소드들

메소드 설명
__invoke ( string $expression ) : mixed Allow to call evaluate() by using the node as object
evaluate ( string $expression, DOMNode $context = NULL ) : mixed Evaluate an xpath expression in the context of this element.

메소드 상세

__invoke() 공개 메소드

Allow to call evaluate() by using the node as object
public __invoke ( string $expression ) : mixed
$expression string
리턴 mixed

evaluate() 공개 메소드

Evaluate an xpath expression in the context of this element.
public evaluate ( string $expression, DOMNode $context = NULL ) : mixed
$expression string
$context DOMNode
리턴 mixed