7.18. Opt_Xml_Scannable class
7.18.6. getElementsByTagName()
7.18.5. getChildren()
« Previous
7.18.7. getElementsByTagNameNS()
Next »

7.18.6. getElementsByTagName()

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

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

See also:

7.18.6. getElementsByTagName()
7.18. Opt_Xml_Scannable class
« Previous
7.18.5. getChildren()
Next »
7.18.7. getElementsByTagNameNS()