Package org.eclipse.lemminx.dom
Interface TargetRange
-
- All Known Implementing Classes:
DTDDeclParameter
public interface TargetRangeTarget range API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.lsp4j.RangegetTargetRange()Returns the target range.StringgetTargetURI()Returns the target URI.
-
-
-
Method Detail
-
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.
-
-