|
nidas v1.2.3
|
Class providing convienence methods to access the string attributes of a DOMAttr. More...
#include <XDOM.h>
Public Member Functions | |
| XDOMAttr (const xercesc::DOMAttr *a) | |
| const std::string & | getName () const |
| const std::string & | getValue () const |
Protected Attributes | |
| const xercesc::DOMAttr * | _attr |
| std::string | _name |
| std::string | _value |
Private Member Functions | |
| XDOMAttr (const XDOMAttr &) | |
| No copying. | |
| XDOMAttr & | operator= (const XDOMAttr &) |
| No assignment. | |
Class providing convienence methods to access the string attributes of a DOMAttr.
|
inline |
|
protected |
|
protected |
Referenced by getName().
|
protected |
Referenced by getValue().