(tagName)
| 98 | const parser = new XMLParser({ |
| 99 | preserveOrder: false, ignoreAttributes: false, captureMetaData: true, |
| 100 | isArray(tagName) { |
| 101 | return (tagName == 'foo'); |
| 102 | }, |
| 103 | stopNodes: [ 'root.stop' ], unpairedTags: ['unpaired'], |
| 104 | updateTag(tagName) { |
| 105 | if (tagName === 'root') { |
no outgoing calls
no test coverage detected