Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
DOMDocument->getElementsByTagNameNS()
(no version information, might be only in CVS)
DOMDocument->getElementsByTagNameNS() -- Searches for all elements with given tag name in specified namespacePopis
class DOMDocument {DOMNodeList getElementsByTagNameNS ( string namespaceURI, string localName )
}
Returns a DOMNodeList of all elements with a given local name and a namespace URI.
Seznam parametrů
namespaceURI
The namespace URI of the elements to match on. The special value * matches all namespaces.
localName
The local name of the elements to match on. The special value * matches all local names.
PÅ™Ãklady
PÅ™edcházejÃcà | Domů | Dalšà |
DOMDocument->getElementsByTagName() | Nahoru |