Get the decoded attribute value at the given index.
(index: number)
| 383 | |
| 384 | /** Get the decoded attribute value at the given index. */ |
| 385 | getValue(index: number): string; |
| 386 | |
| 387 | /** |
| 388 | * Get the colon index in the attribute name (-1 if no namespace prefix). |
no outgoing calls
no test coverage detected