public interface SourceLoader
Modifier and Type | Method and Description |
---|---|
org.xml.sax.InputSource |
loadSource(java.lang.String href,
java.lang.String context,
XSLTC xsltc)
This interface is used to plug external document loaders into XSLTC
(used with the
|
org.xml.sax.InputSource loadSource(java.lang.String href, java.lang.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 © 2023 Apache XML Project. All Rights Reserved.