Uses of Class
org.eclipse.lemminx.uriresolver.ResolvedURIInfo
-
Packages that use ResolvedURIInfo Package Description org.eclipse.lemminx.extensions.contentmodel.model org.eclipse.lemminx.uriresolver -
-
Uses of ResolvedURIInfo in org.eclipse.lemminx.extensions.contentmodel.model
Methods in org.eclipse.lemminx.extensions.contentmodel.model that return ResolvedURIInfo Modifier and Type Method Description ResolvedURIInfoReferencedGrammarInfo. getResolvedURIInfo()Returns the resolved URI information (the result of the resolve and the resolution strategy (ex : catalog, file association, etc)).Constructors in org.eclipse.lemminx.extensions.contentmodel.model with parameters of type ResolvedURIInfo Constructor Description ReferencedGrammarInfo(ResolvedURIInfo resolvedURIInfo, GrammarCacheInfo grammarCacheInfo, ContentModelProvider.Identifier identifier) -
Uses of ResolvedURIInfo in org.eclipse.lemminx.uriresolver
Methods in org.eclipse.lemminx.uriresolver that return ResolvedURIInfo Modifier and Type Method Description ResolvedURIInfoURIResolverExtensionManager. resolveInfo(String baseLocation, String publicId, String systemId)
-