public class ResolvingGrammarReaderController extends Object implements com.sun.msv.reader.GrammarReaderController2, LSResourceResolver
| Constructor and Description |
|---|
ResolvingGrammarReaderController(String baseURI,
Map<String,EmbeddedSchema> sources) |
| Modifier and Type | Method and Description |
|---|---|
void |
error(Locator[] locs,
String msg,
Exception nestedException) |
LSResourceResolver |
getLSResourceResolver() |
InputSource |
resolveEntity(String publicId,
String systemId) |
LSInput |
resolveResource(String type,
String namespaceURI,
String publicId,
String systemId,
String resolveBaseURI) |
void |
warning(Locator[] locs,
String errorMessage) |
public ResolvingGrammarReaderController(String baseURI, Map<String,EmbeddedSchema> sources)
public void error(Locator[] locs, String msg, Exception nestedException)
error in interface com.sun.msv.reader.GrammarReaderControllerpublic void warning(Locator[] locs, String errorMessage)
warning in interface com.sun.msv.reader.GrammarReaderControllerpublic InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
resolveEntity in interface EntityResolverSAXExceptionIOExceptionpublic LSResourceResolver getLSResourceResolver()
getLSResourceResolver in interface com.sun.msv.reader.GrammarReaderController2public LSInput resolveResource(String type, String namespaceURI, String publicId, String systemId, String resolveBaseURI)
resolveResource in interface LSResourceResolverApache CXF