Overview | Namespace | Class | Index | Help |
const rtl::OUString & | rDescriptor ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
Construct a descriptor from a string representation.
rDescriptor | The string representation of a descriptor. |
const UnoUrlDescriptor & | rOther ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
const UnoUrlDescriptor & | rOther ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
Return the string representation of the descriptor.
A reference to the string representation used to construct this descriptor, without any modifications. The reference is valid for the lifetime of this URL object.
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
Return the name component of the descriptor.
A reference to the (case insensitive) name, in lower case form. The reference is valid for the lifetime of this URL object.
const rtl::OUString & | rKey ) const; |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | NO | NO |
Test whether the parameters contain a key.
A (case insensitive) key. |
True if the parameters contain a matching key/value pair.
const rtl::OUString & | rKey ) const; |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | NO | NO |
Return the parameter value for a key.
A (case insensitive) key. |
The (case sensitive) value associated with the given key, or an empty string if there is no matching key/value pair.
Copyright © 2003 Sun Microsystems, Inc.