net.sf.jbenchmark
Class ElementNameRule

java.lang.Object
  extended byorg.apache.commons.digester.Rule
      extended bynet.sf.jbenchmark.ElementNameRule

public class ElementNameRule
extends org.apache.commons.digester.Rule

A rule that sets the name of a feature with the name of the element.

Version:
$Id: ElementNameRule.java,v 1.2 2004/02/05 09:25:23 dcotterill Exp $
Author:
Adam Murdoch

Field Summary
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
ElementNameRule()
           
 
Method Summary
 void begin(java.lang.String namespace, java.lang.String name, org.xml.sax.Attributes attributes)
          The begin call-back.
 
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

ElementNameRule

public ElementNameRule()
Method Detail

begin

public void begin(java.lang.String namespace,
                  java.lang.String name,
                  org.xml.sax.Attributes attributes)
           throws java.lang.Exception
The begin call-back.

Throws:
java.lang.Exception