|
osgEarth 2.1.1
|
#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) |
1.7.3