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