Module org.jpo

Class XmlReader

java.lang.Object
org.jpo.datamodel.XmlReader

public class XmlReader extends Object
class that reads an XML collection and creates a tree of SortableDefaultMutableTreeNodes
  • Method Details

    • read

      public static void read(InputStream inputStream, SortableDefaultMutableTreeNode startNode)
      Constructor an XML parser that can read our picture list XML files.
      Parameters:
      inputStream - The stream which is to be parsed
      startNode - The node that becomes the root node for the nodes being. It is modified! read.