#include <domtscondition.h>
#include <domtsasserts.h>
#include <list.h>
#include <foreach.h>
#include <utils.h>
#include <comparators.h>
Go to the source code of this file.
◆ load_html()
| dom_document * load_html |
( |
const char * |
file, |
|
|
bool |
willBeModified |
|
) |
| |
Load the file as it is a HTML file
- Parameters
-
| file | The file path |
| willBeModified | Whether this file will be modified, not used |
◆ load_xml()
| dom_document * load_xml |
( |
const char * |
file, |
|
|
bool |
willBeModified |
|
) |
| |
Load the file as it is a XML file
- Parameters
-
| file | The file path |
| willBeModified | Whether this file will be modified, not used |