Class XmlToLabelFormat

java.lang.Object
org.frankframework.extensions.rekenbox.XmlToLabelFormat

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.

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 Details

    • XmlToLabelFormat

      public XmlToLabelFormat()
  • Method Details

    • doTransformation

      public static String doTransformation(Object data)
      Convert XML DOM document to flat string 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.