Definition at line 557 of file votpp.hh.
Public Member Functions | |
string | action () |
bool | action_isNull () |
enum Link_content_role | content_role () |
bool | content_role_isNull () |
string | content_type () |
bool | content_type_isNull () |
string | gref () |
bool | gref_isNull () |
string | href () |
bool | href_isNull () |
string | ID () |
bool | ID_isNull () |
Link () | |
Element * | makeCopy () |
void | print (bool verbose) |
void | reset () |
bool | setAttribute (string name, string value) |
bool | setChild (Element *child) |
string | title () |
bool | title_isNull () |
string | value () |
bool | value_isNull () |
virtual | ~Link () |
Static Public Member Functions | |
static string | sta_className () |
static string | sta_nodeName () |
static enum Nodetype | sta_nodeType () |
Private Attributes | |
string | _action |
bool | _action_isnull |
enum Link_content_role | _content_role |
bool | _content_role_isnull |
string | _content_type |
bool | _content_type_isnull |
string | _gref |
bool | _gref_isnull |
string | _href |
bool | _href_isnull |
string | _ID |
bool | _ID_isnull |
string | _title |
bool | _title_isnull |
string | _value |
bool | _value_isnull |
bool | constructor |
VOTPP (VOTable C++ Parser) ver. 0.3.2-alpha1
|