MCPcopy
hub / github.com/NaturalIntelligence/fast-xml-parser / XMLMetaData

Interface XMLMetaData

src/fxp.d.ts:749–752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

747 * when {@link X2jOptions.captureMetaData} is true.
748 */
749export interface XMLMetaData {
750 /** The index, if available, of the character where the XML node began in the input stream. */
751 startIndex?: number;
752}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…