Uses of Class
org.eclipse.lemminx.extensions.catalog.CatalogEntry
-
Packages that use CatalogEntry Package Description org.eclipse.lemminx.extensions.catalog -
-
Uses of CatalogEntry in org.eclipse.lemminx.extensions.catalog
Subclasses of CatalogEntry in org.eclipse.lemminx.extensions.catalog Modifier and Type Class Description classCatalogCatalogEntryRepresents a catalog entry that uses the "catalog" attribute to reference an external documentclassURICatalogEntryRepresents a catalog entry that uses the "uri" attribute to reference an external documentMethods in org.eclipse.lemminx.extensions.catalog that return types with arguments of type CatalogEntry Modifier and Type Method Description static List<CatalogEntry>CatalogUtils. getCatalogEntries(DOMDocument document)Returns a list of all the catalog entries in the given document, or an empty list if the document is not a catalog.Methods in org.eclipse.lemminx.extensions.catalog with parameters of type CatalogEntry Modifier and Type Method Description static StringCatalogUtils. getResolvedLocation(DOMDocument document, CatalogEntry catalogEntry)Returns the expanded system location
-