Top | ![]() |
![]() |
![]() |
![]() |
GXmlEntityReferenceGXmlEntityReference — A reference to an unparsed GXmlEntity, like "'" for an apostrophe. |
#define | GXML_TYPE_ENTITY_REFERENCE |
struct | GXmlEntityReference |
struct | GXmlEntityReferenceClass |
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
#define GXML_TYPE_ENTITY_REFERENCE (gxml_entity_reference_get_type ())
The type for 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 { 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.