org.apache.uima.tika
Class ProtoAnnotation

java.lang.Object
  extended by 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


Constructor Summary
ProtoAnnotation(String uri, String localName, String qName, Attributes atts, int start)
           
 
Method Summary
 Attributes getAtts()
           
 int getEnd()
           
 String getLocalName()
           
 String getQName()
           
 int getStart()
           
 String getUri()
           
 void setEnd(int end)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtoAnnotation

public ProtoAnnotation(String uri,
                       String localName,
                       String qName,
                       Attributes atts,
                       int start)
Method Detail

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.