Uses of Class
org.javarosa.core.util.CacheTable
| Package | Description |
|---|---|
| org.javarosa.core.model.instance | |
| org.javarosa.core.util.externalizable | |
| org.javarosa.xform.parse | |
| org.javarosa.xform.util | |
| org.javarosa.xpath.expr |
-
Uses of CacheTable in org.javarosa.core.model.instance
Methods in org.javarosa.core.model.instance with parameters of type CacheTable Modifier and Type Method Description static voidTreeReferenceLevel. attachCacheTable(CacheTable<TreeReferenceLevel> refs) -
Uses of CacheTable in org.javarosa.core.util.externalizable
Fields in org.javarosa.core.util.externalizable declared as CacheTable Modifier and Type Field Description static CacheTable<String>ExtUtil. stringCacheMethods in org.javarosa.core.util.externalizable with parameters of type CacheTable Modifier and Type Method Description static voidExtUtil. attachCacheTable(CacheTable<String> stringCache) -
Uses of CacheTable in org.javarosa.xform.parse
Methods in org.javarosa.xform.parse with parameters of type CacheTable Modifier and Type Method Description static org.kxml2.kdom.DocumentXFormParser. getXMLDocument(Reader reader, CacheTable<String> stringCache)Deprecated.The InterningKXmlParser is not used.Constructors in org.javarosa.xform.parse with parameters of type CacheTable Constructor Description XFormParserFactory(CacheTable<String> stringCache) -
Uses of CacheTable in org.javarosa.xform.util
Constructors in org.javarosa.xform.util with parameters of type CacheTable Constructor Description InterningKXmlParser(CacheTable<String> stringCache) -
Uses of CacheTable in org.javarosa.xpath.expr
Methods in org.javarosa.xpath.expr with parameters of type CacheTable Modifier and Type Method Description static voidXPathStep. attachCacheTable(CacheTable<XPathStep> refs)