class gxl_node

Node used in Graph

Inheritance:


Public Methods

[more] gxl_node ()
[more] gxl_node (const string& id)
[more] gxl_node (const string& tag, XMLIO_Attributes &attributes)
[more]virtual const char* toString () const
Returns name of class.
[more]virtual void print () const
dumps all content to cout


Inherited from gxl_typedElement:

Public Fields

ovector<gxl_attr*> my_attrs
ogxl_type* my_type
ostring id

Public Methods

ovirtual XMLIO_Element* XMLIO_startTag(const string& name, XMLIO_Attributes &attrs)
ovirtual const int XMLIO_writeContent(XMLIO_Document&) const
ovirtual const XMLIO_Attributes& XMLIO_getAttributes() const

Private Methods

ovoid init_members()


Inherited from XMLIO_Element:

Public Fields

oXMLIO_string tag
oXMLIO_Attributes attributes
oXMLIO_IndentationType xmlio_indent_type

Public Methods

ovirtual void XMLIO_endTag(const XMLIO_string& tag)
ovirtual void XMLIO_getCharacters(const XMLIO_string& characters)
ovirtual void XMLIO_getComment(const XMLIO_string& comment)
ovirtual void XMLIO_getProcessingInstruction(const XMLIO_string& target, const XMLIO_string& instructions)
ovirtual void XMLIO_finishedReading()
ovirtual bool XMLIO_remove() const
ovirtual const XMLIO_string& XMLIO_getName() const
ovirtual bool XMLIO_isEmpty() const


Documentation

Node used in Graph
o gxl_node()

o gxl_node(const string& id)
Parameters:
- id specify element id

o gxl_node(const string& tag, XMLIO_Attributes &attributes)

ovirtual const char* toString() const
Returns name of class.

ovirtual void print() const
dumps all content to cout


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.