Datatypes:
| AjPFile | Taxonomy data output | 
| none | Miscellaneous functions | 
Sections:
| taxonomy data outputs | Output | 
Functions:
| ajTaxoutWrite | Write a taxon in a named format | 
AjBool ajTaxoutWrite (
      AjPOutfile outf,
      const AjPTax tax
);
| Type | Name | Read/Write | Description | 
|---|---|---|---|
| AjPOutfile | outf | Modify | Output file | 
| const AjPTax | tax | Input | Taxon object | 
| AjBool | RETURN | True on success | 
From EMBOSS 6.4.0
Sections:
| Casts | 
Functions:
| ajTaxoutprintBook | Reports the taxonomy format internals as Docbook text | 
| ajTaxoutprintHtml | Reports the internal data structures | 
| ajTaxoutprintText | Reports the internal data structures | 
| ajTaxoutprintWiki | Reports the taxonomy output format internals as wikitext | 
void ajTaxoutprintBook (
      AjPFile outf
);
| Type | Name | Read/Write | Description | 
|---|---|---|---|
| AjPFile | outf | Modify | Output file | 
| void | RETURN | 
From EMBOSS 6.4.0
void ajTaxoutprintHtml (
      AjPFile outf
);
| Type | Name | Read/Write | Description | 
|---|---|---|---|
| AjPFile | outf | Modify | Output file | 
| void | RETURN | 
From EMBOSS 6.4.0
void ajTaxoutprintText (
      AjPFile outf,
      AjBool full
);
| Type | Name | Read/Write | Description | 
|---|---|---|---|
| AjPFile | outf | Modify | Output file | 
| AjBool | full | Input | Full report (usually ajFalse) | 
| void | RETURN | 
From EMBOSS 6.4.0
void ajTaxoutprintWiki (
      AjPFile outf
);
| Type | Name | Read/Write | Description | 
|---|---|---|---|
| AjPFile | outf | Modify | Output file | 
| void | RETURN | 
From EMBOSS 6.4.0
Functions:
| ajTaxoutformatFind | Looks for the specified format(s) in the internal definitions and returns the index. | 
| ajTaxoutformatTest | Tests whether a named taxon output format is known | 
AjBool ajTaxoutformatFind (
      const AjPStr format,
      ajint* iformat
);
| Type | Name | Read/Write | Description | 
|---|---|---|---|
| const AjPStr | format | Input | Format required. | 
| ajint* | iformat | Output | Index | 
| AjBool | RETURN | ajTrue on success. | 
From EMBOSS 6.4.0
AjBool ajTaxoutformatTest (
      const AjPStr format
);
| Type | Name | Read/Write | Description | 
|---|---|---|---|
| const AjPStr | format | Input | Format | 
| AjBool | RETURN | ajTrue if formats was accepted | 
From EMBOSS 6.4.0
Functions:
| ajTaxoutExit | Cleans up taxonomy output internal memory | 
void ajTaxoutExit (
      void
);
| Type | Name | Read/Write | Description | 
|---|---|---|---|
| void | RETURN | 
From EMBOSS 6.4.0