Uses of Class
org.semanticweb.owl.vocab.OWLXMLVocabulary

Packages that use OWLXMLVocabulary
org.coode.owl.functionalrenderer   
org.coode.owl.owlxmlparser   
org.semanticweb.owl.vocab   
 

Uses of OWLXMLVocabulary in org.coode.owl.functionalrenderer
 

Methods in org.coode.owl.functionalrenderer with parameters of type OWLXMLVocabulary
 void OWLObjectRenderer.write(OWLXMLVocabulary v, OWLObject o)
           
 void OWLObjectRenderer.writeAxiomStart(OWLXMLVocabulary v, OWLAxiom axiom)
           
 void OWLObjectRenderer.writePropertyCharacteristic(OWLXMLVocabulary v, OWLAxiom ax, OWLPropertyExpression prop)
           
 

Uses of OWLXMLVocabulary in org.coode.owl.owlxmlparser
 

Methods in org.coode.owl.owlxmlparser that return OWLXMLVocabulary
 OWLXMLVocabulary OWLElementHandlerFactory.getElementName()
           
 OWLXMLVocabulary AbstractElementHandlerFactory.getElementName()
           
 

Constructors in org.coode.owl.owlxmlparser with parameters of type OWLXMLVocabulary
AbstractElementHandlerFactory(OWLXMLVocabulary v)
           
SImpleElementHandlerFactory(OWLXMLVocabulary name, OWLElementHandler handler)
           
 

Uses of OWLXMLVocabulary in org.semanticweb.owl.vocab
 

Methods in org.semanticweb.owl.vocab that return OWLXMLVocabulary
static OWLXMLVocabulary OWLXMLVocabulary.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OWLXMLVocabulary[] OWLXMLVocabulary.values()
          Returns an array containing the constants of this enum type, in the order they are declared.