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: 155402 $
Author:
James Strachan

Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
HideRule()
          Base constructor
 
Method Summary
 void begin(java.lang.String name, java.lang.String namespace, org.xml.sax.Attributes attributes)
          Process the beginning of this element.
 
Methods inherited from class org.apache.commons.betwixt.digester.RuleSupport
getBeanClass, getProcessedPropertyNameSet, getXMLInfoDigester, getXMLIntrospector
 
Methods inherited from class org.apache.commons.digester.Rule
begin, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HideRule

public HideRule()
Base constructor
Method Detail

begin

public void begin(java.lang.String name,
                  java.lang.String namespace,
                  org.xml.sax.Attributes attributes)
           throws org.xml.sax.SAXException
Process the beginning of this element.
Overrides:
begin in class org.apache.commons.digester.Rule
Parameters:
attributes - The attribute list of this element
Throws:
org.xml.sax.SAXException - when the mandatory 'property' attribute is missing


Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.