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

Public Member Functions

 __construct ($config)
 
 validate ($string, $config, $context)
 
- Public Member Functions inherited from HTMLPurifier_AttrDef
 make ($string)
 
 parseCDATA ($string)
 
 validate ($string, $config, $context)
 

Protected Attributes

 $info
 

Additional Inherited Members

- Public Attributes inherited from HTMLPurifier_AttrDef
 $minimized = false
 
 $required = false
 
- Protected Member Functions inherited from HTMLPurifier_AttrDef
 expandCSSEscape ($string)
 
 mungeRgb ($string)
 

Detailed Description

Validates shorthand CSS property list-style.

Warning
Does not support url tokens that have internal spaces.

Definition at line 7 of file ListStyle.php.

Constructor & Destructor Documentation

HTMLPurifier_AttrDef_CSS_ListStyle::__construct (   $config)

Definition at line 16 of file ListStyle.php.

References $config.

Member Function Documentation

HTMLPurifier_AttrDef_CSS_ListStyle::validate (   $string,
  $config,
  $context 
)

Definition at line 23 of file ListStyle.php.

References $config, $i, $ret, $status, and HTMLPurifier_AttrDef\parseCDATA().

Here is the call graph for this function:

Member Data Documentation

HTMLPurifier_AttrDef_CSS_ListStyle::$info
protected

Local copy of component validators.

Note
See HTMLPurifier_AttrDef_CSS_Font::$info for a similar impl.

Definition at line 14 of file ListStyle.php.


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