ADTF  3.18.2
workspace/conan/dev_essential/1.3.3/dw/stable/package/37682420cd166e229516a41c8d6a139a0b13e1e1/include/a_util/xml/dom.h File Reference

Public API for DOM and DOMElement types and functions. More...

Go to the source code of this file.

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...
 

Namespaces

 a_util
 Serves as the root component, with common functionality documented in core functionality.
 
 a_util::xml
 Serves as component for handling XML.
 

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...
 

Detailed Description

Public API for DOM and DOMElement types and functions.

Definition in file workspace/conan/dev_essential/1.3.3/dw/stable/package/37682420cd166e229516a41c8d6a139a0b13e1e1/include/a_util/xml/dom.h.