Class HTMLPurifier_HTMLModule_Scripting
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.
- HTMLPurifier_HTMLModule
- HTMLPurifier_HTMLModule_Scripting
Note:
This module does not contain inline scripting elements
Located at x2engine/framework/vendors/htmlpurifier/HTMLPurifier.standalone.php
Located at x2engine/framework/vendors/htmlpurifier/HTMLPurifier.standalone.php
public
|
addBlankElement(),
addElement(),
addElementToContentSet(),
getChildDef(),
makeLookup(),
mergeInAttrIncludes(),
parseContents()
|
public
string
|
$name | 'Scripting' |
|
public
array
|
$elements | array('script', 'noscript') |
|
public
array
|
$content_sets | array('Block' => 'script | noscript', 'Inline' => 'script | noscript') |
|
public
boolean
|
$safe | false |
$attr_collections,
$defines_child_def,
$info,
$info_attr_transform_post,
$info_attr_transform_pre,
$info_injector,
$info_tag_transform
|