MCPcopy Create free account
hub / github.com/denoland/std /

Class

xml/_parser.ts:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 * The iterator is valid only until the next element is processed.
54 */
55class AttributeIteratorImpl implements XmlAttributeIterator {
56 #names: string[] = [];
57 #values: string[] = [];
58 #colonIndices: number[] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected