public interface SourceLoader
Modifier and Type | Method and Description |
---|---|
InputSource |
loadSource(String href,
String context,
XSLTC xsltc)
This interface is used to plug external document loaders into XSLTC
(used with the
|
InputSource loadSource(String href, String context, XSLTC xsltc)
href
- The URI of the document to loadcontext
- The URI of the currently loaded documentxsltc
- The compiler that resuests the documentCopyright © 2018 JBoss by Red Hat. All rights reserved.