Tesseract Engine Documentation

XML Class

The base class used in the XML layer of the architecture. XML loads several configuration files, parses their main structure, and stores the nodes in public variables that are accessed by the rest of the program.

For a list of all members of this type, see XML Members.

System.Object
   XML

public static class XML

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: DarkWynter.Engine.Init

Assembly: DWEngine (in DWEngine.dll)

See Also

XML Members | DarkWynter.Engine.Init Namespace