inline = false;
operationProcess.addParameter(name, value);
} else {
// value is inline as a child of this element
try {
DocumentImpl document = new DocumentImpl();
rootNode = document.createElement("parameter-value-root");
document.appendChild(rootNode);
sax2dom = new SAX2DOM(rootNode);
sax2dom.startDocument();
} catch (ParserConfigurationException e) {
fatalError(new ExtendedSAXParseException("Failure parsing parameter.",