GXmlEntity

GXmlEntity — The content referenced by an GXmlEntityReference, and defined in a GXmlDocumentType.

Functions

const gchar * gxml_entity_get_public_id ()
const gchar * gxml_entity_get_system_id ()
const gchar * gxml_entity_get_notation_name ()

Types and Values

Description

For more, see: http://www.w3.org/TR/DOM-Level-1/level-one-core.html#ID-527DCFF2

Functions

gxml_entity_get_public_id ()

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.

Parameters

self

the GXmlEntity instance to query

 

Returns

the value of the "public-id" property


gxml_entity_get_system_id ()

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.

Parameters

self

the GXmlEntity instance to query

 

Returns

the value of the "system-id" property


gxml_entity_get_notation_name ()

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.

Parameters

self

the GXmlEntity instance to query

 

Returns

the value of the "notation-name" property

Types and Values

GXML_TYPE_ENTITY

#define GXML_TYPE_ENTITY (gxml_entity_get_type ())

The type for GXmlEntity.


struct GXmlEntity

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

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.

Members