Top | ![]() |
![]() |
![]() |
![]() |
GXmlxNotationGXmlxNotation — Used in defining GXmlDocumentTypes to declare the format of GXmlEntity and GXmlProcessingInstructions. |
Used collectively in defining DocumentTypes. A Notation can declare the format of unparsed entities or ProcessingInstruction targets. For more, see: http://www.w3.org/TR/DOM-Level-1/level-one-core.html#ID-5431D1B9
#define GXML_TYPE_XNOTATION (gxml_xnotation_get_type ())
The type for GXmlxNotation.
struct GXmlxNotation { GXmlxNode parent_instance; GXmlxNotationPrivate * priv; };
Used in defining GXmlDocumentTypes to declare the format of GXmlEntity and GXmlProcessingInstructions.
Used collectively in defining DocumentTypes. A Notation can declare the format of unparsed entities or ProcessingInstruction targets. For more, see: http://www.w3.org/TR/DOM-Level-1/level-one-core.html#ID-5431D1B9
struct GXmlxNotationClass { GXmlxNodeClass parent_class; };
The class structure for GXML_TYPE_XNOTATION
. All the fields in this structure are private and should never be accessed directly.