org.apache.ctakes.core.knowtator
Class KnowtatorXMLParser

java.lang.Object
  extended by org.apache.ctakes.core.knowtator.KnowtatorXMLParser

public class KnowtatorXMLParser
extends java.lang.Object


Constructor Summary
KnowtatorXMLParser(java.util.Set<java.lang.String> annotatorNames)
           
KnowtatorXMLParser(java.lang.String... annotatorNames)
           
 
Method Summary
 java.util.Collection<KnowtatorAnnotation> parse(java.net.URI knowtatorXML)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KnowtatorXMLParser

public KnowtatorXMLParser(java.lang.String... annotatorNames)

KnowtatorXMLParser

public KnowtatorXMLParser(java.util.Set<java.lang.String> annotatorNames)
Method Detail

parse

public java.util.Collection<KnowtatorAnnotation> parse(java.net.URI knowtatorXML)
                                                throws org.jdom2.JDOMException,
                                                       java.io.IOException
Throws:
org.jdom2.JDOMException
java.io.IOException