Class ElementNameCallParamRule


  • public final class ElementNameCallParamRule
    extends org.apache.commons.digester.Rule
    Similar to digester's PathCallParamRule, but puts only the element name of the match onto the parameter stack.
    • Constructor Detail

      • ElementNameCallParamRule

        public ElementNameCallParamRule​(int paramIndex)
    • Method Detail

      • begin

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