|
| tokenizeHTML ($html, $config, $context) |
|
| __construct () |
|
| tokenizeHTML ($html, $config, $context) |
|
| muteErrorHandler ($errno, $errstr) |
|
| callbackUndoCommentSubst ($matches) |
|
| callbackArmorCommentEntities ($matches) |
|
| __construct () |
|
| parseText ($string, $config) |
|
| parseAttr ($string, $config) |
|
| parseData ($string, $is_attr, $config) |
|
| tokenizeHTML ($string, $config, $context) |
|
| normalize ($html, $config, $context) |
|
| extractBody ($html) |
|
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.