public class SchemaLocation extends Object
| Constructor and Description |
|---|
SchemaLocation(DOMAttr attr) |
| Modifier and Type | Method and Description |
|---|---|
DOMAttr |
getAttr() |
SchemaLocationHint |
getLocationHint(String namespaceURI)
Returns the location hint, as a string, that is associated with the given namespace URI.
|
Collection<SchemaLocationHint> |
getSchemaLocationHints()
Returns all the location hints given in this xsi:schemaLocation attribute
|
public SchemaLocation(DOMAttr attr)
public SchemaLocationHint getLocationHint(String namespaceURI)
namespaceURI - The namespace URI to find the location hint forpublic DOMAttr getAttr()
public Collection<SchemaLocationHint> getSchemaLocationHints()
SchemaLocationHintCopyright © 2020. All rights reserved.