public class Resolver extends Object implements EntityResolver2, URIResolver, LSResourceResolver
EntityResolver,
URIResolver, and LSResourceResolver,
based on the Apache catalog resolver.public InputSource resolveEntity(String pPublicId, String pSystemId) throws SAXException, IOException
EntityResolver.resolveEntity(String, String).resolveEntity in interface EntityResolverSAXExceptionIOExceptionpublic Source resolve(String pHref, String pBase) throws TransformerException
URIResolver.resolve(String, String).resolve in interface URIResolverTransformerExceptionpublic LSInput resolveResource(String pType, String pNamespaceURI, String pPublicId, String pSystemId, String pBaseURI)
LSResourceResolver.resolveResource(String, String, String, String, String).resolveResource in interface LSResourceResolverpublic void setValidating(boolean pValidating)
public boolean isValidating()
public InputSource getExternalSubset(String name, String baseURI) throws SAXException, IOException
EntityResolver2.getExternalSubset(String, String)getExternalSubset in interface EntityResolver2SAXExceptionIOExceptionpublic InputSource resolveEntity(String pName, String pPublicId, String pBaseURI, String pSystemId) throws SAXException, IOException
EntityResolver2.resolveEntity(String, String, String, String)resolveEntity in interface EntityResolver2SAXExceptionIOExceptionCopyright © 2006–2018 The Apache Software Foundation. All rights reserved.