Uses of Class
org.eclipse.lemminx.extensions.contentmodel.model.ReferencedGrammarInfo
-
Packages that use ReferencedGrammarInfo Package Description org.eclipse.lemminx.extensions.contentmodel.model -
-
Uses of ReferencedGrammarInfo in org.eclipse.lemminx.extensions.contentmodel.model
Methods in org.eclipse.lemminx.extensions.contentmodel.model that return types with arguments of type ReferencedGrammarInfo Modifier and Type Method Description Set<ReferencedGrammarInfo>ContentModelManager. getReferencedGrammarInfos(DOMDocument document)Returns informations about all referenced grammar (XSD, DTD) from the given DOM document.Methods in org.eclipse.lemminx.extensions.contentmodel.model with parameters of type ReferencedGrammarInfo Modifier and Type Method Description static StringReferencedGrammarInfo. getBindingKindAndResolvedBy(ReferencedGrammarInfo info)Returns the binding kind and resolved by label.
-