|
MVT API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mvt.help.HelpParser
Takes an xml file and parses it using the following syntax:
Field Summary | |
(package private) java.net.URL |
url
Internet address of file. |
Constructor Summary | |
HelpParser(java.lang.String uri)
Constructor that sets up the location of the xml file. |
Method Summary | |
HelpIndexList |
getHelp()
Makes getting the list of objects fast after parsing. |
HelpIndexList |
parseHelp()
Parses the xml file and returns a list of HelpIndexNodes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
java.net.URL url
Constructor Detail |
public HelpParser(java.lang.String uri) throws java.net.MalformedURLException
uri
- the uri to the file xml file.
java.net.MalformedURLException
Method Detail |
public HelpIndexList parseHelp() throws HelpParserException
HelpParserException
- any and all error messages.HelpIndexList
,
HelpIndexNode
public HelpIndexList getHelp() throws HelpParserException
HelpParserException
parseHelp()
,
HelpIndexList
,
HelpIndexNode
|
MVT API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |