* 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,
)
| 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, |
no outgoing calls
no test coverage detected