libdom
Loading...
Searching...
No Matches
domts.h File Reference
#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.

Functions

dom_documentload_xml (const char *file, bool willBeModified)
 
dom_documentload_html (const char *file, bool willBeModified)
 

Function Documentation

◆ load_html()

dom_document * load_html ( const char * file,
bool willBeModified )

Load the file as it is a HTML file

Parameters
fileThe file path
willBeModifiedWhether 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
fileThe file path
willBeModifiedWhether this file will be modified, not used