public class ClasspathEntityResolver extends Object implements EntityResolver
EntityResolver
implementation resolving XML schemas from classpath
resources.Constructor and Description |
---|
ClasspathEntityResolver()
Standard implementation constructor
org.jdtaus.core.sax.ri.resolver.ClasspathEntityResolver . |
ClasspathEntityResolver(String[] schemaExtensions)
Creates a new
ClasspathEntityResolver instance taking the
extensions to match classpath resouces with. |
public ClasspathEntityResolver()
org.jdtaus.core.sax.ri.resolver.ClasspathEntityResolver
.public ClasspathEntityResolver(String[] schemaExtensions)
ClasspathEntityResolver
instance taking the
extensions to match classpath resouces with.schemaExtensions
- extensions to match classpath resouces with.public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
resolveEntity
in interface EntityResolver
SAXException
IOException
Copyright © 2005-2012 jDTAUS. All Rights Reserved.