|
Price Spectre
1.0
|
Inheritance diagram for XMLDocument:
Collaboration diagram for XMLDocument:Public Member Functions | |
| __construct ($str) | |
| toString () | |
Public Member Functions inherited from XMLNode | |
| getChildNodes () | |
| getElements ($name) | |
| getElement ($name) | |
| getName () | |
| getValue () | |
A class that represents an XML document.
| __construct | ( | $str | ) |
Creates the XMLDocument.
Reimplemented from XMLNode.
| toString | ( | ) |
Returns a string representing the XMLDocument.