suche nach in der

DOMNamedNodeMap::getNamedItem> <DOMImplementation::hasFeature
Last updated: Sat, 07 Jan 2012

view this page in

The DOMNamedNodeMap class

(PHP 5)

Klassenbeschreibung

DOMNamedNodeMap {
/* Eigenschaften */
readonly public int $DOMNamedNodeMap->length ;
/* Methoden */
DOMNode DOMNamedNodeMap::getNamedItem ( string $name )
DOMNode DOMNamedNodeMap::getNamedItemNS ( string $namespaceURI , string $localName )
DOMNode DOMNamedNodeMap::item ( int $index )
}

Eigenschaften

length

The number of nodes in the map. The range of valid child node indices is 0 to length - 1 inclusive.

Inhaltsverzeichnis



add a note add a note User Contributed Notes
DOMNamedNodeMap
There are no user contributed notes for this page.