public class PartOfDocument extends Object
| Constructor and Description |
|---|
PartOfDocument(int id) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBegin()
Returns the very beginning of the document part, i.e. the first begin of
the first substructure (if any).
|
int[] |
getBeginOffsets() |
int |
getEnd()
Returns the very end of the document part, i.e. the last end of the last
substructure (if any).
|
int[] |
getEndOffsets() |
int |
getId() |
DocumentTextPartParser |
getParser() |
String[] |
getText() |
String |
getXPath() |
void |
setBeginOffsets(int[] begin) |
void |
setEndOffsets(int[] end) |
void |
setId(int id) |
void |
setParser(DocumentTextPartParser parser) |
void |
setText(String[] text) |
void |
setxPath(String xPath) |
public DocumentTextPartParser getParser()
public String getXPath()
public void setxPath(String xPath)
public int getBegin()
public int[] getBeginOffsets()
public void setBeginOffsets(int[] begin)
public int getEnd()
public int[] getEndOffsets()
public void setEndOffsets(int[] end)
public String[] getText()
public void setText(String[] text)
public int getId()
public void setId(int id)
public void setParser(DocumentTextPartParser parser)
Copyright © 2016 JULIE Lab Jena, Germany. All rights reserved.