DOM_NamedNodeMap

External objects

Properties Methods 

Properties

$lengthThe number of entries in the named node map
$useobjectrefsIf true,the object works with object references rather than objects (so object return values are object references and object parameters must be object references)

Methods

$getnameditem$getnameditem(cName) returns the object named cName,or NULL if no such object exists
$getnameditemns$getnameditemNS(cURI,cLocalName) returns the object with the specified local name and URI,or NULL if no such object exists
$item$item(iIndex) returns object iIndex from the map; indexing starts at zero; a bad index results in a NULL return value
$removenameditem$removenameditem(cName) removes and returns the object named cName from the map; returns NULL if no such object exists
$removenameditemns$removenameditemNS(cURI,cLocalName) removes and returns the object with the specified local name and URI from the map; returns NULL if no such object exists
$setnameditem$setnameditem(oObj,&cErrorText) stores the object oObject in the map; returns the previous object if an object is replaced, or NULL if not; if an error occurs, cErrorText is not empty
$setnameditemns$setnameditemNS(oObj,&cErrorText) stores the object oObject in the map; returns the previous object if an object is replaced, or NULL if not; if an error occurs, cErrorText is not empty