name = $name; $this->xml = $xml; $this->modules = $modules; $this->tidyModules = $tidyModules; $this->aliases = $aliases; } /** * Clones the doctype, use before resolving modes and the like */ function copy() { return new HTMLPurifier_Doctype( $this->name, $this->xml, $this->modules, $this->tidyModules, $this->aliases ); } } ?>