PHP Class HTMLPurifier_Token_Text, yii
Text tokens comprise of regular parsed character data (PCDATA) and raw
character data (from the CDATA sections). Internally, their
data is parsed with all entities expanded. Surprisingly, the text token
does have a "tag name" called #PCDATA, which is how the DTD represents it
in permissible child nodes.
显示文件
Open project: yiisoft/yii
Class Usage Examples
Public Properties
Public Methods
Method Details
__construct()
public method
Constructor, accepts data and determines if it is whitespace.
Property Details
$is_whitespace public_oe property