XML Parser

Overview

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.Elements that contains text, asdk.xml.Attributes or other asdk.xml.Elements. 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.