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])
Datei anzeigen Open project: pmjones/php-framework-benchmarks Class Usage Examples

Public Methods

Method Description
tokenize ( $s )

Protected Methods

Method Description
tokenizeEscapedString ( $s, $pos )
tokenizeSymbol ( $s, $pos )
unescapeStringLiteral ( $literal )

Method Details

tokenize() public method

public tokenize ( $s )

tokenizeEscapedString() protected method

protected tokenizeEscapedString ( $s, $pos )

tokenizeSymbol() protected method

protected tokenizeSymbol ( $s, $pos )

unescapeStringLiteral() protected method

protected unescapeStringLiteral ( $literal )