30#ifndef __NCML_MODULE__SIMPLE_LOCATION_PARSER_H__
31#define __NCML_MODULE__SIMPLE_LOCATION_PARSER_H__
34#include "XMLHelpers.h"
46class SimpleLocationParser:
public SaxParser {
48 std::string _location;
51 SimpleLocationParser();
52 virtual ~SimpleLocationParser();
62 virtual void onStartDocument()
65 virtual void onEndDocument()
std::string parseAndGetLocation(const std::string &filename)
virtual void onParseWarning(std::string msg)
virtual void onEndElement(const std::string &)
virtual void onCharacters(const std::string &)
virtual void onParseError(std::string msg)
virtual void onStartElement(const std::string &name, const XMLAttributeMap &attrs)
NcML Parser for adding/modifying/removing metadata (attributes) to existing local datasets using NcML...