Package net.sf.saxon.trans
Class Instantiator<T>
- java.lang.Object
-
- net.sf.saxon.trans.Instantiator<T>
-
-
Constructor Summary
Constructors Constructor Description Instantiator(java.lang.String className, Configuration config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
make()
Obtain an instance of type T, either by making a new instance or by reusing an existing instance
-
-
-
Constructor Detail
-
Instantiator
public Instantiator(java.lang.String className, Configuration config)
-
-
Method Detail
-
make
public T make() throws XPathException
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
-
-