Class DigesterDefinitionsReader.PutAttributeRule

  • Enclosing class:
    DigesterDefinitionsReader

    public static class DigesterDefinitionsReader.PutAttributeRule
    extends org.apache.commons.digester.Rule
    Digester rule to manage assignment of the attribute to the parent element.
    Since:
    2.1.0
    • Field Summary

      • Fields inherited from class org.apache.commons.digester.Rule

        digester, namespaceURI
    • Method Summary

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

        begin, body, body, end, 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

      • PutAttributeRule

        public PutAttributeRule()
    • Method Detail

      • begin

        public void begin​(java.lang.String namespace,
                          java.lang.String name,
                          org.xml.sax.Attributes attributes)
        Overrides:
        begin in class org.apache.commons.digester.Rule