PHP 클래스 HTMLPurifier_Token, yii

파일 보기 프로젝트 열기: yiisoft/yii

공개 프로퍼티들

프로퍼티 타입 설명
$armor Currently, valid values are "ValidateAttributes" and "MakeWellFormed_TagClosedError"
$carryover
$col Column of line node was on in source document. Null if unknown.
$line Line number node was on in source document. Null if unknown.
$rewind
$skip Used during MakeWellFormed.

공개 메소드들

메소드 설명
__get ( string $n ) : null | string
position ( integer $l = null, integer $c = null ) Sets the position of the token in the source document.
rawPosition ( integer $l, integer $c ) Convenience function for DirectLex settings line/col position.
toNode ( ) Converts a token into its corresponding node.

메소드 상세

__get() 공개 메소드

public __get ( string $n ) : null | string
$n string
리턴 null | string

position() 공개 메소드

Sets the position of the token in the source document.
public position ( integer $l = null, integer $c = null )
$l integer
$c integer

rawPosition() 공개 메소드

Convenience function for DirectLex settings line/col position.
public rawPosition ( integer $l, integer $c )
$l integer
$c integer

toNode() 추상적인 공개 메소드

Converts a token into its corresponding node.
abstract public toNode ( )

프로퍼티 상세

$armor 공개적으로 프로퍼티

Currently, valid values are "ValidateAttributes" and "MakeWellFormed_TagClosedError"
public $armor

$carryover 공개적으로 프로퍼티

public $carryover

$col 공개적으로 프로퍼티

Column of line node was on in source document. Null if unknown.
public $col

$line 공개적으로 프로퍼티

Line number node was on in source document. Null if unknown.
public $line

$rewind 공개적으로 프로퍼티

public $rewind

$skip 공개적으로 프로퍼티

Used during MakeWellFormed.
public $skip