Class XmlFactoryConfigurationRuleSet.DataValueInBodyRule

  • Enclosing class:
    XmlFactoryConfigurationRuleSet

    public static class XmlFactoryConfigurationRuleSet.DataValueInBodyRule
    extends Rule
    Rule for adding configuration properties
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void body​(java.lang.String namespace, java.lang.String element, java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DataValueInBodyRule

        public DataValueInBodyRule()
    • Method Detail

      • body

        public void body​(java.lang.String namespace,
                         java.lang.String element,
                         java.lang.String value)
                  throws java.lang.Exception
        Throws:
        java.lang.Exception