Data Fields | |
gpointer | context |
This pointer is to hold an application parsing context. | |
gpointer | result |
The place where CROMParser puts the result of its parsing, if any. | |
CRParser * | parser |
a pointer to the parser used to parse the current document. |
Definition at line 38 of file cr-doc-handler.c.
|
This pointer is to hold an application parsing context. For example, it used by the Object Model parser to store it parsing context. CRParser does not touch it, but CROMParser does. CROMParser allocates this pointer at the beginning of the css document, and frees it at the end of the document. Definition at line 47 of file cr-doc-handler.c. |
|
a pointer to the parser used to parse the current document.
Definition at line 58 of file cr-doc-handler.c. |
|
The place where CROMParser puts the result of its parsing, if any.
Definition at line 53 of file cr-doc-handler.c. |