Public Member Functions | |
def | __init__ |
Constructor of peachXmlReader. | |
def | createTree |
Creates XML element tree from the XML. |
Creates XML element tree.
Reads XML file and creates XML element tree. It is used by recordingXmlManipulator and fuzzingXmlManipulator. The tree can contain xmlElement, xmlStructuredElement, xmlCharactersElement, xmlCommentElement as nodes. Only xmlStructuredElement can contain subelements.
def xmlmanipulators::peachXmlReader::__init__ | ( | self | ) |
def xmlmanipulators::peachXmlReader::createTree | ( | self, | ||
parent = None | ||||
) |
Creates XML element tree from the XML.
It's recursive function.
self | The object pointer. | |
parent | Parent element. If node is root the parent is None. |