(start, end)
| 282 | }, |
| 283 | |
| 284 | onattribdata(start, end) { |
| 285 | currentAttrValue += getSlice(start, end) |
| 286 | if (currentAttrStartIndex < 0) currentAttrStartIndex = start |
| 287 | currentAttrEndIndex = end |
| 288 | }, |
| 289 | |
| 290 | onattribentity(char, start, end) { |
| 291 | currentAttrValue += char |
nothing calls this directly
no test coverage detected