|
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
DOMString.hpp File Reference
Include dependency graph for DOMString.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Function Documentation
|
Concatenate a DOMString to a single Unicode character.
-
Parameters:
-
-
Returns:
-
The concatenated object
|
|
Concatenate a single Unicode character to a DOMString.
-
Parameters:
-
-
Returns:
-
The concatenated object
|
|
Concatenate a DOMString to a null terminated Unicode string.
-
Parameters:
-
lhs
|
the null-terminated Unicode string |
rhs
|
the DOMString |
-
Returns:
-
The concatenated object
|
|
Concatenate a null terminated Unicode string to a DOMString.
-
Parameters:
-
-
Returns:
-
The concatenated object
|
|
Concatenate two DOMString's.
-
Parameters:
-
lhs
|
the first string |
rhs
|
the second string |
-
Returns:
-
The concatenated object
|
|