Package xtom.parser

Class Summary
Attribute Description:this calss is a container for the attributes in the XMl element.
Element Description:Each xml tag is an element.
Parser Description: This is a main parser that will be responsible for parsing XML string into an XMLTree.
XMLTree Description: The XMLTree is the model representation of the XML document.
 

Exception Summary
MissingRootElementException Description:
MultipleElementInstancesException Description:
ParserIOException Description: This is a wrapper class for a Throwable Instance.
UnknownAttributeException Description:
UnknownElementException Description: