PHP Class Symfony\Component\CssSelector\Tokenizer

This component is a port of the Python lxml library, which is copyright Infrae and distributed under the BSD license.
Author: Fabien Potencier ([email protected])
Afficher le fichier Open project: pmjones/php-framework-benchmarks Class Usage Examples

Méthodes publiques

Méthode Description
tokenize ( $s )

Méthodes protégées

Méthode Description
tokenizeEscapedString ( $s, $pos )
tokenizeSymbol ( $s, $pos )
unescapeStringLiteral ( $literal )

Method Details

tokenize() public méthode

public tokenize ( $s )

tokenizeEscapedString() protected méthode

protected tokenizeEscapedString ( $s, $pos )

tokenizeSymbol() protected méthode

protected tokenizeSymbol ( $s, $pos )

unescapeStringLiteral() protected méthode

protected unescapeStringLiteral ( $literal )