MCPcopy Create free account
hub / github.com/PDAL/PDAL / XMLSchema

Method XMLSchema

pdal/XMLSchema.cpp:171–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171XMLSchema::XMLSchema(std::string xml, std::string xsd,
172 Orientation orientation) : m_orientation(orientation)
173{
174 xmlDocPtr doc = init(xml, xsd);
175 if (doc)
176 {
177 load(doc);
178 xmlFreeDoc(doc);
179 }
180}
181
182
183XMLSchema::XMLSchema(const XMLDimList& dims, MetadataNode m,

Callers

nothing calls this directly

Calls 4

loadFunction · 0.85
XMLDimClass · 0.85
dimNameMethod · 0.80
dimTypesMethod · 0.45

Tested by

no test coverage detected