Class CatalogCatalogEntry


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

      • CatalogCatalogEntry

        public CatalogCatalogEntry​(String baseURI,
                                   DOMElement entryElement)
    • Method Detail

      • 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