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_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_terms_as_rdf |
./rdf_format.inc |
Given a list of terms, append definitions of them to the passed DOM container |
1 |
|
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_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_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. |
3 |
|
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_validate |
./taxonomy_xml.module |
Imports the actual XML. |
|
|
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_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_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. |
3 |
|
taxonomy_xml_set_term_relations |
./taxonomy_xml.module |
Given a list of terms, set the related-terms and structure, and save again |
2 |
|
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. |
|
|
_taxonomy_xml_get_term_placeholder |
./taxonomy_xml.module |
Either fetch the named term if it exists, or return a useful placeholder. |
2 |
|
_taxonomy_xml_get_vocabulary_placeholder |
./taxonomy_xml.module |
Either fetch the named vocab if it exists, or create and return a useful
placeholder. |
3 |
|