Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

_CRDocHandlerPriv Struct Reference


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.
CRParserparser
 a pointer to the parser used to parse the current document.

Field Documentation

gpointer _CRDocHandlerPriv::context
 

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 46 of file cr-doc-handler.c.

Referenced by cr_doc_handler_get_ctxt(), and cr_doc_handler_set_ctxt().

CRParser* _CRDocHandlerPriv::parser
 

a pointer to the parser used to parse the current document.

Definition at line 57 of file cr-doc-handler.c.

Referenced by cr_doc_handler_associate_a_parser().

gpointer _CRDocHandlerPriv::result
 

The place where CROMParser puts the result of its parsing, if any.

Definition at line 52 of file cr-doc-handler.c.

Referenced by cr_doc_handler_get_result(), and cr_doc_handler_set_result().


The documentation for this struct was generated from the following file:
Generated on Fri Oct 29 08:29:14 2004 for Libcroco by  doxygen 1.3.9.1