| extends | HTMLPurifier_Printer | 
|---|
| Methods | ||||
|---|---|---|---|---|
| 
					
	public
					
					
				 | render(HTMLPurifier_Config $config): string | # | ||
| 
					
	protected
					
					
				 | renderDoctype(): string
		Renders the Doctype table
	 Renders the Doctype table | # | ||
| 
					
	protected
					
					
				 | renderEnvironment(): string
		Renders environment table, which is miscellaneous info
	 Renders environment table, which is miscellaneous info | # | ||
| 
					
	protected
					
					
				 | renderContentSets(): string
		Renders the Content Sets table
	 Renders the Content Sets table | # | ||
| 
					
	protected
					
					
				 | renderInfo(): string
		Renders the Elements ($info) table
	 Renders the Elements ($info) table | # | ||
| 
					
	protected
					
					
				 | renderChildren(HTMLPurifier_ChildDef $def): string
		Renders a row describing the allowed children of an element
	 Renders a row describing the allowed children of an element Parameters
 | # | ||
| 
					
	protected
					
					
				 | listifyTagLookup(array $array): string
		Listifies a tag lookup table.
	 Listifies a tag lookup table. Parameters
 | # | ||
| 
					
	protected
					
					
				 | listifyObjectList(array $array): string
		Listifies a list of objects by retrieving class names and internal state
	 Listifies a list of objects by retrieving class names and internal state Parameters
 | # | ||
| 
					
	protected
					
					
				 | listifyAttr(array $array): string
		Listifies a hash of attributes to AttrDef classes
	 Listifies a hash of attributes to AttrDef classes Parameters
 | # | ||
| 
					
	protected
					
					
				 | heavyHeader(string $text, int $num = 1): string
		Creates a heavy header row
	 Creates a heavy header row | # | ||
| Methods inherited from HTMLPurifier_Printer | 
|---|
| __construct(), prepareGenerator(), start(), end(), element(), elementEmpty(), text(), row(), escape(), listify(), getClass() | 
| Properties | |||
|---|---|---|---|
| 
	protected
					
					
				 |  | $def | # | 
| Properties inherited from HTMLPurifier_Printer | 
|---|
| $generator, $config |