MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / XmlException

Class XmlException

native/thirdpart/tinyxml2/tixml2ex.h:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 using namespace std::literals::string_literals;
42
43 class XmlException : public std::logic_error
44 {
45 public:
46 XmlException (const std::string & description) : logic_error (description) {}
47 };
48
49
50 class AttributeNameValue

Callers 10

ElementPropertiesMethod · 0.85
element_path_from_xpathFunction · 0.85
ElementIteratorMethod · 0.85
beginFunction · 0.85
load_documentFunction · 0.85
first_child_elementFunction · 0.85
attribute_valueFunction · 0.85
textFunction · 0.85
append_elementFunction · 0.85
insert_next_elementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected