#include <axis2_utils.h>
#include <axiom.h>
#include <w2c_config_property_loader.h>
#include <w2c_engine_configuration.h>
Go to the source code of this file.
Classes | |
struct | w2c_writer_ops |
struct | w2c_writer |
Defines | |
#define | W2C_WRITER_XSLT_PATH "/conf/templates/" |
#define | W2C_WRITER_FREE(writer, env) ((writer)->ops->free (writer, env)) |
#define | W2C_WRITER_CREATE_OUT_FILE(writer, env, package, file) ((writer)->ops->create_out_file(writer, env, package, file )) |
#define | W2C_WRITER_PARSE(writer, env, root) ((writer)->ops->parse(writer, env, root )) |
#define | W2C_WRITER_INITIALIZE(writer, env, loader, config) ((writer)->ops->initialize(writer, env, loader, config)) |
Typedefs | |
typedef w2c_writer | w2c_writer_t |
typedef w2c_writer_ops | w2c_writer_ops_t |