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, getXMLIntrospector
begin, body, body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
private static final Log log
public void begin(Attributes attributes) throws SAXException
begin
in class Rule
attributes
- The attribute list of this elementSAXException
- when the mandatory 'property' attribute is missing