#include <axiom_node.h>
#include <axiom_output.h>
Go to the source code of this file.
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 |
OM text ops struct Encapsulator struct for ops of axiom_processing_instruction. | |
typedef axiom_processing_instruction | axiom_processing_instruction_t |
OM processing instruction Handles the XML processing instructions in OM. | |
Functions | |
AXIS2_EXTERN axiom_processing_instruction_t * | axiom_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) |