net.sf.saxon.query.StaticQueryContext.buildDocument(Source)
|
net.sf.saxon.xpath.XPathEvaluator.createExpression(String)
|
net.sf.saxon.xpath.XPathExpressionImpl.evaluate()
|
net.sf.saxon.xpath.XPathExpressionImpl.evaluateSingle()
|
com.saxonica.schema.UserDefinedType.getLocalName()
|
com.saxonica.schema.AttributeDecl.getNamespace()
since 9.0: use the renamed method getTargetNamespace()
|
net.sf.saxon.Controller.getTreeModel()
|
net.sf.saxon.lib.AugmentedSource.getTreeModel()
|
com.saxonica.config.ProfessionalConfiguration.isSchemaAware(int)
since 9.2: use isLicensedFeature() instead
|
net.sf.saxon.Configuration.isSchemaAware(int)
since 9.2: use isLicensedFeature() instead
|
net.sf.saxon.Configuration.makeSchemaAwareConfiguration(ClassLoader, String)
|
net.sf.saxon.s9api.XdmItem.newAtomicValue(String, ItemType)
|
net.sf.saxon.value.DurationValue.normalizeDuration()
since 9.0 - the method does nothing
|
net.sf.saxon.dom.DocumentBuilderImpl.parse(InputSource)
since 9.3. The DOM created by this class is a DOM wrapper around
(typically) a Saxon Tiny Tree. There is little point in constructing such
an object. If the tree is primarily for use by Saxon XSLT and XQuery, it is
better to construct a Tiny Tree directly and omit the DOM wrapper; if it is
primarily for other DOM applications, it is better to construct a fully-
functional DOM using (for example) Apache Xerces.
|
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.XPathExpressionImpl.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.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.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.setTreeModel(int)
|
net.sf.saxon.lib.AugmentedSource.setTreeModel(int)
|