PHP Manual
DOMDocument->getElementsByTagNameNS()
(no version information, might be only in CVS)
DOMDocument->getElementsByTagNameNS() -- Searches for all elements with given tag name in specified namespaceDescription
class DOMDocument {DOMNodeList getElementsByTagNameNS ( string namespaceURI, string localName )
}
Returns a DOMNodeList of all elements with a given local name and a namespace URI.
Parameters
namespaceURIThe namespace URI of the elements to match on. The special value * matches all namespaces.
localNameThe local name of the elements to match on. The special value * matches all local names.
Examples
Support PHPRO.ORG
Search
PHPRO.ORG Poll
Warning: Participation in PHPRO.ORG polls may incorrectly lead you to believe your opinions matter.

RSS Feed




