HTMLPurifier_Token Class Reference

Abstract base token class that all others inherit from. More...

Inheritance diagram for HTMLPurifier_Token:

HTMLPurifier_Token_Comment HTMLPurifier_Token_Comment HTMLPurifier_Token_Tag HTMLPurifier_Token_Tag HTMLPurifier_Token_Text HTMLPurifier_Token_Text HTMLPurifier_Token_Empty HTMLPurifier_Token_Empty HTMLPurifier_Token_End HTMLPurifier_Token_End HTMLPurifier_Token_Start HTMLPurifier_Token_Start HTMLPurifier_Token_Empty HTMLPurifier_Token_Empty HTMLPurifier_Token_End HTMLPurifier_Token_End HTMLPurifier_Token_Start HTMLPurifier_Token_Start

List of all members.

Public Member Functions

 __get ($n)
 __get ($n)

Public Attributes

 $line
 Line number node was on in source document.
 $armor = array()
 Lookup array of processing that this token is exempt from.


Detailed Description

Abstract base token class that all others inherit from.

Definition at line 6 of file Token.php.


Member Function Documentation

HTMLPurifier_Token::__get ( n  ) 

Definition at line 16 of file Token.php.

HTMLPurifier_Token::__get ( n  ) 

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


Member Data Documentation

HTMLPurifier_Token::$line

Line number node was on in source document.

Null if unknown.

Definition at line 7 of file Token.php.

Referenced by HTMLPurifier_Token_Text::__construct(), HTMLPurifier_Token_Tag::__construct(), and HTMLPurifier_Token_Comment::__construct().

HTMLPurifier_Token::$armor = array()

Lookup array of processing that this token is exempt from.

Currently, valid values are "ValidateAttributes" and "MakeWellFormed_TagClosedError"

Definition at line 14 of file Token.php.


The documentation for this class was generated from the following files:
Generated on Thu Jun 19 18:47:32 2008 for HTMLPurifier by  doxygen 1.5.3