public class XmlToLabelFormat extends Object
Convert an XML DOM document to the flat label-format of the rekenbox.
Input must be of type org.w3c.dom.Element
or
org.w3c.dom.Document
; output will be of type
java.lang.String
.
Constructor and Description |
---|
XmlToLabelFormat() |
Modifier and Type | Method and Description |
---|---|
static String |
doTransformation(Object data)
Convert XML DOM document to flat string label-format of the rekenbox.
|
Copyright © 2023 Frank!Framework. All rights reserved.