30#ifndef __NCML_MODULE__SIMPLE_LOCATION_PARSER_H__
31#define __NCML_MODULE__SIMPLE_LOCATION_PARSER_H__
34#include "XMLHelpers.h"
48 std::string _location;
62 virtual void onStartDocument()
65 virtual void onEndDocument()
Interface class for the wrapper between libxml C SAX parser and our NCMLParser.
SaxParser implementation that just grabs the netcdf@location attribute and returns it.
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...