Package autodesk_toxik :: Module txxml
[frames] | no frames]

Module txxml

Xml module.

This module exposes creation and modification of xml elements.

Functions
 
SubElement(...)
Appends the given Element to this element.
str
tostring(...)
Generates a string representation of an XML element, including all subelements.
Variables
  __package__ = 'autodesk_toxik'
Function Details

SubElement(...)

 

Appends the given Element to this element.

Parameters:

tostring(...)

 

Generates a string representation of an XML element, including all subelements.

Parameters:
Returns: str
A string containing the XML data.