PHP 클래스 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.
상속: extends HTMLPurifier_Token
파일 보기 프로젝트 열기: yiisoft/yii 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$data
$is_whitespace
$name

공개 메소드들

메소드 설명
__construct ( string $data, integer $line = null, integer $col = null ) Constructor, accepts data and determines if it is whitespace.
toNode ( )

메소드 상세

__construct() 공개 메소드

Constructor, accepts data and determines if it is whitespace.
public __construct ( string $data, integer $line = null, integer $col = null )
$data string String parsed character data.
$line integer
$col integer

toNode() 공개 메소드

public toNode ( )

프로퍼티 상세

$data 공개적으로 프로퍼티

public $data

$is_whitespace 공개적으로 프로퍼티

public $is_whitespace

$name 공개적으로 프로퍼티

public $name