-
Classes Class Description net.sf.saxon.dom.DocumentBuilderFactoryImpl 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.
-
Fields Field Description net.sf.saxon.lib.SaxonOutputKeys.SAXON_SUPPRESS_INDENTATION use SUPPRESS_INDENTATION (the output property has been adopted as a standard property in XSLT 3.0, it is no longer Saxon-specific)
-
Constructors Constructor Description net.sf.saxon.expr.XPathContextMajor(Item, Configuration) since 9.0 - useXPathContextMajor(Item, Executable)
net.sf.saxon.query.StaticQueryContext(Configuration) since 9.2. Use config.newStaticQueryContext(). This will create a StaticQueryContext with capabilities appropriate to the configuration (for example, offering XQuery 1.1 support).