org.apache.commons.betwixt.digester
Class HideRule
java.lang.Object
org.apache.commons.digester.Rule
org.apache.commons.betwixt.digester.RuleSupport
org.apache.commons.betwixt.digester.HideRule
public class HideRule
- extends RuleSupport
HideRule
hides the property of the given name.
- Version:
- $Revision: 1.4.2.1 $
- Author:
- James Strachan
Field Summary |
private static Log |
log
Logger |
Constructor Summary |
HideRule()
Base constructor |
Method Summary |
void |
begin(Attributes attributes)
Process the beginning of this element. |
void |
end()
Process the end of this element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static final Log log
- Logger
HideRule
public HideRule()
- Base constructor
begin
public void begin(Attributes attributes)
throws SAXException
- Process the beginning of this element.
- Overrides:
begin
in class Rule
- Parameters:
attributes
- The attribute list of this element
- Throws:
SAXException
- when the mandatory 'property' attribute is missing
end
public void end()
- Process the end of this element.
- Overrides:
end
in class Rule