| ILIAS
    release_5-4 Revision v5.4.26-12-gabc799a52e6
    | 
Represents a document type, contains information on which modules need to be loaded. More...
 Collaboration diagram for HTMLPurifier_Doctype:
 Collaboration diagram for HTMLPurifier_Doctype:| Public Member Functions | |
| __construct ( $name=null, $xml=true, $modules=array(), $tidyModules=array(), $aliases=array(), $dtd_public=null, $dtd_system=null) | |
| Data Fields | |
| $name | |
| Full name of doctype @type string.  More... | |
| $modules = array() | |
| List of standard modules (string identifiers or literal objects) that this doctype uses @type array.  More... | |
| $tidyModules = array() | |
| List of modules to use for tidying up code @type array.  More... | |
| $xml = true | |
| Is the language derived from XML (i.e.  More... | |
| $aliases = array() | |
| List of aliases for this doctype @type array.  More... | |
| $dtdPublic | |
| Public DTD identifier @type string.  More... | |
| $dtdSystem | |
| System DTD identifier @type string.  More... | |
Represents a document type, contains information on which modules need to be loaded.
Definition at line 9 of file Doctype.php.
| HTMLPurifier_Doctype::__construct | ( | $name = null, | |
| $xml = true, | |||
| $modules = array(), | |||
| $tidyModules = array(), | |||
| $aliases = array(), | |||
| $dtd_public = null, | |||
| $dtd_system = null | |||
| ) | 
Definition at line 54 of file Doctype.php.
References $aliases, $modules, $name, $tidyModules, and $xml.
| HTMLPurifier_Doctype::$aliases = array() | 
List of aliases for this doctype @type array.
Definition at line 40 of file Doctype.php.
Referenced by __construct().
| HTMLPurifier_Doctype::$dtdPublic | 
Public DTD identifier @type string.
Definition at line 46 of file Doctype.php.
| HTMLPurifier_Doctype::$dtdSystem | 
System DTD identifier @type string.
Definition at line 52 of file Doctype.php.
| HTMLPurifier_Doctype::$modules = array() | 
List of standard modules (string identifiers or literal objects) that this doctype uses @type array.
Definition at line 22 of file Doctype.php.
Referenced by __construct().
| HTMLPurifier_Doctype::$name | 
Full name of doctype @type string.
Definition at line 15 of file Doctype.php.
Referenced by __construct().
| HTMLPurifier_Doctype::$tidyModules = array() | 
List of modules to use for tidying up code @type array.
Definition at line 28 of file Doctype.php.
Referenced by __construct().
| HTMLPurifier_Doctype::$xml = true | 
Is the language derived from XML (i.e.
XHTML)? @type bool
Definition at line 34 of file Doctype.php.
Referenced by __construct().