ReactOS 0.4.15-dev-7953-g1f49173
XMLStorage::XMLNode::AttributeMap Struct Reference

map of XML node attributes More...

#include <xmlstorage.h>

Inheritance diagram for XMLStorage::XMLNode::AttributeMap:
Collaboration diagram for XMLStorage::XMLNode::AttributeMap:

Public Member Functions

XS_String get (const char *x, LPCXSSTR def=XS_EMPTY_STR) const
 

Detailed Description

map of XML node attributes

Definition at line 894 of file xmlstorage.h.

Member Function Documentation

◆ get()

XS_String XMLStorage::XMLNode::AttributeMap::get ( const char x,
LPCXSSTR  def = XS_EMPTY_STR 
) const
inline

Definition at line 896 of file xmlstorage.h.

897 {
898 const_iterator found = find(x);
899
900 if (found != end())
901 return found->second;
902 else
903 return def;
904 }
static TAGID TAGID find
Definition: db.cpp:155
GLint GLint GLint GLint GLint x
Definition: gl.h:1548
GLuint GLuint end
Definition: gl.h:1545

Referenced by XMLStorage::XMLReaderBase::parse().


The documentation for this struct was generated from the following file: