org.apache.commons.betwixt.digester
Class ClassRule

java.lang.Object
  extended by org.apache.commons.digester.Rule
      extended by org.apache.commons.betwixt.digester.RuleSupport
          extended by org.apache.commons.betwixt.digester.ClassRule

public class ClassRule
extends RuleSupport

Digester Rule to process class elements.

Since:
0.7
Author:
Brian Pugh

Field Summary
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
ClassRule()
          Base constructor.
 
Method Summary
 void begin(org.xml.sax.Attributes attributes)
          Process the beginning of this element.
 void end()
          Process the end of this element.
 
Methods inherited from class org.apache.commons.betwixt.digester.RuleSupport
getBeanClass, getProcessedPropertyNameSet, getXMLInfoDigester, getXMLIntrospector, loadClass
 
Methods inherited from class org.apache.commons.digester.Rule
begin, body, body, 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

ClassRule

public ClassRule()
Base constructor.

Method Detail

begin

public void begin(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 - if the primitiveTypes attribute contains an invalid value

end

public void end()
Process the end of this element.

Overrides:
end in class org.apache.commons.digester.Rule


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