Uses of Class
com.itextpdf.forms.xfa.InverseStore
Packages that use InverseStore
-
Uses of InverseStore in com.itextpdf.forms.xfa
Fields in com.itextpdf.forms.xfa with type parameters of type InverseStoreModifier and TypeFieldDescriptionprotected Map
<String, InverseStore> Xml2Som.inverseSearch
The data to do a search from the bottom hierarchy.Methods in com.itextpdf.forms.xfa that return types with arguments of type InverseStoreModifier and TypeMethodDescriptionXml2Som.getInverseSearch()
Gets the data to do a search from the bottom hierarchy.Method parameters in com.itextpdf.forms.xfa with type arguments of type InverseStoreModifier and TypeMethodDescriptionstatic void
Xml2Som.inverseSearchAdd
(Map<String, InverseStore> inverseSearch, Stack<String> stack, String unstack) Adds a SOM name to the search node chain.void
Xml2Som.setInverseSearch
(Map<String, InverseStore> inverseSearch) Sets the data to do a search from the bottom hierarchy.