A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

ALLOW_EXTERNAL_FUNCTIONS - Static variable in class com.icl.saxon.FeatureKeys
ALLOW_EXTERNAL_FUNCTIONS must be a Boolean()
ALL_DEPENDENCIES - Static variable in class com.icl.saxon.Context
 
ANCESTOR - Static variable in class com.icl.saxon.om.Axis
Constants representing the axes
ANCESTOR_OR_SELF - Static variable in class com.icl.saxon.om.Axis
 
ANY - Static variable in class com.icl.saxon.expr.Value
 
ARCHIVE - Variable in class com.icl.saxon.style.StandardNames
 
ASCIICharacterSet - class com.icl.saxon.charcode.ASCIICharacterSet.
This class defines properties of the US-ASCII character set
ASCIICharacterSet() - Constructor for class com.icl.saxon.charcode.ASCIICharacterSet
 
ATTRIBUTE - Static variable in class com.icl.saxon.om.Axis
 
ATTRIBUTE - Static variable in interface com.icl.saxon.om.NodeInfo
 
AbsentExtensionElement - class com.icl.saxon.style.AbsentExtensionElement.
This element is a surrogate for an extension element (or indeed an xsl element) for which no implementation is available.
AbsentExtensionElement() - Constructor for class com.icl.saxon.style.AbsentExtensionElement
 
AbstractNode - class com.icl.saxon.om.AbstractNode.
This class is an abstract implementation of the Saxon NodeInfo interface; it also contains concrete implementations of most of the DOM methods in terms of the NodeInfo methods.
AbstractNode() - Constructor for class com.icl.saxon.om.AbstractNode
 
AnyChildNodePattern - class com.icl.saxon.pattern.AnyChildNodePattern.
An AnyChildNodePattern is the pattern node(), which matches any node except a root node, an attribute node, or a namespace node: in other words, any node that is the child of another node.
AnyChildNodePattern() - Constructor for class com.icl.saxon.pattern.AnyChildNodePattern
 
AnyNodeTest - class com.icl.saxon.pattern.AnyNodeTest.
NodeTest is an interface that enables a test of whether a node has a particular name and type.
AnyNodeTest() - Constructor for class com.icl.saxon.pattern.AnyNodeTest
 
AttributeCollection - class com.icl.saxon.tree.AttributeCollection.
AttributeCollection is an implementation of the SAX2 interface Attributes that also provides the ability to manipulate namespaces and to convert attributes into Nodes.
AttributeCollection(NamePool) - Constructor for class com.icl.saxon.tree.AttributeCollection
Create an empty attribute list.
AttributeCollection(NamePool, int) - Constructor for class com.icl.saxon.tree.AttributeCollection
Create an empty attribute list with space for n attributes
AttributeCollection(AttributeCollection) - Constructor for class com.icl.saxon.tree.AttributeCollection
Create a new attribute collection as a clone
AttributeCollection(NamePool, Attributes) - Constructor for class com.icl.saxon.tree.AttributeCollection
Create a new attribute collection as a clone
AttributeValueTemplate - class com.icl.saxon.expr.AttributeValueTemplate.
This class represents an attribute value template.
Axis - class com.icl.saxon.om.Axis.
An axis, that is a direction of navigation in the document structure.
Axis() - Constructor for class com.icl.saxon.om.Axis
 
AxisEnumeration - interface com.icl.saxon.om.AxisEnumeration.
A NodeEnumeration is used to iterate over a list of nodes.
a - Variable in class com.icl.saxon.trace.SaxonEventMulticaster
 
abs(double) - Static method in class com.icl.saxon.exslt.Math
Get the absolute value of a numeric value (SStL)
acos(double) - Static method in class com.icl.saxon.exslt.Math
Get the arccosine of a numeric value (SStL)
add(DocumentInfo, String) - Method in class com.icl.saxon.om.DocumentPool
Add a document to the pool, and allocate a document number
add(TraceListener, TraceListener) - Static method in class com.icl.saxon.trace.SaxonEventMulticaster
Adds trace-listener-a with trace-listener-b and returns the resulting multicast listener.
addArgument(Expression) - Method in class com.icl.saxon.expr.Function
Method to add an argument during function definition.
addAttribute(int, int, String, String) - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
 
addAttribute(int, String, String) - Method in class com.icl.saxon.tree.AttributeCollection
Add an attribute to an attribute list.
addAttribute(String, String, String, String, String) - Method in class com.icl.saxon.tree.AttributeCollection
Add an attribute to an attribute list.
addFilter(Expression) - Method in class com.icl.saxon.expr.Step
 
addFilter(Expression) - Method in class com.icl.saxon.pattern.LocationPathPattern
Add a filter to the pattern (while under construction)
addInternal(EventListener, EventListener) - Static method in class com.icl.saxon.trace.SaxonEventMulticaster
Returns the resulting multicast listener from adding listener-a and listener-b together.
addNamespace(int, int) - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
 
addNamespaceNodes(ElementImpl, Vector, boolean) - Method in class com.icl.saxon.tree.ElementImpl
Make the set of all namespace nodes associated with this element.
addNamespaceNodes(ElementImpl, Vector, boolean) - Method in class com.icl.saxon.tree.ElementWithAttributes
Make the set of all namespace nodes associated with this element.
addNode(short, int, int, int, int) - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
 
addRule(Pattern, Object, int, double) - Method in class com.icl.saxon.Mode
Add a rule to the Mode.
addTraceListener(TraceListener) - Method in class com.icl.saxon.Controller
Adds the specified trace listener to receive trace events from this instance.
adoptNode(Node) - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
Attempts to adopt a node from another document to this document.
adoptNode(Node) - Method in class com.icl.saxon.tree.DocumentImpl
Attempts to adopt a node from another document to this document.
after(Context, NodeSetValue, NodeSetValue) - Static method in class com.icl.saxon.functions.Extensions
Find all the nodes in ns1 that are after the first node in ns2.
allocate(String, String, String) - Method in class com.icl.saxon.om.NamePool
Allocate a name from the pool, or a new Name if there is not a matching one there
allocate(String, short, String) - Method in class com.icl.saxon.om.NamePool
Allocate a name from the pool, or a new Name if there is not a matching one there
allocateCodeForPrefix(String) - Method in class com.icl.saxon.om.NamePool
Allocate the prefix code for a given Prefix; create one if not found
allocateCodeForURI(String) - Method in class com.icl.saxon.om.NamePool
Allocate the uri code for a given URI; create one if not found, unless the namepool is sealed
allocateGlobals(int) - Method in class com.icl.saxon.Bindery
Define how many slots are needed for global variables
allocateLocalSlots(int) - Method in class com.icl.saxon.style.XSLStyleSheet
Ensure there is enuogh space for local variables or parameters in any template
allocateLocals(int) - Method in class com.icl.saxon.Bindery
Define how many slots are needed for local variables.
allocateNames() - Method in class com.icl.saxon.style.StandardNames
 
allocateNamespaceCode(String, String) - Method in class com.icl.saxon.om.NamePool
Allocate the namespace code for a namespace prefix/URI pair.
allocateNamespaceCode(int) - Method in class com.icl.saxon.om.NamePool
Allocate a namespace code for the prefix/URI of a given namecode
allocateSlotNumber() - Method in class com.icl.saxon.style.Procedure
Allocate a slot number for a variable
allocateSlotNumber() - Method in class com.icl.saxon.style.XSLStyleSheet
Allocate a slot number for a global variable or parameter
allowGeneralUse() - Method in class com.icl.saxon.expr.SingletonNodeSet
Allow general use as a node-set.
allowsKeyFunction() - Method in class com.icl.saxon.expr.StandaloneContext
Determine whether the key() function is permmitted in this context
allowsKeyFunction() - Method in interface com.icl.saxon.expr.StaticContext
Determine whether the key() function is permmitted in this context
allowsKeyFunction() - Method in class com.icl.saxon.style.ExpressionContext
Determine whether the key() function is permmitted in this context
alphaDefault(int, char, StringBuffer) - Method in class com.icl.saxon.number.Numberer_en
Default processing with an alphabetic format token: use the contiguous range of Unicode letters starting with that token.
ancestorPattern - Variable in class com.icl.saxon.pattern.LocationPathPattern
 
append(NodeInfo) - Method in class com.icl.saxon.expr.NodeSetExtent
Append a node to the node-set.
appendChars(char[], int, int) - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
 
appendChild(Node) - Method in class com.icl.saxon.om.AbstractNode
Adds the node newChild to the end of the list of children of this node.
appendData(String) - Method in class com.icl.saxon.om.AbstractNode
Append the string to the end of the character data of the node.
applyImports(Context, Mode, int, int, ParameterSet) - Method in class com.icl.saxon.Controller
Apply a template imported from the stylesheet containing the current template
applyTemplates(Context, Expression, Mode, ParameterSet) - Method in class com.icl.saxon.Controller
ApplyTemplates to process selected nodes using the handlers registered for a particular mode.
argument - Variable in class com.icl.saxon.expr.Function
 
asBoolean() - Method in class com.icl.saxon.expr.BooleanValue
Convert to boolean (null operation)
asBoolean() - Method in class com.icl.saxon.expr.EmptyNodeSet
Evaluate as a boolean.
asBoolean() - Method in class com.icl.saxon.expr.FragmentValue
Convert the result tree fragment to a boolean
asBoolean() - Method in class com.icl.saxon.expr.NodeSetExtent
Evaluate as a boolean.
asBoolean() - Method in class com.icl.saxon.expr.NodeSetIntent
Evaluate as a boolean.
asBoolean() - Method in class com.icl.saxon.expr.NodeSetValue
Evaluate as a boolean.
asBoolean() - Method in class com.icl.saxon.expr.NumericValue
Convert the value to a boolean
asBoolean() - Method in class com.icl.saxon.expr.ObjectValue
Convert the value to a boolean
asBoolean() - Method in class com.icl.saxon.expr.SingletonNodeSet
Evaluate as a boolean.
asBoolean() - Method in class com.icl.saxon.expr.StringValue
Convert the string value to a boolean
asBoolean() - Method in class com.icl.saxon.expr.TextFragmentValue
Convert the result tree fragment to a boolean
asBoolean() - Method in class com.icl.saxon.expr.Value
Convert the value to a Boolean
asNumber() - Method in class com.icl.saxon.expr.BooleanValue
Convert to number
asNumber() - Method in class com.icl.saxon.expr.FragmentValue
Convert the result tree fragment to a number
asNumber() - Method in class com.icl.saxon.expr.NodeSetValue
Evaluate as a number.
asNumber() - Method in class com.icl.saxon.expr.NumericValue
Get the value as a number
asNumber() - Method in class com.icl.saxon.expr.ObjectValue
Get the value as a number
asNumber() - Method in class com.icl.saxon.expr.StringValue
Convert the string value to a number
asNumber() - Method in class com.icl.saxon.expr.TextFragmentValue
Convert the result tree fragment to a number
asNumber() - Method in class com.icl.saxon.expr.Value
Convert the value to a Number
asString() - Method in class com.icl.saxon.expr.BooleanValue
Convert to string
asString() - Method in class com.icl.saxon.expr.EmptyNodeSet
Convert to string value
asString() - Method in class com.icl.saxon.expr.FragmentValue
Convert the result tree fragment to a string.
asString() - Method in class com.icl.saxon.expr.NodeSetExtent
Convert to string value
asString() - Method in class com.icl.saxon.expr.NodeSetIntent
Convert to string value
asString() - Method in class com.icl.saxon.expr.NodeSetValue
Convert to string value
asString() - Method in class com.icl.saxon.expr.NumericValue
Get the value as a String
asString() - Method in class com.icl.saxon.expr.ObjectValue
Get the value as a String
asString() - Method in class com.icl.saxon.expr.SingletonNodeSet
Convert to string value
asString() - Method in class com.icl.saxon.expr.StringValue
Get the string value as a String
asString() - Method in class com.icl.saxon.expr.TextFragmentValue
Convert the result tree fragment to a string.
asString() - Method in class com.icl.saxon.expr.Value
Convert the value to a String value
asStringOLD() - Method in class com.icl.saxon.expr.NumericValue
Get the value as a String
asin(double) - Static method in class com.icl.saxon.exslt.Math
Get the arcsine of a numeric value (SStL)
assignVariable(Binding, Value) - Method in class com.icl.saxon.Bindery
Assign a new value to a variable
assignable - Variable in class com.icl.saxon.style.XSLGeneralVariable
 
atan(double) - Static method in class com.icl.saxon.exslt.Math
Get the arctangent of a numeric value (SStL)
atan2(double, double) - Static method in class com.icl.saxon.exslt.Math
Converts rectangular coordinates to polar (SStL)
attCode - Variable in class com.icl.saxon.tinytree.TinyDocumentImpl
 
attParent - Variable in class com.icl.saxon.tinytree.TinyDocumentImpl
 
attValue - Variable in class com.icl.saxon.tinytree.TinyDocumentImpl
 
attributeDecl(String, String, String, String, String) - Method in class com.icl.saxon.aelfred.DefaultHandler
SAX2: called on attribute declarations
attributeList - Variable in class com.icl.saxon.tree.ElementWithAttributes
 
attributeSets - Variable in class com.icl.saxon.style.StyleElement
 
axisName - Static variable in class com.icl.saxon.om.Axis
Table giving the name each axis

B

BOOLEAN - Static variable in class com.icl.saxon.expr.Value
Constants denoting the data types of an expression or value
BinaryTree - class com.icl.saxon.sort.BinaryTree.
A Binary Tree used for sorting.
BinaryTree() - Constructor for class com.icl.saxon.sort.BinaryTree
 
Bindery - class com.icl.saxon.Bindery.
The Bindery class holds information about variables and their values.
Bindery() - Constructor for class com.icl.saxon.Bindery
 
Binding - interface com.icl.saxon.Binding.
Binding is a interface used to mark objects that represent a variable declaration
BooleanFn - class com.icl.saxon.functions.BooleanFn.
 
BooleanFn() - Constructor for class com.icl.saxon.functions.BooleanFn
 
BooleanValue - class com.icl.saxon.expr.BooleanValue.
A boolean XPath value
BooleanValue(boolean) - Constructor for class com.icl.saxon.expr.BooleanValue
Constructor: create a boolean value
Builder - class com.icl.saxon.om.Builder.
The abstract Builder class is responsible for taking a stream of SAX events and constructing a Document tree.
Builder() - Constructor for class com.icl.saxon.om.Builder
create a Builder and initialise variables
b - Variable in class com.icl.saxon.trace.SaxonEventMulticaster
 
badUsage(String, String) - Method in class com.icl.saxon.StyleSheet
 
base - Variable in class com.icl.saxon.expr.SortKeyEnumeration
 
baseEmitter - Variable in class com.icl.saxon.output.ProxyEmitter
 
baseURI - Variable in class com.icl.saxon.jdom.DocumentWrapper
 
baseUri(Context) - Static method in class com.icl.saxon.functions.Extensions
Return the base URI of the context node
before(Context, NodeSetValue, NodeSetValue) - Static method in class com.icl.saxon.functions.Extensions
Find all the nodes in ns1 that are before the last node in ns2.
bindComparer() - Method in class com.icl.saxon.sort.SortKeyDefinition
If possible, use the same comparer every time
bindVariable(int) - Method in class com.icl.saxon.expr.StandaloneContext
Bind a variable used in this element to the XSLVariable element in which it is declared
bindVariable(int) - Method in interface com.icl.saxon.expr.StaticContext
Bind a variable to an object that can be used to refer to it
bindVariable(int) - Method in class com.icl.saxon.style.ExpressionContext
Bind a variable to an object that can be used to refer to it
bindVariable(int) - Method in class com.icl.saxon.style.StyleElement
Bind a variable used in this element to the XSLVariable element in which it is declared
bindVariable(int) - Method in class com.icl.saxon.style.XSLKey
Disallow variable references in the match and use patterns
bindVariable(int) - Method in class com.icl.saxon.style.XSLTemplate
Disallow variable references in the match pattern
build(SAXSource) - Method in class com.icl.saxon.om.Builder
Build the tree from an input source.

C

CASE_ORDER - Variable in class com.icl.saxon.style.StandardNames
 
CDATAFilter - class com.icl.saxon.output.CDATAFilter.
CDATAFilter: This ProxyEmitter converts character data to CDATA sections, if the character data belongs to one of a set of element types to be handled this way.
CDATAFilter() - Constructor for class com.icl.saxon.output.CDATAFilter
 
CDATA_SECTION_ELEMENTS - Variable in class com.icl.saxon.style.StandardNames
 
CHARACTER_REPRESENTATION - Static variable in class com.icl.saxon.output.SaxonOutputKeys
representation = rep1[;rep2].
CHILD - Static variable in class com.icl.saxon.om.Axis
 
COMMENT - Static variable in interface com.icl.saxon.om.NodeInfo
 
CONTEXT_DOCUMENT - Static variable in class com.icl.saxon.Context
 
CONTEXT_NODE - Static variable in class com.icl.saxon.Context
 
CONTROLLER - Static variable in class com.icl.saxon.Context
 
COUNT - Variable in class com.icl.saxon.style.StandardNames
 
CP1250CharacterSet - class com.icl.saxon.charcode.CP1250CharacterSet.
This class defines properties of the cp1250 character set
CP1250CharacterSet() - Constructor for class com.icl.saxon.charcode.CP1250CharacterSet
 
CP1251CharacterSet - class com.icl.saxon.charcode.CP1251CharacterSet.
This class defines properties of the CP1251 Cyrillic character set, as defined at http://www.microsoft.com/globaldev/reference/sbcs/1251.htm
CP1251CharacterSet() - Constructor for class com.icl.saxon.charcode.CP1251CharacterSet
 
CP852CharacterSet - class com.icl.saxon.charcode.CP852CharacterSet.
This package defines pluggable character set CP852
CP852CharacterSet() - Constructor for class com.icl.saxon.charcode.CP852CharacterSet
 
CURRENT_NODE - Static variable in class com.icl.saxon.Context
 
Ceiling - class com.icl.saxon.functions.Ceiling.
 
Ceiling() - Constructor for class com.icl.saxon.functions.Ceiling
 
CharacterSet - interface com.icl.saxon.charcode.CharacterSet.
This interface defines properties of a pluggable character set, that is, a user-supplied character set.
CharacterSetFactory - class com.icl.saxon.charcode.CharacterSetFactory.
This class creates a CharacterSet object for a given named encoding.
CharacterSetFactory() - Constructor for class com.icl.saxon.charcode.CharacterSetFactory
 
Common - class com.icl.saxon.exslt.Common.
This class implements extension functions in the http://exslt.org/common namespace.
Common() - Constructor for class com.icl.saxon.exslt.Common
 
Compare_en - class com.icl.saxon.sort.Compare_en.
A Comparer used with lang="en".
Compare_en() - Constructor for class com.icl.saxon.sort.Compare_en
 
Comparer - class com.icl.saxon.sort.Comparer.
A Comparer used for comparing keys
Comparer() - Constructor for class com.icl.saxon.sort.Comparer
 
Concat - class com.icl.saxon.functions.Concat.
 
Concat() - Constructor for class com.icl.saxon.functions.Concat
 
Contains - class com.icl.saxon.functions.Contains.
 
Contains() - Constructor for class com.icl.saxon.functions.Contains
 
ContentEmitter - class com.icl.saxon.ContentEmitter.
ContentEmitter is a glue class that provides a standard SAX ContentHandler interface to a Saxon Emitter.
ContentEmitter() - Constructor for class com.icl.saxon.ContentEmitter
create a ContentEmitter and initialise variables
ContentHandlerProxy - class com.icl.saxon.output.ContentHandlerProxy.
A ContentHandlerProxy is an Emitter that filters data before passing it to an underlying SAX2 ContentHandler.
ContentHandlerProxy() - Constructor for class com.icl.saxon.output.ContentHandlerProxy
 
Context - class com.icl.saxon.Context.
This class represents a context in which an expression is evaluated or a template is executed (as defined in the XSLT specification).
Context() - Constructor for class com.icl.saxon.Context
The default constructor is not used within Saxon itself, but is available to applications (and is used in some samples).
Context(Controller) - Constructor for class com.icl.saxon.Context
Constructor should only be called by the Controller, which acts as a Context factory.
ContextNodeExpression - class com.icl.saxon.expr.ContextNodeExpression.
This class represents the expression ".", which always returns the context node.
ContextNodeExpression() - Constructor for class com.icl.saxon.expr.ContextNodeExpression
 
Controller - class com.icl.saxon.Controller.
Controller processes an XML file, calling registered node handlers when appropriate to process its elements, character content, and attributes.
Controller() - Constructor for class com.icl.saxon.Controller
Default constructor is provided for Java-only programs, i.e.
Controller(TransformerFactoryImpl) - Constructor for class com.icl.saxon.Controller
Create a Controller and initialise variables.
Count - class com.icl.saxon.functions.Count.
 
Count() - Constructor for class com.icl.saxon.functions.Count
 
Current - class com.icl.saxon.functions.Current.
 
Current() - Constructor for class com.icl.saxon.functions.Current
 
call(ParameterSet, Context) - Method in class com.icl.saxon.style.SAXONFunction
Call this function
canSetParameter(String, Object) - Method in interface org.w3c.dom.DOMConfiguration
 
changeOutputDestination(Properties, Result) - Method in class com.icl.saxon.Controller
Set a new output destination, supplying the output format details.
changeToTextOutputDestination(StringBuffer) - Method in class com.icl.saxon.Controller
Set a simple StringBuffer output destination.
charBuffer - Variable in class com.icl.saxon.tinytree.TinyDocumentImpl
 
charBufferLength - Variable in class com.icl.saxon.tinytree.TinyDocumentImpl
 
characterSet - Variable in class com.icl.saxon.output.XMLEmitter
 
characters(char[], int, int) - Method in class com.icl.saxon.ContentEmitter
Callback interface for SAX: not for application use
characters(char[], int, int) - Method in class com.icl.saxon.IDFilter
 
characters(char[], int, int) - Method in class com.icl.saxon.om.Stripper
Callback interface for SAX: not for application use
characters(char[], int, int) - Method in class com.icl.saxon.output.CDATAFilter
Output character data
characters(char[], int, int) - Method in class com.icl.saxon.output.ContentHandlerProxy
Character data
characters(char[], int, int) - Method in class com.icl.saxon.output.DOMEmitter
Character data.
characters(char[], int, int) - Method in class com.icl.saxon.output.DTDEmitter
Write character data (normally the value of an entity)
characters(char[], int, int) - Method in class com.icl.saxon.output.DocumentHandlerProxy
Character data
characters(char[], int, int) - Method in class com.icl.saxon.output.Emitter
Output character data
characters(char[], int, int) - Method in class com.icl.saxon.output.ErrorEmitter
Character data.
characters(char[], int, int) - Method in class com.icl.saxon.output.HTMLEmitter
Character data.
characters(char[], int, int) - Method in class com.icl.saxon.output.HTMLIndenter
Output character data
characters(char[], int, int) - Method in class com.icl.saxon.output.ProxyEmitter
Character data
characters(char[], int, int) - Method in class com.icl.saxon.output.TEXTEmitter
Produce output using the current Writer.
characters(char[], int, int) - Method in class com.icl.saxon.output.UncommittedEmitter
Produce character output using the current Writer.
characters(char[], int, int) - Method in class com.icl.saxon.output.XMLEmitter
Character data.
characters(char[], int, int) - Method in class com.icl.saxon.output.XMLIndenter
Output character data
characters(char[], int, int) - Method in class com.icl.saxon.tinytree.TinyBuilder
Callback interface for SAX: not for application use
characters(char[], int, int) - Method in class com.icl.saxon.tree.TreeBuilder
Callback interface for SAX: not for application use
checkArgumentCount(int, int) - Method in class com.icl.saxon.expr.Function
Check number of arguments.
checkAttributePrefix(int) - Method in class com.icl.saxon.output.GeneralOutputter
Check that the prefix for an attribute is acceptable, returning a substitute prefix if not.
checkAttributePrefix(int) - Method in class com.icl.saxon.output.Outputter
Check that the prefix for an attribute is acceptable, returning a substitute prefix if not.
checkAttributePrefix(int) - Method in class com.icl.saxon.output.StringOutputter
Check that the prefix for an attribute is acceptable, returning a substitute prefix if not.
checkDuplicateDeclaration() - Method in class com.icl.saxon.style.XSLGeneralVariable
Check whether this declaration duplicates another one
checkEmpty() - Method in class com.icl.saxon.style.StyleElement
Convenience method to check that the stylesheet element is empty
checkNotTopLevel() - Method in class com.icl.saxon.style.StyleElement
Convenience method to check that the stylesheet element is not at the top level
checkTopLevel() - Method in class com.icl.saxon.style.StyleElement
Convenience method to check that the stylesheet element is at the top level
checkUnknownAttribute(int) - Method in class com.icl.saxon.style.SAXONHandler
 
