public class NavDigester
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static NavTree |
buildTree(java.net.URL url)
buildTree, method to take a url and parse the contents
into a NavTree
|
public static NavTree buildTree(java.net.URL url) throws java.lang.Exception
url - the file to parsejava.lang.Exception - if something breaks. XXX: fix to be tighter