Skip navigation links
A C D E G I J M N O R S V X 

A

addFunction(ExtensionFunctionDefinition) - Method in class org.daisy.common.xpath.saxon.XPathFunctionRegistry
 
addFunctionProvider(ExtensionFunctionProvider) - Method in class org.daisy.common.xpath.saxon.XPathFunctionRegistry
 
addPackageDetails(PackageDetails) - Method in class org.daisy.common.saxon.SaxonConfigurator
 
asInput() - Method in class org.daisy.common.saxon.SaxonBuffer
 
asNodeIterator() - Method in class org.daisy.common.saxon.SaxonInputValue
The returned Iterator will throw a TransformerException that wraps:
asOutput() - Method in class org.daisy.common.saxon.SaxonBuffer
 
asXdmItemConsumer() - Method in class org.daisy.common.saxon.SaxonOutputValue
 
asXdmItemIterator() - Method in class org.daisy.common.saxon.SaxonInputValue
 
asXMLStreamReader() - Method in class org.daisy.common.saxon.SaxonInputValue
The returned BaseURIAwareXMLStreamReader will throw a TransformerException that wraps:
asXMLStreamWriter() - Method in class org.daisy.common.saxon.SaxonOutputValue
 
axisIterable(XdmNode, Axis) - Static method in class org.daisy.common.saxon.SaxonHelper
 

C

compileExpression(String, Hashtable<String, String>, Configuration) - Static method in class org.daisy.common.saxon.SaxonHelper
 
configure(Processor) - Method in class org.daisy.common.saxon.SaxonConfigurator
 
configure(TransformerFactoryImpl) - Method in class org.daisy.common.saxon.SaxonConfigurator
 
configure(XPathFactoryImpl) - Method in class org.daisy.common.saxon.SaxonConfigurator
 

D

done() - Method in class org.daisy.common.saxon.SaxonBuffer
 

E

ensureSingleItem() - Method in class org.daisy.common.saxon.SaxonInputValue
 
error(TransformerException) - Method in class org.daisy.common.saxon.SaxonBuffer
 
evaluateBoolean(XPathExpression, XdmNode) - Static method in class org.daisy.common.saxon.SaxonHelper
 
ExtensionFunctionProvider - Interface in org.daisy.common.xpath.saxon
 

G

getArgumentTypes() - Method in class org.daisy.common.xpath.saxon.XsltFunction
 
getConfigurationAsStream() - Method in class org.daisy.common.saxon.SaxonConfigurator
 
getDefinitions() - Method in interface org.daisy.common.xpath.saxon.ExtensionFunctionProvider
 
getDefinitions() - Method in class org.daisy.common.xpath.saxon.ReflexiveExtensionFunctionProvider
 
getExtensionFunctions() - Method in class org.daisy.common.saxon.SaxonConfigurator
 
getFunctionQName() - Method in class org.daisy.common.xpath.saxon.XsltFunction
 
getFunctions() - Method in class org.daisy.common.xpath.saxon.XPathFunctionRegistry
 
getMaximumNumberOfArguments() - Method in class org.daisy.common.xpath.saxon.XsltFunction
 
getMinimumNumberOfArguments() - Method in class org.daisy.common.xpath.saxon.XsltFunction
 
getResultType(SequenceType[]) - Method in class org.daisy.common.xpath.saxon.XsltFunction
 
getURIForPrefix(String, boolean) - Method in class org.daisy.common.saxon.SaxonHelper.MatchingNamespaceResolver
 
getURIResolver() - Method in class org.daisy.common.saxon.SaxonConfigurator
 
getXsltPackages() - Method in class org.daisy.common.saxon.SaxonConfigurator
 

I

iteratePrefixes() - Method in class org.daisy.common.saxon.SaxonHelper.MatchingNamespaceResolver
 

J

jaxpQName(QName) - Static method in class org.daisy.common.saxon.SaxonHelper
 

M

makeCallExpression() - Method in class org.daisy.common.xpath.saxon.XsltFunction
 
MatchingNamespaceResolver(Hashtable<String, String>) - Constructor for class org.daisy.common.saxon.SaxonHelper.MatchingNamespaceResolver
 
mult(int) - Method in class org.daisy.common.saxon.SaxonInputValue
 

N

newConfiguration() - Method in class org.daisy.common.saxon.SaxonConfigurator
 

O

org.daisy.common.saxon - package org.daisy.common.saxon
 
