org.tm4j.config.xml
Class AddTopicMapSourceRule

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

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

Rule for adding a TopicMapSource to a TopicMapProvider in the TopicMapManager The Provider is specified via its id, the Source implementation can be choosen via the clazz xml attribute, the default is SerializedTopicMapSource

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

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

AddTopicMapSourceRule

public AddTopicMapSourceRule()
Method Detail

begin

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