java.lang.Object
com.aquima.interactions.spellengine.ds.xml.parsing.XmlMacroDS
All Implemented Interfaces:
IMacroDS

public class XmlMacroDS extends Object implements IMacroDS
This data source implements the IMacroDS interface for XML.
Since:
6.0
Author:
Jon van Leuven
  • Constructor Details

    • XmlMacroDS

      protected XmlMacroDS(IXmlNode node)
  • Method Details

    • getName

      public char getName()
      Description copied from interface: IMacroDS
      This method returns the name of the macro.
      Specified by:
      getName in interface IMacroDS
      Returns:
      Name of the macro
    • getRule

      public String getRule()
      Description copied from interface: IMacroDS
      This method returns the rule.
      Specified by:
      getRule in interface IMacroDS
      Returns:
      The rule.