libdom
Loading...
Searching...
No Matches
domts.h
Go to the documentation of this file.
1/*
2 * This file is part of libdom test suite.
3 * Licensed under the MIT License,
4 * http://www.opensource.org/licenses/mit-license.php
5 * Copyright 2009 Bo Yang <struggleyb.nku@gmail.com>
6 */
7
8#ifndef domts_h_
9#define domts_h_
10
11#include <domtscondition.h>
12#include <domtsasserts.h>
13#include <list.h>
14#include <foreach.h>
15#include <utils.h>
16#include <comparators.h>
17
18dom_document *load_xml(const char *file, bool willBeModified);
19dom_document *load_html(const char *file, bool willBeModified);
20
21#endif
dom_document * load_html(const char *file, bool willBeModified)
Definition load.c:98
dom_document * load_xml(const char *file, bool willBeModified)
Definition load.c:34
Definition document.h:43