www.alphaworks.ibm.comwww.ibm.com/developerwww.ibm.com

Home

Readme
Download

Build







Migration

Releases

Feedback

Y2K Compliance


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
XercesDefs_hpp AutoSense_hpp

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

Included by dependency graph
DOM_hpp DOM_DOMException_hpp DOM_DOMImplementation_hpp DOM_Node_hpp DOM_Range_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.