Class CatalogCatalogEntry

java.lang.Object
org.eclipse.lemminx.extensions.catalog.CatalogEntry
org.eclipse.lemminx.extensions.catalog.CatalogCatalogEntry

public class CatalogCatalogEntry extends CatalogEntry
Represents a catalog entry that uses the "catalog" attribute to reference an external document
  • Constructor Details

    • CatalogCatalogEntry

      public CatalogCatalogEntry(String baseURI, DOMElement entryElement)
  • Method Details

    • getLinkRange

      public DOMRange getLinkRange()
      Description copied from class: CatalogEntry
      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 document
      Specified by:
      getLinkRange in class CatalogEntry
      Returns:
      the range in the document where the link to an external document is
    • getResolvedURI

      public String getResolvedURI()
      Description copied from class: CatalogEntry
      Returns 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:
      getResolvedURI in class CatalogEntry
      Returns:
      the URI for the document that this catalog entry references