#include <iostream>
#include <fstream>
#include <string>
#include "xmlpull/XmlPullParser.h"
#include "xmlpull/XmlPullParserException.h"
#include "schemaparser/SchemaParser.h"
#include "schemaparser/SchemaValidator.h"
#include "schemaparser/TypeContainer.h"
#include "schemaparser/SchemaParserException.h"
Go to the source code of this file.
Functions | |
void | usage (void) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 49 of file schema.cpp.
References XmlUtils::acceptSecretKey(), XmlPullParserException::col, Schema::SchemaParserException::col, XmlPullParserException::description, Schema::SchemaParserException::description, XmlPullParser::END_DOCUMENT, FEATURE_PROCESS_NAMESPACES, XmlUtils::fetchUri(), XmlPullParser::getAttributeValue(), Schema::SchemaParser::getElement(), Schema::SchemaParser::getElements(), XmlPullParser::getEventType(), XmlPullParser::getName(), Schema::Element::getName(), XmlPullParser::getNamespace(), Schema::SchemaParser::getNamespace(), XmlUtils::getProxy(), XmlUtils::getProxyHost(), Schema::Element::getType(), Schema::SchemaParser::getTypeId(), Schema::SchemaValidator::instance(), XmlPullParserException::line, Schema::SchemaParserException::line, XmlPullParser::nextTag(), Schema::SchemaParser::parseSchemaTag(), Schema::TypeContainer::print(), XmlPullParser::require(), Schema::SchemaInstaceUri, XmlPullParser::setFeature(), XmlUtils::setProxy(), XmlUtils::setProxyHost(), XmlUtils::setProxyPass(), XmlUtils::setProxyUser(), Schema::SchemaParser::setWarningLevel(), XmlPullParser::START_DOCUMENT, usage(), and Schema::SchemaValidator::validate().
void usage | ( | void | ) |