Represents an XHTML 1. and attributes.
Represents an XHTML 1.1 module, with information on elements, tags and attributes.
Located in /library/HTMLPurifier/HTMLModule.php (line 18)
| Class | Description |
|---|---|
| HTMLPurifier_HTMLModule_Bdo | XHTML 1. declare directionality of content. |
| HTMLPurifier_HTMLModule_CommonAttributes | Represents an XHTML 1. and attributes. |
| HTMLPurifier_HTMLModule_Edit | XHTML 1. Module. |
| HTMLPurifier_HTMLModule_Hypertext | XHTML 1. |
| HTMLPurifier_HTMLModule_Image | XHTML 1. |
| HTMLPurifier_HTMLModule_Legacy | XHTML 1. deprecated. |
| HTMLPurifier_HTMLModule_List | XHTML 1. |
| HTMLPurifier_HTMLModule_NonXMLCommonAttributes | Represents an XHTML 1. and attributes. |
| HTMLPurifier_HTMLModule_Object | XHTML 1. |
| HTMLPurifier_HTMLModule_Presentation | XHTML 1. markup. |
| HTMLPurifier_HTMLModule_Proprietary | Module defines proprietary tags and attributes in HTML. |
| HTMLPurifier_HTMLModule_Ruby | XHTML 1. short runs of text alongside base text for annotation or pronounciation. |
| HTMLPurifier_HTMLModule_SafeEmbed | A "safe" embed module. |
| HTMLPurifier_HTMLModule_SafeObject | A "safe" object module. 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. information pertaining to executable scripts or the lack of support for executable scripts. |
| HTMLPurifier_HTMLModule_StyleAttribute | XHTML 1. Module. |
| HTMLPurifier_HTMLModule_Tables | XHTML 1. |
| HTMLPurifier_HTMLModule_Target | XHTML 1. |
| HTMLPurifier_HTMLModule_Text | XHTML 1. |
| 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. and attributes. |
Associative array of attribute collection names to attribute collection additions. the global collections. the style attribute to the Core. attr_collections->info, since the object's data is only info, with extra behavior associated with it.
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.
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.
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. any significant way.
Informally, a list of elements this module changes. Not used in any significant way.
Associative array of element names to element definitions.
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 after validation.
List of HTMLPurifier_AttrTransform to be performed before validation.
List of HTMLPurifier_AttrTransform to be performed before validation.
List of HTMLPurifier_Injector to be performed during well-formedness fixing.
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
Associative array of deprecated tag name to HTMLPurifier_TagTransform
Short unique string identifier of the module
Short unique string identifier of the module
Boolean flag whether or not this module is safe.
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 creates a totally blank, non-standalone element.
Convenience function that sets up a new element
Convenience function that sets up a new element
Convenience function that registers an element to a content set
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. in HTMLPurifier_HTMLDefinition.
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 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 merges a list of attribute includes into an attribute array.
Convenience function that transforms single-string contents
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.
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 Thu, 19 Jun 2008 18:49:30 -0400 by phpDocumentor 1.4.2