|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.adobe.xfa.template.TemplateModel.Insertion
public static class TemplateModel.Insertion
A class to define a mapping between a key and template fragment reference.
TemplateModel.splice(List, boolean)| Constructor Summary | |
|---|---|
TemplateModel.Insertion(java.lang.String key,
java.lang.String reference)
Instantiates an insertion from the given. |
|
TemplateModel.Insertion(java.lang.String key,
java.lang.String reference,
java.lang.String somContext)
Instantiates an insertion from the given. |
|
| Method Summary | |
|---|---|
java.lang.String |
getContainedBySom()
Gets the SOM expression that defines the subtree(s) within the template that must contain the insertion point in order to be matched. |
java.lang.String |
getKey()
Gets the name that identifies an insertion point. |
java.lang.String |
getReference()
Gets the reference that defines a fragment. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TemplateModel.Insertion(java.lang.String key,
java.lang.String reference)
public TemplateModel.Insertion(java.lang.String key,
java.lang.String reference,
java.lang.String somContext)
| Method Detail |
|---|
public final java.lang.String getKey()
public final java.lang.String getReference()
public final java.lang.String getContainedBySom()
null or empty, this insertion
can be matched anywhere the key matches in the template.
|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||