org.coode.owl.owlxmlparser
Class AbstractElementHandlerFactory

java.lang.Object
  extended by org.coode.owl.owlxmlparser.AbstractElementHandlerFactory
All Implemented Interfaces:
OWLElementHandlerFactory
Direct Known Subclasses:
SImpleElementHandlerFactory

public abstract class AbstractElementHandlerFactory
extends java.lang.Object
implements OWLElementHandlerFactory

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 14-Dec-2006


Constructor Summary
AbstractElementHandlerFactory(OWLXMLVocabulary v)
           
 
Method Summary
 OWLXMLVocabulary getElementName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.coode.owl.owlxmlparser.OWLElementHandlerFactory
createHandler
 

Constructor Detail

AbstractElementHandlerFactory

public AbstractElementHandlerFactory(OWLXMLVocabulary v)
Method Detail

getElementName

public OWLXMLVocabulary getElementName()
Specified by:
getElementName in interface OWLElementHandlerFactory