#include <cstdio>
#include <string.h>
#include "ixml.h"
#include <libxml/parser.h>
#include "convert.h"
#include <stdarg.h>
Go to the source code of this file.
Data Structures | |
class | SAXElement |
class | FormattedVA |
class | Formatted |
class | XMLSAXImporter |
class | XMLStreamParser |
Defines | |
#define | INCLUDED_XML_XMLPARSER_H |
Functions | |
template<typename TextOutputStreamType > | |
TextOutputStreamType & | ostream_write (TextOutputStreamType &ostream, const FormattedVA &formatted) |
template<typename TextOutputStreamType > | |
TextOutputStreamType & | ostream_write (TextOutputStreamType &ostream, const Formatted &formatted) |
#define INCLUDED_XML_XMLPARSER_H |
Definition at line 23 of file xmlparser.h.
TextOutputStreamType& ostream_write | ( | TextOutputStreamType & | ostream, | |
const Formatted & | formatted | |||
) | [inline] |
Definition at line 95 of file xmlparser.h.
References Formatted::m_arguments, and Formatted::m_format.
TextOutputStreamType& ostream_write | ( | TextOutputStreamType & | ostream, | |
const FormattedVA & | formatted | |||
) | [inline] |
Definition at line 88 of file xmlparser.h.
References FormattedVA::m_arguments, and FormattedVA::m_format.