ADTF  3.18.3
builds/digitalwerk/solutions/adtf_content/adtf_base/adtf_core/src/libraries/a_utils/include/a_utils/std/dom.h File Reference

Copyright © Audi Electronics Venture GmbH. More...

Go to the source code of this file.

Classes

struct  xml_string_compare_func
 compare function for stl containers, e.g. More...
 
class  cDOMElement
 representation for an element of the cDom More...
 
class  cDOM
 cDOM implements a XML parser which can be used to read in XML files and perform simple (!) queries. More...
 

Namespaces

 A_UTILS_NS
 ADTF A_UTIL Namespace - Within adtf this is used as adtf::util or adtf_util.
 

Typedefs

typedef cDOMElement * cDOMElementRef
 own data type for cDOMElement pointers
 
typedef std::list< cDOMElement > cDOMElementList
 own data type for cDOMElement lists
 
typedef std::list< cDOMElement * > cDOMElementRefList
 own data type for cDOMElement pointers lists
 
typedef cDOMElementList::iterator cDOMElementItor
 iterator type for cDOMElementList
 
typedef cDOMElementList::const_iterator cDOMElementItorConst
 constant iterator type for cDOMElementList
 
typedef cDOMElementRefList::iterator cDOMElementRefItor
 iterator type for cDOMElementRefList
 
typedef cDOMElementRefList::const_iterator cDOMElementRefItorConst
 constant iterator type for cDOMElementRefList
 
typedef std::map< cString, cString, xml_string_compare_func > cDOMAttributes
 own data type for cDOM Attributes
 

Detailed Description

Copyright © Audi Electronics Venture GmbH.

All rights reserved

Definition in file builds/digitalwerk/solutions/adtf_content/adtf_base/adtf_core/src/libraries/a_utils/include/a_utils/std/dom.h.