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

Interface XMLMetaData

src/fxp.d.ts:749–754  ·  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 /** The index, if available, of the character where the XML node ended in the input stream. */
753 endIndex?: number;
754}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected