Lines Matching defs:node
53 int xml_validate(struct xml_node_ctx *ctx, xml_node_t *node, in xml_validate()
115 int xml_validate_dtd(struct xml_node_ctx *ctx, xml_node_t *node, in xml_validate_dtd()
167 void xml_node_free(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_free()
173 xml_node_t * xml_node_get_parent(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_get_parent()
182 xmlNodePtr node; in xml_node_from_buf() local
196 xml_node_t *node) in xml_node_get_localname()
202 char * xml_node_to_str(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_to_str()
245 void xml_node_detach(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_detach()
262 xmlNodePtr node; in xml_node_create_root() local
284 xmlNodePtr node; in xml_node_create() local
295 xmlNodePtr node; in xml_node_create_text() local
306 xmlNodePtr node; in xml_node_create_text_ns() local
317 void xml_node_set_text(struct xml_node_ctx *ctx, xml_node_t *node, in xml_node_set_text()
325 int xml_node_add_attr(struct xml_node_ctx *ctx, xml_node_t *node, in xml_node_add_attr()
343 char * xml_node_get_attr_value(struct xml_node_ctx *ctx, xml_node_t *node, in xml_node_get_attr_value()
351 char * xml_node_get_attr_value_ns(struct xml_node_ctx *ctx, xml_node_t *node, in xml_node_get_attr_value_ns()
374 xml_node_t *node) in xml_node_next_sibling()
380 int xml_node_is_element(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_is_element()
386 char * xml_node_get_text(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_get_text()
401 char * xml_node_get_base64_text(struct xml_node_ctx *ctx, xml_node_t *node, in xml_node_get_base64_text()
429 xml_node_t * xml_node_copy(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_copy()