org.tm4j.config.xml
Class RegisterProviderRule

java.lang.Object
  extended byorg.apache.commons.digester.Rule
      extended byorg.tm4j.config.xml.RegisterProviderRule

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

A Digester rule for creating and configuration a TopicMapProvider. The TopicMapProvider is then registered under a given id in the TopicMapManager

Author:
Harald Kuhn, harald_kuhn at users.sourceforge.net

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

RegisterProviderRule

public RegisterProviderRule()
Method Detail

begin

public void begin(java.lang.String namespace,
                  java.lang.String name,
                  org.xml.sax.Attributes attributes)
           throws java.lang.Exception
Throws:
java.lang.Exception

end

public void end()
         throws java.lang.Exception
Throws:
java.lang.Exception