net.sf.saxon.sxpath.XPathEvaluator.build(Source)
|
net.sf.saxon.query.StaticQueryContext.clearPassiveNamespaces()
|
net.sf.saxon.ant.AntTransform.configureLiaison(File)
since Ant 1.7
|
net.sf.saxon.xpath.XPathEvaluator.createExpression(String)
|
net.sf.saxon.query.StaticQueryContext.declarePassiveNamespace(String, String, boolean)
|
net.sf.saxon.expr.Expression.display(int, PrintStream, Configuration)
since 9.0 - use the explain method
|
net.sf.saxon.xpath.XPathExpressionImpl.evaluate()
|
net.sf.saxon.xpath.XPathEvaluator.evaluate(String)
since Saxon 8.9 - use the various method defined in the JAXP interface definition
|
net.sf.saxon.xpath.XPathExpressionImpl.evaluateSingle()
|
net.sf.saxon.xpath.XPathEvaluator.evaluateSingle(String)
since Saxon 8.9 - use the methods defined in the JAXP interface
|
net.sf.saxon.query.XQueryExpression.getController()
since 8.5.1 - use newController()
|
net.sf.saxon.AugmentedSource.getEntityResolver()
since 9.1 (setting an EntityResolver has never had any effect)
|
net.sf.saxon.om.Navigator.isWhite(CharSequence)
|
net.sf.saxon.s9api.XdmItem.newAtomicValue(String, ItemType)
|
net.sf.saxon.value.DurationValue.normalizeDuration()
since 9.0 - the method does nothing
|
net.sf.saxon.sxpath.XPathExpression.rawIterator(Source)
|
net.sf.saxon.query.QueryResult.serialize(NodeInfo, Result, Properties, Configuration)
|
net.sf.saxon.query.DynamicQueryContext.setContextNode(NodeInfo)
|
net.sf.saxon.xpath.XPathEvaluator.setContextNode(NodeInfo)
since Saxon 8.9 - use the various method defined in the JAXP interface definition,
which allow a NodeInfo object to be supplied as the value of the Source argument
|
net.sf.saxon.xpath.XPathExpressionImpl.setContextNode(NodeInfo)
|
net.sf.saxon.AugmentedSource.setEntityResolver(EntityResolver)
since 9.1 (this method has never had any effect, other than allowing the EntityResolver to
be retrieved using the getEntityResolver() method)
|
net.sf.saxon.Controller.setPrincipalSourceDocument(DocumentInfo)
|
net.sf.saxon.xpath.XPathExpressionImpl.setSortKey(XPathExpressionImpl)
since 9.0. This method is not present in the JAXP interface. The recommended
way to get a sorted result is to use XQuery instead of XPath.
|
net.sf.saxon.sxpath.XPathEvaluator.setStripSpace(boolean)
|
net.sf.saxon.xpath.XPathEvaluator.setStripSpace(boolean)
since 8.9. The preferred way to define options for the way in which source
documents are built is to use the class AugmentedSource for any
of the methods expecting a Source object.
|
net.sf.saxon.Controller.unravel(Source, Configuration)
|