Package de.pangaea.metadataportal.utils
Class ExtendedDigester.DoNothingRule
- java.lang.Object
-
- org.apache.commons.digester.Rule
-
- de.pangaea.metadataportal.utils.ExtendedDigester.DoNothingRule
-
- Enclosing class:
- ExtendedDigester
public static final class ExtendedDigester.DoNothingRule extends org.apache.commons.digester.Rule
This rule does nothing. It is needed for giving a rule for uninteresting elements to not throw an exception.
-
-
Constructor Summary
Constructors Constructor Description DoNothingRule()
-