* Get the colon index in the attribute name (-1 if no namespace prefix). * This allows consumers to parse namespace prefixes without string allocation.
(index: number)
| 389 | * This allows consumers to parse namespace prefixes without string allocation. |
| 390 | */ |
| 391 | getColonIndex(index: number): number; |
| 392 | |
| 393 | /** |
| 394 | * Get the resolved namespace URI for the attribute at the given index. |
no outgoing calls
no test coverage detected