Class | Description |
---|---|
XAttribute |
An attribute is an element in a XML-file that has a name and perhaps a value.
|
XContainer |
An element that can have some content.
|
XElement |
A
XElement is an entry in a xml-file. |
XIO |
Class used to read and write xml-files.
|
Exception | Description |
---|---|
XException |
An exception thrown by the elements in the xml-package.
|