TemplatesHandlerImpl
, TransformerFactoryImpl
public interface SourceLoader
Modifier and Type | Method | 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 ? 2014 Apache XML Project. All Rights Reserved.