edu.indiana.dlib.metsnav.config
Class ParameterValueCreateRule

java.lang.Object
  extended by Rule
      extended by edu.indiana.dlib.metsnav.config.ParameterValueCreateRule

public class ParameterValueCreateRule
extends Rule

This rule configures in the //config/div/parameter/value element

Author:
David Jiao

Field Summary
protected  String key
          This property contains the key which, if the parameter type is hash, contains the key of the value pair in the hash.
 
Constructor Summary
ParameterValueCreateRule()
           
 
Method Summary
 void begin(String namespace, String name, Attributes attributes)
           
 void body(String namespace, String name, String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected String key
This property contains the key which, if the parameter type is hash, contains the key of the value pair in the hash.

Constructor Detail

ParameterValueCreateRule

public ParameterValueCreateRule()
Method Detail

begin

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

body

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


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