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

Public Member Functions

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

Protected Attributes

 $max
 

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 an integer representation of pixels according to the HTML spec.

Definition at line 6 of file Pixels.php.

Constructor & Destructor Documentation

HTMLPurifier_AttrDef_HTML_Pixels::__construct (   $max = null)

Definition at line 11 of file Pixels.php.

References $max.

Member Function Documentation

HTMLPurifier_AttrDef_HTML_Pixels::make (   $string)

Definition at line 39 of file Pixels.php.

References $max.

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

Definition at line 15 of file Pixels.php.

References $max.

Member Data Documentation

HTMLPurifier_AttrDef_HTML_Pixels::$max
protected

Definition at line 9 of file Pixels.php.

Referenced by __construct(), make(), and validate().


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