Uses of Class
org.eclipse.lemminx.dom.SchemaLocationHint
-
Packages that use SchemaLocationHint Package Description org.eclipse.lemminx.dom -
-
Uses of SchemaLocationHint in org.eclipse.lemminx.dom
Methods in org.eclipse.lemminx.dom that return SchemaLocationHint Modifier and Type Method Description SchemaLocationHintSchemaLocation. getLocationHint(String namespaceURI)Returns the location hint, as a string, that is associated with the given namespace URI.Methods in org.eclipse.lemminx.dom that return types with arguments of type SchemaLocationHint Modifier and Type Method Description Collection<SchemaLocationHint>SchemaLocation. getSchemaLocationHints()Returns all the location hints given in this xsi:schemaLocation attribute
-