| Package | Description |
|---|---|
| org.javarosa.core.model.instance | |
| org.javarosa.core.model.instance.utils | |
| org.javarosa.core.model.utils | |
| org.javarosa.model.xform |
| Modifier and Type | Method and Description |
|---|---|
void |
FormInstance.accept(IInstanceVisitor visitor) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ITreeVisitor
ITreeVisitor is a visitor interface for the elements of the
FormInstance tree elements.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IInstanceSerializingVisitor
An IInstanceSerializingVisitor serializes a DataModel
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompactSerializingVisitor
A modified version of XFormSerializingVisitor that constructs
a compact version of the form in a format that can be sent via SMS.
|
class |
SMSSerializingVisitor
Deprecated.
This version of the visitor is kept for backward compatibility. If you are utilizing
the latest odk xforms spec then use
#CompactSerializingVisitor() instead. |
class |
XFormSerializingVisitor
A visitor-esque class which walks a FormInstance and constructs an XML document
containing its instance.
|
Copyright © 2023. All rights reserved.