Properties
length
length: number
Defined in opt/hostedtoolcache/node/12.18.1/x64/lib/node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:10846
Methods
getNamedItem
getNamedItem( qualifiedName: string ) : Attr | null
Defined in opt/hostedtoolcache/node/12.18.1/x64/lib/node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:10847
Parameters
Returns Attr | null
getNamedItemNS
getNamedItemNS( namespace: string | null , localName: string ) : Attr | null
Defined in opt/hostedtoolcache/node/12.18.1/x64/lib/node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:10848
Parameters
namespace: string | null
localName: string
Returns Attr | null
item
item( index: number ) : Attr | null
Defined in opt/hostedtoolcache/node/12.18.1/x64/lib/node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:10849
Parameters
Returns Attr | null
removeNamedItem
removeNamedItem( qualifiedName: string ) : Attr
Defined in opt/hostedtoolcache/node/12.18.1/x64/lib/node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:10850
Parameters
removeNamedItemNS
removeNamedItemNS( namespace: string | null , localName: string ) : Attr
Defined in opt/hostedtoolcache/node/12.18.1/x64/lib/node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:10851
Parameters
namespace: string | null
localName: string
setNamedItem
Defined in opt/hostedtoolcache/node/12.18.1/x64/lib/node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:10852
Parameters
Returns Attr | null
setNamedItemNS
Defined in opt/hostedtoolcache/node/12.18.1/x64/lib/node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:10853
Parameters
Returns Attr | null
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Type alias with type parameter
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
A collection of Attr objects. Objects inside a NamedNodeMap are not in any particular order, unlike NodeList, although they may be accessed by an index as in an array.