|
ADTF
|
Serves as component for handling XML. More...
Classes | |
| class | DOM |
| XML parser to read and write standard XML files. More... | |
| class | DOMElement |
| Representation for an element in the DOM. More... | |
| class | DOMException |
| Exception class used by the DOM classes. 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) |
| bool | operator== (const DOM &lhs, const DOM &rhs) |
| bool | operator!= (const DOM &lhs, const DOM &rhs) |
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