API documentation  2.0rc1
Public Member Functions | List of all members
client::HTMLHyperlinkElementUtils Class Reference

#include <clientlib.h>

Inherited by client::HTMLAnchorElement, and client::HTMLAreaElement.

Public Member Functions

Stringget_hash ()
 
void set_hash (const String &)
 
Stringget_host ()
 
void set_host (const String &)
 
Stringget_hostname ()
 
void set_hostname (const String &)
 
Stringget_href ()
 
void set_href (const String &)
 
Stringget_origin ()
 
void set_origin (const String &)
 
Stringget_pathname ()
 
void set_pathname (const String &)
 
Stringget_port ()
 
void set_port (const String &)
 
Stringget_protocol ()
 
void set_protocol (const String &)
 
Stringget_search ()
 
void set_search (const String &)
 
StringtoString ()
 

Member Function Documentation

◆ get_hash()

String* client::HTMLHyperlinkElementUtils::get_hash ( )

◆ get_host()

String* client::HTMLHyperlinkElementUtils::get_host ( )

◆ get_hostname()

String* client::HTMLHyperlinkElementUtils::get_hostname ( )

◆ get_href()

String* client::HTMLHyperlinkElementUtils::get_href ( )

◆ get_origin()

String* client::HTMLHyperlinkElementUtils::get_origin ( )

◆ get_pathname()

String* client::HTMLHyperlinkElementUtils::get_pathname ( )

◆ get_port()

String* client::HTMLHyperlinkElementUtils::get_port ( )

◆ get_protocol()

String* client::HTMLHyperlinkElementUtils::get_protocol ( )

◆ get_search()

String* client::HTMLHyperlinkElementUtils::get_search ( )

◆ set_hash()

void client::HTMLHyperlinkElementUtils::set_hash ( const String )

◆ set_host()

void client::HTMLHyperlinkElementUtils::set_host ( const String )

◆ set_hostname()

void client::HTMLHyperlinkElementUtils::set_hostname ( const String )

◆ set_href()

void client::HTMLHyperlinkElementUtils::set_href ( const String )

◆ set_origin()

void client::HTMLHyperlinkElementUtils::set_origin ( const String )

◆ set_pathname()

void client::HTMLHyperlinkElementUtils::set_pathname ( const String )

◆ set_port()

void client::HTMLHyperlinkElementUtils::set_port ( const String )

◆ set_protocol()

void client::HTMLHyperlinkElementUtils::set_protocol ( const String )

◆ set_search()

void client::HTMLHyperlinkElementUtils::set_search ( const String )

◆ toString()

String* client::HTMLHyperlinkElementUtils::toString ( )