PrintData Transform
Documentation for the PrintData Transform
Transform: PrintData
| Author: | Karl Norby <knorby at uchicago dot edu> |
|---|---|
| Date: | Fri, 1 Sept 2006 |
| Category: | Standard Transform Tools |
| Description: | sends tree to the writer |
| Copyright: | pyXSD License |
Dependencies
- Displayer library (part of standard transform set)
Other Information
PrintData is part of the pyXSD standard release
Standard Call
PrintData(fileName=None)
Arguments (detailed)
- fileName=None : string
- The fileName to use for the output. If not specified, the xml will be sent to stdout.
Description
What It Does
Sends the tree to writer. Uses stdout if fileName is not specified. Opens/creates the file if it is not.
What it Returns
The tree just as it was.