7.18. Opt_Xml_Scannable class
7.18.7. getElementsByTagNameNS()
7.18.6. getElementsByTagName()
« Previous
7.18.8. getElementsExt()
Next »

7.18.7. getElementsByTagNameNS()

Statuspublic
Referencearray getElementsByTagNameNS(string $namespace, string $name [, $recursive = true])

Returns an array of all the descendant nodes with the name $name and namespace $namespace. If the optional argument $recursive is set to false, the matching nodes are searched only within the direct children of the current node.

If $name is *, the method searches only the nodes within the specified namespace. If $namespace is *, the method behaves like Opt_Xml_Scannable::getElementsByTagName().

See also:

7.18.7. getElementsByTagNameNS()
7.18. Opt_Xml_Scannable class
« Previous
7.18.6. getElementsByTagName()
Next »
7.18.8. getElementsExt()