PHP. Руководство по PHP. 2005
DOMDocument->getElementsByTagNameNS()
HREF="function.dom-domdocument-getelementsbytagname.html"> HREF="function.dom-domdocument-importnode.html"> Пред.
DOMDocument->getElementsByTagNameNS()
(no version information, might be only in CVS)DOMDocument->getElementsByTagNameNS() -- Searches for all elements with given tag name in specified namespace
Описание
class DOMDocument {DOMNodeList getElementsByTagNameNS (string namespaceURI, string localName)
}
Returns a DOMNodeList of all elements with a given local name and a namespace URI.