| |
|
| java.lang.Object com.salmonllc.xml.XMLTreeParser
XMLTreeParser | public class XMLTreeParser (Code) | | |
canonical | protected boolean canonical(Code) | | Canonical output.
|
getTree | public static Tree getTree()(Code) | | Gets the Tree detailed in XML file
Creation date: (8/21/01 5:12:27 PM)
com.salmonllc.xml.Tree |
main | public static void main(String argv)(Code) | | Main program entry point.
|
parseFile | public static void parseFile(String uri) throws Exception(Code) | | This method is used to create the Tree object out of the XML file. XML file name
is passed as uri. Method getTree is used after this method to get the Tree object.
|
|
|
|