net.sf.saxon.trans.IPackageLoader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Saxon-HE Show documentation
Show all versions of Saxon-HE Show documentation
The XSLT and XQuery Processor
package net.sf.saxon.trans;
import net.sf.saxon.om.NodeInfo;
import net.sf.saxon.style.StylesheetPackage;
import javax.xml.transform.Source;
public interface IPackageLoader {
StylesheetPackage loadPackageDoc(NodeInfo doc) throws XPathException;
StylesheetPackage loadPackage(Source source) throws XPathException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy