Definition at line 648 of file votpp.hh.
Public Member Functions | |
enum Stream_actuate | actuate () |
bool | actuate_isNull () |
enum EncodingType | encoding () |
bool | encoding_isNull () |
string | expires () |
bool | expires_isNull () |
string | href () |
bool | href_isNull () |
Element * | makeCopy () |
void | print (bool verbose) |
void | reset () |
string | rights () |
bool | rights_isNull () |
bool | setAttribute (string name, string value) |
bool | setChild (Element *child) |
Stream () | |
enum Stream_type | type () |
bool | type_isNull () |
virtual | ~Stream () |
Static Public Member Functions | |
static string | sta_className () |
static string | sta_nodeName () |
static enum Nodetype | sta_nodeType () |
Private Attributes | |
enum Stream_actuate | _actuate |
bool | _actuate_isnull |
enum EncodingType | _encoding |
bool | _encoding_isnull |
string | _expires |
bool | _expires_isnull |
string | _href |
bool | _href_isnull |
string | _rights |
bool | _rights_isnull |
enum Stream_type | _type |
bool | _type_isnull |
bool | constructor |
VOTPP (VOTable C++ Parser) ver. 0.3.2-alpha1
|