Public Member Functions | |
def | writeTree |
Write XML element tree into the XML file. |
Writes contents of XML element tree into file.
Writes contents of element tree into XML file. It is used by recordingXmlManipulator and fuzzingXmlManipulator. The tree can contain xmlElement, xmlStructuredElement, xmlCharactersElement, xmlCommentElement as nodes. Only xmlStructuredElement can contain subelements.
def xmlmanipulators::peachXmlWriter::writeTree | ( | self, | ||
parent | ||||
) |
Write XML element tree into the XML file.
It's recursive function.
self | The object pointer. | |
parent | Parent element. Start write into file from here. |