Top | ![]() |
![]() |
![]() |
![]() |
GXmlEntityGXmlEntity — The content referenced by an GXmlEntityReference, and defined in a GXmlDocumentType. |
const gchar * | gxml_entity_get_public_id () |
const gchar * | gxml_entity_get_system_id () |
const gchar * | gxml_entity_get_notation_name () |
const gchar *
gxml_entity_get_public_id (GXmlEntity *self
);
Get and return the current value of the "public-id" property.
A public identifier for the entity. NULL
when unspecified.
const gchar *
gxml_entity_get_system_id (GXmlEntity *self
);
Get and return the current value of the "system-id" property.
A system identifier for the entity. NULL
when unspecified.
const gchar *
gxml_entity_get_notation_name (GXmlEntity *self
);
Get and return the current value of the "notation-name" property.
The notation name for this entity if it is unparsed. This is NULL
if the entity is parsed.
struct GXmlEntity { GXmlxNode parent_instance; GXmlEntityPrivate * priv; };
The content referenced by an GXmlEntityReference, and defined in a GXmlDocumentType.
For more, see: http://www.w3.org/TR/DOM-Level-1/level-one-core.html#ID-527DCFF2
struct GXmlEntityClass { GXmlxNodeClass parent_class; };
The class structure for GXML_TYPE_ENTITY
. All the fields in this structure are private and should never be accessed directly.