bes
Updated for version 3.20.6
|
30 #ifndef __NCML_MODULE__SIMPLE_LOCATION_PARSER_H__
31 #define __NCML_MODULE__SIMPLE_LOCATION_PARSER_H__
33 #include "SaxParser.h"
34 #include "XMLHelpers.h"
48 std::string _location;
62 virtual void onStartDocument()
65 virtual void onEndDocument()
SaxParser implementation that just grabs the netcdf@location attribute and returns it.
virtual void onParseError(std::string msg)
virtual void onEndElement(const std::string &)
virtual void onParseWarning(std::string msg)
std::string parseAndGetLocation(const std::string &filename)
NcML Parser for adding/modifying/removing metadata (attributes) to existing local datasets using NcML...
virtual void onCharacters(const std::string &)
Interface class for the wrapper between libxml C SAX parser and our NCMLParser.
virtual void onStartElement(const std::string &name, const XMLAttributeMap &attrs)