Package de.pangaea.metadataportal.utils
Class ElementNameCallParamRule
- java.lang.Object
-
- org.apache.commons.digester.Rule
-
- de.pangaea.metadataportal.utils.ElementNameCallParamRule
-
public final class ElementNameCallParamRule extends org.apache.commons.digester.Rule
Similar to digester'sPathCallParamRule
, but puts only the element name of the match onto the parameter stack.
-
-
Constructor Summary
Constructors Constructor Description ElementNameCallParamRule(int paramIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
begin(String namespace, String name, Attributes attributes)
-
-
-
Method Detail
-
begin
public void begin(String namespace, String name, Attributes attributes)
- Overrides:
begin
in classorg.apache.commons.digester.Rule
-
-