#include <link.h>
Inheritance diagram for freedaisy::Link:
Public Member Functions | |
Link () | |
Create a Link class. | |
Link (xmlNodePtr src) | |
Create a Link class from an xmlNodePtr. | |
Link (XMLNode src) | |
Create a Link class from an XMLNode. | |
Href | getHref () |
Get the href part of the Link. | |
void | setHref (std::string newhref) |
Set the href part of the Link. |
Definition at line 11 of file link.h.
|
Get the href part of the Link. Example for a Link object which represents hi: link.getHref(); // Returns test.html
Definition at line 6 of file link.cpp. References freedaisy::XMLNode::getAttr(). Referenced by freedaisy::Discinfo::delLink(). |
|
Set the href part of the Link.
Definition at line 12 of file link.cpp. References freedaisy::XMLNode::setAttr(). |