GXmlxNotation

GXmlxNotation — Used in defining GXmlDocumentTypes to declare the format of GXmlEntity and GXmlProcessingInstructions.

Types and Values

Description

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

Functions

Types and Values

GXML_TYPE_XNOTATION

#define GXML_TYPE_XNOTATION (gxml_xnotation_get_type ())

The type for GXmlxNotation.


struct 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

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.

Members