#include <map>
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include "wsdlpull_export.h"
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 |
#define FEATURE_PROCESS_DOCDECL "http://xmlpull.org/v1/doc/features.html#process-docdecl" |
Definition at line 42 of file XmlPullParser.h.
#define FEATURE_PROCESS_NAMESPACES "http://xmlpull.org/v1/doc/features.html#process-namespaces" |
Definition at line 40 of file XmlPullParser.h.
Referenced by main(), and Schema::SchemaParser::SchemaParser().
#define FEATURE_REPORT_NAMESPACE_ATTRIBUTES "http://xmlpull.org/v1/doc/features.html#report-namespace-prefixes" |
Definition at line 41 of file XmlPullParser.h.
#define FEATURE_VALIDATION "http://xmlpull.org/v1/doc/features.html#validation" |
Definition at line 43 of file XmlPullParser.h.
#define NO_NAMESPACE "" |
Definition at line 44 of file XmlPullParser.h.
const int RESIZE_BUFFER = 16 |
A simple, pull based XML parser.
Definition at line 36 of file XmlPullParser.h.