Cheetah
|
Public Member Functions | |
__construct ( $name=null, $xml=true, $modules=array(), $tidyModules=array(), $aliases=array(), $dtd_public=null, $dtd_system=null) | |
Public Attributes | |
$name | |
$modules = array() | |
$tidyModules = array() | |
$xml = true | |
$aliases = array() | |
$dtdPublic | |
$dtdSystem | |
Represents a document type, contains information on which modules need to be loaded.
Definition at line 3400 of file HTMLPurifier.standalone.php.
HTMLPurifier_Doctype::__construct | ( | $name = null , |
|
$xml = true , |
|||
$modules = array() , |
|||
$tidyModules = array() , |
|||
$aliases = array() , |
|||
$dtd_public = null , |
|||
$dtd_system = null |
|||
) |
Definition at line 3445 of file HTMLPurifier.standalone.php.
HTMLPurifier_Doctype::$aliases = array() |
List of aliases for this doctype @type array
Definition at line 3431 of file HTMLPurifier.standalone.php.
HTMLPurifier_Doctype::$dtdPublic |
Public DTD identifier @type string
Definition at line 3437 of file HTMLPurifier.standalone.php.
HTMLPurifier_Doctype::$dtdSystem |
System DTD identifier @type string
Definition at line 3443 of file HTMLPurifier.standalone.php.
HTMLPurifier_Doctype::$modules = array() |
List of standard modules (string identifiers or literal objects) that this doctype uses @type array
Definition at line 3413 of file HTMLPurifier.standalone.php.
HTMLPurifier_Doctype::$name |
Full name of doctype @type string
Definition at line 3406 of file HTMLPurifier.standalone.php.
HTMLPurifier_Doctype::$tidyModules = array() |
List of modules to use for tidying up code @type array
Definition at line 3419 of file HTMLPurifier.standalone.php.
HTMLPurifier_Doctype::$xml = true |
Is the language derived from XML (i.e. XHTML)? @type bool
Definition at line 3425 of file HTMLPurifier.standalone.php.