checkUnknownAttribute(int) - Method in class com.icl.saxon.style.StyleElement
Check whether an unknown attribute is permitted.
checkWithinTemplate() - Method in class com.icl.saxon.style.StyleElement
Check that the stylesheet element is within a template body
clear() - Method in class com.icl.saxon.ParameterSet
Clear all values
clear() - Method in class com.icl.saxon.tree.AttributeCollection
Clear the attribute list.
clearDocumentPool() - Method in class com.icl.saxon.Controller
Clear the document pool.
clearParameters() - Method in class com.icl.saxon.Controller
Reset the parameters to a null list.
cloneNode(boolean) - Method in class com.icl.saxon.om.AbstractNode
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
close() - Method in class com.icl.saxon.output.GeneralOutputter
Close the output
close() - Method in class com.icl.saxon.output.Outputter
Close the output
close() - Method in class com.icl.saxon.output.StringOutputter
Close the output
close() - Method in class com.icl.saxon.trace.SaxonEventMulticaster
Called at end
close() - Method in class com.icl.saxon.trace.SimpleTraceListener
Called at end
close() - Method in interface com.icl.saxon.trace.TraceListener
Called at end
closeStackFrame() - Method in class com.icl.saxon.Bindery
Close the current stack frame for local variables
closeStartTag(int, boolean) - Method in class com.icl.saxon.output.XMLEmitter
 
closure(Context, NodeEnumeration, Expression) - Static method in class com.icl.saxon.functions.Extensions
Evaluate the transitive closure of a node-set expression
code - Variable in class com.icl.saxon.tree.DOMExceptionImpl
 
columnNumber - Variable in class com.icl.saxon.om.Builder
 
com.icl.saxon - package com.icl.saxon
 
com.icl.saxon.aelfred - package com.icl.saxon.aelfred
 
com.icl.saxon.charcode - package com.icl.saxon.charcode
 
com.icl.saxon.expr - package com.icl.saxon.expr
 
com.icl.saxon.exslt - package com.icl.saxon.exslt
 
com.icl.saxon.functions - package com.icl.saxon.functions
 
com.icl.saxon.handlers - package com.icl.saxon.handlers
 
com.icl.saxon.jdom - package com.icl.saxon.jdom
 
com.icl.saxon.number - package com.icl.saxon.number
 
com.icl.saxon.om - package com.icl.saxon.om
 
com.icl.saxon.output - package com.icl.saxon.output
 
com.icl.saxon.pattern - package com.icl.saxon.pattern
 
com.icl.saxon.sort - package com.icl.saxon.sort
 
com.icl.saxon.sql - package com.icl.saxon.sql
 
com.icl.saxon.style - package com.icl.saxon.style
 
com.icl.saxon.tinytree - package com.icl.saxon.tinytree
 
com.icl.saxon.trace - package com.icl.saxon.trace
 
com.icl.saxon.tree - package com.icl.saxon.tree
 
comment(char[], int, int) - Method in class com.icl.saxon.ContentEmitter
Callback interface for SAX (part of LexicalHandler interface): not for application use
comment(char[], int, int) - Method in class com.icl.saxon.aelfred.DefaultHandler
SAX2: called when comments are parsed
comment(char[], int, int) - Method in class com.icl.saxon.output.CDATAFilter
Output a comment
comment(char[], int, int) - Method in class com.icl.saxon.output.ContentHandlerProxy
Output a comment.
comment(char[], int, int) - Method in class com.icl.saxon.output.DOMEmitter
Handle a comment.
comment(char[], int, int) - Method in class com.icl.saxon.output.DocumentHandlerProxy
Output a comment
comment(char[], int, int) - Method in class com.icl.saxon.output.Emitter
Output a comment.
comment(char[], int, int) - Method in class com.icl.saxon.output.ErrorEmitter
Handle a comment.
comment(char[], int, int) - Method in class com.icl.saxon.output.HTMLIndenter
Output a comment
comment(char[], int, int) - Method in class com.icl.saxon.output.ProxyEmitter
Output a comment
comment(char[], int, int) - Method in class com.icl.saxon.output.TEXTEmitter
Output a comment.
comment(char[], int, int) - Method in class com.icl.saxon.output.UncommittedEmitter
Output a comment
comment(char[], int, int) - Method in class com.icl.saxon.output.XMLEmitter
Handle a comment.
comment(char[], int, int) - Method in class com.icl.saxon.output.XMLIndenter
Output a comment
comment(char[], int, int) - Method in class com.icl.saxon.tinytree.TinyBuilder
Callback interface for SAX: not for application use
comment(char[], int, int) - Method in class com.icl.saxon.tree.TreeBuilder
Callback interface for SAX (part of LexicalHandler interface): not for application use
commentBuffer - Variable in class com.icl.saxon.tinytree.TinyDocumentImpl
 
compact() - Method in class com.icl.saxon.tree.AttributeCollection
Compact the attribute list to avoid wasting memory
compare(NodeInfo, NodeInfo) - Method in class com.icl.saxon.Controller
Compare the position of two nodes in document order
compare(int, Value) - Method in class com.icl.saxon.expr.FragmentValue
Test how a FragmentValue compares to another Value under a relational comparison.
compare(int, int) - Method in class com.icl.saxon.expr.NodeSetExtent
Compare two nodes in document sequence (needed to implement the Sortable interface)
compare(int, Value) - Method in class com.icl.saxon.expr.NodeSetValue
Test how a nodeset compares to another Value under a relational comparison
compare(int, int) - Method in class com.icl.saxon.expr.SortKeyEnumeration
Compare two nodes in sorted sequence (needed to implement the Sortable interface)
compare(int, Value) - Method in class com.icl.saxon.expr.TextFragmentValue
Test how a FragmentValue compares to another Value under a relational comparison.
compare(int, Value) - Method in class com.icl.saxon.expr.Value
Test how a Value compares to another Value under a relational comparison.
compare(Object, Object) - Method in class com.icl.saxon.sort.Compare_en
Compare two string objects, in three phases: (a) ignoring accents and case (b) if still equal, ignoring case (c) if still equal, taking case into account
compare(Object, Object) - Method in class com.icl.saxon.sort.Comparer
Compare two objects.
compare(Object, Object) - Method in class com.icl.saxon.sort.DescendingComparer
Compare two objects.
compare(Object, Object) - Method in class com.icl.saxon.sort.DoubleComparer
Compare two String objects according to their numeric values
compare(NodeInfo, NodeInfo) - Method in class com.icl.saxon.sort.LocalOrderComparer
 
compare(Object, Object) - Method in class com.icl.saxon.sort.LowercaseFirstComparer
Compare two string objects: case is irrelevant, unless the strings are equal ignoring case, in which case lowercase comes first.
compare(NodeInfo, NodeInfo) - Method in interface com.icl.saxon.sort.NodeOrderComparer
Compare two objects.
compare(int, int) - Method in interface com.icl.saxon.sort.Sortable
Compare two objects within this Sortable, identified by their position.
compare(Object, Object) - Method in class com.icl.saxon.sort.StringComparer
Compare two string objects using default collating
compare(Object, Object) - Method in class com.icl.saxon.sort.UppercaseFirstComparer
Compare two string objects: case is irrelevant, unless the strings are equal ignoring case, in which case uppercase comes first.
compareDocumentPosition(Node) - Method in class com.icl.saxon.om.AbstractNode
Compares the reference node, i.e.
compareOrder(NodeInfo) - Method in class com.icl.saxon.jdom.NodeWrapper
Determine the relative position of this node and another node, in document order.
compareOrder(NodeInfo) - Method in class com.icl.saxon.om.AbstractNode
Determine the relative position of this node and another node, in document order.
compareOrder(NodeInfo) - Method in interface com.icl.saxon.om.NodeInfo
Determine the relative position of this node and another node, in document order.
compareOrder(NodeInfo) - Method in class com.icl.saxon.tree.NodeImpl
Determine the relative position of this node and another node, in document order.
compileError(TransformerException) - Method in class com.icl.saxon.style.StyleElement
Construct an exception with diagnostic information
compileError(String) - Method in class com.icl.saxon.style.StyleElement
 
compositeStylesheet(SAXSource[]) - Method in class com.icl.saxon.TransformerFactoryImpl
Process a series of stylesheet inputs, treating them in import or cascade order.
constant(String, double) - Static method in class com.icl.saxon.exslt.Math
Get a named constant to a given precision (SStL)
constantValue() - Method in interface com.icl.saxon.Binding
Get the value of the variable, if known statically.
constantValue() - Method in class com.icl.saxon.style.XSLParam
Get the value, if known statically.
constantValue() - Method in class com.icl.saxon.style.XSLVariable
Get the value, if known statically.
contains(String) - Method in interface org.w3c.dom.DOMStringList
 
containsReferences() - Method in class com.icl.saxon.expr.Expression
Determine whether the expression contains any references to variables
contentHandler - Variable in class com.icl.saxon.DOMDriver
 
controller - Variable in class com.icl.saxon.om.Builder
 
conversionPreference(Class) - Method in class com.icl.saxon.expr.BooleanValue
Get conversion preference for this value to a Java class.
conversionPreference(Class) - Method in class com.icl.saxon.expr.NodeSetValue
Get conversion preference for this value to a Java class.
conversionPreference(Class) - Method in class com.icl.saxon.expr.NumericValue
Get conversion preference for this value to a Java class.
conversionPreference(Class) - Method in class com.icl.saxon.expr.ObjectValue
Get conversion preference for this value to a Java class.
conversionPreference(Class) - Method in class com.icl.saxon.expr.StringValue
Get conversion preference for this value to a Java class.
conversionPreference(Class) - Method in class com.icl.saxon.expr.Value
Get conversion preference for this value to a Java class.
convertJavaObjectToXPath(Object, Controller) - Static method in class com.icl.saxon.expr.FunctionProxy
Convert a Java object to an XPath value.
convertToJava(Class) - Method in class com.icl.saxon.expr.BooleanValue
Convert to Java object (for passing to external functions)
convertToJava(Class) - Method in class com.icl.saxon.expr.NodeSetValue
Convert to Java object (for passing to external functions)
convertToJava(Class) - Method in class com.icl.saxon.expr.NumericValue
Convert to Java object (for passing to external functions)
convertToJava(Class) - Method in class com.icl.saxon.expr.ObjectValue
Convert to Java object (for passing to external functions)
convertToJava(Class) - Method in class com.icl.saxon.expr.StringValue
Convert to Java object (for passing to external functions)
convertToJava(Class) - Method in class com.icl.saxon.expr.Value
Convert to Java object (for passing to external functions)
copy(Outputter) - Method in class com.icl.saxon.expr.FragmentValue
Copy the result tree fragment value to a given Outputter
copy(Outputter) - Method in class com.icl.saxon.expr.TextFragmentValue
Copy the result tree fragment value to a given Outputter
copy(Outputter) - Method in class com.icl.saxon.jdom.NodeWrapper
Copy this node to a given outputter (deep copy)
copy(Outputter) - Method in interface com.icl.saxon.om.NodeInfo
Copy this node to a given outputter
copy(Outputter) - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
Copy this node to a given outputter
copy(Outputter) - Method in class com.icl.saxon.tree.DocumentImpl
Copy this node to a given outputter
copy(Outputter) - Method in class com.icl.saxon.tree.ElementImpl
Copy this node to a given outputter (supporting xsl:copy-of)
copy(Outputter, boolean) - Method in class com.icl.saxon.tree.ElementImpl
Copy this node to a given outputter (supporting xsl:copy-of)
copy(Outputter, boolean) - Method in class com.icl.saxon.tree.ElementWithAttributes
Copy this node to a given outputter (supporting xsl:copy-of)
copyNamespaceNode(int) - Method in class com.icl.saxon.output.GeneralOutputter
Copy a namespace node to the current element node (Rules defined in XSLT 1.0 errata)
copyNamespaceNode(int) - Method in class com.icl.saxon.output.Outputter
Copy a namespace node to the current element node (Rules defined in XSLT 1.0 errata)
copyNamespaceNode(int) - Method in class com.icl.saxon.output.StringOutputter
Copy a namespace node to the current element node (Rules defined in XSLT 1.0 errata)
copyStringValue(Outputter) - Method in class com.icl.saxon.jdom.NodeWrapper
Copy the string-value of this node to a given outputter
copyStringValue(Outputter) - Method in class com.icl.saxon.om.AbstractNode
Copy the string-value of this node to a given outputter.
copyStringValue(Outputter) - Method in interface com.icl.saxon.om.NodeInfo
Copy the string-value of this node to a given outputter
cos(double) - Static method in class com.icl.saxon.exslt.Math
Get the cosine of a numeric value (SStL)
createAttribute(String) - Method in class com.icl.saxon.om.AbstractNode
Create an Attr of the given name.
createAttributeNS(String, String) - Method in class com.icl.saxon.om.AbstractNode
Create an attribute of the given qualified name and namespace URI.
createCDATASection(String) - Method in class com.icl.saxon.om.AbstractNode
Create a CDATASection node whose value is the specified string.
createComment(String) - Method in class com.icl.saxon.om.AbstractNode
Create a Comment node given the specified string.
createDocument() - Method in class com.icl.saxon.tinytree.TinyBuilder
 
createDocumentFragment() - Method in class com.icl.saxon.om.AbstractNode
Creates an empty DocumentFragment object.
createElement(String) - Method in class com.icl.saxon.om.AbstractNode
Creates an element of the type specified.
createElementNS(String, String) - Method in class com.icl.saxon.om.AbstractNode
Create an element of the given qualified name and namespace URI.
createEntityReference(String) - Method in class com.icl.saxon.om.AbstractNode
Create an EntityReference object.
createProcessingInstruction(String, String) - Method in class com.icl.saxon.om.AbstractNode
Create a ProcessingInstruction node given the specified name and data strings.
createTextNode(String) - Method in class com.icl.saxon.om.AbstractNode
Create a Text node given the specified string.
createURL(File) - Static method in class com.icl.saxon.ExtendedInputSource
Create a URL that refers to a given File
currentDocument - Variable in class com.icl.saxon.om.Builder
 
currentNode - Variable in class com.icl.saxon.output.DOMEmitter
 
cyrillicLower - Variable in class com.icl.saxon.number.Numberer_en
 
cyrillicUpper - Variable in class com.icl.saxon.number.Numberer_en
 

D

DATA_TYPE - Variable in class com.icl.saxon.style.StandardNames
 
DECIMAL_SEPARATOR - Variable in class com.icl.saxon.style.StandardNames
 
DEFAULT_CASE_ORDER - Static variable in class com.icl.saxon.sort.TextComparer
 
DERIVATION_EXTENSION - Static variable in interface org.w3c.dom.TypeInfo
 
DERIVATION_LIST - Static variable in interface org.w3c.dom.TypeInfo
 
DERIVATION_RESTRICTION - Static variable in interface org.w3c.dom.TypeInfo
 
DERIVATION_UNION - Static variable in interface org.w3c.dom.TypeInfo
 
DESCENDANT - Static variable in class com.icl.saxon.om.Axis
 
DESCENDANT_OR_SELF - Static variable in class com.icl.saxon.om.Axis
 
DIGIT - Variable in class com.icl.saxon.style.StandardNames
 
DISABLE_OUTPUT_ESCAPING - Variable in class com.icl.saxon.style.StandardNames
 
DOCTYPE_PUBLIC - Variable in class com.icl.saxon.style.StandardNames
 
DOCTYPE_SYSTEM - Variable in class com.icl.saxon.style.StandardNames
 
DOMConfiguration - interface org.w3c.dom.DOMConfiguration.
 
DOMDriver - class com.icl.saxon.DOMDriver.
DOMDriver.java: (pseudo-)SAX driver for DOM.
This class simulates the action of a SAX Parser, taking an already-constructed DOM Document and walking around it in a depth-first traversal, calling a SAX-compliant ContentHandler to process the children as it does so.
DOMDriver() - Constructor for class com.icl.saxon.DOMDriver
 
DOMEmitter - class com.icl.saxon.output.DOMEmitter.
DOMEmitter is an Emitter that attaches the result tree to a specified Node in a DOM Document
DOMEmitter() - Constructor for class com.icl.saxon.output.DOMEmitter
 
DOMExceptionImpl - exception com.icl.saxon.tree.DOMExceptionImpl.
DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform (either for logical reasons, because data is lost, or because the implementation has become unstable).
DOMExceptionImpl(short, String) - Constructor for class com.icl.saxon.tree.DOMExceptionImpl
 
DOMSTRING_SIZE_ERR - Static variable in class com.icl.saxon.tree.DOMExceptionImpl
 
DOMStringList - interface org.w3c.dom.DOMStringList.
 
DO_NOT_RECOVER - Static variable in class com.icl.saxon.Controller
 
DTD - Static variable in class com.icl.saxon.om.Namespace
Fixed namespace name for SAXON DTD extension: "http://icl.com/saxon/dtd"
DTDEmitter - class com.icl.saxon.output.DTDEmitter.
DTDEmitter is an Emitter that generates output in DTD format from special elements such as dtd:doctype and dtd:element.
DTDEmitter() - Constructor for class com.icl.saxon.output.DTDEmitter
 
Date - class com.icl.saxon.exslt.Date.
This class implements extension functions in the http://exslt.org/dates-and-times namespace.
DecimalFormatManager - class com.icl.saxon.DecimalFormatManager.
DecimalFormatManager manages the collection of named and unnamed decimal formats
DecimalFormatManager() - Constructor for class com.icl.saxon.DecimalFormatManager
create a Controller and initialise variables
DefaultHandler - class com.icl.saxon.aelfred.DefaultHandler.
This class extends the SAX base handler class to support the SAX2 Lexical and Declaration handlers.
DefaultHandler() - Constructor for class com.icl.saxon.aelfred.DefaultHandler
Constructs a handler which ignores all parsing events.
DescendingComparer - class com.icl.saxon.sort.DescendingComparer.
A Comparer used for comparing descending keys
DescendingComparer(Comparer) - Constructor for class com.icl.saxon.sort.DescendingComparer
 
DifferenceEnumeration - class com.icl.saxon.expr.DifferenceEnumeration.
An enumeration representing a nodeset that is an intersection of two other NodeSets.
DifferenceEnumeration(NodeEnumeration, NodeEnumeration, Controller) - Constructor for class com.icl.saxon.expr.DifferenceEnumeration
Form an enumeration of the difference of two nodesets, that is, the nodes that are in p1 and that are not in p2.
DistinctEnumeration - class com.icl.saxon.expr.DistinctEnumeration.
An enumeration returning the distinct nodes from a supplied nodeset
DistinctEnumeration(NodeEnumeration, Controller) - Constructor for class com.icl.saxon.expr.DistinctEnumeration
Form an enumeration of the distinct nodes in a node-set, distinguishing nodes by their string-value
DistinctEnumeration(Context, NodeEnumeration, Expression) - Constructor for class com.icl.saxon.expr.DistinctEnumeration
 
Document - class com.icl.saxon.functions.Document.
 
Document() - Constructor for class com.icl.saxon.functions.Document
 
DocumentBuilderFactoryImpl - class com.icl.saxon.om.DocumentBuilderFactoryImpl.
Implementation of JAXP 1.3 DocumentBuilderFactory.
DocumentBuilderFactoryImpl() - Constructor for class com.icl.saxon.om.DocumentBuilderFactoryImpl
 
DocumentBuilderImpl - class com.icl.saxon.om.DocumentBuilderImpl.
 
DocumentBuilderImpl() - Constructor for class com.icl.saxon.om.DocumentBuilderImpl
 
DocumentHandlerProxy - class com.icl.saxon.output.DocumentHandlerProxy.
A DocumentHandlerProxy is an Emitter that filters data before passing it to an underlying SAX DocumentHandler.
DocumentHandlerProxy() - Constructor for class com.icl.saxon.output.DocumentHandlerProxy
 
DocumentImpl - class com.icl.saxon.tree.DocumentImpl.
A node in the XML parse tree representing the Document itself (or equivalently, the root node of the Document).
DocumentImpl() - Constructor for class com.icl.saxon.tree.DocumentImpl
 
DocumentInfo - interface com.icl.saxon.om.DocumentInfo.
The root node of an XPath tree.
DocumentPool - class com.icl.saxon.om.DocumentPool.
An object representing the collection of documents handled during a single transformation
DocumentPool() - Constructor for class com.icl.saxon.om.DocumentPool
 
DocumentWrapper - class com.icl.saxon.jdom.DocumentWrapper.
The root node of an XPath tree.
DocumentWrapper(Document, String) - Constructor for class com.icl.saxon.jdom.DocumentWrapper
 
DoubleComparer - class com.icl.saxon.sort.DoubleComparer.
A Comparer used for comparing keys that are Doubles
DoubleComparer() - Constructor for class com.icl.saxon.sort.DoubleComparer
 
