|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jtreemap.swing.example.BuilderXML
public class BuilderXML
Parse a XML file to build the tree.
Constructor Summary | |
---|---|
BuilderXML(File stFile)
Constructor |
|
BuilderXML(InputStream stream)
Constructor |
|
BuilderXML(String stFileName)
Constructor |
Method Summary | |
---|---|
TreeMapNode |
getRoot()
get the build root |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BuilderXML(String stFileName) throws ParseException
stFileName
- XML file name
ParseException
- if the file don't correspond to the TreeMap.dtdpublic BuilderXML(File stFile) throws ParseException
stFile
- XML file object
ParseException
- if the file don't correspond to the TreeMap.dtdpublic BuilderXML(InputStream stream) throws ParseException
stream
- InputStream
representing XML file object
ParseException
- if the file don't correspond to the TreeMap.dtdMethod Detail |
---|
public TreeMapNode getRoot()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |