ADTF
|
Serves as component for handling XML. More...
Classes | |
class | DOMException |
Exception class used by the DOM classes. More... | |
class | DOMElement |
Representation for an element in the DOM. More... | |
class | DOM |
XML parser to read and write standard XML files. More... | |
Typedefs | |
typedef std::list< DOMElement > | DOMElementList |
Tyoe alias for DOMElement lists. | |
typedef std::map< std::string, std::string > | DOMAttributes |
Type alias for DOM attributes. | |
Functions | |
bool | operator!= (const DOMElement &lhs, const DOMElement &rhs) |
Incomparison operator. More... | |
bool | operator== (const DOM &lhs, const DOM &rhs) |
Comparison operator. More... | |
bool | operator!= (const DOM &lhs, const DOM &rhs) |
Incomparison operator. More... | |
Serves as component for handling XML.
Incomparison operator.
lhs | [in] Left instance |
rhs | [in] Right instance |
false
if the two instances are equal (deep comparison), true
otherwise bool a_util::xml::operator!= | ( | const DOMElement & | lhs, |
const DOMElement & | rhs | ||
) |
Incomparison operator.
lhs | [in] Left instance |
rhs | [in] Right instance |
true
if the two instances are not equal (deep comparison), false
otherwise