Class CatalogCatalogEntry
java.lang.Object
org.eclipse.lemminx.extensions.catalog.CatalogEntry
org.eclipse.lemminx.extensions.catalog.CatalogCatalogEntry
Represents a catalog entry that uses the "catalog" attribute to reference an external document
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 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 documentReturns the URI for the document that this catalog entry references, or null if this catalog entry does not refer to an external documentMethods inherited from class org.eclipse.lemminx.extensions.catalog.CatalogEntry
getBaseURI, getEntryElement
-
Constructor Details
-
CatalogCatalogEntry
-
-
Method Details
-
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
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
-