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

Method getValue

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

Get the decoded attribute value at the given index.

(index: number)

Source from the content-addressed store, hash-verified

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).

Callers 2

onStartElementFunction · 0.65
onStartElementFunction · 0.65

Implementers 1

AttributeIteratorImplxml/_parser.ts

Calls

no outgoing calls

Tested by

no test coverage detected