HTMLPurifier_AttrDef_CSS_URI Klassenreferenz

Klassendiagramm für HTMLPurifier_AttrDef_CSS_URI:

Inheritance graph
[Legende]
Zusammengehörigkeiten von HTMLPurifier_AttrDef_CSS_URI:

Collaboration graph
[Legende]

Öffentliche Methoden

 __construct ()
 validate ($uri_string, $config, $context)

Ausführliche Beschreibung

Validates a URI in CSS syntax, which uses url('http://example.com')
Zu beachten:
While theoretically speaking a URI in a CSS document could be non-embedded, as of CSS2 there is no such usage so we're generalizing it. This may need to be changed in the future.
Warnung:
Since HTMLPurifier_AttrDef_CSS blindly uses semicolons as the separator, you cannot put a literal semicolon in in the URI. Try percent encoding it, in that case.

Definiert in Zeile 12 der Datei URI.php.


Beschreibung der Konstruktoren und Destruktoren

__construct (  ) 

Definiert in Zeile 15 der Datei URI.php.


Dokumentation der Elementfunktionen

validate ( string,
config,
context 
)

Validates and cleans passed string according to a definition.

Parameter:
$string String to be validated and cleaned.
$config Mandatory HTMLPurifier_Config object.
$context Mandatory HTMLPurifier_AttrContext object.

Erneute Implementation von HTMLPurifier_AttrDef_URI.

Definiert in Zeile 19 der Datei URI.php.

Hier ist ein Graph der zeigt, was diese Funktion aufruft:


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei:
Copyright © 2003 - 2009 MyOOS [Shopsystem]. All rights reserved.
MyOOS [Shopsystem] is Free Software released under the GNU/GPL License.

Webmaster: info@r23.de (Impressum)
doxygen