Package com.adobe.xfa.template
Class TemplateModel.Insertion
java.lang.Object
com.adobe.xfa.template.TemplateModel.Insertion
- Enclosing class:
TemplateModel
A class to define a mapping between a key and template fragment reference.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal String
Gets the SOM expression that defines the subtree(s) within the template that must contain the insertion point in order to be matched.final String
getKey()
Gets the name that identifies an insertion point.final String
Gets the reference that defines a fragment.
-
Constructor Details
-
Insertion
Instantiates an insertion from the given. -
Insertion
Instantiates an insertion from the given.
-
-
Method Details
-
getKey
Gets the name that identifies an insertion point.- Returns:
- a name that identifies an insertion point.
-
getReference
Gets the reference that defines a fragment.- Returns:
- the reference that defines a fragment.
-
getContainedBySom
Gets the SOM expression that defines the subtree(s) within the template that must contain the insertion point in order to be matched. If the SOM expression isnull
or empty, this insertion can be matched anywhere the key matches in the template.- Returns:
- a SOM expression that defines the subtree(s) within the template where this insertion can be matched.
-