XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe HTMLPurifier_Lexer_PH5P
+ Graphe d'héritage de HTMLPurifier_Lexer_PH5P:
+ Graphe de collaboration de HTMLPurifier_Lexer_PH5P:

Fonctions membres publiques

 tokenizeHTML ($html, $config, $context)
 
- Fonctions membres publiques hérités de HTMLPurifier_Lexer_DOMLex
 __construct ()
 
 muteErrorHandler ($errno, $errstr)
 
 callbackUndoCommentSubst ($matches)
 
 callbackArmorCommentEntities ($matches)
 
- Fonctions membres publiques hérités de HTMLPurifier_Lexer
 parseText ($string, $config)
 
 parseAttr ($string, $config)
 
 parseData ($string, $is_attr, $config)
 
 normalize ($html, $config, $context)
 
 extractBody ($html)
 

Membres hérités additionnels

- Fonctions membres publiques statiques hérités de HTMLPurifier_Lexer
static create ($config)
 
- Champs de données hérités de HTMLPurifier_Lexer
 $tracksLineNumbers = false
 
- Fonctions membres protégées hérités de HTMLPurifier_Lexer_DOMLex
 tokenizeDOM ($node, &$tokens, $config)
 
 getTagName ($node)
 
 getData ($node)
 
 createStartNode ($node, &$tokens, $collect, $config)
 
 createEndNode ($node, &$tokens)
 
 transformAttrToAssoc ($node_map)
 
 wrapHTML ($html, $config, $context, $use_div=true)
 
- Fonctions membres protégées statiques hérités de HTMLPurifier_Lexer
static escapeCDATA ($string)
 
static escapeCommentedCDATA ($string)
 
static removeIEConditional ($string)
 
static CDATACallback ($matches)
 
- Attributs protégés hérités de HTMLPurifier_Lexer
 $_special_entity2str
 

Description détaillée

Experimental HTML5-based parser using Jeroen van der Meer's PH5P library. Occupies space in the HTML5 pseudo-namespace, which may cause conflicts.

Note
Recent changes to PHP's DOM extension have resulted in some fatal error conditions with the original version of PH5P. Pending changes, this lexer will punt to DirectLex if DOM throws an exception.

Documentation des fonctions membres

◆ tokenizeHTML()

tokenizeHTML (   $html,
  $config,
  $context 
)
Paramètres
string$html
HTMLPurifier_Config$config
HTMLPurifier_Context$context
Renvoie
HTMLPurifier_Token[]

Réimplémentée à partir de HTMLPurifier_Lexer_DOMLex.

+ Voici le graphe d'appel pour cette fonction :

La documentation de cette classe a été générée à partir du fichier suivant :