Cheetah
Public Member Functions | Public Attributes | List of all members
HTMLPurifier_Injector_AutoParagraph Class Reference
Inheritance diagram for HTMLPurifier_Injector_AutoParagraph:
HTMLPurifier_Injector

Public Member Functions

 handleText (&$token)
 
 handleElement (&$token)
 
- Public Member Functions inherited from HTMLPurifier_Injector
 rewindOffset ($offset)
 
 getRewindOffset ()
 
 prepare ($config, $context)
 
 checkNeeded ($config)
 
 allowsElement ($name)
 
 handleEnd (&$token)
 
 notifyEnd ($token)
 

Public Attributes

 $name = 'AutoParagraph'
 
 $needed = array('p')
 
- Public Attributes inherited from HTMLPurifier_Injector
 $name
 
 $needed = array()
 

Additional Inherited Members

- Protected Member Functions inherited from HTMLPurifier_Injector
 forward (&$i, &$current)
 
 forwardUntilEndToken (&$i, &$current, &$nesting)
 
 backward (&$i, &$current)
 
- Protected Attributes inherited from HTMLPurifier_Injector
 $htmlDefinition
 
 $currentNesting
 
 $currentToken
 
 $inputZipper
 
 $rewindOffset = false
 

Detailed Description

Injector that auto paragraphs text in the root node based on double-spacing.

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

Member Function Documentation

◆ handleElement()

HTMLPurifier_Injector_AutoParagraph::handleElement ( $token)
Parameters
HTMLPurifier_Token$token

Reimplemented from HTMLPurifier_Injector.

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

◆ handleText()

HTMLPurifier_Injector_AutoParagraph::handleText ( $token)
Parameters
HTMLPurifier_Token_Text$token

Reimplemented from HTMLPurifier_Injector.

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

Member Data Documentation

◆ $name

HTMLPurifier_Injector_AutoParagraph::$name = 'AutoParagraph'

@type string

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

◆ $needed

HTMLPurifier_Injector_AutoParagraph::$needed = array('p')

@type array

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


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