Class XmlBuilder

java.lang.Object
org.frankframework.util.XmlBuilder

@Deprecated public class XmlBuilder extends Object
Deprecated.
Builds a XML-element with attributes and sub-elements. Attributes can be added with the addAttribute method, the content can be set with the setValue method. Subelements can be added with the addSubElement method. the toXML function returns the node and subnodes as an indented xml string.

Author:
Johan Verrips, Peter Leeuwenburgh
  • Field Details

    • log

      protected org.apache.logging.log4j.Logger log
      Deprecated.
  • Constructor Details

    • XmlBuilder

      public XmlBuilder(String tagName)
      Deprecated.
  • Method Details