ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Represents a document type, contains information on which modules need to be loaded. More...
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 string. More... | |
$modules = array() | |
List of standard modules (string identifiers or literal objects) that this doctype uses array. More... | |
$tidyModules = array() | |
List of modules to use for tidying up code array. More... | |
$xml = true | |
Is the language derived from XML (i.e. More... | |
$aliases = array() | |
List of aliases for this doctype array. More... | |
$dtdPublic | |
Public DTD identifier string. More... | |
$dtdSystem | |
System DTD identifier 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 array.
Definition at line 40 of file Doctype.php.
Referenced by __construct().
HTMLPurifier_Doctype::$dtdPublic |
Public DTD identifier string.
Definition at line 46 of file Doctype.php.
HTMLPurifier_Doctype::$dtdSystem |
System DTD identifier 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 array.
Definition at line 22 of file Doctype.php.
Referenced by __construct().
HTMLPurifier_Doctype::$name |
Full name of doctype 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 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)? bool
Definition at line 34 of file Doctype.php.
Referenced by __construct().