Go to the documentation of this file.
28 #ifndef __CR_OM_PARSER_H__
29 #define __CR_OM_PARSER_H__
66 const guchar *a_file_uri,
82 const guchar *a_author_path,
83 const guchar *a_user_path,
84 const guchar *a_ua_path,
89 const guchar *a_user_path,
90 const guchar *a_ua_path,
enum CRStatus cr_om_parser_parse_buf(CROMParser *a_this, const guchar *a_buf, gulong a_len, enum CREncoding a_enc, CRStyleSheet **a_result)
cr_om_parser_parse_buf: @a_this: the current instance of CROMParser.
An abstraction of a css stylesheet as defined by the css2 spec in chapter 4.
enum CRStatus cr_om_parser_simply_parse_file(const guchar *a_file_path, enum CREncoding a_enc, CRStyleSheet **a_result)
cr_om_parser_simply_parse_file: @a_file_path: the css2 local file path.
enum CRStatus cr_om_parser_parse_file(CROMParser *a_this, const guchar *a_file_uri, enum CREncoding a_enc, CRStyleSheet **a_result)
cr_om_parser_parse_file: @a_this: the current instance of the cssom parser.
CROMParser * cr_om_parser_new(CRInput *a_input)
cr_om_parser_new: @a_input: the input stream.
void cr_om_parser_destroy(CROMParser *a_this)
cr_om_parser_destroy: @a_this: the current instance of CROMParser.
enum CRStatus cr_om_parser_simply_parse_buf(const guchar *a_buf, gulong a_len, enum CREncoding a_enc, CRStyleSheet **a_result)
cr_om_parser_simply_parse_buf: @a_buf: the css2 in memory buffer.
CREncoding
Encoding values.
enum CRStatus cr_om_parser_simply_parse_paths_to_cascade(const guchar *a_author_path, const guchar *a_user_path, const guchar *a_ua_path, enum CREncoding a_encoding, CRCascade **a_result)
cr_om_parser_simply_parse_paths_to_cascade: @a_author_path: the path to the author stylesheet @a_user...
CRStatus
The status type returned by the methods of the croco library.
typedefG_BEGIN_DECLS struct _CROMParser CROMParser
enum CRStatus cr_om_parser_parse_paths_to_cascade(CROMParser *a_this, const guchar *a_author_path, const guchar *a_user_path, const guchar *a_ua_path, enum CREncoding a_encoding, CRCascade **a_result)
cr_om_parser_parse_paths_to_cascade: @a_this: the current instance of CROMParser @a_author_path: the ...