Class RFC5147CharScheme

java.lang.Object
de.wwu.scdh.annotation.selection.point.PointImpl
de.wwu.scdh.annotation.selection.point.RFC5147CharScheme
All Implemented Interfaces:
Point

public class RFC5147CharScheme extends PointImpl
A Point represented by a RFC5147 character scheme. This record is usually used to reference content in a plain text representation.
  • Field Details

  • Constructor Details

    • RFC5147CharScheme

      public RFC5147CharScheme(int chr)
      Make a RFC5147CharScheme inter-character position.
      Parameters:
      chr - - the character scheme component
  • Method Details

    • getChar

      public int getChar()