Package com.lowagie.text.pdf
Class XfaForm.InverseStore
java.lang.Object
com.lowagie.text.pdf.XfaForm.InverseStore
- Enclosing class:
XfaForm
A structure to store each part of a SOM name and link it to the next part beginning from the lower hierarchy.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the full name by traversing the hierarchy using only the index 0.boolean
Search the current node for a similar name.
-
Field Details
-
part
-
follow
-
-
Constructor Details
-
InverseStore
public InverseStore()
-
-
Method Details
-
getDefaultName
Gets the full name by traversing the hierarchy using only the index 0.- Returns:
- the full name
-
isSimilar
Search the current node for a similar name. A similar name starts with the same name but has a different index. For example, "detail[3]" is similar to "detail[9]". The main use is to discard names that correspond to out of bounds records.- Parameters:
name
- the name to search- Returns:
true
if a similitude was found
-