#include <url.h>
Inheritance diagram for libsvx::Url:

Public Methods | |
| Url (TiXmlElement &Element) | |
| Create an SVX url element based on an XML element. | |
| Url (const Url &a_url) | |
| Construct a clone of the class Url. | |
| ~Url () | |
| destructor, free all the sub-informations. | |
| bool | IsValid () const |
| TiXmlElement & | XmlElement () |
| a method to get the informations of the element into an XML element. | |
| bool | operator!= (const Url &the_object_to_compare) const |
| Url & | operator+= (const Url &the_object_to_add) |
Definition at line 55 of file url.h.
|
|
Implements libsvx::ElementPCData. |
1.2.15