XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
HTMLPurifier_HTMLModule_CommonAttributes Class Reference
Inheritance diagram for HTMLPurifier_HTMLModule_CommonAttributes:
Inheritance graph

Public Attributes

 $attr_collections
 
 $name = 'CommonAttributes'
 
- Public Attributes inherited from HTMLPurifier_HTMLModule
 $attr_collections = array()
 
 $content_sets = array()
 
 $defines_child_def = false
 
 $elements = array()
 
 $info = array()
 
 $info_attr_transform_post = array()
 
 $info_attr_transform_pre = array()
 
 $info_injector = array()
 
 $info_tag_transform = array()
 
 $name
 
 $safe = true
 

Additional Inherited Members

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

Detailed Description

Definition at line 3 of file CommonAttributes.php.

Member Data Documentation

HTMLPurifier_HTMLModule_CommonAttributes::$attr_collections
Initial value:
= array(
'Core' => array(
0 => array('Style'),
'class' => 'Class',
'id' => 'ID',
'title' => 'CDATA',
),
'Lang' => array(),
'I18N' => array(
0 => array('Lang'),
),
'Common' => array(
0 => array('Core', 'I18N')
)
)

Definition at line 7 of file CommonAttributes.php.

HTMLPurifier_HTMLModule_CommonAttributes::$name = 'CommonAttributes'

Definition at line 5 of file CommonAttributes.php.


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