Class PartOfDocument


  • public class PartOfDocument
    extends Object
    • Constructor Detail

      • PartOfDocument

        public PartOfDocument​(int id)
    • Method Detail

      • getXPath

        public String getXPath()
      • setxPath

        public void setxPath​(String xPath)
      • getBegin

        public int getBegin()
        Returns the very beginning of the document part, i.e. the first begin of the first substructure (if any).
        Returns:
      • getBeginOffsets

        public int[] getBeginOffsets()
      • setBeginOffsets

        public void setBeginOffsets​(int[] begin)
      • getEnd

        public int getEnd()
        Returns the very end of the document part, i.e. the last end of the last substructure (if any).
        Returns:
      • getEndOffsets

        public int[] getEndOffsets()
      • setEndOffsets

        public void setEndOffsets​(int[] end)
      • getText

        public String[] getText()
      • setText

        public void setText​(String[] text)
      • getId

        public int getId()
      • setId

        public void setId​(int id)