Class HTMLPurifier_Doctype

Description

Represents a document type, contains information on which modules need to be loaded.

Located in /lib/core/Parsers/htmlpurifier/HTMLPurifier.standalone.php (line 2489)


	
			
Variable Summary
mixed $aliases
mixed $dtdPublic
mixed $dtdSystem
mixed $modules
mixed $name
mixed $tidyModules
mixed $xml
Method Summary
HTMLPurifier_Doctype __construct ([ $name = null], [ $xml = true], [ $modules = array()], [ $tidyModules = array()], [ $aliases = array()], [ $dtd_public = null], [ $dtd_system = null])
Variables
mixed $aliases = array() (line 2515)

List of aliases for this doctype

  • access: public
mixed $dtdPublic (line 2520)

Public DTD identifier

  • access: public
mixed $dtdSystem (line 2525)

System DTD identifier

  • access: public
mixed $modules = array() (line 2500)

List of standard modules (string identifiers or literal objects)

that this doctype uses

  • access: public
mixed $name (line 2494)

Full name of doctype

  • access: public
mixed $tidyModules = array() (line 2505)

List of modules to use for tidying up code

  • access: public
mixed $xml = true (line 2510)

Is the language derived from XML (i.e. XHTML)?

  • access: public
Methods
Constructor __construct (line 2527)
  • access: public
HTMLPurifier_Doctype __construct ([ $name = null], [ $xml = true], [ $modules = array()], [ $tidyModules = array()], [ $aliases = array()], [ $dtd_public = null], [ $dtd_system = null])
  • $name
  • $xml
  • $modules
  • $tidyModules
  • $aliases
  • $dtd_public
  • $dtd_system

Documentation generated on Sun, 06 Mar 2011 00:24:05 -0500 by phpDocumentor 1.4.3