PHP 클래스 Symfony\Component\CssSelector\XPathExpr

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

보호된 프로퍼티들

프로퍼티 타입 설명
$condition
$element
$path
$prefix
$starPrefix

공개 메소드들

메소드 설명
__construct ( $prefix = null, $path = null, $element = '*', $condition = null, $starPrefix = false )
__toString ( )
addCondition ( $condition )
addNameTest ( )
addPrefix ( $prefix )
addStarPrefix ( )
getCondition ( )
getElement ( )
getPath ( )
getPrefix ( )
hasStarPrefix ( )
join ( $combiner, $other )
xpathLiteral ( $s )

메소드 상세

__construct() 공개 메소드

public __construct ( $prefix = null, $path = null, $element = '*', $condition = null, $starPrefix = false )

__toString() 공개 메소드

public __toString ( )

addCondition() 공개 메소드

public addCondition ( $condition )

addNameTest() 공개 메소드

public addNameTest ( )

addPrefix() 공개 메소드

public addPrefix ( $prefix )

addStarPrefix() 공개 메소드

public addStarPrefix ( )

getCondition() 공개 메소드

public getCondition ( )

getElement() 공개 메소드

public getElement ( )

getPath() 공개 메소드

public getPath ( )

getPrefix() 공개 메소드

public getPrefix ( )

hasStarPrefix() 공개 메소드

public hasStarPrefix ( )

join() 공개 메소드

public join ( $combiner, $other )

xpathLiteral() 공개 정적인 메소드

public static xpathLiteral ( $s )

프로퍼티 상세

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

protected $condition

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

protected $element

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

protected $path

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

protected $prefix

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

protected $starPrefix