Functions | |
xmlDocPtr | getDoc (const std::string fileName) |
xmlXPathObjectPtr | getNodeSet (xmlDocPtr doc, const std::string xpath, const std::string ns, const std::string nsHRef) |
void | getNodeStrings (const AtomSphericalDataPSP::XPathInfo &xPathInfo, std::vector< std::string > &nodeNames, std::vector< std::string > &nodeStrings) |
void | getNodeStrings (const AtomSphericalDataPSP::XPathInfo &xPathInfo, std::vector< std::string > &nodeNames, std::vector< std::string > &nodeStrings, std::vector< std::vector< std::pair< std::string, std::string > > > &attrStrings) |
void | getChildrenNodeStrings (const AtomSphericalDataPSP::XPathInfo &xPathInfo, std::vector< std::string > &nodeNames, std::vector< std::string > &nodeStrings, std::vector< std::vector< std::pair< std::string, std::string > > > &attrStrings) |
void dftefe::atoms::AtomSphericalDataPSPXMLLocal::getChildrenNodeStrings | ( | const AtomSphericalDataPSP::XPathInfo & | xPathInfo, |
std::vector< std::string > & | nodeNames, | ||
std::vector< std::string > & | nodeStrings, | ||
std::vector< std::vector< std::pair< std::string, std::string > > > & | attrStrings | ||
) |
xmlDocPtr dftefe::atoms::AtomSphericalDataPSPXMLLocal::getDoc | ( | const std::string | fileName | ) |
xmlXPathObjectPtr dftefe::atoms::AtomSphericalDataPSPXMLLocal::getNodeSet | ( | xmlDocPtr | doc, |
const std::string | xpath, | ||
const std::string | ns, | ||
const std::string | nsHRef | ||
) |
void dftefe::atoms::AtomSphericalDataPSPXMLLocal::getNodeStrings | ( | const AtomSphericalDataPSP::XPathInfo & | xPathInfo, |
std::vector< std::string > & | nodeNames, | ||
std::vector< std::string > & | nodeStrings | ||
) |
void dftefe::atoms::AtomSphericalDataPSPXMLLocal::getNodeStrings | ( | const AtomSphericalDataPSP::XPathInfo & | xPathInfo, |
std::vector< std::string > & | nodeNames, | ||
std::vector< std::string > & | nodeStrings, | ||
std::vector< std::vector< std::pair< std::string, std::string > > > & | attrStrings | ||
) |