API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Public Member Functions | |
tokenizeHTML ($html, $config, $context) | |
Public Member Functions inherited from HTMLPurifier_Lexer_DOMLex | |
__construct () | |
tokenizeHTML ($html, $config, $context) | |
muteErrorHandler ($errno, $errstr) | |
callbackUndoCommentSubst ($matches) | |
callbackArmorCommentEntities ($matches) | |
Public Member Functions inherited from HTMLPurifier_Lexer | |
__construct () | |
parseText ($string, $config) | |
parseAttr ($string, $config) | |
parseData ($string, $is_attr, $config) | |
tokenizeHTML ($string, $config, $context) | |
normalize ($html, $config, $context) | |
extractBody ($html) | |
Additional Inherited Members | |
Static Public Member Functions inherited from HTMLPurifier_Lexer | |
static | create ($config) |
Data Fields inherited from HTMLPurifier_Lexer | |
$tracksLineNumbers = false | |
Protected Member Functions inherited from 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) | |
Static Protected Member Functions inherited from HTMLPurifier_Lexer | |
static | escapeCDATA ($string) |
static | escapeCommentedCDATA ($string) |
static | removeIEConditional ($string) |
static | CDATACallback ($matches) |
Protected Attributes inherited from HTMLPurifier_Lexer | |
$_special_entity2str | |
Experimental HTML5-based parser using Jeroen van der Meer's PH5P library. Occupies space in the HTML5 pseudo-namespace, which may cause conflicts.
tokenizeHTML | ( | $html, | |
$config, | |||
$context | |||
) |
string | $html | |
HTMLPurifier_Config | $config | |
HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_Lexer_DOMLex.