Class URICatalogEntry
- java.lang.Object
-
- org.eclipse.lemminx.extensions.catalog.CatalogEntry
-
- org.eclipse.lemminx.extensions.catalog.URICatalogEntry
-
public class URICatalogEntry extends CatalogEntry
Represents a catalog entry that uses the "uri" attribute to reference an external document
-
-
Constructor Summary
Constructors Constructor Description URICatalogEntry(String baseURI, DOMElement entryElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DOMRangegetLinkRange()Returns the range in the document where the link to an external document is, or null if this catalog entry does not refer to an external documentStringgetResolvedURI()Returns the URI for the document that this catalog entry references, or null if this catalog entry does not refer to an external document-
Methods inherited from class org.eclipse.lemminx.extensions.catalog.CatalogEntry
getBaseURI, getEntryElement
-
-
-
-
Constructor Detail
-
URICatalogEntry
public URICatalogEntry(String baseURI, DOMElement entryElement)
-
-
Method Detail
-
getLinkRange
public DOMRange getLinkRange()
Description copied from class:CatalogEntryReturns the range in the document where the link to an external document is, or null if this catalog entry does not refer to an external document- Specified by:
getLinkRangein classCatalogEntry- Returns:
- the range in the document where the link to an external document is
-
getResolvedURI
public String getResolvedURI()
Description copied from class:CatalogEntryReturns the URI for the document that this catalog entry references, or null if this catalog entry does not refer to an external document- Specified by:
getResolvedURIin classCatalogEntry- Returns:
- the URI for the document that this catalog entry references
-
-