public class HideRule extends RuleSupport
HideRule hides the property of the given name.
| Modifier and Type | Field and Description |
|---|---|
private static Log |
log
Logger
|
digester, namespaceURI| Constructor and Description |
|---|
HideRule()
Base constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
begin(Attributes attributes)
Process the beginning of this element.
|
void |
end()
Process the end of this element.
|
getBeanClass, getProcessedPropertyNameSet, getXMLInfoDigester, getXMLIntrospectorbegin, body, body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURIprivate static final Log log
public void begin(Attributes attributes) throws SAXException
begin in class Ruleattributes - The attribute list of this elementSAXException - when the mandatory 'property' attribute is missing