Main | License | Installation | FAQ | Screenshots | Contact | Links | Sf.net | Freshmeat.net | KDE-Apps.org
Requirements | Design | Modules | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

XML C++ Wrappers


Data Structures

class  StrX< To, From >
class  XMLDocument
class  XMLErrorHandler
class  XMLNodeReferenceList
class  XMLReference< T >

Functions

template<class To, class From>
std::ostream & operator<< (std::ostream &target, const StrX< To, From > &toDump)
template<class T, class U>
XMLReference< T > dynamic_pointer_cast (XMLReference< U > const &r)

Detailed Description

The XML C++ wrappers are offering a higher-level interface to the Xalan- and Xerces-XML API.

Function Documentation

template<class T, class U>
XMLReference<T> dynamic_pointer_cast ( XMLReference< U > const &  r  )  [inline]

Definition at line 81 of file xmlReference.hpp.

References XMLReference< T >::get(), and XMLReference< T >::getDocument().

00082 {
00083   return XMLReference<T>( (T *)r.get(), r.getDocument() );
00084 }

template<class To, class From>
std::ostream& operator<< ( std::ostream &  target,
const StrX< To, From > &  toDump 
) [inline]

Definition at line 63 of file strX.hpp.

00064 {
00065   target << toDump.getBuffer();
00066   return target;
00067 }



anymeal 0.30 - recipe management software - Make the most of your food! - © Jan Wedekind Sun Sep 14 16:01:28 2008 - GNU Free Documentation License