A <LINK> consists of ID, content-role, content-type, title, value, href, gref and action.
Public Methods | |
Link () | |
~Link () | |
Link | operator= (const Link &f) |
Link (const Link &l) | |
int | getID (char *&ID, int *status) |
int | getPCData (char *&pcdata, int *status) |
int | getContentType (char *&contentType, int *status) |
int | getContentRole (content_role &contentRole, int *status) |
int | getTitle (char *&title, int *status) |
int | getValue (char *&value, int *status) |
int | getHRef (char *&href, int *status) |
int | getGRef (char *&gref, int *status) |
int | getAction (char *&action, int *status) |
|
Default constructor. |
|
Destructor. |
|
Copy constructor. |
|
Gets the 'action'. |
|
Gets the 'content-role'.'content-role' is defined in 'global.h'. |
|
Gets the 'content-type'. |
|
Gets the 'gref'. |
|
Gets the 'href'. |
|
Gets the 'ID'. |
|
Gets the 'PCData'. |
|
Gets the 'title'. |
|
Gets the 'value'. |
|
Assignment operator overloaded. |