Top | ![]() |
![]() |
![]() |
![]() |
GXmlGomNodeGXmlGomNode — List of GXmlDomNode implementing GXmlDomNodeList |
#define | GXML_TYPE_GOM_NODE |
struct | GXmlGomNode |
struct | GXmlGomNodeClass |
#define | GXML_TYPE_GOM_NODE_LIST |
struct | GXmlGomNodeList |
struct | GXmlGomNodeListClass |
struct GXmlGomNode { GObject parent_instance; GXmlGomNodePrivate * priv; gchar* _local_name; gchar* _prefix; gchar* _base_uri; gchar* _node_value; GXmlDomNode* _parent; GXmlDomNodeNodeType _node_type; GXmlGomNodeList* _child_nodes; GXmlDomDocument* _document; };
Use this field to set node's local name. Can be set at construction time. |
||
Use this field to set node's prefix. Can be set at construction time. |
||
Use this field to set node's base URI. Can be set at construction time. |
||
Use this field to hold node's value. Can be set at construction time. |
||
GXmlDomNode * |
Use this field to holding node's parent node. Derived classes should avoid to modify it. |
|
GXmlDomNodeNodeType |
Use this field to set node's Type. Derived classes should avoid to modify it. |
|
GXmlGomNodeList * |
Use this field to set node's child nodes. Derived classes should avoid to modify it. |
|
GXmlDomDocument * |
struct GXmlGomNodeClass { GObjectClass parent_class; };
The class structure for GXML_TYPE_GOM_NODE
. All the fields in this structure are private and should never be accessed directly.
#define GXML_TYPE_GOM_NODE_LIST (gxml_gom_node_list_get_type ())
The type for GXmlGomNodeList.
struct GXmlGomNodeList { GeeArrayList parent_instance; GXmlGomNodeListPrivate * priv; };
List of GXmlDomNode implementing GXmlDomNodeList
struct GXmlGomNodeListClass { GeeArrayListClass parent_class; };
The class structure for GXML_TYPE_GOM_NODE_LIST
. All the fields in this structure are private and should never be accessed directly.