8 This parameter determines what lexer implementation can be used. The
12 <dt><em>null</em></dt>
14 Recommended, the lexer implementation will be auto-detected based on
15 your PHP-version and configuration.
17 <dt><em>string</em> lexer identifier</dt>
19 This is a slim way of manually overridding the implementation.
20 Currently recognized values are: DOMLex (the default PHP5
22 and DirectLex (the default PHP4 implementation). Only use this if
23 you know what you are doing: usually, the auto-detection will
24 manage things for cases you aren't even aware of.
26 <dt><em>object</em> lexer instance</dt>
28 Super-advanced: you can specify your own, custom, implementation that
29 implements the interface defined by <code>HTMLPurifier_Lexer</code>.
30 I may remove this option simply because I don't expect anyone
34 --# vim: et sw=4 sts=4