@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, startPrefixMappingendDocument, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, unparsedEntityDecl, warningpublic SaxParserHandlerBundled()
public InputSource resolveEntity(String publicID, String systemID) throws SAXException
resolveEntity in interface EntityResolverresolveEntity in class SaxParserHandlerpublicID - public ID of the requested entitysystemID - system ID of the requested entitySAXException - in case of errors resolving the entityCopyright © 2017. All rights reserved.