| 225 | |
| 226 | |
| 227 | DimTypeList XMLSchema::dimTypes() const |
| 228 | { |
| 229 | DimTypeList dimTypes; |
| 230 | |
| 231 | for (auto di = m_dims.begin(); di != m_dims.end(); ++di) |
| 232 | dimTypes.push_back(di->m_dimType); |
| 233 | return dimTypes; |
| 234 | } |
| 235 | |
| 236 | |
| 237 | xmlDocPtr XMLSchema::init(const std::string& xml, const std::string& xsd) |