axiom_doctype.h File Reference

defines struct representing xml DTD and its manipulation functions More...

#include <axiom_node.h>
#include <axiom_output.h>

Go to the source code of this file.

Classes

struct  axiom_doctype_ops
 doctype ops struct Encapsulator struct for ops of axiom_doctype More...
struct  axiom_doctype
 doctype struct Handles XML document type in AXIOM More...

Defines

#define AXIOM_DOCTYPE_FREE(doctype, env)   ((doctype)->ops->free(doctype, env))
#define AXIOM_DOCTYPE_GET_VALUE(doctype, env)   ((doctype)->ops->get_value(doctype, env))
#define AXIOM_DOCTYPE_SET_VALUE(doctype, env, value)   ((doctype)->ops->set_value(doctype, env, value))
#define AXIOM_DOCTYPE_SERIALIZE(doctype, env, om_output)   ((doctype)->ops->serialize(doctype, env, om_output))

Typedefs

typedef axiom_doctype_ops axiom_doctype_ops_t
 doctype ops struct Encapsulator struct for ops of axiom_doctype
typedef axiom_doctype axiom_doctype_t
 doctype struct Handles XML document type in AXIOM

Functions

AXIS2_EXTERN axiom_doctype_taxiom_doctype_create (const axis2_env_t *env, axiom_node_t *parent, const axis2_char_t *value, axiom_node_t **node)


Detailed Description

defines struct representing xml DTD and its manipulation functions


Generated on Wed Dec 20 20:14:11 2006 for Axis2/C by  doxygen 1.5.1