|
|||||||||
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(java.io.File stFile)
Constructor |
|
BuilderXML(java.io.InputStream stream)
Constructor |
|
BuilderXML(java.lang.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(java.lang.String stFileName) throws java.text.ParseException
java.text.ParseException
- if the file don't correspond to the TreeMap.dtdstFileName
- XML file namepublic BuilderXML(java.io.File stFile) throws java.text.ParseException
java.text.ParseException
- if the file don't correspond to the TreeMap.dtdstFile
- XML file objectpublic BuilderXML(java.io.InputStream stream) throws java.text.ParseException
java.text.ParseException
- if the file don't correspond to the TreeMap.dtdstream
- InputStream
representing XML file objectMethod Detail |
---|
public TreeMapNode getRoot()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |