All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.saxon.trans.IPackageLoader Maven / Gradle / Ivy

There is a newer version: 12.5
Show newest version
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