|
|
Manage the filtering of a URI.
The KURIFilter class applies a number of filters to a URI, and returns the filtered URI. The filters are implemented by plugins that provide easy extensibility of the filtering mechanism.
|
Create a KURIFIlter. The filter will be initialized with all the plugins it can find.
KURIFilter * |
[static]
Return a static instance of KURIFilter.
bool |
Filter a URI.
Parameters:
uri | The URI to filter. |
Returns: A boolean indicating whether the URI has been changed or not.
bool |
Filter a string representing a URI.
Parameters:
uri | The URI to filter. |
Returns: A boolean indicating whether the URI has been changed or not.
KURL |
Return a filtered URI.
Parameters:
uri | The URI to filter. |
Returns: The filtered URI.
QString |
Return a filtered string representation of a URI.
Parameters:
uri | The URI to filter. |
Returns: The filtered URI.
QListIterator<KURIFilterPlugin> |
[const]
Return an iterator to iterate over plugins.
Returns: The iterator.
Generated by: dfaure@faure on Sun Mar 26 14:24:43 2000, using kdoc 2.0a35. |