Interface TargetRange

All Known Implementing Classes:
DTDDeclParameter

public interface TargetRange
Target range API.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.lsp4j.Range
    Returns the target range.
    Returns the target URI.
  • Method Details

    • getTargetRange

      org.eclipse.lsp4j.Range getTargetRange()
      Returns the target range.
      Returns:
      the target range.
    • getTargetURI

      String getTargetURI()
      Returns the target URI.
      Returns:
      the target URI.