
Reasons for the XMLNuke The "Util" NameSpace
The Useful classes of XMLNuke to manipulate files and XML
Table of contents 1. Introductory Concepts 2. The Context class 3. The FilenameProcessor Class 4. The LanguageCollection Class 5. AnyDataSet and Data Access 6. The "Util" NameSpace 7. Structure of Directories
On this page The "Util" NameSpace
The "Util" NameSpace
XMLNuke contains a set of classes that facilitate some basic work activities. They include:
-
DateUtil: Permits data manipulation and converts from one format to another.
-
Debug: Methods to assist application debugging.
-
XmlUtil: MMethods to manipulate XML documents, add nodes and attributes.
-
FileUtil:Methods to manipulate files within the system files of the machine. Works together with the FileNameProcessor.
-
MailUtil: Methods to assist sending e-mail through XMLNuke.
-
Conversion: Methods to assist the conversion of UTF8 characters to other formats and vice-versa (only PHP).
|