Class XmlRuleDS

  • All Implemented Interfaces:
    IRuleDS

    public class XmlRuleDS
    extends Object
    implements IRuleDS
    This data source implements the IRuleDS interface for XML.
    Since:
    6.0
    Author:
    Jon van Leuven
    • Constructor Detail

      • XmlRuleDS

        protected XmlRuleDS​(IXmlNode node)
    • Method Detail

      • getBase

        public int getBase()
        Description copied from interface: IRuleDS
        The base integer of the rule.
        Specified by:
        getBase in interface IRuleDS
        Returns:
        The base.
      • getRule

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