Package net.sf.saxon.trans
Class Instantiator<T>
java.lang.Object
net.sf.saxon.trans.Instantiator<T>
- All Implemented Interfaces:
Maker<T>
Interface representing a factory class for instantiating instances of a specific class
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Instantiator
-
-
Method Details
-
make
Obtain an instance of type T, either by making a new instance or by reusing an existing instance- Specified by:
make
in interfaceMaker<T>
- Throws:
XPathException
- if the attempt fails
-