Top | ![]() |
![]() |
![]() |
![]() |
GeeMap * | gxml_xdocument_type_get_entities () |
GeeMap * | gxml_xdocument_type_get_notations () |
#define | GXML_TYPE_XDOCUMENT_TYPE |
struct | GXmlxDocumentType |
struct | GXmlxDocumentTypeClass |
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.
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.
#define GXML_TYPE_XDOCUMENT_TYPE (gxml_xdocument_type_get_type ())
The type for 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 { 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.