Package com.aquima.interactions.foundation.xml.generation


package com.aquima.interactions.foundation.xml.generation
  • Class
    Description
    Interface for new xml nodes, used with the XML generator.
    DOM Generator to create simple XML documents on the fly.
    This class is a shared parent of the XmlNew* classes which use this functionality.
    Abstract base class for special xml elements such as comments and processing instructions.
    XML Comment node, used with DOM Generator to create a comment line.
    Simple Element to build new XML Documents using the DOM Generator.
    XML element that may be used during generation to combine several XML element.
    XML Processing instruction node, used with DOM Generator to create a processing instruction line.
    DANGEROUS class that does no output escaping!!!!