Cheetah
Static Public Member Functions | List of all members
HTMLPurifier_Arborize Class Reference

Static Public Member Functions

static arborize ($tokens, $config, $context)
 
static flatten ($node, $config, $context)
 

Detailed Description

Converts a stream of HTMLPurifier_Token into an HTMLPurifier_Node, and back again.

Note
This transformation is not an equivalence. We mutate the input token stream to make it so; see all [MUT] markers in code.

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

Member Function Documentation

◆ arborize()

static HTMLPurifier_Arborize::arborize (   $tokens,
  $config,
  $context 
)
static

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

◆ flatten()

static HTMLPurifier_Arborize::flatten (   $node,
  $config,
  $context 
)
static

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


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