Package org.eclipse.lemminx.dom
Class SchemaLocation
java.lang.Object
org.eclipse.lemminx.dom.SchemaLocation
The declared "xsi:schemaLocation"
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttr()getLocationHint(String namespaceURI) Returns the location hint, as a string, that is associated with the given namespace URI.Returns all the location hints given in this xsi:schemaLocation attribute
-
Constructor Details
-
SchemaLocation
-
-
Method Details
-
getLocationHint
Returns the location hint, as a string, that is associated with the given namespace URI. If the given namespace URI was not referred to in this xsi:schemaLocation, then null is returned.- Parameters:
namespaceURI- The namespace URI to find the location hint for- Returns:
- The associated location hint, as a string, or null if the namespace was not referred to in xsi:schemaLocation
-
getAttr
-
getSchemaLocationHints
Returns all the location hints given in this xsi:schemaLocation attribute- Returns:
- A Collection of all the location hints as
SchemaLocationHint
-