Class XmlToLabelFormat
java.lang.Object
org.frankframework.extensions.rekenbox.XmlToLabelFormat
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
.
- Author:
- leeuwt Change History Author Date Version Details Tim N. van der Leeuw 30-07-2002 1.0 Initial release Tim N. van der Leeuw 14-08-2002 1.1 Use base-class AbstractTranformer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
doTransformation
(Object data) Convert XML DOM document to flat string label-format of the rekenbox.
-
Constructor Details
-
XmlToLabelFormat
public XmlToLabelFormat()
-
-
Method Details
-
doTransformation
Convert XML DOM document to flat string label-format of the rekenbox. Input must be of typeorg.w3c.dom.Element
ororg.w3c.dom.Document
; output will be of typejava.lang.String
.
-