Home
last modified time | relevance | path

Searched refs:ThrowInternalXMLError (Results 1 – 3 of 3) sorted by relevance

/dports/biology/lamarc/lamarc-2.1.8/src/xml/
H A Dparsetreewalker.cpp40 …m_parser.ThrowInternalXMLError(xmlstr::XML_ERR_MISSING_TAG_0+nodeName+xmlstr::XML_ERR_MISSING_TAG_… in getSingleDescendantElement()
47 m_parser.ThrowInternalXMLError( in getSingleDescendantElement()
H A Dxml.h45 void ThrowInternalXMLError(const string& reason);
H A Dxml.cpp94 XmlErrorSupport::ThrowInternalXMLError(const string& reason) in ThrowInternalXMLError() function in XmlErrorSupport