public static class XfaForm.Xml2SomTemplate extends XfaForm.Xml2Som
anform, inverseSearch, name2Node, order, stack| Constructor and Description |
|---|
Xml2SomTemplate(Node n)
Creates a new instance from the datasets node.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldType(String s)
Gets the field type as described in the
template section of the XFA. |
boolean |
isDynamicForm()
true if it's a dynamic form; false
if it's a static form. |
void |
setDynamicForm(boolean dynamicForm)
Sets the dynamic form flag.
|
addSomNameToSearchNodeChain, escapeSom, getInverseSearch, getInverseSearchData, getName2Node, getNamesOrder, getNodesByName, getOrder, getShortName, inverseSearch, inverseSearchAdd, inverseSearchAdd, inverseSearchGlobal, printStack, setInverseSearch, setInverseSearchData, setName2Node, setNamesOrder, setNodesByName, setOrder, splitParts, unescapeSompublic Xml2SomTemplate(Node n)
n - the template nodepublic String getFieldType(String s)
template section of the XFA.s - the exact template namenull if not foundpublic boolean isDynamicForm()
true if it's a dynamic form; false
if it's a static form.true if it's a dynamic form; false
if it's a static formpublic void setDynamicForm(boolean dynamicForm)
dynamicForm - the dynamic form flagCopyright © 2019. All rights reserved.