public class HideRule extends RuleSupport
HideRule hides the property of the given name.
| Constructor and Description |
|---|
HideRule()
Base constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
begin(String name,
String namespace,
org.xml.sax.Attributes attributes)
Process the beginning of this element.
|
getBeanClass, getProcessedPropertyNameSet, getXMLInfoDigester, getXMLIntrospector, loadClasspublic void begin(String name, String namespace, org.xml.sax.Attributes attributes) throws org.xml.sax.SAXException
begin in class org.apache.commons.digester.Ruleattributes - The attribute list of this elementorg.xml.sax.SAXException - when the mandatory 'property' attribute is missingCopyright © 2002-2013 Apache Software Foundation. All Rights Reserved.