public static class XfaForm.Xml2SomTemplate extends XfaForm.Xml2Som
anform, inverseSearch, name2Node, order, stack| Constructor | Description |
|---|---|
Xml2SomTemplate(Node n) |
Creates a new instance from the datasets node.
|
| Modifier and Type | Method | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitescapeSom, getInverseSearch, getName2Node, getOrder, getShortName, inverseSearchAdd, inverseSearchAdd, inverseSearchGlobal, printStack, setInverseSearch, setName2Node, 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 © 2018. All rights reserved.