Displayer Transform Library
Documentation for the Displayer Transform Library
Transform Library: Displayer
| Author: | Karl Norby <knorby at uchicago dot edu> |
|---|---|
| Date: | Fri, 1 Sept 2006 |
| Category: | Standard Transform Tools |
| Description: | Library containing functions to help print data |
| Copyright: | pyXSD License |
Dependencies
None
Other Information
Displayer is part of the pyXSD standard release
Functions
openFile(fileName=None)
Args:
- fileName : String
- fileName to open. By default, it is None which will cause it to open stdout, or if the sting reads "stdout"
Description: Opens a file, or returns stdout
writeTree(file)
Args:
- file : file object
- file to write to
Description: Sends the tree to the writer