Datatypes:
| AjPOutfile | Url data output |
| none | Miscellaneous functions |
Sections:
| url data outputs | Output |
Functions:
| ajUrloutWrite | Write url data in a named format |
AjBool ajUrloutWrite (
AjPOutfile outf,
const AjPUrl url
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPOutfile | outf | Modify | Output file |
| const AjPUrl | url | Input | Url data object |
| AjBool | RETURN | True on success |
From EMBOSS 6.4.0
Sections:
| Casts |
Functions:
| ajUrloutprintBook | Reports the url format internals as Docbook text |
| ajUrloutprintHtml | Reports the internal data structures |
| ajUrloutprintText | Reports the internal data structures |
| ajUrloutprintWiki | Reports the url output format internals as wikitext |
void ajUrloutprintBook (
AjPFile outf
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFile | outf | Modify | Output file |
| void | RETURN |
From EMBOSS 6.4.0
void ajUrloutprintHtml (
AjPFile outf
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFile | outf | Modify | Output file |
| void | RETURN |
From EMBOSS 6.4.0
void ajUrloutprintText (
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 ajUrloutprintWiki (
AjPFile outf
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFile | outf | Modify | Output file |
| void | RETURN |
From EMBOSS 6.4.0
Functions:
| ajUrloutformatFind | Looks for the specified format(s) in the internal definitions and returns the index. |
| ajUrloutformatTest | Tests whether a named URL output format is known |
AjBool ajUrloutformatFind (
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 ajUrloutformatTest (
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:
| ajUrloutExit | Cleans up url output internal memory |
void ajUrloutExit (
void
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| void | RETURN |
From EMBOSS 6.4.0