39#ifndef _xsltwrapp_init_h_
40#define _xsltwrapp_init_h_
44#include "xmlwrapp/export.h"
67 XSLTWRAPP_API
~init();
80 init& operator=(
const init&) =
delete;
83 void shutdown_library();
85 static int ms_counter;
The xml::init class is used to configure the XML parser.
Definition init.h:64
The xslt::init class is used to configure the XSLT engine.
Definition init.h:64
static XSLTWRAPP_API void process_xincludes(bool flag)
This function controls whether or not the XSLT engine will process XInclusions by default while parsi...
XSLT library namespace.
Definition document.h:59
This file contains the definition of the xml::init class.