HTMLPurifier_ChildDef_Chameleon Class Reference

Definition that uses different definitions depending on context. More...

List of all members.

Public Member Functions

 __construct ($inline, $block)
 
Parameters:
$inline List of elements to allow when inline.

 validateChildren ($tokens_of_children, $config, $context)
 __construct ($inline, $block)
 
Parameters:
$inline List of elements to allow when inline.

 validateChildren ($tokens_of_children, $config, $context)

Public Attributes

 $inline
 Instance of the definition object to use when inline.
 $block
 Instance of the definition object to use when block.
 $type = 'chameleon'


Detailed Description

Definition that uses different definitions depending on context.

The del and ins tags are notable because they allow different types of elements depending on whether or not they're in a block or inline context. Chameleon allows this behavior to happen by using two different definitions depending on context. While this somewhat generalized, it is specifically intended for those two tags.

Definition at line 12 of file Chameleon.php.


Constructor & Destructor Documentation

HTMLPurifier_ChildDef_Chameleon::__construct ( inline,
block 
)

Parameters:
$inline List of elements to allow when inline.

Parameters:
$block List of elements to allow when block.

Definition at line 31 of file Chameleon.php.

References $block, and $inline.

HTMLPurifier_ChildDef_Chameleon::__construct ( inline,
block 
)

Parameters:
$inline List of elements to allow when inline.

Parameters:
$block List of elements to allow when block.

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


Member Function Documentation

HTMLPurifier_ChildDef_Chameleon::validateChildren ( tokens_of_children,
config,
context 
)

Definition at line 37 of file Chameleon.php.

HTMLPurifier_ChildDef_Chameleon::validateChildren ( tokens_of_children,
config,
context 
)

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


Member Data Documentation

HTMLPurifier_ChildDef_Chameleon::$inline

Instance of the definition object to use when inline.

Usually stricter.

Definition at line 18 of file Chameleon.php.

Referenced by __construct().

HTMLPurifier_ChildDef_Chameleon::$block

Instance of the definition object to use when block.

Definition at line 23 of file Chameleon.php.

Referenced by __construct().

HTMLPurifier_ChildDef_Chameleon::$type = 'chameleon'

Definition at line 25 of file Chameleon.php.


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