Class HTMLPurifier_HTMLModule_Scripting

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.

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

HTMLPurifier_HTMLModule
   |
   --HTMLPurifier_HTMLModule_Scripting
Variable Summary
mixed $elements
mixed $name
mixed $safe
Method Summary
void setup ( $config)
Variables
mixed $content_sets = array('Block' => 'script | noscript', 'Inline' => 'script | noscript') (line 12158)
  • access: public

Redefinition of:
HTMLPurifier_HTMLModule::$content_sets
Associative array of content set names to content set additions.
mixed $elements = array('script', 'noscript') (line 12157)
  • access: public

Redefinition of:
HTMLPurifier_HTMLModule::$elements
Informally, a list of elements this module changes. Not used in any significant way.
mixed $name = 'Scripting' (line 12156)
  • access: public

Redefinition of:
HTMLPurifier_HTMLModule::$name
Short unique string identifier of the module
mixed $safe = false (line 12159)
  • access: public

Redefinition of:
HTMLPurifier_HTMLModule::$safe
Boolean flag whether or not this module is safe. If it is not safe, all

Inherited Variables

Inherited from HTMLPurifier_HTMLModule

HTMLPurifier_HTMLModule::$attr_collections
HTMLPurifier_HTMLModule::$defines_child_def
HTMLPurifier_HTMLModule::$info
HTMLPurifier_HTMLModule::$info_attr_transform_post
HTMLPurifier_HTMLModule::$info_attr_transform_pre
HTMLPurifier_HTMLModule::$info_injector
HTMLPurifier_HTMLModule::$info_tag_transform
Methods
setup (line 12161)
  • access: public
void setup ( $config)
  • $config

Redefinition of:
HTMLPurifier_HTMLModule::setup()
Lazy load construction of the module after determining whether or not it's needed, and also when a finalized configuration object is available.

Inherited Methods

Inherited From HTMLPurifier_HTMLModule

HTMLPurifier_HTMLModule::addBlankElement()
HTMLPurifier_HTMLModule::addElement()
HTMLPurifier_HTMLModule::addElementToContentSet()
HTMLPurifier_HTMLModule::getChildDef()
HTMLPurifier_HTMLModule::makeLookup()
HTMLPurifier_HTMLModule::mergeInAttrIncludes()
HTMLPurifier_HTMLModule::parseContents()
HTMLPurifier_HTMLModule::setup()

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