Uses of Class
com.itextpdf.forms.xfa.InverseStore
-
Packages that use InverseStore Package Description com.itextpdf.forms.xfa -
-
Uses of InverseStore in com.itextpdf.forms.xfa
Fields in com.itextpdf.forms.xfa with type parameters of type InverseStore Modifier and Type Field Description protected java.util.Map<java.lang.String,InverseStore>Xml2Som. inverseSearchThe data to do a search from the bottom hierarchy.Methods in com.itextpdf.forms.xfa that return types with arguments of type InverseStore Modifier and Type Method Description java.util.Map<java.lang.String,InverseStore>Xml2Som. getInverseSearch()Gets the data to do a search from the bottom hierarchy.Method parameters in com.itextpdf.forms.xfa with type arguments of type InverseStore Modifier and Type Method Description static voidXml2Som. inverseSearchAdd(java.util.Map<java.lang.String,InverseStore> inverseSearch, java.util.Stack<java.lang.String> stack, java.lang.String unstack)Adds a SOM name to the search node chain.voidXml2Som. setInverseSearch(java.util.Map<java.lang.String,InverseStore> inverseSearch)Sets the data to do a search from the bottom hierarchy.
-