#include <InkXml.h>
Public Member Functions | |
| InkXmlAttr (const char *tag, const char *value) | |
| ~InkXmlAttr () | |
| char * | tag () const |
| char * | value () const |
| void | display (FILE *fd=stdout) |
| LINK (InkXmlAttr, link) | |
Definition at line 44 of file InkXml.h.
| InkXmlAttr::InkXmlAttr | ( | const char * | tag, | |
| const char * | value | |||
| ) |
Definition at line 37 of file InkXml.cc.
References ats_strdup, and InkXmlAttr().
Referenced by InkXmlAttr().
| InkXmlAttr::~InkXmlAttr | ( | ) |
Definition at line 43 of file InkXml.cc.
References ats_free().
| InkXmlAttr::LINK | ( | InkXmlAttr | , | |
| link | ||||
| ) |
| char* InkXmlAttr::tag | ( | ) | const [inline] |
Definition at line 50 of file InkXml.h.
Referenced by InkXmlObject::add_attr().
1.7.1