Class HTMLPurifier_Token

Description

Abstract base token class that all others inherit from.

Located in /lib/core/Parsers/htmlpurifier/HTMLPurifier.standalone.php (line 6622)


	
			
Direct descendents
Class Description
HTMLPurifier_Token_Comment Concrete comment token class. Generally will be ignored.
HTMLPurifier_Token_Tag Abstract class of a tag token (start, end or empty), and its behavior.
HTMLPurifier_Token_Text Concrete text token class.
Variable Summary
mixed $armor
mixed $carryover
mixed $col
mixed $line
mixed $rewind
mixed $skip
Method Summary
void position ([ $l = null], [ $c = null])
void rawPosition ( $l,  $c)
void __get ( $n)
Variables
mixed $armor = array() (line 6631)

Lookup array of processing that this token is exempt from.

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

  • access: public
mixed $carryover (line 6638)
  • access: public
mixed $col (line 6624)

< Line number node was on in source document. Null if unknown.

  • access: public
mixed $line (line 6623)
  • access: public
mixed $rewind (line 6637)
  • access: public
mixed $skip (line 6636)

Used during MakeWellFormed.

  • access: public
Methods
position (line 6657)

Sets the position of the token in the source document.

  • access: public
void position ([ $l = null], [ $c = null])
  • $l
  • $c
rawPosition (line 6665)

Convenience function for DirectLex settings line/col position.

  • access: public
void rawPosition ( $l,  $c)
  • $l
  • $c
__get (line 6640)
  • access: public
void __get ( $n)
  • $n

Documentation generated on Sun, 06 Mar 2011 00:24:13 -0500 by phpDocumentor 1.4.3