Package de.unistuttgart.ims.uima.io.xml
Interface InlineTagFactory<S extends org.apache.uima.jcas.tcas.Annotation>
- All Known Implementing Classes:
XmlTagFactory
public interface InlineTagFactory<S extends org.apache.uima.jcas.tcas.Annotation>
-
Method Summary
Modifier and Type Method Description java.lang.StringgetBeginTag(S anno)java.lang.StringgetEmptyTag(S anno)java.lang.StringgetEndTag(S anno)