|  | 
| void | gf_xml_push_namespaces (GF_DOMNode *elt) | 
|  | 
| void | gf_xml_pop_namespaces (GF_DOMNode *elt) | 
|  | 
| static u32 | gf_xml_get_namespace (GF_DOMNode *elt, const char *attribute_name) | 
|  | 
| static char * | gf_xml_get_namespace_qname (GF_DOMNode *elt, u32 ns) | 
|  | 
| u32 | gf_xml_get_attribute_tag (GF_Node *elt, char *attribute_name, GF_NamespaceType ns) | 
|  | 
| u32 | gf_xml_get_attribute_type (u32 tag) | 
|  | 
| const char * | gf_svg_get_attribute_name (GF_Node *node, u32 tag) | 
|  | 
| GF_DOMAttribute * | gf_xml_create_attribute (GF_Node *node, u32 tag) | 
|  | 
| GF_EXPORT u32 | gf_xml_get_element_tag (const char *element_name, u32 ns) | 
|  | 
| const char * | gf_xml_get_element_name (GF_Node *n) | 
|  | 
| GF_NamespaceType | gf_xml_get_element_namespace (GF_Node *n) | 
|  | 
| u32 | gf_node_get_attribute_count (GF_Node *node) | 
|  | 
| GF_Err | gf_node_get_attribute_info (GF_Node *node, GF_FieldInfo *info) | 
|  | 
| void | gf_node_delete_attributes (GF_Node *node) | 
|  | 
| SVGAttribute * | gf_node_create_attribute_from_datatype (u32 data_type, u32 attribute_tag) | 
|  | 
| GF_EXPORT GF_Err | gf_node_get_attribute_by_name (GF_Node *node, char *name, u32 xmlns_code, Bool create_if_not_found, Bool set_default, GF_FieldInfo *field) | 
|  | 
| static void | attributes_set_default_value (GF_Node *node, SVGAttribute *att) | 
|  | 
| GF_EXPORT GF_Err | gf_node_get_attribute_by_tag (GF_Node *node, u32 attribute_tag, Bool create_if_not_found, Bool set_default, GF_FieldInfo *field) | 
|  | 
| GF_EXPORT void | gf_node_register_iri (GF_SceneGraph *sg, XMLRI *target) | 
|  | 
| GF_EXPORT void | gf_node_unregister_iri (GF_SceneGraph *sg, XMLRI *target) | 
|  | 
| GF_Node * | gf_sg_xml_node_clone (GF_SceneGraph *inScene, GF_Node *orig, GF_Node *cloned_parent, char *inst_id, Bool deep) | 
|  | 
| static u32 | check_existing_file (char *base_file, char *ext, char *data, u32 data_size, u32 idx) | 
|  | 
| GF_EXPORT GF_Err | gf_node_store_embedded_data (XMLRI *iri, const char *cache_dir, const char *base_filename) | 
|  |