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

Home

Readme
Installation
Build

API Docs
Samples
Programming
Migration
FAQs

Releases
Feedback
Bug-Todo

Download
CVS Repository
Mail Archive

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:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

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.