* 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)
| 518 | * This allows consumers to parse namespace prefixes without string allocation. |
| 519 | */ |
| 520 | getColonIndex(index: number): number; |
| 521 | |
| 522 | /** |
| 523 | * Get the resolved namespace URI for the attribute at the given index. |
no outgoing calls
no test coverage detected