org.jvnet.jaxb2.maven2.resolver.tools
Class ClasspathCatalogResolver

java.lang.Object
  extended by com.sun.org.apache.xml.internal.resolver.tools.CatalogResolver
      extended by org.jvnet.jaxb2.maven2.resolver.tools.ClasspathCatalogResolver
All Implemented Interfaces:
URIResolver, EntityResolver

public class ClasspathCatalogResolver
extends com.sun.org.apache.xml.internal.resolver.tools.CatalogResolver


Field Summary
static String URI_SCHEME_CLASSPATH
           
 
Fields inherited from class com.sun.org.apache.xml.internal.resolver.tools.CatalogResolver
namespaceAware, validating
 
Constructor Summary
ClasspathCatalogResolver()
           
 
Method Summary
 String getResolvedEntity(String publicId, String systemId)
           
 
Methods inherited from class com.sun.org.apache.xml.internal.resolver.tools.CatalogResolver
getCatalog, resolve, resolveEntity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URI_SCHEME_CLASSPATH

public static final String URI_SCHEME_CLASSPATH
See Also:
Constant Field Values
Constructor Detail

ClasspathCatalogResolver

public ClasspathCatalogResolver()
Method Detail

getResolvedEntity

public String getResolvedEntity(String publicId,
                                String systemId)
Overrides:
getResolvedEntity in class com.sun.org.apache.xml.internal.resolver.tools.CatalogResolver


Copyright © 2006-2015. All Rights Reserved.