Cheetah
Public Member Functions | Public Attributes | List of all members
HTMLPurifier_Token Class Reference
Inheritance diagram for HTMLPurifier_Token:
HTMLPurifier_Token_Comment HTMLPurifier_Token_Tag HTMLPurifier_Token_Text HTMLPurifier_Token_Empty HTMLPurifier_Token_End HTMLPurifier_Token_Start

Public Member Functions

 __get ($n)
 
 position ($l=null, $c=null)
 
 rawPosition ($l, $c)
 
 toNode ()
 

Public Attributes

 $line
 
 $col
 
 $armor = array()
 
 $skip
 
 $rewind
 
 $carryover
 

Detailed Description

Abstract base token class that all others inherit from.

Definition at line 8646 of file HTMLPurifier.standalone.php.

Member Function Documentation

◆ __get()

HTMLPurifier_Token::__get (   $n)
Parameters
string$n
Returns
null|string

Definition at line 8688 of file HTMLPurifier.standalone.php.

◆ position()

HTMLPurifier_Token::position (   $l = null,
  $c = null 
)

Sets the position of the token in the source document.

Parameters
int$l
int$c

Definition at line 8714 of file HTMLPurifier.standalone.php.

◆ rawPosition()

HTMLPurifier_Token::rawPosition (   $l,
  $c 
)

Convenience function for DirectLex settings line/col position.

Parameters
int$l
int$c

Definition at line 8725 of file HTMLPurifier.standalone.php.

◆ toNode()

HTMLPurifier_Token::toNode ( )
abstract

Converts a token into its corresponding node.

Reimplemented in HTMLPurifier_Token_Text, HTMLPurifier_Token_End, HTMLPurifier_Token_Empty, HTMLPurifier_Token_Tag, and HTMLPurifier_Token_Comment.

Member Data Documentation

◆ $armor

HTMLPurifier_Token::$armor = array()

Lookup array of processing that this token is exempt from. Currently, valid values are "ValidateAttributes" and "MakeWellFormed_TagClosedError" @type array

Definition at line 8666 of file HTMLPurifier.standalone.php.

◆ $carryover

HTMLPurifier_Token::$carryover

@type

Definition at line 8682 of file HTMLPurifier.standalone.php.

◆ $col

HTMLPurifier_Token::$col

Column of line node was on in source document. Null if unknown. @type int

Definition at line 8658 of file HTMLPurifier.standalone.php.

◆ $line

HTMLPurifier_Token::$line

Line number node was on in source document. Null if unknown. @type int

Definition at line 8652 of file HTMLPurifier.standalone.php.

◆ $rewind

HTMLPurifier_Token::$rewind

@type

Definition at line 8677 of file HTMLPurifier.standalone.php.

◆ $skip

HTMLPurifier_Token::$skip

Used during MakeWellFormed. See Note [Injector skips] @type

Definition at line 8672 of file HTMLPurifier.standalone.php.


The documentation for this class was generated from the following file: