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.GrammarReaderController
public void warning(Locator[] locs, String errorMessage)
warning
in interface com.sun.msv.reader.GrammarReaderController
public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
resolveEntity
in interface EntityResolver
SAXException
IOException
public LSResourceResolver getLSResourceResolver()
getLSResourceResolver
in interface com.sun.msv.reader.GrammarReaderController2
public LSInput resolveResource(String type, String namespaceURI, String publicId, String systemId, String resolveBaseURI)
resolveResource
in interface LSResourceResolver
Apache CXF