Deprecated API

Deprecated Methods
net.sf.saxon.query.XQueryExpression.getController()
          since 8.5.1 - use newController() 
net.sf.saxon.om.Navigator.isWhite(CharSequence)
          since Saxon 8.5: use Whitespace.isWhite(java.lang.CharSequence) 
net.sf.saxon.trans.Variable.make(String, Configuration)
          since 8.5: use Variable.make(QNameValue, Configuration) 
net.sf.saxon.query.StaticQueryContext.setConfiguration(Configuration)
          This method serves no purpose, since it is not possible to change the configuration once the StaticQueryContext has been initialized.