You are here

Functions in Taxonomy import/export via XML 6

Primary tabs

Namesort descending Location Description Direct uses Strings
csv_string_to_array ./csv_format.inc Given a CSV string that may or may not contain quoted values, Split it into an array of values. 1
taxonomy_xml_about_services ./taxonomy_xml.module Admin help page listing details of available services A menu page callback 1
taxonomy_xml_absorb_vocabulary_definitions ./taxonomy_xml.module Use the vocabs defined as resources in the input to find or create vocabulary definitions. 1
taxonomy_xml_add_all_children_to_queue ./taxonomy_xml.module If the currently processing term refers to other terms by URI, set up a process to retrieve them recursively later. 3
taxonomy_xml_add_terms_as_rdf ./rdf_format.inc Given a list of terms, append definitions of them to the passed DOM container 1
taxonomy_xml_add_terms_as_tcs ./tcs_format.inc Given a list of terms, append definitions of them to the passed DOM container 1
taxonomy_xml_add_term_to_batch_queue ./taxonomy_xml.module Manage batch queues by dividing them into recursive 'rounds'. 3
taxonomy_xml_add_vocab_as_rdf ./rdf_format.inc Create a vocabulary definition (just the def, not its terms) and insert it into the given document element. 1
taxonomy_xml_batch_import_finished ./taxonomy_xml.module Finalization callback when a round is done. 1
taxonomy_xml_batch_requeue_more ./taxonomy_xml.module Batch callback action that should happen at the end of each round of processing. 1
taxonomy_xml_cached_get_contents ./taxonomy_xml.module A caching version of file_get_contents. Used to try and minimize remote URL lookups. 2
taxonomy_xml_canonicize_predicates ./taxonomy_xml.module Given a term with a collection of named predicate relations, convert those into canonic (known, defined) terms. This involves some duplication as the original and true names are both packed into the $term->predicates array. Only the true names are… 3
taxonomy_xml_convert_triples_to_sorted_objects ./rdf_format.inc Compile triple statements into information objects again. 1
taxonomy_xml_csv_parse ./csv_format.inc Scan the input CSV file and create a taxonomy structure out of it.
taxonomy_xml_current_terms ./taxonomy_xml.module Returns a HANDLE on the current working list of terms. Basically behaving like a global, so we can cache and share the working list. 3
taxonomy_xml_element_data ./xml_format.inc Call-back function used by the XML parser. 1
taxonomy_xml_element_end ./xml_format.inc Call-back function used by the XML parser. 1
taxonomy_xml_element_start ./xml_format.inc Call-back function used by the XML parser. 1
taxonomy_xml_export ./taxonomy_xml.module taxonomy_xml_export 1
taxonomy_xml_file ./taxonomy_xml.module taxonomy_xml_file 1
taxonomy_xml_formats ./taxonomy_xml.module Return a list of available file formats. 1
taxonomy_xml_get_literal_string ./rdf_format.inc Choose a string from an array of language-tagged possibilities 1
taxonomy_xml_get_term_by_name_from_vocab ./taxonomy_xml.module Get a term by name from the given vocab. 5
taxonomy_xml_get_term_by_uri ./taxonomy_xml.module Special lookup for terms if they are saved with a URI or GUID 2
taxonomy_xml_get_vocabulary_by_name ./taxonomy_xml.module Fetch a vocabulary by name. Utility Func extending taxonomy.module 2
taxonomy_xml_help ./taxonomy_xml.module Implementation of hook_help().
taxonomy_xml_import ./taxonomy_xml.module Menu callback for the import page. 1
taxonomy_xml_import_form ./taxonomy_xml.module Builds the import form. 1
taxonomy_xml_import_form_submit ./taxonomy_xml.module Imports the actual XML.
taxonomy_xml_import_from_url ./taxonomy_xml.module Import one URL. Function used by the batch operation 1
taxonomy_xml_invoke_import ./taxonomy_xml.module Do the actual importing from the given string, pased on the parameters passed from the form. 1
taxonomy_xml_lookup_services ./taxonomy_xml.module Return a list of known taxonomy services. Optionally filtered by type, or formatted for re-use. 4
taxonomy_xml_menu ./taxonomy_xml.module Implementation of hook_menu: Define menu links.
taxonomy_xml_merge_predicates_into_attributes ./taxonomy_xml.module Merge all predicate data into a simpler array, re-tagging the attributes as needed 1
taxonomy_xml_mesh_parse ./mesh_format.inc Reads a XML file and creates the term definitions found in it.
taxonomy_xml_parse_lsid ./taxonomy_xml.module Helper function to check if a given string looks like an LSID. If so, it returns it in an array of componant bits. If not, returns NULL. 2
taxonomy_xml_perm ./taxonomy_xml.module Implementation of hook_perm().
taxonomy_xml_rdf_create ./rdf_format.inc Return an XML/RDF document representing this vocab 1
taxonomy_xml_rdf_document ./rdf_format.inc Set up an RDF document preamble. Returns a document, also sets the passed handle to the RDF node that content should land in 1
taxonomy_xml_rdf_parse ./rdf_format.inc Read in RDF taxonomies and vocabularies. Create vocabs and terms as needed.
taxonomy_xml_rdf_shortname ./rdf_format.inc Return the shorthand label of a potentially long RDF URI 1
taxonomy_xml_relationship_synonyms ./taxonomy_xml.module Return an array of alternative wordings that may be used in the input files. 4
taxonomy_xml_set_term_relations ./taxonomy_xml.module Given a list of terms, set the related-terms and structure, and save again 4
taxonomy_xml_sub_placeholders_into_pattern ./taxonomy_xml.module Replace URL patterns containing placeholders for data values. 2
taxonomy_xml_taxonomy_servers ./taxonomy_xml.module Return a list of known lookup and search services, and some instructions on how they may be invoked.
taxonomy_xml_tcs_create ./tcs_format.inc Return an XML/TCS document representing this vocab 1
taxonomy_xml_tcs_document ./tcs_format.inc Set up a TCS document preamble. Returns a document, also sets the passed handle to the RDF node that content should land in 1
taxonomy_xml_tcs_parse ./tcs_format.inc Reads a TCS file and creates the term definitions found in it.
taxonomy_xml_xml_create ./xml_format.inc taxonomy_xml_xml_create 1
taxonomy_xml_xml_parse ./xml_format.inc Initiate the parser on the custom XML schema.

Pages

Other projects