Package | Description |
---|---|
org.jbpm.formModeler.core.config | |
org.jbpm.formModeler.core.xml.util |
Modifier and Type | Method and Description |
---|---|
void |
FormSerializationManagerImpl.generateDataHolderXML(DataHolder dataHolder,
XMLNode parent) |
void |
FormSerializationManagerImpl.generateFieldXML(Field field,
XMLNode parent) |
String |
FormSerializationManagerImpl.generateFormXML(Form form,
XMLNode rootNode)
Generates the xml representation and mount in rootNode the structure to be included.
|
Modifier and Type | Method and Description |
---|---|
XMLNode |
XMLNode.getParent() |
Modifier and Type | Method and Description |
---|---|
List<XMLNode> |
XMLNode.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
XMLNode.addChild(XMLNode node) |
Constructor and Description |
---|
XMLNode(String objectName,
XMLNode parent) |
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.