Concrete text token class.
__construct($data, $is_whitespace, $line=null, $col=null)
Constructor, accepts data and determines if it is whitespace.
toTokenPair()
Returns a pair of start and end tokens, where the end token is null if it is not necessary.
$name
PCDATA tag name compatible with DTD, see HTMLPurifier_ChildDef_Custom for details.
Concrete text token class.