Package org.javarosa.xml
Class InternalDataInstanceParser
java.lang.Object
org.javarosa.xml.InternalDataInstanceParser
public class InternalDataInstanceParser extends Object
- Author:
- johnthebeloved Parses the internal secondary instances out from an Xform file
-
Constructor Summary
Constructors Constructor Description InternalDataInstanceParser() -
Method Summary
Modifier and Type Method Description static HashMap<String,DataInstance>buildInstances(String xFormSrc)Builds all of the internal secondary instances from a form definition.
-
Constructor Details
-
InternalDataInstanceParser
public InternalDataInstanceParser()
-
-
Method Details
-
buildInstances
Builds all of the internal secondary instances from a form definition.- Parameters:
xFormSrc- the path of the Xform containing internal instances…- Returns:
- List of all the #InternalDataInstance in the XForm
-