Package com.adobe.epubcheck.xml
Class XMLValidator.BasicResolver
- java.lang.Object
-
- com.adobe.epubcheck.xml.XMLValidator.BasicResolver
-
- All Implemented Interfaces:
com.thaiopensource.resolver.Resolver
- Enclosing class:
- XMLValidator
public static class XMLValidator.BasicResolver extends java.lang.Object implements com.thaiopensource.resolver.ResolverBasic Resolver from Jing modified to add support for resolving zip and jar relative locations.
-
-
Field Summary
Fields Modifier and Type Field Description private static XMLValidator.BasicResolvertheInstance
-
Constructor Summary
Constructors Constructor Description BasicResolver()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XMLValidator.BasicResolvergetInstance()voidopen(com.thaiopensource.resolver.Input input)voidresolve(com.thaiopensource.resolver.Identifier id, com.thaiopensource.resolver.Input input)static java.lang.StringresolveUri(com.thaiopensource.resolver.Identifier id)
-
-
-
Field Detail
-
theInstance
private static final XMLValidator.BasicResolver theInstance
-
-
Method Detail
-
getInstance
public static XMLValidator.BasicResolver getInstance()
-
resolve
public void resolve(com.thaiopensource.resolver.Identifier id, com.thaiopensource.resolver.Input input) throws java.io.IOException, com.thaiopensource.resolver.ResolverException- Specified by:
resolvein interfacecom.thaiopensource.resolver.Resolver- Throws:
java.io.IOExceptioncom.thaiopensource.resolver.ResolverException
-
open
public void open(com.thaiopensource.resolver.Input input) throws java.io.IOException, com.thaiopensource.resolver.ResolverException- Specified by:
openin interfacecom.thaiopensource.resolver.Resolver- Throws:
java.io.IOExceptioncom.thaiopensource.resolver.ResolverException
-
resolveUri
public static java.lang.String resolveUri(com.thaiopensource.resolver.Identifier id) throws com.thaiopensource.resolver.ResolverException- Throws:
com.thaiopensource.resolver.ResolverException
-
-