public abstract class CatalogEntry extends Object
Modifier | Constructor and Description |
---|---|
protected |
CatalogEntry(String baseURI,
DOMElement entryElement) |
Modifier and Type | Method and Description |
---|---|
String |
getBaseURI()
Returns the base URI for this catalog entry
|
protected DOMElement |
getEntryElement()
Returns the element that corresponds with this catalog entry
|
abstract DOMRange |
getLinkRange()
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
|
abstract String |
getResolvedURI()
Returns the URI for the document that this catalog entry references, or null
if this catalog entry does not refer to an external document
|
protected CatalogEntry(String baseURI, DOMElement entryElement)
baseURI
- entryElement
- the element that corresponds with this catalog entrypublic String getBaseURI()
protected DOMElement getEntryElement()
public abstract DOMRange getLinkRange()
public abstract String getResolvedURI()
Copyright © 2022. All rights reserved.