Class CssToken

(line 167)

Description


Located in File: /src/QueryPath/CssParser.php

Tokens for CSS.

This class defines the recognized tokens for the parser, and also provides utility functions for error reporting.



Class Variables

Summary:

Class Constants

Summary:
at
dot
eq

at = 21 (line 189)

bslash = 18 (line 186)

carat = 19 (line 187)

char = 0 (line 168)

colon = 7 (line 175)

comma = 14 (line 182)

dollar = 20 (line 188)

dot = 3 (line 171)

eq = 12 (line 180)

lparen = 9 (line 177)

lsquare = 6 (line 174)

octo = 4 (line 172)

pipe = 13 (line 181)

plus = 10 (line 178)

quote = 16 (line 184)

rangle = 2 (line 170)

rparen = 8 (line 176)

rsquare = 5 (line 173)

squote = 17 (line 185)

star = 1 (line 169)

stringLegal = 99 (line 192)

tilde = 11 (line 179)

white = 15 (line 183)

Method Detail

Summary:
static void name ( $const_int)

Static Method name (line 197)

void name( $const_int)

Get a name for a given constant. Used for error handling.

Parameters

  • $const_int:

Info

Inherited Variables

Inherited Class Variable Summary

Inherited Methods

Inherited Method Summary


Documentation generated on Sun, 25 Jul 2010 16:09:04 -0500 by phpDocumentor 1.4.3