Uses of Class
com.itextpdf.text.pdf.XfaForm.InverseStore
Packages that use XfaForm.InverseStore
-
Uses of XfaForm.InverseStore in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf with type parameters of type XfaForm.InverseStoreModifier and TypeFieldDescriptionprotected HashMap<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.InverseStoreModifier and TypeMethodDescriptionXfaForm.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.InverseStoreModifier and TypeMethodDescriptionstatic void
XfaForm.Xml2Som.inverseSearchAdd
(HashMap<String, XfaForm.InverseStore> inverseSearch, XfaForm.Stack2<String> stack, String unstack) Adds a SOM name to the search node chain.void
XfaForm.Xml2Som.setInverseSearch
(HashMap<String, XfaForm.InverseStore> inverseSearch) Sets the data to do a search from the bottom hierarchy.