29#ifndef __NCML_MODULE__VARIABLE_AGG_ELEMENT_H__
30#define __NCML_MODULE__VARIABLE_AGG_ELEMENT_H__
32#include "NCMLElement.h"
35class AggregationElement;
46 static const std::string _sTypeName;
47 static const std::vector<std::string> _sValidAttributes;
57 virtual std::string
toString()
const;
59 const std::string& name()
const
70 static std::vector<std::string> getValidAttributes();
Base class for NcML element concrete classes.
Element for the <variableAgg> element child of an <aggregation>.
virtual void handleBegin()
AggregationElement & getParentAggregation() const
virtual void setAttributes(const XMLAttributeMap &attrs)
virtual VariableAggElement * clone() const
virtual std::string toString() const
virtual const std::string & getTypeName() const
NcML Parser for adding/modifying/removing metadata (attributes) to existing local datasets using NcML...