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

Public Member Functions

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

Protected Attributes

 $non_negative = false
 

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 a number as defined by the CSS spec.

Definition at line 6 of file Number.php.

Constructor & Destructor Documentation

HTMLPurifier_AttrDef_CSS_Number::__construct (   $non_negative = false)
Parameters
$non_negativeBool indicating whether negatives are forbidden

Definition at line 17 of file Number.php.

References $non_negative.

Member Function Documentation

HTMLPurifier_AttrDef_CSS_Number::validate (   $number,
  $config,
  $context 
)
Warning
Some contexts do not pass $config, $context. These variables should not be used without checking HTMLPurifier_Length

Definition at line 25 of file Number.php.

References HTMLPurifier_AttrDef\parseCDATA().

Here is the call graph for this function:

Member Data Documentation

HTMLPurifier_AttrDef_CSS_Number::$non_negative = false
protected

Bool indicating whether or not only positive values allowed.

Definition at line 12 of file Number.php.

Referenced by __construct().


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