XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
HTMLPurifier_Injector_RemoveEmpty Class Reference
Inheritance diagram for HTMLPurifier_Injector_RemoveEmpty:
Inheritance graph

Public Member Functions

 handleElement (&$token)
 
 prepare ($config, $context)
 
- Public Member Functions inherited from HTMLPurifier_Injector
 allowsElement ($name)
 
 checkNeeded ($config)
 
 getRewind ()
 
 handleElement (&$token)
 
 handleEnd (&$token)
 
 handleText (&$token)
 
 notifyEnd ($token)
 
 prepare ($config, $context)
 
 rewind ($index)
 

Public Attributes

 $attrValidator
 
 $config
 
 $removeNbsp
 
 $removeNbspExceptions
 
- Public Attributes inherited from HTMLPurifier_Injector
 $name
 
 $needed = array()
 

Private Attributes

 $context
 

Additional Inherited Members

- Protected Member Functions inherited from HTMLPurifier_Injector
 backward (&$i, &$current)
 
 current (&$i, &$current)
 
 forward (&$i, &$current)
 
 forwardUntilEndToken (&$i, &$current, &$nesting)
 
- Protected Attributes inherited from HTMLPurifier_Injector
 $currentNesting
 
 $htmlDefinition
 
 $inputIndex
 
 $inputTokens
 
 $rewind = false
 

Detailed Description

Definition at line 3 of file RemoveEmpty.php.

Member Function Documentation

HTMLPurifier_Injector_RemoveEmpty::handleElement ( $token)

Definition at line 17 of file RemoveEmpty.php.

References $i, $next, $token, and HTMLPurifier_Injector\rewind().

Here is the call graph for this function:

HTMLPurifier_Injector_RemoveEmpty::prepare (   $config,
  $context 
)

Definition at line 8 of file RemoveEmpty.php.

References $config, and $context.

Member Data Documentation

HTMLPurifier_Injector_RemoveEmpty::$attrValidator

Definition at line 6 of file RemoveEmpty.php.

HTMLPurifier_Injector_RemoveEmpty::$config

Definition at line 6 of file RemoveEmpty.php.

Referenced by prepare().

HTMLPurifier_Injector_RemoveEmpty::$context
private

Definition at line 6 of file RemoveEmpty.php.

Referenced by prepare().

HTMLPurifier_Injector_RemoveEmpty::$removeNbsp

Definition at line 6 of file RemoveEmpty.php.

HTMLPurifier_Injector_RemoveEmpty::$removeNbspExceptions

Definition at line 6 of file RemoveEmpty.php.


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