Class URICatalogEntry


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

      • URICatalogEntry

        public URICatalogEntry​(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