public interface SchemaBindingResolver
Modifier and Type | Method and Description |
---|---|
String |
getBaseURI() |
SchemaBinding |
resolve(String nsUri,
String elementName,
String schemaLocation)
Returns an instance of SchemaBinding corresponding to the namespace URI.
|
LSInput |
resolveAsLSInput(String nsUri,
String baseUri,
String schemaLocation)
This one is used to resolve imported schemas with
|
void |
setBaseURI(String baseURI) |
String getBaseURI()
void setBaseURI(String baseURI)
SchemaBinding resolve(String nsUri, String elementName, String schemaLocation)
nsUri
- - namespace URI of the element with the schema referenceelementName
- - optional root element nameschemaLocation
- - the option schema location uri that matches
nsUri if one existsCopyright © 2015 JBoss by Red Hat. All rights reserved.