/* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */
/*
* This file is part of The Croco Library
*
* modify it under the terms of version 2.1 of the GNU Lesser General Public
* License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* Author: Dodji Seketeli
* See COPYRIGHTS file for copyrights information.
*/
#ifndef __CR_PARSER_H__
#define __CR_PARSER_H__
#include <glib.h>
#include "cr-input.h"
#include "cr-tknzr.h"
#include "cr-utils.h"
#include "cr-doc-handler.h"
/**
*@file
*The declaration file
*of the #CRParser class.
*/
/**
*The implementation of
*the SAC parser.
*The Class is opaque
*and must be manipulated through
*the provided methods.
*/
struct _CRParser {
} ;
enum CREncoding a_enc,
enum CREncoding a_enc) ;
CRDocHandler **a_handler) ;
const guchar *a_file_uri,
enum CREncoding a_enc) ;
#endif /*__CR_PARSER_H__*/