MI - Fimex
Classes | Namespaces | Typedefs | Functions
XMLDoc.h File Reference
#include <boost/utility.hpp>
#include <boost/shared_ptr.hpp>
#include <string>
#include "fimex/CDMException.h"

Go to the source code of this file.

Classes

class  MetNoFimex::XMLDoc
 

Namespaces

 MetNoFimex
 

Typedefs

typedef struct _xmlDoc xmlDoc
 
typedef struct _xmlNode xmlNode
 
typedef struct _xmlXPathContext xmlXPathContext
 
typedef xmlNodexmlNodePtr
 
typedef struct _xmlXPathObject xmlXPathObject
 
typedef boost::shared_ptr< xmlXPathObjectMetNoFimex::XPathObjPtr
 

Functions

std::string MetNoFimex::getXmlProp (const xmlNodePtr node, const std::string &attrName)
 
std::string MetNoFimex::getXmlName (const xmlNodePtr node)
 
std::string MetNoFimex::getXmlContent (const xmlNodePtr node)
 get all text-contents of the node or underlying nodes More...
 

Typedef Documentation

typedef struct _xmlDoc xmlDoc
typedef struct _xmlNode xmlNode
typedef xmlNode* xmlNodePtr
typedef struct _xmlXPathContext xmlXPathContext
typedef struct _xmlXPathObject xmlXPathObject