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

Method getName

xml/types.ts:382–382  ·  view source on GitHub ↗

Get the raw attribute name at the given index.

(index: number)

Source from the content-addressed store, hash-verified

380
381 /** Get the raw attribute name at the given index. */
382 getName(index: number): string;
383
384 /** Get the decoded attribute value at the given index. */
385 getValue(index: number): string;

Callers 3

onStartElementFunction · 0.65
onStartTagCloseMethod · 0.65
onStartElementFunction · 0.65

Implementers 1

AttributeIteratorImplxml/_parser.ts

Calls

no outgoing calls

Tested by

no test coverage detected