GXmlEntityReference

GXmlEntityReference — A reference to an unparsed GXmlEntity, like "'" for an apostrophe.

Types and Values

Description

To create one, use gxml_xdocument_create_entity_reference().

The entity name, e.g. "apos", is stored as the EntityReference's `node_name`. For more, see: http://www.w3.org/TR/DOM-Level-1/level-one-core.html#ID-11C98490

Functions

Types and Values

GXML_TYPE_ENTITY_REFERENCE

#define GXML_TYPE_ENTITY_REFERENCE (gxml_entity_reference_get_type ())

The type for GXmlEntityReference.


struct GXmlEntityReference

struct GXmlEntityReference {
	GXmlxNode parent_instance;
	GXmlEntityReferencePrivate * priv;
};

A reference to an unparsed GXmlEntity, like "'" for an apostrophe.

To create one, use gxml_xdocument_create_entity_reference().

The entity name, e.g. "apos", is stored as the EntityReference's `node_name`. For more, see: http://www.w3.org/TR/DOM-Level-1/level-one-core.html#ID-11C98490


struct GXmlEntityReferenceClass

struct GXmlEntityReferenceClass {
	GXmlxNodeClass parent_class;
};

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

Members