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

Public Member Functions

 validate ($string, $config, $context)
 
- Public Member Functions inherited from HTMLPurifier_AttrDef_HTML_Length
 validate ($string, $config, $context)
 
- Public Member Functions inherited from HTMLPurifier_AttrDef_HTML_Pixels
 __construct ($max=null)
 
 make ($string)
 
 validate ($string, $config, $context)
 
- Public Member Functions inherited from HTMLPurifier_AttrDef
 make ($string)
 
 parseCDATA ($string)
 
 validate ($string, $config, $context)
 

Additional Inherited Members

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

Detailed Description

Validates a MultiLength as defined by the HTML spec.

A multilength is either a integer (pixel count), a percentage, or a relative number.

Definition at line 9 of file MultiLength.php.

Member Function Documentation

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

Definition at line 12 of file MultiLength.php.

References $config.


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