Class HTMLPurifier_Doctype
Represents a document type, contains information on which modules need to be loaded.
Note:
This class is inspected by Printer_HTMLDefinition->renderDoctype. If
structure changes, please update that function.
Located at x2engine/framework/vendors/htmlpurifier/HTMLPurifier.standalone.php
Located at x2engine/framework/vendors/htmlpurifier/HTMLPurifier.standalone.php
public
|
#
__construct( mixed $name = null, mixed $xml = true, mixed $modules = array(), mixed $tidyModules = array(), mixed $aliases = array(), mixed $dtd_public = null, mixed $dtd_system = null )
|
public
mixed
|
$name | |
#
Full name of doctype |
public
array
|
$modules | array() |
#
List of standard modules (string identifiers or literal objects) that this doctype uses |
public
array
|
$tidyModules | array() |
#
List of modules to use for tidying up code |
public
boolean
|
$xml | true |
#
Is the language derived from XML (i.e. XHTML)? |
public
array
|
$aliases | array() |
#
List of aliases for this doctype |
public
mixed
|
$dtdPublic | |
#
Public DTD identifier |
public
mixed
|
$dtdSystem | |
#
System DTD identifier |