Warning, /webapps/ocs-apiserver/library/HTMLPurifier/ConfigSchema/schema/Core.LexerImpl.txt is written in an unsupported language. File is not indexed.

0001 Core.LexerImpl
0002 TYPE: mixed/null
0003 VERSION: 2.0.0
0004 DEFAULT: NULL
0005 --DESCRIPTION--
0006 
0007 <p>
0008   This parameter determines what lexer implementation can be used. The
0009   valid values are:
0010 </p>
0011 <dl>
0012   <dt><em>null</em></dt>
0013   <dd>
0014     Recommended, the lexer implementation will be auto-detected based on
0015     your PHP-version and configuration.
0016   </dd>
0017   <dt><em>string</em> lexer identifier</dt>
0018   <dd>
0019     This is a slim way of manually overridding the implementation.
0020     Currently recognized values are: DOMLex (the default PHP5
0021 implementation)
0022     and DirectLex (the default PHP4 implementation). Only use this if
0023     you know what you are doing: usually, the auto-detection will
0024     manage things for cases you aren't even aware of.
0025   </dd>
0026   <dt><em>object</em> lexer instance</dt>
0027   <dd>
0028     Super-advanced: you can specify your own, custom, implementation that
0029     implements the interface defined by <code>HTMLPurifier_Lexer</code>.
0030     I may remove this option simply because I don't expect anyone
0031     to use it.
0032   </dd>
0033 </dl>
0034 --# vim: et sw=4 sts=4