The ASDK XML library provides a robust and easy to use set of classes for dealing with XML (extensible markup language.
XML, as a tree-like chunck of data structure, is represented as an asdk.xml.Document
that contains asdk.xml.Element
s that contains text,
asdk.xml.Attribute
s or other asdk.xml.Element
s. The full class heirarchy of ASDK XML is discussed
in the Class Hierarchy section, and the Parsing and Navigating sections demonstrate how to use the API.