![]() |
RobWorkProject
23.9.11-
|
Loader for the XML PropertySetup format. More...
#include <XMLProximitySetupLoader.hpp>
Classes | |
| class | Initializer |
| Utility class which initializes local static variables. More... | |
Static Public Member Functions | |
| static rw::proximity::ProximitySetup | load (const std::string &filename, const std::string &schemaFileName="") |
| Loads ProximitySetup from filename. More... | |
| static rw::proximity::ProximitySetup | load (std::istream &instream, const std::string &schemaFileName="") |
| Loads ProximitySetup from instream. More... | |
| static rw::proximity::ProximitySetup | readProximitySetup (xercesc::DOMElement *element) |
| Reads ProximitySetup from element. More... | |
Loader for the XML PropertySetup format.
The loader is based on Xerces
|
static |
Loads ProximitySetup from filename.
Throws rw::core::Exception on errors
| filename | [in] Name of input file |
| schemaFileName | [in] Optional name of schema file to be used for verification |
|
static |
Loads ProximitySetup from instream.
Throws rw::core::Exception on errors
| instream | [in] Stream containing XML ProximitySetup |
| schemaFileName | [in] Optional name of schema file to be used for verification |
|
static |
Reads ProximitySetup from element.
Throws rw::core::Exception on errors
| element | [in] Element containing ProximitySetup |