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

Function isItStopNode

src/xmlparser/OrderedObjParser.js:654–658  ·  view source on GitHub ↗

* @param {Array } stopNodeExpressions - Array of compiled Expression objects * @param {Matcher} matcher - Current path matcher

()

Source from the content-addressed store, hash-verified

652 * @param {Matcher} matcher - Current path matcher
653 */
654function isItStopNode() {
655 if (this.stopNodeExpressionsSet.size === 0) return false;
656
657 return this.matcher.matchesAny(this.stopNodeExpressionsSet);
658}
659
660/**
661 * Returns the tag Expression and where it is ending handling single-double quotes situation

Callers

nothing calls this directly

Calls 1

matchesAnyMethod · 0.45

Tested by

no test coverage detected