Uses of Class
org.javarosa.xml.util.InvalidStructureException
| Package | Description |
|---|---|
| org.javarosa.core.model.instance | |
| org.javarosa.xml | |
| org.javarosa.xml.util |
-
Uses of InvalidStructureException in org.javarosa.core.model.instance
Methods in org.javarosa.core.model.instance that throw InvalidStructureException Modifier and Type Method Description static ExternalDataInstanceExternalDataInstance. build(String instanceSrc, String instanceId)Builds an ExternalDataInstancestatic TreeElementXmlExternalInstance. parse(String instanceId, String path) -
Uses of InvalidStructureException in org.javarosa.xml
Methods in org.javarosa.xml that throw InvalidStructureException Modifier and Type Method Description abstract TElementParser. parse()Parses the XML document at the current level, returning the datatype described by the document.TreeElementTreeElementParser. parse()List<TreeElement>TreeElementParser. parseInternalSecondaryInstances()Parses the internal instances from an XForm (excluding the main instance) -
Uses of InvalidStructureException in org.javarosa.xml.util
Methods in org.javarosa.xml.util that return InvalidStructureException Modifier and Type Method Description static InvalidStructureExceptionInvalidStructureException. readableInvalidStructureException(String message, org.kxml2.io.KXmlParser parser)