This class can be used to compose and generate XML documents.
It extends the Node class and can add nested tag nodes to the document, as well set the text data and the tag attributes.
When the XML document tree is composed the class can generate the whole document as a single string.
| There are not enough user ratings to display for this class. |
| |
Packages needed by this class |
|
|
| Class |
Dependency |
Why it is needed |
| Node |
Required |
Class inheritance |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
XMLElement |
Class |
The XMLElement class file |