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, unescapeSompublic Xml2SomTemplate(Node n)
n - the template node 
           public String getFieldType(String s)
template section of the XFA. 
          s - the exact template name 
           null if not found 
           public 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 form 
           public void setDynamicForm(boolean dynamicForm)
dynamicForm - the dynamic form flag 
           Copyright © 1998–2019. All rights reserved.