org.daisy.common.xpath.saxon - package org.daisy.common.xpath.saxon
 

R

ReflexiveExtensionFunctionProvider - Class in org.daisy.common.xpath.saxon
Poor man's implementation of Saxon's reflexive extension function mechanism, which is only available in the PE and EE versions.
ReflexiveExtensionFunctionProvider(Class<?>) - Constructor for class org.daisy.common.xpath.saxon.ReflexiveExtensionFunctionProvider
 
removeFunction(ExtensionFunctionDefinition) - Method in class org.daisy.common.xpath.saxon.XPathFunctionRegistry
 
removeFunctionProvider(ExtensionFunctionProvider) - Method in class org.daisy.common.xpath.saxon.XPathFunctionRegistry
 
removePackageDetails(PackageDetails) - Method in class org.daisy.common.saxon.SaxonConfigurator
 

S

SaxonBuffer - Class in org.daisy.common.saxon
 
SaxonBuffer(Configuration) - Constructor for class org.daisy.common.saxon.SaxonBuffer
 
SaxonConfigurator - Class in org.daisy.common.saxon
 
SaxonConfigurator() - Constructor for class org.daisy.common.saxon.SaxonConfigurator
 
SaxonConfigurator_SPI - Class in org.daisy.common.saxon
 
SaxonConfigurator_SPI() - Constructor for class org.daisy.common.saxon.SaxonConfigurator_SPI
 
SaxonHelper - Class in org.daisy.common.saxon
 
SaxonHelper.MatchingNamespaceResolver - Class in org.daisy.common.saxon
 
SaxonInputValue - Class in org.daisy.common.saxon
 
SaxonInputValue(XdmValue) - Constructor for class org.daisy.common.saxon.SaxonInputValue
 
SaxonInputValue(NodeInfo) - Constructor for class org.daisy.common.saxon.SaxonInputValue
 
SaxonInputValue(Iterator<? extends XdmItem>) - Constructor for class org.daisy.common.saxon.SaxonInputValue
 
SaxonInputValue(SaxonInputValue, boolean) - Constructor for class org.daisy.common.saxon.SaxonInputValue
 
SaxonOutputValue - Class in org.daisy.common.saxon
 
SaxonOutputValue(Consumer<XdmItem>, Configuration) - Constructor for class org.daisy.common.saxon.SaxonOutputValue
 
SaxonOutputValue(SaxonOutputValue) - Constructor for class org.daisy.common.saxon.SaxonOutputValue
 
sequenceFromObject(Object) - Static method in class org.daisy.common.saxon.SaxonHelper
 
sequenceFromObject(Object, Set<Class<?>>) - Static method in class org.daisy.common.saxon.SaxonHelper
 
setURIResolver(URIResolver) - Method in class org.daisy.common.saxon.SaxonConfigurator
 
setXPathFunctionRegistry(XPathFunctionRegistry) - Method in class org.daisy.common.saxon.SaxonConfigurator
 
spi_deactivate() - Method in class org.daisy.common.saxon.SaxonConfigurator_SPI
 
spi_deactivate() - Method in class org.daisy.common.xpath.saxon.XPathFunctionRegistry_SPI
 
spi_getProperties() - Method in class org.daisy.common.saxon.SaxonConfigurator_SPI
 
spi_getProperties() - Method in class org.daisy.common.xpath.saxon.XPathFunctionRegistry_SPI
 

V

valueSupplied() - Method in class org.daisy.common.saxon.SaxonInputValue
 

X

xdmValueFromObject(Object) - Static method in class org.daisy.common.saxon.SaxonHelper
 
XPathFunctionRegistry - Class in org.daisy.common.xpath.saxon
 
XPathFunctionRegistry() - Constructor for class org.daisy.common.xpath.saxon.XPathFunctionRegistry
 
XPathFunctionRegistry_SPI - Class in org.daisy.common.xpath.saxon
 
XPathFunctionRegistry_SPI() - Constructor for class org.daisy.common.xpath.saxon.XPathFunctionRegistry_SPI
 
XsltFunction - Class in org.daisy.common.xpath.saxon
 
XsltFunction(URL, StructuredQName) - Constructor for class org.daisy.common.xpath.saxon.XsltFunction
 
A C D E G I J M N O R S V X 
Skip navigation links

Copyright © 2010–2022 The DAISY Consortium. All rights reserved.