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