axiom_processing_instruction.h File Reference

represents a xml processing instruction also known as PI More...

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

Go to the source code of this file.

Classes

struct  axiom_processing_instruction_ops
 Encapsulator struct for ops of axiom_processing_instruction. More...
struct  axiom_processing_instruction
 processing instruction Handles the XML processing instructions in AXIOM More...

Defines

#define AXIOM_PROCESSING_INSTRUCTION_FREE(pi, env)   ((pi)->ops->free(pi, env))
#define AXIOM_PROCESSING_INSTRUCION_SET_VALUE(pi, env, value)   ((pi)->ops->set_value(pi,env,value))
#define AXIOM_PROCESSING_INSTRUCTION_GET_VALUE(pi, env)   ((pi)->ops->get_value(pi, env))
#define AXIOM_PROCESSING_INSTRUCION_SET_TARGET(pi, env, value)   ((pi)->ops->set_target(pi, env, value))
#define AXIOM_PROCESSING_INSTRUCTION_GET_TARGET(pi, env)   ((pi)->ops->get_target(pi, env))
#define AXIOM_PROCESSING_INSTRUCTION_SERIALIZE(pi, env, om_output)   ((pi)->ops->serialize(pi, env, om_output))

Typedefs

typedef axiom_processing_instruction_ops axiom_processing_instruction_ops_t
 Encapsulator struct for ops of axiom_processing_instruction.
typedef axiom_processing_instruction axiom_processing_instruction_t
 processing instruction Handles the XML processing instructions in AXIOM

Functions

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


Detailed Description

represents a xml processing instruction also known as PI


Generated on Thu Oct 26 21:11:25 2006 for Axis2/C by  doxygen 1.4.7