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 EntityResolver
SAXException
IOException
public Source resolve(String pHref, String pBase) throws TransformerException
URIResolver.resolve(String, String)
.resolve
in interface URIResolver
TransformerException
public LSInput resolveResource(String pType, String pNamespaceURI, String pPublicId, String pSystemId, String pBaseURI)
LSResourceResolver.resolveResource(String, String, String, String, String)
.resolveResource
in interface LSResourceResolver
public void setValidating(boolean pValidating)
public boolean isValidating()
public InputSource getExternalSubset(String name, String baseURI) throws SAXException, IOException
EntityResolver2.getExternalSubset(String, String)
getExternalSubset
in interface EntityResolver2
SAXException
IOException
public InputSource resolveEntity(String pName, String pPublicId, String pBaseURI, String pSystemId) throws SAXException, IOException
EntityResolver2.resolveEntity(String, String, String, String)
resolveEntity
in interface EntityResolver2
SAXException
IOException
Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.