GXmlGChildNode

GXmlGChildNode

Functions

Types and Values

Description

Functions

gxml_gchild_node_new ()

GXmlGChildNode *
gxml_gchild_node_new (void);

gxml_gnon_document_child_node_new ()

GXmlGNonDocumentChildNode *
gxml_gnon_document_child_node_new (void);

Types and Values

GXML_TYPE_GCHILD_NODE

#define GXML_TYPE_GCHILD_NODE (gxml_gchild_node_get_type ())

The type for GXmlGChildNode.


struct GXmlGChildNode

struct GXmlGChildNode {
	GXmlGNode parent_instance;
	GXmlGChildNodePrivate * priv;
};

struct GXmlGChildNodeClass

struct GXmlGChildNodeClass {
	GXmlGNodeClass parent_class;
};

The class structure for GXML_TYPE_GCHILD_NODE. All the fields in this structure are private and should never be accessed directly.

Members


GXML_TYPE_GNON_DOCUMENT_CHILD_NODE

#define GXML_TYPE_GNON_DOCUMENT_CHILD_NODE (gxml_gnon_document_child_node_get_type ())

The type for GXmlGNonDocumentChildNode.


struct GXmlGNonDocumentChildNode

struct GXmlGNonDocumentChildNode {
	GXmlGChildNode parent_instance;
	GXmlGNonDocumentChildNodePrivate * priv;
};

struct GXmlGNonDocumentChildNodeClass

struct GXmlGNonDocumentChildNodeClass {
	GXmlGChildNodeClass parent_class;
};

The class structure for GXML_TYPE_GNON_DOCUMENT_CHILD_NODE. All the fields in this structure are private and should never be accessed directly.

Members