| Interface | Description |
|---|---|
| IElementHandler |
An IElementHandler is responsible for handling the parsing of a particular
XForms node.
|
| IXFormParserFactory |
Interface for class factory for creating an XFormParser.
|
| IXFormParserFunctions |
Provides functions from XFormParser to classes split off from it, to avoid a cyclical dependency.
|
| XFormParser.ErrorCallback | |
| XFormParser.WarningCallback |
| Class | Description |
|---|---|
| Constants | |
| FisherYates |
This class implements the Fisher-Yates
list shuffling algorithm.
|
| RandomizeHelper |
This class contains all the code needed to implement the xform randomize()
function.
|
| RangeParser |
Features for parsing the range element
|
| SubmissionParser |
A Submission Profile
|
| XFormParser |
Provides conversion from xform to epihandy object model and vice vasa.
|
| XFormParserFactory |
Class factory for creating an XFormParser.
|
| XFormParserReporter | Deprecated
Use
LoggerFactory.getLogger(Class) instead |
| Exception | Description |
|---|---|
| XFormParseException |
Exception thrown when an XForms Parsing error occurs.
|
Copyright © 2022. All rights reserved.