|
Price Spectre
1.0
|
Inheritance diagram for XMLNode:Public Member Functions | |
| getChildNodes () | |
| getElements ($name) | |
| getElement ($name) | |
| getName () | |
| getValue () | |
A class that a node in an XML document.
| getChildNodes | ( | ) |
Retrieves all child nodes of an XML node.
| getElement | ( | $name | ) |
Retrieves an XMLNode of the first lower-level node which has the specified name.
| name | Specifies the name of a node to retrieve. |
| getElements | ( | $name | ) |
Retrieves an XMLNodeList of all lower-level nodes which have the specified name.
| name | Specifies the name of the lower-level nodes to retrieve. |
| getName | ( | ) |
Retrieves the name of the XMLNode.
| getValue | ( | ) |
Retrieves the value of the XMLNode.