XMLUtility Object
See Also Example Properties Methods Events
The XMLUtility object contains utility functions for getting meaningfull strings from passed numbers and other useful functions.
Class Diagram

Remarks
Use this object to get meaningful strings explaining the following: vbXML.dll errors, HTTP Status Codes and XML node types.
Dim X As New XMLUtility
Dim Y As String
Y = X.GetNodeType(XML_TAG)
|