http://xml.apache.org/http://www.apache.org/http://www.w3.org/

API Docs

API Docs for SAX and DOM
 
Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

DOMString.hpp File Reference

Include dependency graph for DOMString.hpp:

Go to the source code of this file.

Compounds

class  DOMString

Functions

DOMString  operator+ (const DOMString &lhs, const DOMString &rhs)
 Concatenate two DOMString's. More...

DOMString  operator+ (const DOMString &lhs, const XMLCh* rhs)
 Concatenate a null terminated Unicode string to a DOMString. More...

DOMString  operator+ (const XMLCh* lhs, const DOMString &rhs)
 Concatenate a DOMString to a null terminated Unicode string. More...

DOMString  operator+ (const DOMString &lhs, XMLCh rhs)
 Concatenate a single Unicode character to a DOMString. More...

DOMString  operator+ (XMLCh lhs, const DOMString &rhs)
 Concatenate a DOMString to a single Unicode character. More...


Function Documentation

DOMString operator+ ( XMLCh lhs,
const DOMString & rhs )

Concatenate a DOMString to a single Unicode character.

Parameters:
lhs   the character
rhs   the DOMString
Returns:
The concatenated object

DOMString operator+ ( const DOMString & lhs,
XMLCh rhs )

Concatenate a single Unicode character to a DOMString.

Parameters:
lhs   the DOMString
rhs   the character
Returns:
The concatenated object

DOMString operator+ ( const XMLCh * lhs,
const DOMString & rhs )

Concatenate a DOMString to a null terminated Unicode string.

Parameters:
lhs   the null-terminated Unicode string
rhs   the DOMString
Returns:
The concatenated object

DOMString operator+ ( const DOMString & lhs,
const XMLCh * rhs )

Concatenate a null terminated Unicode string to a DOMString.

Parameters:
lhs   the DOMString
rhs   the XMLCh * string
Returns:
The concatenated object

DOMString operator+ ( const DOMString & lhs,
const DOMString & rhs )

Concatenate two DOMString's.

Parameters:
lhs   the first string
rhs   the second string
Returns:
The concatenated object


Copyright © 2000 The Apache Software Foundation. All Rights Reserved.