* 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,
)
| 439 | * @param uri The resolved namespace URI if the element has a bound prefix, undefined otherwise. |
| 440 | */ |
| 441 | onEndElement?( |
| 442 | name: string, |
| 443 | colonIndex: number, |
| 444 | uri: string | undefined, |
no outgoing calls
no test coverage detected