Function xmlprint from io
Brief description
xmlprint(object:):String
Abstract entrance to the string based XML-printer More ...
Function information
| Name: | xmlprint |
| Base: | |
| Group: | Built-in plugins:XML I/O |
| Icon: | printer.png |
| Color: | black |
| Authors: | |
| Copyright: |
Detailed description
Abstract entrance to the string based XML-printer. The function recursively calls object specific print functions, which are assumed to return XML-formatted code. After that the XML-layouter is applied to the result.
Input parameters
-
object:
- Object to print
Return values
-
Default return value:
String
- Layouted output
