Uses of Class
edu.pdx.cs410J.family.FamilyTreeException
Package
Description
The package contains a family tree application that uses many of
the classes that we discuss in CS410J.
-
Uses of FamilyTreeException in edu.pdx.cs410J.family
Modifier and TypeMethodDescriptionParser.parse()
Creates a family tree from the data stored in a source.TextParser.parse()
Parses the specified input source and from it creates a family tree.XmlParser.parse()
Parses the specified input source in XML format and from it creates a family tree.protected FamilyTree
FamilyTreePanel.parseSource
(URL url) Parses aURL
and tries to extract a family tree in XML format from it.ModifierConstructorDescriptionXmlRemoteFamilyTree
(File xmlFile) Creates a newXmlRemoteFamilyTree
that gets its data from a given XML file.