public class DefaultXmlDslElementModelConverter extends Object implements XmlDslElementModelConverter
XmlDslElementModelConverter| Constructor and Description |
|---|
DefaultXmlDslElementModelConverter(Document owner) |
| Modifier and Type | Method and Description |
|---|---|
Element |
asXml(DslElementModel elementModel)
Converts the given
DslElementModel into its XML Element representation,
populating the given owner Document with all the information required
in order for the returned Element to be correctly parsed. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefaultpublic DefaultXmlDslElementModelConverter(Document owner)
public Element asXml(DslElementModel elementModel)
DslElementModel into its XML Element representation,
populating the given owner Document with all the information required
in order for the returned Element to be correctly parsed.
This method will not append the returned Element to the owner Document,
leaving its usage open to whom consumes this service.
asXml in interface XmlDslElementModelConverterelementModel - the DslElementModel to be convertedElement representation of the given DslElementModelCopyright © 2003–2019 MuleSoft, Inc.. All rights reserved.