Package net.sf.saxon.trans
Interface Maker<T>
- All Known Implementing Classes:
Instantiator
public interface Maker<T>
-
Method Summary
-
Method Details
-
make
Obtain an instance of type T, either by making a new instance or by reusing an existing instance- Throws:
XPathException
- if the attempt fails
-