public class FormParseInit extends Object
TODO Make some better lazy-people methods for testing constraints. TODO Get the localizations tested so that test coverage isn't lost. TODO Have a method to provide answers to test constraints.
| Constructor and Description |
|---|
FormParseInit() |
FormParseInit(File form) |
| Modifier and Type | Method and Description |
|---|---|
QuestionDef |
getCurrentQuestion()
Gets the current question based off of
|
QuestionDef |
getFirstQuestionDef() |
FormDef |
getFormDef() |
FormEntryController |
getFormEntryController() |
FormEntryModel |
getFormEntryModel() |
QuestionDef |
getNextQuestion() |
String |
printStuff() |
public FormParseInit()
throws XFormParser.ParseException
XFormParser.ParseExceptionpublic FormParseInit(File form) throws XFormParser.ParseException
XFormParser.ParseExceptionpublic QuestionDef getFirstQuestionDef()
public QuestionDef getCurrentQuestion()
public QuestionDef getNextQuestion()
public FormDef getFormDef()
public FormEntryModel getFormEntryModel()
public FormEntryController getFormEntryController()
public String printStuff()
Copyright © 2025. All rights reserved.