java.lang.Object
org.openpdf.text.pdf.XfaForm.Xml2Som
org.openpdf.text.pdf.XfaForm.AcroFieldsSearch
- Enclosing class:
XfaForm
A class to process "classic" fields.
-
Field Summary
Fields inherited from class org.openpdf.text.pdf.XfaForm.Xml2Som
anform, inverseSearch, name2Node, order, stack -
Constructor Summary
ConstructorsConstructorDescriptionAcroFieldsSearch(Collection<String> items) Creates a new instance from a Collection with the full names. -
Method Summary
Modifier and TypeMethodDescriptionGets the mapping from short names to long names.voidsetLongByShortNames(Map<String, String> acroShort2LongName) Sets the mapping from short names to long names.Methods inherited from class org.openpdf.text.pdf.XfaForm.Xml2Som
addSomNameToSearchNodeChain, escapeSom, getInverseSearchData, getNamesOrder, getNodesByName, getShortName, inverseSearch, inverseSearchAdd, printStack, setInverseSearchData, setNamesOrder, setNodesByName, splitParts, unescapeSom
-
Constructor Details
-
AcroFieldsSearch
Creates a new instance from a Collection with the full names.- Parameters:
items- the Collection
-
-
Method Details
-
getLongByShortNames
Gets the mapping from short names to long names. A long name may contain the #subform name part.- Returns:
- the mapping from short names to long names
-
setLongByShortNames
Sets the mapping from short names to long names. A long name may contain the #subform name part.- Parameters:
acroShort2LongName- the mapping from short names to long names
-