|
Functions |
char ** | implemented_mime_types () |
| returns an array of MIME-types that this adaptor can process
|
int | n_implemented_mime_types () |
| the number of MIME-types that the funtion implemented_mime_types() returns
|
void | expand_metadata (node_xpsh *root_metadata_node, const char *filename, const char *mime_type) |
| expands the metadata-subtree
|
void | expand_content (node_xpsh *root_content_node, const char *filename, const char *mime_type) |
| expands the content-subtree
|
node_xpsh * | newNode (node_xpsh *parent, node_type t, const char *name, const char *value, node_xpsh *prev) |
| allocates memory for a new node and sets initial values
|
void | createNodes (xmlNode *act_xmlNode, node_xpsh *parent, int act_depth) |
| recursively append the nodes in the XML-file to the FSX-tree
|
void | createAttributes (xmlAttr *act_xmlAttr, node_xpsh *parent) |
| append the attributes of a node
|