edu.indiana.dlib.metsnav.config
Class ConfigCreateRule

java.lang.Object
  extended by ObjectCreateRule
      extended by edu.indiana.dlib.metsnav.config.ConfigCreateRule

public class ConfigCreateRule
extends ObjectCreateRule

Author:
David Jiao

Field Summary
protected  String prefix
           
protected  String target
           
 
Constructor Summary
ConfigCreateRule(String className)
          Creates a new instance
 
Method Summary
 void begin(String namespace, String name, Attributes attributes)
           
 void end()
           
 void end(String namespace, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prefix

protected String prefix

target

protected String target
Constructor Detail

ConfigCreateRule

public ConfigCreateRule(String className)
Creates a new instance

Parameters:
className - the name of the configuration class
Method Detail

begin

public void begin(String namespace,
                  String name,
                  Attributes attributes)
           throws Exception
Throws:
Exception

end

public void end()
         throws Exception
Throws:
Exception

end

public void end(String namespace,
                String name)
         throws Exception
Throws:
Exception


Copyright © 2005 Trustees of Indiana University. All Rights Reserved.