Android.Net.UrlQuerySanitizer: Method Members

The methods of Android.Net.UrlQuerySanitizer are listed below. For a list of all members, see the UrlQuerySanitizer Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

GetEffectiveValueSanitizer(string) : UrlQuerySanitizer.IValueSanitizer
Get the effective value sanitizer for a parameter.
GetValue(string) : string
Get the value for a parameter in the current sanitized query.
GetValueSanitizer(string) : UrlQuerySanitizer.IValueSanitizer
Get the value sanitizer for a parameter.
HasParameter(string) : bool
Check if a parameter exists in the current sanitized query.
ParseQuery(string)
Parse a query.
ParseUrl(string)
Parse the query parameters out of an encoded URL.
RegisterParameter(string, UrlQuerySanitizer.IValueSanitizer)
Register a value sanitizer for a particular parameter.
RegisterParameters(string[], UrlQuerySanitizer.IValueSanitizer)
Register a value sanitizer for an array of parameters.
Unescape(string) : string
Unescape an escaped string.

Protected Methods

AddSanitizedEntry(string, string)
Record a sanitized parameter-value pair.
Clear()
Clear the existing entries.
DecodeHexDigit(char) : int
Convert a character that represents a hexidecimal digit into an integer.
IsHexDigit(char) : bool
Test if a character is a hexidecimal digit.
ParseEntry(string, string)
Parse an escaped parameter-value pair.