|
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
|
char * | get_ns_prefix () |
| returns the prefix of a namespace used in this adaptor
|
char * | get_ns_uri () |
| returns the URI of a namespace used in this adaptor
|
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, char *name, const char *value, node_xpsh *prev) |
| allocates memory for a new node and sets initial values
|