Class XmlFactoryConfigurationRuleSet.PropertyAttributeRule

  • Enclosing class:
    XmlFactoryConfigurationRuleSet

    public static class XmlFactoryConfigurationRuleSet.PropertyAttributeRule
    extends org.apache.commons.digester3.Rule
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void begin​(java.lang.String namespace, java.lang.String element, org.xml.sax.Attributes attributes)  
      • Methods inherited from class org.apache.commons.digester3.Rule

        body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
      • Methods inherited from class java.lang.Object

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

      • PropertyAttributeRule

        public PropertyAttributeRule()
    • Method Detail

      • begin

        public void begin​(java.lang.String namespace,
                          java.lang.String element,
                          org.xml.sax.Attributes attributes)
                   throws java.lang.Exception
        Overrides:
        begin in class org.apache.commons.digester3.Rule
        Throws:
        java.lang.Exception