org.apache.uima.tika
Class ProtoAnnotation
java.lang.Object
org.apache.uima.tika.ProtoAnnotation
public class ProtoAnnotation
- extends Object
Neutral representation of an annotation which can be converted into a proper GATE or UIMA annotation later
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProtoAnnotation
public ProtoAnnotation(String uri,
String localName,
String qName,
Attributes atts,
int start)
getEnd
public int getEnd()
setEnd
public void setEnd(int end)
getAtts
public Attributes getAtts()
getLocalName
public String getLocalName()
getQName
public String getQName()
getStart
public int getStart()
getUri
public String getUri()
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.