Datatypes:
| AjPOutfile | Xml data output |
| none | Miscellaneous functions |
Sections:
| xml data outputs | Output |
Functions:
| ajXmloutWrite | Write xml data in a named format |
AjBool ajXmloutWrite (
AjPOutfile outf,
const AjPXml xml
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPOutfile | outf | Modify | Output file |
| const AjPXml | xml | Input | Xml data object |
| AjBool | RETURN | True on success |
In release 6.5.0
Sections:
| Casts |
Functions:
| ajXmloutprintBook | Reports the xml format internals as Docbook text |
| ajXmloutprintHtml | Reports the internal data structures |
| ajXmloutprintText | Reports the internal data structures |
| ajXmloutprintWiki | Reports the xml output format internals as wikitext |
void ajXmloutprintBook (
AjPFile outf
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFile | outf | Modify | Output file |
| void | RETURN |
In release 6.5.0
void ajXmloutprintHtml (
AjPFile outf
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFile | outf | Modify | Output file |
| void | RETURN |
In release 6.5.0
void ajXmloutprintText (
AjPFile outf,
AjBool full
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFile | outf | Modify | Output file |
| AjBool | full | Input | Full report (usually ajFalse) |
| void | RETURN |
In release 6.5.0
void ajXmloutprintWiki (
AjPFile outf
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFile | outf | Modify | Output file |
| void | RETURN |
In release 6.5.0
Functions:
| ajXmloutformatFind | Looks for the specified format(s) in the internal definitions and returns the index. |
| ajXmloutformatTest | Tests whether a named xml output format is known |
AjBool ajXmloutformatFind (
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. |
In release 6.5.0
AjBool ajXmloutformatTest (
const AjPStr format
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | format | Input | Format |
| AjBool | RETURN | ajTrue if formats was accepted |
In release 6.5.0
Functions:
| ajXmloutExit | Cleans up xml output internal memory |
void ajXmloutExit (
void
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| void | RETURN |
In release 6.5.0