|
Utility functions for dumping trees of Node objects.
Author: Zack Cerza <zcerza@redhat.com>
|
Functions
|
|
plain
signalHandler
xml
|
|
|
plain
|
plain ( node, depth=0 )
Plain-text dump. The hierarchy is represented through indentation.
The default indentation string is a single space, , but can be changed.
|
|
|
signalHandler
|
signalHandler ( signal, frame )
|
|
|
xml
|
xml ( node )
|
|