MCPcopy Create free account
hub / github.com/denoland/std / onEndElement

Method onEndElement

xml/types.ts:564–564  ·  view source on GitHub ↗

* Called when an element ends. * @param colonIndex Index of ':' in name, or -1 if no prefix. * @param uri The resolved namespace URI if the element has a bound prefix, undefined otherwise.

(
    name: string,
    colonIndex: number,
    uri: string | undefined,
    line: number,
    column: number,
    offset: number,
  )

Source from the content-addressed store, hash-verified

562 * @param uri The resolved namespace URI if the element has a bound prefix, undefined otherwise.
563 */
564 onEndElement?(
565 name: string,
566 colonIndex: number,
567 uri: string | undefined,

Callers 2

onStartTagCloseMethod · 0.80
onEndTagMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected