Home | Trees | Indices | Help |
|
---|
|
object --+ | Tokenizer
|
|||
ttypes constants for Tokenizer and Parser to use values are just identifiers! |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
WS =
|
|||
_typelist =
|
|||
_delimmap =
|
|||
_attmap =
|
|||
_atkeywordmap =
|
|
|||
Inherited from |
|
|
http://www.w3.org/TR/2004/CR-CSS21-20040225/syndata.html#q6 Third, backslash escapes allow authors to refer to characters they can't easily put in a document. In this case, the backslash is followed by at most six hexadecimal digits (0..9A..F), which stand for the ISO 10646 ([ISO10646]) character with that number, which must not be zero. If a character in the range [0-9a-fA-F] follows the hexadecimal number, the end of the number needs to be made clear. There are two ways to do that:
("&B"). In this case, user agents should treat a "CR/LF" pair (U+000D/U+000A) as a single whitespace character.
("&B") In fact, these two methods may be combined. Only one whitespace character is ignored after a hexadecimal escape. Note that this means that a "real" space after the escape sequence must itself either be escaped or doubled. |
|
|
_typelist
|
_delimmap
|
_attmap
|
_atkeywordmap
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Sat Aug 04 12:58:33 2007 | http://epydoc.sourceforge.net |