| 53 | * The iterator is valid only until the next element is processed. |
| 54 | */ |
| 55 | class AttributeIteratorImpl implements XmlAttributeIterator { |
| 56 | #names: string[] = []; |
| 57 | #values: string[] = []; |
| 58 | #colonIndices: number[] = []; |
nothing calls this directly
no outgoing calls
no test coverage detected