public interface Maker<T>
Modifier and Type | Method and Description |
---|---|
T |
make()
Obtain an instance of type T, either by making a new instance or by reusing an existing instance
|
T make() throws XPathException
XPathException
- if the attempt failsCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.