osgEarth 2.1.1
Classes | Namespaces | Defines | Typedefs | Functions

/home/cube/sources/osgearth/src/osgEarth/XmlUtils File Reference

#include <osgEarth/Common>
#include <osgEarth/Config>
#include <osgEarth/URI>
#include <osg/Referenced>
#include <osg/ref_ptr>
#include <string>
#include <vector>
#include <map>
#include <stack>
Include dependency graph for XmlUtils:

Go to the source code of this file.

Classes

class  osgEarth::XmlNode
class  osgEarth::XmlElement
class  osgEarth::XmlText
class  osgEarth::XmlDocument

Namespaces

namespace  osgEarth

Defines

#define OSGEARTH_XML_UTILS_H

Typedefs

typedef std::vector
< osg::ref_ptr< XmlNode > > 
osgEarth::XmlNodeList
typedef std::map< std::string,
std::string > 
osgEarth::XmlAttributes
typedef std::vector
< osg::ref_ptr< XmlElement > > 
osgEarth::XmlElementList
typedef std::stack
< osg::ref_ptr< XmlElement > > 
osgEarth::XmlElementStack
typedef std::stack< XmlElement * > osgEarth::XmlElementNoRefStack

Functions

static std::string osgEarth::trim (const std::string &in)

Define Documentation

#define OSGEARTH_XML_UTILS_H

Definition at line 21 of file XmlUtils.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines