PHP 클래스 Symfony\Component\CssSelector\Node\FunctionNode

This component is a port of the Python lxml library, which is copyright Infrae and distributed under the BSD license.
저자: Fabien Potencier ([email protected])
상속: implements Symfony\Component\CssSelector\Node\NodeInterface
파일 보기 프로젝트 열기: pmjones/php-framework-benchmarks 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$expr
$name
$selector
$type
$unsupported

공개 메소드들

메소드 설명
__construct ( $selector, $type, $name, $expr )
__toString ( )
toXpath ( )

보호된 메소드들

메소드 설명
_xpath_contains ( $xpath, $expr )
_xpath_not ( $xpath, $expr )
_xpath_nth_child ( $xpath, $expr, $last = false, $addNameTest = true )
_xpath_nth_last_child ( $xpath, $expr )
_xpath_nth_last_of_type ( $xpath, $expr )
_xpath_nth_of_type ( $xpath, $expr )
parseSeries ( $s ) Parses things like '1n+2', or 'an+b' generally, returning (a, b)

메소드 상세

__construct() 공개 메소드

public __construct ( $selector, $type, $name, $expr )

__toString() 공개 메소드

public __toString ( )

_xpath_contains() 보호된 메소드

protected _xpath_contains ( $xpath, $expr )

_xpath_not() 보호된 메소드

protected _xpath_not ( $xpath, $expr )

_xpath_nth_child() 보호된 메소드

protected _xpath_nth_child ( $xpath, $expr, $last = false, $addNameTest = true )

_xpath_nth_last_child() 보호된 메소드

protected _xpath_nth_last_child ( $xpath, $expr )

_xpath_nth_last_of_type() 보호된 메소드

protected _xpath_nth_last_of_type ( $xpath, $expr )

_xpath_nth_of_type() 보호된 메소드

protected _xpath_nth_of_type ( $xpath, $expr )

parseSeries() 보호된 메소드

Parses things like '1n+2', or 'an+b' generally, returning (a, b)
protected parseSeries ( $s )

toXpath() 공개 메소드

public toXpath ( )

프로퍼티 상세

$expr 보호되어 있는 프로퍼티

protected $expr

$name 보호되어 있는 프로퍼티

protected $name

$selector 보호되어 있는 프로퍼티

protected $selector

$type 보호되어 있는 프로퍼티

protected $type

$unsupported 보호되어 있는 정적으로 프로퍼티

protected static $unsupported