@Service public class SaxParserHandlerBundled extends SaxParserHandler
JAXP_SCHEMA_LANGUAGE, JAXP_SCHEMA_SOURCE, publicID, topNode, W3C_XML_SCHEMA
Constructor and Description |
---|
SaxParserHandlerBundled()
Creates a new instance of SaxParserHandlerBundled
|
Modifier and Type | Method and Description |
---|---|
InputSource |
resolveEntity(String publicID,
String systemID)
Returns an InputSource for the requested DTD or schema.
|
characters, endElement, error, fatalError, getDTDUrlFor, getElementsAllowingEmptyValues, getElementsPreservingWhiteSpace, getMapping, getSchemaFileFor, getSchemaURLFor, getTopNode, getVersionUpgrades, notationDecl, registerBundleNode, resolvePublicID, resolveSchemaNamespace, setErrorReportingString, setStopOnError, setTopNode, startElement, startPrefixMapping
endDocument, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, unparsedEntityDecl, warning
public SaxParserHandlerBundled()
public InputSource resolveEntity(String publicID, String systemID) throws SAXException
resolveEntity
in interface EntityResolver
resolveEntity
in class SaxParserHandler
publicID
- public ID of the requested entitysystemID
- system ID of the requested entitySAXException
- in case of errors resolving the entityCopyright © 2020. All rights reserved.