Uses of Class
xtom.parser.XMLTree

Packages that use XMLTree
xtom.parser   
 

Uses of XMLTree in xtom.parser
 

Fields in xtom.parser declared as XMLTree
private  XMLTree Parser.tree
           
 

Methods in xtom.parser that return XMLTree
 XMLTree Parser.parse()
          Main Parser method
This parser only checks if the xml is well formed, meaning that each tag has a closing tag.
 XMLTree Parser.getXMLTree()
          The tree is saved in memory for as long as Parser lives.