public class

HideRule

extends RuleSupport
java.lang.Object
   ↳ org.apache.commons.digester.Rule
     ↳ org.apache.commons.betwixt.digester.RuleSupport
       ↳ org.apache.commons.betwixt.digester.HideRule

Class Overview

HideRule hides the property of the given name.

Summary

[Expand]
Inherited Fields
From class org.apache.commons.digester.Rule
Public Constructors
HideRule()
Base constructor
Public Methods
void begin(String name, String namespace, Attributes attributes)
Process the beginning of this element.
[Expand]
Inherited Methods
From class org.apache.commons.betwixt.digester.RuleSupport
From class org.apache.commons.digester.Rule
From class java.lang.Object

Public Constructors

public HideRule ()

Base constructor

Public Methods

public void begin (String name, String namespace, Attributes attributes)

Process the beginning of this element.

Parameters
attributes The attribute list of this element
Throws
SAXException when the mandatory 'property' attribute is missing