Package edu.utexas.its.eis.tools.qwicap.template.xml

Interface Summary
AttributeEnumeration The AttributeEnumeration interface defines the basic functionality required from all of the various enumerators that provide access to the attributes of XML tags that can contain attributes.
MarkupEnumeration The MarkupEnumeration interface defines the basic functionality required from all of the various enumerators that provide access to the elements of Markup objects.
 

Class Summary
DescendantEnumerator DescendantEnumerator provides a convenient means of enumerating some, or all, of a body of XML markup while maintaining an awareness of each tag's context in the tag hierarchy.
Markup Markup represents a body of XML markup.
Match The Match class uniquely identifies a particular element within a body of XHTML markup, and provides methods for performing every type of operation possible on any element.
 

Exception Summary
TagException The base class for all of the exceptions relating to XML markup and its usage.