Cheetah
Public Member Functions | Public Attributes | List of all members
HTMLPurifier_HTMLModule_Scripting Class Reference
Inheritance diagram for HTMLPurifier_HTMLModule_Scripting:
HTMLPurifier_HTMLModule

Public Member Functions

 setup ($config)
 
- Public Member Functions inherited from HTMLPurifier_HTMLModule
 getChildDef ($def)
 
 addElement ($element, $type, $contents, $attr_includes=array(), $attr=array())
 
 addBlankElement ($element)
 
 addElementToContentSet ($element, $type)
 
 parseContents ($contents)
 
 mergeInAttrIncludes (&$attr, $attr_includes)
 
 makeLookup ($list)
 

Public Attributes

 $name = 'Scripting'
 
 $elements = array('script', 'noscript')
 
 $content_sets = array('Block' => 'script | noscript', 'Inline' => 'script | noscript')
 
 $safe = false
 
- Public Attributes inherited from HTMLPurifier_HTMLModule
 $name
 
 $elements = array()
 
 $info = array()
 
 $content_sets = array()
 
 $attr_collections = array()
 
 $info_tag_transform = array()
 
 $info_attr_transform_pre = array()
 
 $info_attr_transform_post = array()
 
 $info_injector = array()
 
 $defines_child_def = false
 
 $safe = true
 

Detailed Description

XHTML 1.1 Scripting module, defines elements that are used to contain information pertaining to executable scripts or the lack of support for executable scripts.

Note
This module does not contain inline scripting elements

Definition at line 17114 of file HTMLPurifier.standalone.php.

Member Function Documentation

◆ setup()

HTMLPurifier_HTMLModule_Scripting::setup (   $config)
Parameters
HTMLPurifier_Config$config

Reimplemented from HTMLPurifier_HTMLModule.

Definition at line 17139 of file HTMLPurifier.standalone.php.

Member Data Documentation

◆ $content_sets

HTMLPurifier_HTMLModule_Scripting::$content_sets = array('Block' => 'script | noscript', 'Inline' => 'script | noscript')

@type array

Definition at line 17129 of file HTMLPurifier.standalone.php.

◆ $elements

HTMLPurifier_HTMLModule_Scripting::$elements = array('script', 'noscript')

@type array

Definition at line 17124 of file HTMLPurifier.standalone.php.

◆ $name

HTMLPurifier_HTMLModule_Scripting::$name = 'Scripting'

@type string

Definition at line 17119 of file HTMLPurifier.standalone.php.

◆ $safe

HTMLPurifier_HTMLModule_Scripting::$safe = false

@type bool

Definition at line 17134 of file HTMLPurifier.standalone.php.


The documentation for this class was generated from the following file: