Skip to content

Commit

Permalink
Testgeneration after PAPXmlParser changed successful
Browse files Browse the repository at this point in the history
  • Loading branch information
bastie committed Dec 22, 2023
1 parent 97d1824 commit 3ddd397
Show file tree
Hide file tree
Showing 2 changed files with 389 additions and 24 deletions.
8 changes: 1 addition & 7 deletions Sources/LStXML2Code/PAPXmlParser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,7 @@ class PAPXmlParser : NSObject, XMLParserDelegate {
print (elementName)
node.setName(elementName)
node.addAttributes (attributeDict)
// add node to tree

/* Bereits in init Methode erledigt !
if let current = self.currentNode {
current.add(child: node)
}
*/
// add node to tree over init nothing todo
// set node as current
self.currentNode = node
}
Expand Down
Loading

0 comments on commit 3ddd397

Please sign in to comment.