public class StandardUnparsedTextResolver extends Object implements UnparsedTextURIResolver
| Constructor and Description |
|---|
StandardUnparsedTextResolver() |
| Modifier and Type | Method and Description |
|---|---|
Reader |
resolve(URI absoluteURI,
String encoding,
Configuration config)
Resolve the URI passed to the XSLT unparsed-text() function, after resolving
against the base URI.
|
void |
setDebugging(boolean debug)
Set debugging on or off.
|
public void setDebugging(boolean debug)
debug - set to true to enable debuggingpublic Reader resolve(URI absoluteURI, String encoding, Configuration config) throws XPathException
resolve in interface UnparsedTextURIResolverabsoluteURI - the absolute URI obtained by resolving the supplied
URI against the base URIencoding - the encoding requested in the call of unparsed-text(), if any. Otherwise null.config - The configuration. Provided in case the URI resolver
needs it.XPathException - if any failure occursCopyright (c) 2004-2014 Saxonica Limited. All rights reserved.