#include <map>
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include "wsdlpull_export.h"
Include dependency graph for XmlPullParser.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | XmlPullParser |
Defines | |
#define | FEATURE_PROCESS_NAMESPACES "http://xmlpull.org/v1/doc/features.html#process-namespaces" |
#define | FEATURE_REPORT_NAMESPACE_ATTRIBUTES "http://xmlpull.org/v1/doc/features.html#report-namespace-prefixes" |
#define | FEATURE_PROCESS_DOCDECL "http://xmlpull.org/v1/doc/features.html#process-docdecl" |
#define | FEATURE_VALIDATION "http://xmlpull.org/v1/doc/features.html#validation" |
#define | NO_NAMESPACE "" |
Variables | |
const int | RESIZE_BUFFER = 16 |
|
|
|
|
|
|
|
|
|
|
|
A simple, pull based XML parser. |