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.
|
escapeSom, getInverseSearch, getName2Node, getOrder, getShortName, inverseSearchAdd, inverseSearchAdd, inverseSearchGlobal, printStack, setInverseSearch, setName2Node, setOrder, splitParts, unescapeSom
public 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.