xmlmanipulators::peachXmlWriter Class Reference

peachXmlWriter(QXmlStreamWriter) More...

List of all members.

Public Member Functions

def writeTree
 Write XML element tree into the XML file.


Detailed Description

peachXmlWriter(QXmlStreamWriter)

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.

See also:
xmlElement

xmlStructuredElement

xmlCharactersElement

xmlCommentElement

Author:
Stepan Henek

Member Function Documentation

def xmlmanipulators::peachXmlWriter::writeTree (   self,
  parent 
)

Write XML element tree into the XML file.

It's recursive function.

Parameters:
self The object pointer.
parent Parent element. Start write into file from here.
Returns:
True on success, False otherwise


The documentation for this class was generated from the following file:

Generated on Sun Sep 5 12:41:36 2010 for HotFuzz by  doxygen 1.5.8