GXmlxDocumentType

GXmlxDocumentType — Defines a xDocument, such as the entities that it can use.

Functions

Types and Values

Description

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

Functions

gxml_xdocument_type_get_entities ()

GeeMap *
gxml_xdocument_type_get_entities (GXmlxDocumentType *self);

Get and return the current value of the "entities" property.

A HashTable of entities defined for this DocumentType.

Parameters

self

the GXmlxDocumentType instance to query

 

Returns

the value of the "entities" property


gxml_xdocument_type_get_notations ()

GeeMap *
gxml_xdocument_type_get_notations (GXmlxDocumentType *self);

Get and return the current value of the "notations" property.

A HashTable of notations defined for this DocumentType.

Parameters

self

the GXmlxDocumentType instance to query

 

Returns

the value of the "notations" property

Types and Values

GXML_TYPE_XDOCUMENT_TYPE

#define GXML_TYPE_XDOCUMENT_TYPE (gxml_xdocument_type_get_type ())

The type for GXmlxDocumentType.


struct GXmlxDocumentType

struct GXmlxDocumentType {
	GXmlxNode parent_instance;
	GXmlxDocumentTypePrivate * priv;
};

Defines a xDocument, such as the entities that it can use.

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


struct GXmlxDocumentTypeClass

struct GXmlxDocumentTypeClass {
	GXmlxNodeClass parent_class;
};

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

Members