summaryrefslogtreecommitdiff
path: root/test/testutils/domts.h
blob: 14f4e9eab3305da804a9b16443d5d133e7fc99e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
 * This file is part of libdom test suite.
 * Licensed under the MIT License,
 *                http://www.opensource.org/licenses/mit-license.php
 * Copyright 2009 Bo Yang <struggleyb.nku@gmail.com>
 */

#ifndef domts_h_
#define domts_h_

#include <domtscondition.h>
#include <domtsasserts.h>
#include <list.h>
#include <foreach.h>
#include <utils.h>
#include <comparators.h>

struct lwc_context_s;

extern struct lwc_context_s *ctx;

dom_document *load_xml(char *file, bool willBeModified);
dom_document *load_html(char *file, bool willBeModified);

#endif