xmlmanipulators Namespace Reference

This file contains classes responsible for an XML manipulation (storing and loading). More...


Classes

class  xmlElement
 xmlElement() More...
class  xmlCommentElement
 xmlCommentElement(xmlElement) More...
class  xmlCharactersElement
 xmlCharactersElement(xmlElement) More...
class  xmlStructuredElement
 xmlStructuredElement(xmlElement) More...
class  peachXmlReader
 peachXmlReader(QXmlStreamReader) More...
class  peachXmlWriter
 peachXmlWriter(QXmlStreamWriter) More...
class  HotFuzzTreeWidgetItem
 HotFuzzTreeWidgetItem(QTreeWidgetItem). More...
class  xmlManipulator
 xmlManipulator() More...
class  recordingXmlManipulator
 recordingXmlManipulator(xmlElement) More...
class  fuzzingXmlManipulator
 fuzzingXmlManipulator(xmlElement) More...
class  projectXml
 projectXml() More...


Detailed Description

This file contains classes responsible for an XML manipulation (storing and loading).

It consists of three parts.

The first Part manages the peach XML files. It creates a tree structure of the elements which can be loaded/stored from/to a XML file. The second Part modifies the Main Window and the tree structure created in the first part. It loads the XML into the Window and conversely. The third Part handles our project XML files and does not depend on neither of previous parts.

The first Part consists of the xmlElement, xmlStructuredElement, xmlCharactersElement, xmlCommentElement, peachXmlWriter and peachXmlReader classes.

The second Part consists of the recordingXmlManipulator and fuzzingXmlManipulator classes.

The third Part has just one class projectXml.

LICENSE

Copyright (c) HotFuzz Team

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Authors: Stepan Henek (henes5am@gmail.com)


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