css-sanitizer
Classes to parse and sanitize CSS
|
Read data for the CSS parser. More...
Public Member Functions | |
readCharacter () | |
Read a character from the data source. | |
putBackCharacter ( $char) | |
Push a character back onto the stream. | |
Public Attributes | |
const | EOF = '' |
Read data for the CSS parser.
Wikimedia\CSS\Parser\DataSource::putBackCharacter | ( | $char | ) |
Push a character back onto the stream.
string | $char | One UTF-8 character |
Implemented in Wikimedia\CSS\Parser\StringDataSource.
Wikimedia\CSS\Parser\DataSource::readCharacter | ( | ) |
Read a character from the data source.
Implemented in Wikimedia\CSS\Parser\StringDataSource.