|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProblemsNotFoundException | |
---|---|
jitas.core | |
jitas.xml.parser |
Uses of ProblemsNotFoundException in jitas.core |
---|
Methods in jitas.core that throw ProblemsNotFoundException | |
---|---|
void |
Subdomain.loadProblems()
Load problems for the subdomain from the correct xml file eg domains/ |
void |
Domain.loadSubdomains()
Load all the subdomains for this domain. |
void |
Tutor.selectSubdomain(java.lang.String userName,
java.lang.String subdomainName,
java.lang.String domainName)
|
void |
TutorInterface.selectSubdomain(java.lang.String userName,
java.lang.String subdomainName,
java.lang.String domainName)
Allows a user to select a subdomain to work on. |
Uses of ProblemsNotFoundException in jitas.xml.parser |
---|
Methods in jitas.xml.parser that throw ProblemsNotFoundException | |
---|---|
java.util.SortedMap<java.lang.Integer,Problem> |
ProblemParser.processTree()
Parses the XML file, creating a Problem object for each problems represented in the file. |
Constructors in jitas.xml.parser that throw ProblemsNotFoundException | |
---|---|
ProblemParser(java.lang.String pathName)
The constructor sorts out the arguments, then hands over the DOM work to the DOM parser; which is used to build the DOM tree and then parse the problem docs (.xml). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |