Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Writes the tracing hierarchy to the XML file.
Syntax
public void exportChildNodesAsXML(
XmlWriter _xmlWriter,
Set _exportedNodes,
Set _exportedTransactions,
int _nodeId,
int _level)
Run On
Called
Parameters
- _xmlWriter
Type: XmlWriter Class
The writer used to write the XML file.
- _exportedNodes
Type: Set Class
A set of hierarchy nodes already exported.
- _exportedTransactions
Type: Set Class
A set of inventory transactions already exported.
- _nodeId
Type: int
The node being exported.
- _level
Type: int
The current level in the tracing hierarchy.