MCPcopy Create free account
hub / github.com/NaturalIntelligence/fast-xml-parser / isArray

Function isArray

spec/startIndex_spec.js:100–102  ·  view source on GitHub ↗
(tagName)

Source from the content-addressed store, hash-verified

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') {

Callers 2

joinFunction · 0.85
boolParserExtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected