Schnittstelle ILineStartFinder

Alle bekannten Implementierungsklassen:
AbstractDOMBuilder, DOMBuilder, SimpleDOMBuilder

public interface ILineStartFinder
The ILineSeparatorFinder finds previous and next line separators in source.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    int
    getLineStart(int position)
    Returns the position of the start of the line at or before the given source position.
  • Methodendetails

    • getLineStart

      int getLineStart(int position)
      Returns the position of the start of the line at or before the given source position.

      This defaults to zero if the position corresponds to a position on the first line of the source.