Represents an XHTML 1.1 module, with information on elements, tags and attributes.
Located in /lib/core/Parsers/htmlpurifier/HTMLPurifier.standalone.php (line 4451)
| Class | Description |
|---|---|
| HTMLPurifier_HTMLModule_Bdo | XHTML 1.1 Bi-directional Text Module, defines elements that declare directionality of content. Text Extension Module. |
| HTMLPurifier_HTMLModule_CommonAttributes | Represents an XHTML 1.1 module, with information on elements, tags and attributes. |
| HTMLPurifier_HTMLModule_Edit | XHTML 1.1 Edit Module, defines editing-related elements. Text Extension Module. |
| HTMLPurifier_HTMLModule_Forms | XHTML 1.1 Forms module, defines all form-related elements found in HTML 4. |
| HTMLPurifier_HTMLModule_Hypertext | XHTML 1.1 Hypertext Module, defines hypertext links. Core Module. |
| HTMLPurifier_HTMLModule_Image | XHTML 1.1 Image Module provides basic image embedding. |
| HTMLPurifier_HTMLModule_Legacy | XHTML 1.1 Legacy module defines elements that were previously deprecated. |
| HTMLPurifier_HTMLModule_List | XHTML 1.1 List Module, defines list-oriented elements. Core Module. |
| HTMLPurifier_HTMLModule_Name | Represents an XHTML 1.1 module, with information on elements, tags and attributes. |
| HTMLPurifier_HTMLModule_NonXMLCommonAttributes | Represents an XHTML 1.1 module, with information on elements, tags and attributes. |
| HTMLPurifier_HTMLModule_Object | XHTML 1.1 Object Module, defines elements for generic object inclusion |
| HTMLPurifier_HTMLModule_Presentation | XHTML 1.1 Presentation Module, defines simple presentation-related markup. Text Extension Module. |
| HTMLPurifier_HTMLModule_Proprietary | Module defines proprietary tags and attributes in HTML. |
| HTMLPurifier_HTMLModule_Ruby | XHTML 1.1 Ruby Annotation Module, defines elements that indicate short runs of text alongside base text for annotation or pronounciation. |
| HTMLPurifier_HTMLModule_SafeEmbed | A "safe" embed module. See SafeObject. This is a proprietary element. |
| HTMLPurifier_HTMLModule_SafeObject | A "safe" object module. In theory, objects permitted by this module will be safe, and untrusted users can be allowed to embed arbitrary flash objects (maybe other types too, but only Flash is supported as of right now). |
| 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_StyleAttribute | XHTML 1.1 Edit Module, defines editing-related elements. Text Extension Module. |
| HTMLPurifier_HTMLModule_Tables | XHTML 1.1 Tables Module, fully defines accessible table elements. |
| HTMLPurifier_HTMLModule_Target | XHTML 1.1 Target Module, defines target attribute in link elements. |
| HTMLPurifier_HTMLModule_Text | XHTML 1.1 Text Module, defines basic text containers. Core Module. |
| HTMLPurifier_HTMLModule_Tidy | Abstract class for a set of proprietary modules that clean up (tidy) poorly written HTML. |
| HTMLPurifier_HTMLModule_XMLCommonAttributes | Represents an XHTML 1.1 module, with information on elements, tags and attributes. |
Associative array of attribute collection names to attribute
collection additions. More rarely used for adding attributes to the global collections. Example is the StyleAttribute module adding the style attribute to the Core. Corresponds to HTMLDefinition's attr_collections->info, since the object's data is only info, with extra behavior associated with it.
Associative array of content set names to content set additions.
This is commonly used to, say, add an A element to the Inline content set. This corresponds to an internal variable $content_sets and NOT info_content_sets member variable of HTMLDefinition.
Boolean flag that indicates whether or not getChildDef is implemented.
For optimization reasons: may save a call to a function. Be sure to set it if you do implement getChildDef(), otherwise it will have no effect!
Informally, a list of elements this module changes. Not used in any significant way.
Associative array of element names to element definitions.
Some definitions may be incomplete, to be merged in later with the full definition.
List of HTMLPurifier_AttrTransform to be performed after validation.
List of HTMLPurifier_AttrTransform to be performed before validation.
List of HTMLPurifier_Injector to be performed during well-formedness fixing.
An injector will only be invoked if all of it's pre-requisites are met; if an injector fails setup, there will be no error; it will simply be silently disabled.
Associative array of deprecated tag name to HTMLPurifier_TagTransform
Short unique string identifier of the module
Boolean flag whether or not this module is safe. If it is not safe, all
of its members are unsafe. Modules are safe by default (this might be slightly dangerous, but it doesn't make much sense to force HTML Purifier, which is based off of safe HTML, to explicitly say, "This is safe," even though there are modules which are "unsafe")
Convenience function that creates a totally blank, non-standalone element.
Convenience function that sets up a new element
Convenience function that registers an element to a content set
Retrieves a proper HTMLPurifier_ChildDef subclass based on content_model and content_model_type member variables of the HTMLPurifier_ElementDef class. There is a similar function in HTMLPurifier_HTMLDefinition.
Convenience function that generates a lookup table with boolean true as value.
Convenience function that merges a list of attribute includes into an attribute array.
Convenience function that transforms single-string contents
into separate content model and content model type
Lazy load construction of the module after determining whether or not it's needed, and also when a finalized configuration object is available.
Documentation generated on Sun, 06 Mar 2011 00:24:06 -0500 by phpDocumentor 1.4.3