/ styx_sax.hh / Objects / StyxSaxAttr / Public Methods / Description

Public Methods



getName

string	getName(void);
Use it to get the attribute's name.

Result: The attribute's name..


getValue

string	getValue(void);
Use it to get the attribute's value.

Result: The attribute's value..


StyxSaxAttr

StyxSaxAttr(string name, string value)
Constructor.

Parameters
name The attribute's name.
value The attribute's value.