date(String) - Static method in class com.icl.saxon.exslt.Date
The date:date function returns the date specified in the date/time string given as the argument.
date() - Static method in class com.icl.saxon.exslt.Date
The date:date function returns the current date.
dateTime() - Static method in class com.icl.saxon.exslt.Date
The date:date-time function returns the current date and time as a date/time string.
dayAbbreviation(String) - Static method in class com.icl.saxon.exslt.Date
Return the day of the week given in a date as an English day abbreviation: one of 'Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', or 'Sat'.
dayAbbreviation() - Static method in class com.icl.saxon.exslt.Date
Return the day of the week given in the current date as an English day abbreviation: one of 'Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', or 'Sat'.
dayInMonth(String) - Static method in class com.icl.saxon.exslt.Date
Return the day number of a specified date within the month
dayInMonth() - Static method in class com.icl.saxon.exslt.Date
Return the day number of the current date within the month
dayInWeek(String) - Static method in class com.icl.saxon.exslt.Date
Return the day of the week given in a date as a number.
dayInWeek() - Static method in class com.icl.saxon.exslt.Date
Return the day of the week in the current date as a number.
dayInYear(String) - Static method in class com.icl.saxon.exslt.Date
Return the day number of a specified date within the year
dayInYear() - Static method in class com.icl.saxon.exslt.Date
Return the day number of the current date within the year
dayName(String) - Static method in class com.icl.saxon.exslt.Date
Return the day of the week given in a date as an English day name: one of 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday' or 'Friday'.
dayName() - Static method in class com.icl.saxon.exslt.Date
Return the day of the week given in the current date as an English day name: one of 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday' or 'Friday'.
dayOfWeekInMonth(String) - Static method in class com.icl.saxon.exslt.Date
Return the day-of-the-week in a month of a date as a number (e.g.
dayOfWeekInMonth() - Static method in class com.icl.saxon.exslt.Date
Return the day-of-the-week in a month of the current date as a number (e.g.
declarationIsWritten - Variable in class com.icl.saxon.output.XMLEmitter
 
declareNamespace(String, String) - Method in class com.icl.saxon.expr.StandaloneContext
Declare a namespace whose prefix can be used in expressions
defineGlobalParameters(ParameterSet) - Method in class com.icl.saxon.Bindery
Define global parameters
defineGlobalVariable(Binding, Value) - Method in class com.icl.saxon.Bindery
Define global variable
defineLocalVariable(Binding, Value) - Method in class com.icl.saxon.Bindery
Define local variable
definesExcludedNamespace(short) - Method in class com.icl.saxon.style.StyleElement
Check whether this node excludes a particular namespace from the result.
definesExtensionElement(short) - Method in class com.icl.saxon.style.StyleElement
Check whether a particular extension element namespace is defined on this node.
deleteData(int, int) - Method in class com.icl.saxon.om.AbstractNode
Remove a range of 16-bit units from the node.
depth - Variable in class com.icl.saxon.tinytree.TinyDocumentImpl
 
diagnosticDump() - Method in class com.icl.saxon.om.NamePool
Diagnostic print of the namepool contents
diagnosticDump() - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
Produce diagnostic print of main tree arrays
difference(Context, NodeEnumeration, NodeEnumeration) - Static method in class com.icl.saxon.exslt.Sets
Return the difference of two node-sets
difference(Context, NodeEnumeration, NodeEnumeration) - Static method in class com.icl.saxon.functions.Extensions
Return the difference of two node-sets
disableWhitespaceStripping(boolean) - Method in class com.icl.saxon.Controller
Disable whitespace stripping
disallowUpdate() - Method in class com.icl.saxon.om.AbstractNode
Internal method used to indicate that update operations are not allowed
discardComments - Variable in class com.icl.saxon.om.Builder
 
display(int) - Method in class com.icl.saxon.expr.AttributeValueTemplate
Diagnostic print of expression structure
display(int) - Method in class com.icl.saxon.expr.BooleanValue
Diagnostic print of expression structure
display(int) - Method in class com.icl.saxon.expr.ContextNodeExpression
Diagnostic print of expression structure
display(int) - Method in class com.icl.saxon.expr.ErrorExpression
Diagnostic print of expression structure
display(int) - Method in class com.icl.saxon.expr.Expression
Diagnostic print of expression structure
display(int) - Method in class com.icl.saxon.expr.FragmentValue
Diagnostic print of expression structure
display(int) - Method in class com.icl.saxon.expr.Function
Diagnostic print of expression structure
display(int) - Method in class com.icl.saxon.expr.IsLastExpression
Diagnostic print of expression structure
display(int) - Method in class com.icl.saxon.expr.NodeListExpression
Diagnostic print of expression structure
display(int) - Method in class com.icl.saxon.expr.NodeSetComparison
Diagnostic print of expression structure
display(int) - Method in class com.icl.saxon.expr.NodeSetValue
Diagnostic print of expression structure
display(int) - Method in class com.icl.saxon.expr.NumericValue
Diagnostic print of expression structure
display(int) - Method in class com.icl.saxon.expr.ObjectValue
Diagnostic print of expression structure
display(int) - Method in class com.icl.saxon.expr.ParentNodeExpression
Diagnostic print of expression structure
display(int) - Method in class com.icl.saxon.expr.PathExpression
Diagnostic print of expression structure
display(int) - Method in class com.icl.saxon.expr.RootExpression
Diagnostic print of expression structure
display(int) - Method in class com.icl.saxon.expr.SingletonComparison
Diagnostic print of expression structure
display(int) - Method in class com.icl.saxon.expr.SortedSelection
Diagnostic print of expression structure
display(int) - Method in class com.icl.saxon.expr.Step
Diagnostic print of expression structure
display(int) - Method in class com.icl.saxon.expr.StringValue
Diagnostic print of expression structure
display(int) - Method in class com.icl.saxon.expr.TextFragmentValue
Diagnostic print of expression structure
display(int) - Method in class com.icl.saxon.expr.VariableReference
Diagnostic print of expression structure
distinct(Context, NodeEnumeration) - Static method in class com.icl.saxon.exslt.Sets
Given a node-set, return a subset that includes only nodes with distinct string-values
distinct(Context, NodeEnumeration) - Static method in class com.icl.saxon.functions.Extensions
Given a node-set, return a subset that includes only nodes with distinct string-values
distinct(Context, NodeEnumeration, Expression) - Static method in class com.icl.saxon.functions.Extensions
Given a node-set, return a subset that includes only nodes with distinct string-values for the supplied expression
doMain(String[], StyleSheet, String) - Method in class com.icl.saxon.StyleSheet
Support method for main program.
docWrapper - Variable in class com.icl.saxon.jdom.NodeWrapper
 
document - Variable in class com.icl.saxon.output.DOMEmitter
 
doesPostProcessing() - Method in class com.icl.saxon.style.StyleElement
Determine whether this element does any processing after instantiating any children.
doesPostProcessing() - Method in class com.icl.saxon.style.XSLCallTemplate
Determine whether this element does any processing after instantiating any children.
doesPostProcessing() - Method in class com.icl.saxon.style.XSLChoose
Determine whether this element does any processing after instantiating any children.
doesPostProcessing() - Method in class com.icl.saxon.style.XSLFallback
Determine whether this element does any processing after instantiating any children.
doesPostProcessing() - Method in class com.icl.saxon.style.XSLIf
Determine whether this element does any processing after instantiating any children.
doesPostProcessing() - Method in class com.icl.saxon.style.XSLOtherwise
Determine whether this element does any processing after instantiating any children.
doesPostProcessing() - Method in class com.icl.saxon.style.XSLWhen
Determine whether this element does any processing after instantiating any children.

E

ELEMENT - Static variable in interface com.icl.saxon.om.NodeInfo
 
ELEMENTS - Variable in class com.icl.saxon.style.StandardNames
 
ENCODING - Variable in class com.icl.saxon.style.StandardNames
 
EXCLUDE_RESULT_PREFIXES - Variable in class com.icl.saxon.style.StandardNames
 
EXSLT_COMMON - Static variable in class com.icl.saxon.om.Namespace
Fixed namespace name for EXSLT/Common: "http://exslt.org/common"
EXSLT_DATES_AND_TIMES - Static variable in class com.icl.saxon.om.Namespace
Fixed namespace name for EXSLT/date: "http://exslt.org/dates-and-times"
EXSLT_FUNCTIONS - Static variable in class com.icl.saxon.om.Namespace
Fixed namespace name for EXSLT/functions: "http://exslt.org/functions"
EXSLT_FUNCTIONS_CODE - Static variable in class com.icl.saxon.om.Namespace
 
EXSLT_FUNC_FUNCTION - Variable in class com.icl.saxon.style.StandardNames
 
EXSLT_FUNC_RESULT - Variable in class com.icl.saxon.style.StandardNames
 
EXSLT_MATH - Static variable in class com.icl.saxon.om.Namespace
Fixed namespace name for EXSLT/math: "http://exslt.org/math"
EXSLT_SETS - Static variable in class com.icl.saxon.om.Namespace
Fixed namespace name for EXSLT/sets: "http://exslt.org/sets"
EXTENSION_ELEMENT_PREFIXES - Variable in class com.icl.saxon.style.StandardNames
 
ElementAvailable - class com.icl.saxon.functions.ElementAvailable.
 
ElementAvailable() - Constructor for class com.icl.saxon.functions.ElementAvailable
 
ElementHandler - class com.icl.saxon.handlers.ElementHandler.
ElementHandler is a NodeHandler used to process elements.
ElementHandler() - Constructor for class com.icl.saxon.handlers.ElementHandler
 
ElementHandlerBase - class com.icl.saxon.handlers.ElementHandlerBase.
This class is the default element handler from which user-defined element handlers can inherit.
ElementHandlerBase() - Constructor for class com.icl.saxon.handlers.ElementHandlerBase
 
ElementImpl - class com.icl.saxon.tree.ElementImpl.
ElementImpl implements an element with no attributes or namespace declarations.
ElementImpl() - Constructor for class com.icl.saxon.tree.ElementImpl
Construct an empty ElementImpl
ElementWithAttributes - class com.icl.saxon.tree.ElementWithAttributes.
A node in the XML parse tree representing an XML element.
ElementWithAttributes() - Constructor for class com.icl.saxon.tree.ElementWithAttributes
 
Emitter - class com.icl.saxon.output.Emitter.
Emitter: This interface defines methods that must be implemented by components that format SAXON output.
Emitter() - Constructor for class com.icl.saxon.output.Emitter
 
EmptyEnumeration - class com.icl.saxon.om.EmptyEnumeration.
EmptyEnumeration: an enumeration of an empty node-set
EmptyEnumeration() - Constructor for class com.icl.saxon.om.EmptyEnumeration
 
EmptyNodeSet - class com.icl.saxon.expr.EmptyNodeSet.
A node-set value no nodes
EmptyNodeSet() - Constructor for class com.icl.saxon.expr.EmptyNodeSet
 
ErrorEmitter - class com.icl.saxon.output.ErrorEmitter.
ErrorEmitter is an Emitter that generates an error message if any attempt is made to produce output.
ErrorEmitter() - Constructor for class com.icl.saxon.output.ErrorEmitter
 
ErrorExpression - class com.icl.saxon.expr.ErrorExpression.
Error expression: this expression is generated when the supplied expression cannot be parsed, and the containing element enables forwards-compatible processing.
ErrorExpression(XPathException) - Constructor for class com.icl.saxon.expr.ErrorExpression
Constructor
Expression - class com.icl.saxon.expr.Expression.
This class serves two purposes: it is an abstract superclass for different kinds of XPath expression, and it contains a static method to invoke the expression parser
Expression() - Constructor for class com.icl.saxon.expr.Expression
 
ExpressionContext - class com.icl.saxon.style.ExpressionContext.
An ExpressionContext represents the context for an XPath expression written in the stylesheet.
ExpressionContext(StyleElement) - Constructor for class com.icl.saxon.style.ExpressionContext
 
ExpressionParser - class com.icl.saxon.expr.ExpressionParser.
Parser for XSL expressions and patterns.
ExpressionParser() - Constructor for class com.icl.saxon.expr.ExpressionParser
 
ExtendedInputSource - class com.icl.saxon.ExtendedInputSource.
This class allows a SAXON application to encapsulate information about an input source in a single object, which may include a public identifier, a system identifier, a byte stream (possibly with a specified encoding), a character stream, or a file.
ExtendedInputSource() - Constructor for class com.icl.saxon.ExtendedInputSource
Default constructor
ExtendedInputSource(String) - Constructor for class com.icl.saxon.ExtendedInputSource
Create a new input source from a System ID
ExtendedInputSource(Reader) - Constructor for class com.icl.saxon.ExtendedInputSource
Create a new input source from a character stream
ExtendedInputSource(InputStream) - Constructor for class com.icl.saxon.ExtendedInputSource
Create a new input source from a byte stream
ExtendedInputSource(File) - Constructor for class com.icl.saxon.ExtendedInputSource
Create a new input source from a File.
ExtendedInputSource(InputSource) - Constructor for class com.icl.saxon.ExtendedInputSource
Create an ExtendedInputSource from an existing InputSource
ExtensionElementFactory - interface com.icl.saxon.style.ExtensionElementFactory.
Interface ExtensionElementFactory.
Extensions - class com.icl.saxon.functions.Extensions.
This class implements functions that are supplied as standard with SAXON, but which are not defined in the XSLT or XPath specifications.
Extensions() - Constructor for class com.icl.saxon.functions.Extensions
 
elementDecl(String, String) - Method in class com.icl.saxon.aelfred.DefaultHandler
SAX2: called on element declarations
emitter - Variable in class com.icl.saxon.output.Outputter
 
empty - Variable in class com.icl.saxon.output.XMLEmitter
 
emptyArray - Static variable in class com.icl.saxon.tree.NodeImpl
 
emptyElementTagCloser(int) - Method in class com.icl.saxon.output.XHTMLEmitter
Close an empty element tag.
emptyElementTagCloser(int) - Method in class com.icl.saxon.output.XMLEmitter
Close an empty element tag.
endCDATA() - Method in class com.icl.saxon.ContentEmitter
 
endCDATA() - Method in class com.icl.saxon.aelfred.DefaultHandler
SAX2: called after parsing CDATA characters
endDTD() - Method in class com.icl.saxon.ContentEmitter
Register the end of the DTD.
endDTD() - Method in class com.icl.saxon.aelfred.DefaultHandler
SAX2: called after the doctype is parsed
endDocument() - Method in class com.icl.saxon.ContentEmitter
Callback interface for SAX: not for application use
endDocument() - Method in class com.icl.saxon.IdentityTransformerHandler
Override the behaviour of endDocument() in ContentEmitter
endDocument() - Method in class com.icl.saxon.TransformerHandlerImpl
Override the behaviour of endDocument() in ContentEmitter, so that it fires off the transformation of the constructed document
endDocument() - Method in class com.icl.saxon.output.ContentHandlerProxy
End of document
endDocument() - Method in class com.icl.saxon.output.DOMEmitter
End of the document.
endDocument() - Method in class com.icl.saxon.output.DocumentHandlerProxy
End of document
endDocument() - Method in class com.icl.saxon.output.Emitter
Notify document end
endDocument() - Method in class com.icl.saxon.output.ErrorEmitter
End of the document.
endDocument() - Method in class com.icl.saxon.output.HTMLIndenter
End of document
endDocument() - Method in class com.icl.saxon.output.MessageEmitter
 
endDocument() - Method in class com.icl.saxon.output.ProxyEmitter
End of document
endDocument() - Method in class com.icl.saxon.output.UncommittedEmitter
End of document
endDocument() - Method in class com.icl.saxon.output.XMLEmitter
End of the document.
endDocument() - Method in class com.icl.saxon.output.XMLIndenter
End of document
endDocument() - Method in class com.icl.saxon.tinytree.TinyBuilder
Callback interface for SAX: not for application use
endDocument() - Method in class com.icl.saxon.tree.TreeBuilder
Callback interface for SAX: not for application use
endElement(String, String, String) - Method in class com.icl.saxon.ContentEmitter
Callback interface for SAX: not for application use
endElement(String, String, String) - Method in class com.icl.saxon.IDFilter
 
endElement(int) - Method in class com.icl.saxon.om.Stripper
Callback interface for SAX: not for application use
endElement(int) - Method in class com.icl.saxon.output.CDATAFilter
Output element end tag
endElement(int) - Method in class com.icl.saxon.output.ContentHandlerProxy
End of element
endElement(int) - Method in class com.icl.saxon.output.DOMEmitter
End of an element.
endElement(int) - Method in class com.icl.saxon.output.DTDEmitter
End of an element.
endElement(int) - Method in class com.icl.saxon.output.DocumentHandlerProxy
End of element
endElement(int) - Method in class com.icl.saxon.output.Emitter
Output an element end tag
endElement(int) - Method in class com.icl.saxon.output.ErrorEmitter
End of an element.
endElement(int) - Method in class com.icl.saxon.output.HTMLEmitter
Output an element end tag.
endElement(int) - Method in class com.icl.saxon.output.HTMLIndenter
Output element end tag
endElement(int) - Method in class com.icl.saxon.output.NamespaceEmitter
endElement: Discard the namespaces declared on this element.
endElement(int) - Method in class com.icl.saxon.output.ProxyEmitter
End of element
endElement(int) - Method in class com.icl.saxon.output.TEXTEmitter
Output an element end tag.
endElement(int) - Method in class com.icl.saxon.output.XMLEmitter
End of an element.
endElement(int) - Method in class com.icl.saxon.output.XMLIndenter
Output element end tag
endElement(int) - Method in class com.icl.saxon.tinytree.TinyBuilder
Callback interface for SAX: not for application use
endElement(int) - Method in class com.icl.saxon.tree.TreeBuilder
Callback interface for SAX: not for application use
endEntity(String) - Method in class com.icl.saxon.ContentEmitter
 
endEntity(String) - Method in class com.icl.saxon.aelfred.DefaultHandler
SAX2: called after parsing a general entity in content
endPrefixMapping(String) - Method in class com.icl.saxon.ContentEmitter
Callback interface for SAX: not for application use
endPrefixMapping(String) - Method in class com.icl.saxon.IDFilter
 
englishTens - Variable in class com.icl.saxon.number.Numberer_en
 
englishUnits - Variable in class com.icl.saxon.number.Numberer_en
 
ensureAttributeCapacity() - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
 
ensureNamespaceCapacity() - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
 
ensureNodeCapacity() - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
 
ensurePriorIndex() - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
On demand, make an index for quick access to preceding-sibling nodes
enter(NodeInfo, Context) - Method in class com.icl.saxon.trace.SaxonEventMulticaster
Called when an element of the stylesheet gets processed
enter(NodeInfo, Context) - Method in class com.icl.saxon.trace.SimpleTraceListener
Called when an element of the stylesheet gets processed
enter(NodeInfo, Context) - Method in interface com.icl.saxon.trace.TraceListener
Called when a node in the stylesheet gets processed
enterSource(NodeHandler, Context) - Method in class com.icl.saxon.trace.SaxonEventMulticaster
Called when a node of the source tree gets processed
enterSource(NodeHandler, Context) - Method in class com.icl.saxon.trace.SimpleTraceListener
Called when a node of the source tree gets processed
enterSource(NodeHandler, Context) - Method in interface com.icl.saxon.trace.TraceListener
Called when a node of the source tree gets processed
enumerate() - Method in class com.icl.saxon.expr.EmptyNodeSet
Return an enumeration of this nodeset value.
enumerate(Context, boolean) - Method in class com.icl.saxon.expr.Expression
Return an enumeration of nodes in a nodeset.
enumerate() - Method in class com.icl.saxon.expr.FragmentValue
Return an enumeration of this nodeset value.
enumerate(Context, boolean) - Method in class com.icl.saxon.expr.FunctionProxy
 
enumerate(Context, boolean) - Method in class com.icl.saxon.expr.NodeListExpression
Return an enumeration that returns the nodes in document order
enumerate(Context, boolean) - Method in class com.icl.saxon.expr.NodeSetExpression
Return a node enumeration.
enumerate() - Method in class com.icl.saxon.expr.NodeSetExtent
Return an enumeration of this nodeset value.
enumerate() - Method in class com.icl.saxon.expr.NodeSetIntent
Return an enumeration of this nodeset value.
enumerate() - Method in class com.icl.saxon.expr.NodeSetValue
Return an enumeration of this nodeset value.
enumerate(Context, boolean) - Method in class com.icl.saxon.expr.NodeSetValue
Return an enumeration of this nodeset value.
enumerate(Context, boolean) - Method in class com.icl.saxon.expr.PathExpression
Evaluate the path-expression in a given context to return a NodeSet
enumerate(Context, boolean) - Method in class com.icl.saxon.expr.SingletonExpression
Evaluate the expression in a given context to return a Node enumeration
enumerate() - Method in class com.icl.saxon.expr.SingletonNodeSet
Return an enumeration of this nodeset value.
enumerate(Context, boolean) - Method in class com.icl.saxon.expr.SortedSelection
Evaluate the expression by sorting the base nodeset using the supplied key.
enumerate(NodeInfo, Context) - Method in class com.icl.saxon.expr.Step
Enumerate this step.
enumerate() - Method in class com.icl.saxon.expr.TextFragmentValue
Return an enumeration of this nodeset value.
enumerate(Context, boolean) - Method in class com.icl.saxon.functions.Key
Enumerate the expression
equals(Value) - Method in class com.icl.saxon.expr.EmptyNodeSet
Test whether this nodeset "equals" another Value
equals(Value) - Method in class com.icl.saxon.expr.FragmentValue
Test whether a nodeset "equals" another Value
equals(Value) - Method in class com.icl.saxon.expr.NodeSetValue
Test whether a nodeset "equals" another Value
equals(ObjectValue) - Method in class com.icl.saxon.expr.ObjectValue
Determine if two ObjectValues are equal
equals(Value) - Method in class com.icl.saxon.expr.SingletonNodeSet
Test whether a nodeset "equals" another Value
equals(StringValue) - Method in class com.icl.saxon.expr.StringValue
Determine if two StringValues are equal
equals(Value) - Method in class com.icl.saxon.expr.TextFragmentValue
Test whether a nodeset "equals" another Value
equals(Value) - Method in class com.icl.saxon.expr.Value
Test whether two values are equal.
equivalentExpr - Variable in class com.icl.saxon.pattern.LocationPathPattern
 
error(TransformerException) - Method in class com.icl.saxon.StandardErrorListener
Receive notification of a recoverable error.
error(SAXParseException) - Method in class com.icl.saxon.om.Builder
Callback interface for SAX: not for application use
errorHandler - Variable in class com.icl.saxon.om.Builder
 
errorListener - Variable in class com.icl.saxon.om.Builder
 
errorOutput - Variable in class com.icl.saxon.om.Builder
 
escaping - Variable in class com.icl.saxon.output.XMLEmitter
 
estimatedLength - Variable in class com.icl.saxon.om.Builder
 
eval(Context, Expression) - Static method in class com.icl.saxon.functions.Extensions
Evaluate the stored expression supplied in the first argument
evaluate(Context) - Method in class com.icl.saxon.expr.AttributeValueTemplate
Evaluate an AVT.
evaluate(Context) - Method in class com.icl.saxon.expr.EmptyNodeSet
Evaluate the Node Set.
evaluate(Context) - Method in class com.icl.saxon.expr.ErrorExpression
Evaluate this expression.
evaluate(Context) - Method in class com.icl.saxon.expr.Expression
Evaluate an expression.
evaluate(Context) - Method in class com.icl.saxon.expr.FunctionProxy
Evaluate the function.
evaluate(Context) - Method in class com.icl.saxon.expr.IsLastExpression
 
evaluate(Context) - Method in class com.icl.saxon.expr.NodeSetComparison
Evaluate the expression in a given context
evaluate(Context) - Method in class com.icl.saxon.expr.NodeSetExpression
Evaluate this node-set.
evaluate(Context) - Method in class com.icl.saxon.expr.NodeSetValue
Evaluate the Node Set.
evaluate(Context) - Method in class com.icl.saxon.expr.SingletonComparison
Evaluate the expression in a given context
evaluate(Context) - Method in class com.icl.saxon.expr.SingletonNodeSet
Evaluate the Node Set.
evaluate(Context) - Method in class com.icl.saxon.expr.StyleSheetFunctionCall
Evaluate the function
evaluate(Context) - Method in class com.icl.saxon.expr.Value
Evaluate the Value.
evaluate(Context) - Method in class com.icl.saxon.expr.VariableReference
Get the value of this variable in a given context.
evaluate(Context) - Method in class com.icl.saxon.functions.BooleanFn
Evaluate in a general context
evaluate(Context) - Method in class com.icl.saxon.functions.Ceiling
Evaluate in a general context
evaluate(Context) - Method in class com.icl.saxon.functions.Concat
Evaluate in a general context
evaluate(Context) - Method in class com.icl.saxon.functions.Contains
Evaluate in a general context
evaluate(Context) - Method in class com.icl.saxon.functions.Count
Evaluate in a general context
evaluate(Context) - Method in class com.icl.saxon.functions.Current
Evaluate in a general context
evaluate(Context) - Method in class com.icl.saxon.functions.Document
evaluate() handles evaluation of the function
evaluate(Context) - Method in class com.icl.saxon.functions.ElementAvailable
Evaluate in a general context
evaluate(Context, String) - Static method in class com.icl.saxon.functions.Extensions
Evaluate the expression supplied in the first argument as a string
evaluate(Context) - Method in class com.icl.saxon.functions.Floor
Evaluate in a general context
evaluate(Context) - Method in class com.icl.saxon.functions.FormatNumber
Evaluate in a general context
evaluate(Context) - Method in class com.icl.saxon.functions.FunctionAvailable
Evaluate in a general context
evaluate(Context) - Method in class com.icl.saxon.functions.GenerateId
Evaluate in a general context
evaluate(Context) - Method in class com.icl.saxon.functions.Id
Evaluate in a general context
evaluate(Context) - Method in class com.icl.saxon.functions.Key
Evaluate the expression
evaluate(Context) - Method in class com.icl.saxon.functions.Lang
Evaluate in a general context
evaluate(Context) - Method in class com.icl.saxon.functions.Last
Evaluate in a general context
evaluate(Context) - Method in class com.icl.saxon.functions.LocalName
Evaluate in a general context
evaluate(Context) - Method in class com.icl.saxon.functions.NameFn
Evaluate in a general context
evaluate(Context) - Method in class com.icl.saxon.functions.NamespaceURI
Evaluate in a general context
evaluate(Context) - Method in class com.icl.saxon.functions.NormalizeSpace
Evaluate in a general context
evaluate(Context) - Method in class com.icl.saxon.functions.Not
Evaluate in a general context
evaluate(Context) - Method in class com.icl.saxon.functions.NumberFn
Evaluate in a general context
evaluate(Context) - Method in class com.icl.saxon.functions.Position
Evaluate in a general context
evaluate(Context) - Method in class com.icl.saxon.functions.Round
Evaluate in a general context
evaluate(Context) - Method in class com.icl.saxon.functions.StartsWith
Evaluate in a general context
evaluate(Context) - Method in class com.icl.saxon.functions.StringFn
Evaluate in a general context
evaluate(Context) - Method in class com.icl.saxon.functions.StringLength
Evaluate in a general context
evaluate(Context) - Method in class com.icl.saxon.functions.Substring
Evaluate in a general context
evaluate(Context) - Method in class com.icl.saxon.functions.SubstringAfter
Evaluate in a general context
evaluate(Context) - Method in class com.icl.saxon.functions.SubstringBefore
Evaluate in a general context
evaluate(Context) - Method in class com.icl.saxon.functions.Sum
Evaluate in a general context
evaluate(Context) - Method in class com.icl.saxon.functions.SystemProperty
Evaluate the function
evaluate(Context) - Method in class com.icl.saxon.functions.Translate
Evaluate in a general context
evaluate(Context) - Method in class com.icl.saxon.functions.UnparsedEntityURI
Evaluate in a general context
evaluateAsBoolean(Context) - Method in class com.icl.saxon.expr.Expression
Evaluate an expression as a Boolean.
The result of x.evaluateAsBoolean(c) must be equivalent to x.evaluate(c).asBoolean(); but optimisations are possible when it is known that a boolean result is required, especially in the case of a NodeSet.
evaluateAsBoolean(Context) - Method in class com.icl.saxon.expr.FunctionProxy
 
evaluateAsBoolean(Context) - Method in class com.icl.saxon.expr.IsLastExpression
 
evaluateAsBoolean(Context) - Method in class com.icl.saxon.expr.NodeSetComparison
Evaluate the expression in a given context
evaluateAsBoolean(Context) - Method in class com.icl.saxon.expr.NodeSetExpression
Evaluate as a boolean.
evaluateAsBoolean(Context) - Method in class com.icl.saxon.expr.ParentNodeExpression
Evaluate as a boolean.
evaluateAsBoolean(Context) - Method in class com.icl.saxon.expr.RootExpression
Evaluate as a boolean.
evaluateAsBoolean(Context) - Method in class com.icl.saxon.expr.SingletonComparison
Evaluate the expression in a given context
evaluateAsBoolean(Context) - Method in class com.icl.saxon.expr.SingletonExpression
Evaluate as a boolean.
evaluateAsBoolean(Context) - Method in class com.icl.saxon.functions.BooleanFn
Evaluate the function in a boolean context
evaluateAsBoolean(Context) - Method in class com.icl.saxon.functions.Contains
Evaluate the function in a boolean context
evaluateAsBoolean(Context) - Method in class com.icl.saxon.functions.ElementAvailable
Evaluate the function in a boolean context
evaluateAsBoolean(Context) - Method in class com.icl.saxon.functions.FunctionAvailable
Evaluate the function in a boolean context
evaluateAsBoolean(Context) - Method in class com.icl.saxon.functions.Lang
Evaluate the function in a boolean context
evaluateAsBoolean(Context) - Method in class com.icl.saxon.functions.Not
Evaluate the function in a boolean context
evaluateAsBoolean(Context) - Method in class com.icl.saxon.functions.StartsWith
Evaluate the function in a boolean context
evaluateAsNodeSet(Context) - Method in class com.icl.saxon.expr.EmptyNodeSet
Evaluate an expression as a NodeSet.
evaluateAsNodeSet(Context) - Method in class com.icl.saxon.expr.Expression
Evaluate an expression as a NodeSet.
evaluateAsNodeSet(Context) - Method in class com.icl.saxon.expr.NodeSetExpression
Evaluate an expression as a NodeSet.
evaluateAsNodeSet(Context) - Method in class com.icl.saxon.expr.NodeSetValue
Evaluate an expression as a NodeSet.
evaluateAsNodeSet(Context) - Method in class com.icl.saxon.expr.SingletonExpression
Evaluate an expression as a NodeSet.
evaluateAsNodeSet(Context) - Method in class com.icl.saxon.expr.SingletonNodeSet
Evaluate an expression as a NodeSet.
evaluateAsNodeSet(Context) - Method in class com.icl.saxon.functions.Current
Evaluate the function in a node-set context
evaluateAsNodeSet(Context) - Method in class com.icl.saxon.functions.Id
Evaluate in a context where a node-set is required
evaluateAsNumber(Context) - Method in class com.icl.saxon.expr.Expression
Evaluate an expression as a Number.
The result of x.evaluateAsNumber(c) must be equivalent to x.evaluate(c).asNumber(); but optimisations are possible when it is known that a numeric result is required, especially in the case of a NodeSet.
evaluateAsNumber(Context) - Method in class com.icl.saxon.expr.FunctionProxy
 
evaluateAsNumber(Context) - Method in class com.icl.saxon.functions.Ceiling
Evaluate the function in a numeric context
evaluateAsNumber(Context) - Method in class com.icl.saxon.functions.Count
Evaluate the function in a numeric context
evaluateAsNumber(Context) - Method in class com.icl.saxon.functions.Floor
Evaluate the function in a numeric context
evaluateAsNumber(Context) - Method in class com.icl.saxon.functions.Last
Evaluate the function in a numeric context
evaluateAsNumber(Context) - Method in class com.icl.saxon.functions.NumberFn
Evaluate the function in a numeric context
evaluateAsNumber(Context) - Method in class com.icl.saxon.functions.Position
Evaluate the function in a numeric context
evaluateAsNumber(Context) - Method in class com.icl.saxon.functions.Round
Evaluate the function in a numeric context
evaluateAsNumber(Context) - Method in class com.icl.saxon.functions.StringLength
Evaluate the function in a numeric context
evaluateAsNumber(Context) - Method in class com.icl.saxon.functions.Sum
Evaluate the function in a numeric context
evaluateAsString(Context) - Method in class com.icl.saxon.expr.AttributeValueTemplate
Evaluate an expression as a String.
evaluateAsString(Context) - Method in class com.icl.saxon.expr.Expression
Evaluate an expression as a String.
The result of x.evaluateAsString(c) must be equivalent to x.evaluate(c).asString(); but optimisations are possible when it is known that a string result is required, especially in the case of a NodeSet.
evaluateAsString(Context) - Method in class com.icl.saxon.expr.FunctionProxy
 
evaluateAsString(Context) - Method in class com.icl.saxon.expr.NodeSetExpression
Evaluate as a string.
evaluateAsString(Context) - Method in class com.icl.saxon.expr.ParentNodeExpression
Evaluate as a string.
evaluateAsString(Context) - Method in class com.icl.saxon.expr.RootExpression
Evaluate as a string
evaluateAsString(Context) - Method in class com.icl.saxon.expr.SingletonExpression
Evaluate as a string.
evaluateAsString(Context) - Method in class com.icl.saxon.functions.Concat
Evaluate the function in a string context
evaluateAsString(Context) - Method in class com.icl.saxon.functions.FormatNumber
Evaluate in a context where a string is wanted
evaluateAsString(Context) - Method in class com.icl.saxon.functions.GenerateId
Evaluate the function in a string context
evaluateAsString(Context) - Method in class com.icl.saxon.functions.LocalName
Evaluate the function in a string context
evaluateAsString(Context) - Method in class com.icl.saxon.functions.NameFn
Evaluate the function in a string context
evaluateAsString(Context) - Method in class com.icl.saxon.functions.NamespaceURI
Evaluate the function in a string context
evaluateAsString(Context) - Method in class com.icl.saxon.functions.NormalizeSpace
Evaluate the function in a string context
evaluateAsString(Context) - Method in class com.icl.saxon.functions.StringFn
Evaluate the function in a string context
evaluateAsString(Context) - Method in class com.icl.saxon.functions.Substring
Evaluate the function in a string context
evaluateAsString(Context) - Method in class com.icl.saxon.functions.SubstringAfter
Evaluate the function in a string context
evaluateAsString(Context) - Method in class com.icl.saxon.functions.SubstringBefore
Evaluate the function in a string context
evaluateAsString(Context) - Method in class com.icl.saxon.functions.Translate
Evaluate the function in a string context
evaluateAsString(Context) - Method in class com.icl.saxon.functions.UnparsedEntityURI
Evaluate the expression in a string context
exists(Context, NodeEnumeration, Expression) - Static method in class com.icl.saxon.functions.Extensions
Test whether node-set contains a node that satisfies a given condition
exp(double) - Static method in class com.icl.saxon.exslt.Math
Get the exponential of a numeric value (SStL)
expand(String) - Static method in class com.icl.saxon.expr.StringValue
Expand a string containing surrogate pairs into an array of 32-bit characters
expand(Context) - Method in class com.icl.saxon.style.SAXONHandler
Invoke the node handler.
expand(Context) - Method in class com.icl.saxon.style.XSLAttributeSet
 
expand(Context) - Method in class com.icl.saxon.style.XSLTemplate
Expand the template.
expandChildren(Context) - Method in class com.icl.saxon.style.XSLStringConstructor
Expand the stylesheet elements subordinate to this one, returning the result as a string.
expression(Context, String) - Static method in class com.icl.saxon.functions.Extensions
Return an object representing a stored expression, from the string supplied in the first argument.
extensionNamespaces - Variable in class com.icl.saxon.style.StyleElement
 
externalEntityDecl(String, String, String) - Method in class com.icl.saxon.aelfred.DefaultHandler
SAX2: called on external entity declarations

F

FILE - Variable in class com.icl.saxon.style.StandardNames
 
FOLLOWING - Static variable in class com.icl.saxon.om.Axis
 
FOLLOWING_SIBLING - Static variable in class com.icl.saxon.om.Axis
 
FORMAT - Variable in class com.icl.saxon.style.StandardNames
 
FROM - Variable in class com.icl.saxon.style.StandardNames
 
FeatureKeys - class com.icl.saxon.FeatureKeys.
FeatureKeys defines a set of constants, names of Saxon configuration options which can be supplied to the TransformerFactoryImpl interface
FeatureKeys() - Constructor for class com.icl.saxon.FeatureKeys
 
Filter - class com.icl.saxon.Filter.
Filter is an XMLFilter (a SAX2 filter) that performs a transformation taking a SAX stream as input and producing a SAX stream as output.
Filter(Controller) - Constructor for class com.icl.saxon.Filter
Create a Filter and initialise variables.
FilterEnumerator - class com.icl.saxon.expr.FilterEnumerator.
A FilterEnumerator filters an input NodeEnumeration using a filter expression.
FilterEnumerator(NodeEnumeration, Expression, Context, boolean) - Constructor for class com.icl.saxon.expr.FilterEnumerator
Constructor
Floor - class com.icl.saxon.functions.Floor.
 
Floor() - Constructor for class com.icl.saxon.functions.Floor
 
FormatNumber - class com.icl.saxon.functions.FormatNumber.
 
FormatNumber() - Constructor for class com.icl.saxon.functions.FormatNumber
 
FragmentValue - class com.icl.saxon.expr.FragmentValue.
This class represents a Value of type result tree fragment.
FragmentValue(Controller) - Constructor for class com.icl.saxon.expr.FragmentValue
 
Function - class com.icl.saxon.expr.Function.
Abstract superclass for system-defined and user-defined functions
Function() - Constructor for class com.icl.saxon.expr.Function
 
FunctionAvailable - class com.icl.saxon.functions.FunctionAvailable.
 
FunctionAvailable() - Constructor for class com.icl.saxon.functions.FunctionAvailable
 
FunctionProxy - class com.icl.saxon.expr.FunctionProxy.
This class acts as a proxy for an extension function defined as a method in a user-defined class
FunctionProxy() - Constructor for class com.icl.saxon.expr.FunctionProxy
Constructor: creates an uncommitted FunctionProxy
factory - Variable in class com.icl.saxon.StyleSheet
 
failed - Variable in class com.icl.saxon.om.Builder
 
fallbackProcessing(StyleElement, Context) - Method in class com.icl.saxon.style.StyleElement
Perform fallback processing
fatalError(TransformerException) - Method in class com.icl.saxon.StandardErrorListener
Receive notification of a non-recoverable error.
fatalError(SAXParseException) - Method in class com.icl.saxon.om.Builder
Callback interface for SAX: not for application use
filters - Variable in class com.icl.saxon.pattern.LocationPathPattern
 
find(String) - Method in class com.icl.saxon.om.DocumentPool
Get the document with a given name
findAttributeSets(String) - Method in class com.icl.saxon.style.StyleElement
Determine the list of attribute-sets associated with this element.
firstElementPattern - Variable in class com.icl.saxon.pattern.LocationPathPattern
 
flush(StringBuffer) - Method in class com.icl.saxon.output.CDATAFilter
Flush the buffer containing accumulated character data, generating it as CDATA where appropriate
flushStartTag() - Method in class com.icl.saxon.output.GeneralOutputter
Flush out a pending start tag
forAll(Context, NodeEnumeration, Expression) - Static method in class com.icl.saxon.functions.Extensions
Test whether all nodes in a node-set satisfy a given condition
format(Vector, int, String, String, Numberer) - Method in class com.icl.saxon.number.NumberFormatter
Format a vector of numbers.
format(int, int, String, String, Numberer) - Method in class com.icl.saxon.number.NumberFormatter
Format a single number.
format(int, String, int, String, String) - Method in interface com.icl.saxon.number.Numberer
Format a number into a string
format(int, String, int, String, String) - Method in class com.icl.saxon.number.Numberer_de
Format a number into a string
format(int, String, int, String, String) - Method in class com.icl.saxon.number.Numberer_en
Format a number into a string
formatNumber(double, String, DecimalFormatSymbols) - Method in class com.icl.saxon.functions.FormatNumber
Here is the method that does the work.
forwardsCompatibleModeIsEnabled() - Method in class com.icl.saxon.expr.StandaloneContext
Determine whether forwards-compatible mode is enabled
forwardsCompatibleModeIsEnabled() - Method in interface com.icl.saxon.expr.StaticContext
Determine whether forwards-compatible mode is enabled
forwardsCompatibleModeIsEnabled() - Method in class com.icl.saxon.style.ExpressionContext
Determine whether forwards-compatible mode is enabled
forwardsCompatibleModeIsEnabled() - Method in class com.icl.saxon.style.StyleElement
Determine whether forwards-compatible mode is enabled for this element

G

GROUPING_SEPARATOR - Variable in class com.icl.saxon.style.StandardNames
 
GROUPING_SIZE - Variable in class com.icl.saxon.style.StandardNames
 
GROUP_BY - Variable in class com.icl.saxon.style.StandardNames
 
GeneralOutputter - class com.icl.saxon.output.GeneralOutputter.
This class allows output to be generated.
GeneralOutputter(NamePool) - Constructor for class com.icl.saxon.output.GeneralOutputter
 
GenerateId - class com.icl.saxon.functions.GenerateId.
 
GenerateId() - Constructor for class com.icl.saxon.functions.GenerateId
 
GroupActivation - class com.icl.saxon.style.GroupActivation.
GroupActivation represents one activation of a saxon:group loop.
GroupActivation(SAXONGroup, Expression, NodeEnumeration, Context) - Constructor for class com.icl.saxon.style.GroupActivation
 
gatherOutputProperties(Properties) - Method in class com.icl.saxon.style.XSLOutput
Gather the unvalidated and unexpanded values of the properties.
gatherOutputProperties(Properties) - Method in class com.icl.saxon.style.XSLStyleSheet
Update an output properties object using the xsl:output elements in the stylesheet.
generalUseAllowed - Variable in class com.icl.saxon.expr.SingletonNodeSet
 
generateId() - Method in class com.icl.saxon.jdom.NodeWrapper
Get a character string that uniquely identifies this node.
Note: a.isSameNode(b) if and only if generateId(a)==generateId(b)
generateId() - Method in class com.icl.saxon.om.AbstractNode
Get a character string that uniquely identifies this node
generateId() - Method in interface com.icl.saxon.om.NodeInfo
Get a character string that uniquely identifies this node.
Note: a.isSameNode(b) if and only if generateId(a)==generateId(b)
generateId() - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
Get a character string that uniquely identifies this node within the document
generateId() - Method in class com.icl.saxon.tree.DocumentImpl
Get a character string that uniquely identifies this node within the document
generateId() - Method in class com.icl.saxon.tree.ElementImpl
Get a character string that uniquely identifies this node within this document (The calling code will prepend a document identifier)
generateId() - Method in class com.icl.saxon.tree.NodeImpl
Get a character string that uniquely identifies this node within this document (The calling code will prepend a document identifier)
generateJavaConstants() - Method in class com.icl.saxon.om.NamePool
The following code is used to create a list of Java declarations for the fingerprints of standard names used in a stylesheet.
get(int) - Method in class com.icl.saxon.ParameterSet
Get a parameter
get(Object) - Method in class com.icl.saxon.sort.BinaryTree
get(String) returns the value corresponding to a given key, if any
get(String) - Method in class com.icl.saxon.sort.HashMap
 
getAllElements(int) - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
Get a list of all elements with a given name.
getAllElements(int) - Method in class com.icl.saxon.tree.DocumentImpl
Get a list of all elements with a given name fingerprint
getAllModes() - Method in class com.icl.saxon.RuleManager
Get a list of all registered modes
getAssociatedStylesheet(Source, String, String, String) - Method in class com.icl.saxon.TransformerFactoryImpl
Get the stylesheet specification(s) associated via the xml-stylesheet processing instruction (see http://www.w3.org/TR/xml-stylesheet/) with the document document specified in the source parameter, and that match the given criteria.
getAssociatedStylesheets() - Method in class com.icl.saxon.PIGrabber
Return list of stylesheets that matched, as an array of Source objects
getAttribute(String) - Method in class com.icl.saxon.TransformerFactoryImpl
Allows the user to retrieve specific attributes on the underlying implementation.
getAttribute(String) - Method in class com.icl.saxon.om.AbstractNode
Retrieves an attribute value by name.
getAttribute(String) - Method in class com.icl.saxon.om.DocumentBuilderFactoryImpl
 
getAttribute(String) - Method in class com.icl.saxon.tree.ElementWithAttributes
Retrieves an attribute value by name.
getAttributeList() - Method in class com.icl.saxon.tree.ElementImpl
Get the attribute list for this element.
getAttributeList() - Method in class com.icl.saxon.tree.ElementWithAttributes
Get the attribute list for this element.
getAttributeNS(String, String) - Method in class com.icl.saxon.om.AbstractNode
Retrieves an attribute value by local name and namespace URI.
getAttributeNS(String, String) - Method in class com.icl.saxon.tree.ElementWithAttributes
Retrieves an attribute value by local name and namespace URI.
getAttributeNode(String) - Method in class com.icl.saxon.om.AbstractNode
Retrieves an attribute node by name.
getAttributeNode(int) - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
Make a (transient) attribute node from the array of attributes
getAttributeNode(String) - Method in class com.icl.saxon.tree.ElementWithAttributes
Retrieves an attribute node by name.
getAttributeNodeNS(String, String) - Method in class com.icl.saxon.om.AbstractNode
Retrieves an Attr node by local name and namespace URI.
getAttributeNodeNS(String, String) - Method in class com.icl.saxon.tree.ElementWithAttributes
Retrieves an Attr node by local name and namespace URI.
getAttributeSetFingerprint() - Method in class com.icl.saxon.style.XSLAttributeSet
 
getAttributeValue(String, String) - Method in class com.icl.saxon.jdom.NodeWrapper
Find the value of a given attribute of this node.
getAttributeValue(int) - Method in class com.icl.saxon.jdom.NodeWrapper
Get the value of a given attribute of this node
getAttributeValue(String, String) - Method in class com.icl.saxon.om.AbstractNode
Find the value of a given attribute of this node.
getAttributeValue(int) - Method in class com.icl.saxon.om.AbstractNode
Get the value of a given attribute of this node
getAttributeValue(String, String) - Method in interface com.icl.saxon.om.NodeInfo
Find the value of a given attribute of this node.
getAttributeValue(int) - Method in interface com.icl.saxon.om.NodeInfo
Get the value of a given attribute of this node
getAttributeValue(String) - Method in class com.icl.saxon.tree.ElementImpl
Find the value of a given attribute of this element.
getAttributeValue(String, String) - Method in class com.icl.saxon.tree.ElementWithAttributes
Find the value of a given attribute of this node.
getAttributeValue(String) - Method in class com.icl.saxon.tree.ElementWithAttributes
Find the value of a given attribute of this element.
getAttributeValue(int) - Method in class com.icl.saxon.tree.ElementWithAttributes
Get the value of a given attribute of this node
getAttributeValue(String, String) - Method in class com.icl.saxon.tree.NodeImpl
Find the value of a given attribute of this node.
getAttributeValue(int) - Method in class com.icl.saxon.tree.NodeImpl
Get the value of a given attribute of this node
getAttributes() - Method in class com.icl.saxon.om.AbstractNode
Return a NamedNodeMap containing the attributes of this node (if it is an Element ) or null otherwise.
getAttributes() - Method in class com.icl.saxon.tree.ElementWithAttributes
A NamedNodeMap containing the attributes of this element.
getAttributes() - Method in class com.icl.saxon.tree.NodeImpl
Return a NamedNodeMap containing the attributes of this node (if it is an Element ) or null otherwise.
getAxis() - Method in class com.icl.saxon.expr.Step
 
getAxisNumber(String) - Static method in class com.icl.saxon.om.Axis
Resolve an axis name into a symbolic constant representing the axis
getBaseURI() - Method in class com.icl.saxon.expr.StandaloneContext
Get the Base URI of the stylesheet element, for resolving any relative URI's used in the expression.
getBaseURI() - Method in interface com.icl.saxon.expr.StaticContext
Get the Base URI of the stylesheet element, for resolving any relative URI's used in the expression.
getBaseURI() - Method in class com.icl.saxon.jdom.NodeWrapper
Get the Base URI for the node, that is, the URI used for resolving a relative URI contained in the node.
getBaseURI() - Method in class com.icl.saxon.om.AbstractNode
Get the base URI for the node.
getBaseURI() - Method in interface com.icl.saxon.om.NodeInfo
Get the Base URI for the node, that is, the URI used for resolving a relative URI contained in the node.
getBaseURI() - Method in class com.icl.saxon.style.ExpressionContext
Get the Base URI of the element containing the expression, for resolving any relative URI's used in the expression.
getBaseURI() - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
Get the base URI of this root node.
getBaseURI() - Method in class com.icl.saxon.tree.DocumentImpl
Get the base URI of this root node.
getBaseURI() - Method in class com.icl.saxon.tree.ElementImpl
Get the base URI of this element node.
getBaseURI() - Method in class com.icl.saxon.tree.NodeImpl
Get the base URI for the node.
getBestFit(Value[]) - Method in class com.icl.saxon.expr.FunctionProxy
Get the best fit amongst all the candidate methods or constructors
getBindery() - Method in class com.icl.saxon.Context
Get the Bindery used by this Context
getBindery() - Method in class com.icl.saxon.Controller
Get the current bindery
getBinding() - Method in class com.icl.saxon.expr.VariableReference
Get the object bound to the variable
getCaseOrder() - Method in class com.icl.saxon.sort.SortKeyDefinition
 
getCharacterBuffer() - Method in class com.icl.saxon.tree.DocumentImpl
Get the character buffer
getCharacterSet(Properties) - Static method in class com.icl.saxon.charcode.CharacterSetFactory
Make a CharacterSet appropriate to the encoding
getChildNodes() - Method in class com.icl.saxon.om.AbstractNode
Return a NodeList that contains all children of this node.
getChildNodes() - Method in class com.icl.saxon.tree.NodeImpl
Return a NodeList that contains all children of this node.
getClass(String) - Static method in class com.icl.saxon.Loader
Load a class using the class name provided.
Note that the method does not check that the object is of the right class.
getCodeForPrefix(String) - Method in class com.icl.saxon.om.NamePool
Get the prefix code for a given Prefix
getCodeForURI(String) - Method in class com.icl.saxon.om.NamePool
Get the uri code for a given URI
getColumnName() - Method in class com.icl.saxon.sql.SQLColumn
 
getColumnNumber() - Method in class com.icl.saxon.DOMDriver
 
getColumnNumber() - Method in class com.icl.saxon.aelfred.SAXDriver
SAX Locator method (don't invoke on parser);
getColumnNumber() - Method in class com.icl.saxon.om.AbstractNode
Get the column number of the node.
getColumnNumber() - Method in class com.icl.saxon.om.Builder
 
getColumnNumber() - Method in class com.icl.saxon.output.ContentHandlerProxy
 
getColumnValue(Context) - Method in class com.icl.saxon.sql.SQLColumn
 
getComparer(Context) - Method in class com.icl.saxon.sort.SortKeyDefinition
Get a Comparer which can be used to compare two values according to this sort key.
getCondition() - Method in class com.icl.saxon.expr.IsLastExpression
 
getCondition() - Method in class com.icl.saxon.style.XSLWhen
 
getContainingStyleSheet() - Method in class com.icl.saxon.style.StyleElement
Get the containing XSLStyleSheet element
getContentHandler() - Method in class com.icl.saxon.DOMDriver
 
getContentHandler() - Method in class com.icl.saxon.Filter
Get the ContentHandler registered using setContentHandler()
getContentHandler() - Method in class com.icl.saxon.aelfred.SAXDriver
SAX2: Returns the object used to report the logical content of an XML document.
getContext(Context) - Static method in class com.icl.saxon.functions.Extensions
Return the Context object
getContextNode() - Method in class com.icl.saxon.Context
Get the context node, provided it is a DOM Node
getContextNode() - Method in interface org.w3c.xsl.XSLTContext
Return the context node from the XPath expression context
getContextNodeInfo() - Method in class com.icl.saxon.Context
Get the context node
getContextPosition() - Method in class com.icl.saxon.Context
Get the context position (the position of the context node in the context node list)
getContextPosition() - Method in interface org.w3c.xsl.XSLTContext
Return the context position from the XPath expression context
getContextSize() - Method in class com.icl.saxon.Context
Get the context size (the position of the last item in the current node list).
getContextSize() - Method in interface org.w3c.xsl.XSLTContext
Return the context size from the XPath expression context
getController() - Method in class com.icl.saxon.Context
Get the controller for this Context
getCount() - Method in class com.icl.saxon.expr.EmptyNodeSet
Count the nodes in the node-set.
getCount() - Method in class com.icl.saxon.expr.FragmentValue
Count the nodes in the node-set.
getCount() - Method in class com.icl.saxon.expr.NodeSetExtent
Count the nodes in the node-set.
getCount() - Method in class com.icl.saxon.expr.NodeSetIntent
Count the nodes in the node-set.
getCount() - Method in class com.icl.saxon.expr.NodeSetValue
Count the nodes in the node-set.
getCount() - Method in class com.icl.saxon.expr.SingletonNodeSet
Count the nodes in the node-set.
getCount() - Method in class com.icl.saxon.expr.TextFragmentValue
Count the nodes in the node-set.
getCurrentDocument() - Method in class com.icl.saxon.om.Builder
Get the current document
getCurrentNode() - Method in class com.icl.saxon.Context
Get the current node,provided it is a DOM Node.
getCurrentNode() - Method in interface org.w3c.xsl.XSLTContext
Return the current node from the XSLT context: the same as the result of calling the current() function from the XPath expression context
getCurrentNodeInfo() - Method in class com.icl.saxon.Context
Get the current node.
getCurrentTemplate() - Method in class com.icl.saxon.Context
Get the current template.
getDOMImplementation() - Method in class com.icl.saxon.om.DocumentBuilderImpl
 
getDTDHandler() - Method in class com.icl.saxon.DOMDriver
SAX2: Returns the object used to process declarations related to notations and unparsed entities.
getDTDHandler() - Method in class com.icl.saxon.Filter
Return the current DTD handler.
getDTDHandler() - Method in class com.icl.saxon.aelfred.SAXDriver
SAX2: Returns the object used to process declarations related to notations and unparsed entities.
getData() - Method in class com.icl.saxon.om.AbstractNode
Get the character data of a Text or Comment node.
getDataType() - Method in interface com.icl.saxon.Binding
Get the data type, if known statically.
getDataType() - Method in class com.icl.saxon.expr.AttributeValueTemplate
Determine the data type of the expression, if possible
getDataType() - Method in class com.icl.saxon.expr.BooleanValue
Determine the data type of the exprssion
getDataType() - Method in class com.icl.saxon.expr.ErrorExpression
Determine the data type of the expression, if possible
getDataType() - Method in class com.icl.saxon.expr.Expression
Determine the data type of the expression, if possible
getDataType() - Method in class com.icl.saxon.expr.FragmentValue
Determine the data type of the expression, if possible
getDataType() - Method in class com.icl.saxon.expr.FunctionProxy
Determine the data type of the expression, if possible
getDataType() - Method in class com.icl.saxon.expr.IsLastExpression
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.expr.NodeSetComparison
Determine the data type of the expression, if possible
getDataType() - Method in class com.icl.saxon.expr.NodeSetExpression
Determine the data type of the exprssion, if possible
getDataType() - Method in class com.icl.saxon.expr.NodeSetValue
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.expr.NumericValue
Determine the data type of the exprssion, if possible
getDataType() - Method in class com.icl.saxon.expr.ObjectValue
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.expr.SingletonComparison
Determine the data type of the expression, if possible
getDataType() - Method in class com.icl.saxon.expr.StringValue
Return the type of the expression (if known)
getDataType() - Method in class com.icl.saxon.expr.StyleSheetFunctionCall
Determine the data type of the expression, if possible
getDataType() - Method in class com.icl.saxon.expr.TextFragmentValue
Determine the data type of the expression, if possible
getDataType() - Method in class com.icl.saxon.expr.VariableReference
Determine the data type of the expression, if possible
getDataType() - Method in class com.icl.saxon.functions.BooleanFn
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.Ceiling
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.Concat
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.Contains
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.Count
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.Current
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.Document
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.ElementAvailable
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.Floor
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.FormatNumber
Determine the data type of the exprEssion
getDataType() - Method in class com.icl.saxon.functions.FunctionAvailable
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.GenerateId
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.Id
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.Key
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.Lang
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.Last
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.LocalName
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.NameFn
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.NamespaceURI
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.NormalizeSpace
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.Not
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.NumberFn
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.Position
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.Round
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.StartsWith
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.StringFn
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.StringLength
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.Substring
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.SubstringAfter
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.SubstringBefore
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.Sum
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.SystemProperty
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.Translate
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.functions.UnparsedEntityURI
Determine the data type of the expression
getDataType() - Method in class com.icl.saxon.sort.SortKeyDefinition
 
getDataType() - Method in class com.icl.saxon.style.XSLParam
Get the data type, if known statically.
getDataType() - Method in class com.icl.saxon.style.XSLVariable
Get the data type, if known statically.
getDecimalFormatManager() - Method in class com.icl.saxon.Controller
 
getDecimalFormatManager() - Method in class com.icl.saxon.style.XSLStyleSheet
Get the DecimalFormatManager which handles decimal-format definitions
getDefaultDecimalFormat() - Method in class com.icl.saxon.DecimalFormatManager
Get the default decimal-format.
getDefaultNamePool() - Static method in class com.icl.saxon.om.NamePool
Get the singular default NamePool
getDefaultPriority() - Method in class com.icl.saxon.pattern.AnyChildNodePattern
Determine the default priority to use if this pattern appears as a match pattern for a template with no explicit priority attribute.
getDefaultPriority() - Method in class com.icl.saxon.pattern.AnyNodeTest
Determine the default priority of this node test when used on its own as a Pattern
getDefaultPriority() - Method in class com.icl.saxon.pattern.NameTest
Determine the default priority of this node test when used on its own as a Pattern
getDefaultPriority() - Method in class com.icl.saxon.pattern.NamespaceTest
Determine the default priority of this node test when used on its own as a Pattern
getDefaultPriority() - Method in class com.icl.saxon.pattern.NoNodeTest
Determine the default priority of this node test when used on its own as a Pattern
getDefaultPriority() - Method in class com.icl.saxon.pattern.NodeTypeTest
Determine the default priority of this node test when used on its own as a Pattern
getDefaultPriority() - Method in class com.icl.saxon.pattern.Pattern
Determine the default priority to use if this pattern appears as a match pattern for a template with no explicit priority attribute.
getDependencies() - Method in class com.icl.saxon.expr.AttributeValueTemplate
Determine which aspects of the context the expression depends on.
getDependencies() - Method in class com.icl.saxon.expr.ContextNodeExpression
Determine which aspects of the context the expression depends on.
getDependencies() - Method in class com.icl.saxon.expr.ErrorExpression
Determine which aspects of the context the expression depends on.
getDependencies() - Method in class com.icl.saxon.expr.Expression
Determine which aspects of the context the expression depends on.
getDependencies() - Method in class com.icl.saxon.expr.FunctionProxy
Determine which aspects of the context the expression depends on.
getDependencies() - Method in class com.icl.saxon.expr.IsLastExpression
Get the dependencies of this expression on the context
getDependencies() - Method in class com.icl.saxon.expr.NodeListExpression
Determine which aspects of the context the expression depends on.
getDependencies() - Method in class com.icl.saxon.expr.NodeSetComparison
Determine which aspects of the context the expression depends on.
getDependencies() - Method in class com.icl.saxon.expr.ParentNodeExpression
Determine which aspects of the context the expression depends on.
getDependencies() - Method in class com.icl.saxon.expr.PathExpression
Determine which aspects of the context the expression depends on.
getDependencies() - Method in class com.icl.saxon.expr.RootExpression
Determine which aspects of the context the expression depends on.
getDependencies() - Method in class com.icl.saxon.expr.SingletonComparison
Determine which aspects of the context the expression depends on.
getDependencies() - Method in class com.icl.saxon.expr.SortedSelection
Determine which aspects of the context the expression depends on.
getDependencies() - Method in class com.icl.saxon.expr.StyleSheetFunctionCall
Determine which aspects of the context the expression depends on.
getDependencies() - Method in class com.icl.saxon.expr.Value
Determine which aspects of the context the expression depends on.
getDependencies() - Method in class com.icl.saxon.expr.VariableReference
Determine which aspects of the context the expression depends on.
getDependencies() - Method in class com.icl.saxon.functions.BooleanFn
Determine the dependencies
getDependencies() - Method in class com.icl.saxon.functions.Ceiling
Determine the dependencies
getDependencies() - Method in class com.icl.saxon.functions.Concat
Determine the dependencies
getDependencies() - Method in class com.icl.saxon.functions.Contains
Determine the dependencies
getDependencies() - Method in class com.icl.saxon.functions.Count
Determine the dependencies
getDependencies() - Method in class com.icl.saxon.functions.Current
Determine the dependencies
getDependencies() - Method in class com.icl.saxon.functions.Document
Determine which aspects of the context the expression depends on.
getDependencies() - Method in class com.icl.saxon.functions.ElementAvailable
Determine the dependencies
getDependencies() - Method in class com.icl.saxon.functions.Floor
Determine the dependencies
getDependencies() - Method in class com.icl.saxon.functions.FormatNumber
Determine the dependencies
getDependencies() - Method in class com.icl.saxon.functions.FunctionAvailable
Determine the dependencies
getDependencies() - Method in class com.icl.saxon.functions.GenerateId
Determine the dependencies
getDependencies() - Method in class com.icl.saxon.functions.Id
Determine which aspects of the context the expression depends on.
getDependencies() - Method in class com.icl.saxon.functions.Key
Determine which aspects of the context the expression depends on.
getDependencies() - Method in class com.icl.saxon.functions.Lang
Determine the dependencies
getDependencies() - Method in class com.icl.saxon.functions.Last
Determine the dependencies
getDependencies() - Method in class com.icl.saxon.functions.LocalName
Determine the dependencies
getDependencies() - Method in class com.icl.saxon.functions.NameFn
Determine the dependencies
getDependencies() - Method in class com.icl.saxon.functions.NamespaceURI
Determine the dependencies
getDependencies() - Method in class com.icl.saxon.functions.NormalizeSpace
Determine the dependencies
getDependencies() - Method in class com.icl.saxon.functions.Not
Determine the dependencies
getDependencies() - Method in class com.icl.saxon.functions.NumberFn
Determine the dependencies
getDependencies() - Method in class com.icl.saxon.functions.Position
Determine the dependencies
getDependencies() - Method in class com.icl.saxon.functions.Round
Determine the dependencies
getDependencies() - Method in class com.icl.saxon.functions.StartsWith
Determine the dependencies
getDependencies() - Method in class com.icl.saxon.functions.StringFn
Determine the dependencies
getDependencies() - Method in class com.icl.saxon.functions.StringLength
Determine the dependencies
getDependencies() - Method in class com.icl.saxon.functions.Substring
Get dependencies
getDependencies() - Method in class com.icl.saxon.functions.SubstringAfter
Get dependencies
getDependencies() - Method in class com.icl.saxon.functions.SubstringBefore
Get dependencies
getDependencies() - Method in class com.icl.saxon.functions.Sum
Determine the dependencies
getDependencies() - Method in class com.icl.saxon.functions.SystemProperty
Get dependencies
getDependencies() - Method in class com.icl.saxon.functions.Translate
Get dependencies
getDependencies() - Method in class com.icl.saxon.functions.UnparsedEntityURI
Determine which aspects of the context the expression depends on.
getDisableOutputEscaping() - Method in class com.icl.saxon.style.XSLValueOf
 
getDisplayName() - Method in class com.icl.saxon.jdom.NodeWrapper
Get the display name of this node.
getDisplayName() - Method in class com.icl.saxon.om.AbstractNode
Get the display name of this node.
getDisplayName(int) - Method in class com.icl.saxon.om.NamePool
Get the display form of a name (the QName), given its name code or fingerprint
getDisplayName() - Method in interface com.icl.saxon.om.NodeInfo
Get the display name of this node.
getDisplayName() - Method in class com.icl.saxon.tree.NodeImpl
Get the display name of this node.
getDoctype() - Method in class com.icl.saxon.om.AbstractNode
Get the Document Type Declaration (see DocumentType ) associated with this document.
getDocumentElement() - Method in class com.icl.saxon.om.AbstractNode
Get the outermost element.
getDocumentElement() - Method in class com.icl.saxon.tree.DocumentImpl
Get the root (outermost) element.
getDocumentElement() - Method in class com.icl.saxon.tree.NodeImpl
Get the outermost element.
getDocumentNumber(DocumentInfo) - Method in class com.icl.saxon.om.DocumentPool
Get the document number of a document that is already in the pool.
getDocumentPool() - Method in class com.icl.saxon.Controller
Get the document pool.
getDocumentRoot() - Method in class com.icl.saxon.jdom.NodeWrapper
Get the root (document) node
getDocumentRoot() - Method in class com.icl.saxon.om.AbstractNode
Get the root (document) node
getDocumentRoot() - Method in interface com.icl.saxon.om.NodeInfo
Get the root (document) node
getDocumentRoot() - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
Get the root (document) node
getDocumentRoot() - Method in class com.icl.saxon.tree.DocumentImpl
Get the root (document) node
getDocumentRoot() - Method in class com.icl.saxon.tree.ElementImpl
Get the root node
getDocumentRoot() - Method in class com.icl.saxon.tree.NodeImpl
Get the root (document) node
getDocumentURI() - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
The location of the document or null if undefined or if the Document was created using DOMImplementation.createDocument.
getDocumentURI() - Method in class com.icl.saxon.tree.DocumentImpl
The location of the document or null if undefined or if the Document was created using DOMImplementation.createDocument.
getDocuments(Value, NodeSetValue, String, Context) - Method in class com.icl.saxon.functions.Document
getDocuments() evaluates the function.
getDomConfig() - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
The configuration used when Document.normalizeDocument() is invoked.
getDomConfig() - Method in class com.icl.saxon.tree.DocumentImpl
The configuration used when Document.normalizeDocument() is invoked.
getElementById(String) - Method in class com.icl.saxon.om.AbstractNode
Return the Element whose ID is given by elementId .
getElementsByTagName(String) - Method in class com.icl.saxon.om.AbstractNode
Return a NodeList of all the Elements with a given tag name in the order in which they are encountered in a preorder traversal of the Document tree.
getElementsByTagNameNS(String, String) - Method in class com.icl.saxon.om.AbstractNode
Return a NodeList of all the Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of the Document tree.
getEmitter() - Method in class com.icl.saxon.expr.FragmentValue
Get an Emitter that can be used to feed data to this result tree fragment
getEmitter() - Method in class com.icl.saxon.output.Outputter
Get emitter.
getEncodingName() - Method in class com.icl.saxon.charcode.CP852CharacterSet
 
getEncodingName() - Method in interface com.icl.saxon.charcode.PluggableCharacterSet
Determine the name of the Java character set encoding to be used
getEntityResolver() - Method in class com.icl.saxon.DOMDriver
SAX2: Returns the object used when resolving external entities during parsing (both general and parameter entities).
getEntityResolver() - Method in class com.icl.saxon.Filter
Return the current entity resolver.
getEntityResolver() - Method in class com.icl.saxon.aelfred.SAXDriver
SAX2: Returns the object used when resolving external entities during parsing (both general and parameter entities).
getEnumeration(byte, NodeTest) - Method in class com.icl.saxon.jdom.NodeWrapper
Return an enumeration over the nodes reached by the given axis from this node
getEnumeration(byte, NodeTest) - Method in class com.icl.saxon.om.AbstractNode
Return an enumeration over the nodes reached by the given axis from this node
getEnumeration(byte, NodeTest) - Method in interface com.icl.saxon.om.NodeInfo
Return an enumeration over the nodes reached by the given axis from this node
getEnumeration(byte, NodeTest) - Method in class com.icl.saxon.tree.NodeImpl
Return an enumeration over the nodes reached by the given axis from this node
getErrorHandler() - Method in class com.icl.saxon.DOMDriver
SAX2: Returns the object used to receive callbacks for XML errors of all levels (fatal, nonfatal, warning); this is never null;
getErrorHandler() - Method in class com.icl.saxon.Filter
Return the current error handler.
getErrorHandler() - Method in class com.icl.saxon.aelfred.SAXDriver
SAX2: Returns the object used to receive callbacks for XML errors of all levels (fatal, nonfatal, warning); this is never null;
getErrorListener() - Method in class com.icl.saxon.Controller
Get the error listener
getErrorListener() - Method in class com.icl.saxon.TransformerFactoryImpl
Get the error event handler for the TransformerFactory.
getEstimatedLength() - Method in class com.icl.saxon.ExtendedInputSource
Get the estimated length of the file (advisory only; -1 if not known)
getException() - Method in class com.icl.saxon.Context
Get the saved exception value.
getExpandedMessage(TransformerException) - Static method in class com.icl.saxon.StandardErrorListener
Get a string containing the message for this exception and all contained exceptions
getExtensionClass(String) - Method in class com.icl.saxon.sql.SQLElementFactory
Identify the class to be used for stylesheet elements with a given local name.
getExtensionClass(String) - Method in interface com.icl.saxon.style.ExtensionElementFactory
Identify the class to be used for stylesheet elements with a given local name.
getExternalJavaClass(String) - Method in class com.icl.saxon.expr.StandaloneContext
Get an external Java class corresponding to a given namespace prefix, if there is one.
getExternalJavaClass(String) - Method in interface com.icl.saxon.expr.StaticContext
Get an external Java class corresponding to a given namespace prefix, if there is one.
getExternalJavaClass(String) - Method in class com.icl.saxon.style.ExpressionContext
Get an external Java class corresponding to a given namespace prefix, if there is one.
getExternalJavaClass(String) - Method in class com.icl.saxon.style.XSLStyleSheet
Get a Java class for a given namespace URI, if possible.
getFeature(String) - Method in class com.icl.saxon.DOMDriver
SAX2: Tells the value of the specified feature flag.
getFeature(String) - Method in class com.icl.saxon.Filter
Look up the value of a feature.
getFeature(String) - Method in class com.icl.saxon.TransformerFactoryImpl
Look up the value of a feature.
getFeature(String) - Method in class com.icl.saxon.aelfred.SAXDriver
SAX2: Tells the value of the specified feature flag.
getFeature(String) - Method in class com.icl.saxon.aelfred.SAXParserFactoryImpl
 
getFeature(String, String) - Method in class com.icl.saxon.om.AbstractNode
This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in .
getFeature(String) - Method in class com.icl.saxon.om.DocumentBuilderFactoryImpl
Get the state of the named feature.
getFilters() - Method in class com.icl.saxon.expr.Step
 
getFingerprint() - Method in class com.icl.saxon.KeyDefinition
Get the fingerprint of the name of the key definition
getFingerprint(String, boolean) - Method in class com.icl.saxon.expr.StandaloneContext
Make a fingerprint, using this Element as the context for namespace resolution
getFingerprint(String, boolean) - Method in interface com.icl.saxon.expr.StaticContext
Get a fingerprint for a name, using this as the context for namespace resolution
getFingerprint() - Method in class com.icl.saxon.jdom.NodeWrapper
Get fingerprint.
getFingerprint() - Method in class com.icl.saxon.om.AbstractNode
Get the fingerprint of the node, used for matching names
getFingerprint(int) - Method in class com.icl.saxon.om.NamePool
Get a fingerprint for the name with a given name code.
getFingerprint(String, String) - Method in class com.icl.saxon.om.NamePool
Get a fingerprint for the name with a given uri and local name.
getFingerprint() - Method in interface com.icl.saxon.om.NodeInfo
Get fingerprint.
getFingerprint() - Method in class com.icl.saxon.pattern.LocationPathPattern
Determine the fingerprint of nodes to which this pattern applies.
getFingerprint() - Method in class com.icl.saxon.pattern.NameTest
Get the fingerprint required
getFingerprint() - Method in class com.icl.saxon.pattern.Pattern
Determine the name fingerprint of nodes to which this pattern applies.
getFingerprint(String, boolean) - Method in class com.icl.saxon.style.ExpressionContext
Get a fingerprint for a name, using this as the context for namespace resolution
getFingerprint() - Method in class com.icl.saxon.tree.NodeImpl
Get the fingerprint of the node.
getFirst() - Method in class com.icl.saxon.expr.EmptyNodeSet
Get the first node in the nodeset (in document order)
getFirst() - Method in class com.icl.saxon.expr.FragmentValue
Get the first node in the nodeset (in document order)
getFirst() - Method in class com.icl.saxon.expr.NodeSetExtent
Get the first node in the nodeset (in document order)
getFirst() - Method in class com.icl.saxon.expr.NodeSetIntent
Get the first node in the nodeset (in document order)
getFirst() - Method in class com.icl.saxon.expr.NodeSetValue
Get the first node in the nodeset (in document order)
getFirst() - Method in class com.icl.saxon.expr.SingletonNodeSet
Get the first node in the nodeset (in document order)
getFirst() - Method in class com.icl.saxon.expr.TextFragmentValue
Get the first node in the nodeset (in document order)
getFirstChild() - Method in class com.icl.saxon.om.AbstractNode
Get first child (DOM method)
getFirstChild() - Method in class com.icl.saxon.tree.NodeImpl
Get first child - default implementation used for leaf nodes
getFrameId() - Method in class com.icl.saxon.Bindery
Get the id of the current frame.
getFunctionFingerprint() - Method in class com.icl.saxon.style.SAXONFunction
 
getGroupActivationStack() - Method in class com.icl.saxon.Context
Get the saxon:group activation stack
getHandler(NodeInfo, Context) - Method in class com.icl.saxon.RuleManager
Find the handler registered for a particular node in default mode.
getHandler(NodeInfo, Mode, Context) - Method in class com.icl.saxon.RuleManager
Find the handler registered for a particular node in a specific mode.
getHandler(NodeInfo, Mode, int, int, Context) - Method in class com.icl.saxon.RuleManager
Get a handler whose import precedence is in a particular range.
getImplementation() - Method in class com.icl.saxon.om.AbstractNode
Get a DOMImplementation object that handles this document.
getImporter() - Method in class com.icl.saxon.style.XSLStyleSheet
Get the StyleSheet that included or imported this one.
getIncludedStyleSheet(XSLStyleSheet, int) - Method in class com.icl.saxon.style.XSLGeneralIncorporate
 
getIndex(String, String) - Method in class com.icl.saxon.aelfred.SAXDriver
SAX2 Attributes method (don't invoke on parser);
getIndex(String) - Method in class com.icl.saxon.aelfred.SAXDriver
SAX2 Attributes method (don't invoke on parser);
getIndex(String) - Method in class com.icl.saxon.tree.AttributeCollection
Get the index of an attribute (by name).
getIndex(String, String) - Method in class com.icl.saxon.tree.AttributeCollection
Get the index of an attribute (by name).
getIndexByFingerprint(int) - Method in class com.icl.saxon.tree.AttributeCollection
Get the index, given the fingerprint
getInputEncoding() - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
An attribute specifying the encoding used for this document at the time of the parsing.
getInputEncoding() - Method in class com.icl.saxon.tree.DocumentImpl
An attribute specifying the encoding used for this document at the time of the parsing.
getInstance(String) - Static method in class com.icl.saxon.Loader
Instantiate a class using the class name provided.
Note that the method does not check that the object is of the right class.
getInstance() - Static method in class com.icl.saxon.charcode.UnicodeCharacterSet
 
getInstance() - Static method in class com.icl.saxon.om.EmptyEnumeration
Return an instance of an EmptyEnumeration
getInstance() - Static method in class com.icl.saxon.pattern.AnyNodeTest
Get an instance of AnyNodeTest
getInstance() - Static method in class com.icl.saxon.pattern.NoNodeTest
Get a NoNodeTest instance
getInstance() - Static method in class com.icl.saxon.sort.LocalOrderComparer
Get an instance of a LocalOrderComparer.
getJavaClass(String) - Method in class com.icl.saxon.style.XSLScript
Get the Java class, if this XSLScript element matches the specified URI.
getKeyDefinitions(int) - Method in class com.icl.saxon.KeyManager
Get all the key definitions that match a particular fingerprint
getKeyIndex(KeyManager, int) - Method in class com.icl.saxon.jdom.DocumentWrapper
Get the index for a given key
getKeyIndex(KeyManager, int) - Method in interface com.icl.saxon.om.DocumentInfo
Get the index for a given key
getKeyIndex(KeyManager, int) - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
Get the index for a given key
getKeyIndex(KeyManager, int) - Method in class com.icl.saxon.tree.DocumentImpl
Get the index for a given key
getKeyManager() - Method in class com.icl.saxon.Controller
Get the KeyManager
getKeyManager() - Method in class com.icl.saxon.style.XSLStyleSheet
Get the KeyManager which handles key definitions
getKeys() - Method in class com.icl.saxon.sort.BinaryTree
getKeys() returns the keys in the tree in sorted order.
getLHS() - Method in class com.icl.saxon.pattern.UnionPattern
Get the LHS of the union
getLanguage() - Method in class com.icl.saxon.sort.SortKeyDefinition
 
getLast() - Method in class com.icl.saxon.Context
Get the context size (the position of the last item in the current node list)
getLastChild() - Method in class com.icl.saxon.om.AbstractNode
Get last child (DOM method)
getLastChild() - Method in class com.icl.saxon.tree.NodeImpl
Get last child - default implementation used for leaf nodes
getLastPosition() - Method in class com.icl.saxon.Context
Get the last position, to be used only when the context object is being used as the last position finder
getLastPosition() - Method in interface com.icl.saxon.expr.LastPositionFinder
Get the last position
getLastPosition() - Method in class com.icl.saxon.expr.LookaheadEnumerator
Do lookahead to find the last position, if required
getLastPosition() - Method in class com.icl.saxon.expr.SortKeyEnumeration
 
getLastPosition() - Method in interface com.icl.saxon.om.AxisEnumeration
Get the last position
getLastPosition() - Method in class com.icl.saxon.om.EmptyEnumeration
 
getLastPosition() - Method in class com.icl.saxon.om.PrependIterator
Get the last position
getLastPosition() - Method in class com.icl.saxon.om.SingletonEnumeration
 
getLength() - Method in class com.icl.saxon.aelfred.SAXDriver
SAX1 AttributeList, SAX2 Attributes method (don't invoke on parser);
getLength() - Method in class com.icl.saxon.expr.NodeSetExtent
return the number of nodes in the list (DOM method)
getLength() - Method in class com.icl.saxon.expr.SingletonNodeSet
return the number of nodes in the list (DOM method)
getLength() - Method in class com.icl.saxon.expr.StringValue
Get the length of this string, as defined in XPath.
getLength(String) - Static method in class com.icl.saxon.expr.StringValue
Get the length of a string, as defined in XPath.
getLength() - Method in class com.icl.saxon.om.AbstractNode
Get the length of a Text or Comment node.
getLength() - Method in class com.icl.saxon.tree.AttributeCollection
Return the number of attributes in the list.
getLength() - Method in class com.icl.saxon.tree.ElementWithAttributes
Get number of attributes (DOM NamedNodeMap method).
getLength() - Method in interface org.w3c.dom.DOMStringList
 
getLineNumber() - Method in class com.icl.saxon.DOMDriver
 
getLineNumber() - Method in class com.icl.saxon.aelfred.SAXDriver
SAX Locator method (don't invoke on parser);
getLineNumber() - Method in class com.icl.saxon.expr.StandaloneContext
Get the line number of the expression within that container
getLineNumber() - Method in interface com.icl.saxon.expr.StaticContext
Get the line number of the expression within its containing entity Returns -1 if no line number is available
getLineNumber() - Method in class com.icl.saxon.jdom.NodeWrapper
Get line number
getLineNumber() - Method in class com.icl.saxon.om.AbstractNode
Get the line number of the node within its source document entity.
getLineNumber() - Method in class com.icl.saxon.om.Builder
 
getLineNumber() - Method in interface com.icl.saxon.om.NodeInfo
Get line number
getLineNumber() - Method in class com.icl.saxon.output.ContentHandlerProxy
 
getLineNumber() - Method in class com.icl.saxon.pattern.Pattern
Get the line number on which the pattern was defined
getLineNumber() - Method in class com.icl.saxon.style.ExpressionContext
Get the line number of the expression within its containing entity Returns -1 if no line number is available
getLineNumber(int) - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
Get the line number for an element.
getLineNumber() - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
Get the line number of this root node.
getLineNumber(int) - Method in class com.icl.saxon.tree.DocumentImpl
Get the line number for an element.
getLineNumber() - Method in class com.icl.saxon.tree.DocumentImpl
Get the line number of this root node.
getLineNumber() - Method in class com.icl.saxon.tree.ElementImpl
Get the line number of the node within its source document entity
getLineNumber(int) - Method in class com.icl.saxon.tree.LineNumberMap
Get the line number corresponding to a given sequence number
getLineNumber() - Method in class com.icl.saxon.tree.NodeImpl
Get the line number of the node within its source document entity
getList(int, int) - Method in class com.icl.saxon.Mode
Determine which list to use for a given pattern (we must also search the generic list)
getLocalName(int) - Method in class com.icl.saxon.aelfred.SAXDriver
SAX2 Attributes method (don't invoke on parser);
getLocalName() - Method in class com.icl.saxon.jdom.NodeWrapper
Get the local part of the name of this node.
getLocalName() - Method in class com.icl.saxon.om.AbstractNode
Get the local name of this node.
getLocalName(String) - Static method in class com.icl.saxon.om.Name
Extract the local name from a QName.
getLocalName(int) - Method in class com.icl.saxon.om.NamePool
Get the local part of a name, given its name code or fingerprint
getLocalName() - Method in interface com.icl.saxon.om.NodeInfo
Get the local part of the name of this node.
getLocalName(int) - Method in class com.icl.saxon.tree.AttributeCollection
Get the local name of an attribute (by position).
getLocalName() - Method in class com.icl.saxon.tree.NodeImpl
Get the local name of this node.
getLocalParameter(int) - Method in class com.icl.saxon.Bindery
Get local parameter.
getLocationMessage(TransformerException) - Static method in class com.icl.saxon.StandardErrorListener
Get a string identifying the location of an error.
getMatch() - Method in class com.icl.saxon.KeyDefinition
Get the match pattern for the key definition
getMessage() - Method in class com.icl.saxon.om.NamespaceException
 
getMessageEmitter() - Method in class com.icl.saxon.Controller
Get the Emitter used for xsl:message output
getMinImportPrecedence() - Method in class com.icl.saxon.style.XSLStyleSheet
Get the minimum import precedence of this stylesheet, that is, the lowest precedence of any stylesheet imported by this one
getMinImportPrecedence() - Method in class com.icl.saxon.style.XSLTemplate
 
getMode() - Method in class com.icl.saxon.Context
Get the current mode (for use by the built-in handlers)
getMode(int) - Method in class com.icl.saxon.RuleManager
Get the Mode object for a named mode.
getName(int) - Method in class com.icl.saxon.aelfred.SAXDriver
SAX1 AttributeList method (don't invoke on parser);
getName() - Method in class com.icl.saxon.expr.Function
Get the name of the function.
getName() - Method in class com.icl.saxon.expr.FunctionProxy
Get the name of the function
getName() - Method in class com.icl.saxon.expr.StyleSheetFunctionCall
Get the name of the function.
getName() - Method in class com.icl.saxon.functions.BooleanFn
Function name (for diagnostics)
getName() - Method in class com.icl.saxon.functions.Ceiling
Function name (for diagnostics)
getName() - Method in class com.icl.saxon.functions.Concat
Function name (for diagnostics)
getName() - Method in class com.icl.saxon.functions.Contains
Function name (for diagnostics)
getName() - Method in class com.icl.saxon.functions.Count
Function name (for diagnostics)
getName() - Method in class com.icl.saxon.functions.Current
Function name (for diagnostics)
getName() - Method in class com.icl.saxon.functions.Document
 
getName() - Method in class com.icl.saxon.functions.ElementAvailable
Function name (for diagnostics)
getName() - Method in class com.icl.saxon.functions.Floor
Function name (for diagnostics)
getName() - Method in class com.icl.saxon.functions.FormatNumber
 
getName() - Method in class com.icl.saxon.functions.FunctionAvailable
Function name (for diagnostics)
getName() - Method in class com.icl.saxon.functions.GenerateId
Function name (for diagnostics)
getName() - Method in class com.icl.saxon.functions.Id
 
getName() - Method in class com.icl.saxon.functions.Key
 
getName() - Method in class com.icl.saxon.functions.Lang
Function name (for diagnostics)
getName() - Method in class com.icl.saxon.functions.Last
Function name (for diagnostics)
getName() - Method in class com.icl.saxon.functions.LocalName
Function name (for diagnostics)
getName() - Method in class com.icl.saxon.functions.NameFn
Function name (for diagnostics)
getName() - Method in class com.icl.saxon.functions.NamespaceURI
Function name (for diagnostics)
getName() - Method in class com.icl.saxon.functions.NormalizeSpace
Function name (for diagnostics)
getName() - Method in class com.icl.saxon.functions.Not
Function name (for diagnostics)
getName() - Method in class com.icl.saxon.functions.NumberFn
Function name (for diagnostics)
getName() - Method in class com.icl.saxon.functions.Position
Function name (for diagnostics)
getName() - Method in class com.icl.saxon.functions.Round
Function name (for diagnostics)
getName() - Method in class com.icl.saxon.functions.StartsWith
Function name (for diagnostics)
getName() - Method in class com.icl.saxon.functions.StringFn
Function name (for diagnostics)
getName() - Method in class com.icl.saxon.functions.StringLength
Function name (for diagnostics)
getName() - Method in class com.icl.saxon.functions.Substring
 
getName() - Method in class com.icl.saxon.functions.SubstringAfter
 
getName() - Method in class com.icl.saxon.functions.SubstringBefore
 
getName() - Method in class com.icl.saxon.functions.Sum
Function name (for diagnostics)
getName() - Method in class com.icl.saxon.functions.SystemProperty
 
getName() - Method in class com.icl.saxon.functions.Translate
 
getName() - Method in class com.icl.saxon.functions.UnparsedEntityURI
 
getName() - Method in class com.icl.saxon.om.AbstractNode
Get the name of an attribute node (the QName) (DOM method)
getNameCode() - Method in class com.icl.saxon.Mode
Get the name of this mode (for tracing output)
getNameCode() - Method in class com.icl.saxon.jdom.NodeWrapper
Get name code.
getNameCode() - Method in class com.icl.saxon.om.AbstractNode
Get the name code of the node, used for displaying names
getNameCode() - Method in interface com.icl.saxon.om.NodeInfo
Get name code.
getNameCode(int) - Method in class com.icl.saxon.tree.AttributeCollection
Get the namecode of an attribute (by position).
getNameCode() - Method in class com.icl.saxon.tree.ElementImpl
Get the nameCode of the node.
getNameCode() - Method in class com.icl.saxon.tree.NodeImpl
Get the nameCode of the node.
getNamePool() - Method in class com.icl.saxon.Controller
Get the name pool in use
getNamePool() - Method in class com.icl.saxon.PreparedStyleSheet
Get the name pool in use
getNamePool() - Method in class com.icl.saxon.jdom.DocumentWrapper
Get the name pool used for the names in this document
getNamePool() - Method in interface com.icl.saxon.om.DocumentInfo
Get the name pool used for the names in this document
getNamePool() - Method in class com.icl.saxon.output.Emitter
Get the namepool used for this document
getNamePool() - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
Get the name pool used for the names in this document
getNamePool() - Method in class com.icl.saxon.tree.DocumentImpl
Get the name pool used for the names in this document
getNamePool() - Method in class com.icl.saxon.tree.NodeImpl
Get the NamePool
getNamedDecimalFormat(int) - Method in class com.icl.saxon.DecimalFormatManager
Get a named decimal-format registered using setNamedDecimalFormat
getNamedItem(String) - Method in class com.icl.saxon.tree.ElementWithAttributes
Get named attribute (DOM NamedNodeMap method) Treats namespace declarations as attributes.
getNamedItemNS(String, String) - Method in class com.icl.saxon.tree.ElementWithAttributes
Get named attribute (DOM NamedNodeMap method) Treats namespace declarations as attributes.
getNamespaceAlias(short) - Method in class com.icl.saxon.style.XSLStyleSheet
Get the declared namespace alias for a given namespace URI code if there is one.
getNamespaceCode(String, String) - Method in class com.icl.saxon.om.NamePool
Get the existing namespace code for a namespace prefix/URI pair.
getNamespaceCode(int) - Method in class com.icl.saxon.om.NamePool
Get a namespace code for the prefix/URI of a given namecode
getNamespaceCodes() - Method in class com.icl.saxon.tree.ElementWithAttributes
Get the list of in-scope namespaces for this element as an array of namespace codes.
getNamespaceNode(int) - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
Make a (transient) namespace node from the array of namespace declarations
getNamespaceURI() - Method in class com.icl.saxon.om.AbstractNode
The namespace URI of this node, or null if it is unspecified.
getNextInDocument(NodeImpl) - Method in class com.icl.saxon.tree.NodeImpl
Get the next node in document order
getNextSibling() - Method in class com.icl.saxon.om.AbstractNode
Get next sibling node (DOM method)
getNextSibling() - Method in class com.icl.saxon.tree.DocumentImpl
Get next sibling - always null
getNextSibling() - Method in class com.icl.saxon.tree.NodeImpl
Get next sibling node
getNode(Context) - Method in class com.icl.saxon.expr.ContextNodeExpression
Return the node selected by this expression.
getNode(Context) - Method in class com.icl.saxon.expr.ParentNodeExpression
Return the node selected by this SingletonExpression
getNode(Context) - Method in class com.icl.saxon.expr.RootExpression
Return the first element selected by this Expression
getNode(Context) - Method in class com.icl.saxon.expr.SingletonExpression
Get the single node to which this expression refers
getNode() - Method in class com.icl.saxon.jdom.NodeWrapper
Get the underlying JDOM node
getNode(int) - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
 
getNodeFactory() - Method in class com.icl.saxon.tree.DocumentImpl
Get the node factory that was used to build this document
getNodeName() - Method in class com.icl.saxon.om.AbstractNode
Get the name of this node, following the DOM rules
getNodeSetExpression() - Method in class com.icl.saxon.expr.NodeSetIntent
Get the encapsulated NodeSetExpression
getNodeTest() - Method in class com.icl.saxon.expr.Step
 
getNodeType() - Method in class com.icl.saxon.jdom.NodeWrapper
Return the type of node.
getNodeType() - Method in interface com.icl.saxon.om.NodeInfo
Return the type of node.
getNodeType() - Method in class com.icl.saxon.pattern.AnyChildNodePattern
Determine the type of nodes to which this pattern applies.
getNodeType() - Method in class com.icl.saxon.pattern.IDPattern
Determine the type of nodes to which this pattern applies.
getNodeType() - Method in class com.icl.saxon.pattern.LocationPathPattern
Determine the types of nodes to which this pattern applies.
getNodeType() - Method in class com.icl.saxon.pattern.NameTest
Determine the types of nodes to which this pattern applies.
getNodeType() - Method in class com.icl.saxon.pattern.NamespaceTest
Determine the types of nodes to which this pattern applies.
getNodeType() - Method in class com.icl.saxon.pattern.NoNodeTest
 
getNodeType() - Method in class com.icl.saxon.pattern.NodeTypeTest
Determine the types of nodes to which this pattern applies.
getNodeType() - Method in class com.icl.saxon.pattern.Pattern
Determine the types of nodes to which this pattern applies.
getNodeType() - Method in class com.icl.saxon.pattern.UnionPattern
Determine the types of nodes to which this pattern applies.
getNodeType() - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
Return the type of node.
getNodeType() - Method in class com.icl.saxon.tree.DocumentImpl
Return the type of node.
getNodeType() - Method in class com.icl.saxon.tree.ElementImpl
Return the type of node.
getNodeValue() - Method in class com.icl.saxon.om.AbstractNode
Get the node value as defined in the DOM.
getNthParameter(int) - Method in class com.icl.saxon.style.SAXONFunction
Get the name fingerprint of the n'th parameter (starting from 0).
getNumberAny(NodeInfo, Pattern, Pattern, Context) - Static method in class com.icl.saxon.om.Navigator
Get node number (level="any").
getNumberMulti(NodeInfo, Pattern, Pattern, Context) - Static method in class com.icl.saxon.om.Navigator
Get node number (level="multiple").
getNumberOfArguments() - Method in class com.icl.saxon.expr.Function
Determine the number of actual arguments supplied in the function call
getNumberOfDocuments() - Method in class com.icl.saxon.om.DocumentPool
Get the number of documents in the pool
getNumberOfFilters() - Method in class com.icl.saxon.expr.Step
 
getNumberOfVariables() - Method in class com.icl.saxon.style.Procedure
Get number of variables (size of stack frame)
getNumberSimple(NodeInfo, Context) - Static method in class com.icl.saxon.om.Navigator
Get simple node number.
getNumberSimple(NodeInfo) - Static method in class com.icl.saxon.om.Navigator
Get simple node number.
getNumberSingle(NodeInfo, Pattern, Pattern, Context) - Static method in class com.icl.saxon.om.Navigator
Get node number (level="single").
getObject() - Method in class com.icl.saxon.expr.ObjectValue
Get the encapsulated object
getOrder() - Method in class com.icl.saxon.sort.SortKeyDefinition
 
getOriginatingNode() - Method in class com.icl.saxon.om.AbstractNode
Get the node corresponding to this javax.xml.transform.dom.DOMLocator
getOriginatingNode() - Method in class com.icl.saxon.tree.NodeImpl
Get the node corresponding to this javax.xml.transform.dom.DOMLocator
getOutputProperties() - Method in class com.icl.saxon.Controller
Get the output properties for the transformation.
getOutputProperties() - Method in class com.icl.saxon.PreparedStyleSheet
Get the properties for xsl:output.
getOutputProperties() - Method in class com.icl.saxon.output.Emitter
Get the output properties
getOutputProperties() - Method in class com.icl.saxon.output.GeneralOutputter
 
getOutputProperties() - Method in class com.icl.saxon.output.Outputter
 
getOutputProperties() - Method in class com.icl.saxon.output.StringOutputter
 
getOutputProperty(String) - Method in class com.icl.saxon.Controller
Get the value of an output property
getOutputStream() - Method in class com.icl.saxon.output.Emitter
Get the output stream
getOutputter() - Method in class com.icl.saxon.Context
Get the current Outputter.
getOutputter() - Method in class com.icl.saxon.Controller
Get the current outputter
getOwnerDocument() - Method in class com.icl.saxon.Context
Get owner Document (enabling extension functions to create new Nodes)
getOwnerDocument() - Method in class com.icl.saxon.om.AbstractNode
Return the Document object associated with this node.
getOwnerDocument() - Method in interface org.w3c.xsl.XSLTContext
Return a Document to be used for creating nodes
getOwnerElement() - Method in class com.icl.saxon.om.AbstractNode
The Element node this attribute is attached to or null if this attribute is not in use.
getOwningProcedure() - Method in class com.icl.saxon.style.XSLGeneralVariable
Get the owning Procedure definition, if this is a local variable
getParamValue(Context) - Method in class com.icl.saxon.style.XSLWithParam
 
getParameter(String) - Method in class com.icl.saxon.Controller
Get a parameter to the transformation
getParameter(String) - Method in interface org.w3c.dom.DOMConfiguration
 
getParameterNames() - Method in interface org.w3c.dom.DOMConfiguration
 
getParent() - Method in class com.icl.saxon.Filter
Get the parent reader.
getParent() - Method in class com.icl.saxon.jdom.NodeWrapper
Get the NodeInfo object representing the parent of this node
getParent() - Method in class com.icl.saxon.om.AbstractNode
Find the parent node of this node.
getParent() - Method in interface com.icl.saxon.om.NodeInfo
Get the NodeInfo object representing the parent of this node
getParent() - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
Find the parent node of this node.
getParent() - Method in class com.icl.saxon.tree.NodeImpl
Find the parent node of this node.
getParentNode() - Method in class com.icl.saxon.om.AbstractNode
Find the parent node of this node (DOM method).
getParser() - Method in class com.icl.saxon.aelfred.SAXParserImpl
 
getPath(NodeInfo) - Static method in class com.icl.saxon.om.Navigator
Get an absolute XPath expression that identifies a given node within its document
getPrecedence() - Method in class com.icl.saxon.style.StyleElement
Get the import precedence of this stylesheet element.
getPrecedence() - Method in class com.icl.saxon.style.XSLStyleSheet
Get the import precedence of this stylesheet
getPrefix() - Method in class com.icl.saxon.jdom.NodeWrapper
Get the prefix part of the name of this node.
getPrefix() - Method in class com.icl.saxon.om.AbstractNode
Get the prefix part of the name of this node.
getPrefix(String) - Static method in class com.icl.saxon.om.Name
Extract the prefix from a QName.
getPrefix(int) - Method in class com.icl.saxon.om.NamePool
Get the prefix part of a name, given its name code or fingerprint
getPrefix() - Method in interface com.icl.saxon.om.NodeInfo
Get the prefix part of the name of this node.
getPrefix() - Method in class com.icl.saxon.tree.NodeImpl
Get the prefix part of the name of this node.
getPrefixForURI(String) - Method in class com.icl.saxon.tree.ElementImpl
Search the NamespaceList for a given URI, returning the corresponding prefix.
getPrefixForURI(String) - Method in class com.icl.saxon.tree.ElementWithAttributes
Search the NamespaceList for a given URI, returning the corresponding prefix.
getPrefixFromNamespaceCode(int) - Method in class com.icl.saxon.om.NamePool
Get the namespace prefix from a namespace code
getPrefixIndex(short, String) - Method in class com.icl.saxon.om.NamePool
Get the index of a prefix among all the prefixes used with a given URI
getPrefixWithIndex(short, int) - Method in class com.icl.saxon.om.NamePool
Get a prefix among all the prefixes used with a given URI, given its index
getPreparedStyleSheet() - Method in class com.icl.saxon.style.StyleElement
Get the PreparedStyleSheet object.
getPreparedStyleSheet() - Method in class com.icl.saxon.style.XSLStyleSheet
Get the owning PreparedStyleSheet object
getPreserveAll() - Method in class com.icl.saxon.om.Stripper
Determine if all whitespace is to be preserved (in this case, no further testing is needed)
getPreviewManager() - Method in class com.icl.saxon.style.XSLStyleSheet
Get the PreviewManager which handles saxon:preview element definitions
getPreviewMode() - Method in class com.icl.saxon.PreviewManager
 
getPreviousInDocument() - Method in class com.icl.saxon.tree.NodeImpl
Get the previous node in document order
getPreviousSibling() - Method in class com.icl.saxon.om.AbstractNode
Get the previous sibling of the node (DOM method)
getPreviousSibling() - Method in class com.icl.saxon.tree.DocumentImpl
Get previous sibling - always null
getPreviousSibling() - Method in class com.icl.saxon.tree.NodeImpl
Get the previous sibling of the node
getPrincipalStyleSheet() - Method in class com.icl.saxon.style.StyleElement
Get the principal XSLStyleSheet node.
getProcedure() - Method in class com.icl.saxon.style.SAXONFunction
Get associated Procedure (for details of stack frame)
getProcedure() - Method in class com.icl.saxon.style.XSLAttributeSet
Get associated Procedure (for details of stack frame)
getProcedure() - Method in class com.icl.saxon.style.XSLGeneralVariable
Get associated Procedure (for details of stack frame, if this is a global variable containing local variable declarations)
getProcedure() - Method in class com.icl.saxon.style.XSLTemplate
Get associated Procedure (for details of stack frame)
getProductName() - Static method in class com.icl.saxon.Version
 
getProperties() - Static method in class com.icl.saxon.output.TextFragment
Construct a default TextFragment object
getProperty(String) - Method in class com.icl.saxon.DOMDriver
SAX2: Returns the specified property.
getProperty(String) - Method in class com.icl.saxon.Filter
Look up the value of a property.
getProperty(String) - Method in class com.icl.saxon.aelfred.SAXDriver
SAX2: Returns the specified property.
getProperty(String) - Method in class com.icl.saxon.aelfred.SAXParserImpl
 
getProperty(String, String) - Static method in class com.icl.saxon.functions.SystemProperty
Here's the real code:
getPseudoAttribute(Context, String) - Static method in class com.icl.saxon.functions.Extensions
Get a pseudo-attribute of a processing instruction.
getPseudoAttribute(String, String) - Static method in class com.icl.saxon.om.ProcInstParser
Get a pseudo-attribute.
getPublicId() - Method in class com.icl.saxon.DOMDriver
 
getPublicId() - Method in class com.icl.saxon.aelfred.SAXDriver
SAX Locator method (don't invoke on parser);
getPublicId() - Method in class com.icl.saxon.om.AbstractNode
Get the public identifier of the document entity containing this node.
getPublicId() - Method in class com.icl.saxon.om.Builder
 
getPublicId() - Method in class com.icl.saxon.output.ContentHandlerProxy
 
getQName(int) - Method in class com.icl.saxon.aelfred.SAXDriver
SAX2 Attributes method (don't invoke on parser);
getQName(int) - Method in class com.icl.saxon.tree.AttributeCollection
Get the display name of an attribute (by position).
getRHS() - Method in class com.icl.saxon.pattern.UnionPattern
Get the RHS of the union
getRecoveryPolicy() - Method in class com.icl.saxon.Controller
Get the policy for handling recoverable errors
getRememberedNumber(NodeInfo) - Method in class com.icl.saxon.Context
Get the number of a node if it is the last remembered one.
getResult() - Method in class com.icl.saxon.IdentityTransformerHandler
Get the output destination of the transformation
getResult() - Method in class com.icl.saxon.TransformerHandlerImpl
Get the output destination of the transformation
getResultURICode() - Method in class com.icl.saxon.style.XSLNamespaceAlias
 
getReturnValue() - Method in class com.icl.saxon.Context
Get the return value from function
getRootNode() - Method in class com.icl.saxon.expr.FragmentValue
Get the root (document) node
getRootNode() - Method in class com.icl.saxon.expr.TextFragmentValue
Get the root (document) node
getRule(NodeInfo, Context) - Method in class com.icl.saxon.Mode
Get the rule corresponding to a given Node, by finding the best Pattern match.
getRule(NodeInfo, int, int, Context) - Method in class com.icl.saxon.Mode
Get the rule corresponding to a given Node, by finding the best Pattern match, subject to a minimum and maximum precedence.
getRuleManager() - Method in class com.icl.saxon.Controller
 
getRuleManager() - Method in class com.icl.saxon.style.XSLStyleSheet
Get the RuleManager which handles template rules
getSAXSource(Source, boolean) - Method in class com.icl.saxon.TransformerFactoryImpl
Convert a supplied Source to a SAXSource
getSchemaTypeInfo() - Method in class com.icl.saxon.om.AbstractNode
The type information associated with this attribute.
getSelectExpression() - Method in class com.icl.saxon.style.XSLValueOf
 
getSelectValue(Context) - Method in class com.icl.saxon.style.XSLGeneralVariable
Get the value of the select expression if present or the content of the element otherwise
getSequenceNumber() - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
Get the node sequence number (in document order).
getSequenceNumber() - Method in class com.icl.saxon.tree.NodeImpl
Get the node sequence number (in document order).
getSlotNumber() - Method in interface com.icl.saxon.Binding
Determine a slot number for the variable.
getSlotNumber() - Method in class com.icl.saxon.style.XSLParam
 
getSlotNumber() - Method in class com.icl.saxon.style.XSLVariable
 
getSortKey() - Method in class com.icl.saxon.sort.SortKeyDefinition
 
getSortKeyDefinition() - Method in class com.icl.saxon.style.XSLSort
 
getSourceParser() - Method in class com.icl.saxon.TransformerFactoryImpl
Get the parser for source documents
getSpecified() - Method in class com.icl.saxon.om.AbstractNode
If this attribute was explicitly given a value in the original document, this is true ; otherwise, it is false.
getStandaloneContext() - Method in class com.icl.saxon.RuleManager
Get the standalone context for XPath expressions and patterns.
getStandardNames() - Method in class com.icl.saxon.om.NamePool
Get the standard names
getStandardNames() - Method in class com.icl.saxon.style.StyleElement
Get the StandardNames object
getStandardNames() - Method in class com.icl.saxon.style.StyleNodeFactory
 
getStandardURIResolver() - Method in class com.icl.saxon.Controller
Get the fallback URI resolver.
getStaticContext() - Method in class com.icl.saxon.Context
Get the static context.
getStaticContext() - Method in class com.icl.saxon.expr.Expression
Determine the static context used when the expression was parsed
getStaticContext() - Method in class com.icl.saxon.pattern.Pattern
Determine the static context used when the pattern was parsed
getStrictErrorChecking() - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
An attribute specifying whether error checking is enforced or not.
getStrictErrorChecking() - Method in class com.icl.saxon.tree.DocumentImpl
An attribute specifying whether error checking is enforced or not.
getStringValue() - Method in class com.icl.saxon.jdom.NodeWrapper
Return the string value of the node.
getStringValue() - Method in interface com.icl.saxon.om.NodeInfo
Return the string value of the node.
getStripAll() - Method in class com.icl.saxon.om.Stripper
Determine if all whitespace is to be stripped (in this case, no further testing is needed)
getStripper() - Method in class com.icl.saxon.om.Builder
Get the Stripper in use
getStripperRules() - Method in class com.icl.saxon.style.XSLStyleSheet
Get the rules determining which nodes are to be stripped from the tree
getStyleNodeFactory() - Method in class com.icl.saxon.PreparedStyleSheet
Get the StyleNodeFactory in use
getStyleParser() - Method in class com.icl.saxon.TransformerFactoryImpl
Get the parser for stylesheet documents
getStyleSheetDocument() - Method in class com.icl.saxon.PreparedStyleSheet
Get the root node of the principal stylesheet document
getStyleSheetFunction(int) - Method in class com.icl.saxon.expr.StandaloneContext
 
getStyleSheetFunction(int) - Method in interface com.icl.saxon.expr.StaticContext
 
getStyleSheetFunction(int) - Method in class com.icl.saxon.style.ExpressionContext
 
getStyleSheetFunction(int) - Method in class com.icl.saxon.style.StyleElement
Get a Function declared using a saxon:function element in the stylesheet
getStylesheetURICode() - Method in class com.icl.saxon.style.XSLNamespaceAlias
 
getStylesheetURIs() - Method in class com.icl.saxon.PIGrabber
Get the stylesheet URIs as an array of Strings
getSystemId() - Method in class com.icl.saxon.DOMDriver
 
getSystemId() - Method in class com.icl.saxon.IdentityTransformerHandler
Get the systemId of the document
getSystemId() - Method in class com.icl.saxon.TemplatesHandlerImpl
Get the systemId of the document
getSystemId() - Method in class com.icl.saxon.TransformerHandlerImpl
Get the systemId of the document
getSystemId() - Method in class com.icl.saxon.aelfred.SAXDriver
SAX Locator method (don't invoke on parser);
getSystemId() - Method in class com.icl.saxon.expr.StandaloneContext
Get the system ID of the container of the expression
getSystemId() - Method in interface com.icl.saxon.expr.StaticContext
Get the System ID of the container of the expression.
getSystemId() - Method in class com.icl.saxon.jdom.NodeWrapper
Get the System ID for the node.
getSystemId() - Method in class com.icl.saxon.om.AbstractNode
Get the system ID for the entity containing the node.
getSystemId() - Method in interface com.icl.saxon.om.NodeInfo
Get the System ID for the node.
getSystemId() - Method in class com.icl.saxon.output.Emitter
Get the System ID
getSystemId() - Method in class com.icl.saxon.pattern.Pattern
Get the system id of the entity in which the pattern occurred
getSystemId() - Method in class com.icl.saxon.style.ExpressionContext
Get the System ID of the entity containing the expression (used for diagnostics)
getSystemId() - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
Get the system id of this root node
getSystemId(int) - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
Get the system id of an element in the document
getSystemId() - Method in class com.icl.saxon.tree.DocumentImpl
Get the system id of this root node
getSystemId(int) - Method in class com.icl.saxon.tree.DocumentImpl
Get the system id of an element in the document
getSystemId() - Method in class com.icl.saxon.tree.ElementImpl
Get the system ID of the entity containing this element node.
getSystemId() - Method in class com.icl.saxon.tree.NodeImpl
Get the system ID for the node.
getSystemId(int) - Method in class com.icl.saxon.tree.SystemIdMap
Get the system ID corresponding to a given sequence number
getTagName() - Method in class com.icl.saxon.om.AbstractNode
The name of the element (DOM interface).
getTailRecursion() - Method in class com.icl.saxon.Context
Get tail recursion parameters
getTemplateFingerprint() - Method in class com.icl.saxon.style.XSLTemplate
Return the fingerprint for the name of this template
getTemplates() - Method in class com.icl.saxon.TemplatesHandlerImpl
Get the Templates object to used for a transformation
getTextContent() - Method in class com.icl.saxon.om.AbstractNode
This attribute returns the text content of this node and its descendants.
getTopLevel() - Method in class com.icl.saxon.style.XSLStyleSheet
Get the top level elements in this stylesheet, after applying include/import
getTraceListener() - Method in class com.icl.saxon.Controller
 
getTransformer() - Method in class com.icl.saxon.IdentityTransformerHandler
Get the Transformer used for this transformation
getTransformer() - Method in class com.icl.saxon.TransformerHandlerImpl
Get the Transformer used for this transformation
getTransformerFactory() - Method in class com.icl.saxon.Controller
 
getTransformerFactory() - Method in class com.icl.saxon.PreparedStyleSheet
Get the TransformerFactory used to create this PreparedStyleSheet
getTreeModel() - Method in class com.icl.saxon.Controller
Get the tree model in use
getType(int) - Method in class com.icl.saxon.aelfred.SAXDriver
SAX1 AttributeList, SAX2 Attributes method (don't invoke on parser);
getType(String, String) - Method in class com.icl.saxon.aelfred.SAXDriver
SAX2 Attributes method (don't invoke on parser);
getType(String) - Method in class com.icl.saxon.aelfred.SAXDriver
SAX1 AttributeList, SAX2 Attributes method (don't invoke on parser);
getType() - Method in class com.icl.saxon.expr.FragmentValue
Return the type of the value
getType() - Method in class com.icl.saxon.expr.TextFragmentValue
Return the type of the value
getType(int) - Method in class com.icl.saxon.tree.AttributeCollection
Get the type of an attribute (by position).
getType(String, String) - Method in class com.icl.saxon.tree.AttributeCollection
Get the type of an attribute (by name).
getType(String) - Method in class com.icl.saxon.tree.AttributeCollection
Get the type of an attribute (by name).
getTypeName() - Method in interface org.w3c.dom.TypeInfo
 
getTypeNamespace() - Method in interface org.w3c.dom.TypeInfo
 
getURI(int) - Method in class com.icl.saxon.aelfred.SAXDriver
SAX2 Attributes method (don't invoke on parser);
getURI() - Method in class com.icl.saxon.jdom.NodeWrapper
Get the URI part of the name of this node.
getURI() - Method in class com.icl.saxon.om.AbstractNode
Get the URI part of the name of this node.
getURI(int) - Method in class com.icl.saxon.om.NamePool
Get the namespace-URI of a name, given its name code or fingerprint
getURI() - Method in interface com.icl.saxon.om.NodeInfo
Get the URI part of the name of this node.
getURI(int) - Method in class com.icl.saxon.tree.AttributeCollection
Get the namespace URI of an attribute (by position).
getURI() - Method in class com.icl.saxon.tree.NodeImpl
Get the URI part of the name of this node.
getURICode(int) - Method in class com.icl.saxon.om.NamePool
Get the URI code of a name, given its name code or fingerprint
getURICodeForPrefix(String) - Method in class com.icl.saxon.tree.ElementImpl
Search the NamespaceList for a given prefix, returning the corresponding URI.
getURICodeForPrefix(String) - Method in class com.icl.saxon.tree.ElementWithAttributes
Search the NamespaceList for a given prefix, returning the corresponding URI.
getURIForPrefix(String) - Method in class com.icl.saxon.expr.StandaloneContext
Get the URI for a prefix, using this Element as the context for namespace resolution
getURIForPrefix(String) - Method in interface com.icl.saxon.expr.StaticContext
Get the URI for a prefix, using this Element as the context for namespace resolution
getURIForPrefix(String) - Method in class com.icl.saxon.style.ExpressionContext
Get the URI for a prefix, using this Element as the context for namespace resolution
getURIFromNamespaceCode(int) - Method in class com.icl.saxon.om.NamePool
Get the namespace URI from a namespace code
getURIFromURICode(short) - Method in class com.icl.saxon.om.NamePool
Get the namespace URI from a URI code
getURIResolver() - Method in class com.icl.saxon.Controller
Get the primary URI resolver.
getURIResolver() - Method in class com.icl.saxon.TransformerFactoryImpl
Get the object that is used by default during the transformation to resolve URIs used in document(), xsl:import, or xsl:include.
getUnparsedEntity(String) - Method in class com.icl.saxon.jdom.DocumentWrapper
Get the unparsed entity with a given name
getUnparsedEntity(String) - Method in interface com.icl.saxon.om.DocumentInfo
Get the unparsed entity with a given name
getUnparsedEntity(String) - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
Get the unparsed entity with a given name
getUnparsedEntity(String) - Method in class com.icl.saxon.tree.DocumentImpl
Get the unparsed entity with a given name
getUse() - Method in class com.icl.saxon.KeyDefinition
Get the use expression for the key definition
getUserData(NodeInfo, String) - Method in class com.icl.saxon.Controller
Get the named user data property for the node
getUserData(Context, String) - Static method in class com.icl.saxon.functions.Extensions
Retrieve a value associated with the context node
getUserData(String) - Method in class com.icl.saxon.om.AbstractNode
Retrieves the object associated to a key on a this node.
getValue(Binding) - Method in class com.icl.saxon.Bindery
Get the value of a variable
getValue(Binding, int) - Method in class com.icl.saxon.Bindery
Get the value of a variable in the given frame
getValue(int) - Method in class com.icl.saxon.aelfred.SAXDriver
SAX1 AttributeList, SAX2 Attributes method (don't invoke on parser);
getValue(String, String) - Method in class com.icl.saxon.aelfred.SAXDriver
SAX Attributes method (don't invoke on parser);
getValue(String) - Method in class com.icl.saxon.aelfred.SAXDriver
SAX1 AttributeList, SAX2 Attributes method (don't invoke on parser);
getValue() - Method in class com.icl.saxon.om.AbstractNode
Return the character value of an attribute node (DOM method)
getValue(int) - Method in class com.icl.saxon.tree.AttributeCollection
Get the value of an attribute (by position).
getValue(String, String) - Method in class com.icl.saxon.tree.AttributeCollection
Get the value of an attribute (by name).
getValue(String) - Method in class com.icl.saxon.tree.AttributeCollection
Get the value of an attribute (by name).
getValueByFingerprint(int) - Method in class com.icl.saxon.tree.AttributeCollection
Get the attribute value using its fingerprint
getValues() - Method in class com.icl.saxon.sort.BinaryTree
getValues() returns the values in the tree in sorted order.
getVariableBinding(int) - Method in class com.icl.saxon.style.StyleElement
Bind a variable used in this element to the XSLVariable element in which it is declared
getVariableFingerprint() - Method in interface com.icl.saxon.Binding
Establish the fingerprint of the name of this variable.
getVariableFingerprint() - Method in class com.icl.saxon.style.SAXONReturn
 
getVariableFingerprint() - Method in class com.icl.saxon.style.XSLGeneralVariable
Get the fingerprint of the variable name
getVariableName() - Method in interface com.icl.saxon.Binding
Get the name of the variable, to use in diagnostics
getVariableName() - Method in class com.icl.saxon.style.XSLGeneralVariable
Get the display name of the variable.
getVariableNames() - Method in class com.icl.saxon.style.StyleElement
List the variables that are in scope for this stylesheet element.
getVersion() - Static method in class com.icl.saxon.Version
 
getVersion() - Method in class com.icl.saxon.expr.StandaloneContext
Get the effective XSLT version in this region of the stylesheet
getVersion() - Method in interface com.icl.saxon.expr.StaticContext
Get the effective XSLT version in this region of the stylesheet
getVersion() - Method in class com.icl.saxon.style.ExpressionContext
Get the effective XSLT version in this region of the stylesheet
getVersion() - Method in class com.icl.saxon.style.StyleElement
Get the version number on this element, or inherited from its ancestors
getWebSiteAddress() - Static method in class com.icl.saxon.Version
 
getWholeText() - Method in class com.icl.saxon.om.AbstractNode
Returns all text of Text nodes logically-adjacent text nodes to this node, concatenated in document order.
getWriter() - Method in class com.icl.saxon.output.Emitter
Get the output writer
getXMLReader() - Method in class com.icl.saxon.aelfred.SAXParserImpl
 
getXSLVersion() - Static method in class com.icl.saxon.Version
 
getXSLVersionString() - Static method in class com.icl.saxon.Version
 
getXmlEncoding() - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
An attribute specifying, as part of the XML declaration, the encoding of this document.
getXmlEncoding() - Method in class com.icl.saxon.tree.DocumentImpl
An attribute specifying, as part of the XML declaration, the encoding of this document.
getXmlStandalone() - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
An attribute specifying, as part of the XML declaration, whether this document is standalone.
getXmlStandalone() - Method in class com.icl.saxon.tree.DocumentImpl
An attribute specifying, as part of the XML declaration, whether this document is standalone.
getXmlVersion() - Method in class com.icl.saxon.tinytree.TinyDocumentImpl
An attribute specifying, as part of the XML declaration, the version number of this document.
getXmlVersion() - Method in class com.icl.saxon.tree.DocumentImpl
An attribute specifying, as part of the XML declaration, the version number of this document.
global - Variable in class com.icl.saxon.style.XSLGeneralVariable
 
graftElement(ElementImpl) - Method in class com.icl.saxon.tree.TreeBuilder
graftElement() allows an element node to be transferred from one tree to another.
greekLower - Variable in class com.icl.saxon.number.Numberer_en
 
greekUpper - Variable in class com.icl.saxon.number.Numberer_en
 

H

HANDLER - Variable in class com.icl.saxon.style.StandardNames
 
HIERARCHY_REQUEST_ERR - Static variable in class com.icl.saxon.tree.DOMExceptionImpl
 
HREF - Variable in class com.icl.saxon.style.StandardNames
 
HTMLEmitter - class com.icl.saxon.output.HTMLEmitter.
This class generates HTML output
HTMLEmitter() - Constructor for class com.icl.saxon.output.HTMLEmitter
Constructor
HTMLIndenter - class com.icl.saxon.output.HTMLIndenter.
HTMLIndenter: This ProxyEmitter indents HTML elements, by adding whitespace character data where appropriate.
HTMLIndenter() - Constructor for class com.icl.saxon.output.HTMLIndenter
 
HashMap - class com.icl.saxon.sort.HashMap.
A simple class for testing membership of a fixed set of ASCII strings.
HashMap(int) - Constructor for class com.icl.saxon.sort.HashMap
 
handle(short, String, Object, Node, Node) - Method in interface org.w3c.dom.UserDataHandler
 
handleSortKeys(Expression) - Method in class com.icl.saxon.style.StyleElement
Modify the "select" expression to include any sort keys specified.
handler - Variable in class com.icl.saxon.output.ContentHandlerProxy
 
handler - Variable in class com.icl.saxon.output.DocumentHandlerProxy
 
hasAttribute(String) - Method in class com.icl.saxon.om.AbstractNode
Returns true when an attribute with a given name is specified on this element or has a default value, false otherwise.
hasAttribute(String) - Method in class com.icl.saxon.tree.ElementWithAttributes
Returns true when an attribute with a given name is specified on this element or has a default value, false otherwise.
hasAttributeNS(String, String) - Method in class com.icl.saxon.om.AbstractNode
Returns true when an attribute with a given local name and namespace URI is specified on this element or has a default value, false otherwise.
hasAttributeNS(String, String) - Method in class com.icl.saxon.tree.ElementWithAttributes
Returns true when an attribute with a given local name and namespace URI is specified on this element or has a default value, false otherwise.
hasAttributes() - Method in class com.icl.saxon.om.AbstractNode
Returns whether this node has any attributes.
hasAttributes() - Method in class com.icl.saxon.tree.ElementWithAttributes
Returns whether this node (if it is an element) has any attributes.
hasAttributes() - Method in class com.icl.saxon.tree.NodeImpl
Returns whether this node (if it is an element) has any attributes.
hasChildNodes() - Method in class com.icl.saxon.jdom.NodeWrapper
Determine whether the node has any children.
hasChildNodes() - Method in class com.icl.saxon.om.AbstractNode
Determine whether the node has any children.
hasChildNodes() - Method in interface com.icl.saxon.om.NodeInfo
Determine whether the node has any children.
hasChildNodes() - Method in class com.icl.saxon.tree.NodeImpl
Determine whether the node has any children.
hasMoreElements() - Method in class com.icl.saxon.expr.DifferenceEnumeration
 
hasMoreElements() - Method in class com.icl.saxon.expr.DistinctEnumeration
 
hasMoreElements() - Method in class com.icl.saxon.expr.FilterEnumerator
Test whether there are any more nodes available in the enumeration
hasMoreElements() - Method in class com.icl.saxon.expr.IntersectionEnumeration
 
hasMoreElements() - Method in class com.icl.saxon.expr.LookaheadEnumerator
Determine whether there are any more nodes to hand to the client
hasMoreElements() - Method in class com.icl.saxon.expr.SortKeyEnumeration
Determine whether there are more nodes
hasMoreElements() - Method in class com.icl.saxon.expr.UnionEnumeration
 
hasMoreElements() - Method in interface com.icl.saxon.om.AxisEnumeration
Determine whether there are more nodes to come.
hasMoreElements() - Method in class com.icl.saxon.om.EmptyEnumeration
 
hasMoreElements() - Method in interface com.icl.saxon.om.NodeEnumeration
Determine whether there are more nodes to come.
hasMoreElements() - Method in class com.icl.saxon.om.PrependIterator
Determine whether there are more nodes to come.
hasMoreElements() - Method in class com.icl.saxon.om.SingletonEnumeration
 
hasMoreElements() - Method in class com.icl.saxon.style.GroupActivation
 
hasNamespaceAliases() - Method in class com.icl.saxon.style.XSLStyleSheet
 
hasSameNode(Context, NodeEnumeration, NodeEnumeration) - Static method in class com.icl.saxon.exslt.Sets
Determine whether two node-sets contain at least one node in common
hasSameNodes(Context, NodeEnumeration, NodeEnumeration) - Static method in class com.icl.saxon.functions.Extensions
Determine whether two node-sets contain the same nodes
hasSignature(Object) - Method in class com.icl.saxon.om.NamePool
Test whether the namepool contains names defined in a particular Stylesheet
hebrew - Variable in class com.icl.saxon.number.Numberer_en
 
highSurrogate(int) - Static method in class com.icl.saxon.om.XMLChar
Returns the high surrogate of a supplemental character
highest(Context, NodeEnumeration) - Static method in class com.icl.saxon.exslt.Math
Get the nodes with maximum numeric value of the string-value of each of a set of nodes
highest(Context, NodeEnumeration) - Static method in class com.icl.saxon.functions.Extensions
Get the node with maximum numeric value of the string-value of each of a set of nodes
highest(Context, NodeEnumeration, Expression) - Static method in class com.icl.saxon.functions.Extensions
Get the maximum numeric value of a stored expression over a set of nodes
hiraganaA - Variable in class com.icl.saxon.number.Numberer_en
 
hiraganaI - Variable in class com.icl.saxon.number.Numberer_en
 
hourInDay(String) - Static method in class com.icl.saxon.exslt.Date
Return the hour of the day in the specified date or date/time
hourInDay() - Static method in class com.icl.saxon.exslt.Date
Return the current hour of the day

I

ID - Variable in class com.icl.saxon.style.StandardNames
 
IDFilter - class com.icl.saxon.IDFilter.
IDFilter is a SAX filter that extracts the subtree of a document rooted at the element with a given ID value.
IDFilter(String) - Constructor for class com.icl.saxon.IDFilter
 
IDPattern - class com.icl.saxon.pattern.IDPattern.
An IDPattern is a pattern of the form id(literal)
IDPattern(String) - Constructor for class com.icl.saxon.pattern.IDPattern
 
IF(Value, Value, Value) - Static method in class com.icl.saxon.functions.Extensions
Return the value of the second argument if the first is true, or the third argument otherwise.
IMPLEMENTS_PREFIX - Variable in class com.icl.saxon.style.StandardNames
 
INDENT - Variable in class com.icl.saxon.style.StandardNames
 
INDENT_SPACES - Static variable in class com.icl.saxon.output.SaxonOutputKeys
indentSpaces = integer.
INDEX_SIZE_ERR - Static variable in class com.icl.saxon.tree.DOMExceptionImpl
 
INFINITY - Variable in class com.icl.saxon.style.StandardNames
 
INUSE_ATTRIBUTE_ERR - Static variable in class com.icl.saxon.tree.DOMExceptionImpl
 
INVALID_ACCESS_ERR - Static variable in class com.icl.saxon.tree.DOMExceptionImpl
 
INVALID_CHARACTER_ERR - Static variable in class com.icl.saxon.tree.DOMExceptionImpl
 
INVALID_MODIFICATION_ERR - Static variable in class com.icl.saxon.tree.DOMExceptionImpl
 
INVALID_STATE_ERR - Static variable in class com.icl.saxon.tree.DOMExceptionImpl
 
Id - class com.icl.saxon.functions.Id.
 
Id() - Constructor for class com.icl.saxon.functions.Id
 
IdentityTransformerHandler - class com.icl.saxon.IdentityTransformerHandler.
IdentityTransformerHandler implements the javax.xml.transform.sax.TransformerHandler interface.
IdentityTransformerHandler(Controller) - Constructor for class com.icl.saxon.IdentityTransformerHandler
Create a IdentityTransformerHandler and initialise variables.
InternalSaxonError - error com.icl.saxon.InternalSaxonError.
An InternalError represents an condition detected during Saxon processing that should never occur.
InternalSaxonError(String) - Constructor for class com.icl.saxon.InternalSaxonError
 
IntersectionEnumeration - class com.icl.saxon.expr.IntersectionEnumeration.
An enumeration representing a nodeset that is an intersection of two other NodeSets.
IntersectionEnumeration(NodeEnumeration, NodeEnumeration, Controller) - Constructor for class com.icl.saxon.expr.IntersectionEnumeration
Form an enumeration of the intersection of the nodes in two nodesets
IsLastExpression - class com.icl.saxon.expr.IsLastExpression.
position()=last() expression
IsLastExpression(boolean) - Constructor for class com.icl.saxon.expr.IsLastExpression
Construct a condition that tests position()=last (if condition is true) or position()!=last() (if condition is false).
ignorableWhitespace(char[], int, int) - Method in class com.icl.saxon.ContentEmitter
Callback interface for SAX: not for application use
ignorableWhitespace(char[], int, int) - Method in class com.icl.saxon.IDFilter
 
ignorableWhitespace(char[], int, int) - Method in class com.icl.saxon.output.CDATAFilter
Output ignorable white space
ignorableWhitespace(char[], int, int) - Method in class com.icl.saxon.output.HTMLIndenter
Output ignorable white space
ignorableWhitespace(char[], int, int) - Method in class com.icl.saxon.output.XMLIndenter
Output ignorable white space
importNode(Node, boolean) - Method in class com.icl.saxon.om.AbstractNode
Import a node from another document to this document.
importPool(NamePool) - Method in class com.icl.saxon.om.NamePool
Import the names defined in another namepool (typically the one used to create the stylesheet: these names are imported into the namepool used to build the source document).
inCharset(int) - Method in class com.icl.saxon.charcode.ASCIICharacterSet
 
inCharset(int) - Method in class com.icl.saxon.charcode.CP1250CharacterSet
 
inCharset(int) - Method in class com.icl.saxon.charcode.CP1251CharacterSet
 
inCharset(int) - Method in class com.icl.saxon.charcode.CP852CharacterSet
 
inCharset(int) - Method in interface com.icl.saxon.charcode.CharacterSet
Determine if a character is present in the character set
inCharset(int) - Method in class com.icl.saxon.charcode.KOI8RCharacterSet
 
inCharset(int) - Method in class com.icl.saxon.charcode.Latin1CharacterSet
 
inCharset(int) - Method in class com.icl.saxon.charcode.Latin2CharacterSet
 
inCharset(int) - Method in class com.icl.saxon.charcode.UnicodeCharacterSet
 
inDTD - Variable in class com.icl.saxon.om.Builder
 
indent(int) - Static method in class com.icl.saxon.expr.Expression
Construct indent string, for diagnostic output
index - Variable in class com.icl.saxon.jdom.NodeWrapper
 
index - Variable in class com.icl.saxon.tree.NodeImpl
 
initialise(int, AttributeCollection, NodeInfo, String, int, int) - Method in class com.icl.saxon.tree.ElementImpl
Initialise a new ElementImpl with an element name
initialise(int, AttributeCollection, NodeInfo, String, int, int) - Method in class com.icl.saxon.tree.ElementWithAttributes
Initialise a new ElementWithAttributes with an element name and attribute list
initialiseBindery(Bindery) - Method in class com.icl.saxon.style.XSLStyleSheet
Allocate space in bindery for all the variables needed This has to be done early to accommodate preview mode
insertBefore(Node, Node) - Method in class com.icl.saxon.om.AbstractNode
Insert the node newChild before the existing child node refChild.
insertData(int, String) - Method in class com.icl.saxon.om.AbstractNode
Insert a string at the specified character offset.
internalEntityDecl(String, String) - Method in class com.icl.saxon.aelfred.DefaultHandler
SAX2: called on internal entity declarations
intersection(Context, NodeEnumeration, NodeEnumeration) - Static method in class com.icl.saxon.exslt.Sets
Return the intersection of two node-sets
intersection(Context, NodeEnumeration, NodeEnumeration) - Static method in class com.icl.saxon.functions.Extensions
Return the intersection of two node-sets
inverse(int) - Static method in class com.icl.saxon.expr.Value
Return the inverse of a relational operator, so that "a op b" can be rewritten as "b inverse(op) a"
isAncestor(NodeInfo, NodeInfo) - Static method in class com.icl.saxon.om.Navigator
Determine whether this node is an ancestor of another node
isAssignable() - Method in interface com.icl.saxon.Binding
Determine whether the variable is assignable using saxon:assign
isAssignable() - Method in class com.icl.saxon.style.SAXONAssign
 
isAssignable() - Method in class com.icl.saxon.style.XSLGeneralVariable
Test whether it is permitted to assign to the variable using the saxon:assign extension element.
isAtLast() - Method in class com.icl.saxon.Context
Determine whether the context position is the same as the context size that is, whether position()=last()
isCDATA(int) - Method in class com.icl.saxon.output.CDATAFilter
See if a particular element is a CDATA element
isContent(int) - Static method in class com.icl.saxon.om.XMLChar
Returns true if the specified character can be considered content.
isContextDocumentNodeSet() - Method in class com.icl.saxon.expr.EmptyNodeSet
Determine, in the case of an expression whose data type is Value.NODESET, whether all the nodes in the node-set are guaranteed to come from the same document as the context node.
isContextDocumentNodeSet() - Method in class com.icl.saxon.expr.Expression
Determine, in the case of an expression whose data type is Value.NODESET, whether all the nodes in the node-set are guaranteed to come from the same document as the context node.
isContextDocumentNodeSet() - Method in class com.icl.saxon.expr.NodeSetIntent
Determine, in the case of an expression whose data type is Value.NODESET, whether all the nodes in the node-set are guaranteed to come from the same document as the context node.
isContextDocumentNodeSet() - Method in class com.icl.saxon.expr.PathExpression
Determine, in the case of an expression whose data type is Value.NODESET, whether all the nodes in the node-set are guaranteed to come from the same document as the context node.
isContextDocumentNodeSet() - Method in class com.icl.saxon.expr.SingletonExpression
Determine, in the case of an expression whose data type is Value.NODESET, whether all the nodes in the node-set are guaranteed to come from the same document as the context node.
isContextDocumentNodeSet() - Method in class com.icl.saxon.functions.Current
Determine, in the case of an expression whose data type is Value.NODESET, whether all the nodes in the node-set are guaranteed to come from the same document as the context node.
isContextDocumentNodeSet() - Method in class com.icl.saxon.functions.Id
Determine, in the case of an expression whose data type is Value.NODESET, whether all the nodes in the node-set are guaranteed to come from the same document as the context node.
isContextDocumentNodeSet() - Method in class com.icl.saxon.functions.Key
Determine, in the case of an expression whose data type is Value.NODESET, whether all the nodes in the node-set are guaranteed to come from the same document as the context node.
isDefaultNamespace(String) - Method in class com.icl.saxon.om.AbstractNode
This method checks if the specified namespaceURI is the default namespace or not.
isDerivedFrom(String, String, int) - Method in interface org.w3c.dom.TypeInfo
 
isElementAvailable(String) - Method in class com.icl.saxon.expr.StandaloneContext
Determine if an extension element is available
isElementAvailable(String) - Method in interface com.icl.saxon.expr.StaticContext
Determine if an extension element is available
isElementAvailable(String) - Method in class com.icl.saxon.style.ExpressionContext
Determine if an extension element is available
isElementAvailable(String, String) - Method in class com.icl.saxon.style.StyleNodeFactory
Method to support the element-available() function
isElementContentWhitespace() - Method in class com.icl.saxon.om.AbstractNode
Returns whether this text node contains element content whitespace, often abusively called "ignorable whitespace".
isEmpty() - Method in class com.icl.saxon.sort.BinaryTree
isEmpty() Tests if this binary tree contains no keys.
isEmptyTag(String) - Static method in class com.icl.saxon.output.HTMLEmitter
 
isEqualNode(Node) - Method in class com.icl.saxon.om.AbstractNode
Tests whether two nodes are equal.
isEvaluated(Binding) - Method in class com.icl.saxon.Bindery
Test if global variable has already been evaluated
isExcludedNamespace(short) - Method in class com.icl.saxon.style.StyleElement
Check whether a namespace uri defines an namespace excluded from the result.
isExtensionNamespace(short) - Method in class com.icl.saxon.expr.StandaloneContext
Determine whether a given URI identifies an extension element namespace
isExtensionNamespace(short) - Method in interface com.icl.saxon.expr.StaticContext
Determine whether a given URI code identifies an extension element namespace
isExtensionNamespace(short) - Method in class com.icl.saxon.style.ExpressionContext
Determine whether a given URI code identifies an extension element namespace
isExtensionNamespace(short) - Method in class com.icl.saxon.style.StyleElement
Check whether a namespace uri defines an extension element.
isForwards - Static variable in class com.icl.saxon.om.Axis
Table indicating for each axis whether it is in forwards document order
isFunctionAvailable(String) - Method in class com.icl.saxon.expr.StandaloneContext
Determine if a function is available
isFunctionAvailable(String) - Method in interface com.icl.saxon.expr.StaticContext
Determine if a function is available
isFunctionAvailable(String) - Method in class com.icl.saxon.style.ExpressionContext
Determine if a function is available
isGeneralUseAllowed() - Method in class com.icl.saxon.expr.SingletonNodeSet
Determine if general use as a node-set is allowed
isGlobal() - Method in interface com.icl.saxon.Binding
Determine whether this variable is global
isGlobal() - Method in class com.icl.saxon.style.XSLGeneralVariable
 
isHighSurrogate(int) - Static method in class com.icl.saxon.om.XMLChar
Returns whether the given character is a high surrogate
isId() - Method in class com.icl.saxon.om.AbstractNode
Returns whether this attribute is known to be of type ID (i.e.
isImport() - Method in class com.icl.saxon.style.XSLGeneralIncorporate
isImport() returns true if this is an xsl:import statement rather than an xsl:include
isImport() - Method in class com.icl.saxon.style.XSLImport
isImport() returns true if this is an xsl:import statement rather than an xsl:include
isImport() - Method in class com.icl.saxon.style.XSLInclude
isImport() returns true if this is an xsl:import statement rather than an xsl:include
isInstruction() - Method in class com.icl.saxon.sql.SQLClose
Determine whether this node is an instruction.
isInstruction() - Method in class com.icl.saxon.sql.SQLColumn
Determine whether this node is an instruction.
isInstruction() - Method in class com.icl.saxon.sql.SQLConnect
Determine whether this node is an instruction.
isInstruction() - Method in class com.icl.saxon.sql.SQLInsert
Determine whether this node is an instruction.
isInstruction() - Method in class com.icl.saxon.style.SAXONAssign
Determine whether this node is an instruction.
isInstruction() - Method in class com.icl.saxon.style.SAXONDoctype
Determine whether this node is an instruction.
isInstruction() - Method in class com.icl.saxon.style.SAXONEntityRef
Determine whether this node is an instruction.
isInstruction() - Method in class com.icl.saxon.style.SAXONGroup
Determine whether this node is an instruction.
isInstruction() - Method in class com.icl.saxon.style.SAXONReturn
Determine whether this node is an instruction.
isInstruction() - Method in class com.icl.saxon.style.SAXONWhile
Determine whether this node is an instruction.
isInstruction() - Method in class com.icl.saxon.style.StyleElement
Determine whether this node is an instruction.
isInstruction() - Method in class com.icl.saxon.style.XSLApplyImports
Determine whether this node is an instruction.
isInstruction() - Method in class com.icl.saxon.style.XSLApplyTemplates
Determine whether this node is an instruction.
isInstruction() - Method in class com.icl.saxon.style.XSLCallTemplate
Determine whether this node is an instruction.
isInstruction() - Method in class com.icl.saxon.style.XSLChoose
Determine whether this node is an instruction.
isInstruction() - Method in class com.icl.saxon.style.XSLCopy
Determine whether this node is an instruction.
isInstruction() - Method in class com.icl.saxon.style.XSLCopyOf
Determine whether this node is an instruction.
isInstruction() - Method in class com.icl.saxon.style.XSLDocument
Determine whether this node is an instruction.
isInstruction() - Method in class com.icl.saxon.style.XSLElement
Determine whether this node is an instruction.
isInstruction() - Method in class com.icl.saxon.style.XSLFallback
Determine whether this node is an instruction.
isInstruction() - Method in class com.icl.saxon.style.XSLForEach
Determine whether this node is an instruction.
isInstruction() - Method in class com.icl.saxon.style.XSLIf
Determine whether this node is an instruction.
isInstruction() - Method in class com.icl.saxon.style.XSLMessage
Determine whether this node is an instruction.
isInstruction() - Method in class com.icl.saxon.style.XSLNumber
Determine whether this node is an instruction.
isInstruction() - Method in class com.icl.saxon.style.XSLStringConstructor
Determine whether this node is an instruction.
isInstruction() - Method in class com.icl.saxon.style.XSLText
Determine whether this node is an instruction.
isInstruction() - Method in class com.icl.saxon.style.XSLValueOf
Determine whether this node is an instruction.
isInstruction() - Method in class com.icl.saxon.style.XSLVariable
Determine whether this node is an instruction.
isInvalid(int) - Static method in class com.icl.saxon.om.XMLChar
Returns true if the specified character is invalid.
isLineNumbering() - Method in class com.icl.saxon.Controller
Determine whether line numbering is enabled
isLowSurrogate(int) - Static method in class com.icl.saxon.om.XMLChar
Returns whether the given character is a low surrogate
isMarkup(int) - Static method in class com.icl.saxon.om.XMLChar
Returns true if the specified character can be considered markup.
isNCName(String) - Static method in class com.icl.saxon.om.Name
Validate whether a given string constitutes a valid NCName, as defined in XML Namespaces
isNCName(int) - Static method in class com.icl.saxon.om.XMLChar
Returns true if the specified character is a valid NCName character as defined by production [5] in Namespaces in XML recommendation.
isNCNameStart(int) - Static method in class com.icl.saxon.om.XMLChar
Returns true if the specified character is a valid NCName start character as defined by production [4] in Namespaces in XML recommendation.
isName(int) - Static method in class com.icl.saxon.om.XMLChar
Returns true if the specified character is a valid name character as defined by production [4] in the XML 1.0 specification.
isNameStart(int) - Static method in class com.icl.saxon.om.XMLChar
Returns true if the specified character is a valid name start character as defined by production [5] in the XML 1.0 specification.
isNamespaceAware() - Method in class com.icl.saxon.aelfred.SAXParserImpl
 
isNamespaceAware() - Method in class com.icl.saxon.om.DocumentBuilderImpl
 
isNull(Object) - Static method in class com.icl.saxon.functions.Extensions
Test whether an encapsulated Java object is null
isPeer() - Method in class com.icl.saxon.expr.DifferenceEnumeration
 
isPeer() - Method in class com.icl.saxon.expr.DistinctEnumeration
 
isPeer() - Method in class com.icl.saxon.expr.FilterEnumerator
Determine whether the nodes are guaranteed to be peers
isPeer() - Method in class com.icl.saxon.expr.IntersectionEnumeration
 
isPeer() - Method in class com.icl.saxon.expr.LookaheadEnumerator
Determine whether the nodes are guaranteed to be peers
isPeer() - Method in class com.icl.saxon.expr.SortKeyEnumeration
 
isPeer() - Method in class com.icl.saxon.expr.UnionEnumeration
 
isPeer() - Method in class com.icl.saxon.om.EmptyEnumeration
 
isPeer() - Method in interface com.icl.saxon.om.NodeEnumeration
Determine whether the nodes returned by this enumeration are known to be peers, that is, no node is a descendant or ancestor of another node.
isPeer() - Method in class com.icl.saxon.om.PrependIterator
Determine whether the nodes returned by this enumeration are known to be peers, that is, no node is a descendant or ancestor of another node.
isPeer() - Method in class com.icl.saxon.om.SingletonEnumeration
 
isPeer() - Method in class com.icl.saxon.style.GroupActivation
 
isPeerAxis - Static variable in class com.icl.saxon.om.Axis
Table indicating for each axis whether it is a peer axis.
isPreJDK12() - Static method in class com.icl.saxon.Version
 
isPreviewElement(int) - Method in class com.icl.saxon.PreviewManager
Determine whether an element is a preview element.
isPubid(int) - Static method in class com.icl.saxon.om.XMLChar
Returns true if the specified character is a valid Pubid character as defined by production [13] in the XML 1.0 specification.
isQName(String) - Static method in class com.icl.saxon.om.Name
Validate whether a given string constitutes a valid QName, as defined in XML Namespaces
isRelative() - Method in class com.icl.saxon.pattern.LocationPathPattern
Determine if the pattern uses positional filters
isReverse - Static variable in class com.icl.saxon.om.Axis
Table indicating for each axis whether it is in reverse document order
isReverseSorted() - Method in class com.icl.saxon.expr.DifferenceEnumeration
 
isReverseSorted() - Method in class com.icl.saxon.expr.DistinctEnumeration
 
isReverseSorted() - Method in class com.icl.saxon.expr.FilterEnumerator
 
isReverseSorted() - Method in class com.icl.saxon.expr.IntersectionEnumeration
 
isReverseSorted() - Method in class com.icl.saxon.expr.LookaheadEnumerator
 
isReverseSorted() - Method in class com.icl.saxon.expr.SortKeyEnumeration
 
isReverseSorted() - Method in class com.icl.saxon.expr.UnionEnumeration
 
isReverseSorted() - Method in class com.icl.saxon.om.EmptyEnumeration
 
isReverseSorted() - Method in interface com.icl.saxon.om.NodeEnumeration
Determine whether the nodes returned by this enumeration are known to be in reverse document order.
isReverseSorted() - Method in class com.icl.saxon.om.PrependIterator
Determine whether the nodes returned by this enumeration are known to be in reverse document order.
isReverseSorted() - Method in class com.icl.saxon.om.SingletonEnumeration
 
isReverseSorted() - Method in class com.icl.saxon.style.GroupActivation
 
isSameNode(Node) - Method in class com.icl.saxon.om.AbstractNode
Returns whether this node is the same node as the given one.
isSameNodeInfo(NodeInfo) - Method in class com.icl.saxon.jdom.NodeWrapper
Determine whether this is the same node as another node.
isSameNodeInfo(NodeInfo) - Method in class com.icl.saxon.om.AbstractNode
Determine whether this is the same node as another node
isSameNodeInfo(NodeInfo) - Method in interface com.icl.saxon.om.NodeInfo
Determine whether this is the same node as another node.
isSameNodeInfo(NodeInfo) - Method in class com.icl.saxon.tree.NodeImpl
Determine whether this is the same node as another node
isSealed() - Method in class com.icl.saxon.om.NamePool
Determine whether the namepool is sealed
isSorted() - Method in class com.icl.saxon.expr.DifferenceEnumeration
 
isSorted() - Method in class com.icl.saxon.expr.DistinctEnumeration
 
isSorted() - Method in class com.icl.saxon.expr.EmptyNodeSet
Test whether the value is known to be sorted
isSorted() - Method in class com.icl.saxon.expr.FilterEnumerator
Determine whether the nodes are guaranteed to be in document order
isSorted() - Method in class com.icl.saxon.expr.IntersectionEnumeration
 
isSorted() - Method in class com.icl.saxon.expr.LookaheadEnumerator
Determine whether the nodes are guaranteed to be in document order
isSorted() - Method in class com.icl.saxon.expr.NodeSetExtent
Test whether the value is known to be sorted
isSorted() - Method in class com.icl.saxon.expr.NodeSetIntent
Test whether the value is known to be sorted