java.lang.Object
org.jpo.datamodel.XmlReader
class that reads an XML collection and creates a tree of
SortableDefaultMutableTreeNodes
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
read
(InputStream inputStream, SortableDefaultMutableTreeNode startNode) Constructor an XML parser that can read our picture list XML files.
-
Method Details
-
read
Constructor an XML parser that can read our picture list XML files.- Parameters:
inputStream
- The stream which is to be parsedstartNode
- The node that becomes the root node for the nodes being. It is modified! read.
-