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

a - Variable in class net.sf.saxon.trace.TraceEventMulticaster
 
abbreviatePath(String) - Static method in class net.sf.saxon.lib.StandardErrorListener
Abbreviate a URI (if requested)
abbreviateURI(String) - Static method in class net.sf.saxon.trans.Err
Abbreviate a URI for use in error messages
Abs - Class in net.sf.saxon.functions
This class supports the abs() function
Abs() - Constructor for class net.sf.saxon.functions.Abs
 
abs(double) - Static method in class net.sf.saxon.option.exslt.Math
Get the absolute value of a numeric value (SStL)
abs() - Method in class net.sf.saxon.value.BigIntegerValue
Get the absolute value as defined by the XPath abs() function
abs() - Method in class net.sf.saxon.value.DecimalValue
Get the absolute value as defined by the XPath abs() function
abs() - Method in class net.sf.saxon.value.DoubleValue
Get the absolute value as defined by the XPath abs() function
abs() - Method in class net.sf.saxon.value.FloatValue
Get the absolute value as defined by the XPath abs() function
abs() - Method in class net.sf.saxon.value.Int64Value
Get the absolute value as defined by the XPath abs() function
abs() - Method in class net.sf.saxon.value.NumericValue
Get the absolute value as defined by the XPath abs() function
AbsentExtensionElement - Class in net.sf.saxon.style
This element is a surrogate for an extension element (or indeed an xsl element) for which no implementation is available.
AbsentExtensionElement() - Constructor for class net.sf.saxon.style.AbsentExtensionElement
 
absolute(int) - Method in interface javax.xml.xquery.XQSequence
Moves the XQSequence's position to the given item number in this object.
absolute(int) - Method in class net.sf.saxon.xqj.SaxonXQForwardSequence
 
absolute(int) - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
AbsolutePath - Class in net.sf.saxon.om
Represents the path from the root of a tree to the node, as a sequence of (name, position) pairs
AbsolutePath(List<AbsolutePath.PathElement>) - Constructor for class net.sf.saxon.om.AbsolutePath
Create an absolute path
AbsolutePath.PathElement - Class in net.sf.saxon.om
Inner class representing one step in the path
AbsolutePath.PathElement(int, NodeName, int) - Constructor for class net.sf.saxon.om.AbsolutePath.PathElement
Create a path element
AbstractFunctionItem - Class in com.saxonica.functions.hof
Abstract superclass (and factory class) for implementations of FunctionItem
AbstractFunctionItem() - Constructor for class com.saxonica.functions.hof.AbstractFunctionItem
 
AbstractIntSet - Class in net.sf.saxon.z
Abstract superclass containing helper methods for various implementations of IntSet
AbstractIntSet() - Constructor for class net.sf.saxon.z.AbstractIntSet
 
AbstractItem - Class in net.sf.saxon.om
Abstract superclass for items
AbstractItem() - Constructor for class net.sf.saxon.om.AbstractItem
 
AbstractNodeWrapper - Class in net.sf.saxon.tree.wrapper
A node in the XML parse tree representing an XML element, character content, or attribute.
AbstractNodeWrapper() - Constructor for class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
 
AbstractNumberer - Class in net.sf.saxon.expr.number
Class AbstractNumberer is a base implementation of Numberer that provides language-independent default numbering This supports the xsl:number element.
AbstractNumberer() - Constructor for class net.sf.saxon.expr.number.AbstractNumberer
 
AbstractStaticContext - Class in net.sf.saxon.sxpath
An abstract and configurable implementation of the StaticContext interface, which defines the static context of an XPath expression.
AbstractStaticContext() - Constructor for class net.sf.saxon.sxpath.AbstractStaticContext
 
AbstractTraceListener - Class in net.sf.saxon.trace
This is the standard trace listener used when the -T option is specified on the command line.
AbstractTraceListener() - Constructor for class net.sf.saxon.trace.AbstractTraceListener
 
AbstractVirtualNode - Class in net.sf.saxon.tree.wrapper
AbstractVirtualNode is an abstract superclass for VirtualNode implementations in which the underlying node is itself a Saxon NodeInfo.
AbstractVirtualNode() - Constructor for class net.sf.saxon.tree.wrapper.AbstractVirtualNode
 
AbstractWatch - Class in com.saxonica.validate
A Watch represents a class that is interested in looking at nodes for the purpose of evaluating uniqueness and key constraints, or for XSLT streaming.
AbstractWatch() - Constructor for class com.saxonica.validate.AbstractWatch
 
accept(Expression, Expression) - Method in class net.sf.saxon.expr.parser.PromotionOffer
Method to test whether a subexpression qualifies for promotion, and if so, to accept the promotion.
accept(File, String) - Method in class net.sf.saxon.functions.URIQueryParameters.RegexFilter
Tests if a specified file should be included in a file list.
accepted - Variable in class net.sf.saxon.expr.parser.PromotionOffer
Flag that is set if the offer has been accepted, that is, if the expression has changed
accumulator - Variable in class com.saxonica.functions.xslt3.AccumulatorFunctionCallPE
 
Accumulator - Class in com.saxonica.xslt3.instruct
Represents a single accumulator declared in an XSLT 3.0 stylesheet
Accumulator() - Constructor for class com.saxonica.xslt3.instruct.Accumulator
 
ACCUMULATOR - Static variable in class net.sf.saxon.trans.Mode
 
AccumulatorData - Class in com.saxonica.xslt3.instruct
Holds the values of an accumulator function for one non-streamed document
AccumulatorData(Accumulator) - Constructor for class com.saxonica.xslt3.instruct.AccumulatorData
 
AccumulatorFunctionCallEE - Class in com.saxonica.stream
This expression class represents a call to an accumulator function in an XSLT 3.0 stylesheet in SAxon-EE
AccumulatorFunctionCallEE(Accumulator, boolean) - Constructor for class com.saxonica.stream.AccumulatorFunctionCallEE
Create the call on an accumulator function
AccumulatorFunctionCallPE - Class in com.saxonica.functions.xslt3
This expression class represents a call to an accumulator function in an XSLT 3.0 stylesheet in SAxon-PE
AccumulatorFunctionCallPE(Accumulator, boolean) - Constructor for class com.saxonica.functions.xslt3.AccumulatorFunctionCallPE
Create the call on an accumulator function
AccumulatorManagerEE - Class in com.saxonica.stream
Manager for accumulator functions (XSLT 3.0).
AccumulatorManagerEE() - Constructor for class com.saxonica.stream.AccumulatorManagerEE
 
AccumulatorManagerPE - Class in com.saxonica.xslt3.instruct
Manager for accumulator functions (XSLT 3.0).
AccumulatorManagerPE() - Constructor for class com.saxonica.xslt3.instruct.AccumulatorManagerPE
 
AccumulatorRule - Class in com.saxonica.xslt3.instruct
This class represents one of the rules making up the definition of an accumulator
AccumulatorRule(Expression, SlotManager) - Constructor for class com.saxonica.xslt3.instruct.AccumulatorRule
Create a rule
AccumulatorWatch - Class in com.saxonica.stream.watch
This watch implements a single accumulator in streaming mode.
AccumulatorWatch(Accumulator) - Constructor for class com.saxonica.stream.watch.AccumulatorWatch
 
acos(double) - Static method in class net.sf.saxon.option.exslt.Math
Get the arccosine of a numeric value (SStL)
action - Variable in class com.saxonica.xslt3.instruct.MergeInstr
 
action - Variable in class net.sf.saxon.expr.Assignation
 
action - Variable in class net.sf.saxon.expr.instruct.ForEach
 
action - Variable in class net.sf.saxon.expr.parser.PromotionOffer
action is one of the possible promotion actions, FOCUS_INDEPENDENT, RANGE_INDEPENDENT, INLINE_VARIABLE_REFERENCES, UNORDERED, EXTRACT_GLOBAL_VARIABLES
ACTION_ADVANCE_TO_FOLLOWING - Static variable in class net.sf.saxon.regex.Operation
 
ACTION_ADVANCE_TO_NEXT - Static variable in class net.sf.saxon.regex.Operation
 
ACTION_ADVANCE_TO_NEXT_NEXT - Static variable in class net.sf.saxon.regex.Operation
 
ACTION_COMPILE - Static variable in class net.sf.saxon.style.StyleElement
 
ACTION_FIXUP - Static variable in class net.sf.saxon.style.StyleElement
 
ACTION_OPTIMIZE - Static variable in class net.sf.saxon.style.StyleElement
 
ACTION_PROCESS_ATTRIBUTES - Static variable in class net.sf.saxon.style.StyleElement
 
ACTION_RETURN - Static variable in class net.sf.saxon.regex.Operation
 
ACTION_TYPECHECK - Static variable in class net.sf.saxon.style.StyleElement
 
ACTION_VALIDATE - Static variable in class net.sf.saxon.style.StyleElement
 
actionsCompleted - Variable in class net.sf.saxon.style.StyleElement
 
activate(Builder) - Method in class com.saxonica.validate.AssertionTreeBuilder
 
activeWatchStack - Variable in class com.saxonica.stream.watch.WatchManager
 
actuallyEvaluate(XPathContext) - Method in class net.sf.saxon.expr.instruct.GlobalVariable
Evaluate the global variable, and save its value for use in subsequent references.
actualParams - Variable in class net.sf.saxon.expr.instruct.ApplyTemplates
 
add(PendingUpdateAction) - Method in class com.saxonica.update.PendingUpdateListImpl
Add an action to the pending update list
add(DocumentInfo, String) - Method in class net.sf.saxon.om.DocumentPool
Add a document to the pool
add(DocumentInfo, DocumentURI) - Method in class net.sf.saxon.om.DocumentPool
Add a document to the pool
add(XPathContext, String, String) - Static method in class net.sf.saxon.option.exslt.Date
The date:add function returns the date/time resulting from adding a duration to a date/time.
add(String) - Method in class net.sf.saxon.serialize.HTMLTagHashSet
 
add(TraceListener, TraceListener) - Static method in class net.sf.saxon.trace.TraceEventMulticaster
Adds trace-listener-a with trace-listener-b and returns the resulting multicast listener.
add(DurationValue) - Method in class net.sf.saxon.value.CalendarValue
Add a duration to this date/time value
add(DurationValue) - Method in class net.sf.saxon.value.DateTimeValue
Add a duration to a dateTime
add(DurationValue) - Method in class net.sf.saxon.value.DateValue
Add a duration to a date
add(DurationValue) - Method in class net.sf.saxon.value.DayTimeDurationValue
Add two dayTimeDurations
add(DurationValue) - Method in class net.sf.saxon.value.DurationValue
Add two durations
add(DurationValue) - Method in class net.sf.saxon.value.GDayValue
Add a duration to this date/time value
add(DurationValue) - Method in class net.sf.saxon.value.GMonthDayValue
Add a duration to this date/time value
add(DurationValue) - Method in class net.sf.saxon.value.GMonthValue
Add a duration to this date/time value
add(DurationValue) - Method in class net.sf.saxon.value.GYearMonthValue
Add a duration to this date/time value
add(DurationValue) - Method in class net.sf.saxon.value.GYearValue
Add a duration to this date/time value
add(DurationValue) - Method in class net.sf.saxon.value.TimeValue
Add a duration to a dateTime
add(DurationValue) - Method in class net.sf.saxon.value.YearMonthDurationValue
Add two year-month-durations
add(Duration) - Method in class net.sf.saxon.xqj.SaxonDuration
Computes a new duration whose value is this+rhs.
add(Duration) - Method in class net.sf.saxon.xqj.SaxonXMLGregorianCalendar
Add duration to this instance.
add(int) - Method in class net.sf.saxon.z.IntArraySet
Add an integer to the set
add(int) - Method in class net.sf.saxon.z.IntBlockSet
Add an integer to the set
add(int) - Method in class net.sf.saxon.z.IntCheckingSet
 
add(int) - Method in class net.sf.saxon.z.IntComplementSet
 
add(int) - Method in class net.sf.saxon.z.IntEmptySet
 
add(int) - Method in class net.sf.saxon.z.IntHashSet
 
add(int) - Method in class net.sf.saxon.z.IntRangeSet
Add an integer to the set
add(int) - Method in interface net.sf.saxon.z.IntSet
Add an integer to the set
add(int) - Method in class net.sf.saxon.z.IntSingletonSet
 
add(int) - Method in class net.sf.saxon.z.IntUniversalSet
 
addAccumulator(Accumulator) - Method in class com.saxonica.xslt3.instruct.AccumulatorManagerPE
Register an accumulator with the manager
addAllowedNamespace(String) - Method in class com.saxonica.schema.Wildcard
Add a permitted namespace.
addAnnotationParameter(AtomicValue) - Method in class com.saxonica.expr.Annotation30
Add a value to the list of annotation parameters
addAnnotationParameter(AtomicValue) - Method in class net.sf.saxon.query.Annotation
Add a value to the list of annotation parameters
addAnonymousType(SchemaType) - Method in class com.saxonica.schema.PreparedSchema
Register an anonymous type defined in this schema
addArgument(UserFunctionParameter) - Method in class net.sf.saxon.query.XQueryFunction
Add an argument to the list of arguments
addAssertion(Assertion) - Method in class com.saxonica.schema.UserComplexType
Add an assertion to this complex type
addAttribute(NodeInfo) - Method in class net.sf.saxon.evpull.StartElementEvent
Add an attribute to the element node
addAttribute(NodeName, SimpleType, CharSequence, int) - Method in interface net.sf.saxon.om.MutableNodeInfo
Add an attribute to this element node.
addAttribute(NodeName, SimpleType, CharSequence, int) - Method in class net.sf.saxon.tree.linked.ElementImpl
Add an attribute to this element node.
addAttribute(NodeName, SimpleType, CharSequence, int) - Method in class net.sf.saxon.tree.linked.NodeImpl
Add an attribute to this element node.
addAttribute(NodeName, SimpleType, String, int, int) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Add an attribute to an attribute list.
addAttribute(NodeName, SimpleType, CharSequence, int) - Method in class net.sf.saxon.tree.util.Orphan
Add an attribute to this element node.
addAttributeDecl(AttributeDecl) - Method in class com.saxonica.schema.PreparedSchema
Adds the given global attribute declaration to this Schema.
addAttributeGroup(AttributeGroupDecl) - Method in class com.saxonica.schema.PreparedSchema
Adds the given attribute group declaration to this Schema.
addAttributeGroupReference(AttributeGroupReference) - Method in class com.saxonica.schema.AttributeGroupDecl
Adds the given AttributeGroupReference to this AttributeGroup.
addAttributeGroupReference(AttributeGroupReference) - Method in class com.saxonica.schema.UserComplexType
Adds the given AttributeGroupReference to this UserComplexType
addAttributeUse(AttributeUse) - Method in class com.saxonica.schema.AttributeGroupDecl
Add the given attribute use to this AttributeGroup.
addAttributeUse(AttributeUse) - Method in class com.saxonica.schema.UserComplexType
Adds the given AttributeUse to this UserComplexType.
addBodyPart(BodyPart) - Method in class com.saxonica.functions.extfn.Mailer2
 
addBranch(String) - Method in class com.saxonica.schema.PatternFacet
Add a branch to a pattern: that is, combine this pattern with another, so that the resulting pattern is the "or" of the two patterns
addCatchClause(QNameTest, Expression) - Method in class com.saxonica.xslt3.style.XSLTry
 
addCatchExpression(QNameTest, Expression) - Method in class com.saxonica.expr.TryCatch
 
addChildThread(Thread) - Method in class net.sf.saxon.expr.XPathContextMajor
Add a new thread to the list of child threads for this context.
addComment(CompilerService, String) - Method in class com.saxonica.bytecode.util.Generator
Add a comment (in the form of an unused label) to the code listing
addComponent(UserSchemaComponent) - Method in class com.saxonica.schema.PreparedSchema
Add an object that might contain a forwards reference to be fixed up later
addConnectionEventListener(XQConnectionEventListener) - Method in interface javax.xml.xquery.PooledXQConnection
Registers the given event listener so that it will be notified when an event occurs on this PooledXQConnection object.
addContextDocumentArgument(int, String) - Method in class net.sf.saxon.functions.SystemFunctionCall
Add an implicit argument referring to the context document.
addDescendants() - Method in class net.sf.saxon.expr.parser.PathMap.PathMapNodeSet
Indicate that all the descendants of the nodes in this nodeset are required
addDisallowedNamespace(String) - Method in class com.saxonica.schema.Wildcard
Add a disallowed namespace.
addDisallowedQName(int) - Method in class com.saxonica.schema.Wildcard
Mark a specific QName as being disallowed
addDocToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.functions.NumberFn
Add a representation of a doc() call or similar function to a PathMap.
addDocToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.functions.SystemFunctionCall
Add a representation of a doc() call or similar function to a PathMap.
addDuration(XPathContext, String, String) - Method in class net.sf.saxon.option.exslt.Date
The date:add-duration function returns the duration resulting from adding two durations together.
addElementDecl(ElementDecl) - Method in class com.saxonica.schema.PreparedSchema
Adds the given global element declaration to this Schema definition
addEnumerationValue(AtomicSequence, String) - Method in class com.saxonica.schema.EnumerationFacetSet
Add a permitted value to the set of enumeration values.
addExtensionBinders(FunctionLibraryList) - Method in class com.saxonica.config.ProfessionalConfiguration
Add the registered extension binders to a function library.
addExtensionBinders(FunctionLibraryList) - Method in class net.sf.saxon.Configuration
Add the registered extension binders to a function library.
addExternalFunctionCallToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.expr.FunctionCall
Add a representation of this expression to a PathMap.
addFacet(Facet) - Method in class com.saxonica.schema.UserSimpleType
Add the given Facet to this Simpletype.
addField(IdentityField) - Method in class com.saxonica.schema.IdentityConstraint
Adds the given IdentityField to this IdentityConstraint
addFieldValue(AtomicSequence[], int, AtomicSequence, boolean, long) - Method in class com.saxonica.validate.SelectorWatch
The addFieldValue method is a callback from the FieldWatch created when this SelectorWatch is activated.
addFilter(FilterFactory) - Method in class net.sf.saxon.lib.AugmentedSource
Add a filter to the list of filters to be applied to the raw input
addFilter(FilterFactory) - Method in class net.sf.saxon.lib.ParseOptions
Add a filter to the list of filters to be applied to the raw input
addFunction(UserFunction) - Method in class net.sf.saxon.functions.ExecutableFunctionLibrary
Register a function with the function library
addFunctionLibraries(FunctionLibraryList, Configuration, int) - Method in class com.saxonica.config.JavaPlatformPE
Add the platform-specific function libraries to a function library list.
addFunctionLibraries(FunctionLibraryList, Configuration, int) - Method in class net.sf.saxon.java.JavaPlatform
Add the platform-specific function libraries to a function library list.
addFunctionLibrary(FunctionLibrary) - Method in class net.sf.saxon.functions.FunctionLibraryList
Add a new FunctionLibrary to the list of FunctionLibraries in this FunctionLibraryList.
addFunctionLibrary(FunctionLibrary) - Method in class net.sf.saxon.sxpath.AbstractStaticContext
Add a function library to the list of function libraries
addGlobalParam(GlobalParam) - Method in class com.saxonica.schema.PreparedSchema
Declare a global parameter for XPath expressions in this schema document (Saxon extension)
addGlobalParam(GlobalParam) - Method in class com.saxonica.schema.sdoc.XSDSchema
Declare a global parameter for XPath expressions in this schema document (Saxon extension)
addGroup(ModelGroupDefinition) - Method in class com.saxonica.schema.PreparedSchema
Adds the given group (xs:group) to this Schema.
addHtml5Component(Receiver, Properties) - Method in class com.saxonica.serialize.SerializerFactoryPE
 
addHtml5Component(Receiver, Properties) - Method in class net.sf.saxon.lib.SerializerFactory
 
addIdentityConstraint(IdentityConstraintReference) - Method in class com.saxonica.schema.ElementDecl
Adds the given IdentityConstraint to this element definition.
addIdentityConstraint(IdentityConstraint) - Method in class com.saxonica.schema.PreparedSchema
Add an identity constraint
addImportedNamespace(String) - Method in class net.sf.saxon.query.ImportedFunctionLibrary
Add an imported namespace
addImportedNamespace(String) - Method in class net.sf.saxon.query.QueryModule
Register that this module imports a particular module namespace
addImportedSchema(String, String, List<String>) - Method in class net.sf.saxon.query.QueryModule
Add an imported schema to this static context.
addImportedSchema(String) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
 
addInheritedFacets(List<Facet>) - Method in class com.saxonica.schema.UserListType
Get the extended facet list, creating it if necessary.
addInheritedFacets(List<Facet>) - Method in class com.saxonica.schema.UserSimpleType
 
addInternal(EventListener, EventListener) - Static method in class net.sf.saxon.trace.TraceEventMulticaster
Returns the resulting multicast listener from adding listener-a and listener-b together.
addKeyDefinition(KeyDefinition) - Method in class net.sf.saxon.trans.KeyDefinitionSet
Add a key definition to this set of key definitions.
addKeyDefinition(StructuredQName, KeyDefinition, Configuration) - Method in class net.sf.saxon.trans.KeyManager
Register a key definition.
addKeyRef(RefSelectorWatch) - Method in class com.saxonica.validate.KeySelectorWatch
Add a RefSelectorWatch to support a keyRef that refers to this key or unique constraints
addLambdaTransition(AutomatonState) - Method in class com.saxonica.schema.fsa.NonDeterminizedState
Add a lambda transition from this state to another state.
addMemberType(TypeReference) - Method in class com.saxonica.schema.sdoc.SimpleTypeDefinition
Add a member type to this union type
addMemberTypeReference(TypeReference) - Method in class com.saxonica.schema.UserUnionType
Add a member type to the list of member types
addNamespace(NamespaceBinding) - Method in class net.sf.saxon.evpull.StartElementEvent
Add a namespace code representing a locally declared namespace
addNamespace(NamespaceBinding, boolean) - Method in interface net.sf.saxon.om.MutableNodeInfo
Add a namespace binding (that is, a namespace node) to this element.
addNamespace(NamespaceBinding, boolean) - Method in class net.sf.saxon.tree.linked.ElementImpl
Add a namespace binding (that is, a namespace node) to this element.
addNamespace(NamespaceBinding, boolean) - Method in class net.sf.saxon.tree.linked.NodeImpl
 
addNamespace(NamespaceBinding, boolean) - Method in class net.sf.saxon.tree.util.Orphan
Add a namespace binding (that is, a namespace node) to this element.
addNamespaceAlias(Declaration) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
 
addNewMethod(ExpressionCompiler, Expression) - Method in class com.saxonica.bytecode.util.CompilerService
The methods adds the
addNodeSet(PathMap.PathMapNodeSet) - Method in class net.sf.saxon.expr.parser.PathMap.PathMapNodeSet
Combine two node sets into one
addNonInheritedAttributeUse(AttributeUse) - Method in class com.saxonica.schema.UserComplexType
Add an attribute use to the final (combined) content model for this complex type.
addNotation(Notation) - Method in class com.saxonica.schema.PreparedSchema
Adds the given Notation declaration to this Schema defintion
addParticle(Particle) - Method in class com.saxonica.schema.AllModelGroup
Adds a given Particle to the content model defined by this Compositor
addParticle(Particle) - Method in class com.saxonica.schema.ModelGroup
Adds a given Particle to the content model defined by this model group
addPendingTypeCheck(IdentityConstraintReference, SchemaType) - Method in class com.saxonica.schema.SchemaCompiler
Register an identity constraint that needs to be type-checked
addPrearrangedWatches() - Method in class com.saxonica.stream.watch.WatchManager
 
addPrearrangedWatches() - Method in class com.saxonica.validate.ConstraintChecker
 
addPredicate(FLWORExpression, ExpressionVisitor, ExpressionVisitor.ContextItemType, Expression) - Method in class net.sf.saxon.expr.flwor.ForClause
Convert where clause to a predicate.
addPutAction(NodeInfo, String, Expression) - Method in class com.saxonica.update.PendingUpdateListImpl
Add a put() action to the pending update list
addPutAction(NodeInfo, String, Expression) - Method in interface net.sf.saxon.expr.PendingUpdateList
Add a put() action to the pending update list
addQueryLibraryModule(QueryModule) - Method in class net.sf.saxon.expr.instruct.Executable
Add an XQuery library module to the configuration.
addQueryLocationHintProcessed(String) - Method in class net.sf.saxon.expr.instruct.Executable
Add a name to the list of query module location hints that have been processed during the construction of this executable
addRange(int, int) - Method in class net.sf.saxon.z.IntRangeSet
Add a range of integers to the set.
addRecipients(Message.RecipientType, Address[]) - Method in class com.saxonica.functions.extfn.Mailer2
 
addRecognizedOption(String, int, String) - Method in class net.sf.saxon.trans.CommandLineOptions
Set the permitted options.
addReference(boolean) - Method in class com.saxonica.expr.XPath30Parser.TemporaryXSLTVariableBinding
 
addReference(boolean) - Method in class net.sf.saxon.expr.Assignation
Register a variable reference that refers to the variable bound in this expression
addReference(boolean) - Method in interface net.sf.saxon.expr.Binding
Register a variable reference that refers to the variable bound in this expression
addReference(boolean) - Method in class net.sf.saxon.expr.flwor.LocalVariableBinding
Register a variable reference that refers to the variable bound in this expression
addReference(boolean) - Method in class net.sf.saxon.expr.instruct.GeneralVariable
 
addReference(boolean) - Method in class net.sf.saxon.expr.instruct.UserFunctionParameter
 
addReference(boolean) - Method in class net.sf.saxon.expr.PositionVariable
 
addReference(boolean) - Method in class net.sf.saxon.sxpath.XPathVariable
 
addReference(boolean) - Method in class net.sf.saxon.xpath.JAXPVariable
 
addRequiredParam(StructuredQName) - Method in class net.sf.saxon.expr.instruct.Executable
Add a required parameter.
addRule(NodeTest, Stripper.StripRuleTarget, StylesheetModule, int) - Method in class net.sf.saxon.om.SelectedElementsSpaceStrippingRule
Add a rule
addRule(Pattern, RuleTarget, StylesheetModule, double, boolean) - Method in class net.sf.saxon.trans.Mode
Add a rule to the Mode.
addSchema(PreparedSchema) - Method in class com.saxonica.config.EnterpriseConfiguration
Add a schema (a collection of schema components) to the cache
addSchema(Source) - Method in class com.saxonica.config.EnterpriseTransformerFactory
Load a schema, which will be available for use by all subsequent operations using this TransformerFactory.
addSchema(Source) - Method in class com.saxonica.config.EnterpriseXPathFactory
Load a schema, which will be available for use by all subsequent operations using this TransformerFactory.
addSchemaForBuiltInNamespace(String) - Method in class com.saxonica.config.EnterpriseConfiguration
Add a built-in schema for a given namespace.
addSchemaForBuiltInNamespace(String) - Method in class net.sf.saxon.Configuration
Add a built-in schema for a given namespace.
addSchemaSource(Source, ErrorListener) - Method in class com.saxonica.config.EnterpriseConfiguration
Load a schema, which will be available for use by all subsequent operations using this EnterpriseConfiguration.
addSchemaSource(Source) - Method in class com.saxonica.schema.SchemaCompiler
Load a schema, which will be available for use by all subsequent operations using this Configuration.
addSchemaSource(Source, ErrorListener) - Method in class com.saxonica.schema.SchemaCompiler
Load a schema, which will be available for use by all subsequent operations using this EnterpriseConfiguration.
addSchemaSource(Source) - Method in class net.sf.saxon.Configuration
Load a schema, which will be available for use by all subsequent operations using this Configuration.
addSchemaSource(Source, ErrorListener) - Method in class net.sf.saxon.Configuration
Load a schema, which will be available for use by all subsequent operations using this EnterpriseConfiguration.
addSpecificTransition(Edge, SchemaCompiler) - Method in class com.saxonica.schema.fsa.AutomatonState
Add a specific transition from this state to another state.
addSubstitutionGroupHead(int) - Method in class com.saxonica.schema.ElementDecl
Adds the fingerprint of the name of the head of a substitutionGroup for this element definition.
addSubstitutionGroupMember(ElementDecl, SchemaCompiler) - Method in class com.saxonica.schema.ElementDecl
Add a member of the substitution group that has this element as its head.
addSurrogateSchema(String) - Method in class com.saxonica.config.EnterpriseConfiguration
Put a temporary schema marker in the cache, to indicate that a schema for a given namespace is being processed.
addTextNodeCopy(int, int) - Method in class net.sf.saxon.tree.tiny.TinyTree
Create a new text node that is a copy of an existing text node
addTextOutputFilter(Receiver, Properties) - Method in class com.saxonica.serialize.SerializerFactoryPE
Add a filter to the text output method pipeline.
addTextOutputFilter(Receiver, Properties) - Method in class net.sf.saxon.lib.SerializerFactory
Add a filter to the text output method pipeline.
addThread(Thread) - Method in class net.sf.saxon.expr.XPathContextMajor.ThreadManager
 
addTo(Calendar) - Method in class net.sf.saxon.xqj.SaxonDuration
Adds this duration to a Calendar object.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class com.saxonica.bytecode.CompiledExpression
 
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class com.saxonica.expr.JavaExtensionFunctionCall
Add a representation of this expression to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class com.saxonica.functions.xslt3.SnapshotFn
 
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class com.saxonica.xslt3.instruct.EvaluateInstr
Add a representation of this expression to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class com.saxonica.xslt3.instruct.IterateInstr
Add a representation of this expression to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.expr.Assignation
Add a representation of this expression to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.expr.Atomizer
Add a representation of this expression to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.expr.AxisExpression
Add a representation of this expression to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.expr.ContextItemExpression
Add a representation of this expression to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.expr.Expression
Add a representation of this expression to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.expr.FilterExpression
Add a representation of this expression to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.expr.instruct.ApplyImports
Add a representation of this expression to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
Add a representation of this expression to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.expr.instruct.Choose
Add a representation of this expression to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.expr.instruct.CopyOf
Add a representation of this expression to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.expr.instruct.ForEach
Add a representation of this expression to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.expr.instruct.ForEachGroup
Add a representation of this expression to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.expr.instruct.ParentNodeConstructor
Add a representation of this expression to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.expr.Literal
Add a representation of this expression to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.expr.ParentNodeExpression
Add a representation of this expression to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.expr.RootExpression
Add a representation of this expression to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.expr.SingletonAtomizer
 
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.expr.SlashExpression
Add a representation of this expression to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.expr.sort.SortExpression
Add a representation of this expression to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.expr.UserFunctionCall
Add a representation of this expression to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.expr.VariableReference
Add a representation of this expression to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.functions.Collection
Add a representation of this expression to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.functions.Doc
Add a representation of this expression to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.functions.DocumentFn
Add a representation of this expression to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.functions.Id
Add a representation of a doc() call or similar function to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.functions.Idref
Add a representation of a doc() call or similar function to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.functions.KeyFn
Add a representation of a doc() call or similar function to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.functions.Root
Add a representation of this expression to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.functions.StringFn
Add a representation of this expression to a PathMap.
addToPathMap(PathMap, PathMap.PathMapNodeSet) - Method in class net.sf.saxon.xpath.XPathFunctionCall
Add a representation of this expression to a PathMap.
addTraceListener(TraceListener) - Method in class net.sf.saxon.Controller
Adds the specified trace listener to receive trace events from this instance.
addType(SchemaType) - Method in class com.saxonica.schema.PreparedSchema
Adds the given type definition to this Schema.
addTypeAlternative(TypeAlternative) - Method in class com.saxonica.schema.ElementDecl
Add a type alternative to the type alternative table.
addTypeStripper(CompilerService) - Static method in class com.saxonica.bytecode.ElementCreatorCompiler
Add a filter to the output pipeline that removes type annotations.
addUnavailableOutputDestination(DocumentURI) - Method in class net.sf.saxon.Controller
Add a URI to the set of output destinations that cannot be written to, either because they have already been written to, or because they have been read
addWatch(Watch) - Method in class com.saxonica.stream.watch.WatchManager
Add a new Watch.
addWildcardTransition(SchemaCompiler, Edge) - Method in class com.saxonica.schema.fsa.AutomatonState
Add a wildcard transition from this state to another state.
AdjacentTextNodeMerger - Class in net.sf.saxon.expr
This class performs the first phase of processing in "constructing simple content": it takes an input sequence, eliminates empty text nodes, and combines adjacent text nodes into one.
AdjacentTextNodeMerger(Expression) - Constructor for class net.sf.saxon.expr.AdjacentTextNodeMerger
 
AdjacentTextNodeMergerAdjunct - Class in com.saxonica.stream.adjunct
Compile an AdjacentTextNodeMerger expression to Java source code Needed only for streaming - this class is not used in XQuery
AdjacentTextNodeMergerAdjunct() - Constructor for class com.saxonica.stream.adjunct.AdjacentTextNodeMergerAdjunct
 
AdjacentTextNodeMergerCompiler - Class in com.saxonica.bytecode
Generate byte code for an adjacent text node merger expression
AdjacentTextNodeMergerCompiler() - Constructor for class com.saxonica.bytecode.AdjacentTextNodeMergerCompiler
 
AdjacentTextNodeMergerFeed - Class in com.saxonica.stream.feed
This class is used when a streaming template requests evaluation of a simple content constructor in streaming mode (that is, when it constructs a text, attribute, comment, or PI node based on the contents of the streamed document).
AdjacentTextNodeMergerFeed(Expression, Feed, Stack<XPathContext>) - Constructor for class com.saxonica.stream.feed.AdjacentTextNodeMergerFeed
 
AdjacentTextNodeMergingIterator - Class in net.sf.saxon.tree.iter
AdjacentTextNodeMergingIterator is an iterator that eliminates zero-length text nodes and merges adjacent text nodes from the underlying iterator
AdjacentTextNodeMergingIterator(SequenceIterator) - Constructor for class net.sf.saxon.tree.iter.AdjacentTextNodeMergingIterator
 
adjunct - Variable in class com.saxonica.stream.Inversion.PushAction
 
Adjust - Class in net.sf.saxon.functions
This class implements the XPath 2.0 functions adjust-date-to-timezone(), adjust-time-timezone(), and adjust-dateTime-timezone().
Adjust() - Constructor for class net.sf.saxon.functions.Adjust
 
adjustedPicture - Variable in class net.sf.saxon.expr.number.NumericGroupFormatter
 
adjustTimezone(int) - Method in class net.sf.saxon.value.CalendarValue
Return a new date, time, or dateTime with the same normalized value, but in a different timezone
adjustTimezone(DayTimeDurationValue) - Method in class net.sf.saxon.value.CalendarValue
Return a new date, time, or dateTime with the same normalized value, but in a different timezone, specified as a dayTimeDuration
adjustTimezone(int) - Method in class net.sf.saxon.value.DateTimeValue
Return a new dateTime with the same normalized value, but in a different timezone.
adjustTimezone(int) - Method in class net.sf.saxon.value.DateValue
Return a new date with the same normalized value, but in a different timezone.
adjustTimezone(int) - Method in class net.sf.saxon.value.GDayValue
Return a new date, time, or dateTime with the same normalized value, but in a different timezone
adjustTimezone(int) - Method in class net.sf.saxon.value.GMonthDayValue
Return a new date, time, or dateTime with the same normalized value, but in a different timezone
adjustTimezone(int) - Method in class net.sf.saxon.value.GMonthValue
Return a new date, time, or dateTime with the same normalized value, but in a different timezone
adjustTimezone(int) - Method in class net.sf.saxon.value.GYearMonthValue
Return a new date, time, or dateTime with the same normalized value, but in a different timezone
adjustTimezone(int) - Method in class net.sf.saxon.value.GYearValue
Return a new date, time, or dateTime with the same normalized value, but in a different timezone
adjustTimezone(int) - Method in class net.sf.saxon.value.TimeValue
Return a new time with the same normalized value, but in a different timezone.
adjustToCivilTime(XPathContext, DateTimeValue, String) - Static method in class com.saxonica.functions.extfn.Extensions
Adjust a given date/time to a specified civil time zone, taking account of summer time (daylight savings time) changes, as obtained from the Java database of changes to daylight savings time.
adjustToDecimal(double, int) - Static method in class net.sf.saxon.functions.FormatNumber
Convert a double to a BigDecimal.
adoptChildExpression(Expression) - Method in class net.sf.saxon.expr.Expression
Set up a parent-child relationship between this expression and a given child expression.
adoptNode(Node) - Method in class net.sf.saxon.dom.DocumentOverNodeInfo
Attempts to adopt a node from another document to this document.
advance() - Method in class net.sf.saxon.expr.sort.GroupEndingIterator
 
advance() - Method in class net.sf.saxon.expr.sort.GroupMatchingIterator
 
advance() - Method in class net.sf.saxon.expr.sort.GroupStartingIterator
 
advance() - Method in class net.sf.saxon.tree.util.Navigator.AncestorEnumeration
 
advance() - Method in class net.sf.saxon.tree.util.Navigator.BaseEnumeration
The advance() method must be provided in each concrete implementation.
advance() - Method in class net.sf.saxon.tree.util.Navigator.DescendantEnumeration
 
advance() - Method in class net.sf.saxon.tree.util.Navigator.FollowingEnumeration
 
advance() - Method in class net.sf.saxon.tree.util.Navigator.PrecedingEnumeration
 
adviseReuse() - Method in class net.sf.saxon.event.SequenceWriter
Decide whether reuse of the SequenceWriter is advisable
AFTER - Static variable in class net.sf.saxon.expr.parser.Token
"after"
afterLast() - Method in interface javax.xml.xquery.XQSequence
Move to the position after the last item.
afterLast() - Method in class net.sf.saxon.xqj.SaxonXQForwardSequence
 
afterLast() - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
Aggregate - Class in net.sf.saxon.functions
This abstract class provides functionality common to the sum(), avg(), count(), exists(), and empty() functions.
Aggregate() - Constructor for class net.sf.saxon.functions.Aggregate
 
ALL - Static variable in class net.sf.saxon.s9api.WhitespaceStrippingPolicy
The value ALL indicates that all whitespace-only text nodes are discarded.
ALL - Static variable in class net.sf.saxon.value.Whitespace
 
ALL_EXTENSIONS - Static variable in class net.sf.saxon.query.LanguageFeature
 
ALL_MODES - Static variable in class net.sf.saxon.trans.Mode
 
ALL_NAMESPACES - Static variable in class net.sf.saxon.om.CopyOptions
 
ALL_NAMESPACES - Static variable in interface net.sf.saxon.om.NodeInfo
Copy all in-scope namespaces
ALL_NODES_UNTYPED - Static variable in class net.sf.saxon.expr.StaticProperty
Expression property: this bit indicates that in the result of an expression, any element and attribute nodes that are present will have type annotation xs:untyped or xs:untypedAtomic respectively, and that any document nodes that are present will have no element children whose type annotation is anything other than xs:untyped
ALL_OPTIONAL_FEATURES - Static variable in class net.sf.saxon.query.LanguageFeature
 
allCharactersEncodable - Variable in class net.sf.saxon.serialize.Emitter
 
AllElementsSpaceStrippingRule - Class in net.sf.saxon.om
A whitespace stripping rule that strips all elements unless xml:space indicates that whitespace should be preserved.
AllElementsSpaceStrippingRule() - Constructor for class net.sf.saxon.om.AllElementsSpaceStrippingRule
 
AllElementValidator - Class in com.saxonica.validate
This class is validator used to check the content of an element whose complex type uses the "xs:all" construction in XML Schema.
AllElementValidator(UserComplexType, Receiver) - Constructor for class com.saxonica.validate.AllElementValidator
Create an AllElementValidator
AllModelGroup - Class in com.saxonica.schema
An AllModelGroup represents an xs:all element in the schema
AllModelGroup() - Constructor for class com.saxonica.schema.AllModelGroup
Create an AllModelGroup
allocate(Class, Configuration) - Static method in class net.sf.saxon.expr.JPConverter
Allocate a Java-to-XPath converter for a given class of Java objects
allocate(Configuration, ItemType, int, Class) - Static method in class net.sf.saxon.expr.PJConverter
Factory method to instantiate a converter from a given XPath type to a given Java class
allocate(String, String, String) - Method in class net.sf.saxon.om.NamePool
Allocate a name from the pool, or a new Name if there is not a matching one there
allocate(String, String, String) - Method in class net.sf.saxon.tree.util.DiagnosticNamePool
 
allocateAnonymousTypeCode() - Method in class com.saxonica.schema.sdoc.SchemaElement
Allocate a name to an anonymous type.
allocateClarkName(String) - Method in class net.sf.saxon.om.NamePool
Allocate a fingerprint given a Clark Name
allocateCodeForURI(String) - Method in class net.sf.saxon.om.NamePool
Allocate the uri code for a given URI; create one if not found
allocateCodeForURI(String) - Method in class net.sf.saxon.tree.util.DiagnosticNamePool
 
allocateConverter(Configuration, boolean) - Method in class net.sf.saxon.expr.AtomicSequenceConverter
 
allocateDocumentNumber() - Method in class net.sf.saxon.tree.util.DocumentNumberAllocator
Allocate a unique document number
allocateGlobals(SlotManager) - Method in class net.sf.saxon.expr.instruct.Bindery
Define how many slots are needed for global variables
allocateGlobalVariables(int) - Method in class net.sf.saxon.Controller
Allocate space in the bindery for global variables.
allocateLexicalQName(CharSequence, boolean, NamespaceResolver, NameChecker) - Method in class net.sf.saxon.om.NamePool
Get the nameCode for a lexical QName, given a namespace resolver.
allocateLocal(Class) - Method in class com.saxonica.bytecode.util.GeneratedMethodInfo
Allocate a local bytecode variable.
allocateLocationId(String, int) - Method in class net.sf.saxon.expr.instruct.LocationMap
Allocate a location identifier to an expression
allocateLocationId(String, int) - Method in class net.sf.saxon.style.StyleElement
Allocate a location identifier
allocateNameCode(NamePool) - Method in class net.sf.saxon.om.CodedName
Get the nameCode of this name, allocating a new code from the namepool if necessary
allocateNameCode(NamePool) - Method in class net.sf.saxon.om.FingerprintedQName
Allocate a nameCode from the NamePool (if none has already been allocated).
allocateNameCode(NamePool) - Method in class net.sf.saxon.om.NameOfNode
Get the nameCode of this name, allocating a new code from the namepool if necessary
allocateNameCode(NamePool) - Method in interface net.sf.saxon.om.NodeName
Get the nameCode of this name, allocating a new code from the namepool if necessary
allocateNameCode(NamePool) - Method in class net.sf.saxon.om.NoNamespaceName
Get the nameCode of this name, allocating a new code from the namepool if necessary
allocateNameCode(NamePool) - Method in class net.sf.saxon.value.QualifiedNameValue
Allocate a nameCode for this QName in the NamePool
allocateNodeListCreator(Configuration, Object) - Static method in class net.sf.saxon.expr.PJConverter
Static method to get a converter from an XPath sequence of nodes to the representation of a NodeList in an external object model (this is really a special for DOM, which uses NodeList rather than general purpose Java collection classes)
allocateNodeNumber() - Method in class com.saxonica.stream.om.FleetingDocumentNode
 
allocatePatternSlots(int) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
Ensure there is enough space for local variables or parameters when evaluating the match pattern of template rules
allocatePatternSlots(int) - Method in class net.sf.saxon.style.StyleElement
Allocate space for range variables within predicates in the match pattern.
allocatePatternSlots(int) - Method in class net.sf.saxon.trans.Mode
Specify how many slots for local variables are required by a particular pattern
allocateSequenceOutputter(int) - Method in class net.sf.saxon.Controller
Allocate a SequenceOutputter for a new output destination.
allocateSequenceOutputter(XPathContext, int) - Static method in class net.sf.saxon.event.SequenceOutputter
Allocate a SequenceOutputter.
allocateSlotNumber(StructuredQName) - Method in class net.sf.saxon.expr.instruct.SlotManager
Allocate a slot number for a variable
allocateSlots(Expression, int, SlotManager) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
Allocate slot numbers to range variables
allocateSlots(SlotManager, int) - Method in class net.sf.saxon.pattern.AncestorQualifiedPattern
Allocate slots to any variables used within the pattern
allocateSlots(SlotManager, int) - Method in class net.sf.saxon.pattern.BooleanExpressionPattern
Allocate slots to any variables used within the pattern
allocateSlots(SlotManager, int) - Method in class net.sf.saxon.pattern.ConditionalPattern
Allocate slots to any variables used within the pattern
allocateSlots(SlotManager, int) - Method in class net.sf.saxon.pattern.GeneralNodePattern
Allocate slots to any variables used within the pattern
allocateSlots(SlotManager, int) - Method in class net.sf.saxon.pattern.GeneralPositionalPattern
Allocate slots to any variables used within the pattern
allocateSlots(SlotManager, int) - Method in class net.sf.saxon.pattern.NodeSetPattern
Allocate slots to any variables used within the pattern
allocateSlots(SlotManager, int) - Method in class net.sf.saxon.pattern.Pattern
Allocate slots to any variables used within the pattern
allocateSlots(SlotManager, int) - Method in class net.sf.saxon.pattern.PatternThatSetsCurrent
Allocate slots to any variables used within the pattern
allocateSlots(SlotManager, int) - Method in class net.sf.saxon.pattern.PatternWithPredicate
Allocate slots to any variables used within the pattern
allocateSlots(SlotManager, int) - Method in class net.sf.saxon.pattern.SimplePositionalPattern
Allocate slots to any variables used within the pattern
allocateSlots(SlotManager, int) - Method in class net.sf.saxon.pattern.VennPattern
Allocate slots to any variables used within the pattern
allocateSlots(Expression) - Method in class net.sf.saxon.style.StyleElement
Allocate slots in the local stack frame to range variables used in an XPath expression
allocateStateNumber(AutomatonState) - Method in class com.saxonica.schema.fsa.FiniteStateMachine
Allocate a unique number to a state, and index the state from the FSM
allocateStatic(CompilerService, Object) - Static method in class com.saxonica.bytecode.ExpressionCompiler
Generate code to allocate static field in widget and to push field on stack
allocateStaticVariableInfo(Object) - Method in class com.saxonica.bytecode.util.CompilerService
Create a StaticVariableInfo containing the information needed to allow a static reference to a given object to be added as a static field in the currently-being-compiled class
allocateUniqueParameterNumber(StructuredQName) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
Allocate a unique number to a local parameter name.
ALLOW_EXTERNAL_FUNCTIONS - Static variable in class net.sf.saxon.lib.FeatureKeys
ALLOW_EXTERNAL_FUNCTIONS determines whether calls to reflexive external functions are allowed.
ALLOW_MULTITHREADING - Static variable in class net.sf.saxon.lib.FeatureKeys
ALLOW_MULTITHREADING determines whether multi-threading is allowed.
ALLOW_OLD_JAVA_URI_FORMAT - Static variable in class net.sf.saxon.lib.FeatureKeys
ALLOW_OLD_JAVA_URI_FORMAT determines whether extension function calls to dynamically-loaded Java extension functions may use the URI format supported in older Saxon releases.
ALLOW_STREAMABILITY_EXTENSIONS - Static variable in class net.sf.saxon.lib.FeatureKeys
ALLOW_STREAMABILITY_EXTENSIONS determines whether Saxon allows streaming of constructs that are not guaranteed streamable according to the W3C streamability rules in the XSLT 3.0 specification.
allowAttributes(AttributeCollection, String[]) - Method in class com.saxonica.schema.sdoc.SchemaElement
Check the attributes of an element against a list of allowed attributes.
allowAVT() - Method in class com.saxonica.xsltextn.style.SaxonCallTemplate
Determine whether the called template name can be specified as an AVT
allowAVT() - Method in class net.sf.saxon.style.XSLCallTemplate
Determine whether the called template can be specified as an AVT
allowedASCII - Static variable in class net.sf.saxon.functions.EscapeURI
 
ALLOWS_MANY - Static variable in class net.sf.saxon.expr.StaticProperty
Bit set if multiple values are allowed
ALLOWS_ONE - Static variable in class net.sf.saxon.expr.StaticProperty
Bit set if a single value is allowed
ALLOWS_ONE_OR_MORE - Static variable in class net.sf.saxon.expr.StaticProperty
Occurence indicator for "one or more" (+)
ALLOWS_ZERO - Static variable in class net.sf.saxon.expr.StaticProperty
 
ALLOWS_ZERO_OR_MORE - Static variable in class net.sf.saxon.expr.StaticProperty
Occurence indicator for "zero or more" (*)
ALLOWS_ZERO_OR_ONE - Static variable in class net.sf.saxon.expr.StaticProperty
Occurence indicator for "zero or one" (?)
allowsAny() - Method in class com.saxonica.schema.Wildcard
Determine whether this wildcard allows any namespace (##any)
allowsAttributes() - Method in class com.saxonica.schema.UserComplexType
Ask whether this type (or any known type derived from it by extension) allows the element to have one or more attributes.
allowsAttributes() - Method in class net.sf.saxon.type.AnyType
Return true if this type (or any known type derived from it by extension) allows the element to have one or more attributes.
allowsAttributes() - Method in interface net.sf.saxon.type.ComplexType
Return true if this type (or any known type derived from it by extension) allows the element to have one or more attributes.
allowsAttributes() - Method in class net.sf.saxon.type.Untyped
Return true if this type (or any known type derived from it by extension) allows the element to have one or more attributes.
allowsDerivation(int) - Method in class com.saxonica.schema.ElementDecl
Determines whether derivation (of a particular kind) from this type is allowed, based on the "final" property (that is, the {substitution group exclusions} in the component model
allowsDerivation(int) - Method in class com.saxonica.schema.UserDefinedType
Determines whether derivation (of a particular kind) from this type is allowed, based on the "final" property
allowsDerivation(int) - Method in class net.sf.saxon.type.AnySimpleType
Determines whether derivation (of a particular kind) from this type is allowed, based on the "final" property
allowsDerivation(int) - Method in class net.sf.saxon.type.AnyType
Determines whether derivation (of a particular kind) from this type is allowed, based on the "final" property
allowsDerivation(int) - Method in class net.sf.saxon.type.BuiltInAtomicType
Determines whether derivation (of a particular kind) from this type is allowed, based on the "final" property
allowsDerivation(int) - Method in class net.sf.saxon.type.BuiltInListType
Determines whether derivation (of a particular kind) from this type is allowed, based on the "final" property
allowsDerivation(int) - Method in class net.sf.saxon.type.ErrorType
Determines whether derivation (of a particular kind) from this type is allowed, based on the "final" property
allowsDerivation(int) - Method in interface net.sf.saxon.type.SchemaType
Determines whether derivation (of a particular kind) from this type is allowed, based on the "final" property
allowsDerivation(int) - Method in class net.sf.saxon.type.Untyped
Determines whether derivation (of a particular kind) from this type is allowed, based on the "final" property
allowsEmpty() - Method in class net.sf.saxon.expr.CastableToUnion
 
allowsEmpty() - Method in class net.sf.saxon.expr.CastingExpression
Ask whether the expression accepts an empty sequence as input (producing an empty sequence as output)
allowsMany() - Method in enum net.sf.saxon.s9api.OccurrenceIndicator
Ask whether this occurrence indicator permits a sequence containing more than one item.
allowsMany(int) - Static method in class net.sf.saxon.value.Cardinality
Determine whether multiple occurrences are allowed
allowsZero() - Method in enum net.sf.saxon.s9api.OccurrenceIndicator
Ask whether this occurrence indicator permits an empty sequence.
allowsZero(int) - Static method in class net.sf.saxon.value.Cardinality
Determine whether empty sequence is allowed
allowXPath30Syntax - Variable in class net.sf.saxon.expr.parser.ExpressionParser
 
allPathsAreWithinStreamableSnapshot() - Method in class net.sf.saxon.expr.parser.PathMap.PathMapNode
Determine whether the path is entirely within a streamable snapshot of a streamed document: that is, it must only navigate to ancestors and to attributes of ancestors
allPathsAreWithinStreamableSnapshot() - Method in class net.sf.saxon.expr.parser.PathMap.PathMapNodeSet
Determine whether the path is entirely within a streamable snapshot of a streamed document: that is, it must only navigate to ancestors and to attributes of ancestors
allSubsumes(UserComplexType, ComplexType, SchemaCompiler) - Static method in class com.saxonica.schema.AllModelGroup
Test whether a complex type constructed using "all" subsumes another complex type.
alpha - Variable in class net.sf.saxon.tree.tiny.TinyTree
 
alphaDefault(long, char, FastStringBuffer) - Method in class net.sf.saxon.expr.number.AbstractNumberer
Default processing with an alphabetic format token: use the contiguous range of Unicode letters starting with that token.
alphaKey(int) - Static method in class net.sf.saxon.tree.util.Navigator
Construct an alphabetic key from an positive integer; the key collates in the same sequence as the integer
Alphanumeric - Class in net.sf.saxon.expr.number
This class contains static utility methods to test whether a character is alphanumeric, as defined by the rules of xsl:number: that is, whether it is in one of the Unicode categories Nd, Nl, No, Lu, Ll, Lt, Lm or Lo
ALPHANUMERIC - Static variable in class net.sf.saxon.om.StandardNames
 
AlphanumericCollator - Class in net.sf.saxon.expr.sort
A Comparer that treats strings as an alternating sequence of alpha parts and numeric parts.
AlphanumericCollator(StringCollator) - Constructor for class net.sf.saxon.expr.sort.AlphanumericCollator
Create an alphanumeric collation
ALWAYS - Static variable in class net.sf.saxon.query.LanguageFeature
 
ALWAYS_PRESERVE - Static variable in class net.sf.saxon.event.Stripper
 
ALWAYS_STRIP - Static variable in class net.sf.saxon.event.Stripper
 
analyze(ExpressionVisitor, ExpressionVisitor.ContextItemType) - Method in class net.sf.saxon.pattern.AncestorQualifiedPattern
Type-check the pattern, performing any type-dependent optimizations.
analyze(ExpressionVisitor, ExpressionVisitor.ContextItemType) - Method in class net.sf.saxon.pattern.AnchorPattern
Type-check the pattern.
analyze(ExpressionVisitor, ExpressionVisitor.ContextItemType) - Method in class net.sf.saxon.pattern.BooleanExpressionPattern
Type-check the pattern.
analyze(ExpressionVisitor, ExpressionVisitor.ContextItemType) - Method in class net.sf.saxon.pattern.ConditionalPattern
Type-check the pattern.
analyze(ExpressionVisitor, ExpressionVisitor.ContextItemType) - Method in class net.sf.saxon.pattern.GeneralNodePattern
Type-check the pattern, performing any type-dependent optimizations.
analyze(ExpressionVisitor, ExpressionVisitor.ContextItemType) - Method in class net.sf.saxon.pattern.GeneralPositionalPattern
Type-check the pattern, performing any type-dependent optimizations.
analyze(ExpressionVisitor, ExpressionVisitor.ContextItemType) - Method in class net.sf.saxon.pattern.NodeSetPattern
Type-check the pattern.
analyze(ExpressionVisitor, ExpressionVisitor.ContextItemType) - Method in class net.sf.saxon.pattern.Pattern
Type-check the pattern.
analyze(ExpressionVisitor, ExpressionVisitor.ContextItemType) - Method in class net.sf.saxon.pattern.PatternThatSetsCurrent
Type-check the pattern.
analyze(ExpressionVisitor, ExpressionVisitor.ContextItemType) - Method in class net.sf.saxon.pattern.PatternWithPredicate
Type-check the pattern.
analyze(ExpressionVisitor, ExpressionVisitor.ContextItemType) - Method in class net.sf.saxon.pattern.SimplePositionalPattern
Type-check the pattern, performing any type-dependent optimizations.
analyze(ExpressionVisitor, ExpressionVisitor.ContextItemType) - Method in class net.sf.saxon.pattern.VennPattern
Type-check the pattern.
analyze(CharSequence) - Method in class net.sf.saxon.regex.ARegularExpression
Use this regular expression to analyze an input string, in support of the XSLT analyze-string instruction.
analyze(CharSequence) - Method in class net.sf.saxon.regex.JavaRegularExpression
Use this regular expression to analyze an input string, in support of the XSLT analyze-string instruction.
analyze(CharSequence) - Method in interface net.sf.saxon.regex.RegularExpression
Use this regular expression to analyze an input string, in support of the XSLT analyze-string instruction.
analyzeContentExpression(Expression, int, StaticContext) - Method in class com.saxonica.schema.UserComplexType
Analyze an expression to see whether the expression is capable of delivering a value of this type.
analyzeContentExpression(Expression, int, StaticContext) - Method in class com.saxonica.schema.UserSimpleType
Analyze an expression to see whether the expression is capable of delivering a value of this type.
analyzeContentExpression(Expression, int, StaticContext) - Method in class net.sf.saxon.type.AnySimpleType
Analyze an expression to see whether the expression is capable of delivering a value of this type.
analyzeContentExpression(Expression, int, StaticContext) - Method in class net.sf.saxon.type.AnyType
Analyze an expression to see whether the expression is capable of delivering a value of this type.
analyzeContentExpression(Expression, int, StaticContext) - Method in class net.sf.saxon.type.BuiltInAtomicType
Analyze an expression to see whether the expression is capable of delivering a value of this type.
analyzeContentExpression(SimpleType, Expression, StaticContext, int) - Static method in class net.sf.saxon.type.BuiltInAtomicType
Analyze an expression to see whether the expression is capable of delivering a value of this type.
analyzeContentExpression(Expression, int, StaticContext) - Method in class net.sf.saxon.type.BuiltInListType
Analyze an expression to see whether the expression is capable of delivering a value of this type.
analyzeContentExpression(Expression, int, StaticContext) - Method in class net.sf.saxon.type.ErrorType
Analyze an expression to see whether the expression is capable of delivering a value of this type.
analyzeContentExpression(Expression, int, StaticContext) - Method in interface net.sf.saxon.type.SchemaType
Analyze an XPath expression to see whether the expression is capable of delivering a value of this type.
analyzeContentExpression(Expression, int, StaticContext) - Method in class net.sf.saxon.type.Untyped
Analyze an expression to see whether the expression is capable of delivering a value of this type.
AnalyzeMappingFunction - Class in net.sf.saxon.expr
Mapping function that maps the sequence of matching/non-matching strings to the sequence delivered by applying the matching-substring and non-matching-substring expressions respectively to each such string
AnalyzeMappingFunction(RegexIterator, XPathContext, Expression, Expression) - Constructor for class net.sf.saxon.expr.AnalyzeMappingFunction
 
AnalyzeString - Class in net.sf.saxon.expr.instruct
An xsl:analyze-string element in the stylesheet.
AnalyzeString(Expression, Expression, Expression, Expression, Expression, RegularExpression) - Constructor for class net.sf.saxon.expr.instruct.AnalyzeString
Construct an AnalyzeString instruction
AnalyzeStringCompiler - Class in com.saxonica.bytecode
Generate bytecode for a call to the xsl:analyze-string expression.
AnalyzeStringCompiler() - Constructor for class com.saxonica.bytecode.AnalyzeStringCompiler
 
AnalyzeStringFn - Class in com.saxonica.functions.xpath3
Implements the fn:analyze-string function defined in Functions and Operators 1.1.
AnalyzeStringFn() - Constructor for class com.saxonica.functions.xpath3.AnalyzeStringFn
 
AnalyzeStringFunction - Class in com.saxonica.functions.extfn
This class implements the extension function saxon:analyze-string().
AnalyzeStringFunction() - Constructor for class com.saxonica.functions.extfn.AnalyzeStringFunction
 
ANCESTOR - Static variable in class net.sf.saxon.om.AxisInfo
Constant representing the ancestor axis
ANCESTOR_OR_SELF - Static variable in class net.sf.saxon.om.AxisInfo
Constant representing the ancestor-or-self axis
AncestorQualifiedPattern - Class in net.sf.saxon.pattern
An AncestorQualifiedPattern represents a path of the form A/B or A//B, where nodes must match the pattern B and also have a parent/ancestor (respectively) that matches A.
AncestorQualifiedPattern(Pattern, Pattern, byte) - Constructor for class net.sf.saxon.pattern.AncestorQualifiedPattern
 
anchoredMatch(UnicodeString) - Method in class net.sf.saxon.regex.REMatcher
Tests whether the regex matches a string in its entirety, anchored at both ends
AnchorPattern - Class in net.sf.saxon.pattern
This is a special pattern that matches the "anchor node"; it is not used for XSLT patterns, but for the selectors that arise when evaluating XPath expressions in streaming mode; the anchor node is the context node for the streamed XPath evaluation.
AnchorPattern() - Constructor for class net.sf.saxon.pattern.AnchorPattern
 
anchorSelect - Variable in class com.saxonica.xslt3.instruct.MergeInstr.MergeSource
 
AND - Static variable in class net.sf.saxon.expr.parser.Token
Operator "and"
AndExpression - Class in net.sf.saxon.expr
 
AndExpression(Expression, Expression) - Constructor for class net.sf.saxon.expr.AndExpression
Construct a boolean AND expression
AndExpressionCompiler - Class in com.saxonica.bytecode
Generate bytecode for a call to the And expression
AndExpressionCompiler() - Constructor for class com.saxonica.bytecode.AndExpressionCompiler
 
AnnotatedTraceClassVisitor - Class in com.saxonica.bytecode.util
Subclass of TraceClassVisitor to enable the bytecode listings to be customized
AnnotatedTraceClassVisitor(ClassVisitor, PrintWriter) - Constructor for class com.saxonica.bytecode.util.AnnotatedTraceClassVisitor
 
AnnotatedTraceMethodVisitor - Class in com.saxonica.bytecode.util
Subclass of the TraceMethodVisitor to customize the bytecode listings
AnnotatedTraceMethodVisitor() - Constructor for class com.saxonica.bytecode.util.AnnotatedTraceMethodVisitor
 
Annotation - Class in net.sf.saxon.query
This class represents an annotation that appears in a function or variable declarations
Annotation() - Constructor for class net.sf.saxon.query.Annotation
 
Annotation30 - Class in com.saxonica.expr
This class represents an annotation that appears in a function or variable declaration
Annotation30(StructuredQName) - Constructor for class com.saxonica.expr.Annotation30
Create an annotation
ANNOTATION_PRESERVE - Static variable in class net.sf.saxon.style.XSLStylesheet
 
ANNOTATION_STRIP - Static variable in class net.sf.saxon.style.XSLStylesheet
 
ANNOTATION_UNSPECIFIED - Static variable in class net.sf.saxon.style.XSLStylesheet
 
AnnotationParent - Class in com.saxonica.schema.sdoc
An abstract superclass for schema elements whose only permitted content is an Annotation element
AnnotationParent() - Constructor for class com.saxonica.schema.sdoc.AnnotationParent
 
ANONYMOUS - Static variable in class net.sf.saxon.lib.NamespaceConstant
Namespace for names allocated to anonymous types.
ANONYMOUS_PRINCIPAL_OUTPUT_URI - Static variable in class net.sf.saxon.Controller
 
ANY_ANY - Static variable in class net.sf.saxon.expr.Calculator
Calculators used for the six operators when the static type information does not allow a more specific calculator to be chosen
ANY_ATOMIC - Static variable in class net.sf.saxon.type.BuiltInAtomicType
 
ANY_ATOMIC_VALUE - Static variable in class net.sf.saxon.s9api.ItemType
ItemType representing the type xs:anyAtomicType, that is, any atomic value
ANY_FUNCTION - Static variable in class net.sf.saxon.type.AnyFunctionType
 
ANY_ITEM - Static variable in class net.sf.saxon.s9api.ItemType
ItemType representing the type item(), that is, any item at all
ANY_MAP_TYPE - Static variable in class com.saxonica.functions.map.MapType
 
ANY_NODE - Static variable in class net.sf.saxon.s9api.ItemType
ItemType representing the type node(), that is, any node
ANY_SEQUENCE - Static variable in class net.sf.saxon.value.SequenceType
A type that allows any sequence of items
ANY_URI - Static variable in class net.sf.saxon.s9api.ItemType
ItemType representing the primitive type xs:anyURI
ANY_URI - Static variable in class net.sf.saxon.type.BuiltInAtomicType
 
ANY_URIS - Static variable in class net.sf.saxon.type.BuiltInListType
 
AnyChildNodeTest - Class in net.sf.saxon.pattern
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.
AnyFunctionType - Class in net.sf.saxon.type
An ItemType representing the type function().
AnyFunctionType() - Constructor for class net.sf.saxon.type.AnyFunctionType
 
AnyItemType - Class in net.sf.saxon.type
An implementation of ItemType that matches any item (node or atomic value)
AnyNodeTest - Class in net.sf.saxon.pattern
NodeTest is an interface that enables a test of whether a node has a particular name and type.
AnySimpleType - Class in net.sf.saxon.type
This class has a singleton instance which represents the XML Schema built-in type xs:anySimpleType
AnyType - Class in net.sf.saxon.type
This class has a singleton instance which represents the XML Schema built-in type xs:anyType, also known as the urtype.
AnyTypeToStringConverterCompiler - Class in com.saxonica.bytecode.converter
Generate code for a AnyType to String CastExpression
AnyTypeToStringConverterCompiler() - Constructor for class com.saxonica.bytecode.converter.AnyTypeToStringConverterCompiler
 
AnyTypeValidator - Class in com.saxonica.validate
Validator to validate an element against the class xs:anyType
AnyTypeValidator(Receiver) - Constructor for class com.saxonica.validate.AnyTypeValidator
Create an AnyTypeValidator
AnyTypeValidator(ElementDecl, Receiver) - Constructor for class com.saxonica.validate.AnyTypeValidator
Create an AnyTypeValidator for a specific element declaration
AnyURIValue - Class in net.sf.saxon.value
An XPath value of type xs:anyURI.
AnyURIValue(CharSequence) - Constructor for class net.sf.saxon.value.AnyURIValue
Constructor
AnyURIValue(CharSequence, AtomicType) - Constructor for class net.sf.saxon.value.AnyURIValue
Constructor for a user-defined subtype of anyURI
append(XPathContext, String, Sequence) - Static method in class com.saxonica.functions.extfn.EXPathFile
 
append(XPathContext, String, Sequence, NodeInfo) - Static method in class com.saxonica.functions.extfn.EXPathFile
 
append(Item, int, int) - Method in class com.saxonica.serialize.SequenceWrapperPE
Output an item (atomic value or node) to the sequence
append(Item) - Method in class com.saxonica.stream.feed.AdjacentTextNodeMergerFeed
Supply an item to the feed
append(Item) - Method in class com.saxonica.stream.feed.ApplyTemplatesFeed
Supply an item to the feed
append(Item) - Method in class com.saxonica.stream.feed.AtomizerFeed
Supply an item to the feed
append(Item) - Method in class com.saxonica.stream.feed.AvgFeed
Supply an item to the feed
append(Item) - Method in class com.saxonica.stream.feed.BufferingFeed
Supply an item to the feed
append(Item) - Method in class com.saxonica.stream.feed.CardinalityCheckingFeed
Supply an item to the feed
append(Item) - Method in class com.saxonica.stream.feed.CountFeed
Supply an item to the feed
append(Item) - Method in class com.saxonica.stream.feed.DecomposingFeed
Supply an item to the feed
append(Item) - Method in class com.saxonica.stream.feed.DistinctValuesFeed
Supply an item to the feed
append(Item) - Method in class com.saxonica.stream.feed.EmptyTextNodeRemoverFeed
Supply an item to the feed
append(Item) - Method in class com.saxonica.stream.feed.EventFeed
Append an item (node or atomic value) to the output
append(Item) - Method in interface com.saxonica.stream.feed.Feed
Supply an item to the feed
append(Item) - Method in class com.saxonica.stream.feed.FilterExpressionFeed
Supply an item to the feed
append(Item) - Method in class com.saxonica.stream.feed.ForEachFeed
Supply an item to the feed
append(Item) - Method in class com.saxonica.stream.feed.GeneralComparisonFeed
Supply an item to the feed
append(Item) - Method in class com.saxonica.stream.feed.GroupingFeed
Supply one item towards the streamed input of the expression (that is, one item of the grouping population)
append(Item) - Method in class com.saxonica.stream.feed.ItemFeed
Supply one item towards the streamed input of the expression
append(Item) - Method in class com.saxonica.stream.feed.ItemMappingFeed
Supply an item to the feed
append(Item) - Method in class com.saxonica.stream.feed.IterateFeed
Supply an item to the feed
append(Item) - Method in class com.saxonica.stream.feed.MinimaxFeed
Supply an item to the feed
append(Item) - Method in class com.saxonica.stream.feed.NextIterationFeed
Supply an item to the feed
append(Item) - Method in class com.saxonica.stream.feed.NoOpenOrCloseFeed
 
append(Item) - Method in class com.saxonica.stream.feed.RetainingFeed
Supply an item to the feed
append(Item) - Method in class com.saxonica.stream.feed.SimpleNodeConstructorFeed
Supply an item to the feed
append(Item) - Method in class com.saxonica.stream.feed.StringJoinFeed
Supply an item to the feed
append(Item) - Method in class com.saxonica.stream.feed.SumFeed
Supply an item to the feed
append(Item) - Method in class com.saxonica.stream.feed.WithParamFeed
Supply an item to the feed
append(Inversion.PushAction) - Method in class com.saxonica.stream.Inversion
Add an action to the end of the streaming route (a subexpression of the currently-last expression, which is therefore first to receive events from the parser)
append(Item) - Method in class com.saxonica.stream.watch.GroupedItemStoppingFeed
Supply one item towards the streamed input of the expression (that is, one item of the grouping population)
append(Item, int, int) - Method in class com.saxonica.validate.ValidatingFilter
 
append(Item, int, int) - Method in class net.sf.saxon.event.ComplexContentOutputter
Append an arbitrary item (node or atomic value) to the output
append(Item, int, int) - Method in class net.sf.saxon.event.OnEmptyHandler
 
append(Item, int, int) - Method in class net.sf.saxon.event.ProxyReceiver
Append an arbitrary item (node or atomic value) to the output
append(Item, int, int) - Method in class net.sf.saxon.event.SequenceReceiver
Append an arbitrary item (node or atomic value) to the output
append(Item) - Method in class net.sf.saxon.event.SequenceReceiver
Append an item (node or atomic value) to the output
append(Item, int, int) - Method in class net.sf.saxon.event.SequenceWriter
Append an item to the sequence, performing any necessary type-checking and conversion
append(Item, int, int) - Method in class net.sf.saxon.event.Sink
Append an arbitrary item (node or atomic value) to the output
append(Item, int, int) - Method in class net.sf.saxon.event.TeeOutputter
Output an item (atomic value or node) to the sequence
append(Item, int, int) - Method in class net.sf.saxon.event.TracingFilter
Append an arbitrary item (node or atomic value) to the output
append(Item, int, int) - Method in class net.sf.saxon.event.TreeReceiver
Append an arbitrary item (node or atomic value) to the output
append(Item, int, int) - Method in class net.sf.saxon.event.TypeCheckingFilter
Output an item (atomic value or node) to the sequence
append(GroundedValue) - Method in class net.sf.saxon.om.Chain
Add more items to the end of this sequence.
append(Item) - Method in class net.sf.saxon.om.Chain
Add a single item to the end of this sequence.
append() - Method in class net.sf.saxon.pull.PullPushCopier
Copy the input to the output.
append(Item, int, int) - Method in class net.sf.saxon.query.SequenceWrapper
Output an item (atomic value or node) to the sequence
append(XdmValue) - Method in class net.sf.saxon.s9api.XdmValue
Create a new XdmValue by concatenating the contents of this XdmValue and another XdmValue.
append(CharSequence) - Method in interface net.sf.saxon.tree.tiny.AppendableCharSequence
Append characters to this CharSequence
append(CharSequence) - Method in class net.sf.saxon.tree.tiny.LargeStringBuffer
Append a CharSequence to this LargeStringBuffer
append(String) - Method in class net.sf.saxon.tree.util.FastStringBuffer
Append the contents of a String to the buffer
append(CharSlice) - Method in class net.sf.saxon.tree.util.FastStringBuffer
Append the contents of a CharSlice to the buffer
append(FastStringBuffer) - Method in class net.sf.saxon.tree.util.FastStringBuffer
Append the contents of a FastStringBuffer to the buffer
append(StringBuffer) - Method in class net.sf.saxon.tree.util.FastStringBuffer
Append the contents of a StringBuffer to the buffer
append(CharSequence) - Method in class net.sf.saxon.tree.util.FastStringBuffer
Append the contents of a general CharSequence to the buffer
append(char[], int, int) - Method in class net.sf.saxon.tree.util.FastStringBuffer
Append the contents of a character array to the buffer
append(char[]) - Method in class net.sf.saxon.tree.util.FastStringBuffer
Append the entire contents of a character array to the buffer
append(char) - Method in class net.sf.saxon.tree.util.FastStringBuffer
Append a character to the buffer
append(UnicodeString) - Method in class net.sf.saxon.tree.util.FastStringBuffer
Append a UnicodeString to the buffer (using surrogate pairs if necessary)
AppendableCharSequence - Interface in net.sf.saxon.tree.tiny
Defines a CharSequence to which characters can be appended
appendBinary(String, Base64BinaryValue[]) - Static method in class com.saxonica.functions.extfn.EXPathFile
 
appendChild(Node) - Method in class net.sf.saxon.dom.NodeOverNodeInfo
Adds the node newChild to the end of the list of children of this node.
appendData(String) - Method in class net.sf.saxon.dom.TextOverNodeInfo
Append the string to the end of the character data of the node.
appendDouble(FastStringBuffer, double, boolean) - Static method in class net.sf.saxon.value.FloatingPointConverter
Append a string representation of a double value to a string buffer
appendFloat(FastStringBuffer, float, boolean) - Static method in class net.sf.saxon.value.FloatingPointConverter
Append a string representation of a float value to a string buffer
appendInt(FastStringBuffer, int) - Static method in class net.sf.saxon.value.FloatingPointConverter
Format an integer, appending the string representation of the integer to a string buffer
appendLabel(Label) - Method in class com.saxonica.bytecode.util.AnnotatedTraceMethodVisitor
Appends the name of the given label to buf.
appendSequentialKey(SiblingCountingNode, FastStringBuffer, boolean) - Static method in class net.sf.saxon.tree.util.Navigator
Get a character string that uniquely identifies this node and that collates nodes into document order
appendStringValue(String) - Method in class net.sf.saxon.tree.linked.TextImpl
Append to the content of the text node
appendStringValue(TinyTree, int, FastStringBuffer) - Static method in class net.sf.saxon.tree.tiny.WhitespaceTextImpl
Static method to get the string value of a text node and append it to a supplied buffer without first constructing the node object
appendText(String, String) - Static method in class com.saxonica.functions.extfn.EXPathFile
 
appendText(String, String, String) - Static method in class com.saxonica.functions.extfn.EXPathFile
 
appendTextLines(String, String[]) - Static method in class com.saxonica.functions.extfn.EXPathFile
 
appendTextLines(String, String[], String) - Static method in class com.saxonica.functions.extfn.EXPathFile
 
appendTimezone(FastStringBuffer) - Method in class net.sf.saxon.value.CalendarValue
Add a string representation of the timezone, typically formatted as "Z" or "+03:00" or "-10:00", to a supplied string buffer
appendTimezone(int, FastStringBuffer) - Static method in class net.sf.saxon.value.CalendarValue
Format a timezone and append it to a buffer
appendWideChar(int) - Method in class net.sf.saxon.tree.util.FastStringBuffer
Append a wide character to the buffer (as a surrogate pair if necessary)
applicability - Variable in class net.sf.saxon.functions.StandardFunction.Entry
Flags indicating which host languages the function is applicable to
apply(XPathContext, boolean) - Method in class com.saxonica.expr.ee.MultithreadedApplyTemplates
 
apply(XPathContext, boolean) - Method in class com.saxonica.stream.StreamingApplyTemplates
 
apply(XPathContext, Set) - Method in class com.saxonica.update.DeleteAction
Apply the pending update action to the affected node
apply(XPathContext, Set) - Method in class com.saxonica.update.InsertAction
Apply the pending update action to the affected nodes
apply(XPathContext, Set) - Method in class com.saxonica.update.InsertAttributeAction
Apply the pending update action to the affected nodes
apply(XPathContext, Set) - Method in class com.saxonica.update.PendingUpdateAction
Apply the pending update action to the affected nodes
apply(XPathContext, int) - Method in class com.saxonica.update.PendingUpdateListImpl
Apply the pending updates
apply(XPathContext, Set) - Method in class com.saxonica.update.PutAction
Apply the pending update action to the affected nodes
apply(XPathContext, Set) - Method in class com.saxonica.update.RenameAction
Apply the pending update action to the affected nodes
apply(XPathContext, Set) - Method in class com.saxonica.update.ReplaceAttributeAction
Apply the pending update action to the affected nodes
apply(XPathContext, Set) - Method in class com.saxonica.update.ReplaceNodeAction
Apply the pending update action to the affected nodes
apply(XPathContext, Set) - Method in class com.saxonica.update.ReplaceValueAction
Apply the pending update action to the affected nodes
apply(XPathContext, boolean) - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
 
apply(XPathContextMajor) - Method in class net.sf.saxon.expr.instruct.Template
Process the template, without returning any tail calls.
apply(XPathContext, int) - Method in interface net.sf.saxon.expr.PendingUpdateList
Apply the pending updates
applyDefaults(Configuration) - Method in class net.sf.saxon.lib.ParseOptions
Merge settings from the Configuration object into these parseOptions
applyFunctionCoercion(SequenceIterator, ItemType, ItemType, RoleLocator, SourceLocator) - Method in class net.sf.saxon.type.TypeHierarchy
Apply function coercion when function items are supplied as arguments to a function call.
applyFunctionConversionRules(Sequence, SequenceType, RoleLocator, SourceLocator) - Method in class net.sf.saxon.type.TypeHierarchy
Apply the function conversion rules to a value, given a required type.
ApplyImports - Class in net.sf.saxon.expr.instruct
An xsl:apply-imports element in the stylesheet.
ApplyImports() - Constructor for class net.sf.saxon.expr.instruct.ApplyImports
 
ApplyImportsAdjunct - Class in com.saxonica.stream.adjunct
Compile an xsl:apply-imports expression/instruction to Java source code.
ApplyImportsAdjunct() - Constructor for class com.saxonica.stream.adjunct.ApplyImportsAdjunct
 
ApplyImportsCompiler - Class in com.saxonica.bytecode
Compiler for the XSLT apply-imports instruction
ApplyImportsCompiler() - Constructor for class com.saxonica.bytecode.ApplyImportsCompiler
 
ApplyImportsWatch - Class in com.saxonica.stream.watch
Watch for an xsl:apply-imports instruction.
ApplyImportsWatch(Expression, SequenceReceiver, Stack<XPathContext>) - Constructor for class com.saxonica.stream.watch.ApplyImportsWatch
 
applyLeavingTail(XPathContextMajor) - Method in class net.sf.saxon.expr.instruct.Template
Process this template, with the possibility of returning a tail call package if the template contains any tail calls that are to be performed by the caller.
applyLocalOptions(CommandLineOptions, Configuration) - Method in class com.saxonica.Validate
Customisation hook: apply options defined locally in a subclass
applyLocalOptions(CommandLineOptions, Configuration) - Method in class net.sf.saxon.Query
Customisation hook: apply options defined locally in a subclass
applyLocalOptions(CommandLineOptions, Configuration) - Method in class net.sf.saxon.Transform
Customisation hook: apply options defined locally in a subclass.
applyModuleImport(QueryParser.Import) - Method in class net.sf.saxon.query.QueryParser
 
applyStaticParams(Configuration, CompilerInfo) - Method in class net.sf.saxon.trans.CommandLineOptions
Apply XSLT 3.0 static parameters to a compilerInfo
applyTemplates() - Method in class com.saxonica.expr.ee.MultithreadedApplyTemplates.ApplyTemplatesPackage
 
ApplyTemplates - Class in net.sf.saxon.expr.instruct
An instruction representing an xsl:apply-templates element in the stylesheet
ApplyTemplates() - Constructor for class net.sf.saxon.expr.instruct.ApplyTemplates
 
ApplyTemplates(Expression, boolean, boolean, boolean, Mode, Expression) - Constructor for class net.sf.saxon.expr.instruct.ApplyTemplates
Construct an apply-templates instructino
applyTemplates(ParameterSet, ParameterSet, XPathContextMajor, int) - Method in class net.sf.saxon.trans.Mode
Process selected nodes using the handlers registered for this mode.
ApplyTemplates.ApplyTemplatesPackage - Class in net.sf.saxon.expr.instruct
An ApplyTemplatesPackage is an object that encapsulates the sequence of nodes to be processed, the mode, the parameters to be supplied, and the execution context.
ApplyTemplatesAdjunct - Class in com.saxonica.stream.adjunct
Handle streaming for the xsl:apply-templates instruction Used only for XSLT streaming capability.
ApplyTemplatesAdjunct() - Constructor for class com.saxonica.stream.adjunct.ApplyTemplatesAdjunct
 
ApplyTemplatesCompiler - Class in com.saxonica.bytecode
Compiler for the XSLT apply-templates instruction
ApplyTemplatesCompiler() - Constructor for class com.saxonica.bytecode.ApplyTemplatesCompiler
 
ApplyTemplatesFeed - Class in com.saxonica.stream.feed
This class is used when a streaming template applies xsl:apply-templates to composed items, typically to the items in the current group established using xsl:for-each-group
ApplyTemplatesFeed(ApplyTemplates, Feed, Stack<XPathContext>) - Constructor for class com.saxonica.stream.feed.ApplyTemplatesFeed
 
ApplyTemplatesWatch - Class in com.saxonica.stream.watch
This watch implements xsl:apply-templates in streaming mode.
ApplyTemplatesWatch(Expression, SequenceReceiver, Stack<XPathContext>) - Constructor for class com.saxonica.stream.watch.ApplyTemplatesWatch
 
applyToConfiguration(Configuration) - Method in class net.sf.saxon.trans.CommandLineOptions
Apply options to the Configuration
applyWhitespaceNormalization(CharSequence) - Method in class com.saxonica.schema.UserSimpleType
Apply the whitespace normalization rules for this simple type
applyWhitespaceNormalization(String) - Method in class net.sf.saxon.type.BuiltInListType
Apply the whitespace normalization rules for this simple type
applyWhitespaceNormalization(int, CharSequence) - Static method in class net.sf.saxon.value.Whitespace
Apply schema-defined whitespace normalization to a string
archive(String, String) - Method in class com.saxonica.ptree.StylesheetPackager
 
ARCHIVE - Static variable in class net.sf.saxon.om.StandardNames
 
ARegexIterator - Class in net.sf.saxon.regex
Class ARegexIterator - provides an iterator over matched and unmatched substrings.
ARegexIterator(UnicodeString, UnicodeString, REMatcher) - Constructor for class net.sf.saxon.regex.ARegexIterator
Construct a RegexIterator.
ARegularExpression - Class in net.sf.saxon.regex
Glue class to interface the Jakarta regex engine to Saxon (The prefix 'A' indicates an Apache regular expression, as distinct from a JDK regular expression).
ARegularExpression(CharSequence, String, String, List<String>) - Constructor for class net.sf.saxon.regex.ARegularExpression
Create and compile a regular expression
arg(int, ItemType, int, Sequence) - Method in class net.sf.saxon.functions.StandardFunction.Entry
Add information to a function entry about the argument types of the function
argument - Variable in class net.sf.saxon.expr.FunctionCall
The array of expressions representing the actual parameters to the function call
arguments - Variable in class net.sf.saxon.expr.SimpleExpression
 
argumentTypes - Variable in class net.sf.saxon.functions.StandardFunction.Entry
An array holding the types of the arguments to the function
ArithmeticCompiler - Class in com.saxonica.bytecode
Generate bytecode for a call to the ArithmeticExpression
ArithmeticCompiler() - Constructor for class com.saxonica.bytecode.ArithmeticCompiler
 
ArithmeticExpression - Class in net.sf.saxon.expr
Arithmetic Expression: an expression using one of the operators plus, minus, multiply, div, idiv, mod.
ArithmeticExpression(Expression, int, Expression) - Constructor for class net.sf.saxon.expr.ArithmeticExpression
Create an arithmetic expression
ArithmeticExpression10 - Class in net.sf.saxon.expr
Arithmetic Expression: an expression using one of the operators plus, minus, multiply, div, idiv, mod, in backwards compatibility mode: see ArithmeticExpression for the non-backwards compatible case.
ArithmeticExpression10(Expression, int, Expression) - Constructor for class net.sf.saxon.expr.ArithmeticExpression10
Create an arithmetic expression to be evaluated in XPath 1.0 mode
ArrayIterator<T extends Item> - Class in net.sf.saxon.tree.iter
ArrayIterator is used to enumerate items held in an array.
ArrayIterator(T[]) - Constructor for class net.sf.saxon.tree.iter.ArrayIterator
Create an iterator over all the items in an array
ArrayIterator(T[], int, int) - Constructor for class net.sf.saxon.tree.iter.ArrayIterator
Create an iterator over a range of an array.
arrayLength(Object[]) - Static method in class com.saxonica.bytecode.NextIterationCompiler
 
AS - Static variable in class net.sf.saxon.expr.parser.Token
"as" (in XQuery Update rename expression)
AS - Static variable in class net.sf.saxon.om.StandardNames
 
AS - Static variable in class net.sf.saxon.style.SourceBinding
 
AS_ARG0 - Static variable in class net.sf.saxon.functions.StandardFunction
 
AS_PRIM_ARG0 - Static variable in class net.sf.saxon.functions.StandardFunction
 
asAtomic() - Method in interface net.sf.saxon.type.ConversionResult
Calling this method on a ConversionResult returns the AtomicValue that results from the conversion if the conversion was successful, and throws a ValidationException explaining the conversion error otherwise.
asAtomic() - Method in class net.sf.saxon.type.ValidationFailure
Calling this method on a ConversionResult returns the AtomicValue that results from the conversion if the conversion was successful, and throws a ValidationException explaining the conversion error otherwise.
asAtomic() - Method in class net.sf.saxon.value.AtomicValue
Calling this method on a ConversionResult returns the AtomicValue that results from the conversion if the conversion was successful, and throws a ValidationException explaining the conversion error otherwise.
asBigDecimal() - Method in class net.sf.saxon.value.DecimalValue.DecimalComparable
 
asBigInteger() - Method in class net.sf.saxon.value.BigIntegerValue
Get the value as a BigInteger
asBigInteger() - Method in class net.sf.saxon.value.BigIntegerValue.BigIntegerComparable
 
asBigInteger() - Method in class net.sf.saxon.value.Int64Value
Get the value as a BigInteger
asBigInteger() - Method in class net.sf.saxon.value.IntegerValue
Get the value as a BigInteger
asCallable() - Method in class net.sf.saxon.expr.instruct.UserFunction
 
ASCIICharacterSet - Class in net.sf.saxon.serialize.charcode
This class defines properties of the US-ASCII character set
asDecimal() - Method in class net.sf.saxon.value.BigIntegerValue
Convert the value to a BigDecimal
asin(double) - Static method in class net.sf.saxon.option.exslt.Math
Get the arcsine of a numeric value (SStL)
asItem(Sequence) - Static method in class net.sf.saxon.om.SequenceTool
Static method to make an Item from a Value
asItem() - Method in class net.sf.saxon.value.EmptySequence
Return the value in the form of an Item
asItem() - Method in class net.sf.saxon.value.SingletonClosure
Return the value in the form of an Item
asItem() - Method in class net.sf.saxon.value.SingletonItem
Return the value in the form of an Item
asLong() - Method in class net.sf.saxon.value.Int64Value.Int64Comparable
 
assemble(IntHashMap<String>) - Method in class net.sf.saxon.style.XSLCharacterMap
Assemble all the mappings defined by this character map, adding them to a HashMap that maps integer codepoints to strings
assembleParams(XPathContext, WithParam[]) - Static method in class net.sf.saxon.expr.instruct.Instruction
Assemble a ParameterSet.
assembleTunnelParams(XPathContext, WithParam[]) - Static method in class net.sf.saxon.expr.instruct.Instruction
Assemble a ParameterSet.
Assertion - Class in com.saxonica.schema
An Assertion schema component (See XML Schema 1.1 Part 1 Working Draft)
Assertion(EnterpriseConfiguration, XPathExpression, XPathVariable, Map<StructuredQName, XPathVariable>, String) - Constructor for class com.saxonica.schema.Assertion
Create an Assertion component
AssertionFacet - Class in com.saxonica.schema
Represents an assertion facet on a schema-defined simple type.
AssertionFacet(Assertion) - Constructor for class com.saxonica.schema.AssertionFacet
Create a assertion facet
ASSERTIONS_CAN_SEE_COMMENTS - Static variable in class net.sf.saxon.lib.FeatureKeys
ASSERTIONS_CAN_SEE_COMMENTS determines whether comment and processing instructions in a document being validated are visible to assertions in an XSD 1.1 schema.
ASSERTIONS_EXIST - Static variable in class net.sf.saxon.event.Stripper
 
AssertionTreeBuilder - Class in com.saxonica.validate
This class sits in the validation pipeline, ready (when requested) to build subtrees of the validated document for use in testing assertions against complex types.
AssertionTreeBuilder(Receiver, boolean) - Constructor for class com.saxonica.validate.AssertionTreeBuilder
 
Assign - Class in com.saxonica.xsltextn.instruct
Compiled instruction deriving from saxon:assign element in stylesheet.
Assign() - Constructor for class com.saxonica.xsltextn.instruct.Assign
 
ASSIGN - Static variable in class net.sf.saxon.expr.parser.Token
":=" symbol (XQuery only)
ASSIGNABLE - Static variable in class net.sf.saxon.style.SourceBinding
 
Assignation - Class in net.sf.saxon.expr
Assignation is an abstract superclass for the kinds of expression that declare range variables: for, some, and every.
Assignation() - Constructor for class net.sf.saxon.expr.Assignation
 
asSource() - Method in class net.sf.saxon.s9api.XdmNode
Get a JAXP Source object corresponding to this node, allowing the node to be used as input to transformations or queries.
asString() - Method in class net.sf.saxon.value.StringValue
Returns the underlying string, with the side-effect of storing the string internally for future use, potentially reducing the cost if it is ever needed again
AT - Static variable in class net.sf.saxon.expr.parser.Token
At token, "@"
atan(double) - Static method in class net.sf.saxon.option.exslt.Math
Get the arctangent of a numeric value (SStL)
atan2(double, double) - Static method in class net.sf.saxon.option.exslt.Math
Converts rectangular coordinates to polar (SStL)
Atan2Fn - Class in com.saxonica.functions.xpath3
Abstract class providing functionality common to functions math:sin(), math:cos(), math:sqrt() etc; contains the concrete implementations of these functions as inner subclasses
Atan2Fn() - Constructor for class com.saxonica.functions.xpath3.Atan2Fn
 
ATokenIterator - Class in net.sf.saxon.regex
A ATokenIterator is an iterator over the strings that result from tokenizing a string using a regular expression
ATokenIterator(UnicodeString, REMatcher) - Constructor for class net.sf.saxon.regex.ATokenIterator
Construct an ATokenIterator.
atom - Variable in class net.sf.saxon.regex.Operation.OpAtom
 
ATOMIC_SEQUENCE - Static variable in class net.sf.saxon.value.SequenceType
A type that allows zero or more atomic values
ATOMIC_VALUE - Static variable in interface net.sf.saxon.pull.PullProvider
ATOMIC_VALUE is notified when the PullProvider is reading a sequence of items, and one of the items is an atomic value rather than a node.
AtomicArray - Class in net.sf.saxon.om
A sequence of atomic values, implemented using an underlying array.
AtomicArray(AtomicValue[]) - Constructor for class net.sf.saxon.om.AtomicArray
Create an AtomicArray over a supplied array of atomic values
AtomicArray(SequenceIterator) - Constructor for class net.sf.saxon.om.AtomicArray
Create an AtomicArray supplying the contents as an iterator
AtomicComparer - Interface in net.sf.saxon.expr.sort
Interface representing an object that can be used to compare two XPath atomic values for equality or for ordering.
AtomicConstructorFunctionItem - Class in com.saxonica.functions.hof
A function item representing a constructor function for an atomic type
AtomicConstructorFunctionItem(AtomicType, NamespaceResolver) - Constructor for class com.saxonica.functions.hof.AtomicConstructorFunctionItem
Create the constructor function.
atomicConversionPreference(int, Class) - Method in class com.saxonica.config.JavaExtensionLibrary
Get the conversion preference from an XPath primitive atomic type to a Java class
AtomicSequence - Interface in net.sf.saxon.om
Interface representing a sequence of atomic values.
AtomicSequenceConverter - Class in net.sf.saxon.expr
An AtomicSequenceConverter is an expression that performs a cast on each member of a supplied sequence
AtomicSequenceConverter(Expression, PlainType) - Constructor for class net.sf.saxon.expr.AtomicSequenceConverter
Constructor
AtomicSequenceConverter.AtomicSequenceMappingFunction - Class in net.sf.saxon.expr
Mapping function wrapped around a converter
AtomicSequenceConverter.AtomicSequenceMappingFunction() - Constructor for class net.sf.saxon.expr.AtomicSequenceConverter.AtomicSequenceMappingFunction
 
AtomicSequenceConverter.ToStringMappingFunction - Class in net.sf.saxon.expr
Mapping function that converts every item in a sequence to a string
AtomicSequenceConverter.ToStringMappingFunction() - Constructor for class net.sf.saxon.expr.AtomicSequenceConverter.ToStringMappingFunction
 
AtomicSequenceConverterAdjunct - Class in com.saxonica.stream.adjunct
Compile a AtomicSequenceConverter or UntypedSequenceConverter expression to streaming code.
AtomicSequenceConverterAdjunct() - Constructor for class com.saxonica.stream.adjunct.AtomicSequenceConverterAdjunct
 
AtomicSequenceConverterCompiler - Class in com.saxonica.bytecode
Generate bytecode for an AtomicSequenceConverter or UntypedSequenceConverter expression, performing run-time type checking
AtomicSequenceConverterCompiler() - Constructor for class com.saxonica.bytecode.AtomicSequenceConverterCompiler
 
AtomicSequenceMappingFunction - Class in com.saxonica.bytecode.map
 
AtomicSequenceMappingFunction() - Constructor for class com.saxonica.bytecode.map.AtomicSequenceMappingFunction
 
AtomicSortComparer - Class in net.sf.saxon.expr.sort
An AtomicComparer used for comparing atomic values of arbitrary item types.
AtomicSortComparer(StringCollator, int, XPathContext) - Constructor for class net.sf.saxon.expr.sort.AtomicSortComparer
 
AtomicType - Interface in net.sf.saxon.type
Interface for atomic types (these are either built-in atomic types or user-defined atomic types).
AtomicValue - Class in net.sf.saxon.value
The AtomicValue class corresponds to the concept of an atomic value in the XPath 2.0 data model.
AtomicValue() - Constructor for class net.sf.saxon.value.AtomicValue
 
atomize() - Method in class com.saxonica.pull.UnconstructedParent
Get the typed value.
atomize(NodeInfo) - Method in class com.saxonica.schema.UserComplexType
Get the typed value of a node that is annotated with this schema type.
atomize(NodeInfo) - Method in class com.saxonica.schema.UserSimpleType
Get the typed value of a node that is annotated with this schema type.
atomize() - Method in class com.saxonica.stream.om.FleetingNode
Get the typed value.
atomize() - Method in interface net.sf.saxon.om.NodeInfo
Get the typed value.
atomize() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Get the typed value.
atomize() - Method in class net.sf.saxon.option.axiom.AxiomParentNodeWrapper
Get the typed value.
atomize() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Get the typed value.
atomize() - Method in interface net.sf.saxon.tree.iter.AxisIterator
Return the atomized value of the current node.
atomize() - Method in class net.sf.saxon.tree.iter.AxisIteratorImpl
Return the atomized value of the current node.
atomize() - Method in class net.sf.saxon.tree.iter.AxisIteratorOverSequence
Return the atomized value of the current node.
atomize() - Method in class net.sf.saxon.tree.iter.EmptyIterator
Return the atomized value of the current node.
atomize() - Method in class net.sf.saxon.tree.iter.NodeWrappingAxisIterator
 
atomize() - Method in class net.sf.saxon.tree.iter.PrependIterator
Return the atomized value of the current node.
atomize() - Method in class net.sf.saxon.tree.iter.SingleNodeIterator
Return the atomized value of the current node.
atomize() - Method in class net.sf.saxon.tree.linked.NodeImpl
Get the typed value.
atomize() - Method in class net.sf.saxon.tree.NamespaceNode
Get the typed value.
atomize() - Method in class net.sf.saxon.tree.tiny.TinyDocumentImpl
Get the typed value.
atomize() - Method in class net.sf.saxon.tree.tiny.TinyElementImpl
Get the typed value.
atomize() - Method in class net.sf.saxon.tree.tiny.TinyTextImpl
Get the typed value.
atomize() - Method in class net.sf.saxon.tree.tiny.WhitespaceTextImpl
Get the typed value.
atomize() - Method in class net.sf.saxon.tree.util.Orphan
Get the typed value.
atomize() - Method in class net.sf.saxon.tree.util.SteppingNavigator.DescendantAxisIterator
Return the atomized value of the current node.
atomize() - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
Get the typed value.
atomize() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Get the typed value.
atomize() - Method in class net.sf.saxon.tree.wrapper.SpaceStrippedNode
Get the typed value.
atomize() - Method in class net.sf.saxon.tree.wrapper.TypeStrippedNode
Get the typed value.
atomize() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Get the typed value.
atomize() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy.VirtualCopier
Return the atomized value of the current node.
atomize() - Method in class net.sf.saxon.tree.wrapper.VirtualUntypedCopy
Get the typed value.
atomize() - Method in class net.sf.saxon.tree.wrapper.WrappingIterator
Return the atomized value of the current node.
atomize(NodeInfo) - Method in class net.sf.saxon.type.AnySimpleType
Get the typed value of a node that is annotated with this schema type.
atomize(NodeInfo) - Method in class net.sf.saxon.type.AnyType
Get the typed value of a node that is annotated with this schema type.
atomize(NodeInfo) - Method in class net.sf.saxon.type.BuiltInAtomicType
Get the typed value of a node that is annotated with this schema type.
atomize(NodeInfo) - Method in class net.sf.saxon.type.BuiltInListType
Get the typed value of a node that is annotated with this schema type.
atomize(NodeInfo) - Method in class net.sf.saxon.type.ErrorType
Get the typed value of a node that is annotated with this schema type.
atomize(NodeInfo) - Method in interface net.sf.saxon.type.SchemaType
Get the typed value of a node that is annotated with this schema type.
atomize(NodeInfo) - Method in class net.sf.saxon.type.Untyped
Get the typed value of a node that is annotated with this schema type.
atomize() - Method in class net.sf.saxon.value.TextFragmentValue
Get the typed value.
atomizer - Variable in class com.saxonica.functions.extfn.GeneralFilterFunction.GeneralFilterFunctionCall
 
Atomizer - Class in net.sf.saxon.expr
An Atomizer is an expression corresponding essentially to the fn:data() function: it maps a sequence by replacing nodes with their typed values
Atomizer(Expression) - Constructor for class net.sf.saxon.expr.Atomizer
Constructor
Atomizer.AtomizingFunction - Class in net.sf.saxon.expr
Implement the mapping function.
AtomizerAdjunct - Class in com.saxonica.stream.adjunct
Watch factory class for an atomizer
AtomizerAdjunct() - Constructor for class com.saxonica.stream.adjunct.AtomizerAdjunct
 
AtomizerCompiler - Class in com.saxonica.bytecode
Generate code for Atomizer
AtomizerCompiler() - Constructor for class com.saxonica.bytecode.AtomizerCompiler
 
AtomizerFeed - Class in com.saxonica.stream.feed
This class is used when a streaming template requests atomization of nodes that don't come directly from the streamed document, but rather are constructed in the course of the push pipeline
AtomizerFeed(Expression, Feed, Stack<XPathContext>) - Constructor for class com.saxonica.stream.feed.AtomizerFeed
 
AtomizingIterator - Class in net.sf.saxon.tree.iter
AtomizingIterator returns the atomization of an underlying sequence supplied as an iterator.
AtomizingIterator(SequenceIterator) - Constructor for class net.sf.saxon.tree.iter.AtomizingIterator
Construct an AtomizingIterator that will atomize the values returned by the base iterator.
atStartOfRelativePath() - Method in class net.sf.saxon.expr.parser.ExpressionParser
Test whether the current token is one that can start a RelativePathExpression
atStartOfRelativePath() - Method in class net.sf.saxon.query.QueryParser
 
attCode - Variable in class net.sf.saxon.tree.tiny.TinyTree
 
attParent - Variable in class net.sf.saxon.tree.tiny.TinyTree
 
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class com.saxonica.ptree.PTreeEmitter
Notify an attribute.
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class com.saxonica.ptree.StylesheetPackager.ImportIncludeFilter
Notify an attribute.
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class com.saxonica.schema.SchemaModelLoader
Notify an attribute.
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class com.saxonica.schema.sdoc.VersionControlFilter
Notify an attribute.
ATTRIBUTE - Static variable in class com.saxonica.schema.SymbolSpace
 
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class com.saxonica.serialize.BinaryEmitter
 
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class com.saxonica.stream.Projector
 
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class com.saxonica.stream.watch.WatchManager
Notify an attribute
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class com.saxonica.validate.AttributeValidator
Handle an attribute
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class com.saxonica.validate.Checker
 
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class com.saxonica.validate.EntityValidator
Handle an attribute
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class com.saxonica.validate.IdValidator
Handle an attribute
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class com.saxonica.validate.LaxValidator
Handle an attribute
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class com.saxonica.validate.SkipValidator
Handle an attribute
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class com.saxonica.validate.ValidationStack
Handle an attribute
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class com.saxonica.validate.XSIAttributeHandler
Notify an attribute.
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.dom.DOMWriter
 
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.event.ComplexContentOutputter
Output an attribute value.
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.event.ContentHandlerProxy
Notify an attribute.
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.event.IDFilter
Notify an attribute.
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.event.NamePoolConverter
Handle an attribute
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.event.OnEmptyHandler
 
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.event.ProxyReceiver
Notify an attribute.
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in interface net.sf.saxon.event.Receiver
Notify an attribute.
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.event.SequenceWriter
Output an attribute value.
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.event.Sink
Notify an attribute.
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.event.StartTagBuffer
Notify an attribute.
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.event.Stripper
 
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.event.TeeOutputter
Notify an attribute.
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.event.TracingFilter
Notify an attribute.
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.event.TreeReceiver
Notify an attribute.
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.event.TypeCheckingFilter
Notify an attribute.
ATTRIBUTE - Static variable in class net.sf.saxon.om.AxisInfo
Constant representing the attribute axis
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.option.axiom.AxiomWriter
 
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.option.dom4j.DOM4JWriter
 
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.option.jdom.JDOMWriter
 
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.option.jdom2.JDOM2Writer
 
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.option.xom.XOMWriter
 
ATTRIBUTE - Static variable in class net.sf.saxon.pattern.NodeKindTest
 
ATTRIBUTE - Static variable in interface net.sf.saxon.pull.PullProvider
The ATTRIBUTE event is notified only for an attribute node that appears in its own right as a top-level item in the sequence being read.
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.query.SequenceWrapper
Notify an attribute.
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.serialize.AttributeSorter
Notify an attribute.
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.serialize.CharacterMapExpander
Output an attribute
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.serialize.HTMLURIEscaper
Notify an attribute.
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.serialize.MetaTagAdjuster
Notify an attribute.
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.serialize.TEXTEmitter
 
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.serialize.UnicodeNormalizer
Output an attribute
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.serialize.XHTMLURIEscaper
Notify an attribute.
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.serialize.XML10ContentChecker
Notify an attribute.
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.serialize.XMLEmitter
 
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.serialize.XMLIndenter
Output an attribute
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.stax.ReceiverToXMLStreamWriter
 
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.style.UseWhenFilter
Notify an attribute.
ATTRIBUTE - Static variable in class net.sf.saxon.trans.Err
 
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.tree.linked.LinkedBuilderMonitor
 
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.tree.linked.LinkedTreeBuilder
 
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.tree.tiny.TinyBuilder
 
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.tree.tiny.TinyBuilderCondensed
For attribute nodes, the commoning-up of stored values is achieved simply by calling intern() on the string value of the attribute.
attribute(NodeName, SimpleType, CharSequence, int, int) - Method in class net.sf.saxon.tree.tiny.TinyBuilderMonitor
 
ATTRIBUTE - Static variable in class net.sf.saxon.type.Type
Item type representing an attribute node - attribute()
ATTRIBUTE_GROUP - Static variable in class com.saxonica.schema.SymbolSpace
 
ATTRIBUTE_NS_NODESET - Static variable in class net.sf.saxon.expr.StaticProperty
Expression property: this bit is set by getProperties() in the case of an expression that delivers a set of nodes with the guarantee that every node in the result will be an attribute or namespace of the context node
ATTRIBUTE_ORDER - Static variable in class net.sf.saxon.lib.SaxonOutputKeys
saxon:attribute-order = list of attribute names

ATTRIBUTE_QNAME - Static variable in class net.sf.saxon.expr.parser.Token
composite token <'attribute' QNAME> (XQuery only)
AttributeCollection - Interface in net.sf.saxon.om
AttributeCollection represents the collection of attributes available on a particular element node.
AttributeCollectionImpl - Class in net.sf.saxon.tree.util
AttributeCollectionImpl is an implementation of both the SAX2 interface Attributes and the Saxon equivalent AttributeCollection.
AttributeCollectionImpl(Configuration) - Constructor for class net.sf.saxon.tree.util.AttributeCollectionImpl
Create an empty attribute list.
AttributeCreator - Class in net.sf.saxon.expr.instruct
Abstract class for fixed and computed attribute constructor expressions
AttributeCreator() - Constructor for class net.sf.saxon.expr.instruct.AttributeCreator
 
AttributeDecl - Class in com.saxonica.schema
An XML Schema Attribute Declaration.
AttributeDecl(EnterpriseConfiguration, boolean) - Constructor for class com.saxonica.schema.AttributeDecl
Creates a new AttrDecl in the given schema.
AttributeGroupDecl - Class in com.saxonica.schema
An XML Schema Attribute Group Declaration.
AttributeGroupDecl(EnterpriseConfiguration) - Constructor for class com.saxonica.schema.AttributeGroupDecl
Creates a new AttributeGroup definition.
AttributeGroupReference - Class in com.saxonica.schema
An XML Schema Attribute Group Reference, corresponding to an xs:attributeGroup element with a 'ref' attribute.
AttributeGroupReference(EnterpriseConfiguration, int) - Constructor for class com.saxonica.schema.AttributeGroupReference
Creates a new AttributeGroup reference
AttributeSet - Class in net.sf.saxon.expr.instruct
The compiled form of an xsl:attribute-set element in the stylesheet.
AttributeSet() - Constructor for class net.sf.saxon.expr.instruct.AttributeSet
Create an empty attribute set
AttributeSorter - Class in net.sf.saxon.serialize
AttributeSorter: This filter sorts attributes into the order requested using the saxon:attribute-order serialization property
AttributeSorter(Receiver) - Constructor for class net.sf.saxon.serialize.AttributeSorter
Create a CDATA Filter
AttributeUse - Class in com.saxonica.schema
An XML Schema Attribute Use: that is, a reference to an attribute declaration from within a complex type or attribute group.
AttributeUse(EnterpriseConfiguration) - Constructor for class com.saxonica.schema.AttributeUse
Creates a new Attribute Use in the given schema.
AttributeValidator - Class in com.saxonica.validate
This class is an abstract superclass for all the receivers that do element content validation.
AttributeValidator(Receiver) - Constructor for class com.saxonica.validate.AttributeValidator
Create an AttributeValidator
AttributeValueTemplate - Class in net.sf.saxon.style
This class represents an attribute value template.
AttributeWildcard - Class in com.saxonica.schema
This class represents an xs:anyAttribute element in the schema.
AttributeWildcard(EnterpriseConfiguration) - Constructor for class com.saxonica.schema.AttributeWildcard
 
AttributeWildcard(Wildcard) - Constructor for class com.saxonica.schema.AttributeWildcard
 
AttrOverNodeInfo - Class in net.sf.saxon.dom
This class is an implementation of the DOM Attr class that wraps a Saxon NodeInfo representation of an attribute or namespace node.
AttrOverNodeInfo() - Constructor for class net.sf.saxon.dom.AttrOverNodeInfo
 
attTypeCode - Variable in class net.sf.saxon.tree.tiny.TinyTree
 
attTypedValue - Variable in class net.sf.saxon.tree.tiny.TinyTree
 
attValue - Variable in class net.sf.saxon.tree.tiny.TinyTree
 
AugmentedSource - Class in net.sf.saxon.lib
This class is an extension of the JAXP Source interface.
autoDeclare - Variable in class net.sf.saxon.sxpath.IndependentContext
 
AutomatonState - Class in com.saxonica.schema.fsa
Defines a state of a finite state machine used when validating an instance against a complex type.
AutomatonState(FiniteStateMachine) - Constructor for class com.saxonica.schema.fsa.AutomatonState
Create a new state
Available - Class in net.sf.saxon.functions
This class supports the XSLT element-available, function-available, and type-available functions.
Available() - Constructor for class net.sf.saxon.functions.Available
 
AvailableEnvironmentVariables - Class in com.saxonica.functions.xpath3
 
AvailableEnvironmentVariables() - Constructor for class com.saxonica.functions.xpath3.AvailableEnvironmentVariables
 
Average - Class in net.sf.saxon.functions
Implementation of the fn:avg function
Average() - Constructor for class net.sf.saxon.functions.Average
 
average(SequenceIterator, XPathContext) - Static method in class net.sf.saxon.functions.Average
Calculate average
AverageAdjunct - Class in com.saxonica.stream.adjunct
Generate streaming code for the avg() function.
AverageAdjunct() - Constructor for class com.saxonica.stream.adjunct.AverageAdjunct
 
AvgFeed - Class in com.saxonica.stream.feed
This class computes the result of the avg() function in push streaming mode
AvgFeed(Expression, Feed, Stack<XPathContext>) - Constructor for class com.saxonica.stream.feed.AvgFeed
 
AXIOM_TREE - Static variable in class net.sf.saxon.event.Builder
 
AxiomAttributeWrapper - Class in net.sf.saxon.option.axiom
A node in the XML parse tree representing an XML element, character content, or attribute.
AxiomAttributeWrapper(OMAttribute, AxiomParentNodeWrapper, int) - Constructor for class net.sf.saxon.option.axiom.AxiomAttributeWrapper
This constructor is protected: nodes should be created using the wrap factory method on the DocumentWrapper class
AxiomDocumentWrapper - Class in net.sf.saxon.option.axiom
The root node of an XPath tree.
AxiomDocumentWrapper(OMDocument, String, Configuration) - Constructor for class net.sf.saxon.option.axiom.AxiomDocumentWrapper
Create a Saxon wrapper for an Axiom document node
AxiomDocumentWrapper.FollowingSiblingIterator - Class in net.sf.saxon.option.axiom
 
AxiomDocumentWrapper.FollowingSiblingIterator(OMNode, AxiomParentNodeWrapper, AxiomDocumentWrapper) - Constructor for class net.sf.saxon.option.axiom.AxiomDocumentWrapper.FollowingSiblingIterator
 
AxiomDocumentWrapper.PrecedingSiblingIterator - Class in net.sf.saxon.option.axiom
 
AxiomDocumentWrapper.PrecedingSiblingIterator(OMNode, AxiomParentNodeWrapper, AxiomDocumentWrapper) - Constructor for class net.sf.saxon.option.axiom.AxiomDocumentWrapper.PrecedingSiblingIterator
 
AxiomElementNodeWrapper - Class in net.sf.saxon.option.axiom
A node in the XDM tree; specifically, a node that wraps an Axiom document node or element node.
AxiomElementNodeWrapper(OMElement, AxiomDocumentWrapper, AxiomParentNodeWrapper, int) - Constructor for class net.sf.saxon.option.axiom.AxiomElementNodeWrapper
This constructor is protected: nodes should be created using the wrap factory method on the DocumentWrapper class
AxiomLeafNodeWrapper - Class in net.sf.saxon.option.axiom
A node in the XDM tree.
AxiomLeafNodeWrapper(OMNode, AxiomDocumentWrapper, AxiomParentNodeWrapper, int) - Constructor for class net.sf.saxon.option.axiom.AxiomLeafNodeWrapper
This constructor is protected: nodes should be created using the wrap factory method on the DocumentWrapper class
AxiomObjectModel - Class in net.sf.saxon.option.axiom
This interface must be implemented by any third-party object model that can be wrapped with a wrapper that implements the Saxon Object Model (the NodeInfo interface).
AxiomObjectModel() - Constructor for class net.sf.saxon.option.axiom.AxiomObjectModel
 
AxiomParentNodeWrapper - Class in net.sf.saxon.option.axiom
A node in the XDM tree; specifically, a node that wraps an Axiom document node or element node.
AxiomParentNodeWrapper(OMContainer) - Constructor for class net.sf.saxon.option.axiom.AxiomParentNodeWrapper
 
AxiomParentNodeWrapper.ChildWrappingIterator - Class in net.sf.saxon.option.axiom
Iterator over the children of a supplied node
AxiomParentNodeWrapper.ChildWrappingIterator(AxiomParentNodeWrapper, NodeTest) - Constructor for class net.sf.saxon.option.axiom.AxiomParentNodeWrapper.ChildWrappingIterator
 
AxiomParentNodeWrapper.DescendantWrappingIterator - Class in net.sf.saxon.option.axiom
Iterator over the descendants of a supplied node (optionally including the node itself)
AxiomParentNodeWrapper.DescendantWrappingIterator(AxiomParentNodeWrapper, NodeTest, boolean) - Constructor for class net.sf.saxon.option.axiom.AxiomParentNodeWrapper.DescendantWrappingIterator
 
AxiomWriter - Class in net.sf.saxon.option.axiom
JDOMWriter is a Receiver that constructs a JDOM document from the stream of events
AxiomWriter(PipelineConfiguration) - Constructor for class net.sf.saxon.option.axiom.AxiomWriter
Create a JDOMWriter using the default node factory
AXIS - Static variable in class net.sf.saxon.expr.parser.Token
Token representing the name of an axis and the following "::" symbol
Axis - Enum in net.sf.saxon.s9api
This is an enumeration class containing constants representing the thirteen XPath axes
AXIS_STEP - Static variable in class net.sf.saxon.expr.parser.RoleLocator
 
AxisAtomizingIterator - Class in net.sf.saxon.expr
This iterator returns a sequence of atomic values, the result of atomizing the sequence of nodes returned by an underlying AxisIterator.
AxisAtomizingIterator(AxisIterator) - Constructor for class net.sf.saxon.expr.AxisAtomizingIterator
Construct an atomizing iterator
AxisExpression - Class in net.sf.saxon.expr
An AxisExpression is always obtained by simplifying a PathExpression.
AxisExpression(byte, NodeTest) - Constructor for class net.sf.saxon.expr.AxisExpression
Constructor for an AxisExpression whose origin is the context item
AxisExpressionCompiler - Class in com.saxonica.bytecode
Generate bytecode for evaluation of an AxisExpression
AxisExpressionCompiler() - Constructor for class com.saxonica.bytecode.AxisExpressionCompiler
 
AxisInfo - Class in net.sf.saxon.om
An axis, that is a direction of navigation in the document structure.
axisIterator(Axis) - Method in class net.sf.saxon.s9api.XdmNode
Get an iterator over the nodes reachable from this node via a given axis.
axisIterator(Axis, QName) - Method in class net.sf.saxon.s9api.XdmNode
Get an iterator over the nodes reachable from this node via a given axis, selecting only those nodes with a specified name.
AxisIterator<T extends NodeInfo> - Interface in net.sf.saxon.tree.iter
A SequenceIterator is used to iterate over a sequence.
AxisIteratorImpl - Class in net.sf.saxon.tree.iter
A SequenceIterator is used to iterate over a sequence.
AxisIteratorImpl() - Constructor for class net.sf.saxon.tree.iter.AxisIteratorImpl
 
AxisIteratorOverSequence<T extends NodeInfo> - Class in net.sf.saxon.tree.iter
This class wraps any SequenceIterator as an AxisIterator.
AxisIteratorOverSequence(SequenceIterator<T>) - Constructor for class net.sf.saxon.tree.iter.AxisIteratorOverSequence
 
axisName - Static variable in class net.sf.saxon.om.AxisInfo
Table giving the name of each axis as used in XPath, for example "ancestor-or-self"

B

b - Variable in class net.sf.saxon.trace.TraceEventMulticaster
 
backup - Variable in class net.sf.saxon.Query
 
backwardsCompatible - Variable in class net.sf.saxon.expr.sort.SortKeyDefinition
 
badDuration(String, CharSequence) - Static method in class net.sf.saxon.value.DurationValue
 
badDuration(String, CharSequence, String) - Static method in class net.sf.saxon.value.DurationValue
 
badUsage(String) - Method in class com.saxonica.Validate
Report incorrect usage of the command line, with a list of the options and arguments that are available
badUsage(String) - Method in class net.sf.saxon.Query
Report incorrect usage of the command line, with a list of the options and arguments that are available
badUsage(String) - Method in class net.sf.saxon.Transform
Report incorrect usage of the command line, with a list of the options and arguments that are available
BANG - Static variable in class net.sf.saxon.expr.parser.Token
Operator "!"
BARE_NAME_STATE - Static variable in class net.sf.saxon.expr.parser.Tokenizer
State in which a name is NOT to be merged with what comes next, for example "("
base - Variable in class com.saxonica.bytecode.iter.CompiledFilterIterator
 
base - Variable in class net.sf.saxon.expr.FilterIterator
 
base - Variable in class net.sf.saxon.expr.flwor.ForClausePull
 
base - Variable in class net.sf.saxon.expr.sort.SortedIterator
 
BASE - Static variable in class net.sf.saxon.functions.StandardFunction
 
base - Variable in class net.sf.saxon.tree.wrapper.VirtualCopy.VirtualCopier
 
BASE64_BINARY - Static variable in class net.sf.saxon.s9api.ItemType
ItemType representing the primitive type xs:base64Binary
BASE64_BINARY - Static variable in class net.sf.saxon.type.BuiltInAtomicType
 
BASE64_BINARY_TO_HEX_BINARY - Static variable in class net.sf.saxon.type.Converter
 
Base64BinaryEmitter - Class in com.saxonica.serialize
This emitter implements output method saxon:base64Binary.
Base64BinaryEmitter() - Constructor for class com.saxonica.serialize.Base64BinaryEmitter
 
base64BinaryToOctets(Base64BinaryValue) - Static method in class com.saxonica.functions.extfn.Extensions
Convert a base64Binary value to a sequence of integers representing the octets contained in the value
base64BinaryToString(XPathContext, Base64BinaryValue, String) - Static method in class com.saxonica.functions.extfn.Extensions
Convert a base64Binary value to a String, assuming a particular encoding
Base64BinaryValue - Class in net.sf.saxon.value
A value of type xs:base64Binary
Base64BinaryValue(CharSequence) - Constructor for class net.sf.saxon.value.Base64BinaryValue
Constructor: create a base64Binary value from a supplied string in base64 encoding
Base64BinaryValue(byte[]) - Constructor for class net.sf.saxon.value.Base64BinaryValue
Constructor: create a base64Binary value from a given array of bytes
baseContext - Variable in class net.sf.saxon.expr.sort.GroupMatchingIterator
 
baseName(String) - Static method in class com.saxonica.functions.extfn.EXPathFile
 
baseName(String, String) - Static method in class com.saxonica.functions.extfn.EXPathFile
 
baseURI - Variable in class net.sf.saxon.dom.DocumentWrapper
 
baseURI - Variable in class net.sf.saxon.event.Builder
 
baseURI - Variable in class net.sf.saxon.expr.instruct.ResultDocument
 
baseURI - Variable in class net.sf.saxon.expr.sort.SortKeyDefinition
 
BaseURI - Class in net.sf.saxon.functions
This class implements the fn:base-uri() function in XPath 2.0
BaseURI() - Constructor for class net.sf.saxon.functions.BaseURI
 
baseURI - Variable in class net.sf.saxon.option.axiom.AxiomDocumentWrapper
 
baseURI - Variable in class net.sf.saxon.option.dom4j.DOM4JDocumentWrapper
 
baseURI - Variable in class net.sf.saxon.option.jdom.JDOMDocumentWrapper
 
baseURI - Variable in class net.sf.saxon.option.jdom2.JDOM2DocumentWrapper
 
baseURI - Variable in class net.sf.saxon.option.xom.XOMDocumentWrapper
 
baseURI - Variable in class net.sf.saxon.stax.ReceiverToXMLStreamWriter
 
BaseURICompiler - Class in com.saxonica.bytecode
Generate bytecode for evaluation of a call to the BaseURI function
BaseURICompiler() - Constructor for class com.saxonica.bytecode.BaseURICompiler
 
BasicUpdatingExpression - Class in com.saxonica.update
A basic updating expression: insert, replace, delete, rename (but not copy)
BasicUpdatingExpression() - Constructor for class com.saxonica.update.BasicUpdatingExpression
 
BEFORE - Static variable in class net.sf.saxon.expr.parser.Token
"before"
beforeFirst() - Method in interface javax.xml.xquery.XQSequence
Moves to the position before the first item.
beforeFirst() - Method in class net.sf.saxon.xqj.SaxonXQForwardSequence
 
beforeFirst() - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
beta - Variable in class net.sf.saxon.tree.tiny.TinyTree
 
BIG_DECIMAL_ONE_MILLION - Static variable in class net.sf.saxon.value.DecimalValue
 
BigIntegerValue - Class in net.sf.saxon.value
An integer value: note this is a subtype of decimal in XML Schema, not a primitive type.
BigIntegerValue(BigInteger) - Constructor for class net.sf.saxon.value.BigIntegerValue
Construct an xs:integer value from a Java BigInteger
BigIntegerValue(BigInteger, AtomicType) - Constructor for class net.sf.saxon.value.BigIntegerValue
Construct an xs:integer value from a Java BigInteger, supplying a type label.
BigIntegerValue(long) - Constructor for class net.sf.saxon.value.BigIntegerValue
Construct an xs:integer value from a Java long.
BigIntegerValue.BigIntegerComparable - Class in net.sf.saxon.value
A Comparable that performs comparison of BigInteger values either with other BigInteger values or with other representations of XPath numeric values
BigIntegerValue.BigIntegerComparable(BigIntegerValue) - Constructor for class net.sf.saxon.value.BigIntegerValue.BigIntegerComparable
 
BigRangeIterator - Class in net.sf.saxon.expr
An Iterator that produces numeric values in a monotonic sequence, where the integers may exceed the range of a Long
BigRangeIterator(BigInteger, BigInteger) - Constructor for class net.sf.saxon.expr.BigRangeIterator
Create an iterator over a range of monotonically increasing integers
BINARY_EXPR - Static variable in class net.sf.saxon.expr.parser.RoleLocator
 
BinaryEmitter - Class in com.saxonica.serialize
This is an abstract superclass for the two binary output methods saxon:base64Binary and saxon:hexBinary.
BinaryEmitter() - Constructor for class com.saxonica.serialize.BinaryEmitter
 
BinaryExpression - Class in net.sf.saxon.expr
Binary Expression: a numeric or boolean expression consisting of the two operands and an operator
BinaryExpression(Expression, int, Expression) - Constructor for class net.sf.saxon.expr.BinaryExpression
Create a binary expression identifying the two operands and the operator
BinaryTextDecoder - Class in net.sf.saxon.serialize
This class generates decodes processing instructions in text output that represent text encoded in base64 binary or hexBinary
BinaryTextDecoder(Receiver, Properties) - Constructor for class net.sf.saxon.serialize.BinaryTextDecoder
 
bind(StructuredQName, int, Expression[], StaticContext, Container) - Method in class com.saxonica.config.JavaExtensionLibrary
Bind an extension function, given the URI and local parts of the function name, and the list of expressions supplied as arguments.
bind(StructuredQName, int, Expression[], StaticContext, Container) - Method in class com.saxonica.functions.extfn.ExtraFunctionLibrary
Bind an extension function, given the URI and local parts of the function name, and the list of expressions supplied as arguments.
bind(StructuredQName, int, Expression[], StaticContext, Container) - Method in class com.saxonica.xslt3.instruct.AccumulatorManagerPE
Bind a function call to a function in this library
bind(StructuredQName, int, Expression[], StaticContext, Container) - Method in class net.sf.saxon.functions.ConstructorFunctionLibrary
Bind a static function call, given the URI and local parts of the function name, and the list of expressions supplied as arguments.
bind(StructuredQName, int, Expression[], StaticContext, Container) - Method in class net.sf.saxon.functions.ExecutableFunctionLibrary
Bind a function, given the URI and local parts of the function name, and the list of expressions supplied as arguments.
bind(StructuredQName, int, Expression[], StaticContext, Container) - Method in interface net.sf.saxon.functions.FunctionLibrary
Bind a function, given the URI and local parts of the function name, and the list of expressions supplied as arguments.
bind(StructuredQName, int, Expression[], StaticContext, Container) - Method in class net.sf.saxon.functions.FunctionLibraryList
Bind an extension function, given the URI and local parts of the function name, and the list of expressions supplied as arguments.
bind(StructuredQName, int, Expression[], StaticContext, Container) - Method in class net.sf.saxon.functions.IntegratedFunctionLibrary
Bind an extension function, given the URI and local parts of the function name, and the list of expressions supplied as arguments.
bind(StructuredQName, int, Expression[], StaticContext, Container) - Method in class net.sf.saxon.functions.SystemFunctionLibrary
Bind an extension function, given the URI and local parts of the function name, and the list of expressions supplied as arguments.
bind(StructuredQName, int, Expression[], StaticContext, Container) - Method in class net.sf.saxon.query.ImportedFunctionLibrary
Bind an extension function, given the URI and local parts of the function name, and the list of expressions supplied as arguments.
bind(StructuredQName, int, Expression[], StaticContext, Container) - Method in class net.sf.saxon.query.UnboundFunctionLibrary
Identify a (namespace-prefixed) function appearing in the expression.
bind(StructuredQName, int, Expression[], StaticContext, Container) - Method in class net.sf.saxon.query.XQueryFunctionLibrary
Identify a (namespace-prefixed) function appearing in the expression.
bind(StructuredQName, int, Expression[], StaticContext, Container) - Method in class net.sf.saxon.style.StylesheetFunctionLibrary
Bind a function, given the URI and local parts of the function name, and the list of expressions supplied as arguments.
bind(StructuredQName, int, Expression[], StaticContext, Container) - Method in class net.sf.saxon.xpath.XPathFunctionLibrary
Bind a function, given the URI and local parts of the function name, and the list of expressions supplied as arguments.
bindAtomicValue(QName, String, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindAtomicValue(QName, String, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDynamicContext
 
bindBoolean(QName, boolean, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindBoolean(QName, boolean, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDynamicContext
 
bindByte(QName, byte, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindByte(QName, byte, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDynamicContext
 
bindCurrent(Binding) - Method in class net.sf.saxon.pattern.AncestorQualifiedPattern
Replace any calls on current() by a variable reference bound to the supplied binding
bindCurrent(Binding) - Method in class net.sf.saxon.pattern.GeneralNodePattern
Replace any calls on current() by a variable reference bound to the supplied binding
bindCurrent(Binding) - Method in class net.sf.saxon.pattern.Pattern
Replace any calls on current() by a variable reference bound to the supplied binding
bindCurrent(Binding) - Method in class net.sf.saxon.pattern.PatternWithPredicate
Replace any calls on current() by a variable reference bound to the supplied binding
bindCurrent(Binding) - Method in class net.sf.saxon.pattern.VennPattern
Replace any calls on current() by a variable reference bound to the supplied binding
bindDocument(QName, String, String, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindDocument(QName, Reader, String, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindDocument(QName, InputStream, String, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindDocument(QName, XMLStreamReader, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindDocument(QName, Source, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item from the given Source.
bindDocument(QName, InputStream, String, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDynamicContext
 
bindDocument(QName, Reader, String, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDynamicContext
 
bindDocument(QName, Source, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDynamicContext
 
bindDocument(QName, String, String, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDynamicContext
 
bindDocument(QName, XMLStreamReader, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDynamicContext
 
bindDouble(QName, double, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindDouble(QName, double, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDynamicContext
 
Bindery - Class in net.sf.saxon.expr.instruct
The Bindery class holds information about variables and their values.
Bindery() - Constructor for class net.sf.saxon.expr.instruct.Bindery
 
bindFloat(QName, float, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindFloat(QName, float, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDynamicContext
 
Binding - Interface in net.sf.saxon.expr
Binding is a interface used to represent the run-time properties and methods associated with a variable: specifically, a method to get the value of the variable.
binding - Variable in class net.sf.saxon.expr.VariableReference
 
BINDING_MODE_DEFERRED - Static variable in class javax.xml.xquery.XQConstants
The constant indicating the binding mode deferred, refer to XQDynamicContext for more information.
BINDING_MODE_IMMEDIATE - Static variable in class javax.xml.xquery.XQConstants
The constant indicating the binding mode immediate, refer to XQDynamicContext for more information.
bindingList - Variable in class net.sf.saxon.expr.parser.PromotionOffer
In the case of RANGE_INDEPENDENT, "binding" identifies the range variables whose dependencies we are looking for.
BindingReference - Interface in net.sf.saxon.expr
BindingReference is a interface used to mark references to a variable declaration.
bindInt(QName, int, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindInt(QName, int, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDynamicContext
 
bindItem(QName, XQItem) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable.
bindItem(QName, XQItem) - Method in class net.sf.saxon.xqj.SaxonXQDynamicContext
 
bindLocalVariable(StructuredQName) - Method in class net.sf.saxon.style.StyleElement
Bind a variable reference used in this element to the compiled form of the XSLVariable element in which it is declared, considering only local variables and params
bindLong(QName, long, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindLong(QName, long, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDynamicContext
 
bindNode(QName, Node, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindNode(QName, Node, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDynamicContext
 
bindObject(QName, Object, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindObject(QName, Object, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDynamicContext
 
bindSequence(QName, XQSequence) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindSequence(QName, XQSequence) - Method in class net.sf.saxon.xqj.SaxonXQDynamicContext
 
bindShort(QName, short, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindShort(QName, short, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDynamicContext
 
bindStaticContext(StaticContext) - Method in class com.saxonica.functions.hof.FunctionLookup
 
bindStaticContext(StaticContext) - Method in class net.sf.saxon.functions.CollatingFunction
Bind aspects of the static context on which the particular function depends
bindStaticContext(StaticContext) - Method in class net.sf.saxon.functions.DefaultCollation
Bind aspects of the static context on which the particular function depends
bindStaticContext(StaticContext) - Method in class net.sf.saxon.functions.DocAvailable
Bind aspects of the static context on which the particular function depends
bindStaticContext(StaticContext) - Method in class net.sf.saxon.functions.FormatDate
Bind aspects of the static context on which the particular function depends
bindStaticContext(StaticContext) - Method in class net.sf.saxon.functions.FormatNumber
Bind aspects of the static context on which the particular function depends
bindStaticContext(StaticContext) - Method in class net.sf.saxon.functions.FunctionAvailable
Bind aspects of the static context on which the particular function depends
bindStaticContext(StaticContext) - Method in class net.sf.saxon.functions.ResolveURI
 
bindStaticContext(StaticContext) - Method in class net.sf.saxon.functions.StaticBaseURI
Bind aspects of the static context on which the particular function depends
bindStaticContext(StaticContext) - Method in class net.sf.saxon.functions.SystemFunctionCall
Bind aspects of the static context on which the particular function depends
bindStaticContext(StaticContext) - Method in class net.sf.saxon.functions.UriCollection
Bind aspects of the static context on which the particular function depends
bindString(QName, String, XQItemType) - Method in interface javax.xml.xquery.XQDynamicContext
Binds a value to the given external variable or the context item.
bindString(QName, String, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDynamicContext
 
bindUnboundFunctionCalls() - Method in class net.sf.saxon.query.QueryModule
Bind function calls that could not be bound when first encountered.
bindUnboundFunctionReferences(XQueryFunctionBinder, Configuration) - Method in class net.sf.saxon.query.UnboundFunctionLibrary
Bind function calls that could not be bound when first encountered.
bindUnboundVariables() - Method in class net.sf.saxon.query.QueryModule
Bind unbound variables (these are typically variables that reference another module participating in a same-namespace cycle, since local forwards references are not allowed)
bindVariable(StructuredQName) - Method in class com.saxonica.xslt3.style.TextValueTemplateContext
Bind a variable to an object that can be used to refer to it
bindVariable(StructuredQName) - Method in class com.saxonica.xslt3.style.XSLMergeKey
Bind a variable used in this element to the compiled form of the XSLVariable element in which it is declared
bindVariable(StructuredQName) - Method in interface net.sf.saxon.expr.StaticContext
Bind a variable used in this element to the XSLVariable element in which it is declared
bindVariable(StructuredQName) - Method in class net.sf.saxon.query.QueryModule
Bind a variable used in a query to the expression in which it is declared.
bindVariable(StructuredQName) - Method in class net.sf.saxon.style.ExpressionContext
Bind a variable to an object that can be used to refer to it
bindVariable(StructuredQName) - Method in class net.sf.saxon.style.StyleElement
Bind a variable used in this element to the compiled form of the XSLVariable element in which it is declared
bindVariable(StructuredQName) - Method in class net.sf.saxon.style.UseWhenStaticContext
Bind a variable used in this element to its declaration
bindVariable(StructuredQName) - Method in class net.sf.saxon.sxpath.IndependentContext
Bind a variable used in an XPath Expression to the XSLVariable element in which it is declared.
bindVariable(StructuredQName) - Method in class net.sf.saxon.xpath.JAXPXPathStaticContext
Bind a variable used in an XPath Expression to the XSLVariable element in which it is declared.
Block - Class in net.sf.saxon.expr.instruct
An expression that delivers the concatenation of the results of its subexpressions.
Block() - Constructor for class net.sf.saxon.expr.instruct.Block
Create an empty block
BlockAdjunct - Class in com.saxonica.stream.adjunct
Generate streaming code for a Block, that is a sequence of expressions or instructions
BlockAdjunct() - Constructor for class com.saxonica.stream.adjunct.BlockAdjunct
 
BlockCompiler - Class in com.saxonica.bytecode
Generate bytecode for a call to a Block expression.
BlockCompiler() - Constructor for class com.saxonica.bytecode.BlockCompiler
 
BlockEventIterator - Class in net.sf.saxon.evpull
Iterate over the instructions in a Block, concatenating the result of each instruction into a single combined sequence.
BlockEventIterator(Expression[], XPathContext) - Constructor for class net.sf.saxon.evpull.BlockEventIterator
Create an EventIterator over the results of evaluating a Block
BlockIterator - Class in net.sf.saxon.expr.instruct
Iterate over the instructions in the Block, concatenating the result of each instruction into a single combined sequence.
BlockIterator(Expression[], XPathContext) - Constructor for class net.sf.saxon.expr.instruct.BlockIterator
 
BMPString - Class in net.sf.saxon.regex
An implementation of UnicodeString optimized for strings that contain no characters outside the BMP (i.e.
BMPString(CharSequence) - Constructor for class net.sf.saxon.regex.BMPString
 
body - Variable in class net.sf.saxon.expr.instruct.Procedure
 
BOOLEAN - Static variable in class net.sf.saxon.s9api.ItemType
ItemType representing the primitive type xs:boolean
BOOLEAN - Static variable in class net.sf.saxon.type.BuiltInAtomicType
 
BOOLEAN_TO_DECIMAL - Static variable in class net.sf.saxon.type.Converter
 
BOOLEAN_TO_DOUBLE - Static variable in class net.sf.saxon.type.Converter
 
BOOLEAN_TO_FLOAT - Static variable in class net.sf.saxon.type.Converter
 
BOOLEAN_TO_INTEGER - Static variable in class net.sf.saxon.type.Converter
 
BooleanExpression - Class in net.sf.saxon.expr
Boolean expression: two truth values combined using AND or OR.
BooleanExpression(Expression, int, Expression) - Constructor for class net.sf.saxon.expr.BooleanExpression
Construct a boolean expression
BooleanExpressionPattern - Class in net.sf.saxon.pattern
A BooleanExpressionPattern is a pattern of the form ?{ Expr } introduced in XSLT 3.0.
BooleanExpressionPattern(Expression) - Constructor for class net.sf.saxon.pattern.BooleanExpressionPattern
Create a BooleanExpressionPattern
BooleanFn - Class in net.sf.saxon.functions
This class supports the XPath function boolean()
BooleanFn() - Constructor for class net.sf.saxon.functions.BooleanFn
 
BooleanFnCompiler - Class in com.saxonica.bytecode
Compile the fn:boolean() function to Java bytecode
BooleanFnCompiler() - Constructor for class com.saxonica.bytecode.BooleanFnCompiler
 
booleanFromString(CharSequence) - Static method in class com.saxonica.bytecode.util.Callback
Convert a string to a boolean value, using the XML Schema rules (including whitespace trimming)
BooleanToDoubleCompiler - Class in com.saxonica.bytecode.converter
Bytecode generator for a cast from boolean to double
BooleanToDoubleCompiler() - Constructor for class com.saxonica.bytecode.converter.BooleanToDoubleCompiler
 
BooleanToFloatCompiler - Class in com.saxonica.bytecode.converter
Generate code for a Boolean to Float CastExpression
BooleanToFloatCompiler() - Constructor for class com.saxonica.bytecode.converter.BooleanToFloatCompiler
 
BooleanToIntegerCompiler - Class in com.saxonica.bytecode.converter
Generate code for a Boolean to Integer CastExpression
BooleanToIntegerCompiler() - Constructor for class com.saxonica.bytecode.converter.BooleanToIntegerCompiler
 
BooleanToStringCompiler - Class in com.saxonica.bytecode.converter
Generate code for a Boolean to String CastExpression
BooleanToStringCompiler() - Constructor for class com.saxonica.bytecode.converter.BooleanToStringCompiler
 
BooleanToUntypedAtomicCompiler - Class in com.saxonica.bytecode.converter
Generate code for a Boolean to UntypedAtomic CastExpression
BooleanToUntypedAtomicCompiler() - Constructor for class com.saxonica.bytecode.converter.BooleanToUntypedAtomicCompiler
 
BooleanValue - Class in net.sf.saxon.value
A boolean XPath value
BooleanValue(boolean, AtomicType) - Constructor for class net.sf.saxon.value.BooleanValue
Create a new Boolean value with a user-supplied type label.
BOUNDARY_SPACE_PRESERVE - Static variable in class javax.xml.xquery.XQConstants
The constant indicating the the boundary-space policy for expression evaluation is to preserve white spaces
BOUNDARY_SPACE_STRIP - Static variable in class javax.xml.xquery.XQConstants
The constant indicating the the boundary-space policy for expression evaluation is to strip white spaces
BracketedDocumentIterator - Class in net.sf.saxon.evpull
The class is an EventIterator that handles the events arising from a document node constructor: that is, the start/end event pair for the document node, bracketing a sequence of events for the content of the document.
BracketedDocumentIterator(EventIterator) - Constructor for class net.sf.saxon.evpull.BracketedDocumentIterator
Constructor
BracketedElementIterator - Class in net.sf.saxon.evpull
The class is an EventIterator that handles the events arising from an element constructor: that is, the start/end event pair for the element node, bracketing a sequence of events for the content of the element.
BracketedElementIterator(StartElementEvent, EventIterator, EndElementEvent) - Constructor for class net.sf.saxon.evpull.BracketedElementIterator
Constructor
BreakInstr - Class in com.saxonica.xslt3.instruct
A compiled xsl:break instruction.
BreakInstr() - Constructor for class com.saxonica.xslt3.instruct.BreakInstr
Create the instruction
BreakInstrCompiler - Class in com.saxonica.bytecode
Compiler for xsl:break within xsl:iterate (XSLT 3.0)
BreakInstrCompiler() - Constructor for class com.saxonica.bytecode.BreakInstrCompiler
 
breakpoint(Object) - Static method in class com.saxonica.bytecode.util.ByteCodeTrace
Ad-hoc method for use as a debugging breakpoint
bufferedAttributes - Variable in class net.sf.saxon.event.StartTagBuffer
 
BufferingFeed - Class in com.saxonica.stream.feed
A BufferingFeed is used to wrap an expression that does not have intrinsic capability to accept streamed input.
BufferingFeed(Expression, Feed, Stack<XPathContext>) - Constructor for class com.saxonica.stream.feed.BufferingFeed
 
build(Source) - Method in class net.sf.saxon.s9api.DocumentBuilder
Load an XML document, to create a tree representation of the document in memory.
build(File) - Method in class net.sf.saxon.s9api.DocumentBuilder
Build a document from a supplied XML file
buildArray() - Method in class net.sf.saxon.expr.sort.SortedGroupIterator
Override the method that builds the array of values and sort keys.
buildArray() - Method in class net.sf.saxon.expr.sort.SortedIterator
Create an array holding the items to be sorted and the values of their sort keys
buildCounterMap() - Method in class com.saxonica.schema.AttributeGroupDecl
Build the counter map
buildDocument(Source) - Method in class net.sf.saxon.Configuration
Build a document tree, using options set on this Configuration and on the supplied source object.
buildDocument(Source, ParseOptions) - Method in class net.sf.saxon.Configuration
Build a document, using specified options for parsing and building.
buildDocument(Source) - Method in class net.sf.saxon.query.StaticQueryContext
Builder - Class in net.sf.saxon.event
The abstract Builder class is responsible for taking a stream of SAX events and constructing a Document tree.
Builder() - Constructor for class net.sf.saxon.event.Builder
Create a Builder and initialise variables
Builder(PipelineConfiguration) - Constructor for class net.sf.saxon.event.Builder
 
BuilderMonitor - Class in net.sf.saxon.event
A BuilderMonitor can be inserted into a pipeline immediately in front of a Builder.
BuilderMonitor(Receiver) - Constructor for class net.sf.saxon.event.BuilderMonitor
 
buildIndex(DocumentInfo, XPathContext) - Method in class com.saxonica.xslt3.instruct.AccumulatorData
Build a data structure containing the values of the accumulator for each node in a document.
BuildingContentHandler - Interface in net.sf.saxon.s9api
A SAX ContentHandler that builds a Saxon tree, and allows the node at the root of the tree to be retrieved on completion.
BuildingStreamWriter - Interface in net.sf.saxon.s9api
A BuildingStreamWriter allows a document to be constructed by calling the methods defined in the XMLStreamWriter interface; after the document has been constructed, its root node may be retrieved by calling the getDocumentNode() method.
BuildingStreamWriterImpl - Class in net.sf.saxon.s9api
This class is an implementation of XMLStreamWriter, allowing a document to be constructed by means of a series of XMLStreamWriter method calls such as writeStartElement(), writeAttribute(), writeCharacters(), and writeEndElement().
BuildingStreamWriterImpl(Receiver, Builder) - Constructor for class net.sf.saxon.s9api.BuildingStreamWriterImpl
 
buildMessage() - Method in interface com.saxonica.bytecode.util.MessageBuilder
 
buildMessage() - Method in class com.saxonica.bytecode.util.MessageFromStack
 
buildMessage() - Method in class com.saxonica.bytecode.util.MessageTemplate
 
buildSchema(EnterpriseConfiguration) - Static method in class com.saxonica.schema.sdoc.FnNamespaceSchema
Build the schema components for the FN namespace
buildSchema(EnterpriseConfiguration) - Static method in class com.saxonica.schema.sdoc.XMLNamespaceSchema
Build the schema components for the XML namespace
buildSchema(EnterpriseConfiguration) - Static method in class com.saxonica.schema.sdoc.XSINamespaceSchema
Build the schema components for the XML namespace
buildSchemaDocument(Source, SchemaCompiler, PipelineConfiguration, SchemaElement) - Static method in class com.saxonica.schema.sdoc.SchemaReader
Build the tree representation of a schema document, without doing any processing or XSD-specific validation of the content
BUILT_IN_TEMPLATE - Static variable in class net.sf.saxon.trace.Location
An XSLT built-in template rule.
BuiltInAtomicType - Class in net.sf.saxon.type
This class represents a built-in atomic type, which may be either a primitive type (such as xs:decimal or xs:anyURI) or a derived type (such as xs:ID or xs:dayTimeDuration).
BuiltInListType - Class in net.sf.saxon.type
This class is used to implement the built-in list types NMTOKENS, ENTITIES, IDREFS.
BuiltInListType(int) - Constructor for class net.sf.saxon.type.BuiltInListType
Create a new ListType.
BuiltInRuleSet - Interface in net.sf.saxon.trans
Defines a set of built-in template rules (rules for use when no user-defined template rules match a given node)
BuiltInType - Class in net.sf.saxon.type
This non-instantiable class acts as a register of Schema objects containing all the built-in types: that is, the types defined in the "xs" namespace.
BY_TYPE - Static variable in class net.sf.saxon.lib.Validation
Code indicating that validation against a named type was requested
BYTE - Static variable in class net.sf.saxon.s9api.ItemType
ItemType representing the built-in (but non-primitive) type xs:byte
BYTE - Static variable in class net.sf.saxon.type.BuiltInAtomicType
 
BYTE_ORDER_MARK - Static variable in class net.sf.saxon.lib.SaxonOutputKeys
byte-order-mark = yes|no.
BYTE_ORDER_MARK - Static variable in class net.sf.saxon.om.StandardNames
 
byteArrayHashCode(byte[]) - Static method in class net.sf.saxon.value.Base64BinaryValue
 
ByteCodeTrace - Class in com.saxonica.bytecode.util
Calls to this class are inserted into the bytecode for debugging purposes
ByteCodeTrace() - Constructor for class com.saxonica.bytecode.util.ByteCodeTrace
 

C

C - Static variable in class net.sf.saxon.serialize.codenorm.Normalizer
Normalization Form Selector
Calculator - Class in net.sf.saxon.expr
This class evaluates arithmetic expressions; it acts as a helper class to the ArithmeticExpression class.
Calculator() - Constructor for class net.sf.saxon.expr.Calculator
 
Calculator.AnyDivAny - Class in net.sf.saxon.expr
Arithmetic: anyAtomicType div AnyAtomicType
Calculator.AnyDivAny() - Constructor for class net.sf.saxon.expr.Calculator.AnyDivAny
 
Calculator.AnyIdivAny - Class in net.sf.saxon.expr
Arithmetic: anyAtomicType idiv AnyAtomicType
Calculator.AnyIdivAny() - Constructor for class net.sf.saxon.expr.Calculator.AnyIdivAny
 
Calculator.AnyMinusAny - Class in net.sf.saxon.expr
Arithmetic: anyAtomicType - AnyAtomicType
Calculator.AnyMinusAny() - Constructor for class net.sf.saxon.expr.Calculator.AnyMinusAny
 
Calculator.AnyModAny - Class in net.sf.saxon.expr
Arithmetic: anyAtomicType mod AnyAtomicType
Calculator.AnyModAny() - Constructor for class net.sf.saxon.expr.Calculator.AnyModAny
 
Calculator.AnyPlusAny - Class in net.sf.saxon.expr
Arithmetic: anyAtomicType + AnyAtomicType
Calculator.AnyPlusAny() - Constructor for class net.sf.saxon.expr.Calculator.AnyPlusAny
 
Calculator.AnyTimesAny - Class in net.sf.saxon.expr
Arithmetic: anyAtomicType * AnyAtomicType
Calculator.AnyTimesAny() - Constructor for class net.sf.saxon.expr.Calculator.AnyTimesAny
 
Calculator.DecimalDivDecimal - Class in net.sf.saxon.expr
Arithmetic: decimal div decimal (including types that promote to decimal, that is, integer)
Calculator.DecimalDivDecimal() - Constructor for class net.sf.saxon.expr.Calculator.DecimalDivDecimal
 
Calculator.DecimalIdivDecimal - Class in net.sf.saxon.expr
Arithmetic: decimal idiv decimal (including types that promote to decimal, that is, integer)
Calculator.DecimalIdivDecimal() - Constructor for class net.sf.saxon.expr.Calculator.DecimalIdivDecimal
 
Calculator.DecimalMinusDecimal - Class in net.sf.saxon.expr
Arithmetic: decimal - decimal (including types that promote to decimal, that is, integer)
Calculator.DecimalMinusDecimal() - Constructor for class net.sf.saxon.expr.Calculator.DecimalMinusDecimal
 
Calculator.DecimalModDecimal - Class in net.sf.saxon.expr
Arithmetic: decimal mod decimal (including types that promote to decimal, that is, integer)
Calculator.DecimalModDecimal() - Constructor for class net.sf.saxon.expr.Calculator.DecimalModDecimal
 
Calculator.DecimalPlusDecimal - Class in net.sf.saxon.expr
Arithmetic: decimal + decimal (including types that promote to decimal, that is, integer)
Calculator.DecimalPlusDecimal() - Constructor for class net.sf.saxon.expr.Calculator.DecimalPlusDecimal
 
Calculator.DecimalTimesDecimal - Class in net.sf.saxon.expr
Arithmetic: decimal * decimal (including types that promote to decimal, that is, integer)
Calculator.DecimalTimesDecimal() - Constructor for class net.sf.saxon.expr.Calculator.DecimalTimesDecimal
 
Calculator.DoubleDivDouble - Class in net.sf.saxon.expr
Arithmetic: double div double (including types that promote to double)
Calculator.DoubleDivDouble() - Constructor for class net.sf.saxon.expr.Calculator.DoubleDivDouble
 
Calculator.DoubleMinusDouble - Class in net.sf.saxon.expr
Arithmetic: double - double (including types that promote to double)
Calculator.DoubleMinusDouble() - Constructor for class net.sf.saxon.expr.Calculator.DoubleMinusDouble
 
Calculator.DoubleModDouble - Class in net.sf.saxon.expr
Arithmetic: double mod double (including types that promote to double)
Calculator.DoubleModDouble() - Constructor for class net.sf.saxon.expr.Calculator.DoubleModDouble
 
Calculator.DoublePlusDouble - Class in net.sf.saxon.expr
Arithmetic: double + double (including types that promote to double)
Calculator.DoublePlusDouble() - Constructor for class net.sf.saxon.expr.Calculator.DoublePlusDouble
 
Calculator.DoubleTimesDouble - Class in net.sf.saxon.expr
Arithmetic: double * double (including types that promote to double)
Calculator.DoubleTimesDouble() - Constructor for class net.sf.saxon.expr.Calculator.DoubleTimesDouble
 
Calculator.FloatDivFloat - Class in net.sf.saxon.expr
Arithmetic: float div float (including types that promote to float)
Calculator.FloatDivFloat() - Constructor for class net.sf.saxon.expr.Calculator.FloatDivFloat
 
Calculator.FloatIdivFloat - Class in net.sf.saxon.expr
Arithmetic: float idiv float (including types that promote to float)
Calculator.FloatIdivFloat() - Constructor for class net.sf.saxon.expr.Calculator.FloatIdivFloat
 
Calculator.FloatMinusFloat - Class in net.sf.saxon.expr
Arithmetic: float - float (including types that promote to float)
Calculator.FloatMinusFloat() - Constructor for class net.sf.saxon.expr.Calculator.FloatMinusFloat
 
Calculator.FloatModFloat - Class in net.sf.saxon.expr
Arithmetic: float mod float (including types that promote to float)
Calculator.FloatModFloat() - Constructor for class net.sf.saxon.expr.Calculator.FloatModFloat
 
Calculator.FloatPlusFloat - Class in net.sf.saxon.expr
Arithmetic: float + float (including types that promote to float)
Calculator.FloatPlusFloat() - Constructor for class net.sf.saxon.expr.Calculator.FloatPlusFloat
 
Calculator.FloatTimesFloat - Class in net.sf.saxon.expr
Arithmetic: float * float (including types that promote to float)
Calculator.FloatTimesFloat() - Constructor for class net.sf.saxon.expr.Calculator.FloatTimesFloat
 
Calculator.IntegerDivInteger - Class in net.sf.saxon.expr
Arithmetic: integer div integer
Calculator.IntegerDivInteger() - Constructor for class net.sf.saxon.expr.Calculator.IntegerDivInteger
 
Calculator.IntegerIdivInteger - Class in net.sf.saxon.expr
Arithmetic: integer idiv integer
Calculator.IntegerIdivInteger() - Constructor for class net.sf.saxon.expr.Calculator.IntegerIdivInteger
 
Calculator.IntegerMinusInteger - Class in net.sf.saxon.expr
Arithmetic: integer - integer
Calculator.IntegerMinusInteger() - Constructor for class net.sf.saxon.expr.Calculator.IntegerMinusInteger
 
Calculator.IntegerModInteger - Class in net.sf.saxon.expr
Arithmetic: integer mod integer
Calculator.IntegerModInteger() - Constructor for class net.sf.saxon.expr.Calculator.IntegerModInteger
 
Calculator.IntegerPlusInteger - Class in net.sf.saxon.expr
Arithmetic: integer + integer
Calculator.IntegerPlusInteger() - Constructor for class net.sf.saxon.expr.Calculator.IntegerPlusInteger
 
Calculator.IntegerTimesInteger - Class in net.sf.saxon.expr
Arithmetic: integer * integer
Calculator.IntegerTimesInteger() - Constructor for class net.sf.saxon.expr.Calculator.IntegerTimesInteger
 
CalculatorCompiler - Class in com.saxonica.bytecode
This class generates bytecode for arithmetic expressions; it acts as a helper class to the ArithmeticCompiler class.
CalculatorCompiler() - Constructor for class com.saxonica.bytecode.CalculatorCompiler
 
CalculatorCompiler.AnyDivAny - Class in com.saxonica.bytecode
Arithmetic: anyAtomicType div AnyAtomicType
CalculatorCompiler.AnyDivAny() - Constructor for class com.saxonica.bytecode.CalculatorCompiler.AnyDivAny
 
CalculatorCompiler.AnyIdivAny - Class in com.saxonica.bytecode
Arithmetic: anyAtomicType idiv AnyAtomicType
CalculatorCompiler.AnyIdivAny() - Constructor for class com.saxonica.bytecode.CalculatorCompiler.AnyIdivAny
 
CalculatorCompiler.AnyMinusAny - Class in com.saxonica.bytecode
Arithmetic: anyAtomicType - AnyAtomicType
CalculatorCompiler.AnyMinusAny() - Constructor for class com.saxonica.bytecode.CalculatorCompiler.AnyMinusAny
 
CalculatorCompiler.AnyModAny - Class in com.saxonica.bytecode
 
CalculatorCompiler.AnyModAny() - Constructor for class com.saxonica.bytecode.CalculatorCompiler.AnyModAny
 
CalculatorCompiler.AnyPlusAny - Class in com.saxonica.bytecode
Arithmetic: anyAtomicType + AnyAtomicType
CalculatorCompiler.AnyPlusAny() - Constructor for class com.saxonica.bytecode.CalculatorCompiler.AnyPlusAny
 
CalculatorCompiler.AnyTimesAny - Class in com.saxonica.bytecode
Arithmetic: anyAtomicType * AnyAtomicType
CalculatorCompiler.AnyTimesAny() - Constructor for class com.saxonica.bytecode.CalculatorCompiler.AnyTimesAny
 
CalculatorCompiler.DecimalDivDecimal - Class in com.saxonica.bytecode
Arithmetic: decimal / decimal (including types that promote to decimal, that is, integer)
CalculatorCompiler.DecimalDivDecimal() - Constructor for class com.saxonica.bytecode.CalculatorCompiler.DecimalDivDecimal
 
CalculatorCompiler.DecimalIdivDecimal - Class in com.saxonica.bytecode
Arithmetic: decimal % decimal (including types that promote to decimal, that is, integer)
CalculatorCompiler.DecimalIdivDecimal() - Constructor for class com.saxonica.bytecode.CalculatorCompiler.DecimalIdivDecimal
 
CalculatorCompiler.DecimalMinusDecimal - Class in com.saxonica.bytecode
Arithmetic: decimal - decimal (including types that promote to decimal, that is, integer)
CalculatorCompiler.DecimalMinusDecimal() - Constructor for class com.saxonica.bytecode.CalculatorCompiler.DecimalMinusDecimal
 
CalculatorCompiler.DecimalModDecimal - Class in com.saxonica.bytecode
Arithmetic: decimal % decimal (including types that promote to decimal, that is, integer)
CalculatorCompiler.DecimalModDecimal() - Constructor for class com.saxonica.bytecode.CalculatorCompiler.DecimalModDecimal
 
CalculatorCompiler.DecimalPlusDecimal - Class in com.saxonica.bytecode
Arithmetic: decimal + decimal (including types that promote to decimal, that is, integer)
CalculatorCompiler.DecimalPlusDecimal() - Constructor for class com.saxonica.bytecode.CalculatorCompiler.DecimalPlusDecimal
 
CalculatorCompiler.DecimalTimesDecimal - Class in com.saxonica.bytecode
Arithmetic: decimal * decimal (including types that promote to decimal, that is, integer)
CalculatorCompiler.DecimalTimesDecimal() - Constructor for class com.saxonica.bytecode.CalculatorCompiler.DecimalTimesDecimal
 
CalculatorCompiler.DoubleDivDouble - Class in com.saxonica.bytecode
Arithmetic: double / double (including types that promote to double)
CalculatorCompiler.DoubleDivDouble() - Constructor for class com.saxonica.bytecode.CalculatorCompiler.DoubleDivDouble
 
CalculatorCompiler.DoubleMinusDouble - Class in com.saxonica.bytecode
Arithmetic: double - double (including types that promote to double)
CalculatorCompiler.DoubleMinusDouble() - Constructor for class com.saxonica.bytecode.CalculatorCompiler.DoubleMinusDouble
 
CalculatorCompiler.DoubleModDouble - Class in com.saxonica.bytecode
Arithmetic: double % double (including types that promote to double)
CalculatorCompiler.DoubleModDouble() - Constructor for class com.saxonica.bytecode.CalculatorCompiler.DoubleModDouble
 
CalculatorCompiler.DoublePlusDouble - Class in com.saxonica.bytecode
Arithmetic: double + double (including types that promote to double)
CalculatorCompiler.DoublePlusDouble() - Constructor for class com.saxonica.bytecode.CalculatorCompiler.DoublePlusDouble
 
CalculatorCompiler.DoubleTimesDouble - Class in com.saxonica.bytecode
Arithmetic: double * double (including types that promote to double)
CalculatorCompiler.DoubleTimesDouble() - Constructor for class com.saxonica.bytecode.CalculatorCompiler.DoubleTimesDouble
 
CalculatorCompiler.FloatDivFloat - Class in com.saxonica.bytecode
Arithmetic: float div float (including types that promote to float)
CalculatorCompiler.FloatDivFloat() - Constructor for class com.saxonica.bytecode.CalculatorCompiler.FloatDivFloat
 
CalculatorCompiler.FloatIdivFloat - Class in com.saxonica.bytecode
Arithmetic: float idiv float (including types that promote to float)
CalculatorCompiler.FloatIdivFloat() - Constructor for class com.saxonica.bytecode.CalculatorCompiler.FloatIdivFloat
 
CalculatorCompiler.FloatMinusFloat - Class in com.saxonica.bytecode
Arithmetic: float - float (including types that promote to float)
CalculatorCompiler.FloatMinusFloat() - Constructor for class com.saxonica.bytecode.CalculatorCompiler.FloatMinusFloat
 
CalculatorCompiler.FloatModFloat - Class in com.saxonica.bytecode
Arithmetic: float mod float (including types that promote to float)
CalculatorCompiler.FloatModFloat() - Constructor for class com.saxonica.bytecode.CalculatorCompiler.FloatModFloat
 
CalculatorCompiler.FloatPlusFloat - Class in com.saxonica.bytecode
Arithmetic: float + float (including types that promote to float))
CalculatorCompiler.FloatPlusFloat() - Constructor for class com.saxonica.bytecode.CalculatorCompiler.FloatPlusFloat
 
CalculatorCompiler.FloatTimesFloat - Class in com.saxonica.bytecode
Arithmetic: float * float (including types that promote to float)
CalculatorCompiler.FloatTimesFloat() - Constructor for class com.saxonica.bytecode.CalculatorCompiler.FloatTimesFloat
 
CalculatorCompiler.IntegerDivInteger - Class in com.saxonica.bytecode
 
CalculatorCompiler.IntegerDivInteger() - Constructor for class com.saxonica.bytecode.CalculatorCompiler.IntegerDivInteger
 
CalculatorCompiler.IntegerIdivInteger - Class in com.saxonica.bytecode
 
CalculatorCompiler.IntegerIdivInteger() - Constructor for class com.saxonica.bytecode.CalculatorCompiler.IntegerIdivInteger
 
CalculatorCompiler.IntegerMinusInteger - Class in com.saxonica.bytecode
 
CalculatorCompiler.IntegerMinusInteger() - Constructor for class com.saxonica.bytecode.CalculatorCompiler.IntegerMinusInteger
 
CalculatorCompiler.IntegerModInteger - Class in com.saxonica.bytecode
 
CalculatorCompiler.IntegerModInteger() - Constructor for class com.saxonica.bytecode.CalculatorCompiler.IntegerModInteger
 
CalculatorCompiler.IntegerPlusInteger - Class in com.saxonica.bytecode
 
CalculatorCompiler.IntegerPlusInteger() - Constructor for class com.saxonica.bytecode.CalculatorCompiler.IntegerPlusInteger
 
CalculatorCompiler.IntegerTimesInteger - Class in com.saxonica.bytecode
 
CalculatorCompiler.IntegerTimesInteger() - Constructor for class com.saxonica.bytecode.CalculatorCompiler.IntegerTimesInteger
 
CalendarValue - Class in net.sf.saxon.value
Abstract superclass for Date, Time, and DateTime.
CalendarValue() - Constructor for class net.sf.saxon.value.CalendarValue
 
CalendarValueComparer - Class in net.sf.saxon.expr.sort
A comparer specifically for comparing two date, time, or dateTime values
CalendarValueComparer(XPathContext) - Constructor for class net.sf.saxon.expr.sort.CalendarValueComparer
 
call(XPathContext, Sequence[]) - Method in class com.saxonica.expr.JavaExtensionFunctionCall
Call an extension function previously identified using the bind() method.
call(XPathContextMajor, Sequence[]) - Method in class com.saxonica.expr.MemoFunction
Call this function to return a value.
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.extfn.Evaluate.EvaluateCall
Evaluate this function call at run-time
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.extfn.HighestOrLowest
Evaluate this function call at run-time
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.extfn.Parse.ParseCall
Evaluate this function call at run-time
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.hof.AtomicConstructorFunctionItem
Invoke the function
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.hof.CallableFunctionItem
Invoke the function
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.hof.CallableWithBoundFocus
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.hof.CoercedFunction
Invoke the function
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.hof.CurriedFunction
Invoke the function
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.hof.DynamicFunctionCallDefinition.DynamicFunctionCall
Evaluate this function call at run-time
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.hof.FilterFn
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.hof.FoldLeftFn
 
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.hof.FoldRightFn
 
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.hof.ForEachFn
 
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.hof.ForEachPairFn
 
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.hof.FunctionLookup
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.hof.UserFunctionItem
Invoke the function
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.map.ImmutableMap
Invoke the function
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.map.RangeKey
Invoke the function
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.map.SingletonMap
Invoke the function
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.xpath3.AnalyzeStringFn
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.xpath3.AvailableEnvironmentVariables
Evaluate the expression (dynamic evaluation)
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.xpath3.EnvironmentVariable
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.xpath3.FormatInteger
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.xpath3.FunctionArity
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.xpath3.FunctionName
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.xpath3.HasChildren
Evaluate the function dynamically
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.xpath3.HeadFn
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.xpath3.Innermost
Evaluate the expression in a dynamic call
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.xpath3.Outermost
Evaluate the expression in a dynamic call
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.xpath3.ParseJsonFn
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.xpath3.ParseXml
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.xpath3.ParseXmlFragment
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.xpath3.Path
 
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.xpath3.Serialize
 
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.xpath3.SerializeJsonFn
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.xpath3.TailFn
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.xpath3.UnparsedTextLines
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.xslt3.CopyOfFn
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.xslt3.SnapshotFn
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.expr.ArithmeticExpression10
Evaluate the expression
call(XPathContext, Sequence[]) - Method in interface net.sf.saxon.expr.Callable
Call the Callable.
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.expr.GeneralComparison
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.expr.GeneralComparison10
Evaluate the expression: interface for use by compiled bytecode
call(XPathContextMajor, Sequence[]) - Method in class net.sf.saxon.expr.instruct.UserFunction
Call this function to return a value.
call(Sequence[], Controller) - Method in class net.sf.saxon.expr.instruct.UserFunction
Call this function.
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Abs
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Adjust
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Average
 
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.BaseURI
 
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.BooleanFn
 
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Ceiling
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.CodepointEqual
 
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.CodepointsToString
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Collection
 
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Compare
 
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Component
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Concat
 
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Contains
 
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Count
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Current
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.CurrentDateTime
 
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.CurrentGroup
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.CurrentGroupingKey
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Data
Evaluate the expression.
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.DateTimeConstructor
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.DeepEqual
Execute a dynamic call to the function
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.DefaultCollation
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.DistinctValues
 
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Doc
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.DocAvailable
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.DocumentFn
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.DocumentUriFn
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.ElementAvailable
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Empty
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.EndsWith
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Error
 
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.EscapeURI
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Exists
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.False
 
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Floor
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.FormatDate
 
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.FormatNumber
 
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.FunctionAvailable
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.GenerateId
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Id
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Idref
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.IndexOf
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.InScopePrefixes
 
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Insert
Evaluate the expression as a general function call
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.IntegratedFunctionCall
 
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.KeyFn
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Lang
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Last
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.LocalNameFn
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.LowerCase
 
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Matches
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Max
Evaluate the function
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Min
Evaluate the function
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.NameFn
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.NamespaceForPrefix
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.NamespaceUriFn
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Nilled
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.NodeNameFn
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.NormalizeSpace_0
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.NormalizeSpace_1
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.NormalizeUnicode
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.NotFn
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.NumberFn
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Position
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Put
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.QNameFn
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.RegexGroup
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Remove
Evaluate the expression as a general function call
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Replace
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.ResolveQName
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.ResolveURI
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Reverse
 
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Root
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Round
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.RoundHalfToEven
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.StartsWith
 
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.StaticBaseURI
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.StringFn
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.StringJoin
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.StringLength
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.StringToCodepoints
 
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Subsequence
 
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Substring
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.SubstringAfter
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.SubstringBefore
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Sum
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.SystemProperty
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Tokenize
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Trace
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Translate
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.TreatFn
 
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.True
 
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.TypeAvailable
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Unordered
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.UnparsedEntity
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.UnparsedText
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.UnparsedTextAvailable
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.UpperCase
 
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.UriCollection
Evaluate the expression
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.lib.ExtensionFunctionCall
Evaluate this function call at run-time
call(XPathContext, Sequence[]) - Method in interface net.sf.saxon.om.FunctionItem
Invoke the function
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.query.XQueryFunctionLibrary.UnresolvedCallable
Evaluate the expression
call(XdmValue[]) - Method in interface net.sf.saxon.s9api.ExtensionFunction
Call the function.
call(XdmValue[], Processor) - Method in class net.sf.saxon.s9api.XdmFunctionItem
Call the function
call(XPathContext, Sequence[]) - Method in class net.sf.saxon.xpath.XPathFunctionCall
Call an extension function previously identified using the bind() method.
CALL_EVALUATE_ITEM - Static variable in class net.sf.saxon.expr.parser.ExpressionTool
 
Callable - Interface in net.sf.saxon.expr
A generic interface for calling expressions by supplying the values of their subexpressions
CallableExpressionCompiler - Class in com.saxonica.bytecode
Compiler for a CallableExpression.
CallableExpressionCompiler() - Constructor for class com.saxonica.bytecode.CallableExpressionCompiler
 
CallableFunctionItem - Class in com.saxonica.functions.hof
A function item that wraps a Callable
CallableFunctionItem(StructuredQName, int, Callable, FunctionItemType) - Constructor for class com.saxonica.functions.hof.CallableFunctionItem
 
CallableFunctionItem(UserFunction) - Constructor for class com.saxonica.functions.hof.CallableFunctionItem
 
CallableWithBoundFocus - Class in com.saxonica.functions.hof
A Callable that wraps another Callable and a Dynamic Context, in effect acting as a closure that executes the original callable with a saved context.
CallableWithBoundFocus(Callable, XPathContext) - Constructor for class com.saxonica.functions.hof.CallableWithBoundFocus
 
Callback - Class in com.saxonica.bytecode.util
A convenient place to put static methods that will be called from generated byte code
Callback() - Constructor for class com.saxonica.bytecode.util.Callback
 
callFunction(QName, XdmValue[]) - Method in class net.sf.saxon.s9api.XQueryEvaluator
Call a global user-defined function in the compiled query.
callsFunction(Expression, StructuredQName) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
Determine whether an expression contains a call on the function with a given fingerprint
CallTemplate - Class in net.sf.saxon.expr.instruct
Instruction representing an xsl:call-template element in the stylesheet.
CallTemplate(Template, boolean, Expression, NamespaceResolver) - Constructor for class net.sf.saxon.expr.instruct.CallTemplate
Construct a CallTemplate instruction.
CallTemplate.CallTemplatePackage - Class in net.sf.saxon.expr.instruct
A CallTemplatePackage is an object that encapsulates the name of a template to be called, the parameters to be supplied, and the execution context.
CallTemplate.CallTemplatePackage(Template, ParameterSet, ParameterSet, Instruction, XPathContext) - Constructor for class net.sf.saxon.expr.instruct.CallTemplate.CallTemplatePackage
Construct a CallTemplatePackage that contains information about a call.
CallTemplateCompiler - Class in com.saxonica.bytecode
Compiler for the XSLT apply-templates instruction
CallTemplateCompiler() - Constructor for class com.saxonica.bytecode.CallTemplateCompiler
 
callUpdating(Sequence[], XPathContextMajor, PendingUpdateList) - Method in class net.sf.saxon.expr.instruct.UserFunction
Call an updating function.
cancel() - Method in interface javax.xml.xquery.XQExpression
Attempts to cancel the execution if both the XQuery engine and XQJ driver support aborting the execution of an XQExpression.
cancel() - Method in interface javax.xml.xquery.XQPreparedExpression
Attempts to cancel the execution if both the XQuery engine and XQJ driver support aborting the execution of an XQPreparedExpression.
cancel() - Method in class net.sf.saxon.xqj.SaxonXQExpression
 
cancel() - Method in class net.sf.saxon.xqj.SaxonXQPreparedExpression
 
cancelValidation() - Method in class com.saxonica.schema.UserComplexType
Cancel validation and compilation: this happens when the complex type is redefined
canCompileToLoop(Expression) - Method in class com.saxonica.bytecode.util.CompilerService
Ask if an expression can be compiled using the compileToLoop() method
CANNOT_READ - Static variable in exception net.sf.saxon.trans.LicenseException
 
CannotCompileException - Exception in com.saxonica.bytecode.util
Exception indicating that constructs were encountered in the expression tree that cannot be compiled to bytecode
CannotCompileException() - Constructor for exception com.saxonica.bytecode.util.CannotCompileException
 
CannotCompileException(Expression) - Constructor for exception com.saxonica.bytecode.util.CannotCompileException
 
CannotCompileException(String) - Constructor for exception com.saxonica.bytecode.util.CannotCompileException
 
CannotCompileException(Expression, String) - Constructor for exception com.saxonica.bytecode.util.CannotCompileException
 
canReturnCollationKeys(StringCollator) - Method in class net.sf.saxon.java.JavaPlatform
Given a collation, determine whether it is capable of returning collation keys.
canReturnCollationKeys(StringCollator) - Method in interface net.sf.saxon.Platform
Given a collation, determine whether it is capable of returning collation keys.
cardinality - Variable in class net.sf.saxon.functions.StandardFunction.Entry
The cardinality of the result of the function
Cardinality - Class in net.sf.saxon.value
This class contains static methods to manipulate the cardinality property of a type.
CARDINALITY_MASK - Static variable in class net.sf.saxon.expr.StaticProperty
Mask for all cardinality bits
CardinalityChecker - Class in net.sf.saxon.expr
A CardinalityChecker implements the cardinality checking of "treat as": that is, it returns the supplied sequence, checking that its cardinality is correct
CardinalityCheckerAdjunct - Class in com.saxonica.stream.adjunct
Generate streaming code for a cardinality checker
CardinalityCheckerAdjunct() - Constructor for class com.saxonica.stream.adjunct.CardinalityCheckerAdjunct
 
CardinalityCheckerCompiler - Class in com.saxonica.bytecode
 
CardinalityCheckerCompiler() - Constructor for class com.saxonica.bytecode.CardinalityCheckerCompiler
 
CardinalityCheckingFeed - Class in com.saxonica.stream.feed
A Feed which checks the cardinality of the streamed sequence of items.
CardinalityCheckingFeed(Expression, Feed, Stack<XPathContext>) - Constructor for class com.saxonica.stream.feed.CardinalityCheckingFeed
 
CardinalityCheckingIterator - Class in net.sf.saxon.expr
CardinalityCheckingIterator returns the items in an underlying sequence unchanged, but checks that the number of items conforms to the required cardinality.
CardinalityCheckingIterator(SequenceIterator, int, RoleLocator, SourceLocator) - Constructor for class net.sf.saxon.expr.CardinalityCheckingIterator
Construct an CardinalityCheckingIterator that will return the same items as the base sequence, checking how many there are
CASE - Static variable in class net.sf.saxon.expr.parser.Token
Keyword "case"
CASE_BLIND_FILES - Static variable in class net.sf.saxon.om.DocumentURI
 
CASE_EXPRESSION - Static variable in class net.sf.saxon.trace.Location
CASE clause within "typeswitch".
CASE_ORDER - Static variable in class net.sf.saxon.om.StandardNames
 
CaseFirstCollator - Class in net.sf.saxon.expr.sort
A StringCollator that sorts lowercase before uppercase, or vice versa.
CaseFirstCollator(StringCollator, boolean) - Constructor for class net.sf.saxon.expr.sort.CaseFirstCollator
Create a CaseFirstCollator
caseOrder - Variable in class net.sf.saxon.expr.sort.SortKeyDefinition
 
caseOrder - Variable in class net.sf.saxon.style.XSLSortOrMergeKey
 
CaseVariants - Class in net.sf.saxon.regex
This class holds data about the case-variants of Unicode characters.
CaseVariants() - Constructor for class net.sf.saxon.regex.CaseVariants
 
cast(CharSequence, ListType, NamespaceResolver, ConversionRules) - Static method in class net.sf.saxon.expr.CastToList
Cast a string value to a list type
cast(AtomicValue, UnionType, NamespaceResolver, ConversionRules) - Static method in class net.sf.saxon.expr.CastToUnion
Static method to perform the cast of an atomic value to a union type
CAST_AS - Static variable in class net.sf.saxon.expr.parser.Token
operator "cast as"
castable(AtomicValue, UnionType, NamespaceResolver, XPathContext) - Static method in class net.sf.saxon.expr.CastToUnion
Static method to perform the castable check of an atomic value to a union type
CASTABLE_AS - Static variable in class net.sf.saxon.expr.parser.Token
operator "castable as"
castableAsDecimal(CharSequence) - Static method in class net.sf.saxon.value.DecimalValue
Test whether a string is castable to a decimal value
castableAsInteger(CharSequence) - Static method in class net.sf.saxon.value.IntegerValue
Determine whether a string is castable as an integer
CastableExpression - Class in net.sf.saxon.expr
Castable Expression: implements "Expr castable as atomic-type?".
CastableExpression(Expression, AtomicType, boolean) - Constructor for class net.sf.saxon.expr.CastableExpression
Create a "castable" expression of the form "source castable as target"
CastableExpressionCompiler - Class in com.saxonica.bytecode
Generate bytecode for evaluation of a CastableExpression
CastableExpressionCompiler() - Constructor for class com.saxonica.bytecode.CastableExpressionCompiler
 
CastableToList - Class in net.sf.saxon.expr
Expression class for a cast to a List type
CastableToList(Expression, ListType, boolean) - Constructor for class net.sf.saxon.expr.CastableToList
 
CastableToListCompiler - Class in com.saxonica.bytecode
Generate bytecode for evaluation of a CastableToList
CastableToListCompiler() - Constructor for class com.saxonica.bytecode.CastableToListCompiler
 
CastableToUnion - Class in net.sf.saxon.expr
Expression class for a cast to a union type
CastableToUnion(Expression, UnionType, boolean) - Constructor for class net.sf.saxon.expr.CastableToUnion
 
CastableToUnionCompiler - Class in com.saxonica.bytecode
Generate bytecode for evaluation of a CastableToUnion
CastableToUnionCompiler() - Constructor for class com.saxonica.bytecode.CastableToUnionCompiler
 
CastExpression - Class in net.sf.saxon.expr
Cast Expression: implements "cast as data-type ( expression )".
CastExpression(Expression, AtomicType, boolean) - Constructor for class net.sf.saxon.expr.CastExpression
Create a cast expression
CastExpressionCompiler - Class in com.saxonica.bytecode
Generate code for a CastExpression
CastExpressionCompiler() - Constructor for class com.saxonica.bytecode.CastExpressionCompiler
 
CastingExpression - Class in net.sf.saxon.expr
Casting Expression: abstract superclass for "cast as X" and "castable as X", which share a good deal of logic
CastingExpression(Expression, AtomicType, boolean) - Constructor for class net.sf.saxon.expr.CastingExpression
Create a cast expression
CastToList - Class in net.sf.saxon.expr
Expression class for a cast to a List type
CastToList(Expression, ListType, boolean) - Constructor for class net.sf.saxon.expr.CastToList
 
CastToListCompiler - Class in com.saxonica.bytecode
Generate code for a CastToList
CastToListCompiler() - Constructor for class com.saxonica.bytecode.CastToListCompiler
 
CastToUnion - Class in net.sf.saxon.expr
Expression class for a cast to a union type
CastToUnion(Expression, UnionType, boolean) - Constructor for class net.sf.saxon.expr.CastToUnion
 
CastToUnionCompiler - Class in com.saxonica.bytecode
Generate code for a CastToUnion
CastToUnionCompiler() - Constructor for class com.saxonica.bytecode.CastToUnionCompiler
 
catalogContents(String, String, String, XPathContext) - Method in class net.sf.saxon.lib.StandardCollectionURIResolver
Return a collection defined as a list of URIs in a catalog file
catchDepth - Variable in class net.sf.saxon.expr.parser.ExpressionParser
 
catchExpr - Variable in class com.saxonica.expr.TryCatch.CatchClause
 
Categories - Class in net.sf.saxon.regex
Data for Regular expression character categories.
Categories() - Constructor for class net.sf.saxon.regex.Categories
 
cClassMap - Variable in class com.saxonica.bytecode.util.CompilerService
 
CDATA_SECTION_ELEMENTS - Static variable in class net.sf.saxon.om.StandardNames
 
CDATAFilter - Class in net.sf.saxon.serialize
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(Receiver) - Constructor for class net.sf.saxon.serialize.CDATAFilter
Create a CDATA Filter
Ceiling - Class in net.sf.saxon.functions
This class supports the ceiling(), floor(), round(), and round-to-half-even() functions, and also the abs() function
Ceiling() - Constructor for class net.sf.saxon.functions.Ceiling
 
ceiling() - Method in class net.sf.saxon.value.BigIntegerValue
Implement the XPath ceiling() function
ceiling() - Method in class net.sf.saxon.value.DecimalValue
Implement the XPath ceiling() function
ceiling() - Method in class net.sf.saxon.value.DoubleValue
Implement the XPath ceiling() function
ceiling() - Method in class net.sf.saxon.value.FloatValue
Implement the XPath ceiling() function
ceiling() - Method in class net.sf.saxon.value.Int64Value
Implement the XPath ceiling() function
ceiling() - Method in class net.sf.saxon.value.NumericValue
Implement the XPath ceiling() function
Chain - Class in net.sf.saxon.om
A chain is an implementation of Sequence that represents the concatenation of a number of subsequences.
Chain(List<GroundedValue>) - Constructor for class net.sf.saxon.om.Chain
 
changeOutputDestination(Receiver, ParseOptions) - Method in class net.sf.saxon.expr.EarlyEvaluationContext
Set a new output destination, supplying the output format details.
changeOutputDestination(Receiver, ParseOptions) - Method in interface net.sf.saxon.expr.XPathContext
Set a new output destination, supplying the output format details.
changeOutputDestination(Receiver, ParseOptions) - Method in class net.sf.saxon.expr.XPathContextMinor
Set a new output destination, supplying the output format details.
CHARACTER - Static variable in class net.sf.saxon.om.StandardNames
 
CHARACTER_REPRESENTATION - Static variable in class net.sf.saxon.lib.SaxonOutputKeys
representation = rep1[;rep2].
CharacterMap - Class in net.sf.saxon.serialize
This class defines a character map, that is, a mapping from characters to strings used by the serializer when mapping individual characters in the output.
CharacterMap(IntHashMap<String>) - Constructor for class net.sf.saxon.serialize.CharacterMap
Create a CharacterMap from a raw map of integers to strings
CharacterMap(Iterable<CharacterMap>) - Constructor for class net.sf.saxon.serialize.CharacterMap
Create a CharacterMap that combines a set of existing character maps.
CharacterMapExpander - Class in net.sf.saxon.serialize
CharacterMapExpander: This ProxyReceiver expands characters occurring in a character map, as specified by the XSLT 2.0 xsl:character-map declaration
CharacterMapExpander(Receiver) - Constructor for class net.sf.saxon.serialize.CharacterMapExpander
 
CharacterMapIndex - Class in net.sf.saxon.serialize
This class represents a set of named character maps.
CharacterMapIndex() - Constructor for class net.sf.saxon.serialize.CharacterMapIndex
 
CharacterReferenceGenerator - Interface in net.sf.saxon.serialize
A class that expands a character to a character reference, entity reference, etc, and writes the resulting reference to a writer
characterReferenceGenerator - Variable in class net.sf.saxon.serialize.XMLEmitter
 
characters(CharSequence, int, int) - Method in class com.saxonica.config.EvaluationNuisance
 
characters(char[], int, int) - Method in class com.saxonica.jaxp.ValidatorHandlerImpl
Receive notification of character data.
characters(CharSequence, int, int) - Method in class com.saxonica.ptree.PTreeEmitter
Notify character data.
characters(CharSequence, int, int) - Method in class com.saxonica.schema.SchemaModelLoader
Character data
characters(CharSequence, int, int) - Method in class com.saxonica.schema.sdoc.VersionControlFilter
Character data
characters(CharSequence, int, int) - Method in class com.saxonica.serialize.BinaryEmitter
 
characters(CharSequence, int, int) - Method in class com.saxonica.serialize.XHTML5Emitter
Character data.
characters(CharSequence, int, int) - Method in class com.saxonica.stream.Projector
 
characters(CharSequence, int, int) - Method in class com.saxonica.stream.watch.StringValueAccumulator
 
characters(CharSequence, int, int) - Method in class com.saxonica.stream.watch.WatchManager
Text node
characters(CharSequence, int, int) - Method in class com.saxonica.validate.AllElementValidator
Handle character data appearing as a child of the element being validated
characters(CharSequence, int, int) - Method in class com.saxonica.validate.AnyTypeValidator
Handle character data appearing as a child of the element being validated
characters(CharSequence, int, int) - Method in class com.saxonica.validate.AttributeValidator
Handle character data appearing as a child of the element being validated
characters(CharSequence, int, int) - Method in class com.saxonica.validate.Checker
 
characters(CharSequence, int, int) - Method in class com.saxonica.validate.ComplexContentValidator
Handle character data appearing as a child of the element being validated
characters(CharSequence, int, int) - Method in class com.saxonica.validate.DocumentValidator
Character data
characters(CharSequence, int, int) - Method in class com.saxonica.validate.EmptyContentValidator
Character data
characters(CharSequence, int, int) - Method in class com.saxonica.validate.EntityValidator
Character data
characters(CharSequence, int, int) - Method in class com.saxonica.validate.FieldChecker
Notify character data.
characters(CharSequence, int, int) - Method in class com.saxonica.validate.IdValidator
Character data
characters(CharSequence, int, int) - Method in class com.saxonica.validate.IgnorableWhitespaceStripper
Handle a text node
characters(CharSequence, int, int) - Method in class com.saxonica.validate.LaxValidator
Character data
characters(CharSequence, int, int) - Method in class com.saxonica.validate.SimpleContentValidator
Handle character data appearing as a child of the element being validated
characters(CharSequence, int, int) - Method in class com.saxonica.validate.ValidationStack
 
characters(CharSequence, int, int) - Method in class net.sf.saxon.dom.DOMWriter
Character data.
characters(CharSequence, int, int) - Method in class net.sf.saxon.event.CommentStripper
Handle a text node.
characters(CharSequence, int, int) - Method in class net.sf.saxon.event.ComplexContentOutputter
Produce text content output.
characters(CharSequence, int, int) - Method in class net.sf.saxon.event.ContentHandlerProxy
Character data
characters(CharSequence, int, int) - Method in class net.sf.saxon.event.IDFilter
Character data
characters(CharSequence, int, int) - Method in class net.sf.saxon.event.OnEmptyHandler
 
characters(CharSequence, int, int) - Method in class net.sf.saxon.event.ProxyReceiver
Character data
characters(CharSequence, int, int) - Method in interface net.sf.saxon.event.Receiver
Notify character data.
characters(char[], int, int) - Method in class net.sf.saxon.event.ReceivingContentHandler
Report character data.
characters(CharSequence, int, int) - Method in class net.sf.saxon.event.SequenceWriter
Produce text content output.
characters(CharSequence, int, int) - Method in class net.sf.saxon.event.Sink
Character data
characters(CharSequence, int, int) - Method in class net.sf.saxon.event.Stripper
Handle a text node
characters(CharSequence, int, int) - Method in class net.sf.saxon.event.TeeOutputter
Notify character data.
characters(CharSequence, int, int) - Method in class net.sf.saxon.event.TracingFilter
Character data
characters(CharSequence, int, int) - Method in class net.sf.saxon.event.TreeReceiver
Character data
characters(CharSequence, int, int) - Method in class net.sf.saxon.event.TypeCheckingFilter
Character data
characters(CharSequence, int, int) - Method in class net.sf.saxon.option.axiom.AxiomWriter
Character data.
characters(CharSequence, int, int) - Method in class net.sf.saxon.option.dom4j.DOM4JWriter
Character data.
characters(CharSequence, int, int) - Method in class net.sf.saxon.option.jdom.JDOMWriter
Character data.
characters(CharSequence, int, int) - Method in class net.sf.saxon.option.jdom2.JDOM2Writer
Character data.
characters(CharSequence, int, int) - Method in class net.sf.saxon.option.xom.XOMWriter
Character data.
characters(CharSequence, int, int) - Method in class net.sf.saxon.query.SequenceWrapper
Character data
characters(CharSequence, int, int) - Method in class net.sf.saxon.serialize.CDATAFilter
Output character data
characters(CharSequence, int, int) - Method in class net.sf.saxon.serialize.CharacterMapExpander
Output character data
characters(CharSequence, int, int) - Method in class net.sf.saxon.serialize.HTMLEmitter
Character data.
characters(CharSequence, int, int) - Method in class net.sf.saxon.serialize.HTMLIndenter
Output character data
characters(CharSequence, int, int) - Method in class net.sf.saxon.serialize.ImplicitResultChecker
 
characters(CharSequence, int, int) - Method in class net.sf.saxon.serialize.TEXTEmitter
Produce output using the current Writer.
characters(CharSequence, int, int) - Method in class net.sf.saxon.serialize.UncommittedSerializer
Produce character output using the current Writer.
characters(CharSequence, int, int) - Method in class net.sf.saxon.serialize.UnicodeNormalizer
Output character data
characters(CharSequence, int, int) - Method in class net.sf.saxon.serialize.XML10ContentChecker
Character data
characters(CharSequence, int, int) - Method in class net.sf.saxon.serialize.XMLEmitter
Character data.
characters(CharSequence, int, int) - Method in class net.sf.saxon.serialize.XMLIndenter
Output character data
characters(CharSequence, int, int) - Method in class net.sf.saxon.stax.ReceiverToXMLStreamWriter
 
characters(CharSequence, int, int) - Method in class net.sf.saxon.style.UseWhenFilter
Character data
characters(char[], int, int) - Method in class net.sf.saxon.trans.ConfigurationReader
 
characters(CharSequence, int, int) - Method in class net.sf.saxon.tree.linked.LinkedBuilderMonitor
 
characters(CharSequence, int, int) - Method in class net.sf.saxon.tree.linked.LinkedTreeBuilder
Notify a text node.
characters(CharSequence, int, int) - Method in class net.sf.saxon.tree.tiny.TinyBuilder
Callback interface for SAX: not for application use
characters(CharSequence, int, int) - Method in class net.sf.saxon.tree.tiny.TinyBuilderMonitor
 
CharacterSet - Interface in net.sf.saxon.serialize.charcode
This interface defines properties of a character set, built in to the Saxon product.
characterSet - Variable in class net.sf.saxon.serialize.Emitter
 
CharacterSetFactory - Class in net.sf.saxon.serialize.charcode
This class delivers a CharacterSet object for a given named encoding.
CharacterSetFactory() - Constructor for class net.sf.saxon.serialize.charcode.CharacterSetFactory
Class has a single instance per Configuration
charAt(int) - Method in class net.sf.saxon.regex.BMPString
 
charAt(int) - Method in class net.sf.saxon.regex.GeneralUnicodeString
 
charAt(int) - Method in class net.sf.saxon.regex.UnicodeString
Get the character at a specified position
charAt(int) - Method in class net.sf.saxon.tree.tiny.CharSlice
Returns the character at the specified index.
charAt(int) - Method in class net.sf.saxon.tree.tiny.CompressedWhitespace
Returns the char value at the specified index.
charAt(int) - Method in class net.sf.saxon.tree.tiny.LargeStringBuffer
Returns the character at the specified index.
charAt(int) - Method in class net.sf.saxon.tree.util.FastStringBuffer
Returns the char value at the specified index.
charBuffer - Variable in class net.sf.saxon.tree.tiny.TinyTree
 
CharSlice - Class in net.sf.saxon.tree.tiny
This is an implementation of the JDK 1.4 CharSequence interface: it implements a CharSequence as a view of an array.
CharSlice(char[]) - Constructor for class net.sf.saxon.tree.tiny.CharSlice
Create a CharSlice that maps to the whole of a char[] array
CharSlice(char[], int, int) - Constructor for class net.sf.saxon.tree.tiny.CharSlice
Create a CharSlice that maps to a section of a char[] array
checkAcceptableUri(XPathContext, String) - Static method in class net.sf.saxon.expr.instruct.ResultDocument
 
checkAgainstFacets(AtomicSequence, CharSequence, List<Facet>, ConversionRules) - Method in class com.saxonica.schema.UserSimpleType
Validate that the value conforms to all the constraining facets for the given type.
checkAgainstListFacets(CharSequence, NamespaceResolver, ConversionRules, int) - Method in class com.saxonica.schema.UserListType
Check whether a supplied value is valid against the facets defined on the list type.
checkAgainstRequiredType(ExpressionVisitor) - Method in class net.sf.saxon.expr.instruct.GeneralVariable
Check the select expression against the required type.
checkAgainstRequiredType(SequenceType) - Method in class net.sf.saxon.style.SourceBinding
Check the supplied select expression against the required type.
checkAgainstRequiredType(SequenceType) - Method in class net.sf.saxon.style.XSLWithParam
 
checkAllRequiredParamsArePresent(GlobalParameterSet) - Method in class net.sf.saxon.expr.instruct.Executable
Check that all required parameters have been supplied.
checkArgumentCount(int, int) - Method in class net.sf.saxon.expr.FunctionCall
Check number of arguments.
checkArguments(ExpressionVisitor) - Method in class com.saxonica.expr.JavaExtensionFunctionCall
Method called by the expression parser when all arguments have been supplied
checkArguments(ExpressionVisitor) - Method in class com.saxonica.functions.xpath3.ParseXml
 
checkArguments(ExpressionVisitor) - Method in class com.saxonica.functions.xpath3.ParseXmlFragment
 
checkArguments(ExpressionVisitor) - Method in class com.saxonica.functions.xslt3.AccumulatorFunctionCallPE
 
checkArguments(ExpressionVisitor) - Method in class net.sf.saxon.expr.FunctionCall
Method supplied by each class of function to check arguments during parsing, when all the argument expressions have been read
checkArguments(ExpressionVisitor) - Method in class net.sf.saxon.expr.UserFunctionCall
Method called during the type checking phase
checkArguments(ExpressionVisitor) - Method in class net.sf.saxon.functions.Aggregate
Static analysis: prevent sorting of the argument
checkArguments(ExpressionVisitor) - Method in class net.sf.saxon.functions.Available
 
checkArguments(ExpressionVisitor) - Method in class net.sf.saxon.functions.BooleanFn
Static analysis: prevent sorting of the argument
checkArguments(ExpressionVisitor) - Method in class net.sf.saxon.functions.CollatingFunction
 
checkArguments(ExpressionVisitor) - Method in class net.sf.saxon.functions.Collection
 
checkArguments(ExpressionVisitor) - Method in class net.sf.saxon.functions.Compare
 
checkArguments(ExpressionVisitor) - Method in class net.sf.saxon.functions.CurrentGroup
 
checkArguments(ExpressionVisitor) - Method in class net.sf.saxon.functions.CurrentGroupingKey
 
checkArguments(ExpressionVisitor) - Method in class net.sf.saxon.functions.DeepEqual
 
checkArguments(ExpressionVisitor) - Method in class net.sf.saxon.functions.DistinctValues
 
checkArguments(ExpressionVisitor) - Method in class net.sf.saxon.functions.Doc
 
checkArguments(ExpressionVisitor) - Method in class net.sf.saxon.functions.DocumentFn
Method called during static type checking
checkArguments(ExpressionVisitor) - Method in class net.sf.saxon.functions.FormatDate
 
checkArguments(ExpressionVisitor) - Method in class net.sf.saxon.functions.FormatNumber
 
checkArguments(ExpressionVisitor) - Method in class net.sf.saxon.functions.Id
Static analysis: prevent sorting of the argument
checkArguments(ExpressionVisitor) - Method in class net.sf.saxon.functions.Idref
 
checkArguments(ExpressionVisitor) - Method in class net.sf.saxon.functions.IndexOf
 
checkArguments(ExpressionVisitor) - Method in class net.sf.saxon.functions.IntegratedFunctionCall
Method supplied by each class of function to check arguments during parsing, when all the argument expressions have been read.
checkArguments(ExpressionVisitor) - Method in class net.sf.saxon.functions.KeyFn
 
checkArguments(ExpressionVisitor) - Method in class net.sf.saxon.functions.Minimax
Static analysis: prevent sorting of the argument and preallocate a comparer if possible
checkArguments(ExpressionVisitor) - Method in class net.sf.saxon.functions.NotFn
Static analysis: prevent sorting of the argument
checkArguments(ExpressionVisitor) - Method in class net.sf.saxon.functions.Put
 
checkArguments(ExpressionVisitor) - Method in class net.sf.saxon.functions.ResolveURI
 
checkArguments(ExpressionVisitor) - Method in class net.sf.saxon.functions.SystemFunctionCall
Method called during static type checking
checkArguments(ExpressionVisitor) - Method in class net.sf.saxon.functions.SystemProperty
 
checkArguments(ExpressionVisitor) - Method in class net.sf.saxon.functions.TypeAvailable
 
checkArguments(ExpressionVisitor) - Method in class net.sf.saxon.functions.UnparsedText
 
checkArguments(ExpressionVisitor) - Method in class net.sf.saxon.xpath.XPathFunctionCall
Method called by the expression parser when all arguments have been supplied
checkAttributeValue(String, String, boolean, String[]) - Method in class net.sf.saxon.style.StyleElement
Check the value of an attribute, as supplied statically
checkBigRange(BigInteger, BuiltInAtomicType) - Static method in class net.sf.saxon.value.IntegerValue
Check that a BigInteger is within the required range for a given integer subtype.
checkCircularity(XSLAttributeSet) - Method in class net.sf.saxon.style.XSLAttributeSet
Check for circularity: specifically, check that this attribute set does not contain a direct or indirect reference to the one supplied as a parameter
checkClass(Class) - Method in class com.saxonica.bytecode.util.Generator
Generate a "checking" cast instruction, given a Class the check against.
checkConsistency() - Method in class net.sf.saxon.trans.DecimalFormatManager
Check the consistency of all DecimalSymbols objects owned by this DecimalFormatManager
checkConsistency(StructuredQName) - Method in class net.sf.saxon.trans.DecimalSymbols
Check that no character is used in more than one role
checkContent(CompilerService, Expression) - Method in class com.saxonica.bytecode.CommentCompiler
Compile code to check the content of the node, and adjust it if necessary On entry the proposed content is on the stack as a CharSequence; on exit the revised content must be on the stack as a CharSequence.
checkContent(CompilerService, Expression) - Method in class com.saxonica.bytecode.ProcessingInstructionCompiler
 
checkContent(CompilerService, Expression) - Method in class com.saxonica.bytecode.SimpleNodeConstructorCompiler
Compile code to check the content of the node, and adjust it if necessary On entry the proposed content is on the stack as a CharSequence; on exit the revised content must be on the stack as a CharSequence.
checkContent(String, XPathContext) - Method in class net.sf.saxon.expr.instruct.Comment
Check the content of the node, and adjust it if necessary
checkContent(String, XPathContext) - Method in class net.sf.saxon.expr.instruct.ProcessingInstruction
Check the content of the node, and adjust it if necessary
checkContent(String, XPathContext) - Method in class net.sf.saxon.expr.instruct.SimpleNodeConstructor
Check the content of the node, and adjust it if necessary.
checkContentModel(int[][], int[][], boolean) - Method in class com.saxonica.schema.sdoc.SchemaElement
Check the content model of an element in the schema.
checkContentSequence(StaticContext) - Method in class net.sf.saxon.expr.instruct.DocumentInstr
Check statically that the sequence of child instructions doesn't violate any obvious constraints on the content of the node
checkContentSequence(StaticContext, Expression, ParseOptions) - Static method in class net.sf.saxon.expr.instruct.DocumentInstr
 
checkContentSequence(StaticContext) - Method in class net.sf.saxon.expr.instruct.ElementCreator
Check statically whether the content of the element creates attributes or namespaces after creating any child nodes
checkContentSequence(StaticContext) - Method in class net.sf.saxon.expr.instruct.FixedElement
Check statically whether the content of the element creates attributes or namespaces after creating any child nodes
checkContentSequence(StaticContext) - Method in class net.sf.saxon.expr.instruct.ParentNodeConstructor
Check that the child instructions don't violate any obvious constraints for this kind of node
checkContentXQuery(String) - Static method in class net.sf.saxon.expr.instruct.Comment
Check the content of the comment according to the XQuery rules (which throw an error if it is wrong)
checkContentXQuery(String) - Static method in class net.sf.saxon.expr.instruct.ProcessingInstruction
Check the content of the node, and adjust it if necessary, using the XQuery rules
checkContentXSLT(String) - Static method in class net.sf.saxon.expr.instruct.Comment
Check the content of the comment according to the XSLT rules (which fix it if it is wrong)
checkContentXSLT(String) - Static method in class net.sf.saxon.expr.instruct.ProcessingInstruction
Check the content of the node, and adjust it if necessary, using the XSLT rules
checkElements(IntHashMap<ElementDecl>, SchemaCompiler) - Method in class com.saxonica.schema.AllModelGroup
Check that the elements defined as particles in this compositor are consistent (overrides method on parent class ModelGroup)
checkElements(IntHashMap<ElementDecl>, SchemaCompiler) - Method in class com.saxonica.schema.ModelGroup
Check that the elements defined as particles in this model group are consistent
checkEmpty() - Method in class net.sf.saxon.style.StyleElement
Convenience method to check that the stylesheet element is empty
Checker - Class in com.saxonica.validate
A Checker is a Receiver used to check the content of elements and attributes, especially those that participate in uniqueness, key, and keyref constraints
Checker() - Constructor for class com.saxonica.validate.Checker
 
checker - Variable in class net.sf.saxon.tree.iter.TextLinesIterator
 
checkExternalVariables(SlotManager, int) - Method in class net.sf.saxon.sxpath.XPathDynamicContext
Check that all external variables have been given a value
checkFacetRestriction(UserSimpleType, SimpleType, SchemaCompiler) - Method in class com.saxonica.schema.AssertionFacet
Check that this facet is legal when used on a type derived by restriction
checkFacetRestriction(UserSimpleType, SimpleType, SchemaCompiler) - Method in class com.saxonica.schema.DigitsFacet
Check that this facet is legal when used on a type derived by restriction
checkFacetRestriction(UserSimpleType, SimpleType, SchemaCompiler) - Method in class com.saxonica.schema.EnumerationFacet
Check that this facet is legal when used on a type derived by restriction
checkFacetRestriction(UserSimpleType, SimpleType, SchemaCompiler) - Method in class com.saxonica.schema.EnumerationFacetSet
Check that this facet is legal when used on a type derived by restriction
checkFacetRestriction(UserSimpleType, SimpleType, SchemaCompiler) - Method in class com.saxonica.schema.ExplicitTimezoneFacet
Check that this facet is legal when used on a type derived by restriction
checkFacetRestriction(UserSimpleType, SimpleType, SchemaCompiler) - Method in class com.saxonica.schema.Facet
Check that this facet is legal when used on a type derived by restriction
checkFacetRestriction(UserSimpleType, SimpleType, SchemaCompiler) - Method in class com.saxonica.schema.FractionDigitsFacet
 
checkFacetRestriction(UserSimpleType, SimpleType, SchemaCompiler) - Method in class com.saxonica.schema.LengthFacet
Check that this facet is legal when used on a type derived by restriction
checkFacetRestriction(UserSimpleType, SimpleType, SchemaCompiler) - Method in class com.saxonica.schema.MaxExclusiveFacet
 
checkFacetRestriction(UserSimpleType, SimpleType, SchemaCompiler) - Method in class com.saxonica.schema.MaxInclusiveFacet
 
checkFacetRestriction(UserSimpleType, SimpleType, SchemaCompiler) - Method in class com.saxonica.schema.MaxLengthFacet
Check that this facet is legal when used on a type derived by restriction
checkFacetRestriction(UserSimpleType, SimpleType, SchemaCompiler) - Method in class com.saxonica.schema.MinExclusiveFacet
 
checkFacetRestriction(UserSimpleType, SimpleType, SchemaCompiler) - Method in class com.saxonica.schema.MinLengthFacet
Check that this facet is legal when used on a type derived by restriction
checkFacetRestriction(UserSimpleType, SimpleType, SchemaCompiler) - Method in class com.saxonica.schema.PatternFacet
Check that this facet is legal when used on a type derived by restriction
checkFacetRestriction(UserSimpleType, SimpleType, SchemaCompiler) - Method in class com.saxonica.schema.PreprocessFacet
Check that this facet is legal when used on a type derived by restriction
checkFacetRestriction(UserSimpleType, SimpleType, SchemaCompiler) - Method in class com.saxonica.schema.TotalDigitsFacet
 
checkFacetRestriction(UserSimpleType, SimpleType, SchemaCompiler) - Method in class com.saxonica.schema.ValueRangeFacet
Check that this facet is legal when used on a type derived by restriction
checkFacetRestriction(UserSimpleType, SimpleType, SchemaCompiler) - Method in class com.saxonica.schema.WhitespaceFacet
Check that this facet is legal when used on a type derived by restriction
checkForCircularities(List<GlobalVariable>, XQueryFunctionLibrary) - Method in class net.sf.saxon.query.QueryModule
Check for circular definitions of global variables.
checkForClauseAllowingEmpty(ForClause) - Method in class com.saxonica.expr.ExtendedXQueryParser
Check a ForClause for an "outer for"
checkForClauseAllowingEmpty(ForClause) - Method in class net.sf.saxon.query.QueryParser
Check a ForClause for an "outer for"
checkForUpdatingSubexpressions() - Method in class com.saxonica.bytecode.CompiledExpression
 
checkForUpdatingSubexpressions() - Method in class com.saxonica.update.CopyModifyExpression
Check to ensure that this expression does not contain any inappropriate updating subexpressions.
checkForUpdatingSubexpressions() - Method in class net.sf.saxon.expr.Assignation
Check to ensure that this expression does not contain any inappropriate updating subexpressions.
checkForUpdatingSubexpressions() - Method in class net.sf.saxon.expr.Expression
Check to ensure that this expression does not contain any inappropriate updating subexpressions.
checkForUpdatingSubexpressions() - Method in class net.sf.saxon.expr.flwor.FLWORExpression
Check to ensure that this expression does not contain any inappropriate updating subexpressions.
checkForUpdatingSubexpressions() - Method in class net.sf.saxon.expr.instruct.Block
Check to ensure that this expression does not contain any updating subexpressions.
checkForUpdatingSubexpressions() - Method in class net.sf.saxon.expr.instruct.Choose
Check to ensure that this expression does not contain any updating subexpressions.
checkForUpdatingSubexpressions() - Method in class net.sf.saxon.expr.instruct.TraceExpression
Check to ensure that this expression does not contain any inappropriate updating subexpressions.
checkForUpdatingSubexpressions() - Method in class net.sf.saxon.expr.QuantifiedExpression
Check to ensure that this expression does not contain any updating subexpressions.
checkFunctionCall(UserFunction, ExpressionVisitor) - Method in class net.sf.saxon.expr.UserFunctionCall
Check the function call against the declared function signature
checkImplicitResultTree() - Method in class net.sf.saxon.Controller
Check whether an XSLT implicit result tree can be written.
checkImportedFunctionSignature(XQueryFunction) - Method in class net.sf.saxon.query.QueryModule
Check that all the types used in the signature of an imported function are available in the module of the caller of the function
checkImportedType(SequenceType, Declaration) - Method in class net.sf.saxon.query.QueryModule
Check that a SequenceType used in the definition of an imported variable or function is available in the importing module
checkLabels() - Method in class com.saxonica.bytecode.util.GeneratedMethodInfo
Check (on completion of the method) that all labels that have been used have also been marked
checkLicensedFeature(int, String) - Method in class com.saxonica.config.EnterpriseConfiguration
Check whether a particular feature is licensed, with a fatal error if it is not
checkLicensedFeature(int, String) - Method in class com.saxonica.config.ProfessionalConfiguration
Check whether a particular feature is licensed, with a fatal error if it is not
checkLicensedFeature(int, String) - Method in class net.sf.saxon.Configuration
Check whether a particular feature is licensed, with a fatal error if it is not
checkLocalTargetNamespace(String) - Method in class com.saxonica.schema.sdoc.SchemaElement
For an element or attribute declaration with a targetNamespace attribute (XSD 1.1), check the highly-paternalistic rules for when this attribute is permitted.
checkMutuallyExclusiveAttributes(String, String) - Method in class com.saxonica.schema.sdoc.SchemaElement
This method tests whether two attributes coexist and reports an error if they do
checkNotNull(Object) - Method in class net.sf.saxon.xqj.SaxonXQStaticContext
 
checkOnlyChildIsAnnotation() - Method in class com.saxonica.schema.sdoc.SchemaElement
Check that the only child element of this element is an (optional and non-repeatable) xs:annotation element
checkOutputProperty(String, String, Configuration) - Static method in class net.sf.saxon.lib.SaxonOutputKeys
Check that a supplied output property is valid.
checkParams(WithParam[]) - Static method in class com.saxonica.stream.adjunct.ApplyTemplatesAdjunct
Test whether template parameters satisfy the conditions for streamability
checkPercentEncoding(String) - Static method in class net.sf.saxon.functions.EscapeURI
Check that any percent-encoding within a URI is well-formed.
checkPermittedContents(SchemaType, StaticContext, boolean) - Method in class com.saxonica.bytecode.CompiledExpression
 
checkPermittedContents(SchemaType, StaticContext, boolean) - Method in class com.saxonica.xslt3.instruct.IterateInstr
Check that any elements and attributes constructed or returned by this expression are acceptable in the content model of a given complex type.
checkPermittedContents(SchemaType, StaticContext, boolean) - Method in class com.saxonica.xslt3.instruct.MergeInstr
Check that any elements and attributes constructed or returned by this expression are acceptable in the content model of a given complex type.
checkPermittedContents(SchemaType, StaticContext, boolean) - Method in class net.sf.saxon.expr.Expression
Check that any elements and attributes constructed or returned by this expression are acceptable in the content model of a given complex type.
checkPermittedContents(SchemaType, StaticContext, boolean) - Method in class net.sf.saxon.expr.ForExpression
Check that any elements and attributes constructed or returned by this expression are acceptable in the content model of a given complex type.
checkPermittedContents(SchemaType, StaticContext, boolean) - Method in class net.sf.saxon.expr.instruct.AnalyzeString
Check that any elements and attributes constructed or returned by this expression are acceptable in the content model of a given complex type.
checkPermittedContents(SchemaType, StaticContext, boolean) - Method in class net.sf.saxon.expr.instruct.Block
Check that any elements and attributes constructed or returned by this expression are acceptable in the content model of a given complex type.
checkPermittedContents(SchemaType, StaticContext, boolean) - Method in class net.sf.saxon.expr.instruct.Choose
Check that any elements and attributes constructed or returned by this expression are acceptable in the content model of a given complex type.
checkPermittedContents(SchemaType, StaticContext, boolean) - Method in class net.sf.saxon.expr.instruct.ComputedAttribute
Check that any elements and attributes constructed or returned by this expression are acceptable in the content model of a given complex type.
checkPermittedContents(SchemaType, StaticContext, boolean) - Method in class net.sf.saxon.expr.instruct.ComputedElement
Check that any elements and attributes constructed or returned by this expression are acceptable in the content model of a given complex type.
checkPermittedContents(SchemaType, StaticContext, boolean) - Method in class net.sf.saxon.expr.instruct.FixedAttribute
Check that any elements and attributes constructed or returned by this expression are acceptable in the content model of a given complex type.
checkPermittedContents(SchemaType, StaticContext, boolean) - Method in class net.sf.saxon.expr.instruct.FixedElement
Check that any elements and attributes constructed or returned by this expression are acceptable in the content model of a given complex type.
checkPermittedContents(SchemaType, StaticContext, boolean) - Method in class net.sf.saxon.expr.instruct.ForEach
Check that any elements and attributes constructed or returned by this expression are acceptable in the content model of a given complex type.
checkPermittedContents(SchemaType, StaticContext, boolean) - Method in class net.sf.saxon.expr.instruct.ForEachGroup
Check that any elements and attributes constructed or returned by this expression are acceptable in the content model of a given complex type.
checkPermittedContents(SchemaType, StaticContext, boolean) - Method in class net.sf.saxon.expr.instruct.ValueOf
Check statically that the results of the expression are capable of constructing the content of a given schema type.
checkPermittedContents(SchemaType, StaticContext, boolean) - Method in class net.sf.saxon.expr.LetExpression
Check that any elements and attributes constructed or returned by this expression are acceptable in the content model of a given complex type.
checkPermittedContents(SchemaType, StaticContext, boolean) - Method in class net.sf.saxon.pattern.PatternSponsor
Check statically that the results of the expression are capable of constructing the content of a given schema type.
checkPermittedContents(SchemaType, StaticContext, boolean) - Method in class net.sf.saxon.value.AtomicValue
Check statically that the results of the expression are capable of constructing the content of a given schema type.
checkPermittedType(int, String, String) - Method in class com.saxonica.schema.sdoc.SchemaElement
Check that a given type is a permitted type
checkQNameParts(CharSequence) - Method in class net.sf.saxon.om.NameChecker
Validate a QName, and return the prefix and local name.
checkRange(BuiltInAtomicType) - Method in class net.sf.saxon.value.Int64Value
This class allows subtypes of xs:integer to be held, as well as xs:integer values.
checkRange(long, BuiltInAtomicType) - Static method in class net.sf.saxon.value.IntegerValue
Check that a value is in range for the specified subtype of xs:integer
checkReferences(ExpressionVisitor) - Method in class net.sf.saxon.query.XQueryFunction
Type-check references to this function
checkReplacement(CharSequence) - Static method in class net.sf.saxon.functions.Replace
Check the contents of the replacement string
checkRow(AtomicSequence[], boolean, int) - Method in class com.saxonica.validate.KeySelectorWatch
Method to check that a row (that is, the collection of fields corresponding to one selected node) is valid.
checkRow(AtomicSequence[], boolean, int) - Method in class com.saxonica.validate.SelectorWatch
Method to check that a row (that is, the collection of fields corresponding to one selected node) is valid.
checkSortComesFirst(boolean) - Method in class net.sf.saxon.style.StyleElement
Check that among the children of this element, any xsl:sort elements precede any other elements
checkStreamability(XSLTemplate, Template) - Method in class com.saxonica.expr.ee.OptimizerEE
Check the streamability of a template
checkStreamability(XSLTemplate, Template) - Method in class net.sf.saxon.expr.parser.Optimizer
Check the streamability of a template
checkTopLevel(String) - Method in class net.sf.saxon.style.StyleElement
Convenience method to check that the stylesheet element is at the top level (that is, as a child of xsl:stylesheet or xsl:transform)
checkTypeDerivation(ComplexType, SchemaType, int) - Static method in class com.saxonica.schema.UserComplexType
Check that a type is validly derived from a given type.
checkTypeDerivationIsOK(SchemaType, SchemaType, int) - Method in class com.saxonica.config.EnterpriseConfiguration
Check that a type is validly derived from another type, following the rules for the Schema Component Constraint "Is Type Derivation OK (Simple)" (3.14.6) or "Is Type Derivation OK (Complex)" (3.4.6) as appropriate.
checkTypeDerivationIsOK(SchemaType, int) - Method in class com.saxonica.schema.UserDefinedType
Check that this type is validly derived from a given type
checkTypeDerivationIsOK(SchemaType, int) - Method in class com.saxonica.schema.UserSimpleType
Check that this type is validly derived from a given type
checkTypeDerivationIsOK(SchemaType, SchemaType, int) - Method in class net.sf.saxon.Configuration
Check that a type is validly derived from another type, following the rules for the Schema Component Constraint "Is Type Derivation OK (Simple)" (3.14.6) or "Is Type Derivation OK (Complex)" (3.4.6) as appropriate.
checkTypeDerivationIsOK(SchemaType, int) - Method in class net.sf.saxon.type.AnySimpleType
Check that this type is validly derived from a given type
checkTypeDerivationIsOK(SchemaType, int) - Method in class net.sf.saxon.type.AnyType
Check that this type is validly derived from a given type
checkTypeDerivationIsOK(SchemaType, int) - Method in class net.sf.saxon.type.BuiltInAtomicType
Check that this type is validly derived from a given type
checkTypeDerivationIsOK(SchemaType, int) - Method in class net.sf.saxon.type.BuiltInListType
Check that this type is validly derived from a given type
checkTypeDerivationIsOK(SchemaType, int) - Method in class net.sf.saxon.type.ErrorType
Check that this type is validly derived from a given type
checkTypeDerivationIsOK(SchemaType, int) - Method in interface net.sf.saxon.type.SchemaType
Check that this type is validly derived from a given type, following the rules for the Schema Component Constraint "Is Type Derivation OK (Simple)" (3.14.6) or "Is Type Derivation OK (Complex)" (3.4.6) as appropriate.
checkTypeDerivationIsOK(SchemaType, int) - Method in class net.sf.saxon.type.Untyped
Check that this type is validly derived from a given type
checkUniqueOutputDestination(DocumentURI) - Method in class net.sf.saxon.Controller
Check that an output destination has not been used before, optionally adding this URI to the set of URIs that have been used.
checkUnknownAttribute(NodeName) - Method in class net.sf.saxon.style.StyleElement
Check whether an unknown attribute is permitted.
checkURIForPrefix(String) - Method in class net.sf.saxon.query.QueryModule
Get the URI for a prefix if there is one, return null if not.
CHILD - Static variable in class net.sf.saxon.om.AxisInfo
Constant representing the child axis
childValidator - Variable in class com.saxonica.validate.ContentValidator
 
ChoiceModelGroup - Class in com.saxonica.schema
A ChoiceCompositor represents an xs:choice element in the schema
ChoiceModelGroup() - Constructor for class com.saxonica.schema.ChoiceModelGroup
 
Choose - Class in net.sf.saxon.expr.instruct
Compiled representation of an xsl:choose or xsl:if element in the stylesheet.
Choose(Expression[], Expression[]) - Constructor for class net.sf.saxon.expr.instruct.Choose
Construct an xsl:choose instruction
ChooseAdjunct - Class in com.saxonica.stream.adjunct
Streaming code to implement a conditional ("if/choose") expression
ChooseAdjunct() - Constructor for class com.saxonica.stream.adjunct.ChooseAdjunct
 
ChooseCompiler - Class in com.saxonica.bytecode
Generate code for a conditional expression (if-then-else, xsl:if, xsl:choose, typeswitch...)
ChooseCompiler() - Constructor for class com.saxonica.bytecode.ChooseCompiler
 
civilTimeOffset(DateTimeValue, String) - Static method in class net.sf.saxon.expr.number.NamedTimeZone
Get the civil time offset to be made to a given date/time in a given civil timezone.
CLASS - Static variable in class net.sf.saxon.om.StandardNames
 
classVar - Variable in class com.saxonica.bytecode.util.CompilerService.StaticVariableInfo
 
Clause - Class in net.sf.saxon.expr.flwor
A "Clause" refers specifically to one of the clauses of a FLWOR expression, for example the "for" clause, the "let" clause, the "where" or "order by" clause.
Clause() - Constructor for class net.sf.saxon.expr.flwor.Clause
 
CLAUSE_BASE - Static variable in class net.sf.saxon.trace.Location
Values of the form CLAUSE_BASE + n represent FLWOR clauses
ClauseInfo - Class in net.sf.saxon.expr.flwor
A "trace" clause in a FLWOR expression, added by a TraceCodeInjector
ClauseInfo(Clause, Container) - Constructor for class net.sf.saxon.expr.flwor.ClauseInfo
 
clauses - Variable in class net.sf.saxon.expr.flwor.FLWORExpression
 
clear() - Method in class net.sf.saxon.expr.instruct.GlobalParameterSet
Clear all values
clear() - Method in class net.sf.saxon.expr.instruct.ParameterSet
Clear all values
clear() - Method in class net.sf.saxon.expr.sort.LRUCache
Clear the cache
clear() - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Clear the attribute list.
clear() - Method in class net.sf.saxon.xqj.SaxonXMLGregorianCalendar
Unset all fields to undefined.
clear() - Method in class net.sf.saxon.z.IntArraySet
 
clear() - Method in class net.sf.saxon.z.IntBlockSet
 
clear() - Method in class net.sf.saxon.z.IntCheckingSet
 
clear() - Method in class net.sf.saxon.z.IntComplementSet
 
clear() - Method in class net.sf.saxon.z.IntEmptySet
 
clear() - Method in class net.sf.saxon.z.IntHashMap
Clears the map.
clear() - Method in class net.sf.saxon.z.IntHashSet
 
clear() - Method in class net.sf.saxon.z.IntRangeSet
 
clear() - Method in interface net.sf.saxon.z.IntSet
Clear the contents of the IntSet (making it an empty set)
clear() - Method in class net.sf.saxon.z.IntSingletonSet
 
clear() - Method in class net.sf.saxon.z.IntToIntArrayMap
Clear the map.
clear() - Method in class net.sf.saxon.z.IntToIntHashMap
Clears the map.
clear() - Method in interface net.sf.saxon.z.IntToIntMap
Clear the map.
clear() - Method in class net.sf.saxon.z.IntUniversalSet
 
clearAllNamespaces() - Method in class net.sf.saxon.sxpath.IndependentContext
Clear all the declared namespaces, including the standard ones (xml, xslt, saxon).
clearDeclaredGlobalVariables() - Method in class net.sf.saxon.query.StaticQueryContext
Clear all declared global variables
clearDocumentIndexes(DocumentInfo) - Method in class net.sf.saxon.trans.KeyManager
Clear all the indexes for a given document.
clearDocumentPool() - Method in class net.sf.saxon.Controller
Clear the document pool.
clearNamespaces() - Method in class net.sf.saxon.query.StaticQueryContext
Clear all the user-declared namespaces
clearNamespaces() - Method in class net.sf.saxon.sxpath.IndependentContext
Clear all the declared namespaces, except for the standard ones (xml, xslt, saxon, xdt).
clearParameters() - Method in class net.sf.saxon.Controller
Reset the parameters to a null list.
clearParameters() - Method in class net.sf.saxon.query.DynamicQueryContext
Reset the parameters to an empty list.
clearSchemaCache() - Method in class com.saxonica.config.EnterpriseConfiguration
Remove all schema components that have been loaded into this Configuration.
clearSchemaCache() - Method in class net.sf.saxon.Configuration
Remove all schema components that have been loaded into this Configuration.
clone() - Method in class net.sf.saxon.xqj.SaxonXMLGregorianCalendar
Creates and returns a copy of this object.
cloneNode(boolean) - Method in class net.sf.saxon.dom.NodeOverNodeInfo
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
Closable - Class in net.sf.saxon.xqj
This class represents the common ability of many XQJ classes to be closed.
Closable() - Constructor for class net.sf.saxon.xqj.Closable
 
close() - Method in class com.saxonica.bytecode.iter.CompiledBlockIterator
 
close() - Method in class com.saxonica.bytecode.iter.CompiledFilterIterator
 
close() - Method in class com.saxonica.bytecode.iter.OneToOneMappingIterator
 
close() - Method in class com.saxonica.expr.ee.MultithreadedContextMappingIterator
 
close() - Method in class com.saxonica.expr.flwor.CountClausePush
Close the tuple stream, indicating that no more tuples will be supplied
close() - Method in class com.saxonica.expr.flwor.GroupByClausePull
Close the tuple stream, indicating that although not all tuples have been read, no further tuples are required and resources can be released
close() - Method in class com.saxonica.expr.flwor.GroupByClausePush
Close the tuple stream, indicating that although not all tuples have been read, no further tuples are required and resources can be released
close() - Method in class com.saxonica.expr.flwor.WindowClausePull
Close the tuple stream, indicating that no more tuples will be supplied
close() - Method in class com.saxonica.expr.flwor.WindowClausePush
Close the tuple stream, indicating that no more tuples will be supplied
close() - Method in class com.saxonica.ptree.PTreeEmitter
Notify the end of the event stream
close() - Method in class com.saxonica.pull.PullFromIterator
Close the event reader.
close() - Method in class com.saxonica.pull.PullToStax
 
close() - Method in class com.saxonica.pull.TinyTreeWalker
Close the event reader.
close() - Method in class com.saxonica.pull.TreeWalker
Close the event reader.
close() - Method in class com.saxonica.pull.VirtualTreeWalker
Close the event reader.
close() - Method in class com.saxonica.stream.Conduit
Interface allowing the consumer to indicate that no more items are required.
close() - Method in class com.saxonica.stream.feed.AdjacentTextNodeMergerFeed
Signal the end of the sequence of items
close() - Method in class com.saxonica.stream.feed.AvgFeed
Signal the end of the sequence of items
close() - Method in class com.saxonica.stream.feed.BufferingFeed
Signal the end of the sequence of items
close() - Method in class com.saxonica.stream.feed.CardinalityCheckingFeed
Signal the end of the sequence of items
close() - Method in class com.saxonica.stream.feed.ComplexNodeEventFeed
 
close() - Method in class com.saxonica.stream.feed.CountFeed
 
close() - Method in class com.saxonica.stream.feed.DecomposingFeed
Signal the end of the sequence of items
close() - Method in class com.saxonica.stream.feed.EventFeed
Finish evaluating the expression.
close() - Method in interface com.saxonica.stream.feed.Feed
Signal the end of the sequence of items
close() - Method in class com.saxonica.stream.feed.GeneralComparisonFeed
 
close() - Method in class com.saxonica.stream.feed.GroupingFeed
 
close() - Method in class com.saxonica.stream.feed.ItemFeed
Finish evaluating the expression.
close() - Method in class com.saxonica.stream.feed.IterateFeed
Finish evaluating the expression.
close() - Method in class com.saxonica.stream.feed.MinimaxFeed
Signal the end of the sequence of items
close() - Method in class com.saxonica.stream.feed.NextIterationFeed
Signal the end of the sequence of items
close() - Method in class com.saxonica.stream.feed.NoOpenOrCloseFeed
 
close() - Method in class com.saxonica.stream.feed.RetainingFeed
 
close() - Method in class com.saxonica.stream.feed.ShallowCopyEventFeed
 
close() - Method in class com.saxonica.stream.feed.SimpleNodeConstructorFeed
 
close() - Method in class com.saxonica.stream.feed.StringJoinFeed
Signal the end of the sequence of items
close() - Method in class com.saxonica.stream.feed.SumFeed
Signal the end of the sequence of items
close() - Method in class com.saxonica.stream.feed.WithParamFeed
Signal the end of the sequence of items
close() - Method in class com.saxonica.stream.SequenceExchanger.Consumer
Close the iterator.
close() - Method in class com.saxonica.stream.SequenceExchanger.SequencePusher
Close the output
close() - Method in class com.saxonica.stream.watch.AccumulatorWatch
 
close() - Method in class com.saxonica.stream.watch.ApplyTemplatesWatch
 
close() - Method in class com.saxonica.stream.watch.ComposingWatch
The close() method is called immediately before the Watch is destroyed, that is, when the element whose declaration scopes the constraint implemented by this Watch goes out of scope.
close() - Method in class com.saxonica.stream.watch.CountWatch
The close() method is called immediately before the Watch is destroyed, that is, when the element whose declaration scopes the constraint implemented by this Watch goes out of scope.
close() - Method in class com.saxonica.stream.watch.EmptyWatch
 
close() - Method in class com.saxonica.stream.watch.EventPushingWatch
 
close() - Method in class com.saxonica.stream.watch.ExistsWatch
 
close() - Method in class com.saxonica.stream.watch.ForEachComposingWatch
 
close() - Method in class com.saxonica.stream.watch.ForEachWatch
 
close() - Method in class com.saxonica.stream.watch.ForkingWatch
 
close() - Method in class com.saxonica.stream.watch.GroupedItemStoppingFeed
 
close() - Method in class com.saxonica.stream.watch.GroupingWatch
 
close() - Method in class com.saxonica.stream.watch.IterateWatch
 
close() - Method in class com.saxonica.stream.watch.SimpleContentWatch
The close() method is called immediately before the Watch is destroyed, that is, when the element whose declaration scopes the constraint implemented by this Watch goes out of scope.
close() - Method in interface com.saxonica.stream.watch.Watch
The close() method is called immediately before the Watch is destroyed, that is, when the element whose declaration scopes the constraint implemented by this Watch goes out of scope.
close() - Method in class com.saxonica.validate.AbstractWatch
The close() method is called immediately before the Watch is destroyed, that is, when the element whose declaration scopes the constraint implemented by this Watch goes out of scope.
close() - Method in class com.saxonica.validate.Checker
 
close() - Method in class com.saxonica.validate.FieldChecker
The close() method is called immediately before the Watch is destroyed, that is, when the element whose declaration scopes the constraint implemented by this Watch goes out of scope.
close() - Method in class com.saxonica.validate.IdValidator
End of document
close() - Method in class com.saxonica.validate.RefSelectorWatch
The close() method is called immediately before the Watch is destroyed, that is, when the element whose declaration scopes the constraint implemented by this Watch goes out of scope.
close() - Method in class com.saxonica.validate.SelectorWatch
The close() method is called immediately before the Watch is destroyed, that is, when the element whose declaration scopes the constraint implemented by this Watch goes out of scope.
close() - Method in class com.saxonica.xslt3.instruct.MergeEnumeration
 
close() - Method in class com.saxonica.xslt3.instruct.MergeGroupingIterator
 
close() - Method in interface javax.xml.xquery.PooledXQConnection
Closes the physical connection that this PooledXQConnection object represents.
close() - Method in interface javax.xml.xquery.XQConnection
Closes the connection.
close() - Method in interface javax.xml.xquery.XQExpression
Closes the expression object and release associated resources.
close() - Method in interface javax.xml.xquery.XQItem
Close the item and release all the resources associated with this item.
close() - Method in interface javax.xml.xquery.XQPreparedExpression
Closes the expression object and release all resources associated with this prepared expression.
close() - Method in interface javax.xml.xquery.XQSequence
Closes the sequence and frees all resources associated with this sequence.
close() - Method in class net.sf.saxon.dom.DOMWriter
End of the document.
close() - Method in class net.sf.saxon.event.Builder
 
close() - Method in class net.sf.saxon.event.ComplexContentOutputter
Close the output
close() - Method in class net.sf.saxon.event.ContentHandlerProxy
Notify the end of the event stream
close() - Method in class net.sf.saxon.event.ContentHandlerProxy.ContentHandlerProxyTraceListener
Method called at the end of execution, that is, when the run-time execution ends
close() - Method in class net.sf.saxon.event.ProxyReceiver
End of output.
close() - Method in interface net.sf.saxon.event.Receiver
Notify the end of the event stream
close() - Method in class net.sf.saxon.event.SequenceWriter
Close the output
close() - Method in class net.sf.saxon.event.Sink
End of event stream
close() - Method in class net.sf.saxon.event.StreamWriterToReceiver
 
close() - Method in class net.sf.saxon.event.TeeOutputter
Notify the end of the event stream
close() - Method in class net.sf.saxon.event.TracingFilter
End of document
close() - Method in class net.sf.saxon.event.TransformerReceiver
Override the behaviour of close() in ProxyReceiver, so that it fires off the transformation of the constructed document
close() - Method in class net.sf.saxon.event.TreeReceiver
End of event sequence
close() - Method in class net.sf.saxon.event.TypeCheckingFilter
End of event stream
close() - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
close() - Method in class net.sf.saxon.evpull.SequenceComposer
 
close() - Method in class net.sf.saxon.expr.AxisAtomizingIterator
 
close() - Method in class net.sf.saxon.expr.BigRangeIterator
 
close() - Method in class net.sf.saxon.expr.CardinalityCheckingIterator
 
close() - Method in class net.sf.saxon.expr.ContextMappingIterator
 
close() - Method in class net.sf.saxon.expr.DifferenceEnumeration
 
close() - Method in class net.sf.saxon.expr.ErrorIterator
 
close() - Method in class net.sf.saxon.expr.EveryItemMappingIterator
 
close() - Method in class net.sf.saxon.expr.FilterIterator
 
close() - Method in class net.sf.saxon.expr.flwor.ForClauseOuterPull
Close the tuple stream, indicating that although not all tuples have been read, no further tuples are required and resources can be released
close() - Method in class net.sf.saxon.expr.flwor.ForClauseOuterPush
 
close() - Method in class net.sf.saxon.expr.flwor.ForClausePull
Close the tuple stream, indicating that although not all tuples have been read, no further tuples are required and resources can be released
close() - Method in class net.sf.saxon.expr.flwor.ForClausePush
 
close() - Method in class net.sf.saxon.expr.flwor.LetClausePull
Close the tuple stream, indicating that although not all tuples have been read, no further tuples are required and resources can be released
close() - Method in class net.sf.saxon.expr.flwor.LetClausePush
 
close() - Method in class net.sf.saxon.expr.flwor.OrderByClausePull
Close the tuple stream, indicating that although not all tuples have been read, no further tuples are required and resources can be released
close() - Method in class net.sf.saxon.expr.flwor.OrderByClausePush
Close the tuple stream, indicating that no more tuples will be delivered
close() - Method in class net.sf.saxon.expr.flwor.ReturnClauseIterator
 
close() - Method in class net.sf.saxon.expr.flwor.ReturnClausePush
Close the tuple stream, indicating that no more tuples will be supplied
close() - Method in class net.sf.saxon.expr.flwor.TraceClausePull
Close the tuple stream, indicating that although not all tuples have been read, no further tuples are required and resources can be released
close() - Method in class net.sf.saxon.expr.flwor.TraceClausePush
 
close() - Method in class net.sf.saxon.expr.flwor.TuplePull
Close the tuple stream, indicating that although not all tuples have been read, no further tuples are required and resources can be released
close() - Method in class net.sf.saxon.expr.flwor.TuplePush
Close the tuple stream, indicating that no more tuples will be supplied
close() - Method in class net.sf.saxon.expr.flwor.WhereClausePull
Close the tuple stream, indicating that although not all tuples have been read, no further tuples are required and resources can be released
close() - Method in class net.sf.saxon.expr.flwor.WhereClausePush
 
close() - Method in class net.sf.saxon.expr.instruct.BlockIterator
 
close() - Method in class net.sf.saxon.expr.IntersectionEnumeration
 
close() - Method in class net.sf.saxon.expr.ItemMappingIterator
 
close() - Method in class net.sf.saxon.expr.MappingIterator
 
close() - Method in class net.sf.saxon.expr.RangeIterator
 
close() - Method in class net.sf.saxon.expr.ReverseRangeIterator
 
close() - Method in class net.sf.saxon.expr.sort.DocumentOrderIterator
 
close() - Method in class net.sf.saxon.expr.sort.GroupAdjacentIterator
 
close() - Method in class net.sf.saxon.expr.sort.GroupByIterator
 
close() - Method in class net.sf.saxon.expr.sort.GroupMatchingIterator
 
close() - Method in class net.sf.saxon.expr.sort.SortedIterator
 
close() - Method in class net.sf.saxon.expr.StringTokenIterator
 
close() - Method in class net.sf.saxon.expr.SubsequenceIterator
 
close() - Method in class net.sf.saxon.expr.TailIterator
 
close() - Method in class net.sf.saxon.expr.UnionEnumeration
 
close() - Method in class net.sf.saxon.expr.ValueTailIterator
 
close() - Method in class net.sf.saxon.functions.DistinctValues.DistinctIterator
 
close() - Method in class net.sf.saxon.functions.IndexOf.IndexIterator
 
close() - Method in class net.sf.saxon.functions.Insert.InsertIterator
 
close() - Method in class net.sf.saxon.functions.Remove.RemoveIterator
 
close() - Method in class net.sf.saxon.lib.AugmentedSource
Close any resources held by this Source.
close(Result) - Method in interface net.sf.saxon.lib.OutputURIResolver
Signal completion of the result document.
close(Source) - Static method in class net.sf.saxon.lib.ParseOptions
Close any resources held by a given Source.
close(Result) - Method in class net.sf.saxon.lib.StandardOutputResolver
Signal completion of the result document.
close() - Method in interface net.sf.saxon.lib.TraceListener
Method called at the end of execution, that is, when the run-time execution ends
close() - Method in class net.sf.saxon.om.MemoSequence.ProgressiveIterator
 
close() - Method in interface net.sf.saxon.om.SequenceIterator
Close the iterator.
close() - Method in class net.sf.saxon.option.axiom.AxiomWriter
End of the document.
close() - Method in class net.sf.saxon.option.dom4j.DOM4JWriter
End of the document.
close() - Method in class net.sf.saxon.option.jdom.JDOMWriter
End of the document.
close() - Method in class net.sf.saxon.option.jdom2.JDOM2Writer
End of the document.
close() - Method in class net.sf.saxon.option.xom.XOMWriter
End of the document.
close() - Method in class net.sf.saxon.pull.PullFilter
Close the event reader.
close() - Method in interface net.sf.saxon.pull.PullProvider
Close the event reader.
close() - Method in class net.sf.saxon.pull.StaxBridge
Close the event reader.
close() - Method in class net.sf.saxon.query.SequenceWrapper
Notify the end of the event stream
close() - Method in class net.sf.saxon.regex.ARegexIterator
 
close() - Method in class net.sf.saxon.regex.ATokenIterator
 
close() - Method in class net.sf.saxon.regex.JRegexIterator
 
close() - Method in class net.sf.saxon.regex.JTokenIterator
 
close() - Method in interface net.sf.saxon.s9api.Destination
Close the destination, allowing resources to be released.
close() - Method in class net.sf.saxon.s9api.DOMDestination
Close the destination, allowing resources to be released.
close() - Method in class net.sf.saxon.s9api.SAXDestination
Close the destination, allowing resources to be released.
close() - Method in class net.sf.saxon.s9api.SchemaValidator
Close the destination, allowing resources to be released.
close() - Method in class net.sf.saxon.s9api.Serializer
Close any resources associated with this destination.
close() - Method in class net.sf.saxon.s9api.TeeDestination
Close the destination, allowing resources to be released.
close() - Method in class net.sf.saxon.s9api.XdmDestination
Close the destination, allowing resources to be released.
close() - Method in class net.sf.saxon.s9api.XQueryEvaluator
Close this destination, allowing resources to be released.
close() - Method in class net.sf.saxon.s9api.XsltTransformer
Close this destination, allowing resources to be released.
close() - Method in class net.sf.saxon.serialize.Emitter
Notify the end of the event stream
close() - Method in class net.sf.saxon.serialize.ImplicitResultChecker
 
close() - Method in class net.sf.saxon.serialize.MessageEmitter
 
close() - Method in class net.sf.saxon.serialize.MessageWarner
 
close() - Method in class net.sf.saxon.serialize.UncommittedSerializer
End of document
close() - Method in class net.sf.saxon.serialize.UTF8Writer
 
close() - Method in class net.sf.saxon.serialize.XMLEmitter
End of the document.
close() - Method in class net.sf.saxon.stax.ReceiverToXMLStreamWriter
 
close() - Method in class net.sf.saxon.stax.XMLStreamWriterDestination
 
close() - Method in class net.sf.saxon.trace.AbstractTraceListener
Called at end
close() - Method in class net.sf.saxon.trace.ExpressionPresenter
Close the output
close() - Method in class net.sf.saxon.trace.TimingTraceListener
Called at end.
close() - Method in class net.sf.saxon.trace.TraceEventMulticaster
Called at end
close() - Method in class net.sf.saxon.tree.iter.AdjacentTextNodeMergingIterator
 
close() - Method in class net.sf.saxon.tree.iter.ArrayIterator
 
close() - Method in class net.sf.saxon.tree.iter.AtomizingIterator
 
close() - Method in class net.sf.saxon.tree.iter.AxisIteratorImpl
 
close() - Method in class net.sf.saxon.tree.iter.AxisIteratorOverSequence
 
close() - Method in class net.sf.saxon.tree.iter.EmptyIterator
 
close() - Method in class net.sf.saxon.tree.iter.HomogeneityCheckerIterator
 
close() - Method in class net.sf.saxon.tree.iter.IteratorIterator
 
close() - Method in class net.sf.saxon.tree.iter.ListIterator
 
close() - Method in class net.sf.saxon.tree.iter.LookaheadIteratorImpl
 
close() - Method in class net.sf.saxon.tree.iter.ManualIterator
 
close() - Method in class net.sf.saxon.tree.iter.NodeWrappingAxisIterator
 
close() - Method in class net.sf.saxon.tree.iter.PrependIterator
 
close() - Method in class net.sf.saxon.tree.iter.ReverseArrayIterator
 
close() - Method in class net.sf.saxon.tree.iter.SingleNodeIterator
 
close() - Method in class net.sf.saxon.tree.iter.SingletonIterator
 
close() - Method in class net.sf.saxon.tree.iter.TextLinesIterator
 
close() - Method in class net.sf.saxon.tree.iter.UntypedAtomizingIterator
 
close() - Method in class net.sf.saxon.tree.linked.LinkedTreeBuilder
Close the stream of Receiver events
close() - Method in class net.sf.saxon.tree.tiny.TinyBuilder
 
close() - Method in class net.sf.saxon.tree.util.SteppingNavigator.DescendantAxisIterator
 
close() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy.VirtualCopier
 
close() - Method in class net.sf.saxon.tree.wrapper.WrappingIterator
 
close() - Method in class net.sf.saxon.value.MemoClosure.ProgressiveIterator
 
close() - Method in class net.sf.saxon.value.StringValue.CharacterIterator
 
close() - Method in class net.sf.saxon.xqj.Closable
Close this object
closeStartTag() - Method in class net.sf.saxon.serialize.XMLEmitter
Mark the end of the start tag
Closure<T extends Item> - Class in net.sf.saxon.value
A Closure represents a value that has not yet been evaluated: the value is represented by an expression, together with saved values of all the context variables that the expression depends on.
Closure() - Constructor for class net.sf.saxon.value.Closure
Constructor should not be called directly, instances should be made using the make() method.
code - Variable in exception net.sf.saxon.dom.DOMExceptionImpl
 
CodedName - Class in net.sf.saxon.om
An implementation of NodeName that encapsulates an integer namecode and a reference to the NamePool from which it was allocated.
CodedName(int, NamePool) - Constructor for class net.sf.saxon.om.CodedName
 
CodeInjector - Interface in net.sf.saxon.expr.parser
A code injector can be used to add code to the expression tree (for example, diagnostic tracing code) during the process of parsing and tree construction
codeInjector - Variable in class net.sf.saxon.expr.parser.ExpressionParser
 
CODEPOINT_COLLATION_URI - Static variable in class net.sf.saxon.lib.NamespaceConstant
URI identifying the Unicode codepoint collation
CodepointCollatingComparer - Class in net.sf.saxon.expr.sort
An AtomicComparer used for comparing strings, untypedAtomic values, and URIs using the Unicode codepoint collation.
CodepointCollator - Class in net.sf.saxon.expr.sort
A collating sequence that uses Unicode codepoint ordering
CodepointCollator() - Constructor for class net.sf.saxon.expr.sort.CodepointCollator
 
CodepointEqual - Class in net.sf.saxon.functions
Implements the XPath 2.0 fn:codepoint-equal() function.
CodepointEqual() - Constructor for class net.sf.saxon.functions.CodepointEqual
 
codepointEquals(StringValue) - Method in class net.sf.saxon.value.StringValue
Test whether this StringValue is equal to another under the rules of the codepoint collation
CodepointsToString - Class in net.sf.saxon.functions
This class implements the function fn:codepoints-to-string()
CodepointsToString() - Constructor for class net.sf.saxon.functions.CodepointsToString
 
CodepointsToStringCompiler - Class in com.saxonica.bytecode
Generate bytecode for evaluation of a CodepointstoString function
CodepointsToStringCompiler() - Constructor for class com.saxonica.bytecode.CodepointsToStringCompiler
 
coerce(FunctionItem, SpecificFunctionType, RoleLocator, TypeCheckerEnvironment) - Static method in class com.saxonica.functions.hof.CoercedFunction
Factory method to create a CoercedFunction with a given type, for a given targetFunction.
CoercedFunction - Class in com.saxonica.functions.hof
A function item obtained by coercing a supplied function; this adds a wrapper to perform dynamic type checking of the arguments in any call, and type checking of the result.
CoercedFunction(FunctionItem) - Constructor for class com.saxonica.functions.hof.CoercedFunction
Create a CoercedFunction as a wrapper around a target function
COLLAPSE - Static variable in class net.sf.saxon.value.Whitespace
 
collapseWhitespace(CharSequence) - Static method in class net.sf.saxon.value.Whitespace
Collapse whitespace as defined in XML Schema.
CollatingAtomicComparer - Class in net.sf.saxon.expr.sort
An AtomicComparer used for comparing strings, untypedAtomic values, and URIs using a collation.
CollatingAtomicComparer(StringCollator, Platform) - Constructor for class net.sf.saxon.expr.sort.CollatingAtomicComparer
Create an GenericAtomicComparer
CollatingFunction - Class in net.sf.saxon.functions
Abstract superclass for all functions that take an optional collation argument
CollatingFunction() - Constructor for class net.sf.saxon.functions.CollatingFunction
 
collation - Variable in class net.sf.saxon.expr.sort.SortKeyDefinition
 
COLLATION - Static variable in class net.sf.saxon.om.StandardNames
 
COLLATION_KEY_NaN - Static variable in class net.sf.saxon.expr.sort.AtomicSortComparer
 
COLLATION_URI_RESOLVER - Static variable in class net.sf.saxon.lib.FeatureKeys
The supplied CollationURIResolver is used to process any collation URIs found in the query or stylesheet, returning an object of class StringCollator that implements the requested collation.
COLLATION_URI_RESOLVER_CLASS - Static variable in class net.sf.saxon.lib.FeatureKeys
The supplied class is instantiated and the resulting instance is used as the value of the FeatureKeys#COLLATION_URI_RESOLVER property.
CollationDeclaration - Interface in net.sf.saxon.style
Interface implemented by SaxonCollation, which is not available in Saxon-HE
CollationMap - Class in net.sf.saxon.expr
This object maps collation URIs to collations.
CollationMap(Configuration) - Constructor for class net.sf.saxon.expr.CollationMap
Create a collation map
CollationMap(CollationMap) - Constructor for class net.sf.saxon.expr.CollationMap
Create a copy of a collation map
collationName - Variable in class net.sf.saxon.expr.sort.SortKeyDefinition
 
collationName - Variable in class net.sf.saxon.style.XSLSortOrMergeKey
 
CollationURIResolver - Interface in net.sf.saxon.lib
A CollationURIResolver accepts a collation name as input, and returns a collation (represented by a StringCollator as output.
Collection - Class in net.sf.saxon.functions
Implement the fn:collection() function.
Collection() - Constructor for class net.sf.saxon.functions.Collection
 
COLLECTION_URI_RESOLVER - Static variable in class net.sf.saxon.lib.FeatureKeys
The supplied CollectionURIResolver is used to process any URIs used in calls to the collection() function.
COLLECTION_URI_RESOLVER_CLASS - Static variable in class net.sf.saxon.lib.FeatureKeys
The supplied class is instantiated and the resulting instance is used as the value of the FeatureKeys#COLLECTION_URI_RESOLVER property.
collectionResolver - Variable in class net.sf.saxon.Configuration
 
CollectionURIResolver - Interface in net.sf.saxon.lib
This interface defines a CollectionURIResolver.
COLONCOLON - Static variable in class net.sf.saxon.expr.parser.Token
"::" symbol
COLONSTAR - Static variable in class net.sf.saxon.expr.parser.Token
":*" symbol
columnNumber(XPathContext) - Static method in class com.saxonica.functions.extfn.Extensions
Return the column number of the context node.
columnNumber(NodeInfo) - Static method in class com.saxonica.functions.extfn.Extensions
Return the column number of the specified node.
com.saxonica - package com.saxonica
This package together with its subpackages contains the code of Saxon-PE and Saxon-EE, other than the code that is in common with the open-source version Saxon-HE.
com.saxonica.bytecode - package com.saxonica.bytecode
This package and its subpackages contain code responsible for bytecode generation under Saxon-EE.
com.saxonica.bytecode.converter - package com.saxonica.bytecode.converter
This package contains classes responsible for generating bytecode to effect data type conversions, for example boolean to double conversion.
com.saxonica.bytecode.iter - package com.saxonica.bytecode.iter
This package contains classes responsible for generating bytecode for custom iterators.
com.saxonica.bytecode.map - package com.saxonica.bytecode.map
This package contains classes responsible for generating bytecode for custom mapping functions.
com.saxonica.bytecode.util - package com.saxonica.bytecode.util
This package contains utility classes supporting the generation of bytecode and the interface with the ASM library.
com.saxonica.config - package com.saxonica.config
This package contains classes supporting configuration of Saxon-PE and Saxon-EE.
com.saxonica.config.ee - package com.saxonica.config.ee
 
com.saxonica.expr - package com.saxonica.expr
This package contains classes used to support expressions and instructions that are new in XPath 3.0, XQuery 3.0, or XSLT 3.0, and that don't fit conveniently into a more specialized category (such as streaming).
com.saxonica.expr.ee - package com.saxonica.expr.ee
This package contains classes used to support expressions and instructions that are specific to Saxon-EE, and that don't fit conveniently into a more specialized category (such as streaming).
com.saxonica.expr.flwor - package com.saxonica.expr.flwor
This package contains classes responsible for evaluation of FLWOR expressions, in particular, those clauses of FLWOR expressions that are not supported in Saxon-HE.
com.saxonica.functions - package com.saxonica.functions
 
com.saxonica.functions.extfn - package com.saxonica.functions.extfn
The package com.saxonica.extfn contains implementations of extension functions in the Saxon namespace.
com.saxonica.functions.hof - package com.saxonica.functions.hof
The package com.saxonica.hof contains code to support higher-order functions.
com.saxonica.functions.map - package com.saxonica.functions.map
This package implements maps, a Saxon extension to the XSLT and XQuery specification that provides a dictionary-like data structure.
com.saxonica.functions.xpath3 - package com.saxonica.functions.xpath3
This package implements functions that appear for the first time in the third version of the XPath function library, currently titled Functions and Operators 1-1, other than functions that naturally fit into another category, such as higher-order functions.
com.saxonica.functions.xslt3 - package com.saxonica.functions.xslt3
This package contains implementations of functions specific to XSLT 3.0.
com.saxonica.jaxp - package com.saxonica.jaxp
This package contains the Saxon implementation of the JAXP schema validation API.
com.saxonica.ptree - package com.saxonica.ptree
The package com.saxonica.ptree contains classes used to support the persistent tree model in Saxon, allowing binary storage of XML documents on disc.
com.saxonica.pull - package com.saxonica.pull
This package extends the pull API for Saxon that is provided in package net.sf.saxon.pull in Saxon-HE.
com.saxonica.schema - package com.saxonica.schema
This package contains classes used to represent the information in a schema, that is, the schema components.
com.saxonica.schema.fsa - package com.saxonica.schema.fsa
The package com.saxonica.fsa contains classes used to implement the finite state machines used when validating document instances against a schema.
com.saxonica.schema.sdoc - package com.saxonica.schema.sdoc
This package contains code used to import a schema.
com.saxonica.serialize - package com.saxonica.serialize
This package contains additions to the serializer that are specific to Saxon-PE and Saxon-EE.
com.saxonica.stream - package com.saxonica.stream
This package and its subpackages contains classes used to support streaming and document projection.
com.saxonica.stream.adjunct - package com.saxonica.stream.adjunct
This package contains classes used to support streaming.
com.saxonica.stream.feed - package com.saxonica.stream.feed
This package contains classes used to support streaming.
com.saxonica.stream.om - package com.saxonica.stream.om
The package com.saxonica.stream.om contains internal code to support executing of streaming templates in XSLT.
com.saxonica.stream.watch - package com.saxonica.stream.watch
This package contains defines the two interfaces Watch and WatchMaker, and various implementations of these interfaces.
com.saxonica.update - package com.saxonica.update
This package contains classes used to support XQuery Update.
com.saxonica.validate - package com.saxonica.validate
The validation package contains classes used to validate document instances against a schema.
com.saxonica.xslt3 - package com.saxonica.xslt3
 
com.saxonica.xslt3.instruct - package com.saxonica.xslt3.instruct
 
com.saxonica.xslt3.style - package com.saxonica.xslt3.style
 
com.saxonica.xsltextn - package com.saxonica.xsltextn
This package contains classes used at compile time to support extensions to XSLT beyond 2.0: both facilities in the working draft of XSLT 3.0, and extensions specific to Saxon.
com.saxonica.xsltextn.instruct - package com.saxonica.xsltextn.instruct
 
com.saxonica.xsltextn.style - package com.saxonica.xsltextn.style
 
CombinedNodeTest - Class in net.sf.saxon.pattern
A CombinedNodeTest combines two nodetests using one of the operators union (=or), intersect (=and), difference (= "and not").
CombinedNodeTest(NodeTest, int, NodeTest) - Constructor for class net.sf.saxon.pattern.CombinedNodeTest
Create a NodeTest that combines two other node tests
combinePair(char, char) - Static method in class net.sf.saxon.serialize.charcode.UTF16CharacterSet
Return the non-BMP character corresponding to a given surrogate pair surrogates.
COMMA - Static variable in class net.sf.saxon.expr.parser.Token
Comma token
CommandLineOptions - Class in net.sf.saxon.trans
This is a helper class for classes such as net.sf.saxon.Transform and net.sf.saxon.Query that process command line options
CommandLineOptions() - Constructor for class net.sf.saxon.trans.CommandLineOptions
 
comment(char[], int, int) - Method in class com.saxonica.jaxp.ValidatorHandlerImpl
Report an XML comment anywhere in the document.
comment(CharSequence, int, int) - Method in class com.saxonica.ptree.PTreeEmitter
Notify a comment.
comment(CharSequence, int, int) - Method in class com.saxonica.schema.sdoc.VersionControlFilter
Output a comment
comment(CharSequence, int, int) - Method in class com.saxonica.serialize.BinaryEmitter
 
comment(CharSequence, int, int) - Method in class com.saxonica.stream.Projector
 
comment(CharSequence, int, int) - Method in class com.saxonica.stream.watch.WatchManager
Output a comment
comment(CharSequence, int, int) - Method in class com.saxonica.validate.Checker
 
comment(CharSequence, int, int) - Method in class net.sf.saxon.dom.DOMWriter
Handle a comment.
comment(CharSequence, int, int) - Method in class net.sf.saxon.event.CommentStripper
Remove comments
comment(CharSequence, int, int) - Method in class net.sf.saxon.event.ComplexContentOutputter
Write a comment
comment(CharSequence, int, int) - Method in class net.sf.saxon.event.ContentHandlerProxy
Output a comment.
comment(CharSequence, int, int) - Method in class net.sf.saxon.event.IDFilter
Output a comment
comment(CharSequence, int, int) - Method in class net.sf.saxon.event.OnEmptyHandler
 
comment(CharSequence, int, int) - Method in class net.sf.saxon.event.ProxyReceiver
Output a comment
comment(CharSequence, int, int) - Method in interface net.sf.saxon.event.Receiver
Notify a comment.
comment(char[], int, int) - Method in class net.sf.saxon.event.ReceivingContentHandler
Notify the existence of a comment.
comment(CharSequence, int, int) - Method in class net.sf.saxon.event.SequenceWriter
Write a comment.
comment(CharSequence, int, int) - Method in class net.sf.saxon.event.Sink
Output a comment
comment(CharSequence, int, int) - Method in class net.sf.saxon.event.TeeOutputter
Notify a comment.
comment(CharSequence, int, int) - Method in class net.sf.saxon.event.TracingFilter
Output a comment
comment(CharSequence, int, int) - Method in class net.sf.saxon.event.TreeReceiver
Output a comment
comment(CharSequence, int, int) - Method in class net.sf.saxon.event.TypeCheckingFilter
Output a comment
Comment - Class in net.sf.saxon.expr.instruct
An instruction representing an xsl:comment element in the stylesheet.
Comment() - Constructor for class net.sf.saxon.expr.instruct.Comment
Construct the instruction
comment(CharSequence, int, int) - Method in class net.sf.saxon.option.axiom.AxiomWriter
Handle a comment.
comment(CharSequence, int, int) - Method in class net.sf.saxon.option.dom4j.DOM4JWriter
Handle a comment.
comment(CharSequence, int, int) - Method in class net.sf.saxon.option.jdom.JDOMWriter
Handle a comment.
comment(CharSequence, int, int) - Method in class net.sf.saxon.option.jdom2.JDOM2Writer
Handle a comment.
comment(CharSequence, int, int) - Method in class net.sf.saxon.option.xom.XOMWriter
Handle a comment.
COMMENT - Static variable in class net.sf.saxon.pattern.NodeKindTest
 
COMMENT - Static variable in interface net.sf.saxon.pull.PullProvider
A COMMENT event is notified for a comment node, which may be either a top-level comment or one nested within an element or document node.
comment(CharSequence, int, int) - Method in class net.sf.saxon.query.SequenceWrapper
Output a comment
comment(CharSequence, int, int) - Method in class net.sf.saxon.serialize.CDATAFilter
Output a comment
comment(CharSequence, int, int) - Method in class net.sf.saxon.serialize.HTMLIndenter
Output a comment
comment(CharSequence, int, int) - Method in class net.sf.saxon.serialize.ImplicitResultChecker
 
comment(CharSequence, int, int) - Method in class net.sf.saxon.serialize.TEXTEmitter
Output a comment.
comment(CharSequence, int, int) - Method in class net.sf.saxon.serialize.UncommittedSerializer
Output a comment
comment(CharSequence, int, int) - Method in class net.sf.saxon.serialize.XML10ContentChecker
Output a comment
comment(CharSequence, int, int) - Method in class net.sf.saxon.serialize.XMLEmitter
Handle a comment.
comment(CharSequence, int, int) - Method in class net.sf.saxon.serialize.XMLIndenter
Output a comment
comment(CharSequence, int, int) - Method in class net.sf.saxon.stax.ReceiverToXMLStreamWriter
 
comment(CharSequence, int, int) - Method in class net.sf.saxon.style.UseWhenFilter
Output a comment
comment(CharSequence, int, int) - Method in class net.sf.saxon.tree.linked.LinkedBuilderMonitor
 
comment(CharSequence, int, int) - Method in class net.sf.saxon.tree.linked.LinkedTreeBuilder
Notify a comment
comment(CharSequence, int, int) - Method in class net.sf.saxon.tree.tiny.TinyBuilder
Callback interface for SAX: not for application use
comment(CharSequence, int, int) - Method in class net.sf.saxon.tree.tiny.TinyBuilderMonitor
 
COMMENT - Static variable in class net.sf.saxon.type.Type
Item type representing a comment node
commentBuffer - Variable in class net.sf.saxon.tree.tiny.TinyTree
 
CommentCompiler - Class in com.saxonica.bytecode
Generate bytecode for the Comment Instruction
CommentCompiler() - Constructor for class com.saxonica.bytecode.CommentCompiler
 
CommentStripper - Class in net.sf.saxon.event
The CommentStripper class is a filter that removes all comments and processing instructions.
CommentStripper(Receiver) - Constructor for class net.sf.saxon.event.CommentStripper
Default constructor for use in subclasses
commit() - Method in interface javax.xml.xquery.XQConnection
Makes all changes made in the current transaction permanent and releases any locks held by the datasource.
commit() - Method in class net.sf.saxon.xqj.SaxonXQConnection
 
Common - Class in net.sf.saxon.option.exslt
This class implements extension functions in the http://exslt.org/common namespace.
compact() - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Compact the attribute list to avoid wasting memory
ComparableAtomicValueComparer - Class in net.sf.saxon.expr.sort
A comparer for comparing two "ordinary" atomic values, where the values implement the Comparable interface and the equals() method with the appropriate XPath semantics.
ComparableAtomicValueComparer() - Constructor for class net.sf.saxon.expr.sort.ComparableAtomicValueComparer
 
comparators - Variable in class com.saxonica.xslt3.instruct.MergeInstr
 
comparators - Variable in class net.sf.saxon.expr.sort.SortedIterator
 
compare(int, int) - Method in class net.sf.saxon.expr.flwor.OrderByClausePull
Compare two objects within this Sortable, identified by their position.
compare(int, int) - Method in class net.sf.saxon.expr.flwor.OrderByClausePush
Compare two objects within this Sortable, identified by their position.
compare(AtomicValue, int, AtomicValue, AtomicComparer, boolean, XPathContext) - Static method in class net.sf.saxon.expr.GeneralComparison
Compare two atomic values
compare(int, int) - Method in class net.sf.saxon.expr.sort.DocumentOrderIterator
Compare two nodes in document sequence (needed to implement the Sortable interface)
compare(Item, Item) - Method in class net.sf.saxon.expr.sort.GlobalOrderComparer
 
compare(Item, Item) - Method in interface net.sf.saxon.expr.sort.ItemOrderComparer
Compare two objects.
compare(Item, Item) - Method in class net.sf.saxon.expr.sort.LocalOrderComparer
 
compare(int, int) - Method in interface net.sf.saxon.expr.sort.Sortable
Compare two objects within this Sortable, identified by their position.
compare(int, int) - Method in class net.sf.saxon.expr.sort.SortedIterator
Compare two items in sorted sequence (needed to implement the Sortable interface)
Compare - Class in net.sf.saxon.functions
This class implements the XPath 2.0 fn:compare() function
Compare() - Constructor for class net.sf.saxon.functions.Compare
 
compare(int, int) - Method in class net.sf.saxon.serialize.AttributeSorter
Compare two objects within this Sortable, identified by their position.
compare(Duration) - Method in class net.sf.saxon.xqj.SaxonDuration
Partial order relation comparison with this Duration instance.
compare(XMLGregorianCalendar) - Method in class net.sf.saxon.xqj.SaxonXMLGregorianCalendar
Compare two instances of W3C XML Schema 1.0 date/time datatypes according to partial order relation defined in W3C XML Schema 1.0 Part 2, Section 3.2.7.3, Order relation on dateTime.
COMPARE_ANNOTATIONS - Static variable in class net.sf.saxon.functions.DeepEqual
Flag indicating that elements and attributes must have the same type annotation to be considered deep-equal
COMPARE_ID_FLAGS - Static variable in class net.sf.saxon.functions.DeepEqual
Flag indicating that the is-id and is-idref flags are to be compared
COMPARE_STRING_VALUES - Static variable in class net.sf.saxon.functions.DeepEqual
Flag indicating that elements and attributes should always be compared according to their string value, not their typed value
compareAtomicValues(AtomicValue, AtomicValue) - Method in interface net.sf.saxon.expr.sort.AtomicComparer
Compare two AtomicValue objects according to the rules for their data type.
compareAtomicValues(AtomicValue, AtomicValue) - Method in class net.sf.saxon.expr.sort.AtomicSortComparer
Compare two AtomicValue objects according to the rules for their data type.
compareAtomicValues(AtomicValue, AtomicValue) - Method in class net.sf.saxon.expr.sort.CalendarValueComparer
Compare two AtomicValue objects according to the rules for their data type.
compareAtomicValues(AtomicValue, AtomicValue) - Method in class net.sf.saxon.expr.sort.CodepointCollatingComparer
Compare two AtomicValue objects according to the rules for their data type.
compareAtomicValues(AtomicValue, AtomicValue) - Method in class net.sf.saxon.expr.sort.CollatingAtomicComparer
Compare two AtomicValue objects according to the rules for their data type.
compareAtomicValues(AtomicValue, AtomicValue) - Method in class net.sf.saxon.expr.sort.ComparableAtomicValueComparer
Compare two AtomicValue objects according to the rules for their data type.
compareAtomicValues(AtomicValue, AtomicValue) - Method in class net.sf.saxon.expr.sort.DescendingComparer
Compare two objects.
compareAtomicValues(AtomicValue, AtomicValue) - Method in class net.sf.saxon.expr.sort.DoubleSortComparer
Compare two AtomicValue objects according to the rules for their data type.
compareAtomicValues(AtomicValue, AtomicValue) - Method in class net.sf.saxon.expr.sort.EmptyGreatestComparer
Compare two AtomicValue objects according to the rules for their data type.
compareAtomicValues(AtomicValue, AtomicValue) - Method in class net.sf.saxon.expr.sort.EqualityComparer
Compare two AtomicValue objects according to the rules for their data type.
compareAtomicValues(AtomicValue, AtomicValue) - Method in class net.sf.saxon.expr.sort.GenericAtomicComparer
Compare two AtomicValue objects according to the rules for their data type.
compareAtomicValues(AtomicValue, AtomicValue) - Method in class net.sf.saxon.expr.sort.NumericComparer
Compare two Items by converting them to numbers and comparing the numeric values.
compareAtomicValues(AtomicValue, AtomicValue) - Method in class net.sf.saxon.expr.sort.TextComparer
Compare two Items by converting them to strings and comparing the string values.
compareComputedRank(Rule) - Method in class net.sf.saxon.trans.Rule
Rules have an ordering, based on their precedence and priority.
compareCS(CharSequence, CharSequence) - Method in class net.sf.saxon.expr.sort.CodepointCollator
Compare two CharSequence objects.
compareDocumentPosition(Node) - Method in class net.sf.saxon.dom.NodeOverNodeInfo
Compare the position of the (other) node in document order with the reference node (this node).
compareDocumentPosition(Node) - Method in class net.sf.saxon.dom.TextOverAttrInfo
Compare the position of the (other) node in document order with the reference node (this node).
compareNonComparables(AtomicValue, AtomicValue) - Method in class com.saxonica.expr.EquivalenceComparer
Compare two values that are known to be non-comparable.
compareNonComparables(AtomicValue, AtomicValue) - Method in class net.sf.saxon.expr.sort.AtomicSortComparer
Compare two values that are known to be non-comparable.
compareOrder(NodeInfo) - Method in class com.saxonica.pull.UnconstructedParent
Determine the relative position of this node and another node, in document order.
compareOrder(NodeInfo) - Method in class com.saxonica.stream.om.FleetingNode
Determine the relative position of this node and another node, in document order.
compareOrder(NodeInfo) - Method in class net.sf.saxon.dom.DOMNodeWrapper
Determine the relative position of this node and another node, in document order.
compareOrder(NodeInfo) - Method in interface net.sf.saxon.om.NodeInfo
Determine the relative position of this node and another node, in document order.
compareOrder(NodeInfo) - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Determine the relative position of this node and another node, in document order.
compareOrder(NodeInfo) - Method in class net.sf.saxon.option.axiom.AxiomDocumentWrapper
Determine the relative position of this node and another node, in document order.
compareOrder(NodeInfo) - Method in class net.sf.saxon.option.axiom.AxiomElementNodeWrapper
Determine the relative position of this node and another node, in document order.
compareOrder(NodeInfo) - Method in class net.sf.saxon.option.axiom.AxiomLeafNodeWrapper
Determine the relative position of this node and another node, in document order.
compareOrder(NodeInfo) - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
Determine the relative position of this node and another node, in document order.
compareOrder(NodeInfo) - Method in class net.sf.saxon.option.jdom.JDOMNodeWrapper
Determine the relative position of this node and another node, in document order.
compareOrder(NodeInfo) - Method in class net.sf.saxon.option.jdom2.JDOM2NodeWrapper
Determine the relative position of this node and another node, in document order.
compareOrder(NodeInfo) - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Determine the relative position of this node and another node, in document order.
compareOrder(NodeInfo) - Method in class net.sf.saxon.tree.linked.NodeImpl
Determine the relative position of this node and another node, in document order.
compareOrder(NodeInfo) - Method in class net.sf.saxon.tree.NamespaceNode
Determine the relative position of this node and another node, in document order.
compareOrder(NodeInfo) - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Determine the relative position of this node and another node, in document order.
compareOrder(SiblingCountingNode, SiblingCountingNode) - Static method in class net.sf.saxon.tree.util.Navigator
Generic (model-independent) method to determine the relative position of two node in document order.
compareOrder(NodeInfo) - Method in class net.sf.saxon.tree.util.Orphan
Determine the relative position of this node and another node, in document order.
compareOrder(NodeInfo) - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Determine the relative position of this node and another node, in document order.
compareOrder(NodeInfo) - Method in class net.sf.saxon.tree.wrapper.SpaceStrippedNode
Determine the relative position of this node and another node, in document order.
compareOrder(NodeInfo) - Method in class net.sf.saxon.tree.wrapper.TypeStrippedNode
Determine the relative position of this node and another node, in document order.
compareOrder(NodeInfo) - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Determine the relative position of this node and another node, in document order.
compareOrder(NodeInfo) - Method in class net.sf.saxon.value.TextFragmentValue
Determine the relative position of this node and another node, in document order.
comparePosition(NodeInfo) - Method in class com.saxonica.pull.UnconstructedParent
Determine the relative position of this node and another node, in document order, distinguishing whether the first node is a preceding, following, descendant, ancestor, or the same node as the second.
comparePosition(NodeInfo) - Method in class com.saxonica.stream.om.FleetingNode
Determine the relative position of this node and another node, in document order, distinguishing whether the first node is a preceding, following, descendant, ancestor, or the same node as the second.
comparePosition(NodeInfo) - Method in class net.sf.saxon.dom.DOMNodeWrapper
Determine the relative position of this node and another node, in document order, distinguishing whether the first node is a preceding, following, descendant, ancestor, or the same node as the second.
comparePosition(NodeInfo) - Method in interface net.sf.saxon.om.NodeInfo
Determine the relative position of this node and another node, in document order, distinguishing whether the first node is a preceding, following, descendant, ancestor, or the same node as the second.
comparePosition(NodeInfo) - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Determine the relative position of this node and another node, in document order, distinguishing whether the first node is a preceding, following, descendant, ancestor, or the same node as the second.
comparePosition(NodeInfo) - Method in class net.sf.saxon.option.jdom2.JDOM2DocumentWrapper
 
comparePosition(NodeInfo) - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Determine the relative position of this node and another node, in document order, distinguishing whether the first node is a preceding, following, descendant, ancestor, or the same node as the second.
comparePosition(NodeInfo) - Method in class net.sf.saxon.tree.linked.NodeImpl
Determine the relative position of this node and another node, in document order, distinguishing whether the first node is a preceding, following, descendant, ancestor, or the same node as the second.
comparePosition(NodeInfo) - Method in class net.sf.saxon.tree.NamespaceNode
Determine the relative position of this node and another node, in document order, distinguishing whether the first node is a preceding, following, descendant, ancestor, or the same node as the second.
comparePosition(NodeInfo) - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Determine the relative position of this node and another node, in document order, distinguishing whether the first node is a preceding, following, descendant, ancestor, or the same node as the second.
comparePosition(NodeInfo, NodeInfo) - Static method in class net.sf.saxon.tree.util.Navigator
Generic (model-independent) method to determine the relative position of two node in document order.
comparePosition(NodeInfo) - Method in class net.sf.saxon.tree.util.Orphan
Determine the relative position of this node and another node, in document order, distinguishing whether the first node is a preceding, following, descendant, ancestor, or the same node as the second.
comparePosition(NodeInfo) - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
Determine the relative position of this node and another node, in document order, distinguishing whether the first node is a preceding, following, descendant, ancestor, or the same node as the second.
comparePosition(NodeInfo) - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Determine the relative position of this node and another node, in document order, distinguishing whether the first node is a preceding, following, descendant, ancestor, or the same node as the second.
comparePosition(NodeInfo) - Method in class net.sf.saxon.tree.wrapper.SpaceStrippedNode
Determine the relative position of this node and another node, in document order, distinguishing whether the first node is a preceding, following, descendant, ancestor, or the same node as the second.
comparePosition(NodeInfo) - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Determine the relative position of this node and another node, in document order, distinguishing whether the first node is a preceding, following, descendant, ancestor, or the same node as the second.
comparePosition(NodeInfo) - Method in class net.sf.saxon.value.TextFragmentValue
Determine the relative position of this node and another node, in document order, distinguishing whether the first node is a preceding, following, descendant, ancestor, or the same node as the second.
comparer - Variable in class net.sf.saxon.expr.GeneralComparison
 
comparer - Variable in class net.sf.saxon.expr.GeneralComparison10
 
comparer - Variable in class net.sf.saxon.expr.sort.GroupByIterator
 
compareRank(Rule) - Method in class net.sf.saxon.trans.Rule
Rules have an ordering, based on their precedence and priority.
comparers - Variable in class net.sf.saxon.expr.flwor.OrderByClausePull
 
comparers - Variable in class net.sf.saxon.expr.flwor.OrderByClausePush
 
comparesEqual(String, String) - Method in class net.sf.saxon.expr.sort.AlphanumericCollator
Compare two strings for equality.
comparesEqual(AtomicValue, AtomicValue) - Method in interface net.sf.saxon.expr.sort.AtomicComparer
Compare two AtomicValue objects for equality according to the rules for their data type.
comparesEqual(AtomicValue, AtomicValue) - Method in class net.sf.saxon.expr.sort.AtomicSortComparer
Compare two AtomicValue objects for equality according to the rules for their data type.
comparesEqual(AtomicValue, AtomicValue) - Method in class net.sf.saxon.expr.sort.CalendarValueComparer
Compare two AtomicValue objects for equality according to the rules for their data type.
comparesEqual(String, String) - Method in class net.sf.saxon.expr.sort.CaseFirstCollator
Compare two strings for equality.
comparesEqual(AtomicValue, AtomicValue) - Method in class net.sf.saxon.expr.sort.CodepointCollatingComparer
Compare two AtomicValue objects for equality.
comparesEqual(String, String) - Method in class net.sf.saxon.expr.sort.CodepointCollator
Test whether one string is equal to another, according to the rules of the XPath compare() function.
comparesEqual(AtomicValue, AtomicValue) - Method in class net.sf.saxon.expr.sort.CollatingAtomicComparer
Compare two AtomicValue objects for equality according to the rules for their data type.
comparesEqual(AtomicValue, AtomicValue) - Method in class net.sf.saxon.expr.sort.ComparableAtomicValueComparer
Compare two AtomicValue objects for equality according to the rules for their data type.
comparesEqual(AtomicValue, AtomicValue) - Method in class net.sf.saxon.expr.sort.DescendingComparer
Compare two AtomicValue objects for equality according to the rules for their data type.
comparesEqual(AtomicValue, AtomicValue) - Method in class net.sf.saxon.expr.sort.DoubleSortComparer
Test whether two values compare equal.
comparesEqual(AtomicValue, AtomicValue) - Method in class net.sf.saxon.expr.sort.EmptyGreatestComparer
Compare two AtomicValue objects for equality according to the rules for their data type.
comparesEqual(AtomicValue, AtomicValue) - Method in class net.sf.saxon.expr.sort.EqualityComparer
Compare two AtomicValue objects for equality according to the rules for their data type.
comparesEqual(AtomicValue, AtomicValue) - Method in class net.sf.saxon.expr.sort.GenericAtomicComparer
Compare two AtomicValue objects for equality according to the rules for their data type.
comparesEqual(AtomicValue, AtomicValue) - Method in class net.sf.saxon.expr.sort.NumericComparer
Compare two AtomicValue objects for equality according to the rules for their data type.
comparesEqual(String, String) - Method in class net.sf.saxon.expr.sort.SimpleCollation
Compare two strings for equality.
comparesEqual(AtomicValue, AtomicValue) - Method in class net.sf.saxon.expr.sort.TextComparer
Compare two AtomicValue objects for equality according to the rules for their data type.
comparesEqual(String, String) - Method in interface net.sf.saxon.lib.StringCollator
Compare two strings for equality.
compareStrength(Wildcard) - Method in class com.saxonica.schema.Wildcard
 
compareStrings(String, String) - Method in class net.sf.saxon.expr.sort.AlphanumericCollator
Compare two objects.
compareStrings(String, String) - Method in class net.sf.saxon.expr.sort.CaseFirstCollator
Compare two string objects: case is irrelevant, unless the strings are equal ignoring case, in which case lowercase comes first.
compareStrings(String, String) - Method in class net.sf.saxon.expr.sort.CodepointCollator
Compare two string objects.
compareStrings(String, String) - Method in class net.sf.saxon.expr.sort.SimpleCollation
Compares its two arguments for order.
compareStrings(String, String) - Method in interface net.sf.saxon.lib.StringCollator
Compare two strings
compareTo(Object) - Method in class net.sf.saxon.value.BigIntegerValue.BigIntegerComparable
 
compareTo(Object) - Method in class net.sf.saxon.value.BigIntegerValue
Compare the value to another numeric value
compareTo(long) - Method in class net.sf.saxon.value.BigIntegerValue
Compare the value to a long
compareTo(Object) - Method in class net.sf.saxon.value.BooleanValue
Compare the value to another boolean value
compareTo(CalendarValue, XPathContext) - Method in class net.sf.saxon.value.CalendarValue
Compare this value to another value of the same type, using the supplied Configuration to get the implicit timezone if required.
compareTo(CalendarValue, XPathContext) - Method in class net.sf.saxon.value.DateTimeValue
Compare the value to another dateTime value, following the XPath comparison semantics
compareTo(Object) - Method in class net.sf.saxon.value.DateTimeValue
Context-free comparison of two DateTimeValue values.
compareTo(Object) - Method in class net.sf.saxon.value.DateValue
Context-free comparison of two DateValue values.
compareTo(Object) - Method in class net.sf.saxon.value.DayTimeDurationValue
Compare the value to another duration value
compareTo(Object) - Method in class net.sf.saxon.value.DecimalValue
Compare the value to another numeric value
compareTo(long) - Method in class net.sf.saxon.value.DecimalValue
Compare the value to a long
compareTo(Object) - Method in class net.sf.saxon.value.DecimalValue.DecimalComparable
 
compareTo(long) - Method in class net.sf.saxon.value.DoubleValue
Compare the value to a long.
compareTo(Object) - Method in class net.sf.saxon.value.FloatValue
 
compareTo(long) - Method in class net.sf.saxon.value.FloatValue
Compare the value to a long
compareTo(CalendarValue, XPathContext) - Method in class net.sf.saxon.value.GDateValue
Compare this value to another value of the same type, using the supplied context object to get the implicit timezone if required.
compareTo(Object) - Method in class net.sf.saxon.value.Int64Value
Compare the value to another numeric value
compareTo(long) - Method in class net.sf.saxon.value.Int64Value
Compare the value to a long
compareTo(Object) - Method in class net.sf.saxon.value.Int64Value.Int64Comparable
 
compareTo(Object) - Method in class net.sf.saxon.value.NumericValue
Compare the value to another numeric value
compareTo(long) - Method in class net.sf.saxon.value.NumericValue
Compare the value to a long
compareTo(Object) - Method in class net.sf.saxon.value.TimeValue
Compare the value to another dateTime value
compareTo(CalendarValue, XPathContext) - Method in class net.sf.saxon.value.TimeValue
Compare the value to another dateTime value
compareTo(AtomicValue, StringCollator, XPathContext) - Method in class net.sf.saxon.value.UntypedAtomicValue
Compare an untypedAtomic value with another value, using a given collator to perform any string comparisons.
compareTo(Object) - Method in class net.sf.saxon.value.YearMonthDurationValue
Compare the value to another duration value
CompareToIntegerConstant - Class in net.sf.saxon.expr
This class implements a comparison of a numeric value to an integer constant using one of the operators eq, ne, lt, gt, le, ge.
CompareToIntegerConstant(Expression, int, long) - Constructor for class net.sf.saxon.expr.CompareToIntegerConstant
Create the expression
CompareToIntegerConstantCompiler - Class in com.saxonica.bytecode
Generate code for a CompareToIntegerConstant
CompareToIntegerConstantCompiler() - Constructor for class com.saxonica.bytecode.CompareToIntegerConstantCompiler
 
comparisonCardinality - Variable in class net.sf.saxon.expr.GeneralComparison
 
ComparisonExpression - Interface in net.sf.saxon.expr
Interface implemented by expressions that perform a comparison
ComparisonKey - Class in net.sf.saxon.expr.sort
An object used as a comparison key.
ComparisonKey(int, Object) - Constructor for class net.sf.saxon.expr.sort.ComparisonKey
Create a comparison key for a value in a particular category.
compile(CompilerService, Expression, Expression[], int, AtomicComparer, boolean) - Static method in class com.saxonica.bytecode.ValueComparisonCompiler
This method handles both compileToBoolean and compileToItem.
compile(SchemaCompiler) - Method in class com.saxonica.schema.ElementParticle
Compile this local element declaration, considered as a particle of some complex type, by compiling its own complex type definition.
compile(SchemaCompiler) - Method in class com.saxonica.schema.ElementWildcard
 
compile(SchemaCompiler) - Method in class com.saxonica.schema.ModelGroup
Compile this Compositor by compiling each of the particles contained in its content model.
compile(SchemaCompiler) - Method in class com.saxonica.schema.ModelGroupParticle
Compile a particle
compile(SchemaCompiler) - Method in class com.saxonica.schema.Particle
Compile a particle
compile(List<String>) - Method in class com.saxonica.schema.PatternFacet
Compile the regular expression
compile() - Method in class com.saxonica.schema.SchemaCompiler
y In deferred validation mode, validate and compile the accumulated schema components.
compile(SchemaCompiler) - Method in class com.saxonica.schema.UserComplexType
Compile the finite-state machine for validating instances against this type
compile(Executable, Declaration) - Method in class com.saxonica.xslt3.style.XSLAssert
 
compile(Executable, Declaration) - Method in class com.saxonica.xslt3.style.XSLBreak
 
compile(Executable, Declaration) - Method in class com.saxonica.xslt3.style.XSLCatch
 
compile(Executable, Declaration) - Method in class com.saxonica.xslt3.style.XSLEvaluate
 
compile(Executable, Declaration) - Method in class com.saxonica.xslt3.style.XSLFork
 
compile(Executable, Declaration) - Method in class com.saxonica.xslt3.style.XSLIterate
 
compile(Executable, Declaration) - Method in class com.saxonica.xslt3.style.XSLMap
 
compile(Executable, Declaration) - Method in class com.saxonica.xslt3.style.XSLMapEntry
 
compile(Executable, Declaration) - Method in class com.saxonica.xslt3.style.XSLMerge
 
compile(Executable, Declaration) - Method in class com.saxonica.xslt3.style.XSLMergeAction
 
compile(Executable, Declaration) - Method in class com.saxonica.xslt3.style.XSLMergeSource
 
compile(Executable, Declaration) - Method in class com.saxonica.xslt3.style.XSLNextIteration
 
compile(Executable, Declaration) - Method in class com.saxonica.xslt3.style.XSLOnCompletion
 
compile(Executable, Declaration) - Method in class com.saxonica.xslt3.style.XSLStream
 
compile(Executable, Declaration) - Method in class com.saxonica.xslt3.style.XSLTry
 
compile(Executable, Declaration) - Method in class com.saxonica.xsltextn.style.SaxonAssign
 
compile(Executable, Declaration) - Method in class com.saxonica.xsltextn.style.SaxonDoctype
 
compile(Executable, Declaration) - Method in class com.saxonica.xsltextn.style.SaxonEntityRef
 
compile(Executable, Declaration) - Method in class com.saxonica.xsltextn.style.SaxonImportQuery
Compile this XSLT declaration.
compile(Executable, Declaration) - Method in class com.saxonica.xsltextn.style.SaxonWhile
 
compile(Executable, int) - Method in class net.sf.saxon.expr.instruct.GlobalVariable
Create a compiled representation of this global variable
compile(Executable, Declaration) - Method in class net.sf.saxon.option.sql.SQLClose
 
compile(Executable, Declaration) - Method in class net.sf.saxon.option.sql.SQLColumn
 
compile(Executable, Declaration) - Method in class net.sf.saxon.option.sql.SQLConnect
 
compile(Executable, Declaration) - Method in class net.sf.saxon.option.sql.SQLDelete
 
compile(Executable, Declaration) - Method in class net.sf.saxon.option.sql.SQLExecute
 
compile(Executable, Declaration) - Method in class net.sf.saxon.option.sql.SQLInsert
 
compile(Executable, Declaration) - Method in class net.sf.saxon.option.sql.SQLQuery
 
compile(Executable, Declaration) - Method in class net.sf.saxon.option.sql.SQLUpdate
 
compile(Source, Configuration, CompilerInfo) - Static method in class net.sf.saxon.PreparedStylesheet
Factory method to make a PreparedStylesheet
compile(Executable, int) - Method in class net.sf.saxon.query.UndeclaredVariable
 
compile() - Method in class net.sf.saxon.query.XQueryFunction
Compile this function to create a run-time definition that can be interpreted (note, this has nothing to do with Java code generation)
compile(UnicodeString) - Method in class net.sf.saxon.regex.RECompiler
Compiles a regular expression pattern into a program runnable by the pattern matcher class 'RE'.
compile(String) - Method in class net.sf.saxon.s9api.XPathCompiler
Compile an XPath expression, supplied as a character string.
compile(String) - Method in class net.sf.saxon.s9api.XQueryCompiler
Compile a query supplied as a string.
compile(File) - Method in class net.sf.saxon.s9api.XQueryCompiler
Compile a query supplied as a file
compile(InputStream) - Method in class net.sf.saxon.s9api.XQueryCompiler
Compile a query supplied as an InputStream
compile(Reader) - Method in class net.sf.saxon.s9api.XQueryCompiler
Compile a query supplied as a Reader
compile(Source) - Method in class net.sf.saxon.s9api.XsltCompiler
Compile a stylesheet.
compile(Executable, Declaration) - Method in class net.sf.saxon.style.AbsentExtensionElement
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.LiteralResultElement
Compile code to process the literal result element at runtime
compile(Executable, Declaration) - Method in class net.sf.saxon.style.StyleElement
Compile the instruction on the stylesheet tree into an executable instruction for use at run-time.
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLAnalyzeString
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLApplyImports
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLApplyTemplates
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLAttribute
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLCallTemplate
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLChoose
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLComment
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLCopy
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLCopyOf
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLDocument
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLElement
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLFallback
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLForEach
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLForEachGroup
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLIf
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLLocalParam
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLMatchingSubstring
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLMessage
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLNamespace
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLNamespaceAlias
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLNextMatch
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLNumber
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLOtherwise
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLOutputCharacter
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLPerformSort
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLProcessingInstruction
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLResultDocument
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLSequence
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLSortOrMergeKey
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLStylesheet
Dummy compile() method to satisfy the interface
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLText
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLValueOf
 
compile(Executable, Declaration) - Method in class net.sf.saxon.style.XSLWhen
 
compile(String) - Method in class net.sf.saxon.xpath.XPathEvaluator
Compile an XPath 2.0 expression
COMPILE_WITH_TRACING - Static variable in class net.sf.saxon.lib.FeatureKeys
If run-time tracing of stylesheet or query execution is required, then the code must be compiled with tracing enabled.
compileCommonExpr(CompilerService, Expression, int, int) - Static method in class com.saxonica.bytecode.LetExpressionCompiler
Helper method to generate bytecode the same for both compileToIterator and compileToItem Precondition: none.
compileContent(Executable, Declaration, SimpleNodeConstructor, Expression) - Method in class net.sf.saxon.style.XSLLeafNodeConstructor
 
compileContentValueTemplate(TextImpl, List<Expression>) - Method in class net.sf.saxon.style.StyleNodeFactory
Compile a content value text node.
compileCopyAttribute(CompilerService, ValidatingInstruction, int, boolean) - Static method in class com.saxonica.bytecode.CopyCompiler
 
compileCopyComment(CompilerService, Expression, int) - Static method in class com.saxonica.bytecode.CopyCompiler
 
compileCopyNamespace(CompilerService, Expression, int) - Static method in class com.saxonica.bytecode.CopyCompiler
 
compileCopyNonNode(CompilerService, Expression, int) - Static method in class com.saxonica.bytecode.CopyCompiler
 
compileCopyProcessingInstruction(CompilerService, Expression, int) - Static method in class com.saxonica.bytecode.CopyCompiler
 
compileCopyText(CompilerService, Expression, int) - Static method in class com.saxonica.bytecode.CopyCompiler
 
CompiledBlockIterator - Class in com.saxonica.bytecode.iter
Iterate over the instructions in the Block, concatenating the result of each instruction into a single combined sequence.
CompiledBlockIterator() - Constructor for class com.saxonica.bytecode.iter.CompiledBlockIterator
 
CompiledBlockIterator(XPathContext) - Constructor for class com.saxonica.bytecode.iter.CompiledBlockIterator
 
CompiledContextMappingFunction - Class in com.saxonica.bytecode.map
Abstract ContextMappingFunction class that must be passed to a ContextMappingIterator.
CompiledContextMappingFunction() - Constructor for class com.saxonica.bytecode.map.CompiledContextMappingFunction
 
compileDeclaration(Executable, Declaration) - Method in class com.saxonica.xslt3.style.XSLAccumulator
 
compileDeclaration(Executable, Declaration) - Method in class com.saxonica.xslt3.style.XSLMode
 
compileDeclaration(Executable, Declaration) - Method in class com.saxonica.xsltextn.style.SaxonCollation
 
compileDeclaration(Executable, Declaration) - Method in class net.sf.saxon.style.StyleElement
Compile a declaration in the stylesheet tree for use at run-time.
compileDeclaration(Executable, Declaration) - Method in class net.sf.saxon.style.XSLAttributeSet
Compile the attribute set
compileDeclaration(Executable, Declaration) - Method in class net.sf.saxon.style.XSLCharacterMap
 
compileDeclaration(Executable, Declaration) - Method in class net.sf.saxon.style.XSLDecimalFormat
 
compileDeclaration(Executable, Declaration) - Method in class net.sf.saxon.style.XSLFunction
Compile the function definition to create an executable representation The compileDeclaration() method has the side-effect of binding all references to the function to the executable representation (a UserFunction object)
compileDeclaration(Executable, Declaration) - Method in class net.sf.saxon.style.XSLGeneralIncorporate
 
compileDeclaration(Executable, Declaration) - Method in class net.sf.saxon.style.XSLGlobalParam
Compile a global xsl:param element: this ensures space is available for local variables declared within this global variable
compileDeclaration(Executable, Declaration) - Method in class net.sf.saxon.style.XSLGlobalVariable
Compile.
compileDeclaration(Executable, Declaration) - Method in class net.sf.saxon.style.XSLImportSchema
 
compileDeclaration(Executable, Declaration) - Method in class net.sf.saxon.style.XSLKey
 
compileDeclaration(Executable, Declaration) - Method in class net.sf.saxon.style.XSLOutput
 
compileDeclaration(Executable, Declaration) - Method in class net.sf.saxon.style.XSLPreserveSpace
 
compileDeclaration(Executable, Declaration) - Method in class net.sf.saxon.style.XSLTemplate
Compile: creates the executable form of the template
CompiledExpression - Class in com.saxonica.bytecode
An expression that has been compiled to Java bytecode.
CompiledExpression(Expression, GeneratedCode) - Constructor for class com.saxonica.bytecode.CompiledExpression
 
CompiledFilterIterator - Class in com.saxonica.bytecode.iter
A CompiledFilterIterator filters an input sequence using a filter expression.
CompiledFilterIterator() - Constructor for class com.saxonica.bytecode.iter.CompiledFilterIterator
Zero-argument constructor (used by generated bytecode)
CompiledItemMappingFunction - Class in com.saxonica.bytecode.map
 
CompiledItemMappingFunction() - Constructor for class com.saxonica.bytecode.map.CompiledItemMappingFunction
 
compiledQueryType - Static variable in class com.saxonica.functions.extfn.CompileQuery
 
compiledStylesheetType - Static variable in class com.saxonica.functions.extfn.CompileStylesheet
 
compiledVariable - Variable in class net.sf.saxon.style.SourceBinding
 
compiledVariable - Variable in class net.sf.saxon.style.XSLGeneralVariable
 
compileError(String, String) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
Compile time error, specifying an error code
compileError(XPathException) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
Report an error with diagnostic information
compileError(XPathException) - Method in class net.sf.saxon.style.StyleElement
Report an error with diagnostic information
compileError(String) - Method in class net.sf.saxon.style.StyleElement
Report a static error in the stylesheet
compileError(String, StructuredQName) - Method in class net.sf.saxon.style.StyleElement
Compile time error, specifying an error code
compileError(String, String) - Method in class net.sf.saxon.style.StyleElement
Compile time error, specifying an error code
compileFunctionCall(CompilerService, Expression) - Method in class com.saxonica.bytecode.UserFunctionCallCompiler
 
compileIsCastable(CompilerService, CastableExpression, int) - Method in class com.saxonica.bytecode.CastableExpressionCompiler
 
compileItemFromInt(CompilerService, Expression) - Method in class com.saxonica.bytecode.ExpressionCompiler
Helper method to implement compileFromItem when the class implements compileToPrimitive returning an integer
compileItemFromString(CompilerService, Expression) - Method in class com.saxonica.bytecode.ExpressionCompiler
Helper method to implement compileFromItem when the class implements compileToString
compileLibrary(String) - Method in class com.saxonica.expr.ee.StaticQueryContextEE
Compile an XQuery library module for subsequent evaluation.
compileLibrary(Reader) - Method in class com.saxonica.expr.ee.StaticQueryContextEE
Prepare an XQuery library module for subsequent evaluation.
compileLibrary(InputStream, String) - Method in class com.saxonica.expr.ee.StaticQueryContextEE
Prepare an XQuery library module for subsequent evaluation.
compileLibrary(String) - Method in class net.sf.saxon.query.StaticQueryContext
Compile an XQuery library module for subsequent evaluation.
compileLibrary(Reader) - Method in class net.sf.saxon.query.StaticQueryContext
Prepare an XQuery library module for subsequent evaluation.
compileLibrary(InputStream, String) - Method in class net.sf.saxon.query.StaticQueryContext
Prepare an XQuery library module for subsequent evaluation.
compileLibrary(String) - Method in class net.sf.saxon.s9api.XQueryCompiler
Compile a library module supplied as a string.
compileLibrary(File) - Method in class net.sf.saxon.s9api.XQueryCompiler
Compile a library module supplied as a file.
compileLibrary(Reader) - Method in class net.sf.saxon.s9api.XQueryCompiler
Compile a library module supplied as a Reader.
compileLibrary(InputStream) - Method in class net.sf.saxon.s9api.XQueryCompiler
Compile a library module supplied as an InputStream.
compileLocalVariable(Executable, Declaration) - Method in class net.sf.saxon.style.XSLLocalVariable
Process this local variable declaration by expanding any sequence constructor and setting the select expression to the result
compileMap(CompilerService, Map<Object, Expression>, int) - Method in class com.saxonica.bytecode.SwitchExpressionCompiler
Internal method to generate a map containing the compiled "case" expressions
compileNodeName(CompilerService, Expression) - Method in class com.saxonica.bytecode.NamespaceConstructorCompiler
Compile code to generate the node name (if any) and leave it on the top of the stack.
compileNodeName(CompilerService, Expression) - Method in class com.saxonica.bytecode.ProcessingInstructionCompiler
Compile code to generate the node name (if any) and leave it on the top of the stack.
compileNodeName(CompilerService, Expression) - Method in class com.saxonica.bytecode.SimpleNodeConstructorCompiler
Compile code to generate the node name (if any) and leave it on the top of the stack.
compileParameterSet(CompilerService, ExpressionCompiler, WithParam[]) - Static method in class com.saxonica.bytecode.ApplyTemplatesCompiler
 
compileParticle(SchemaCompiler, Particle, NonDeterminizedState, UserComplexType, FiniteStateMachine) - Static method in class com.saxonica.schema.fsa.FiniteStateMachine
Static method to translate a particle to a Finite State Automaton, returning the start state of the FSA.
compilePattern(String) - Method in class net.sf.saxon.s9api.XPathCompiler
Compile an XSLT 2.0 pattern, supplied as a character string.
CompileQuery - Class in com.saxonica.functions.extfn
This class implements the saxon:compile-query() extension function
CompileQuery() - Constructor for class com.saxonica.functions.extfn.CompileQuery
 
compileQuery(StaticQueryContext, String, boolean) - Method in class net.sf.saxon.Query
Compile the query
compileQuery(String) - Method in class net.sf.saxon.query.StaticQueryContext
Prepare an XQuery query for subsequent evaluation.
compileQuery(Reader) - Method in class net.sf.saxon.query.StaticQueryContext
Prepare an XQuery query for subsequent evaluation.
compileQuery(InputStream, String) - Method in class net.sf.saxon.query.StaticQueryContext
Prepare an XQuery query for subsequent evaluation.
compileRegularExpression(CharSequence, String, String, List<String>) - Method in class net.sf.saxon.java.JavaPlatform
Compile a regular expression
compileRegularExpression(CharSequence, String, String, List<String>) - Method in interface net.sf.saxon.Platform
Compile a regular expression
CompilerInfo - Class in net.sf.saxon.trans
This class exists to hold information associated with a specific XSLT compilation episode.
CompilerInfo() - Constructor for class net.sf.saxon.trans.CompilerInfo
Create an empty CompilerInfo object with default settings
CompilerInfo(CompilerInfo) - Constructor for class net.sf.saxon.trans.CompilerInfo
Create a CompilerInfo object as a copy of another CompilerInfo object
compilerInfo - Variable in class net.sf.saxon.Transform
 
CompilerService - Class in com.saxonica.bytecode.util
Controlling/service class for compilation of expressions to Java bytecode
CompilerService(Configuration) - Constructor for class com.saxonica.bytecode.util.CompilerService
 
CompilerService.GeneratedClassInfo - Class in com.saxonica.bytecode.util
 
CompilerService.GeneratedClassInfo() - Constructor for class com.saxonica.bytecode.util.CompilerService.GeneratedClassInfo
 
CompilerService.GeneratedExpression - Class in com.saxonica.bytecode.util
sub-class GeneratedExpression - used to keep track of ExpressionCompiler classes that need to generate a method
CompilerService.GeneratedExpression(ExpressionCompiler, Expression) - Constructor for class com.saxonica.bytecode.util.CompilerService.GeneratedExpression
 
CompilerService.StaticSubClasses - Class in com.saxonica.bytecode.util
 
CompilerService.StaticSubClasses() - Constructor for class com.saxonica.bytecode.util.CompilerService.StaticSubClasses
 
CompilerService.StaticVariableInfo - Class in com.saxonica.bytecode.util
 
CompilerService.StaticVariableInfo() - Constructor for class com.saxonica.bytecode.util.CompilerService.StaticVariableInfo
 
compileSequenceConstructor(Executable, Declaration, SequenceIterator, boolean) - Method in class net.sf.saxon.style.StyleElement
Compile the children of this instruction on the stylesheet tree, adding the subordinate instructions to the parent instruction on the execution tree.
compileSortKeyDefinitions(CompilerService, SortKeyDefinition[]) - Static method in class com.saxonica.bytecode.SortExpressionCompiler
Generate code to evaluate variable parts of the sort key definitions
CompileStylesheet - Class in com.saxonica.functions.extfn
This class implements the saxon:compile-stylesheet() extension function
CompileStylesheet() - Constructor for class com.saxonica.functions.extfn.CompileStylesheet
 
compileStylesheet() - Method in class net.sf.saxon.style.PrincipalStylesheetModule
Compile the stylesheet to create an executable.
CompileTimeFunction - Class in net.sf.saxon.functions
Abtract class representing a function call that is always rewritten at compile time: it can never be executed
CompileTimeFunction() - Constructor for class net.sf.saxon.functions.CompileTimeFunction
 
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.AndExpressionCompiler
 
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.BooleanFnCompiler
 
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.CastableExpressionCompiler
 
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.CastableToListCompiler
 
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.CastableToUnionCompiler
 
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.ChooseCompiler
 
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.CompareToIntegerConstantCompiler
 
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.ContainsCompiler
 
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.EmptyCompiler
 
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.EquivalenceComparisonCompiler
Generate bytecode to evaluate the expression as a boolean Precondition: none.
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.ErrorExpressionCompiler
Generate bytecode to evaluate the expression as a boolean Precondition: none.
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.ExistsCompiler
 
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.ExpressionCompiler
Generate bytecode to evaluate the expression as a boolean Precondition: none.
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.GeneralComparisonCompiler
 
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.IdentityComparisonCompiler
 
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.IndexedLookupExpressionCompiler
Generate bytecode to evaluate the expression as a boolean Precondition: none.
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.InstanceOfCompiler
 
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.IntegerRangeTestCompiler
Generate bytecode to evaluate the expression as a boolean Precondition: none.
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.IsLastExpressionCompiler
 
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.IsWholeNumberCompiler
 
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.LiteralCompiler
 
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.MatchesCompiler
Generate bytecode to evaluate the expression as a boolean Precondition: none.
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.NotFnCompiler
 
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.OrExpressionCompiler
 
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.QuantifiedExpressionCompiler
 
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.SingletonIntersectExpressionCompiler
 
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.StartsWithCompiler
 
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.ToItemCompiler
 
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.ToIteratorCompiler
 
compileToBoolean(Expression) - Method in class com.saxonica.bytecode.util.CompilerService
Generate bytecode to evaluate an expression leaving a boolean on the stack.
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.ValueComparisonCompiler
Generate bytecode to evaluate the ValueComparison as a boolean value Precondition: none.
compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.bytecode.VariableReferenceCompiler
 
compileToBooleanManyToMany(CompilerService, GeneralComparison) - Method in class com.saxonica.bytecode.GeneralComparisonCompiler
 
compileToByteCode(Expression, String, int) - Method in class com.saxonica.bytecode.util.CompilerService
Compile a top-level expression to bytecode, and return the resulting expression
compileToByteCode(Expression, String, int) - Method in class com.saxonica.expr.ee.OptimizerEE
Generate Java byte code for an expression
compileToByteCode(Expression, String, int) - Method in class net.sf.saxon.expr.parser.Optimizer
Generate Java byte code for an expression
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.ArithmeticCompiler
Generate bytecode to evaluate the ArithmeticExpression Precondition: none.
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.AtomicSequenceConverterCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.AtomizerCompiler
Generate bytecode to evaluate the Atomizer as an Item Precondition: none.
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.BaseURICompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.CardinalityCheckerCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.CastExpressionCompiler
Generate bytecode to evaluate the CastExpression as an Item Precondition: none.
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.CastToUnionCompiler
Generate bytecode to evaluate the CastToUnion expression as an Item Precondition: none.
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.ChooseCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.ComponentCompiler
Generate bytecode to evaluate the expression as an Item Precondition: none.
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.ComputedAttributeCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.ContextItemCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.converter.AnyTypeToStringConverterCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.converter.BooleanToDoubleCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.converter.BooleanToFloatCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.converter.BooleanToIntegerCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.converter.BooleanToStringCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.converter.BooleanToUntypedAtomicCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.converter.ConverterCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.converter.ConverterCompiler.GenericConverterCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.converter.DoubleToBooleanCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.converter.DoubleToFloatCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.converter.DoubleToIntegerCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.converter.DoubleToStringCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.converter.DoubleToUntypedAtomicCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.converter.FloatToBooleanCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.converter.FloatToDoubleCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.converter.FloatToIntegerCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.converter.FloatToStringCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.converter.FloatToUntypedAtomicCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.converter.IntegerToBooleanCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.converter.IntegerToDoubleCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.converter.IntegerToFloatCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.converter.IntegerToStringCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.converter.IntegerToUntypedAtomicCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.converter.StringToBooleanCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.converter.StringToDoubleCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.converter.StringToFloatCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.converter.StringToIntegerCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.converter.StringToUntypedAtomicCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.CountCompiler
Generate bytecode to evaluate the expression as an Item Precondition: none.
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.DateTimeConstructorCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.DocCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.DocumentInstrCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.ErrorExpressionCompiler
Generate bytecode to evaluate the expression as an Item Precondition: none.
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.ExpressionCompiler
Generate bytecode to evaluate the expression as an Item Precondition: none.
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.FirstItemExpressionCompiler
Generate bytecode to evaluate the expression as a Item Precondition: none.
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.FixedAttributeCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.FunctionItemExpressionCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.FunctionSequenceCoercerCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.IdentityComparisonCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.InterpretedExpressionCompiler
Generate bytecode to evaluate the expression as an Item Precondition: none.
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.ItemCheckerCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.LastCompiler
Generate bytecode to evaluate the expression as an Item Precondition: none.
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.LastItemExpressionCompiler
Generate bytecode to evaluate the LastItemExpression as an item Precondition: none.
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.LetExpressionCompiler
Generate bytecode to evaluate the LetExpression as an Item Precondition: none.
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.LiteralCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.LocalVariableReferenceCompiler
Generate bytecode to get the LocalVariable from the Context as a ValueRepresentation Precondition: none.
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.MinimaxCompiler
Generate bytecode to evaluate the expression as an Item Precondition: none.
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.NamespaceUriFnCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.NegateExpressionCompiler
Generate bytecode to evaluate the expression as an Item Precondition: none.
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.NodeNameFnCompiler
Generate bytecode to evaluate the expression as an Item Precondition: none.
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.NumberFnCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.ParentNodeExpressionCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.PartialApplyCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.PositionCompiler
Generate bytecode to evaluate the expression as an Item Precondition: none.
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.QNameFnCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.RootExpressionCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.RootFunctionCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.RoundingCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.SimpleNodeConstructorCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.SingletonAtomizerCompiler
Generate bytecode to evaluate the SingletonAtomizer as an Item Precondition: none.
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.StringLengthCompiler
Generate bytecode to evaluate the expression as an Item Precondition: none.
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.SubscriptExpressionCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.SubstringCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.SumCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.SuppliedParameterReferenceCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.SwitchExpressionCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.TailCallLoopCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.ToBooleanCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.ToIteratorCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.ToPushCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.ToStringCompiler
Generate bytecode to evaluate the expression as an Item Precondition: none.
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.TraceExpressionCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.TryCatchExpressionCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.TupleExpressionCompiler
 
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.UserFunctionCallCompiler
 
compileToItem(Expression) - Method in class com.saxonica.bytecode.util.CompilerService
Generate bytecode to evaluate an expression leaving either an Item or null on the stack (null indicating that the expression evaluated to an empty sequence).
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.ValueComparisonCompiler
Generate bytecode to evaluate the expression as an Item Precondition: none.
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.ValueOfCompiler
Generate bytecode to get the ValueOf text from the instruction Precondition: none.
compileToItem(CompilerService, Expression) - Method in class com.saxonica.bytecode.VariableReferenceCompiler
Generate bytecode to evaluate a VariableReference as an Item Precondition: none.
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.AdjacentTextNodeMergerCompiler
Generate bytecode to evaluate the expression as a SequenceIterator Precondition: none.
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.AnalyzeStringCompiler
 
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.AtomicSequenceConverterCompiler
 
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.AtomizerCompiler
Generate bytecode to evaluate the Atomizer as a MappingIterator (i.e.
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.AxisExpressionCompiler
 
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.BlockCompiler
Generate bytecode to evaluate the BlockExpression as an iterator Precondition: none.
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.CallableExpressionCompiler
 
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.CardinalityCheckerCompiler
 
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.CastToListCompiler
Generate bytecode to evaluate the CastToList as a SequenceIterator Precondition: none.
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.CastToUnionCompiler
 
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.ChooseCompiler
Generate bytecode to evaluate the expression as a SequenceIterator Precondition: none.
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.ConditionalSorterCompiler
 
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.DocumentInstrCompiler
 
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.DocumentSorterCompiler
 
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.EmptyTextNodeRemoverCompiler
Generate bytecode to evaluate the EmptyTextNodeRemover as an ItemMappingIterator Precondition: none.
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.ErrorExpressionCompiler
Generate bytecode to evaluate the expression as a SequenceIterator Precondition: none.
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.ExpressionCompiler
Generate bytecode to evaluate the expression as a SequenceIterator Precondition: none.
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.FilterExpressionCompiler
 
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.FLWORExpressionCompiler
 
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.ForEachGroupCompiler
 
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.ForExpressionCompiler
Generate bytecode to evaluate the ForExpression as an iterator Precondition: none.
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.FunctionSequenceCoercerCompiler
 
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.HomogeneityCheckerCompiler
 
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.IndexedFilterExpressionCompiler
 
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.InterpretedExpressionCompiler
Generate bytecode to evaluate the expression as an Iterator Precondition: none.
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.ItemCheckerCompiler
 
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.JavaExtensionFunctionCallCompiler
Generate bytecode to evaluate the expression as a SequenceIterator Precondition: none.
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.KeyFnCompiler
Generate bytecode to evaluate the KeyFn as a SequenceIterator Precondition: none.
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.LetExpressionCompiler
Generate bytecode to evaluate the LetExpression as an Iterator Precondition: none.
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.LiteralCompiler
 
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.LocalVariableReferenceCompiler
Generate bytecode to get the LocalVariable from the Context as a ValueRepresentation Precondition: none.
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.OuterForExpressionCompiler
Generate bytecode to evaluate the OuterForExpression as an iterator Precondition: none.
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.ParentNodeExpressionCompiler
 
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.RangeExpressionCompiler
Generate bytecode to evaluate the expression as a SequenceIterator Precondition: none.
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.SimpleStepExpressionCompiler
 
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.SingletonIntersectExpressionCompiler
Generate bytecode to evaluate the expression as a SequenceIterator Precondition: none.
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.SlashExpressionCompiler
Generate bytecode to evaluate the SlashExpression as a ContextMappingIterator Precondition: none.
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.SortExpressionCompiler
 
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.SuppliedParameterReferenceCompiler
 
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.SwitchExpressionCompiler
 
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.TailCallLoopCompiler
 
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.TailExpressionCompiler
 
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.ToBooleanCompiler
 
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.ToItemCompiler
 
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.ToPushCompiler
 
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.TraceExpressionCompiler
 
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.TryCatchExpressionCompiler
 
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.UserFunctionCallCompiler
 
compileToIterator(Expression) - Method in class com.saxonica.bytecode.util.CompilerService
Generate bytecode to evaluate an expression leaving a SequenceIterator on the stack
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.VariableReferenceCompiler
Generate bytecode to evaluate a VariableReference as an Iterator Precondition: none.
compileToIterator(CompilerService, Expression) - Method in class com.saxonica.bytecode.VennExpressionCompiler
 
compileToLoop(CompilerService, Expression, LoopBodyGenerator) - Method in class com.saxonica.bytecode.BlockCompiler
 
compileToLoop(CompilerService, Expression, LoopBodyGenerator) - Method in class com.saxonica.bytecode.ExpressionCompiler
The compileToLoop method compiles this expression in such a way that the code generated by the supplied loopBody argument will be executed once for each item in the result of this expression.
compileToLoop(CompilerService, Expression, LoopBodyGenerator) - Method in class com.saxonica.bytecode.ForExpressionCompiler
The compileToLoop method compiles this expression in such a way that the code generated by the supplied loopBody argument will be executed once for each item in the result of this expression.
compileToLoop(CompilerService, Expression, LoopBodyGenerator) - Method in class com.saxonica.bytecode.SimpleStepExpressionCompiler
The compileToLoop method compiles this expression in such a way that the code generated by the supplied loopBody argument will be executed once for each item in the result of this expression.
compileToLoop(Expression, LoopBodyGenerator) - Method in class com.saxonica.bytecode.util.CompilerService
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.ArithmeticCompiler
Generate bytecode to evaluate the expression leaving a plain Java value on the stack.
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.AtomicSequenceConverterCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.AtomizerCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.CastExpressionCompiler
Generate bytecode to evaluate the expression leaving a plain Java value on the stack.
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.ChooseCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.CodepointsToStringCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.ConcatCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.converter.AnyTypeToStringConverterCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.converter.BooleanToDoubleCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.converter.BooleanToFloatCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.converter.BooleanToIntegerCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.converter.BooleanToStringCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.converter.BooleanToUntypedAtomicCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.converter.ConverterCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.converter.ConverterCompiler.GenericConverterCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.converter.DoubleToBooleanCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.converter.DoubleToFloatCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.converter.DoubleToIntegerCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.converter.DoubleToStringCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.converter.DoubleToUntypedAtomicCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.converter.FloatToBooleanCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.converter.FloatToDoubleCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.converter.FloatToIntegerCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.converter.FloatToStringCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.converter.FloatToUntypedAtomicCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.converter.IntegerToBooleanCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.converter.IntegerToDoubleCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.converter.IntegerToFloatCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.converter.IntegerToStringCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.converter.IntegerToUntypedAtomicCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.converter.StringToBooleanCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.converter.StringToDoubleCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.converter.StringToFloatCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.converter.StringToIntegerCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.converter.StringToUntypedAtomicCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.CountCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.ErrorExpressionCompiler
Generate bytecode to evaluate the expression as a String or other CharSequence.
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.ExpressionCompiler
Generate bytecode to evaluate the expression leaving a plain Java value on the stack.
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.ForceCaseCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.GenerateIdCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.LastCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.LiteralCompiler
Generate bytecode to evaluate the expression leaving a plain Java value on the stack.
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.LocalNameFnCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.NameFnCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.NormalizeSpaceCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.NumberFnCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.PositionCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.RegexGroupCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.StringFnCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.StringJoinCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.StringLengthCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.SubstringAfterCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.SubstringBeforeCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.SubstringCompiler
 
compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.TranslateCompiler
 
compileToPrimitive(Expression, Class, OnEmpty) - Method in class com.saxonica.bytecode.util.CompilerService
Compile an expression that returns a singleton (or empty) result of type xs:double, xs:float, xs:string, xs:untypedAtomic.
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.ApplyImportsCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.ApplyTemplatesCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.BlockCompiler
Generate bytecode to evaluate the BlockExpression in push mode Precondition: none.
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.BreakInstrCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.CallTemplateCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.CardinalityCheckerCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.ChooseCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.ComputedAttributeCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.CopyCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.CopyOfCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.DocumentInstrCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.ElementCreatorCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.ErrorExpressionCompiler
Generate bytecode to evaluate the expression in push mode Precondition: none.
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.ExpressionCompiler
Generate bytecode to evaluate the expression in push mode Precondition: none.
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.FixedAttributeCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.FLWORExpressionCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.ForEachGroupCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.ForExpressionCompiler
Generate bytecode to evaluate the ForExpression in push mode Precondition: none.
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.InterpretedExpressionCompiler
Generate bytecode to evaluate the expression Precondition: none.
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.IterateInstrCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.LetExpressionCompiler
Generate bytecode to evaluate the LetExpression as an Item Precondition: none.
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.LiteralCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.LocalParamBlockCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.LocalParamCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.LocalVariableReferenceCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.NextIterationCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.NextMatchCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.OuterForExpressionCompiler
Generate bytecode to evaluate the OuterForExpression in push mode Precondition: none.
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.ProcessRegexMatchInstructionCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.ResultDocumentCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.SimpleNodeConstructorCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.SlashExpressionCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.StringJoinCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.SwitchExpressionCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.TailCallLoopCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.ToBooleanCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.ToItemCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.ToIteratorCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.TraceExpressionCompiler
 
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.UseAttributeSetsCompiler
 
compileToPush(Expression) - Method in class com.saxonica.bytecode.util.CompilerService
Generate bytecode to evaluate an expression by writing events to the current SequenceReceiver (leaving nothing on the stack at execution time)
compileToPush(CompilerService, Expression) - Method in class com.saxonica.bytecode.VariableReferenceCompiler
Generate bytecode to evaluate a VariableReference in push mode Precondition: none.
compileToSequence(Expression) - Method in class com.saxonica.bytecode.util.CompilerService
Compile code to evaluate a variable reference, or any other expresssion, leaving a Sequence on the stack
compileTunnelParameterSet(CompilerService, ExpressionCompiler, WithParam[]) - Static method in class com.saxonica.bytecode.ApplyTemplatesCompiler
 
compileWarning(String, StructuredQName) - Method in class net.sf.saxon.style.StyleElement
 
compileWarning(String, String) - Method in class net.sf.saxon.style.StyleElement
 
compileWithParam(Executable, Declaration) - Method in class net.sf.saxon.style.XSLWithParam
 
ComplexContentOutputter - Class in net.sf.saxon.event
This class is used for generating complex content, that is, the content of an element or document node.
ComplexContentOutputter(PipelineConfiguration) - Constructor for class net.sf.saxon.event.ComplexContentOutputter
Create a ComplexContentOutputter
ComplexContentProcessor - Class in net.sf.saxon.evpull
The ComplexContentProcessor is an EventIterator that deals with the events occurring between a startElement and endElement (or startDocument and endDocument) according to the XSLT/XQuery rules for constructing complex content.
ComplexContentProcessor(Configuration, EventIterator) - Constructor for class net.sf.saxon.evpull.ComplexContentProcessor
Create the ComplexContentProcessor
ComplexContentValidator - Class in com.saxonica.validate
This class is a filter that is used to validate the content of an element with a complex type.
ComplexContentValidator(ElementDecl, UserComplexType, Receiver) - Constructor for class com.saxonica.validate.ComplexContentValidator
Create a ComplexContentValidator for a given type
ComplexNodeEventFeed - Class in com.saxonica.stream.feed
This event feed supports instructions that create a document or element node.
ComplexNodeEventFeed(Expression, Feed, Stack<XPathContext>) - Constructor for class com.saxonica.stream.feed.ComplexNodeEventFeed
 
ComplexType - Interface in net.sf.saxon.type
A complex type as defined in XML Schema: either a user-defined complex type, or xs:anyType, or xs:untyped.
Component - Class in net.sf.saxon.functions
This class supports the get_X_from_Y functions defined in XPath 2.0
Component() - Constructor for class net.sf.saxon.functions.Component
 
COMPONENT_FUNCTION_TYPE - Static variable in interface net.sf.saxon.type.SchemaComponent
The function type of the function returned by getComponentAsFunction()
ComponentCompiler - Class in com.saxonica.bytecode
Generate bytecode for evaluation of functions such as day-from-date, seconds-from-duration, namespace-uri=from-QName
ComponentCompiler() - Constructor for class com.saxonica.bytecode.ComponentCompiler
 
ComponentReference - Interface in com.saxonica.schema
A reference to a schema component.
composeErrorMessage(ItemType, ItemType) - Method in class net.sf.saxon.expr.parser.RoleLocator
Construct a full error message
composeRequiredMessage(ItemType) - Method in class net.sf.saxon.expr.parser.RoleLocator
Construct the part of the message giving the required item type
ComposingWatch - Class in com.saxonica.stream.watch
A ComposingWatch is a Watch that evaluates an expression based on the nodes encountered in a streamed input document, passing the value of that expression as a sequence of items to an ItemFeed.
ComposingWatch(Feed, Stack<XPathContext>) - Constructor for class com.saxonica.stream.watch.ComposingWatch
 
composite - Variable in class net.sf.saxon.expr.sort.GroupByIterator
 
compress(CharSequence) - Static method in class net.sf.saxon.tree.tiny.CompressedWhitespace
Attempt to compress a CharSequence
CompressedWhitespace - Class in net.sf.saxon.tree.tiny
This class provides a compressed representation of a sequence of whitespace characters.
CompressedWhitespace(long) - Constructor for class net.sf.saxon.tree.tiny.CompressedWhitespace
 
compute(Generator, SourceLocator) - Method in class com.saxonica.bytecode.CalculatorCompiler.AnyDivAny
 
compute(Generator, SourceLocator) - Method in class com.saxonica.bytecode.CalculatorCompiler.AnyIdivAny
 
compute(Generator, SourceLocator) - Method in class com.saxonica.bytecode.CalculatorCompiler.AnyMinusAny
 
compute(Generator, SourceLocator) - Method in class com.saxonica.bytecode.CalculatorCompiler.AnyModAny
 
compute(Generator, SourceLocator) - Method in class com.saxonica.bytecode.CalculatorCompiler.AnyPlusAny
 
compute(Generator, SourceLocator) - Method in class com.saxonica.bytecode.CalculatorCompiler.AnyTimesAny
 
compute(Generator, SourceLocator) - Method in class com.saxonica.bytecode.CalculatorCompiler
 
compute(Generator, SourceLocator) - Method in class com.saxonica.bytecode.CalculatorCompiler.DecimalDivDecimal
 
compute(Generator, SourceLocator) - Method in class com.saxonica.bytecode.CalculatorCompiler.DecimalIdivDecimal
 
compute(Generator, SourceLocator) - Method in class com.saxonica.bytecode.CalculatorCompiler.DecimalMinusDecimal
 
compute(Generator, SourceLocator) - Method in class com.saxonica.bytecode.CalculatorCompiler.DecimalModDecimal
 
compute(Generator, SourceLocator) - Method in class com.saxonica.bytecode.CalculatorCompiler.DecimalPlusDecimal
 
compute(Generator, SourceLocator) - Method in class com.saxonica.bytecode.CalculatorCompiler.DecimalTimesDecimal
 
compute(Generator, SourceLocator) - Method in class com.saxonica.bytecode.CalculatorCompiler.DoubleDivDouble
 
compute(Generator, SourceLocator) - Method in class com.saxonica.bytecode.CalculatorCompiler.DoubleMinusDouble
 
compute(Generator, SourceLocator) - Method in class com.saxonica.bytecode.CalculatorCompiler.DoubleModDouble
 
compute(Generator, SourceLocator) - Method in class com.saxonica.bytecode.CalculatorCompiler.DoublePlusDouble
 
compute(Generator, SourceLocator) - Method in class com.saxonica.bytecode.CalculatorCompiler.DoubleTimesDouble
 
compute(Generator, SourceLocator) - Method in class com.saxonica.bytecode.CalculatorCompiler.FloatDivFloat
 
compute(Generator, SourceLocator) - Method in class com.saxonica.bytecode.CalculatorCompiler.FloatIdivFloat
 
compute(Generator, SourceLocator) - Method in class com.saxonica.bytecode.CalculatorCompiler.FloatMinusFloat
 
compute(Generator, SourceLocator) - Method in class com.saxonica.bytecode.CalculatorCompiler.FloatModFloat
 
compute(Generator, SourceLocator) - Method in class com.saxonica.bytecode.CalculatorCompiler.FloatPlusFloat
 
compute(Generator, SourceLocator) - Method in class com.saxonica.bytecode.CalculatorCompiler.FloatTimesFloat
 
compute(Generator, SourceLocator) - Method in class com.saxonica.bytecode.CalculatorCompiler.IntegerDivInteger
 
compute(Generator, SourceLocator) - Method in class com.saxonica.bytecode.CalculatorCompiler.IntegerIdivInteger
 
compute(Generator, SourceLocator) - Method in class com.saxonica.bytecode.CalculatorCompiler.IntegerMinusInteger
 
compute(Generator, SourceLocator) - Method in class com.saxonica.bytecode.CalculatorCompiler.IntegerModInteger
 
compute(Generator, SourceLocator) - Method in class com.saxonica.bytecode.CalculatorCompiler.IntegerPlusInteger
 
compute(Generator, SourceLocator) - Method in class com.saxonica.bytecode.CalculatorCompiler.IntegerTimesInteger
 
compute(SequenceIterator, FunctionItem, XPathContext) - Method in class com.saxonica.functions.extfn.SubsequenceTestFn
The function that does the work, which must be implemented in subclasses
compute(SequenceIterator, FunctionItem, XPathContext) - Method in class com.saxonica.functions.extfn.SubsequenceTestFn.SubsequenceAfterFn
The function that does the work, which must be implemented in subclasses
compute(SequenceIterator, FunctionItem, XPathContext) - Method in class com.saxonica.functions.extfn.SubsequenceTestFn.SubsequenceBeforeFn
 
compute(SequenceIterator, FunctionItem, XPathContext) - Method in class com.saxonica.functions.extfn.SubsequenceTestFn.SubsequenceFromFn
 
compute(SequenceIterator, FunctionItem, XPathContext) - Method in class com.saxonica.functions.extfn.SubsequenceTestFn.SubsequenceUntilFn
 
compute(double) - Method in class com.saxonica.functions.xpath3.TrigonometricFn.AcosFn
 
compute(double) - Method in class com.saxonica.functions.xpath3.TrigonometricFn.AsinFn
 
compute(double) - Method in class com.saxonica.functions.xpath3.TrigonometricFn.AtanFn
 
compute(double) - Method in class com.saxonica.functions.xpath3.TrigonometricFn
The function that does the work, which must be implemented in subclasses
compute(double) - Method in class com.saxonica.functions.xpath3.TrigonometricFn.CosFn
 
compute(double) - Method in class com.saxonica.functions.xpath3.TrigonometricFn.Exp10Fn
 
compute(double) - Method in class com.saxonica.functions.xpath3.TrigonometricFn.ExpFn
 
compute(double) - Method in class com.saxonica.functions.xpath3.TrigonometricFn.Log10Fn
 
compute(double) - Method in class com.saxonica.functions.xpath3.TrigonometricFn.LogFn
 
compute(double) - Method in class com.saxonica.functions.xpath3.TrigonometricFn.SinFn
 
compute(double) - Method in class com.saxonica.functions.xpath3.TrigonometricFn.SqrtFn
 
compute(double) - Method in class com.saxonica.functions.xpath3.TrigonometricFn.TanFn
 
compute(AtomicValue, int, AtomicValue, XPathContext) - Static method in class net.sf.saxon.expr.ArithmeticExpression
Static method to apply arithmetic to two values
compute(AtomicValue, AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.Calculator.AnyDivAny
 
compute(AtomicValue, AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.Calculator.AnyIdivAny
 
compute(AtomicValue, AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.Calculator.AnyMinusAny
 
compute(AtomicValue, AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.Calculator.AnyModAny
 
compute(AtomicValue, AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.Calculator.AnyPlusAny
 
compute(AtomicValue, AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.Calculator.AnyTimesAny
 
compute(AtomicValue, AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.Calculator
Perform an arithmetic operation
compute(AtomicValue, AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.Calculator.DecimalDivDecimal
 
compute(AtomicValue, AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.Calculator.DecimalIdivDecimal
 
compute(AtomicValue, AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.Calculator.DecimalMinusDecimal
 
compute(AtomicValue, AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.Calculator.DecimalModDecimal
 
compute(AtomicValue, AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.Calculator.DecimalPlusDecimal
 
compute(AtomicValue, AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.Calculator.DecimalTimesDecimal
 
compute(AtomicValue, AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.Calculator.DoubleDivDouble
 
compute(AtomicValue, AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.Calculator.DoubleMinusDouble
 
compute(AtomicValue, AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.Calculator.DoubleModDouble
 
compute(AtomicValue, AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.Calculator.DoublePlusDouble
 
compute(AtomicValue, AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.Calculator.DoubleTimesDouble
 
compute(AtomicValue, AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.Calculator.FloatDivFloat
 
compute(AtomicValue, AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.Calculator.FloatIdivFloat
 
compute(AtomicValue, AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.Calculator.FloatMinusFloat
 
compute(AtomicValue, AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.Calculator.FloatModFloat
 
compute(AtomicValue, AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.Calculator.FloatPlusFloat
 
compute(AtomicValue, AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.Calculator.FloatTimesFloat
 
compute(AtomicValue, AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.Calculator.IntegerDivInteger
 
compute(AtomicValue, AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.Calculator.IntegerIdivInteger
 
compute(AtomicValue, AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.Calculator.IntegerMinusInteger
 
compute(AtomicValue, AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.Calculator.IntegerModInteger
 
compute(AtomicValue, AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.Calculator.IntegerPlusInteger
 
compute(AtomicValue, AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.Calculator.IntegerTimesInteger
 
computeActualParams(WithParam[]) - Method in class com.saxonica.stream.watch.ApplyTemplatesWatch
 
computeArgumentEvaluationModes() - Method in class net.sf.saxon.expr.UserFunctionCall
Compute the evaluation mode of each argument
computeCardinality() - Method in class com.saxonica.bytecode.CompiledExpression
 
computeCardinality() - Method in class com.saxonica.expr.EquivalenceComparison
Determine the static cardinality.
computeCardinality() - Method in class com.saxonica.expr.IndexedFilterExpression
Get the static cardinality of this expression
computeCardinality() - Method in class com.saxonica.expr.IndexedLookupExpression
Get the static cardinality of this expression
computeCardinality() - Method in class com.saxonica.expr.JavaExtensionFunctionCall
 
computeCardinality() - Method in class com.saxonica.expr.SwitchExpression
Compute the static cardinality of this expression
computeCardinality() - Method in class com.saxonica.expr.TryCatch
Determine the cardinality of the function.
computeCardinality() - Method in class com.saxonica.functions.hof.FunctionLiteral
Determine the cardinality
computeCardinality() - Method in class com.saxonica.functions.hof.FunctionSequenceCoercer
Determine the static cardinality of the expression
computeCardinality() - Method in class com.saxonica.functions.hof.PartialApply
 
computeCardinality() - Method in class com.saxonica.functions.xslt3.AccumulatorFunctionCallPE
 
computeCardinality() - Method in class com.saxonica.stream.StreamingCopy
 
computeCardinality() - Method in class com.saxonica.update.BasicUpdatingExpression
Determine the static cardinality of the expression.
computeCardinality() - Method in class com.saxonica.update.CopyModifyExpression
Determine the static cardinality of the expression.
computeCardinality() - Method in class com.saxonica.xslt3.instruct.EvaluateInstr
 
computeCardinality() - Method in class com.saxonica.xslt3.instruct.Fork
Determine the cardinality of the function.
computeCardinality() - Method in class net.sf.saxon.expr.AdjacentTextNodeMerger
 
computeCardinality() - Method in class net.sf.saxon.expr.AtomicSequenceConverter
Determine the static cardinality of the expression
computeCardinality() - Method in class net.sf.saxon.expr.Atomizer
Determine the static cardinality of the expression
computeCardinality() - Method in class net.sf.saxon.expr.AxisExpression
Determine the cardinality of the result of this expression
computeCardinality() - Method in class net.sf.saxon.expr.BinaryExpression
Determine the static cardinality.
computeCardinality() - Method in class net.sf.saxon.expr.BooleanExpression
Determine the static cardinality.
computeCardinality() - Method in class net.sf.saxon.expr.CardinalityChecker
Determine the static cardinality of the expression
computeCardinality() - Method in class net.sf.saxon.expr.CastableExpression
 
computeCardinality() - Method in class net.sf.saxon.expr.CastableToList
Get the static cardinality of the expression
computeCardinality() - Method in class net.sf.saxon.expr.CastableToUnion
Get the static cardinality of the expression
computeCardinality() - Method in class net.sf.saxon.expr.CastExpression
Get the static cardinality of the expression
computeCardinality() - Method in class net.sf.saxon.expr.CastToList
Get the static cardinality of the expression
computeCardinality() - Method in class net.sf.saxon.expr.CastToUnion
Get the static cardinality of the expression
computeCardinality() - Method in class net.sf.saxon.expr.CompareToIntegerConstant
 
computeCardinality() - Method in class net.sf.saxon.expr.ContextItemExpression
Get the static cardinality
computeCardinality() - Method in class net.sf.saxon.expr.EmptyTextNodeRemover
 
computeCardinality() - Method in class net.sf.saxon.expr.ErrorExpression
Determine the static cardinality
computeCardinality() - Method in class net.sf.saxon.expr.Expression
Compute the static cardinality of this expression
computeCardinality() - Method in class net.sf.saxon.expr.FilterExpression
Get the static cardinality of this expression
computeCardinality() - Method in class net.sf.saxon.expr.flwor.FLWORExpression
Compute the static cardinality of this expression
computeCardinality() - Method in class net.sf.saxon.expr.flwor.TupleExpression
Get the cardinality of the expression.
computeCardinality() - Method in class net.sf.saxon.expr.ForExpression
Determine the static cardinality of the expression
computeCardinality() - Method in class net.sf.saxon.expr.GeneralComparison
Determine the static cardinality.
computeCardinality() - Method in class net.sf.saxon.expr.GeneralComparison10
Determine the static cardinality.
computeCardinality() - Method in class net.sf.saxon.expr.GroupVariableReference
Get the static cardinality
computeCardinality() - Method in class net.sf.saxon.expr.InstanceOfExpression
Determine the cardinality
computeCardinality() - Method in class net.sf.saxon.expr.instruct.CallTemplate
Get the cardinality of the sequence returned by evaluating this instruction
computeCardinality() - Method in class net.sf.saxon.expr.instruct.Choose
Compute the cardinality of the sequence returned by evaluating this instruction
computeCardinality() - Method in class net.sf.saxon.expr.instruct.Instruction
Get the cardinality of the sequence returned by evaluating this instruction
computeCardinality() - Method in class net.sf.saxon.expr.instruct.LocalParamSetter
Get the cardinality of the sequence returned by evaluating this instruction
computeCardinality() - Method in class net.sf.saxon.expr.instruct.NumberInstruction
 
computeCardinality() - Method in class net.sf.saxon.expr.instruct.ParentNodeConstructor
Get the cardinality of the sequence returned by evaluating this instruction
computeCardinality() - Method in class net.sf.saxon.expr.instruct.SimpleNodeConstructor
Get the cardinality of the sequence returned by evaluating this instruction
computeCardinality() - Method in class net.sf.saxon.expr.instruct.ValueOf
 
computeCardinality() - Method in class net.sf.saxon.expr.IntegerRangeTest
Determine the static cardinality
computeCardinality() - Method in class net.sf.saxon.expr.IsLastExpression
Determine the static cardinality
computeCardinality() - Method in class net.sf.saxon.expr.LetExpression
Determine the static cardinality of the expression
computeCardinality() - Method in class net.sf.saxon.expr.Literal
Determine the cardinality
computeCardinality() - Method in class net.sf.saxon.expr.QuantifiedExpression
Determine the static cardinality
computeCardinality() - Method in class net.sf.saxon.expr.RangeExpression
Determine the static cardinality
computeCardinality() - Method in class net.sf.saxon.expr.RootExpression
Specify that the expression returns a singleton
computeCardinality() - Method in class net.sf.saxon.expr.SimpleExpression
Determine the static cardinality of the expression.
computeCardinality() - Method in class net.sf.saxon.expr.SingleItemFilter
Get the static cardinality: this implementation is appropriate for [1] and [last()] which will always return something if the input is non-empty
computeCardinality() - Method in class net.sf.saxon.expr.SingleNodeExpression
Specify that the expression returns a singleton
computeCardinality() - Method in class net.sf.saxon.expr.SingletonAtomizer
Determine the static cardinality of the expression
computeCardinality() - Method in class net.sf.saxon.expr.SlashExpression
Determine the static cardinality of the expression
computeCardinality() - Method in class net.sf.saxon.expr.sort.ConditionalSorter
Compute the static cardinality of this expression
computeCardinality() - Method in class net.sf.saxon.expr.sort.SortExpression
Determine the static cardinality
computeCardinality() - Method in class net.sf.saxon.expr.SubscriptExpression
Get the static cardinality: this implementation is appropriate for [1] and [last()] which will always return something if the input is non-empty
computeCardinality() - Method in class net.sf.saxon.expr.SuppliedParameterReference
Get the static cardinality
computeCardinality() - Method in class net.sf.saxon.expr.TailExpression
 
computeCardinality() - Method in class net.sf.saxon.expr.UnaryExpression
Determine the static cardinality.
computeCardinality() - Method in class net.sf.saxon.expr.UntypedSequenceConverter
Determine the static cardinality of the expression
computeCardinality() - Method in class net.sf.saxon.expr.UserFunctionCall
Determine the cardinality of the result
computeCardinality() - Method in class net.sf.saxon.expr.ValueComparison
Determine the static cardinality.
computeCardinality() - Method in class net.sf.saxon.expr.VariableReference
Get the static cardinality
computeCardinality() - Method in class net.sf.saxon.expr.VennExpression
Determine the static cardinality of the expression
computeCardinality() - Method in class net.sf.saxon.functions.Abs
Determine the cardinality of the function.
computeCardinality() - Method in class net.sf.saxon.functions.Average
Determine the cardinality of the function.
computeCardinality() - Method in class net.sf.saxon.functions.Ceiling
Determine the cardinality of the function.
computeCardinality() - Method in class net.sf.saxon.functions.Doc
 
computeCardinality() - Method in class net.sf.saxon.functions.DocumentFn
Determine the static cardinality
computeCardinality() - Method in class net.sf.saxon.functions.Floor
Determine the cardinality of the function.
computeCardinality() - Method in class net.sf.saxon.functions.IntegratedFunctionCall
Compute the static cardinality of this expression
computeCardinality() - Method in class net.sf.saxon.functions.Minimax
Determine the cardinality of the function.
computeCardinality() - Method in class net.sf.saxon.functions.Round
Determine the cardinality of the function.
computeCardinality() - Method in class net.sf.saxon.functions.RoundHalfToEven
Determine the cardinality of the function.
computeCardinality() - Method in class net.sf.saxon.functions.StringJoin
Determine the cardinality of the function.
computeCardinality() - Method in class net.sf.saxon.functions.Subsequence
Determine the cardinality of the function.
computeCardinality() - Method in class net.sf.saxon.functions.Sum
 
computeCardinality() - Method in class net.sf.saxon.functions.SystemFunctionCall
Determine the cardinality of the function.
computeCardinality() - Method in class net.sf.saxon.functions.Trace
Get the static cardinality
computeCardinality() - Method in class net.sf.saxon.pattern.PatternSponsor
 
computeCardinality() - Method in class net.sf.saxon.xpath.XPathFunctionCall
Determine the cardinality of the result
computeContentRelationship(ItemType, ItemType, IntSet, IntSet) - Method in class com.saxonica.config.ee.TypeHierarchyEE
Compute the relationship between the allowed content-types of two types
computeContentRelationship(ItemType, ItemType, IntSet, IntSet) - Method in class net.sf.saxon.type.TypeHierarchy
Compute the relationship between the allowed content-types of two types
ComputedAttribute - Class in net.sf.saxon.expr.instruct
An instruction derived from an xsl:attribute element in stylesheet, or from an attribute constructor in XQuery, in cases where the attribute name is not known statically
ComputedAttribute(Expression, Expression, NamespaceResolver, int, SimpleType, boolean) - Constructor for class net.sf.saxon.expr.instruct.ComputedAttribute
Construct an Attribute instruction
ComputedAttributeCompiler - Class in com.saxonica.bytecode
Generate bytecode for a computed attribute constructor
ComputedAttributeCompiler() - Constructor for class com.saxonica.bytecode.ComputedAttributeCompiler
 
ComputedElement - Class in net.sf.saxon.expr.instruct
An instruction representing an xsl:element element in an XSLT stylesheet, or a computed element constructor in XQuery.
ComputedElement(Expression, Expression, NamespaceResolver, SchemaType, int, boolean, boolean) - Constructor for class net.sf.saxon.expr.instruct.ComputedElement
Create an instruction that creates a new element node
ComputedElementCompiler - Class in com.saxonica.bytecode
Generate bytecode for a computed element constructor (or xsl:element in XSLT)
ComputedElementCompiler() - Constructor for class com.saxonica.bytecode.ComputedElementCompiler
 
computeDependencies() - Method in class com.saxonica.bytecode.CompiledExpression
 
computeDependencies() - Method in class com.saxonica.expr.IndexedFilterExpression
Determine which aspects of the context the expression depends on.
computeDependencies() - Method in class com.saxonica.expr.IndexedLookupExpression
Determine which aspects of the context the expression depends on.
computeDependencies() - Method in class com.saxonica.functions.xslt3.AccumulatorFunctionCallPE
 
computeDependencies() - Method in class com.saxonica.stream.StreamingCopy
Compute the dependencies of an expression, as the union of the dependencies of its subexpressions.
computeDependencies() - Method in class com.saxonica.xslt3.instruct.EvaluateInstr
Compute the dependencies of an expression, as the union of the dependencies of its subexpressions.
computeDependencies() - Method in class com.saxonica.xslt3.instruct.IterateInstr
Compute the dependencies of an expression, as the union of the dependencies of its subexpressions.
computeDependencies() - Method in class net.sf.saxon.expr.CompareToIntegerConstant
Compute the dependencies of an expression, as the union of the dependencies of its subexpressions.
computeDependencies() - Method in class net.sf.saxon.expr.Expression
Compute the dependencies of an expression, as the union of the dependencies of its subexpressions.
computeDependencies() - Method in class net.sf.saxon.expr.FilterExpression
Determine which aspects of the context the expression depends on.
computeDependencies() - Method in class net.sf.saxon.expr.instruct.AnalyzeString
Compute the dependencies of an expression, as the union of the dependencies of its subexpressions.
computeDependencies() - Method in class net.sf.saxon.expr.instruct.ForEach
Compute the dependencies of an expression, as the union of the dependencies of its subexpressions.
computeDependencies() - Method in class net.sf.saxon.expr.instruct.ForEachGroup
Compute the dependencies of an expression, as the union of the dependencies of its subexpressions.
computeDependencies() - Method in class net.sf.saxon.expr.instruct.TraceExpression
Get the static properties of this expression (other than its type).
computeDependencies() - Method in class net.sf.saxon.expr.SimpleExpression
Compute the dependencies of an expression, as the union of the dependencies of its subexpressions.
computeDependencies() - Method in class net.sf.saxon.expr.SlashExpression
Determine which aspects of the context the expression depends on.
computeDocumentKey(String, String, XPathContext) - Static method in class net.sf.saxon.functions.DocumentFn
Compute a document key
computeDocumentKey(String, String, URIResolver) - Static method in class net.sf.saxon.functions.DocumentFn
Compute a document key (an absolute URI that can be used to see if a document is already loaded)
computeEvaluationMode() - Method in class com.saxonica.expr.MemoFunction
Determine the preferred evaluation mode for this function
computeEvaluationMode() - Method in class net.sf.saxon.expr.instruct.GeneralVariable
 
computeEvaluationMode() - Method in class net.sf.saxon.expr.instruct.UserFunction
Determine the preferred evaluation mode for this function
computeHashCode(CharSequence, CharSequence) - Static method in class net.sf.saxon.om.StructuredQName
Expose the hashCode algorithm so that other implementations of QNames can construct a compatible hashcode
computeIsAllContent() - Method in class com.saxonica.schema.UserComplexType
Compute whether this complex type has a content model defined by an xs:all compositor (after simplification to remove pointless particles)
computeParticleCardinality(int, int) - Static method in class com.saxonica.schema.Particle
Compute an XPath cardinality (e.g.
computeRankings() - Method in class net.sf.saxon.trans.Mode
Compute a rank for each rule, as a combination of the precedence and priority, to allow rapid comparison.
computeRankings() - Method in class net.sf.saxon.trans.RuleManager
Allocate rankings to the rules within each mode.
computeSpecialProperties() - Method in class com.saxonica.bytecode.CompiledExpression
 
computeSpecialProperties() - Method in class com.saxonica.expr.IndexedFilterExpression
Get the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class com.saxonica.expr.IndexedLookupExpression
Get the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class com.saxonica.functions.hof.FunctionLiteral
Compute the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class com.saxonica.functions.hof.FunctionSequenceCoercer
Determine the special properties of this expression
computeSpecialProperties() - Method in class com.saxonica.functions.xpath3.Innermost
 
computeSpecialProperties() - Method in class com.saxonica.functions.xpath3.Outermost
 
computeSpecialProperties() - Method in class com.saxonica.stream.StreamingCopy
 
computeSpecialProperties() - Method in class net.sf.saxon.expr.AtomicSequenceConverter
Determine the special properties of this expression
computeSpecialProperties() - Method in class net.sf.saxon.expr.Atomizer
Determine the special properties of this expression
computeSpecialProperties() - Method in class net.sf.saxon.expr.AxisExpression
Get the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class net.sf.saxon.expr.BinaryExpression
Determine the special properties of this expression
computeSpecialProperties() - Method in class net.sf.saxon.expr.CardinalityChecker
Get the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class net.sf.saxon.expr.CastableToList
Determine the special properties of this expression
computeSpecialProperties() - Method in class net.sf.saxon.expr.CastableToUnion
Determine the special properties of this expression
computeSpecialProperties() - Method in class net.sf.saxon.expr.CastingExpression
Determine the special properties of this expression
computeSpecialProperties() - Method in class net.sf.saxon.expr.CastToList
Determine the special properties of this expression
computeSpecialProperties() - Method in class net.sf.saxon.expr.CastToUnion
Determine the special properties of this expression
computeSpecialProperties() - Method in class net.sf.saxon.expr.CompareToIntegerConstant
 
computeSpecialProperties() - Method in class net.sf.saxon.expr.ContextItemExpression
Determine the special properties of this expression
computeSpecialProperties() - Method in class net.sf.saxon.expr.Expression
Compute the special properties of this expression.
computeSpecialProperties() - Method in class net.sf.saxon.expr.FilterExpression
Get the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class net.sf.saxon.expr.GroupVariableReference
Determine the special properties of this expression.
computeSpecialProperties() - Method in class net.sf.saxon.expr.instruct.AttributeCreator
Get the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class net.sf.saxon.expr.instruct.Block
 
computeSpecialProperties() - Method in class net.sf.saxon.expr.instruct.Choose
Get the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class net.sf.saxon.expr.instruct.ComputedAttribute
Get the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class net.sf.saxon.expr.instruct.DocumentInstr
Get the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class net.sf.saxon.expr.instruct.ElementCreator
Get the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class net.sf.saxon.expr.instruct.ForEach
Get the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class net.sf.saxon.expr.instruct.ForEachGroup
Get the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class net.sf.saxon.expr.instruct.Instruction
Get the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class net.sf.saxon.expr.instruct.LocalParamBlock
 
computeSpecialProperties() - Method in class net.sf.saxon.expr.instruct.LocalParamSetter
Get the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class net.sf.saxon.expr.instruct.SimpleNodeConstructor
Get the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class net.sf.saxon.expr.IsLastExpression
Determine the special properties of this expression
computeSpecialProperties() - Method in class net.sf.saxon.expr.LetExpression
Get the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class net.sf.saxon.expr.Literal
Compute the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class net.sf.saxon.expr.QuantifiedExpression
Determine the special properties of this expression
computeSpecialProperties() - Method in class net.sf.saxon.expr.SingleNodeExpression
 
computeSpecialProperties() - Method in class net.sf.saxon.expr.SingletonAtomizer
Determine the special properties of this expression
computeSpecialProperties() - Method in class net.sf.saxon.expr.SlashExpression
Get the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class net.sf.saxon.expr.sort.ConditionalSorter
Compute the special properties of this expression.
computeSpecialProperties() - Method in class net.sf.saxon.expr.sort.DocumentSorter
 
computeSpecialProperties() - Method in class net.sf.saxon.expr.sort.SortExpression
Get the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class net.sf.saxon.expr.TailExpression
 
computeSpecialProperties() - Method in class net.sf.saxon.expr.UnaryExpression
Get the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class net.sf.saxon.expr.UntypedSequenceConverter
Determine the special properties of this expression
computeSpecialProperties() - Method in class net.sf.saxon.expr.UserFunctionCall
Compute the special properties of this expression.
computeSpecialProperties() - Method in class net.sf.saxon.expr.VariableReference
Determine the special properties of this expression
computeSpecialProperties() - Method in class net.sf.saxon.expr.VennExpression
Get the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class net.sf.saxon.functions.Collection
 
computeSpecialProperties() - Method in class net.sf.saxon.functions.Current
Get the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class net.sf.saxon.functions.Doc
Get the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class net.sf.saxon.functions.DocumentFn
Get the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class net.sf.saxon.functions.Error
 
computeSpecialProperties() - Method in class net.sf.saxon.functions.GenerateId
Determine the special properties of this expression.
computeSpecialProperties() - Method in class net.sf.saxon.functions.Id
Get the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class net.sf.saxon.functions.Idref
Get the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class net.sf.saxon.functions.IntegratedFunctionCall
Compute the special properties of this expression.
computeSpecialProperties() - Method in class net.sf.saxon.functions.KeyFn
Get the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class net.sf.saxon.functions.Reverse
 
computeSpecialProperties() - Method in class net.sf.saxon.functions.Root
Get the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class net.sf.saxon.functions.Subsequence
Get the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class net.sf.saxon.functions.SystemFunctionCall
Determine the special properties of this expression.
computeSpecialProperties() - Method in class net.sf.saxon.functions.Trace
Get the static properties of this expression (other than its type).
computeSpecialProperties() - Method in class net.sf.saxon.functions.UnparsedText
 
computeStaticProperties() - Method in class net.sf.saxon.expr.Expression
Compute the static properties.
computeTunnelParams(WithParam[]) - Method in class com.saxonica.stream.watch.ApplyTemplatesWatch
 
CONCAT - Static variable in class net.sf.saxon.expr.parser.Token
Operator "||"
Concat - Class in net.sf.saxon.functions
Implementation of the fn:concat() function
Concat() - Constructor for class net.sf.saxon.functions.Concat
 
ConcatCompiler - Class in com.saxonica.bytecode
Generate bytecode for evaluation of a Concat function
ConcatCompiler() - Constructor for class com.saxonica.bytecode.ConcatCompiler
 
concatenateStrings(int) - Method in class com.saxonica.bytecode.util.Generator
Generate code to concatenate a sequence of string objects.
condense() - Method in class net.sf.saxon.tree.util.FastStringBuffer
Remove surplus space from the array.
ConditionalPattern - Class in net.sf.saxon.pattern
A ConditionalPattern tests a node against one of a number of patterns depending on the value of a condition.
ConditionalPattern(Expression[], Pattern[]) - Constructor for class net.sf.saxon.pattern.ConditionalPattern
 
ConditionalSorter - Class in net.sf.saxon.expr.sort
An expression that sorts an underlying sequence into document order if some condition is true, or that returns the sequence "as is" (knowing that it doesn't need sorting) if the condition is false.
ConditionalSorter(Expression, DocumentSorter) - Constructor for class net.sf.saxon.expr.sort.ConditionalSorter
Create a conditional document sorter
ConditionalSorterCompiler - Class in com.saxonica.bytecode
Generate bytecode for evaluation of a ConditionalSorterCompiler
ConditionalSorterCompiler() - Constructor for class com.saxonica.bytecode.ConditionalSorterCompiler
 
Conduit - Class in com.saxonica.stream
A Conduit is a communication channel from a Producer to a Consumer: the channel is used to pass a sequence of items (and possibly an exception) from the producer to the consumer.
Conduit() - Constructor for class com.saxonica.stream.Conduit
 
config - Variable in class com.saxonica.Validate
 
config - Variable in class net.sf.saxon.dom.DocumentWrapper
 
config - Variable in class net.sf.saxon.event.Builder
 
config - Variable in class net.sf.saxon.expr.parser.Optimizer
 
config - Variable in class net.sf.saxon.lib.StandardEntityResolver
 
config - Variable in class net.sf.saxon.option.axiom.AxiomDocumentWrapper
 
config - Variable in class net.sf.saxon.option.dom4j.DOM4JDocumentWrapper
 
config - Variable in class net.sf.saxon.option.jdom.JDOMDocumentWrapper
 
config - Variable in class net.sf.saxon.option.jdom2.JDOM2DocumentWrapper
 
config - Variable in class net.sf.saxon.option.xom.XOMDocumentWrapper
 
config - Variable in class net.sf.saxon.Query
 
config - Variable in class net.sf.saxon.stax.ReceiverToXMLStreamWriter
 
config - Variable in class net.sf.saxon.style.StyleNodeFactory
 
config - Variable in class net.sf.saxon.trans.ConfigurationReader
 
config - Variable in class net.sf.saxon.Transform
 
config - Variable in class net.sf.saxon.type.TypeHierarchy
 
Configuration - Class in net.sf.saxon
This class holds details of user-selected configuration options for a set of transformations and/or queries.
Configuration() - Constructor for class net.sf.saxon.Configuration
Create a non-schema-aware configuration object with default settings for all options.
CONFIGURATION - Static variable in class net.sf.saxon.lib.FeatureKeys
This attribute cannot be set on the net.sf.saxon.Configuration itself, but it can be set on various JAXP factory objects such as a TransformerFactory or DocumentBuilderFactory, to ensure that several such factories use the same Configuration.
Configuration.LicenseFeature - Class in net.sf.saxon
This class contains constants representing features of the software that may or may not be licensed.
Configuration.LicenseFeature() - Constructor for class net.sf.saxon.Configuration.LicenseFeature
 
CONFIGURATION_FILE - Static variable in class net.sf.saxon.lib.FeatureKeys
Defines a configuration file to be applied to the configuration.
configurationClass - Static variable in class net.sf.saxon.Configuration
 
ConfigurationReader - Class in net.sf.saxon.trans
Class used to read a config.xml file and transfer all settings from the file to the Configuration
ConfigurationReader() - Constructor for class net.sf.saxon.trans.ConfigurationReader
 
configureParser(XMLReader) - Static method in class net.sf.saxon.event.Sender
Configure a SAX parser to ensure it has the correct namesapce properties set
connection - Variable in class net.sf.saxon.xqj.SaxonXQDynamicContext
 
connectionClosed(XQConnectionEvent) - Method in interface javax.xml.xquery.XQConnectionEventListener
Notifies this XQConnectionEventListener that the application has called the method close on its representation of a pooled connection.
connectionErrorOccurred(XQConnectionEvent) - Method in interface javax.xml.xquery.XQConnectionEventListener
Notifies this XQConnectionEventListener that a fatal error has occurred and the pooled connection can no longer be used.
ConnectionPoolXQDataSource - Interface in javax.xml.xquery
A factory for PooledXQConnection objects.
constant(XPathContext, String, double) - Static method in class net.sf.saxon.option.exslt.Math
Get a named constant to a given precision (SStL)
constantText - Variable in class net.sf.saxon.style.SourceBinding
 
constantValue - Variable in class net.sf.saxon.expr.VariableReference
 
ConstraintChecker - Class in com.saxonica.validate
This class handles the checking of Schema-defined unique, key, and keyref constraints.
ConstraintChecker(Receiver) - Constructor for class com.saxonica.validate.ConstraintChecker
 
CONSTRUCTION_MODE_PRESERVE - Static variable in class javax.xml.xquery.XQConstants
The constant indicating that the type of a constructed element node is xs:anyType, and all attribute and element nodes copied during node construction retain their original types.
CONSTRUCTION_MODE_STRIP - Static variable in class javax.xml.xquery.XQConstants
The constant indicating that the type of a constructed element node is xs:untyped; all element nodes copied during node construction receive the type xs:untyped, and all attribute nodes copied during node construction receive the type xs:untypedAtomic.
ConstructorFunctionLibrary - Class in net.sf.saxon.functions
The ConstructorFunctionLibrary represents the collection of constructor functions for atomic types.
ConstructorFunctionLibrary(Configuration) - Constructor for class net.sf.saxon.functions.ConstructorFunctionLibrary
Create a SystemFunctionLibrary
consume() - Method in class net.sf.saxon.pull.PullConsumer
Consume the input
consumesGroup(Expression) - Static method in class com.saxonica.stream.ExpressionInverter
 
consumesStream(Expression) - Static method in class com.saxonica.stream.ExpressionInverter
Ask whether an expression is consuming.
Container - Interface in net.sf.saxon.expr
A Container is something other than an expression that can act as the container of an expression.
containingDeclarationIsElement() - Method in class com.saxonica.schema.UserDefinedType
Determine whether the containing declaration is an element declaration or an attribute declaration
containingExpression - Variable in class net.sf.saxon.expr.parser.PromotionOffer
When a promotion offer is made, containingExpression identifies the level to which the promotion should occur.
contains(Expression, boolean, ExpressionTool.ExpressionPredicate) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
Test whether a given expression is, or contains, at any depth, an expression that satisfies a supplied condition
contains(String, String) - Method in class net.sf.saxon.expr.sort.CodepointCollator
Test whether one string contains another, according to the rules of the XPath contains() function
contains(String, String) - Method in class net.sf.saxon.expr.sort.RuleBasedSubstringMatcher
Test whether one string contains another, according to the rules of the XPath contains() function
Contains - Class in net.sf.saxon.functions
Implements the fn:contains() function
Contains() - Constructor for class net.sf.saxon.functions.Contains
 
contains(String, String) - Method in interface net.sf.saxon.lib.SubstringMatcher
Test whether one string contains another, according to the rules of the XPath contains() function
contains(DocumentInfo) - Method in class net.sf.saxon.om.DocumentPool
Determine whether a given document is present in the pool
contains(Object) - Method in class net.sf.saxon.om.SingletonSet
 
contains(String) - Method in class net.sf.saxon.serialize.HTMLTagHashSet
 
contains(int) - Method in class net.sf.saxon.z.IntArraySet
 
contains(int) - Method in class net.sf.saxon.z.IntBlockSet
 
contains(int) - Method in class net.sf.saxon.z.IntCheckingSet
 
contains(int) - Method in class net.sf.saxon.z.IntComplementSet
 
contains(int) - Method in class net.sf.saxon.z.IntEmptySet
 
contains(int) - Method in class net.sf.saxon.z.IntHashSet
 
contains(int) - Method in class net.sf.saxon.z.IntRangeSet
 
contains(int) - Method in interface net.sf.saxon.z.IntSet
Determine whether a particular integer is present in the set
contains(int) - Method in class net.sf.saxon.z.IntSingletonSet
 
contains(int) - Method in class net.sf.saxon.z.IntUniversalSet
 
containsAll(boolean) - Method in class com.saxonica.schema.AllModelGroup
Determine if the content model uses xs:all.
containsAll(boolean) - Method in class com.saxonica.schema.ModelGroup
Test whether this model group contains an xs:all compositor
containsAll(IntSet) - Method in class net.sf.saxon.z.AbstractIntSet
Test if this set is a superset of another set
containsAll(IntSet) - Method in class net.sf.saxon.z.IntCheckingSet
 
containsAll(IntSet) - Method in class net.sf.saxon.z.IntComplementSet
 
containsAll(IntSet) - Method in class net.sf.saxon.z.IntEmptySet
 
containsAll(IntSet) - Method in interface net.sf.saxon.z.IntSet
Test if this set is a superset of another set
containsAll(IntSet) - Method in class net.sf.saxon.z.IntSingletonSet
 
containsAll(IntSet) - Method in class net.sf.saxon.z.IntUniversalSet
 
containsAssertions() - Method in class net.sf.saxon.tree.wrapper.SpaceStrippedDocument
Ask whether the stripped document contain any nodes annotated with types that carry assertions
ContainsCompiler - Class in com.saxonica.bytecode
Generate bytecode for a call on fn:contains
ContainsCompiler() - Constructor for class com.saxonica.bytecode.ContainsCompiler
 
containsElementWildcard() - Method in class com.saxonica.schema.ElementParticle
Ask whether the particle contains an element wildcard
containsElementWildcard() - Method in class com.saxonica.schema.ElementWildcard
Ask whether the particle contains an element wildcard
containsElementWildcard() - Method in class com.saxonica.schema.ModelGroup
Ask whether the model group contains an element wildcard
containsElementWildcard() - Method in class com.saxonica.schema.ModelGroupParticle
Ask whether the particle contains an element wildcard
containsElementWildcard() - Method in class com.saxonica.schema.Particle
Ask whether the particle contains an element wildcard
containsElementWildcard() - Method in class com.saxonica.schema.UserComplexType
Ask whether this type (or any known type derived from it by extension) allows the element to have children that match a wildcard
containsElementWildcard() - Method in class net.sf.saxon.type.AnyType
Ask whether this type (or any known type derived from it by extension) allows the element to have children that match a wildcard
containsElementWildcard() - Method in interface net.sf.saxon.type.ComplexType
Ask whether this type (or any known type derived from it by extension) allows the element to have children that match a wildcard
containsElementWildcard() - Method in class net.sf.saxon.type.Untyped
Ask whether this type (or any known type derived from it by extension) allows the element to have children that match a wildcard
containsGroupVariableReference(Expression) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
 
containsKey(StructuredQName) - Method in class net.sf.saxon.expr.instruct.GlobalParameterSet
 
containsListType() - Method in class com.saxonica.schema.UserUnionType
Ask whether this union type includes any list types among its members
containsListType() - Method in class net.sf.saxon.type.ErrorType
 
containsListType() - Method in interface net.sf.saxon.type.UnionType
 
containsLocalParam(Expression) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
Determine whether an expression contains a LocalParamSetter subexpression
containsMatch(CharSequence) - Method in class net.sf.saxon.regex.ARegularExpression
Determine whether the regular expression contains a match of a given string
containsMatch(CharSequence) - Method in class net.sf.saxon.regex.JavaRegularExpression
Determine whether the regular expression contains a match for a given string
containsMatch(CharSequence) - Method in interface net.sf.saxon.regex.RegularExpression
Determine whether the regular expression contains a match of a given string
containsNodeKind(int, int) - Static method in class net.sf.saxon.om.AxisInfo
Determine whether a given kind of node can be found on a given axis.
containsNonInlineableVariableReference(Binding) - Method in class com.saxonica.expr.flwor.GroupByClause
 
containsNonInlineableVariableReference(Binding) - Method in class net.sf.saxon.expr.flwor.Clause
Determine whether the clause contains a reference to a local variable binding that cannot be inlined
containsNonInlineableVariableReference(Binding) - Method in class net.sf.saxon.expr.flwor.OrderByClause
 
containsPreserveSpace() - Method in class net.sf.saxon.tree.wrapper.SpaceStrippedDocument
Ask whether the stripped document contains any xml:space="preserve" attributes.
containsSome(IntSet, IntSet) - Static method in class net.sf.saxon.z.IntHashSet
Test if one set has overlapping membership with another set
containsSurrogatePairs(CharSequence) - Static method in class net.sf.saxon.regex.UnicodeString
Test whether a CharSequence contains Unicode codepoints outside the BMP range
containsSurrogatePairs() - Method in class net.sf.saxon.value.StringValue
Determine whether the string contains surrogate pairs
containsSurrogates(CharSequence) - Static method in class net.sf.saxon.serialize.charcode.UTF16CharacterSet
Test whether a CharSequence contains any surrogates (i.e.
containsTailCall - Variable in class net.sf.saxon.expr.instruct.ForEach
 
containsTailCalls() - Method in class net.sf.saxon.expr.instruct.UserFunction
Determine whether the function contains tail calls (on this or other functions)
containsWhitespace(CharSequence) - Static method in class net.sf.saxon.value.Whitespace
Determine if a string contains any whitespace
content - Variable in class net.sf.saxon.expr.instruct.ParentNodeConstructor
 
content - Variable in class net.sf.saxon.expr.instruct.ResultDocument
 
ContentHandlerProxy - Class in net.sf.saxon.event
A ContentHandlerProxy is a Receiver that converts events into the form expected by an underlying SAX2 ContentHandler.
ContentHandlerProxy() - Constructor for class net.sf.saxon.event.ContentHandlerProxy
 
ContentHandlerProxy.ContentHandlerProxyTraceListener - Class in net.sf.saxon.event
Create a TraceListener that will collect information about the current location in the source document.
ContentHandlerProxy.ContentHandlerProxyTraceListener() - Constructor for class net.sf.saxon.event.ContentHandlerProxy.ContentHandlerProxyTraceListener
 
ContentHandlerProxyLocator - Class in net.sf.saxon.event
Implementation of Locator, used to supply location information to the ContentHandler.
ContentHandlerProxyLocator(ContentHandlerProxy) - Constructor for class net.sf.saxon.event.ContentHandlerProxyLocator
Create the Locator for a ContentHandlerProxy
contentModel - Variable in class com.saxonica.schema.ModelGroup
The list of particles making up the content model of this ModelGroup.
contents - Variable in class com.saxonica.expr.flwor.WindowClause.Window
 
ContentType - Class in com.saxonica.schema
Corresponds to a Content Type Property Record as defined in the XML Schema 1.1 specification
ContentType() - Constructor for class com.saxonica.schema.ContentType
 
ContentTypeTest - Class in net.sf.saxon.pattern
NodeTest is an interface that enables a test of whether a node matches particular conditions.
ContentTypeTest(int, SchemaType, Configuration, boolean) - Constructor for class net.sf.saxon.pattern.ContentTypeTest
Create a ContentTypeTest
ContentValidator - Class in com.saxonica.validate
This class is an abstract superclass for all the validators.
ContentValidator(Receiver) - Constructor for class com.saxonica.validate.ContentValidator
 
context - Variable in class com.saxonica.bytecode.iter.CompiledBlockIterator
 
context - Variable in class com.saxonica.bytecode.iter.OneToOneMappingIterator
 
context - Variable in class com.saxonica.bytecode.map.ForItemMappingAction
 
context - Variable in class com.saxonica.bytecode.map.ForSequenceMappingAction
 
context - Variable in class net.sf.saxon.expr.ForExpression.MappingAction
 
context - Variable in class net.sf.saxon.expr.sort.SortedIterator
 
CONTEXT_DOCUMENT_NODESET - Static variable in class net.sf.saxon.expr.StaticProperty
Expression property: this bit is set by getProperties() in the case of an expression whose item type is node, when the nodes in the result are guaranteed all to be in the same document as the context node.
CONTEXT_ITEM - Static variable in class javax.xml.xquery.XQConstants
Defines the QName for the context item.
CONTEXT_ITEM - Static variable in class net.sf.saxon.expr.parser.RoleLocator
 
ContextItemCompiler - Class in com.saxonica.bytecode
Generate code for a context item expression (that is, "."), and also for an XSLT CurrentItemExpression (current()), which differs only in the error code it returns
ContextItemCompiler() - Constructor for class com.saxonica.bytecode.ContextItemCompiler
 
ContextItemExpression - Class in net.sf.saxon.expr
This class represents the expression "(dot)", which always returns the context item.
ContextItemExpression() - Constructor for class net.sf.saxon.expr.ContextItemExpression
Create the expression
ContextMappingFunction<T extends Item> - Interface in net.sf.saxon.expr
ContextMappingFunction is an interface that must be satisfied by an object passed to a ContextMappingIterator.
ContextMappingIterator<T extends Item> - Class in net.sf.saxon.expr
ContextMappingIterator merges a sequence of sequences into a single flat sequence.
ContextMappingIterator(ContextMappingFunction<T>, XPathContext) - Constructor for class net.sf.saxon.expr.ContextMappingIterator
Construct a ContextMappingIterator that will apply a specified ContextMappingFunction to each Item returned by the base iterator.
contextMaybeUndefined - Variable in class net.sf.saxon.expr.parser.ExpressionVisitor.ContextItemType
 
ContextStackFrame - Class in net.sf.saxon.trace
An entry on the context stack.
ContextStackFrame() - Constructor for class net.sf.saxon.trace.ContextStackFrame
 
ContextStackFrame.ApplyTemplates - Class in net.sf.saxon.trace
Subclass of ContextStackFrame representing an xsl:apply-templates call in XSLT
ContextStackFrame.ApplyTemplates() - Constructor for class net.sf.saxon.trace.ContextStackFrame.ApplyTemplates
 
ContextStackFrame.BuiltInTemplateRule - Class in net.sf.saxon.trace
Subclass of ContextStackFrame representing a built-in template rule in XSLT
ContextStackFrame.BuiltInTemplateRule() - Constructor for class net.sf.saxon.trace.ContextStackFrame.BuiltInTemplateRule
 
ContextStackFrame.CallingApplication - Class in net.sf.saxon.trace
Subclass of ContextStackFrame representing the outermost stack frame, for the calling application
ContextStackFrame.CallingApplication() - Constructor for class net.sf.saxon.trace.ContextStackFrame.CallingApplication
 
ContextStackFrame.CallTemplate - Class in net.sf.saxon.trace
Subclass of ContextStackFrame representing an xsl:call-template instruction in XSLT
ContextStackFrame.CallTemplate() - Constructor for class net.sf.saxon.trace.ContextStackFrame.CallTemplate
 
ContextStackFrame.FunctionCall - Class in net.sf.saxon.trace
Subclass of ContextStackFrame representing a call to a user-defined function either in XSLT or XQuery
ContextStackFrame.FunctionCall() - Constructor for class net.sf.saxon.trace.ContextStackFrame.FunctionCall
 
ContextStackFrame.VariableEvaluation - Class in net.sf.saxon.trace
Subclass of ContextStackFrame representing the evaluation of a variable (typically a global variable)
ContextStackFrame.VariableEvaluation() - Constructor for class net.sf.saxon.trace.ContextStackFrame.VariableEvaluation
 
ContextStackIterator - Class in net.sf.saxon.trace
This class provides a representation of the current runtime call stack, as represented by the stack of XPathContext objects.
ContextStackIterator(XPathContext) - Constructor for class net.sf.saxon.trace.ContextStackIterator
Create an iterator over the stack of XPath dynamic context objects, starting with the top-most stackframe and working down.
ContextSwitchingExpression - Interface in net.sf.saxon.expr
Interface implemented by expressions that switch the context, for example A/B or A[B]
contract(int[], int) - Static method in class net.sf.saxon.value.StringValue
Contract an array of integers containing Unicode codepoints into a Java string
Controller - Class in net.sf.saxon
The Controller is Saxon's implementation of the JAXP Transformer class, and represents an executing instance of a transformation or query.
Controller(Configuration) - Constructor for class net.sf.saxon.Controller
Create a Controller and initialise variables.
Controller(Configuration, Executable) - Constructor for class net.sf.saxon.Controller
Create a Controller and initialise variables.
CONTROLLER - Static variable in class net.sf.saxon.trace.Location
The outer system environment, identified as the caller of a user query or stylesheet.
ConversionResult - Interface in net.sf.saxon.type
This is a marker interface used as the result methods that convert or cast values from one type to another.
ConversionRules - Class in net.sf.saxon.lib
This class defines a set of rules for converting between different atomic types.
ConversionRules() - Constructor for class net.sf.saxon.lib.ConversionRules
 
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter
Convert a Java object to an equivalent XPath value
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter.FromBigDecimal
 
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter.FromBigInteger
 
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter.FromBoolean
 
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter.FromBooleanArray
 
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter.FromByte
 
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter.FromByteArray
 
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter.FromCharacter
 
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter.FromCharArray
 
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter.FromCollection
 
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter.FromDate
 
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter.FromDouble
 
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter.FromDoubleArray
 
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter.FromFloat
 
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter.FromFloatArray
 
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter.FromInt
 
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter.FromIntArray
 
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter.FromLong
 
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter.FromLongArray
 
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter.FromMap
 
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter.FromObjectArray
 
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter.FromQName
 
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter.FromSequence
 
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter.FromSequenceIterator
 
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter.FromShort
 
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter.FromShortArray
 
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter.FromSource
 
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter.FromString
 
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter.FromURI
 
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter.VoidConverter
 
convert(Object, XPathContext) - Method in class net.sf.saxon.expr.JPConverter.WrapExternalObject
 
convert(Sequence, Class, XPathContext) - Method in class net.sf.saxon.expr.PJConverter.AnyURIValueToURI
 
convert(Sequence, Class, XPathContext) - Method in class net.sf.saxon.expr.PJConverter.AnyURIValueToURL
 
convert(Sequence, Class, XPathContext) - Method in class net.sf.saxon.expr.PJConverter.Atomic
 
convert(Sequence, Class, XPathContext) - Method in class net.sf.saxon.expr.PJConverter.BooleanValueToBoolean
 
convert(Sequence, Class, XPathContext) - Method in class net.sf.saxon.expr.PJConverter.CalendarValueToCalendar
 
convert(Sequence, Class, XPathContext) - Method in class net.sf.saxon.expr.PJConverter.CalendarValueToDate
 
convert(Sequence, Class, XPathContext) - Method in class net.sf.saxon.expr.PJConverter
Convert an XPath value to a Java value of a specified class
convert(Sequence, Class, XPathContext) - Method in class net.sf.saxon.expr.PJConverter.General
 
convert(Sequence, Class, XPathContext) - Method in class net.sf.saxon.expr.PJConverter.Identity
 
convert(Sequence, Class, XPathContext) - Method in class net.sf.saxon.expr.PJConverter.IntegerValueToBigInteger
 
convert(Sequence, Class, XPathContext) - Method in class net.sf.saxon.expr.PJConverter.IntegerValueToByte
 
convert(Sequence, Class, XPathContext) - Method in class net.sf.saxon.expr.PJConverter.IntegerValueToChar
 
convert(Sequence, Class, XPathContext) - Method in class net.sf.saxon.expr.PJConverter.IntegerValueToInt
 
convert(Sequence, Class, XPathContext) - Method in class net.sf.saxon.expr.PJConverter.IntegerValueToLong
 
convert(Sequence, Class, XPathContext) - Method in class net.sf.saxon.expr.PJConverter.IntegerValueToShort
 
convert(Sequence, Class, XPathContext) - Method in class net.sf.saxon.expr.PJConverter.NumericValueToBigDecimal
 
convert(Sequence, Class, XPathContext) - Method in class net.sf.saxon.expr.PJConverter.NumericValueToDouble
 
convert(Sequence, Class, XPathContext) - Method in class net.sf.saxon.expr.PJConverter.NumericValueToFloat
 
convert(Sequence, Class, XPathContext) - Method in class net.sf.saxon.expr.PJConverter.QualifiedNameValueToQName
 
convert(Sequence, Class, XPathContext) - Method in class net.sf.saxon.expr.PJConverter.StringValueToChar
 
convert(Sequence, Class, XPathContext) - Method in class net.sf.saxon.expr.PJConverter.StringValueToString
 
convert(Sequence, Class, XPathContext) - Method in class net.sf.saxon.expr.PJConverter.ToArray
 
convert(Sequence, Class, XPathContext) - Method in class net.sf.saxon.expr.PJConverter.ToCollection
 
convert(Sequence, Class, XPathContext) - Method in class net.sf.saxon.expr.PJConverter.ToNull
 
convert(Sequence, Class, XPathContext) - Method in class net.sf.saxon.expr.PJConverter.ToSequenceExtent
 
convert(Sequence, Class, XPathContext) - Method in class net.sf.saxon.expr.PJConverter.ToSequenceIterator
 
convert(Sequence, Class, XPathContext) - Method in class net.sf.saxon.expr.PJConverter.UnwrapExternalObject
 
convert(AtomicValue) - Method in class net.sf.saxon.expr.UntypedSequenceConverter.UntypedConverter
 
convert(AtomicValue, Configuration) - Static method in class net.sf.saxon.functions.NumberFn
Static method to perform the same conversion as the number() function.
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.Base64BinaryToHexBinary
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.BooleanToDecimal
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.BooleanToDouble
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.BooleanToFloat
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.BooleanToInteger
 
convert(AtomicValue, AtomicType, ConversionRules) - Static method in class net.sf.saxon.type.Converter
Convenience method to convert a given value to a given type.
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter
Convert an atomic value from the source type to the target type
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.DateTimeToDate
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.DateTimeToGDay
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.DateTimeToGMonth
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.DateTimeToGMonthDay
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.DateTimeToGYear
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.DateTimeToGYearMonth
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.DateTimeToTime
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.DateToDateTime
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.DecimalToInteger
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.DoubleToDecimal
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.DoubleToInteger
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.DownCastingConverter
 
convert(AtomicValue, CharSequence) - Method in class net.sf.saxon.type.Converter.DownCastingConverter
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.DurationToDayTimeDuration
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.DurationToYearMonthDuration
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.FloatToDecimal
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.FloatToInteger
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.HexBinaryToBase64Binary
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.IntegerToDecimal
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.NotationToQName
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.NumericToBoolean
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.NumericToDecimal
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.NumericToDouble
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.NumericToFloat
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.NumericToInteger
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.PromoterToDouble
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.PromoterToFloat
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.QNameToNotation
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.StringToBase64BinaryConverter
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.ToStringConverter
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.ToUntypedAtomicConverter
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.TwoPhaseConverter
 
convert(AtomicValue) - Method in class net.sf.saxon.type.Converter.UpCastingConverter
 
convert(AtomicValue) - Method in class net.sf.saxon.type.StringConverter
 
convert(AtomicValue) - Method in class net.sf.saxon.type.StringConverter.IdentityConverter
 
convert(AtomicValue) - Method in class net.sf.saxon.type.StringConverter.StringToInteger
 
convert(AtomicValue) - Method in class net.sf.saxon.type.StringConverter.StringToNonStringDerivedType
 
convert(AtomicValue) - Method in class net.sf.saxon.type.StringConverter.StringToString
 
convert(AtomicValue) - Method in class net.sf.saxon.type.StringConverter.StringToUntypedAtomic
 
converter - Variable in class net.sf.saxon.expr.AtomicSequenceConverter
 
converter - Variable in class net.sf.saxon.expr.CastingExpression
 
converter - Variable in class net.sf.saxon.expr.sort.NumericComparer
 
Converter - Class in net.sf.saxon.type
A converter implements conversions from one atomic type to another - that is, it implements the casting rules for a (source type, destination type) pair.
Converter() - Constructor for class net.sf.saxon.type.Converter
 
Converter(ConversionRules) - Constructor for class net.sf.saxon.type.Converter
Construct a converter with a given set of conversion rules.
Converter.Base64BinaryToHexBinary - Class in net.sf.saxon.type
Converts base64 to hexBinary
Converter.Base64BinaryToHexBinary() - Constructor for class net.sf.saxon.type.Converter.Base64BinaryToHexBinary
 
Converter.BooleanToDecimal - Class in net.sf.saxon.type
Converts a boolean to a decimal
Converter.BooleanToDecimal() - Constructor for class net.sf.saxon.type.Converter.BooleanToDecimal
 
Converter.BooleanToDouble - Class in net.sf.saxon.type
Converts a boolean to a double
Converter.BooleanToDouble() - Constructor for class net.sf.saxon.type.Converter.BooleanToDouble
 
Converter.BooleanToFloat - Class in net.sf.saxon.type
Converts a boolean to an xs:float
Converter.BooleanToFloat() - Constructor for class net.sf.saxon.type.Converter.BooleanToFloat
 
Converter.BooleanToInteger - Class in net.sf.saxon.type
Converts a boolean to an integer
Converter.BooleanToInteger() - Constructor for class net.sf.saxon.type.Converter.BooleanToInteger
 
Converter.DateTimeToDate - Class in net.sf.saxon.type
Converts a dateTime to a date
Converter.DateTimeToDate() - Constructor for class net.sf.saxon.type.Converter.DateTimeToDate
 
Converter.DateTimeToGDay - Class in net.sf.saxon.type
Converts a dateTime to a gDay
Converter.DateTimeToGDay() - Constructor for class net.sf.saxon.type.Converter.DateTimeToGDay
 
Converter.DateTimeToGMonth - Class in net.sf.saxon.type
Converts a dateTime to a gMonth
Converter.DateTimeToGMonth() - Constructor for class net.sf.saxon.type.Converter.DateTimeToGMonth
 
Converter.DateTimeToGMonthDay - Class in net.sf.saxon.type
Converts a dateTime to a gMonthDay
Converter.DateTimeToGMonthDay() - Constructor for class net.sf.saxon.type.Converter.DateTimeToGMonthDay
 
Converter.DateTimeToGYear - Class in net.sf.saxon.type
Converts a dateTime to a gYear
Converter.DateTimeToGYear() - Constructor for class net.sf.saxon.type.Converter.DateTimeToGYear
 
Converter.DateTimeToGYearMonth - Class in net.sf.saxon.type
Converts a dateTime to a gYearMonth
Converter.DateTimeToGYearMonth() - Constructor for class net.sf.saxon.type.Converter.DateTimeToGYearMonth
 
Converter.DateTimeToTime - Class in net.sf.saxon.type
Converts a dateTime to a time
Converter.DateTimeToTime() - Constructor for class net.sf.saxon.type.Converter.DateTimeToTime
 
Converter.DateToDateTime - Class in net.sf.saxon.type
Converts a date to a dateTime
Converter.DateToDateTime() - Constructor for class net.sf.saxon.type.Converter.DateToDateTime
 
Converter.DecimalToInteger - Class in net.sf.saxon.type
Converts a decimal to an integer.
Converter.DecimalToInteger() - Constructor for class net.sf.saxon.type.Converter.DecimalToInteger
 
Converter.DoubleToDecimal - Class in net.sf.saxon.type
Convers a double to a decimal
Converter.DoubleToDecimal() - Constructor for class net.sf.saxon.type.Converter.DoubleToDecimal
 
Converter.DoubleToInteger - Class in net.sf.saxon.type
Converts a double to an integer
Converter.DoubleToInteger() - Constructor for class net.sf.saxon.type.Converter.DoubleToInteger
 
Converter.DownCastingConverter - Class in net.sf.saxon.type
Converter that does nothing except change the type annotation of the value.
Converter.DownCastingConverter(AtomicType, ConversionRules) - Constructor for class net.sf.saxon.type.Converter.DownCastingConverter
 
Converter.DurationToDayTimeDuration - Class in net.sf.saxon.type
Converts a duration to a dayTimeDuration
Converter.DurationToDayTimeDuration() - Constructor for class net.sf.saxon.type.Converter.DurationToDayTimeDuration
 
Converter.DurationToYearMonthDuration - Class in net.sf.saxon.type
Converts a duration to a yearMonthDuration
Converter.DurationToYearMonthDuration() - Constructor for class net.sf.saxon.type.Converter.DurationToYearMonthDuration
 
Converter.FloatToDecimal - Class in net.sf.saxon.type
Converts a float to a decimal
Converter.FloatToDecimal() - Constructor for class net.sf.saxon.type.Converter.FloatToDecimal
 
Converter.FloatToInteger - Class in net.sf.saxon.type
Converts a float to an integer
Converter.FloatToInteger() - Constructor for class net.sf.saxon.type.Converter.FloatToInteger
 
Converter.HexBinaryToBase64Binary - Class in net.sf.saxon.type
Converts hexBinary to base64Binary
Converter.HexBinaryToBase64Binary() - Constructor for class net.sf.saxon.type.Converter.HexBinaryToBase64Binary
 
Converter.IntegerToDecimal - Class in net.sf.saxon.type
Converts an integer to a decimal
Converter.IntegerToDecimal() - Constructor for class net.sf.saxon.type.Converter.IntegerToDecimal
 
Converter.NotationToQName - Class in net.sf.saxon.type
Converts Notation to QName
Converter.NotationToQName() - Constructor for class net.sf.saxon.type.Converter.NotationToQName
 
Converter.NumericToBoolean - Class in net.sf.saxon.type
Converts a numeric value to a boolean
Converter.NumericToBoolean() - Constructor for class net.sf.saxon.type.Converter.NumericToBoolean
 
Converter.NumericToDecimal - Class in net.sf.saxon.type
Converts any numeric value to a decimal
Converter.NumericToDecimal() - Constructor for class net.sf.saxon.type.Converter.NumericToDecimal
 
Converter.NumericToDouble - Class in net.sf.saxon.type
Converts any numeric value to a double.
Converter.NumericToDouble() - Constructor for class net.sf.saxon.type.Converter.NumericToDouble
 
Converter.NumericToFloat - Class in net.sf.saxon.type
Converts any numeric value to xs:float
Converter.NumericToFloat() - Constructor for class net.sf.saxon.type.Converter.NumericToFloat
 
Converter.NumericToInteger - Class in net.sf.saxon.type
Converts any numeric value to an integer.
Converter.NumericToInteger() - Constructor for class net.sf.saxon.type.Converter.NumericToInteger
 
Converter.PromoterToDouble - Class in net.sf.saxon.type
Converter that implements the promotion rules to a required type of xs:double
Converter.PromoterToDouble() - Constructor for class net.sf.saxon.type.Converter.PromoterToDouble
 
Converter.PromoterToFloat - Class in net.sf.saxon.type
Converter that implements the promotion rules to a required type of xs:float
Converter.PromoterToFloat() - Constructor for class net.sf.saxon.type.Converter.PromoterToFloat
 
Converter.QNameToNotation - Class in net.sf.saxon.type
Converts QName to Notation
Converter.QNameToNotation() - Constructor for class net.sf.saxon.type.Converter.QNameToNotation
 
Converter.StringToBase64BinaryConverter - Class in net.sf.saxon.type
Converts string to base64
Converter.StringToBase64BinaryConverter() - Constructor for class net.sf.saxon.type.Converter.StringToBase64BinaryConverter
 
Converter.ToStringConverter - Class in net.sf.saxon.type
Converts any value to a string
Converter.ToStringConverter() - Constructor for class net.sf.saxon.type.Converter.ToStringConverter
 
Converter.ToUntypedAtomicConverter - Class in net.sf.saxon.type
Converts any value to untyped atomic
Converter.ToUntypedAtomicConverter() - Constructor for class net.sf.saxon.type.Converter.ToUntypedAtomicConverter
 
Converter.TwoPhaseConverter - Class in net.sf.saxon.type
Converter that operates in two phases, via an intermediate type
Converter.TwoPhaseConverter(Converter, Converter) - Constructor for class net.sf.saxon.type.Converter.TwoPhaseConverter
 
Converter.UpCastingConverter - Class in net.sf.saxon.type
Converter that does nothing except change the type annotation of the value.
Converter.UpCastingConverter(AtomicType) - Constructor for class net.sf.saxon.type.Converter.UpCastingConverter
 
ConverterCompiler - Class in com.saxonica.bytecode.converter
This class generates code to implement a casting conversion.
ConverterCompiler() - Constructor for class com.saxonica.bytecode.converter.ConverterCompiler
 
ConverterCompiler.GenericConverterCompiler - Class in com.saxonica.bytecode.converter
 
ConverterCompiler.GenericConverterCompiler() - Constructor for class com.saxonica.bytecode.converter.ConverterCompiler.GenericConverterCompiler
 
convertFacetValues() - Method in class com.saxonica.schema.UserSimpleType
Convert the values of facets to the target data type
convertParameterValue(StructuredQName, SequenceType, boolean, XPathContext) - Method in class net.sf.saxon.expr.instruct.GlobalParameterSet
Get the value of a parameter, converted to a Sequence object
convertParams(GlobalParameterSet, Collection<GlobalParam>) - Method in class net.sf.saxon.s9api.SchemaValidator
 
convertPathExpressionToKey(SlashExpression, ExpressionVisitor) - Method in class com.saxonica.expr.ee.OptimizerEE
Examine a path expression to see whether it can be replaced by a call on the key() function; if so, generate an appropriate key definition and return the call on key().
convertPathExpressionToKey(SlashExpression, ExpressionVisitor) - Method in class net.sf.saxon.expr.parser.Optimizer
Examine a path expression to see whether it can be replaced by a call on the key() function; if so, generate an appropriate key definition and return the call on key().
convertString(CharSequence) - Method in class net.sf.saxon.type.Converter.StringToBase64BinaryConverter
 
convertString(CharSequence) - Method in class net.sf.saxon.type.Converter.TwoPhaseConverter
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter
Convert a string to the target type of this converter.
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.IdentityConverter
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToAnyURI
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToBoolean
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToDate
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToDateTime
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToDayTimeDuration
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToDecimal
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToDerivedStringSubtype
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToDouble
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToDuration
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToFloat
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToGDayConverter
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToGMonth
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToGMonthDay
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToGYear
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToGYearMonth
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToHexBinary
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToInteger
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToIntegerSubtype
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToLanguage
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToName
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToNCName
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToNMTOKEN
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToNonStringDerivedType
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToNormalizedString
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToNotation
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToQName
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToString
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToStringSubtype
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToTime
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToToken
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToUnionConverter
Convert a string to the target type of this converter.
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToUntypedAtomic
 
convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToYearMonthDuration
 
convertsUntypedToOther() - Method in class com.saxonica.expr.EquivalenceComparison
Determine whether untyped atomic values should be converted to the type of the other operand
convertsUntypedToOther() - Method in class net.sf.saxon.expr.CompareToIntegerConstant
Determine whether untyped atomic values should be converted to the type of the other operand
convertsUntypedToOther() - Method in interface net.sf.saxon.expr.ComparisonExpression
Determine whether untyped atomic values should be converted to the type of the other operand
convertsUntypedToOther() - Method in class net.sf.saxon.expr.GeneralComparison
Determine whether untyped atomic values should be converted to the type of the other operand
convertsUntypedToOther() - Method in class net.sf.saxon.expr.ValueComparison
Determine whether untyped atomic values should be converted to the type of the other operand
convertToCastAsString() - Method in class net.sf.saxon.expr.instruct.ValueOf
Convert this value-of instruction to an expression that delivers the string-value of the resulting text node as an untyped atomic value.
convertToFilterExpression(SlashExpression, TypeHierarchy) - Method in class com.saxonica.expr.ee.OptimizerEE
Convert a path expression such as a/b/c[predicate] into a filter expression of the form (a/b/c)[predicate].
convertToFilterExpression(SlashExpression, TypeHierarchy) - Method in class net.sf.saxon.expr.parser.Optimizer
Convert a path expression such as a/b/c[predicate] into a filter expression of the form (a/b/c)[predicate].
convertToItem(Object) - Method in interface net.sf.saxon.xqj.ObjectConverter
Convert a Java object to an Item, when no information is available about the required type
convertToItem(Object, XQItemType) - Method in interface net.sf.saxon.xqj.ObjectConverter
Convert a Java object to an Item, when a required type has been specified.
convertToItem(Object) - Method in class net.sf.saxon.xqj.StandardObjectConverter
Convert a Java object to a Saxon Item
convertToItem(Object, XQItemType) - Method in class net.sf.saxon.xqj.StandardObjectConverter
Convert a Java object to an Item, when a required type has been specified.
convertToJava(Item) - Static method in class net.sf.saxon.om.SequenceTool
Convert an XPath value to a Java object.
convertToSubType(BuiltInAtomicType, boolean) - Method in class net.sf.saxon.value.BigIntegerValue
This class allows subtypes of xs:integer to be held, as well as xs:integer values.
convertToSubType(BuiltInAtomicType) - Method in class net.sf.saxon.value.DateTimeValue
Convert the value to a built-in subtype of xs:dateTime
convertToSubType(BuiltInAtomicType, boolean) - Method in class net.sf.saxon.value.Int64Value
Convert the value to a subtype of xs:integer
convertToSubType(BuiltInAtomicType, boolean) - Method in class net.sf.saxon.value.IntegerValue
This class allows subtypes of xs:integer to be held, as well as xs:integer values.
convertToTargetType(SimpleType, Configuration) - Method in class com.saxonica.schema.ValueRangeFacet
 
convertXPathValueToObject(Sequence, Class) - Static method in class net.sf.saxon.dom.DOMObjectModel
Convert an XPath value to an object in this object model.
convertXPathValueToObject(Sequence, Object) - Method in class net.sf.saxon.option.xom.XOMObjectModel
Convert an XPath value to an object in this object model.
copy() - Method in class com.saxonica.bytecode.CompiledExpression
 
copy() - Method in class com.saxonica.config.DotNetLocalizerFactory
Copy the state of this factory to create a new LocalizerFactory
copy() - Method in class com.saxonica.config.JavaExtensionLibrary
This method creates a copy of a FunctionLibrary: if the original FunctionLibrary allows new functions to be added, then additions to this copy will not affect the original, or vice versa.
copy() - Method in class com.saxonica.config.JavaLocalizerFactory
Copy the state of this factory to create a new LocalizerFactory
copy() - Method in class com.saxonica.expr.ee.GeneralComparisonEE
 
copy() - Method in class com.saxonica.expr.ee.MultithreadedForEach
Copy an expression.
copy() - Method in class com.saxonica.expr.EquivalenceComparison
Copy an expression.
copy() - Method in class com.saxonica.expr.flwor.CountClause
 
copy() - Method in class com.saxonica.expr.flwor.GroupByClause
 
copy() - Method in class com.saxonica.expr.flwor.WindowClause
 
copy() - Method in class com.saxonica.expr.IndexedFilterExpression
Copy an expression.
copy() - Method in class com.saxonica.expr.IndexedLookupExpression
Copy an expression.
copy() - Method in class com.saxonica.expr.JavaExtensionFunctionCall
Copy an expression.
copy() - Method in class com.saxonica.expr.OuterForExpression
Copy an expression.
copy() - Method in class com.saxonica.expr.SwitchExpression
Copy an expression.
copy() - Method in class com.saxonica.expr.TryCatch
Copy an expression.
copy(String, String) - Static method in class com.saxonica.functions.extfn.EXPathFile
 
copy() - Method in class com.saxonica.functions.extfn.ExtraFunctionLibrary
 
copy() - Method in class com.saxonica.functions.hof.FunctionLiteral
Copy an expression.
copy() - Method in class com.saxonica.functions.hof.FunctionLookup
 
copy() - Method in class com.saxonica.functions.hof.FunctionSequenceCoercer
Copy an expression.
copy() - Method in class com.saxonica.functions.hof.PartialApply
 
copy() - Method in class com.saxonica.functions.xpath3.Innermost
 
copy() - Method in class com.saxonica.functions.xpath3.Outermost
 
copy() - Method in class com.saxonica.functions.xslt3.AccumulatorFunctionCallPE
 
copy(Receiver, int, int) - Method in class com.saxonica.pull.UnconstructedParent
Copy this node to a given outputter
copy() - Method in class com.saxonica.schema.ElementParticle
Copy an element particle
copy() - Method in class com.saxonica.schema.ElementWildcard
 
copy() - Method in class com.saxonica.stream.Inversion
Create a copy of this inverted expression
copy(Receiver, int, int) - Method in class com.saxonica.stream.om.FleetingDocumentNode
Copy this node to a given Receiver.
copy(Receiver, int, int) - Method in class com.saxonica.stream.om.FleetingElementNode
Copy this node to a given Receiver.
copy(Receiver, int, int) - Method in class com.saxonica.stream.om.FleetingNode
Copy this node to a given Receiver.
copy() - Method in class com.saxonica.stream.StreamingCopy
Copy an expression.
copy() - Method in class com.saxonica.stream.StreamInstr
Copy an expression.
copy() - Method in class com.saxonica.update.CopyModifyExpression
Copy an expression.
copy() - Method in class com.saxonica.update.DeleteExpression
Copy an expression.
copy() - Method in class com.saxonica.update.InsertExpression
Copy an expression.
copy() - Method in class com.saxonica.update.RenameExpression
Copy an expression.
copy() - Method in class com.saxonica.update.ReplaceNodeExpression
Copy an expression.
copy() - Method in class com.saxonica.update.ReplaceValueExpression
Copy an expression.
copy() - Method in class com.saxonica.xslt3.instruct.AccumulatorManagerPE
Copy this function library
copy() - Method in class com.saxonica.xslt3.instruct.BreakInstr
 
copy() - Method in class com.saxonica.xslt3.instruct.EvaluateInstr
Copy an expression.
copy() - Method in class com.saxonica.xslt3.instruct.Fork
Copy an expression.
copy() - Method in class com.saxonica.xslt3.instruct.IterateInstr
Copy an expression.
copy() - Method in class com.saxonica.xslt3.instruct.MergeInstr
Copy an expression.
copy() - Method in class com.saxonica.xslt3.instruct.MergeInstr.MergeSource
 
copy() - Method in class com.saxonica.xslt3.instruct.NextIteration
 
copy() - Method in class com.saxonica.xsltextn.instruct.Assign
Copy an expression.
copy() - Method in class com.saxonica.xsltextn.instruct.While
Copy an expression.
copy(Receiver, int, int) - Method in class net.sf.saxon.dom.DOMNodeWrapper
Copy this node to a given outputter (deep copy)
copy(Node, TreeModel, Configuration) - Method in class net.sf.saxon.dom.DOMObjectModel
Copy a DOM node to create a node in a different tree model
copy(EventIterator, SequenceReceiver) - Static method in class net.sf.saxon.evpull.EventIteratorToReceiver
Read the data obtained from an EventIterator and write the same data to a SequenceReceiver
copy() - Method in class net.sf.saxon.expr.AdjacentTextNodeMerger
Copy an expression.
copy() - Method in class net.sf.saxon.expr.AndExpression
Copy an expression.
copy() - Method in class net.sf.saxon.expr.ArithmeticExpression
Copy an expression.
copy() - Method in class net.sf.saxon.expr.ArithmeticExpression10
Copy an expression.
copy() - Method in class net.sf.saxon.expr.AtomicSequenceConverter
Copy an expression.
copy() - Method in class net.sf.saxon.expr.Atomizer
Copy an expression.
copy() - Method in class net.sf.saxon.expr.AxisExpression
Copy an expression.
copy() - Method in class net.sf.saxon.expr.CardinalityChecker
Copy an expression.
copy() - Method in class net.sf.saxon.expr.CastableExpression
 
copy() - Method in class net.sf.saxon.expr.CastableToList
Copy an expression.
copy() - Method in class net.sf.saxon.expr.CastableToUnion
Copy an expression.
copy() - Method in class net.sf.saxon.expr.CastExpression
Copy an expression.
copy() - Method in class net.sf.saxon.expr.CastToList
Copy an expression.
copy() - Method in class net.sf.saxon.expr.CastToUnion
Copy an expression.
copy() - Method in class net.sf.saxon.expr.CompareToIntegerConstant
Copy an expression.
copy() - Method in class net.sf.saxon.expr.ContextItemExpression
Create a clone copy of this expression
copy() - Method in class net.sf.saxon.expr.EmptyTextNodeRemover
Copy an expression.
copy() - Method in class net.sf.saxon.expr.ErrorExpression
Copy an expression.
copy() - Method in class net.sf.saxon.expr.Expression
Copy an expression.
copy() - Method in class net.sf.saxon.expr.FilterExpression
Copy an expression.
copy() - Method in class net.sf.saxon.expr.FirstItemExpression
Copy an expression.
copy() - Method in class net.sf.saxon.expr.flwor.Clause
Create a copy of this clause
copy() - Method in class net.sf.saxon.expr.flwor.FLWORExpression
Copy an expression.
copy() - Method in class net.sf.saxon.expr.flwor.ForClause
 
copy() - Method in class net.sf.saxon.expr.flwor.LetClause
 
copy() - Method in class net.sf.saxon.expr.flwor.LocalVariableBinding
Make a copy of this LocalVariableBinding (except for the slot number)
copy() - Method in class net.sf.saxon.expr.flwor.OrderByClause
 
copy() - Method in class net.sf.saxon.expr.flwor.TraceClause
 
copy() - Method in class net.sf.saxon.expr.flwor.TupleExpression
Copy an expression.
copy() - Method in class net.sf.saxon.expr.flwor.WhereClause
 
copy() - Method in class net.sf.saxon.expr.ForExpression
Copy an expression.
copy() - Method in class net.sf.saxon.expr.GeneralComparison
Copy an expression.
copy() - Method in class net.sf.saxon.expr.GeneralComparison10
Copy an expression.
copy() - Method in class net.sf.saxon.expr.GeneralComparison20
Copy an expression.
copy() - Method in class net.sf.saxon.expr.GroupVariableReference
Create a clone copy of this VariableReference
copy() - Method in class net.sf.saxon.expr.HomogeneityChecker
Copy an expression.
copy() - Method in class net.sf.saxon.expr.IdentityComparison
Copy an expression.
copy() - Method in class net.sf.saxon.expr.InstanceOfExpression
Copy an expression.
copy() - Method in class net.sf.saxon.expr.instruct.AnalyzeString
Copy an expression.
copy() - Method in class net.sf.saxon.expr.instruct.ApplyImports
Copy an expression.
copy() - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
Copy an expression.
copy() - Method in class net.sf.saxon.expr.instruct.Block
Copy an expression.
copy() - Method in class net.sf.saxon.expr.instruct.CallTemplate
Copy an expression.
copy() - Method in class net.sf.saxon.expr.instruct.Choose
Copy an expression.
copy() - Method in class net.sf.saxon.expr.instruct.Comment
Copy an expression.
copy() - Method in class net.sf.saxon.expr.instruct.ComputedAttribute
Copy an expression.
copy() - Method in class net.sf.saxon.expr.instruct.ComputedElement
Copy an expression.
Copy - Class in net.sf.saxon.expr.instruct
Handler for xsl:copy elements in stylesheet.
Copy(Expression, boolean, boolean, boolean, SchemaType, int) - Constructor for class net.sf.saxon.expr.instruct.Copy
Create a shallow copy instruction
copy() - Method in class net.sf.saxon.expr.instruct.Copy
Copy an expression.
copy() - Method in class net.sf.saxon.expr.instruct.CopyOf
Copy an expression.
copy() - Method in class net.sf.saxon.expr.instruct.Doctype
Copy an expression.
copy() - Method in class net.sf.saxon.expr.instruct.DocumentInstr
Copy an expression.
copy() - Method in class net.sf.saxon.expr.instruct.FixedAttribute
Copy an expression.
copy() - Method in class net.sf.saxon.expr.instruct.FixedElement
Copy an expression.
copy() - Method in class net.sf.saxon.expr.instruct.ForEach
Copy an expression.
copy() - Method in class net.sf.saxon.expr.instruct.ForEachGroup
Copy an expression.
copy() - Method in class net.sf.saxon.expr.instruct.GeneralVariable
Copy an expression.
copy() - Method in class net.sf.saxon.expr.instruct.LocalParamBlock
Copy an expression.
copy() - Method in class net.sf.saxon.expr.instruct.LocalParamSetter
Copy an expression.
copy() - Method in class net.sf.saxon.expr.instruct.Message
Copy an expression.
copy() - Method in class net.sf.saxon.expr.instruct.NamespaceConstructor
Copy an expression.
copy() - Method in class net.sf.saxon.expr.instruct.NextMatch
Copy an expression.
copy() - Method in class net.sf.saxon.expr.instruct.NumberInstruction
Copy an expression.
copy() - Method in class net.sf.saxon.expr.instruct.ProcessingInstruction
Copy an expression.
copy() - Method in class net.sf.saxon.expr.instruct.ProcessRegexMatchInstruction
 
copy() - Method in class net.sf.saxon.expr.instruct.ResultDocument
Copy an expression.
copy() - Method in class net.sf.saxon.expr.instruct.TraceExpression
 
copy() - Method in class net.sf.saxon.expr.instruct.UseAttributeSets
Copy an expression.
copy() - Method in class net.sf.saxon.expr.instruct.ValueOf
Copy an expression.
copy(WithParam[]) - Static method in class net.sf.saxon.expr.instruct.WithParam
Static method to copy a set of parameters
copy() - Method in class net.sf.saxon.expr.IntegerRangeTest
Copy an expression.
copy() - Method in class net.sf.saxon.expr.IsLastExpression
Copy an expression.
copy() - Method in class net.sf.saxon.expr.ItemChecker
Copy an expression.
copy() - Method in class net.sf.saxon.expr.LastItemExpression
Copy an expression.
copy() - Method in class net.sf.saxon.expr.LetExpression
Copy an expression.
copy() - Method in class net.sf.saxon.expr.Literal
Copy an expression.
copy() - Method in class net.sf.saxon.expr.LocalVariableReference
Create a clone copy of this VariableReference
copy() - Method in class net.sf.saxon.expr.NegateExpression
Copy an expression.
copy() - Method in class net.sf.saxon.expr.OrExpression
Copy an expression.
copy() - Method in class net.sf.saxon.expr.ParentNodeExpression
Copy an expression.
COPY - Static variable in class net.sf.saxon.expr.parser.Token
"copy" keyword
copy() - Method in class net.sf.saxon.expr.QuantifiedExpression
Copy an expression.
copy() - Method in class net.sf.saxon.expr.RangeExpression
Copy an expression.
copy() - Method in class net.sf.saxon.expr.RootExpression
Copy an expression.
copy() - Method in class net.sf.saxon.expr.SimpleExpression
Copy an expression.
copy() - Method in class net.sf.saxon.expr.SimpleStepExpression
Copy an expression.
copy() - Method in class net.sf.saxon.expr.SingletonAtomizer
Copy an expression.
copy() - Method in class net.sf.saxon.expr.SingletonIntersectExpression
Copy an expression.
copy() - Method in class net.sf.saxon.expr.SlashExpression
Copy an expression.
copy() - Method in class net.sf.saxon.expr.sort.ConditionalSorter
Copy an expression.
copy() - Method in class net.sf.saxon.expr.sort.DocumentSorter
Copy an expression.
copy() - Method in class net.sf.saxon.expr.sort.SortExpression
Copy an expression.
copy() - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
Copy this SortKeyDefinition
copy() - Method in class net.sf.saxon.expr.StackFrame
 
copy() - Method in class net.sf.saxon.expr.StringLiteral
 
copy() - Method in class net.sf.saxon.expr.SubscriptExpression
Copy an expression.
copy() - Method in class net.sf.saxon.expr.SuppliedParameterReference
Copy an expression.
copy() - Method in class net.sf.saxon.expr.TailCallLoop
Copy an expression.
copy() - Method in class net.sf.saxon.expr.TailExpression
Copy an expression.
copy() - Method in class net.sf.saxon.expr.UntypedSequenceConverter
Copy an expression.
copy() - Method in class net.sf.saxon.expr.UserFunctionCall
Copy an expression.
copy() - Method in class net.sf.saxon.expr.ValueComparison
Copy an expression.
copy() - Method in class net.sf.saxon.expr.VariableReference
Create a clone copy of this VariableReference
copy() - Method in class net.sf.saxon.expr.VennExpression
Copy an expression.
copy() - Method in class net.sf.saxon.functions.CollatingFunction
Copy an expression.
copy() - Method in class net.sf.saxon.functions.Component
Copy an expression.
copy() - Method in class net.sf.saxon.functions.ConstructorFunctionLibrary
This method creates a copy of a FunctionLibrary: if the original FunctionLibrary allows new functions to be added, then additions to this copy will not affect the original, or vice versa.
copy() - Method in class net.sf.saxon.functions.Doc
Copy an expression.
copy() - Method in class net.sf.saxon.functions.DocAvailable
Copy an expression.
copy() - Method in class net.sf.saxon.functions.DocumentFn
Copy an expression.
copy() - Method in class net.sf.saxon.functions.ExecutableFunctionLibrary
This method creates a copy of a FunctionLibrary: if the original FunctionLibrary allows new functions to be added, then additions to this copy will not affect the original, or vice versa.
copy() - Method in class net.sf.saxon.functions.FormatNumber
Copy an expression.
copy() - Method in interface net.sf.saxon.functions.FunctionLibrary
This method creates a copy of a FunctionLibrary: if the original FunctionLibrary allows new functions to be added, then additions to this copy will not affect the original, or vice versa.
copy() - Method in class net.sf.saxon.functions.FunctionLibraryList
This method creates a copy of a FunctionLibrary: if the original FunctionLibrary allows new functions to be added, then additions to this copy will not affect the original, or vice versa.
copy() - Method in class net.sf.saxon.functions.Idref
Copy an expression.
copy() - Method in class net.sf.saxon.functions.IntegratedFunctionCall
Copy an expression.
copy() - Method in class net.sf.saxon.functions.IntegratedFunctionLibrary
This method creates a copy of a FunctionLibrary: if the original FunctionLibrary allows new functions to be added, then additions to this copy will not affect the original, or vice versa.
copy() - Method in class net.sf.saxon.functions.KeyFn
Copy an expression.
copy() - Method in class net.sf.saxon.functions.Minimax
Copy an expression.
copy() - Method in class net.sf.saxon.functions.Put
Copy an expression.
copy() - Method in class net.sf.saxon.functions.ResolveURI
Copy an expression.
copy() - Method in class net.sf.saxon.functions.StringJoin
 
copy() - Method in class net.sf.saxon.functions.SystemFunctionCall
Copy an expression.
copy() - Method in class net.sf.saxon.functions.SystemFunctionLibrary
This method creates a copy of a FunctionLibrary: if the original FunctionLibrary allows new functions to be added, then additions to this copy will not affect the original, or vice versa.
copy() - Method in class net.sf.saxon.functions.VendorFunctionLibrary
 
copy() - Method in class net.sf.saxon.lib.ConversionRules
Create a copy of these conversion rules.
copy() - Method in class net.sf.saxon.lib.LocalizerFactory
Copy the state of this factory to create a new LocalizerFactory.
copy(Receiver, int, int) - Method in interface net.sf.saxon.om.NodeInfo
Copy this node to a given Receiver.
copy(Receiver, int, int) - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Copy this node to a given outputter (deep copy)
copy(Receiver, int, int) - Method in class net.sf.saxon.option.axiom.AxiomLeafNodeWrapper
Copy this node to a given outputter (deep copy)
copy(Receiver, int, int) - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
Copy this node to a given outputter (deep copy)
copy(Receiver, int, int) - Method in class net.sf.saxon.option.jdom2.JDOM2NodeWrapper
Copy this node to a given outputter (deep copy)
copy(Receiver, int, int) - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Copy this node to a given outputter (deep copy)
copy() - Method in class net.sf.saxon.pattern.PatternSponsor
Copy an expression.
copy() - Method in class net.sf.saxon.pull.PullPushCopier
Copy the input to the output.
copy() - Method in class net.sf.saxon.query.ImportedFunctionLibrary
This method creates a copy of a FunctionLibrary: if the original FunctionLibrary allows new functions to be added, then additions to this copy will not affect the original, or vice versa.
copy() - Method in class net.sf.saxon.query.UnboundFunctionLibrary
This method creates a copy of a FunctionLibrary: if the original FunctionLibrary allows new functions to be added, then additions to this copy will not affect the original, or vice versa.
copy() - Method in class net.sf.saxon.query.XQueryFunctionLibrary
This method creates a copy of a FunctionLibrary: if the original FunctionLibrary allows new functions to be added, then additions to this copy will not affect the original, or vice versa.
copy() - Method in class net.sf.saxon.style.StylesheetFunctionLibrary
This method creates a copy of a FunctionLibrary: if the original FunctionLibrary allows new functions to be added, then additions to this copy will not affect the original, or vice versa.
copy(Receiver, int, int) - Method in class net.sf.saxon.tree.linked.DocumentImpl
Copy this node to a given outputter
copy(Receiver, int, int) - Method in class net.sf.saxon.tree.linked.ElementImpl
Copy this node to a given outputter (supporting xsl:copy-of)
copy(Receiver, int, int) - Method in class net.sf.saxon.tree.linked.TextImpl
Copy this node to a given outputter
copy(Receiver, int, int) - Method in class net.sf.saxon.tree.NamespaceNode
Copy this node to a given outputter
copy(Receiver, int, int) - Method in class net.sf.saxon.tree.tiny.TinyDocumentImpl
Copy this node to a given outputter
copy(Receiver, int, int) - Method in class net.sf.saxon.tree.tiny.TinyElementImpl
Copy this node to a given receiver
copy(Receiver, int, int) - Method in class net.sf.saxon.tree.tiny.TinyTextImpl
Copy this node to a given outputter
copy(Receiver, int, int) - Method in class net.sf.saxon.tree.tiny.WhitespaceTextImpl
Copy this node to a given outputter
copy(AttributeCollectionImpl) - Static method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Create an attribute list as a copy of an existing attribute list
copy(NodeInfo, Receiver, int, int) - Static method in class net.sf.saxon.tree.util.Navigator
Generic (model-independent) implementation of deep copy algorithm for nodes.
copy(Receiver, int, int) - Method in class net.sf.saxon.tree.util.Orphan
Copy this node to a given outputter (deep copy)
copy(Receiver, int, int) - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
Copy this node to a given outputter (deep copy)
copy(Receiver, int, int) - Method in class net.sf.saxon.tree.wrapper.SpaceStrippedNode
Copy this node to a given outputter (deep copy)
copy(Receiver, int, int) - Method in class net.sf.saxon.tree.wrapper.TypeStrippedNode
Copy this node to a given outputter (deep copy)
copy(Receiver, int, int) - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Copy this node to a given outputter
copy(Receiver, int, int) - Method in class net.sf.saxon.tree.wrapper.VirtualUntypedCopy
 
copy(Receiver, int, int) - Method in class net.sf.saxon.value.TextFragmentValue
Copy the result tree fragment value to a given Outputter
copy() - Method in class net.sf.saxon.xpath.XPathFunctionCall
Copy an expression.
copy() - Method in class net.sf.saxon.xpath.XPathFunctionLibrary
This method creates a copy of a FunctionLibrary: if the original FunctionLibrary allows new functions to be added, then additions to this copy will not affect the original, or vice versa.
copy() - Method in class net.sf.saxon.z.IntArraySet
 
copy() - Method in class net.sf.saxon.z.IntBlockSet
 
copy() - Method in class net.sf.saxon.z.IntCheckingSet
 
copy() - Method in class net.sf.saxon.z.IntComplementSet
 
copy() - Method in class net.sf.saxon.z.IntEmptySet
 
copy() - Method in class net.sf.saxon.z.IntHashMap
Create a copy of the IntHashMap
copy() - Method in class net.sf.saxon.z.IntHashSet
 
copy() - Method in class net.sf.saxon.z.IntRangeSet
 
copy() - Method in interface net.sf.saxon.z.IntSet
Create a copy of this IntSet that leaves the original unchanged.
copy() - Method in class net.sf.saxon.z.IntSingletonSet
 
copy() - Method in class net.sf.saxon.z.IntUniversalSet
 
COPY_MODIFY_EXPRESSION - Static variable in class net.sf.saxon.trace.Location
An XQuery Update copy-modify (transform) expression.
COPY_NAMESPACES - Static variable in class net.sf.saxon.om.StandardNames
 
COPY_NAMESPACES_MODE_INHERIT - Static variable in class javax.xml.xquery.XQConstants
The constant indicating that the inherit mode should be used in namespace binding assignement when an existing element node is copied by an element constructor, as described in 3.7.1 Direct Element Constructors, XQuery 1.0: An XML Query Language
COPY_NAMESPACES_MODE_NO_INHERIT - Static variable in class javax.xml.xquery.XQConstants
The constant indicating that the no-inherit mode should be used in namespace binding assignement when an existing element node is copied by an element constructor, as described in 3.7.1 Direct Element Constructors, XQuery 1.0: An XML Query Language
COPY_NAMESPACES_MODE_NO_PRESERVE - Static variable in class javax.xml.xquery.XQConstants
The constant indicating that the no-preserve mode should be used in namespace binding assignement when an existing element node is copied by an element constructor, as described in 3.7.1 Direct Element Constructors, XQuery 1.0: An XML Query Language
COPY_NAMESPACES_MODE_PRESERVE - Static variable in class javax.xml.xquery.XQConstants
The constant indicating that the preserve mode should be used in namespace binding assignement when an existing element node is copied by an element constructor, as described in 3.7.1 Direct Element Constructors, XQuery 1.0: An XML Query Language
CopyAdjunct - Class in com.saxonica.stream.adjunct
Compile an xsl:copy expression/instruction to streaming code.
CopyAdjunct() - Constructor for class com.saxonica.stream.adjunct.CopyAdjunct
 
copyAsSubType(AtomicType) - Method in class net.sf.saxon.value.AnyURIValue
Create a copy of this atomic value, with a different type label
copyAsSubType(AtomicType) - Method in class net.sf.saxon.value.AtomicValue
Create a copy of this atomic value, with a different type label
copyAsSubType(AtomicType) - Method in class net.sf.saxon.value.Base64BinaryValue
Create a copy of this atomic value (usually so that the type label can be changed).
copyAsSubType(AtomicType) - Method in class net.sf.saxon.value.BigIntegerValue
Create a copy of this atomic value, with a different type label
copyAsSubType(AtomicType) - Method in class net.sf.saxon.value.BooleanValue
Create a copy of this atomic value (usually so that the type label can be changed).
copyAsSubType(AtomicType) - Method in class net.sf.saxon.value.DateTimeValue
Make a copy of this date, time, or dateTime value, but with a new type label
copyAsSubType(AtomicType) - Method in class net.sf.saxon.value.DateValue
Make a copy of this date value, but with a new type label
copyAsSubType(AtomicType) - Method in class net.sf.saxon.value.DayTimeDurationValue
Create a copy of this atomic value, with a different type label
copyAsSubType(AtomicType) - Method in class net.sf.saxon.value.DecimalValue
Create a copy of this atomic value, with a difNferent type label
copyAsSubType(AtomicType) - Method in class net.sf.saxon.value.DoubleValue
Create a copy of this atomic value, with a different type label
copyAsSubType(AtomicType) - Method in class net.sf.saxon.value.DurationValue
Create a copy of this atomic value, with a different type label
copyAsSubType(AtomicType) - Method in class net.sf.saxon.value.FloatValue
Create a copy of this atomic value, with a different type label
copyAsSubType(AtomicType) - Method in class net.sf.saxon.value.GDayValue
Make a copy of this date, time, or dateTime value
copyAsSubType(AtomicType) - Method in class net.sf.saxon.value.GMonthDayValue
Make a copy of this date, time, or dateTime value
copyAsSubType(AtomicType) - Method in class net.sf.saxon.value.GMonthValue
Make a copy of this date, time, or dateTime value
copyAsSubType(AtomicType) - Method in class net.sf.saxon.value.GYearMonthValue
Make a copy of this date, time, or dateTime value
copyAsSubType(AtomicType) - Method in class net.sf.saxon.value.GYearValue
Make a copy of this date, time, or dateTime value
copyAsSubType(AtomicType) - Method in class net.sf.saxon.value.HexBinaryValue
Create a primitive copy of this atomic value (usually so that the type label can be changed).
copyAsSubType(AtomicType) - Method in class net.sf.saxon.value.Int64Value
Create a copy of this atomic value, with a different type label
copyAsSubType(AtomicType) - Method in class net.sf.saxon.value.NotationValue
Create a copy of this atomic value, with a different type label
copyAsSubType(AtomicType) - Method in class net.sf.saxon.value.QNameValue
Create a copy of this atomic value, with a different type label
copyAsSubType(AtomicType) - Method in class net.sf.saxon.value.StringValue
Create a copy of this atomic value, with a different type label
copyAsSubType(AtomicType) - Method in class net.sf.saxon.value.TimeValue
Make a copy of this time value, but with a different type label
copyAsSubType(AtomicType) - Method in class net.sf.saxon.value.UntypedAtomicValue
Create a copy of this atomic value, with a different type label
copyAsSubType(AtomicType) - Method in class net.sf.saxon.value.YearMonthDurationValue
Create a copy of this atomic value, with a different type label
CopyCompiler - Class in com.saxonica.bytecode
Generate bytecode for an xsl:copy instruction
CopyCompiler() - Constructor for class com.saxonica.bytecode.CopyCompiler
 
CopyInformee - Interface in net.sf.saxon.event
A CopyInformee is an agent that receives extra information while a tree is being copied.
copyLocalData(ExtensionFunctionCall) - Method in class com.saxonica.functions.extfn.Evaluate.EvaluateCall
Copy local data from one copy of the function to another.
copyLocalData(ExtensionFunctionCall) - Method in class com.saxonica.functions.extfn.GeneralFilterFunction.GeneralFilterFunctionCall
Copy local data from one copy of the function to another.
copyLocalData(ExtensionFunctionCall) - Method in class com.saxonica.functions.extfn.Parse.ParseCall
Copy local data from one copy of the function to another.
copyLocalData(ExtensionFunctionCall) - Method in class net.sf.saxon.lib.ExtensionFunctionCall
Copy local data from one copy of the function to another.
copyLocationInfo(Expression, Expression) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
Copy location information (the line number and reference to the container) from one expression to another
CopyModifyExpression - Class in com.saxonica.update
A copy-modify expression (called a "transform" expression in the XQuery Update specification)
CopyModifyExpression(Expression, Expression, int) - Constructor for class com.saxonica.update.CopyModifyExpression
Create a copy-modify expression (also known as a transform expresion)
CopyNamespaceSensitiveException - Exception in net.sf.saxon.event
Exception indicating that an attempt was made to copy namespace-sensitive content without copying its associated namespaces
CopyNamespaceSensitiveException(String) - Constructor for exception net.sf.saxon.event.CopyNamespaceSensitiveException
 
CopyOf - Class in net.sf.saxon.expr.instruct
An xsl:copy-of element in the stylesheet.
CopyOf(Expression, boolean, int, SchemaType, boolean) - Constructor for class net.sf.saxon.expr.instruct.CopyOf
Create an xsl:copy-of instruction (also used in XQuery for implicit copying)
CopyOfAdjunct - Class in com.saxonica.stream.adjunct
 
CopyOfAdjunct() - Constructor for class com.saxonica.stream.adjunct.CopyOfAdjunct
 
CopyOfCompiler - Class in com.saxonica.bytecode
Generate bytecode for an xsl:copy-of instruction
CopyOfCompiler() - Constructor for class com.saxonica.bytecode.CopyOfCompiler
 
CopyOfFn - Class in com.saxonica.functions.xslt3
XSLT 3.0 function copy-of().
CopyOfFn() - Constructor for class com.saxonica.functions.xslt3.CopyOfFn
 
CopyOfWatch - Class in com.saxonica.stream.watch
This class is used when optimizing a SequentialCopy, that is, when evaluating a construct of the form saxon:stream(doc('a.xml')/a/b/c).
CopyOfWatch(Feed, Stack<XPathContext>) - Constructor for class com.saxonica.stream.watch.CopyOfWatch
 
CopyOptions - Class in net.sf.saxon.om
Non-instantiable class to define options for the NodeInfo.copy(net.sf.saxon.event.Receiver, int, int) method
CopyOptions() - Constructor for class net.sf.saxon.om.CopyOptions
 
copyPreparedExpression(XQPreparedExpression) - Method in class net.sf.saxon.xqj.SaxonXQConnection
Copy a prepared expression to create a new prepared expression.
copyPut(AtomicValue, Sequence, XPathContext) - Method in class com.saxonica.functions.map.ImmutableMap
Create a new map containing the existing entries in the map plus an additional entry, without modifying the original
copySequence(SequenceIterator, SequenceReceiver) - Static method in class net.sf.saxon.event.SequenceCopier
 
copyTo(PreparedSchema, SchemaCompiler) - Method in class com.saxonica.schema.PreparedSchema
Copy the components of this schema to another schema
copyTo(ConversionRules) - Method in class net.sf.saxon.lib.ConversionRules
Create a copy of these conversion rules.
copyTo(char[], int) - Method in class net.sf.saxon.tree.tiny.CharSlice
Append the contents to another array at a given offset.
copyToPTree(Source, ParseOptions, OutputStream) - Static method in class com.saxonica.ptree.PTreeWriter
Static utility method for writing a Ptree
CORE - Static variable in class net.sf.saxon.functions.StandardFunction
Categories of functions, bit significant
cos(double) - Static method in class net.sf.saxon.option.exslt.Math
Get the cosine of a numeric value (SStL)
count - Variable in class com.saxonica.stream.watch.CountWatch
 
count() - Method in interface javax.xml.xquery.XQSequence
Returns a number indicating the number of items in the sequence.
COUNT - Static variable in class net.sf.saxon.expr.flwor.Clause
 
COUNT - Static variable in class net.sf.saxon.expr.parser.Token
"copy" keyword
count - Variable in class net.sf.saxon.expr.sort.SortedIterator
 
Count - Class in net.sf.saxon.functions
Implementation of the fn:count function
Count() - Constructor for class net.sf.saxon.functions.Count
 
count(SequenceIterator) - Static method in class net.sf.saxon.functions.Count
Get the number of items in a sequence identified by a SequenceIterator
COUNT - Static variable in class net.sf.saxon.om.StandardNames
 
count() - Method in class net.sf.saxon.xqj.SaxonXQForwardSequence
 
count() - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
CountAdjunct - Class in com.saxonica.stream.adjunct
Generate streaming code for the count() function.
CountAdjunct() - Constructor for class com.saxonica.stream.adjunct.CountAdjunct
 
CountClause - Class in com.saxonica.expr.flwor
A "count" clause in a FLWOR expression
CountClause() - Constructor for class com.saxonica.expr.flwor.CountClause
 
CountClausePull - Class in com.saxonica.expr.flwor
A tuple stream that implements a "count" clause in an XQuery 3.0 FLWOR expression
CountClausePull(TuplePull, CountClause) - Constructor for class com.saxonica.expr.flwor.CountClausePull
 
CountClausePush - Class in com.saxonica.expr.flwor
A tuple stream in push mode that implements a "count" clause in an XQuery 3.0 FLWOR expression
CountClausePush(TuplePush, CountClause) - Constructor for class com.saxonica.expr.flwor.CountClausePush
 
CountCompiler - Class in com.saxonica.bytecode
Generate bytecode for a call to the count() function
CountCompiler() - Constructor for class com.saxonica.bytecode.CountCompiler
 
CountFeed - Class in com.saxonica.stream.feed
This class is used when counting items (other than nodes delivered by a Watch)
CountFeed(Expression, Feed, Stack<XPathContext>) - Constructor for class com.saxonica.stream.feed.CountFeed
 
CountingState - Class in com.saxonica.schema.fsa
A counting state is a dynamic object representing the combination of an AutomatonState and a counter value
CountingState(AutomatonState, int) - Constructor for class com.saxonica.schema.fsa.CountingState
 
CountWatch - Class in com.saxonica.stream.watch
This class is used when a streamed template requests evaluation of the count() function applied to a streamable pattern
CountWatch(Feed, Stack<XPathContext>) - Constructor for class com.saxonica.stream.watch.CountWatch
 
createArc(byte, NodeTest) - Method in class net.sf.saxon.expr.parser.PathMap.PathMapNode
Create a new arc
createArc(byte, NodeTest, PathMap.PathMapNode) - Method in class net.sf.saxon.expr.parser.PathMap.PathMapNode
Create a new arc to an existing target
createArc(byte, NodeTest) - Method in class net.sf.saxon.expr.parser.PathMap.PathMapNodeSet
Create an arc from each node in this node set to a corresponding newly-created target node
createAtomicType(int) - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing an XQuery atomic type.
createAtomicType(int, QName, URI) - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing an XQuery atomic type.
createAtomicType(int) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
Create an atomic item type object representing a particular built-in atomic type
createAtomicType(int, QName, URI) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
See interface definition, and description of Saxon extensions below.
createAttribute(String) - Method in class net.sf.saxon.dom.DocumentOverNodeInfo
Create an Attr of the given name.
createAttributeNS(String, String) - Method in class net.sf.saxon.dom.DocumentOverNodeInfo
Create an attribute of the given qualified name and namespace URI.
createAttributeType(QName, int) - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing the XQuery attribute(nodename, basetype) type with the given node name and base type.
createAttributeType(QName, int, QName, URI) - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing the XQuery attribute(nodename,basetype,typename,schemaURI) type, with the given node name, base type, schema type name and schema URI.
createAttributeType(QName, int) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createAttributeType(QName, int, QName, URI) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createCDATASection(String) - Method in class net.sf.saxon.dom.DocumentOverNodeInfo
Create a CDATASection node whose value is the specified string.
createComment(String) - Method in class net.sf.saxon.dom.DocumentOverNodeInfo
Create a Comment node given the specified string.
createCommentType() - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing the XQuery comment() type.
createCommentType() - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createCopy(NodeInfo, NodeInfo) - Method in class net.sf.saxon.tree.wrapper.VirtualCopy.VirtualCopier
Method to create the virtual copy of a node encountered when navigating.
createCopy(NodeInfo, NodeInfo) - Method in class net.sf.saxon.tree.wrapper.VirtualUntypedCopy.VirtualUntypedCopier
Method to create the virtual copy of a node encountered when navigating.
createDir(String) - Static method in class com.saxonica.functions.extfn.EXPathFile
 
createDocumentElementType(XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing the XQuery document-node(elementType) type containing a single element.
createDocumentElementType(XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createDocumentFragment() - Method in class net.sf.saxon.dom.DocumentOverNodeInfo
Creates an empty DocumentFragment object.
createDocumentSchemaElementType(XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing the XQuery document-node(elementType) type containing a single schema-element(...).
createDocumentSchemaElementType(XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createDocumentType() - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing the XQuery document-node() type.
createDocumentType() - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createDynamicContext() - Method in class net.sf.saxon.sxpath.XPathExpression
Create a dynamic context suitable for evaluating this expression, without supplying a context item
createDynamicContext(Item) - Method in class net.sf.saxon.sxpath.XPathExpression
Create a dynamic context suitable for evaluating this expression
createDynamicContext(Controller, Item) - Method in class net.sf.saxon.sxpath.XPathExpression
Create a dynamic context suitable for evaluating this expression within an environment represented by an existing controller.
createElement(String) - Method in class net.sf.saxon.dom.DocumentOverNodeInfo
Creates an element of the type specified.
createElementNS(String, String) - Method in class net.sf.saxon.dom.DocumentOverNodeInfo
Create an element of the given qualified name and namespace URI.
createElementType(QName, int) - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing the XQuery element(nodename, basetype) type, with the given node name and base type.
createElementType(QName, int, QName, URI, boolean) - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing the XQuery element(nodename,basetype,typename,schemaURI, allowNill) type, given the node name, base type, schema type name, schema URI, and nilled check.
createElementType(QName, int) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createElementType(QName, int, QName, URI, boolean) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createEntityReference(String) - Method in class net.sf.saxon.dom.DocumentOverNodeInfo
Create an EntityReference object.
createExpression() - Method in interface javax.xml.xquery.XQConnection
Creates a new XQExpression object that can be used to perform execute immediate operations with XQuery expressions.
createExpression(XQStaticContext) - Method in interface javax.xml.xquery.XQConnection
Creates a new XQExpression object that can be used to perform execute immediate operations with XQuery expressions.
createExpression(String) - Method in class net.sf.saxon.sxpath.XPathEvaluator
Prepare (compile) an XPath expression for subsequent evaluation.
createExpression(String) - Method in class net.sf.saxon.xpath.XPathEvaluator
Deprecated.
since Saxon 8.9 - use XPathEvaluator.compile(String)
createExpression() - Method in class net.sf.saxon.xqj.SaxonXQConnection
 
createExpression(XQStaticContext) - Method in class net.sf.saxon.xqj.SaxonXQConnection
 
createFunctionLibrary(CompilerInfo) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
Create the function library
createHTMLSerializer(Emitter, Properties, PipelineConfiguration, CharacterMapExpander, ProxyReceiver) - Method in class net.sf.saxon.lib.SerializerFactory
Create a serialization pipeline to implement the HTML output method.
createItem(XQItem) - Method in interface javax.xml.xquery.XQDataFactory
Creates a copy of the specified XQItem.
createItem(XQItem) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createItemFromAtomicValue(String, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from a given value.
createItemFromAtomicValue(String, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createItemFromBoolean(boolean, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from a given value.
createItemFromBoolean(boolean, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createItemFromByte(byte, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from a given value.
createItemFromByte(byte, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createItemFromDocument(String, String, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from the given value.
createItemFromDocument(Reader, String, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from the given value.
createItemFromDocument(InputStream, String, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from the given value.
createItemFromDocument(XMLStreamReader, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from the given value.
createItemFromDocument(Source, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from the given Source.
createItemFromDocument(InputStream, String, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createItemFromDocument(Reader, String, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createItemFromDocument(Source, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createItemFromDocument(String, String, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createItemFromDocument(XMLStreamReader, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createItemFromDouble(double, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from a given value.
createItemFromDouble(double, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createItemFromFloat(float, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from a given value.
createItemFromFloat(float, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createItemFromInt(int, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from a given value.
createItemFromInt(int, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createItemFromLong(long, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from a given value.
createItemFromLong(long, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createItemFromNode(Node, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from a given value.
createItemFromNode(Node, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createItemFromObject(Object, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from a given value.
createItemFromObject(Object, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createItemFromShort(short, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from a given value.
createItemFromShort(short, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createItemFromString(String, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
Creates an item from a given value.
createItemFromString(String, XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createItemType() - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing the XQuery item type.
createItemType() - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createNodeType() - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing the XQuery node() type.
createNodeType() - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createPattern(String) - Method in class net.sf.saxon.sxpath.XPathEvaluator
Prepare (compile) an XSLT pattern for subsequent evaluation.
createPrintWriter(String) - Method in class com.saxonica.bytecode.util.CompilerService
 
createProcessingInstruction(String, String) - Method in class net.sf.saxon.dom.DocumentOverNodeInfo
Create a ProcessingInstruction node given the specified name and data strings.
createProcessingInstructionType(String) - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing the XQuery processing-instruction(piTarget) type.
createProcessingInstructionType(String) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createSaxonSerializationMethod(String, Properties, PipelineConfiguration, CharacterMapExpander, ProxyReceiver) - Method in class com.saxonica.serialize.SerializerFactoryPE
 
createSaxonSerializationMethod(String, Properties, PipelineConfiguration, CharacterMapExpander, ProxyReceiver) - Method in class net.sf.saxon.lib.SerializerFactory
 
createSchemaAttributeType(QName, int, URI) - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing the XQuery schema-attribute(nodename,basetype,schemaURI) type, with the given node name, base type, and schema URI.
createSchemaAttributeType(QName, int, URI) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createSchemaElementType(QName, int, URI) - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing the XQuery schema-element(nodename,basetype,schemaURI) type, given the node name, base type, and the schema URI.
createSchemaElementType(QName, int, URI) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createSequence(XQSequence) - Method in interface javax.xml.xquery.XQDataFactory
Creates a copy of the specified XQSequence.
createSequence(Iterator) - Method in interface javax.xml.xquery.XQDataFactory
Creates an XQSequence, containing all the items from the iterator.
createSequence(Iterator) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createSequence(XQSequence) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createSequenceType(XQItemType, int) - Method in interface javax.xml.xquery.XQDataFactory
Creates a new sequence type from an item type and occurence indicator.
createSequenceType(XQItemType, int) - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createSkeletonElementNode() - Method in class com.saxonica.validate.StartTagBufferEE
Get an element node representing the element whose start tag this is, as required for implementing conditional type assignment
createsNewNodes() - Method in class com.saxonica.xslt3.instruct.BreakInstr
 
createsNewNodes() - Method in class com.saxonica.xslt3.instruct.IterateInstr
Determine whether this instruction creates new nodes.
createsNewNodes() - Method in class com.saxonica.xslt3.instruct.MergeInstr
Determine whether this instruction creates new nodes.
createsNewNodes() - Method in class com.saxonica.xsltextn.instruct.While
Determine whether this instruction creates new nodes.
createsNewNodes() - Method in class net.sf.saxon.expr.instruct.ApplyImports
Determine whether this instruction creates new nodes.
createsNewNodes() - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
Determine whether this instruction creates new nodes.
createsNewNodes() - Method in class net.sf.saxon.expr.instruct.Block
Determine whether this instruction creates new nodes.
createsNewNodes() - Method in class net.sf.saxon.expr.instruct.CallTemplate
Determine whether this instruction creates new nodes.
createsNewNodes() - Method in class net.sf.saxon.expr.instruct.Choose
Determine whether this instruction creates new nodes.
createsNewNodes() - Method in class net.sf.saxon.expr.instruct.CopyOf
Determine whether this instruction creates new nodes.
createsNewNodes() - Method in class net.sf.saxon.expr.instruct.Doctype
Determine whether this instruction creates new nodes.
createsNewNodes() - Method in class net.sf.saxon.expr.instruct.ForEach
Determine whether this instruction creates new nodes.
createsNewNodes() - Method in class net.sf.saxon.expr.instruct.ForEachGroup
Determine whether this instruction creates new nodes.
createsNewNodes() - Method in class net.sf.saxon.expr.instruct.Instruction
Determine whether this instruction creates new nodes.
createsNewNodes() - Method in class net.sf.saxon.expr.instruct.LocalParamSetter
Determine whether this instruction creates new nodes.
createsNewNodes() - Method in class net.sf.saxon.expr.instruct.Message
Determine whether this instruction creates new nodes.
createsNewNodes() - Method in class net.sf.saxon.expr.instruct.ParentNodeConstructor
Determine whether this instruction creates new nodes.
createsNewNodes() - Method in class net.sf.saxon.expr.instruct.SimpleNodeConstructor
Determine whether this instruction creates new nodes.
createsNewNodes() - Method in class net.sf.saxon.expr.instruct.TraceExpression
Determine whether this instruction creates new nodes.
createsSecondaryResult() - Method in class net.sf.saxon.expr.instruct.Executable
Ask whether this executable represents a stylesheet that uses xsl:result-document to create secondary output documents
createTextNode(String) - Method in class net.sf.saxon.dom.DocumentOverNodeInfo
Create a Text node given the specified string.
createTextSerializer(Emitter, Properties, CharacterMapExpander, ProxyReceiver) - Method in class net.sf.saxon.lib.SerializerFactory
Create a serialization pipeline to implement the text output method.
createTextType() - Method in interface javax.xml.xquery.XQDataFactory
Creates a new XQItemType object representing the XQuery text() type.
createTextType() - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
createThreadManager() - Method in class net.sf.saxon.expr.XPathContextMajor
 
createTraceMethodVisitor() - Method in class com.saxonica.bytecode.util.AnnotatedTraceClassVisitor
 
createUserDefinedOutputMethod(String, Properties, PipelineConfiguration) - Method in class net.sf.saxon.lib.SerializerFactory
Create a serialization pipeline to implement a user-defined output method.
createXHTMLSerializer(Emitter, Properties, PipelineConfiguration, CharacterMapExpander, ProxyReceiver) - Method in class net.sf.saxon.lib.SerializerFactory
Create a serialization pipeline to implement the XHTML output method.
createXMLSerializer(XMLEmitter, Properties, PipelineConfiguration, CharacterMapExpander, ProxyReceiver) - Method in class net.sf.saxon.lib.SerializerFactory
Create a serialization pipeline to implement the XML output method.
createXPathException(String, String, LocationProvider, int) - Method in class net.sf.saxon.style.UseWhenFilter
 
current - Variable in class com.saxonica.bytecode.iter.CompiledBlockIterator
 
current() - Method in class com.saxonica.bytecode.iter.CompiledBlockIterator
Get the current value in the sequence (the one returned by the most recent call on next()).
current() - Method in class com.saxonica.bytecode.iter.CompiledFilterIterator
 
current() - Method in class com.saxonica.bytecode.iter.OneToOneMappingIterator
 
current() - Method in class com.saxonica.expr.ee.MultithreadedContextMappingIterator
 
current() - Method in class com.saxonica.pull.PullFromIterator
Get the event most recently returned by next(), or by other calls that change the position, for example getStringValue() and skipToMatchingEnd().
current() - Method in class com.saxonica.pull.TinyTreeWalker
Get the event most recently returned by next(), or by other calls that change the position, for example getStringValue() and skipToMatchingEnd().
current() - Method in class com.saxonica.pull.TreeWalker
Get the event most recently returned by next(), or by other calls that change the position, for example getStringValue() and skipToMatchingEnd().
current() - Method in class com.saxonica.pull.VirtualTreeWalker
Get the event most recently returned by next(), or by other calls that change the position, for example getStringValue() and skipToMatchingEnd().
current() - Method in class com.saxonica.stream.SequenceExchanger.Consumer
Get the current value in the sequence (the one returned by the most recent call on next()).
current() - Method in class com.saxonica.xslt3.instruct.MergeEnumeration
 
current() - Method in class com.saxonica.xslt3.instruct.MergeGroupingIterator
 
current() - Method in class net.sf.saxon.evpull.SequenceComposer
Get the current value in the sequence (the one returned by the most recent call on next()).
current() - Method in class net.sf.saxon.expr.AxisAtomizingIterator
 
current() - Method in class net.sf.saxon.expr.BigRangeIterator
 
current() - Method in class net.sf.saxon.expr.CardinalityCheckingIterator
 
current() - Method in class net.sf.saxon.expr.ContextMappingIterator
 
current() - Method in class net.sf.saxon.expr.DifferenceEnumeration
 
current() - Method in class net.sf.saxon.expr.ErrorIterator
Get the current value in the sequence (the one returned by the most recent call on next()).
current() - Method in class net.sf.saxon.expr.EveryItemMappingIterator
 
current() - Method in class net.sf.saxon.expr.FilterIterator
 
current() - Method in class net.sf.saxon.expr.flwor.ReturnClauseIterator
 
current() - Method in class net.sf.saxon.expr.instruct.BlockIterator
Get the current value in the sequence (the one returned by the most recent call on next()).
current() - Method in class net.sf.saxon.expr.IntersectionEnumeration
 
current() - Method in class net.sf.saxon.expr.ItemMappingIterator
 
current() - Method in class net.sf.saxon.expr.MappingIterator
 
current() - Method in class net.sf.saxon.expr.RangeIterator
 
current() - Method in class net.sf.saxon.expr.ReverseRangeIterator
 
current() - Method in class net.sf.saxon.expr.sort.DocumentOrderIterator
 
current() - Method in class net.sf.saxon.expr.sort.GroupAdjacentIterator
 
current() - Method in class net.sf.saxon.expr.sort.GroupByIterator
 
current - Variable in class net.sf.saxon.expr.sort.GroupMatchingIterator
 
current() - Method in class net.sf.saxon.expr.sort.GroupMatchingIterator
 
current() - Method in class net.sf.saxon.expr.sort.SortedIterator
 
current() - Method in class net.sf.saxon.expr.StringTokenIterator
 
current() - Method in class net.sf.saxon.expr.SubsequenceIterator
 
current() - Method in class net.sf.saxon.expr.TailIterator
 
current() - Method in class net.sf.saxon.expr.UnionEnumeration
 
current() - Method in class net.sf.saxon.expr.ValueTailIterator
 
Current - Class in net.sf.saxon.functions
Implement the XSLT current() function
Current() - Constructor for class net.sf.saxon.functions.Current
 
current() - Method in class net.sf.saxon.functions.DistinctValues.DistinctIterator
Get the current value in the sequence (the one returned by the most recent call on next()).
current() - Method in class net.sf.saxon.functions.IndexOf.IndexIterator
 
current() - Method in class net.sf.saxon.functions.Insert.InsertIterator
 
current() - Method in class net.sf.saxon.functions.Remove.RemoveIterator
 
current() - Method in class net.sf.saxon.om.MemoSequence.ProgressiveIterator
 
current() - Method in interface net.sf.saxon.om.SequenceIterator
Get the current value in the sequence (the one returned by the most recent call on next()).
current() - Method in class net.sf.saxon.pull.PullFilter
Get the event most recently returned by next(), or by other calls that change the position, for example getStringValue() and skipToMatchingEnd().
current() - Method in interface net.sf.saxon.pull.PullProvider
Get the event most recently returned by next(), or by other calls that change the position, for example getStringValue() and skipToMatchingEnd().
current() - Method in class net.sf.saxon.pull.StaxBridge
Get the event most recently returned by next(), or by other calls that change the position, for example getStringValue() and skipToMatchingEnd().
current() - Method in class net.sf.saxon.regex.ARegexIterator
Get the current item in the sequence
current() - Method in class net.sf.saxon.regex.ATokenIterator
 
current() - Method in class net.sf.saxon.regex.JRegexIterator
Get the current item in the sequence
current() - Method in class net.sf.saxon.regex.JTokenIterator
 
current() - Method in class net.sf.saxon.tree.iter.AdjacentTextNodeMergingIterator
 
current() - Method in class net.sf.saxon.tree.iter.ArrayIterator
Get the current item in the array
current() - Method in class net.sf.saxon.tree.iter.AtomizingIterator
 
current() - Method in interface net.sf.saxon.tree.iter.AxisIterator
 
current - Variable in class net.sf.saxon.tree.iter.AxisIteratorImpl
 
current() - Method in class net.sf.saxon.tree.iter.AxisIteratorImpl
Get the current node in the sequence.
current() - Method in class net.sf.saxon.tree.iter.AxisIteratorOverSequence
Get the current node in the sequence.
current() - Method in class net.sf.saxon.tree.iter.EmptyIterator
Get the current item, that is, the item returned by the most recent call of next().
current() - Method in class net.sf.saxon.tree.iter.HomogeneityCheckerIterator
 
current() - Method in class net.sf.saxon.tree.iter.IteratorIterator
 
current() - Method in class net.sf.saxon.tree.iter.ListIterator
 
current() - Method in class net.sf.saxon.tree.iter.LookaheadIteratorImpl
 
current() - Method in class net.sf.saxon.tree.iter.ManualIterator
 
current() - Method in class net.sf.saxon.tree.iter.NodeWrappingAxisIterator
 
current() - Method in class net.sf.saxon.tree.iter.PrependIterator
Get the current item in the sequence.
current() - Method in class net.sf.saxon.tree.iter.ReverseArrayIterator
 
current() - Method in class net.sf.saxon.tree.iter.SingleNodeIterator
 
current() - Method in class net.sf.saxon.tree.iter.SingletonIterator
 
current() - Method in class net.sf.saxon.tree.iter.TextLinesIterator
The current line in the file
current() - Method in interface net.sf.saxon.tree.iter.UnfailingIterator
Get the current item in the sequence.
current() - Method in class net.sf.saxon.tree.iter.UntypedAtomizingIterator
 
current() - Method in class net.sf.saxon.tree.util.SteppingNavigator.DescendantAxisIterator
 
current() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy.VirtualCopier
Get the current item in the sequence.
current() - Method in class net.sf.saxon.tree.wrapper.WrappingIterator
 
current() - Method in class net.sf.saxon.value.MemoClosure.ProgressiveIterator
 
current() - Method in class net.sf.saxon.value.StringValue.CharacterIterator
 
CurrentDateTime - Class in net.sf.saxon.functions
This class implements the XPath 2.0 functions current-date(), current-time(), and current-dateTime(), as well as the function implicit-timezone().
CurrentDateTime() - Constructor for class net.sf.saxon.functions.CurrentDateTime
 
currentElement - Variable in class net.sf.saxon.serialize.HTMLURIEscaper
 
currentEvent - Variable in class net.sf.saxon.pull.PullFilter
 
currentGenerator - Variable in class com.saxonica.bytecode.util.GeneratedMethodInfo
 
CurrentGroup - Class in net.sf.saxon.functions
Implements the XSLT function current-group()
CurrentGroup() - Constructor for class net.sf.saxon.functions.CurrentGroup
 
currentGroupingKey - Variable in class net.sf.saxon.expr.sort.GroupToBeSorted
 
CurrentGroupingKey - Class in net.sf.saxon.functions
Implements the XSLT function current-grouping-key()
CurrentGroupingKey() - Constructor for class net.sf.saxon.functions.CurrentGroupingKey
 
currentGroupIterator - Variable in class net.sf.saxon.expr.sort.GroupToBeSorted
 
CurrentItemExpression - Class in net.sf.saxon.expr
The expression is generated when compiling the current() function in XSLT.
CurrentItemExpression() - Constructor for class net.sf.saxon.expr.CurrentItemExpression
 
currentIteration - Variable in class net.sf.saxon.expr.flwor.ForClausePull
 
currentIterator - Variable in class com.saxonica.bytecode.iter.CompiledBlockIterator
 
currentMembers - Variable in class net.sf.saxon.expr.sort.GroupMatchingIterator
 
currentModeName(XPathContext) - Static method in class com.saxonica.functions.extfn.Extensions
Get the current mode.
currentRoot - Variable in class net.sf.saxon.event.Builder
 
currentToken - Variable in class net.sf.saxon.expr.parser.Tokenizer
The number identifying the most recently read token
currentTokenDisplay() - Method in class net.sf.saxon.expr.parser.ExpressionParser
Display the current token in an error message
currentTokenStartOffset - Variable in class net.sf.saxon.expr.parser.Tokenizer
The position in the input expression where the current token starts
currentTokenValue - Variable in class net.sf.saxon.expr.parser.Tokenizer
The string value of the most recently read token
CurriedFunction - Class in com.saxonica.functions.hof
A function obtained by currying another function, that is, the result of calling fn:partial-apply
CurriedFunction(FunctionItem, Sequence[]) - Constructor for class com.saxonica.functions.hof.CurriedFunction
Create a curried function
curryFunction(Expression, Expression[], IntSet) - Static method in class com.saxonica.expr.XPath30Parser
Process a function expression in which one or more of the argument positions are represented as "?" placemarkers (indicating partial application or currying)
customizeTokenizer(Tokenizer) - Method in class com.saxonica.xslt3.PatternParser30
Callback to tailor the tokenizer
customizeTokenizer(Tokenizer) - Method in class net.sf.saxon.expr.parser.ExpressionParser
Callback to tailor the tokenizer
customizeTokenizer(Tokenizer) - Method in class net.sf.saxon.pattern.PatternParser20
Callback to tailor the tokenizer
customizeTokenizer(Tokenizer) - Method in class net.sf.saxon.query.QueryParser
Callback to tailor the tokenizer
cyrillicLower - Static variable in class net.sf.saxon.expr.number.AbstractNumberer
 
cyrillicUpper - Static variable in class net.sf.saxon.expr.number.AbstractNumberer
 

D

D - Static variable in class net.sf.saxon.serialize.codenorm.Normalizer
Normalization Form Selector
Data - Class in net.sf.saxon.functions
Implement XPath function fn:data()
Data() - Constructor for class net.sf.saxon.functions.Data
 
DATA_TYPE - Static variable in class net.sf.saxon.om.StandardNames
 
DataElement - Class in net.sf.saxon.style
This element represents a top-level element in a user-defined namespace, or a child/descendant of such an element.
DataElement() - Constructor for class net.sf.saxon.style.DataElement
 
dataType - Variable in class net.sf.saxon.style.XSLSortOrMergeKey
 
dataTypeExpression - Variable in class net.sf.saxon.expr.sort.SortKeyDefinition
 
Date - Class in net.sf.saxon.option.exslt
This class implements extension functions in the http://exslt.org/dates-and-times namespace.
date(XPathContext, String) - Static method in class net.sf.saxon.option.exslt.Date
The date:date function returns the date specified in the date/time string given as the argument.
date(XPathContext) - Static method in class net.sf.saxon.option.exslt.Date
The date:date function returns the current date.
DATE - Static variable in class net.sf.saxon.s9api.ItemType
ItemType representing the primitive type xs:date
DATE - Static variable in class net.sf.saxon.type.BuiltInAtomicType
 
DATE_TIME - Static variable in class net.sf.saxon.s9api.ItemType
ItemType representing the primitive type xs:dateTime
DATE_TIME - Static variable in class net.sf.saxon.type.BuiltInAtomicType
 
DATE_TIME_STAMP - Static variable in class net.sf.saxon.s9api.ItemType
ItemType representing the built-in (but non-primitive) type xs:dateTimeStamp (introduced in XSD 1.1)
DATE_TIME_STAMP - Static variable in class net.sf.saxon.type.BuiltInAtomicType
 
DATE_TIME_TO_DATE - Static variable in class net.sf.saxon.type.Converter
 
DATE_TIME_TO_G_DAY - Static variable in class net.sf.saxon.type.Converter
 
DATE_TIME_TO_G_MONTH - Static variable in class net.sf.saxon.type.Converter
 
DATE_TIME_TO_G_MONTH_DAY - Static variable in class net.sf.saxon.type.Converter
 
DATE_TIME_TO_G_YEAR - Static variable in class net.sf.saxon.type.Converter
 
DATE_TIME_TO_G_YEAR_MONTH - Static variable in class net.sf.saxon.type.Converter
 
DATE_TIME_TO_TIME - Static variable in class net.sf.saxon.type.Converter
 
DATE_TO_DATE_TIME - Static variable in class net.sf.saxon.type.Converter
 
dateFromJulianDayNumber(int) - Static method in class net.sf.saxon.value.DateValue
Get the Gregorian date corresponding to a particular Julian day number.
dateTime(XPathContext) - Static method in class net.sf.saxon.option.exslt.Date
The date:date-time function returns the current date and time as a date/time string.
DATETIME_DATETIME - Static variable in class net.sf.saxon.expr.Calculator
Calculators used when both operands are xs:dateTime, xs:date, or xs:time
DATETIME_DURATION - Static variable in class net.sf.saxon.expr.Calculator
Calculators used when the first operand is xs:dateTime, xs:date, or xs:time, and the second is a duration
DateTimeConstructor - Class in net.sf.saxon.functions
This class supports the dateTime($date, $time) function
DateTimeConstructor() - Constructor for class net.sf.saxon.functions.DateTimeConstructor
 
DateTimeConstructorCompiler - Class in com.saxonica.bytecode
Compile the fn:dateTime() function to Java bytecode
DateTimeConstructorCompiler() - Constructor for class com.saxonica.bytecode.DateTimeConstructorCompiler
 
DateTimeValue - Class in net.sf.saxon.value
A value of type DateTime
DateTimeValue(Calendar, boolean) - Constructor for class net.sf.saxon.value.DateTimeValue
Constructor: create a dateTime value given a Java calendar object
DateTimeValue(int, byte, byte, byte, byte, byte, int, int, boolean) - Constructor for class net.sf.saxon.value.DateTimeValue
Constructor: construct a DateTimeValue from its components.
DateValue - Class in net.sf.saxon.value
A value of type Date.
DateValue(int, byte, byte) - Constructor for class net.sf.saxon.value.DateValue
Constructor given a year, month, and day.
DateValue(int, byte, byte, boolean) - Constructor for class net.sf.saxon.value.DateValue
Constructor given a year, month, day and xsd10.
DateValue(int, byte, byte, int, boolean) - Constructor for class net.sf.saxon.value.DateValue
Constructor given a year, month, and day, and timezone.
DateValue(int, byte, byte, int, AtomicType) - Constructor for class net.sf.saxon.value.DateValue
Constructor given a year, month, and day, and timezone, and an AtomicType representing a subtype of xs:date.
DateValue(CharSequence) - Constructor for class net.sf.saxon.value.DateValue
Constructor: create a date value from a supplied string, in ISO 8601 format
DateValue(CharSequence, ConversionRules) - Constructor for class net.sf.saxon.value.DateValue
Constructor: create a date value from a supplied string, in ISO 8601 format
DateValue(GregorianCalendar, int) - Constructor for class net.sf.saxon.value.DateValue
Create a DateValue
DAY - Static variable in class net.sf.saxon.functions.Component
 
day - Variable in class net.sf.saxon.value.GDateValue
 
DAY_TIME_DURATION - Static variable in class net.sf.saxon.s9api.ItemType
ItemType representing the built-in (but non-primitive) type xs:dayTimeDuration
DAY_TIME_DURATION - Static variable in class net.sf.saxon.type.BuiltInAtomicType
 
dayAbbreviation(XPathContext, String) - Static method in class net.sf.saxon.option.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(XPathContext) - Static method in class net.sf.saxon.option.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(XPathContext, String) - Static method in class net.sf.saxon.option.exslt.Date
Return the day number of a specified date within the month
dayInMonth(XPathContext) - Static method in class net.sf.saxon.option.exslt.Date
Return the day number of the current date within the month
dayInWeek(XPathContext, String) - Static method in class net.sf.saxon.option.exslt.Date
Return the day of the week given in a date as a number.
dayInWeek(XPathContext) - Static method in class net.sf.saxon.option.exslt.Date
Return the day of the week in the current date as a number.
dayInYear(XPathContext, String) - Static method in class net.sf.saxon.option.exslt.Date
Return the day number of a specified date within the year
dayInYear(XPathContext) - Static method in class net.sf.saxon.option.exslt.Date
Return the day number of the current date within the year
dayName(int, int, int) - Method in class net.sf.saxon.expr.number.AbstractNumberer
Get a day name or abbreviation
dayName(int, int, int) - Method in class net.sf.saxon.expr.number.Numberer_en
Get a day name or abbreviation
dayName(int, int, int) - Method in interface net.sf.saxon.lib.Numberer
Get a day name or abbreviation
dayName(XPathContext, String) - Static method in class net.sf.saxon.option.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(XPathContext) - Static method in class net.sf.saxon.option.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'.
dayName(int, int, int) - Method in class net.sf.saxon.option.local.Numberer_da
Get a day name or abbreviation
dayName(int, int, int) - Method in class net.sf.saxon.option.local.Numberer_de
Get a day name or abbreviation
dayName(int, int, int) - Method in class net.sf.saxon.option.local.Numberer_fr
 
dayName(int, int, int) - Method in class net.sf.saxon.option.local.Numberer_frBE
 
dayName(int, int, int) - Method in class net.sf.saxon.option.local.Numberer_it
Get a day name or abbreviation
dayName(int, int, int) - Method in class net.sf.saxon.option.local.Numberer_nl
Get a day name or abbreviation
dayName(int, int, int) - Method in class net.sf.saxon.option.local.Numberer_nlBE
Get a day name or abbreviation
dayName(int, int, int) - Method in class net.sf.saxon.option.local.Numberer_sv
Get a day name or abbreviation
dayOfWeekInMonth(XPathContext, String) - Static method in class net.sf.saxon.option.exslt.Date
Return the day-of-the-week in a month of a date as a number (for example 3 for the 3rd Tuesday in May).
dayOfWeekInMonth(XPathContext) - Static method in class net.sf.saxon.option.exslt.Date
Return the day-of-the-week in a month of the current date as a number (for example 3 for the 3rd Tuesday in May).
daysLeft() - Method in class com.saxonica.config.Verifier
It returns how many days are left for the license.
daysPerMonth - Static variable in class net.sf.saxon.value.GDateValue
Test whether a candidate date is actually a valid date in the proleptic Gregorian calendar
DayTimeDurationValue - Class in net.sf.saxon.value
A value of type xs:dayTimeDuration
DayTimeDurationValue(int, int, int, int, long, int) - Constructor for class net.sf.saxon.value.DayTimeDurationValue
Create a dayTimeDuration given the number of days, hours, minutes, and seconds.
DCOLL - Static variable in class net.sf.saxon.functions.StandardFunction
 
deactivate() - Method in class com.saxonica.validate.AssertionTreeBuilder
 
debug - Variable in class com.saxonica.bytecode.util.GeneratedMethodInfo
 
DEBUG_BYTE_CODE - Static variable in class net.sf.saxon.lib.FeatureKeys
This option is set to indicate that bytecode generation should be run in debugging mode; it injects diagnostic tracing calls into the generated bytecode.
DEBUG_BYTE_CODE_DIR - Static variable in class net.sf.saxon.lib.FeatureKeys
This option is relevant only if DISPLAY_BYTE_CODE is set to true.
Debugger - Interface in net.sf.saxon.expr.instruct
This interface may be implemented by an external debugging tool
DECIMAL - Static variable in class com.saxonica.serialize.HTMLEntityReferenceGenerator
 
DECIMAL - Static variable in class net.sf.saxon.s9api.ItemType
ItemType representing the primitive type xs:decimal
DECIMAL - Static variable in class net.sf.saxon.type.BuiltInAtomicType
 
DECIMAL_DECIMAL - Static variable in class net.sf.saxon.expr.Calculator
 
DECIMAL_DOUBLE - Static variable in class net.sf.saxon.expr.Calculator
Calculators used when the first operand is a decimal
DECIMAL_FLOAT - Static variable in class net.sf.saxon.expr.Calculator
 
DECIMAL_INTEGER - Static variable in class net.sf.saxon.expr.Calculator
 
DECIMAL_SEPARATOR - Static variable in class net.sf.saxon.om.StandardNames
 
DECIMAL_SEPARATOR - Static variable in class net.sf.saxon.trans.DecimalSymbols
 
DECIMAL_TO_INTEGER - Static variable in class net.sf.saxon.type.Converter
 
DecimalCharacterReferenceGenerator - Class in com.saxonica.serialize
A class that represents a character as a decimal character reference and writes the result to a supplied Writer.
decimalDivide(BigDecimal, BigDecimal, int) - Static method in class com.saxonica.functions.extfn.Extensions
Perform decimal division to a user-specified precision
decimalDivide(NumericValue, NumericValue) - Static method in class net.sf.saxon.expr.Calculator
 
DecimalFormatManager - Class in net.sf.saxon.trans
DecimalFormatManager manages the collection of named and unnamed decimal formats, for use by the format-number() function.
DecimalFormatManager() - Constructor for class net.sf.saxon.trans.DecimalFormatManager
create a DecimalFormatManager and initialise variables
DecimalSortComparer - Class in net.sf.saxon.expr.sort
An AtomicComparer used for sorting values that are known to be instances of xs:decimal (including xs:integer), It also supports a separate method for getting a collation key to test equality of items
DecimalSymbols - Class in net.sf.saxon.trans
This class is modelled on Java's DecimalFormatSymbols, but it allows the use of any Unicode character to represent symbols such as the decimal point and the grouping separator, whereas DecimalFormatSymbols restricts these to a char (1-65535).
DecimalSymbols() - Constructor for class net.sf.saxon.trans.DecimalSymbols
Create a DecimalSymbols object with default values for all properties
decimalToString(BigDecimal, FastStringBuffer) - Static method in class net.sf.saxon.value.DecimalValue
Convert a decimal value to a string, using the XPath rules for formatting
DecimalValue - Class in net.sf.saxon.value
A decimal value
DecimalValue(BigDecimal) - Constructor for class net.sf.saxon.value.DecimalValue
Constructor supplying a BigDecimal
DecimalValue(double) - Constructor for class net.sf.saxon.value.DecimalValue
Constructor supplying a double
DecimalValue(long) - Constructor for class net.sf.saxon.value.DecimalValue
Constructor supplying a long integer
DecimalValue.DecimalComparable - Class in net.sf.saxon.value
A Comparable that performs comparison of a DecimalValue either with another DecimalValue or with some other representation of an XPath numeric value
DecimalValue.DecimalComparable(DecimalValue) - Constructor for class net.sf.saxon.value.DecimalValue.DecimalComparable
 
Declaration - Interface in net.sf.saxon.query
This interface represents the union of global variable declarations and function declarations in XQuery modules
Declaration - Class in net.sf.saxon.style
The object represents a declaration (that is, a top-level element) in a stylesheet.
Declaration(StylesheetModule, StyleElement) - Constructor for class net.sf.saxon.style.Declaration
 
declarationIsWritten - Variable in class net.sf.saxon.serialize.XMLEmitter
 
DECLARE_ANNOTATED - Static variable in class net.sf.saxon.expr.parser.Token
declare %
DECLARE_BASEURI - Static variable in class net.sf.saxon.expr.parser.Token
"declare base-uri"
DECLARE_BOUNDARY_SPACE - Static variable in class net.sf.saxon.expr.parser.Token
"declare boundary-space"
DECLARE_CONSTRUCTION - Static variable in class net.sf.saxon.expr.parser.Token
"declare construction"
DECLARE_CONTEXT - Static variable in class net.sf.saxon.expr.parser.Token
"declare context"
DECLARE_COPY_NAMESPACES - Static variable in class net.sf.saxon.expr.parser.Token
"declare copy-namespaces"
DECLARE_DECIMAL_FORMAT - Static variable in class net.sf.saxon.expr.parser.Token
"declare decimal-format"
DECLARE_DEFAULT - Static variable in class net.sf.saxon.expr.parser.Token
"declare default"
DECLARE_FUNCTION - Static variable in class net.sf.saxon.expr.parser.Token
"declare function"
DECLARE_NAMESPACE - Static variable in class net.sf.saxon.expr.parser.Token
"declare namespace"
DECLARE_OPTION - Static variable in class net.sf.saxon.expr.parser.Token
"declare option"
DECLARE_ORDERING - Static variable in class net.sf.saxon.expr.parser.Token
"declare xmlspace"
DECLARE_REVALIDATION - Static variable in class net.sf.saxon.expr.parser.Token
"declare revalidation"
DECLARE_UPDATING - Static variable in class net.sf.saxon.expr.parser.Token
"declare updating [function]"
DECLARE_VARIABLE - Static variable in class net.sf.saxon.expr.parser.Token
"declare variable"
declareActiveNamespace(String, String) - Method in class net.sf.saxon.query.QueryModule
Declare an active namespace, that is, a namespace which as well as affecting the static context of the query, will also be copied to the result tree when element constructors are evaluated.
declareAllNamespaces() - Method in class net.sf.saxon.event.StartTagBuffer
Signal namespace events for all in-scope namespaces to the current receiver in the pipeline
declareBuiltInExtensionElementNamespaces() - Method in class com.saxonica.config.EnterpriseConfiguration
Declare the built-in XSLT extension element namespaces
declareBuiltInExtensionElementNamespaces() - Method in class com.saxonica.config.ProfessionalConfiguration
Declare the built-in XSLT extension element namespaces
declareBuiltInExtensionFunctions() - Method in class com.saxonica.config.ProfessionalConfiguration
Declare built-in extension functions
declareCollation(String, Comparator) - Method in class net.sf.saxon.query.StaticQueryContext
Declare a named collation.
declareCollation(String, StringCollator) - Method in class net.sf.saxon.query.StaticQueryContext
Declare a named collation.
declareCollation(String, Collator) - Method in class net.sf.saxon.s9api.XPathCompiler
Bind a collation URI to a collation
declareCollation(String, Collator) - Method in class net.sf.saxon.s9api.XQueryCompiler
Bind a collation URI to a collation
declareCollation(String, Collator) - Method in class net.sf.saxon.s9api.XsltCompiler
Bind a collation URI to a collation
declareCollation(String, StringCollator, boolean) - Method in class net.sf.saxon.sxpath.AbstractStaticContext
Declare a named collation
declareDefaultCollation(String) - Method in class net.sf.saxon.query.StaticQueryContext
Set the default collation.
declareDefaultCollation(String) - Method in class net.sf.saxon.s9api.XPathCompiler
Declare the default collation
declareDefaultCollation(String) - Method in class net.sf.saxon.s9api.XQueryCompiler
Declare the default collation
declareDefaultCollation(String) - Method in class net.sf.saxon.s9api.XsltCompiler
Declare the default collation
declareFunction(XQueryFunction) - Method in class net.sf.saxon.query.QueryModule
Register a user-defined XQuery function.
declareFunction(XQueryFunction) - Method in class net.sf.saxon.query.XQueryFunctionLibrary
Register a user-defined XQuery function
declareGlobalVariable(StructuredQName, SequenceType, Sequence, boolean) - Method in class net.sf.saxon.query.StaticQueryContext
Declare a global variable.
declareJavaClass(String, Class) - Method in class com.saxonica.config.JavaExtensionLibrary
Declare a mapping from a specific namespace URI to a Java class
declareNamespace(String, String) - Method in class com.saxonica.schema.SchemaModelSerializer
 
declareNamespace(String, String) - Method in interface javax.xml.xquery.XQStaticContext
Declares a namespace prefix and associates it with a namespace URI.
declareNamespace(String, String) - Method in class net.sf.saxon.query.StaticQueryContext
Declare a namespace whose prefix can be used in expressions.
declareNamespace(String, String) - Method in class net.sf.saxon.s9api.XPathCompiler
Declare a namespace binding as part of the static context for XPath expressions compiled using this XPathCompiler
declareNamespace(String, String) - Method in class net.sf.saxon.s9api.XQueryCompiler
Declare a namespace binding as part of the static context for queries compiled using this XQueryCompiler.
declareNamespace(String, String) - Method in class net.sf.saxon.sxpath.IndependentContext
Declare a namespace whose prefix can be used in expressions
declareNamespace(String, String) - Method in class net.sf.saxon.xqj.SaxonXQStaticContext
 
declareNamespacesForStartElement() - Method in class net.sf.saxon.event.IDFilter
 
declareNamespacesForStartElement() - Method in class net.sf.saxon.event.StartTagBuffer
 
declarePrologNamespace(String, String) - Method in class net.sf.saxon.query.QueryModule
Register a namespace that is explicitly declared in the prolog of the query module.
declareRangeVariable(Binding) - Method in class net.sf.saxon.expr.parser.ExpressionParser
Declare a range variable (record its existence within the parser).
declareVariable(GlobalVariable) - Method in class net.sf.saxon.query.QueryModule
Declare a global variable.
declareVariable(QName) - Method in class net.sf.saxon.s9api.XPathCompiler
Declare a variable as part of the static context for XPath expressions compiled using this XPathCompiler.
declareVariable(QName, ItemType, OccurrenceIndicator) - Method in class net.sf.saxon.s9api.XPathCompiler
Declare a variable as part of the static context for XPath expressions compiled using this XPathCompiler.
declareVariable(QNameValue) - Method in class net.sf.saxon.sxpath.IndependentContext
Declare a variable.
declareVariable(String, String) - Method in class net.sf.saxon.sxpath.IndependentContext
Declare a variable.
declareVariable(StructuredQName) - Method in class net.sf.saxon.sxpath.IndependentContext
Declare a variable.
declareVariable(String, String) - Method in class net.sf.saxon.sxpath.XPathEvaluator
Declare a variable, making it available for use within a subsequently-compiled XPath expression.
declareVariable(QNameValue) - Method in interface net.sf.saxon.sxpath.XPathStaticContext
Declare a variable.
declareVariable(String, String) - Method in interface net.sf.saxon.sxpath.XPathStaticContext
Declare a variable.
declareXQueryFunction(XQueryFunction) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
Declare an imported XQuery function
decode(String) - Static method in class net.sf.saxon.value.AnyURIValue
 
decode(CharSequence) - Static method in class net.sf.saxon.value.Base64BinaryValue
Decode a character string in base64 notation to yield the encoded octets
decodeUTF8(byte[], int) - Static method in class net.sf.saxon.serialize.charcode.UTF8CharacterSet
Decode a UTF8 character
Decomposer - Class in net.sf.saxon.evpull
This class takes a sequence of pull events and turns it into fully-decomposed form, that is, it takes and document and element nodes in the sequence and turns them into a subsequence consisting of a start element|document event, a content sequence, and an end element|document event, recursively.
Decomposer(EventIterator, PipelineConfiguration) - Constructor for class net.sf.saxon.evpull.Decomposer
Create a Decomposer, which turns an event sequence into fully decomposed form
Decomposer(NodeInfo, PipelineConfiguration) - Constructor for class net.sf.saxon.evpull.Decomposer
Create a Decomposer which returns the sequence of events corresponding to a particular node
DecomposingFeed - Class in com.saxonica.stream.feed
Appends the output of an ItemFeed to a SequenceReceiver
DecomposingFeed(SequenceReceiver) - Constructor for class com.saxonica.stream.feed.DecomposingFeed
 
DECOMPOSITION - Static variable in class net.sf.saxon.om.StandardNames
 
DedicatedStaticContext - Class in net.sf.saxon.sxpath
This implementation of the XPath static context is mainly used when XPath expressions are hosted in other Saxon processing contexts, for example in xsl:evaluate, or in XSD assertions
DedicatedStaticContext(Configuration) - Constructor for class net.sf.saxon.sxpath.DedicatedStaticContext
 
DedicatedStaticContext(IndependentContext) - Constructor for class net.sf.saxon.sxpath.DedicatedStaticContext
Create a DedicatedStaticContext as a copy of an IndependentContext
DEEP_COPY - Static variable in interface net.sf.saxon.trans.BuiltInRuleSet
 
DEEP_SKIP - Static variable in interface net.sf.saxon.trans.BuiltInRuleSet
 
DeepCopyRuleSet - Class in com.saxonica.xslt3.instruct
The built-in rule set introduced in XSLT 3.0, which performs a deep copy of any unmatched node.
DeepEqual - Class in com.saxonica.functions.extfn
Implements the saxon:deep-equal() function, a variant of fn:deep-equal that provides additional control over how the comparison is performed.
DeepEqual() - Constructor for class com.saxonica.functions.extfn.DeepEqual
 
DeepEqual - Class in net.sf.saxon.functions
XSLT 2.0 deep-equal() function.
DeepEqual() - Constructor for class net.sf.saxon.functions.DeepEqual
 
deepEquals(FunctionItem, XPathContext, AtomicComparer, int) - Method in class com.saxonica.functions.hof.AbstractFunctionItem
Test whether this FunctionItem is deep-equal to another function item, under the rules of the deep-equal function
deepEquals(FunctionItem, XPathContext, AtomicComparer, int) - Method in class com.saxonica.functions.map.ImmutableMap
Test whether this FunctionItem is deep-equal to another function item, under the rules of the deep-equal function
deepEquals(FunctionItem, XPathContext, AtomicComparer, int) - Method in class com.saxonica.functions.map.RangeKey
Test whether this FunctionItem is deep-equal to another function item, under the rules of the deep-equal function
deepEquals(FunctionItem, XPathContext, AtomicComparer, int) - Method in class com.saxonica.functions.map.SingletonMap
Test whether this FunctionItem is deep-equal to another function item, under the rules of the deep-equal function
deepEquals(SequenceIterator, SequenceIterator, AtomicComparer, XPathContext, int) - Static method in class net.sf.saxon.functions.DeepEqual
Determine when two sequences are deep-equal
deepEquals(FunctionItem, XPathContext, AtomicComparer, int) - Method in interface net.sf.saxon.om.FunctionItem
Test whether this FunctionItem is deep-equal to another function item, under the rules of the deep-equal function
DeepSkipRuleSet - Class in com.saxonica.xslt3.instruct
The rule set introduced in XSLT 3.0, which (for any kind of node) simply ignores the node and its descendants.
DEFAULT - Static variable in class net.sf.saxon.expr.parser.Token
Keyword "default"
DEFAULT - Static variable in class net.sf.saxon.lib.Validation
Code indicating that no specific validation options were requested
DEFAULT - Static variable in class net.sf.saxon.om.StandardNames
 
DEFAULT_COLLATION - Static variable in class net.sf.saxon.lib.FeatureKeys
This option determines the collation that is used for comparing strings when no explicit collation is requested.
DEFAULT_COLLATION - Static variable in class net.sf.saxon.om.StandardNames
 
DEFAULT_COLLECTION - Static variable in class net.sf.saxon.lib.FeatureKeys
This determines the collection that is used when the fn:collection() function is called with no arguments; the effect is the same as if it were called passing the URI that is the value of this configuration property.
DEFAULT_COUNTRY - Static variable in class net.sf.saxon.lib.FeatureKeys
This determines the country that is used by format-date() and similar functions if no country code is supplied explicitly.
DEFAULT_EXPRESSION - Static variable in class net.sf.saxon.trace.Location
DEFAULT clause within "typeswitch".
DEFAULT_LANGUAGE - Static variable in class net.sf.saxon.lib.FeatureKeys
This option determines the language that is used by format-date(), xsl:number and similar constructs if no language code is supplied explicitly.
DEFAULT_MODE - Static variable in class net.sf.saxon.om.StandardNames
 
DEFAULT_ORDER_FOR_EMPTY_SEQUENCES_GREATEST - Static variable in class javax.xml.xquery.XQConstants
The constant indicating that ordering of empty sequences and NaN values as keys in an order by clause in a FLWOR expression is "greatest".
DEFAULT_ORDER_FOR_EMPTY_SEQUENCES_LEAST - Static variable in class javax.xml.xquery.XQConstants
The constant indicating that ordering of empty sequences and NaN values as keys in an order by clause in a FLWOR expression is "least".
DEFAULT_STATE - Static variable in class net.sf.saxon.expr.parser.Tokenizer
Initial default state of the Tokenizer
DEFAULT_UNDECLARATION - Static variable in class net.sf.saxon.om.NamespaceBinding
 
DEFAULT_VALIDATION - Static variable in class net.sf.saxon.om.StandardNames
 
defaultCollation - Variable in class com.saxonica.functions.extfn.GeneralFilterFunction.GeneralFilterFunctionCall
 
DefaultCollation - Class in net.sf.saxon.functions
Implement the XPath 2.0 default-collation() function
DefaultCollation() - Constructor for class net.sf.saxon.functions.DefaultCollation
 
defaultCollationName - Variable in class net.sf.saxon.style.StyleElement
 
defaultContainer - Variable in class net.sf.saxon.expr.parser.ExpressionParser
 
defaultDestination(Configuration, OutputStream) - Static method in class net.sf.saxon.trace.ExpressionPresenter
Make a receiver, using default output properties, with serialized output going to a specified OutputStream
DEFAULTED_ATTRIBUTE - Static variable in class net.sf.saxon.event.ReceiverOptions
Flag indicating that an attribute value was added by the schema processor because a default value was specified
defaultOpenContentAppliesToEmpty() - Method in class com.saxonica.schema.sdoc.XSDSchema
Ask if the default open content wildcard applies to types that would otherwise have an EMPTY content model
defaultXPathNamespace - Variable in class net.sf.saxon.style.StyleElement
 
defineGlobalParameters() - Method in class net.sf.saxon.Controller
Register the global parameters of the transformation or query.
defineGlobalParameters(GlobalParameterSet) - Method in class net.sf.saxon.expr.instruct.Bindery
Define global parameters
definesExcludedNamespace(String) - Method in class net.sf.saxon.style.StyleElement
Check whether this node excludes a particular namespace from the result.
definesExtensionElement(String) - Method in class net.sf.saxon.style.StyleElement
Check whether a particular extension element namespace is defined on this node.
definesParameterValues() - Method in class net.sf.saxon.trans.CommandLineOptions
Test whether there is any keyword=value option present
deIndex(NodeImpl) - Method in class net.sf.saxon.tree.linked.DocumentImpl
Remove a node from any indexes when it is detached from the tree
delete(String) - Static method in class com.saxonica.functions.extfn.EXPathFile
 
delete(String, boolean) - Static method in class com.saxonica.functions.extfn.EXPathFile
 
delete() - Method in interface net.sf.saxon.om.MutableNodeInfo
Delete this node (that is, detach it from its parent).
delete() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Delete this node (that is, detach it from its parent)
delete() - Method in class net.sf.saxon.tree.linked.ElementImpl
Delete this node (that is, detach it from its parent)
delete() - Method in class net.sf.saxon.tree.linked.NodeImpl
Delete this node (that is, detach it from its parent)
delete() - Method in class net.sf.saxon.tree.util.Orphan
Delete this node (that is, detach it from its parent).
DELETE_EXPRESSION - Static variable in class net.sf.saxon.trace.Location
An XPath or XQuery delete expression.
DELETE_NODE - Static variable in class net.sf.saxon.expr.parser.Token
"delete node/nodes"
DeleteAction - Class in com.saxonica.update
A pending update action representing the effect of a delete expression
DeleteAction(NodeInfo) - Constructor for class com.saxonica.update.DeleteAction
Create a DeleteAction
deleteData(int, int) - Method in class net.sf.saxon.dom.TextOverNodeInfo
Remove a range of 16-bit units from the node.
DeleteExpression - Class in com.saxonica.update
A delete expression in XQuery Update
DeleteExpression(Expression) - Constructor for class com.saxonica.update.DeleteExpression
Create a DeleteExpression
DEPENDENCY_MASK - Static variable in class net.sf.saxon.expr.StaticProperty
Mask to select all the dependency bits
DEPENDS_ON_ASSIGNABLE_GLOBALS - Static variable in class net.sf.saxon.expr.StaticProperty
Bit setting: Expression depends on assignable global variables
DEPENDS_ON_CONTEXT_DOCUMENT - Static variable in class net.sf.saxon.expr.StaticProperty
Bit setting: Expression depends on the document containing the context node
DEPENDS_ON_CONTEXT_ITEM - Static variable in class net.sf.saxon.expr.StaticProperty
Bit setting: Expression depends on context item
DEPENDS_ON_CURRENT_GROUP - Static variable in class net.sf.saxon.expr.StaticProperty
Bit setting: Expression depends on current-group() and/or current-grouping-key()
DEPENDS_ON_CURRENT_ITEM - Static variable in class net.sf.saxon.expr.StaticProperty
Bit setting: Expression depends on current() item
DEPENDS_ON_FOCUS - Static variable in class net.sf.saxon.expr.StaticProperty
Combination of bits representing dependencies on the focus
DEPENDS_ON_LAST - Static variable in class net.sf.saxon.expr.StaticProperty
Bit setting: Expression depends on last()
DEPENDS_ON_LOCAL_VARIABLES - Static variable in class net.sf.saxon.expr.StaticProperty
Bit setting: Expression depends on local variables
DEPENDS_ON_NON_DOCUMENT_FOCUS - Static variable in class net.sf.saxon.expr.StaticProperty
Combination of bits representing dependencies on the focus, but excluding dependencies on the current document
DEPENDS_ON_POSITION - Static variable in class net.sf.saxon.expr.StaticProperty
Bit setting: Expression depends on position()
DEPENDS_ON_REGEX_GROUP - Static variable in class net.sf.saxon.expr.StaticProperty
Bit setting: Expression depends on regex-group()
DEPENDS_ON_RUNTIME_ENVIRONMENT - Static variable in class net.sf.saxon.expr.StaticProperty
Bit setting: Expression can't be evaluated at compile time for reasons other than the above
DEPENDS_ON_STATIC_CONTEXT - Static variable in class net.sf.saxon.functions.StandardFunction
 
DEPENDS_ON_USER_FUNCTIONS - Static variable in class net.sf.saxon.expr.StaticProperty
Bit setting: Expression depends on user-defined functions
DEPENDS_ON_XSLT_CONTEXT - Static variable in class net.sf.saxon.expr.StaticProperty
Combination of bits representing dependencies on the XSLT context
dependsOnFocus() - Method in class com.saxonica.functions.extfn.DynamicErrorInfo
Ask whether the result of the function depends on the focus
dependsOnFocus() - Method in class com.saxonica.functions.extfn.Eval
Ask whether the result of the function depends on the focus
dependsOnFocus() - Method in class com.saxonica.functions.extfn.Evaluate
Ask whether the result of the function depends on the focus
dependsOnFocus() - Method in class com.saxonica.functions.extfn.QueryFn
Ask whether the result of the function depends on the focus
dependsOnFocus() - Method in class com.saxonica.functions.hof.DynamicFunctionCallDefinition
Ask whether the result of the function depends on the focus, or on other variable parts of the context.
dependsOnFocus(Expression) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
Ask whether an expression has a dependency on the focus
dependsOnFocus() - Method in class net.sf.saxon.lib.ExtensionFunctionDefinition
Ask whether the result of the function depends on the focus, or on other variable parts of the context.
dependsOnVariable(Expression, Binding[]) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
Determine whether an expression depends on any one of a set of variables
depict(Item) - Static method in class net.sf.saxon.trans.Err
Create a string representation of an item for use in an error message
depictSequenceStart(SequenceIterator, int) - Static method in class net.sf.saxon.expr.CardinalityChecker
Show the first couple of items in a sequence in an error message
depth - Variable in class net.sf.saxon.tree.tiny.TinyTree
 
depth - Variable in class net.sf.saxon.value.Closure
 
Deref - Class in com.saxonica.functions.extfn
This class implements the extension function saxon:ref().
Deref() - Constructor for class com.saxonica.functions.extfn.Deref
 
dereference(String) - Method in interface net.sf.saxon.lib.RelativeURIResolver
Called by the processor when it encounters an xsl:include, xsl:import, or document() function.
deregisterID(String) - Method in class net.sf.saxon.tree.linked.DocumentImpl
Remove the entry for a given ID (when nodes are deleted).
DERIVATION_EXTENSION - Static variable in interface net.sf.saxon.type.SchemaType
If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the derivation by extension.
DERIVATION_LIST - Static variable in interface net.sf.saxon.type.SchemaType
If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the list.
DERIVATION_RESTRICTION - Static variable in interface net.sf.saxon.type.SchemaType
If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the derivation by restriction if complex types are involved, or a restriction if simple types are involved.
DERIVATION_UNION - Static variable in interface net.sf.saxon.type.SchemaType
If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the union if simple types are involved.
DERIVE_BY_SUBSTITUTION - Static variable in interface net.sf.saxon.type.SchemaType
Derivation by substitution.
DESCENDANT - Static variable in class net.sf.saxon.om.AxisInfo
Constant representing the descendant axis
DESCENDANT_OR_SELF - Static variable in class net.sf.saxon.om.AxisInfo
Constant representing the descendant-or-self axis
DescendingComparer - Class in net.sf.saxon.expr.sort
A Comparer used for comparing descending keys.
DescendingComparer(AtomicComparer) - Constructor for class net.sf.saxon.expr.sort.DescendingComparer
 
destination - Variable in class net.sf.saxon.expr.flwor.ForClauseOuterPush
 
destination - Variable in class net.sf.saxon.expr.flwor.ForClausePush
 
Destination - Interface in net.sf.saxon.s9api
A Destination represents a place where XML can be sent.
determinize(SchemaCompiler, FiniteStateMachine) - Static method in class com.saxonica.schema.fsa.FiniteStateMachine
Determinize the finite state machine: that is, ensure that there are no ambiguous transitions from this state.
DeterminizedState - Class in com.saxonica.schema.fsa
A state in a determinized finite state machine
DeterminizedState(FiniteStateMachine) - Constructor for class com.saxonica.schema.fsa.DeterminizedState
Create a new state
DFLT - Static variable in class net.sf.saxon.om.StandardNames
 
diagnosticDisplay(String) - Static method in class net.sf.saxon.value.StringValue
Produce a diagnostic representation of the contents of the string
diagnosticDump(PrintStream) - Method in class net.sf.saxon.expr.parser.PathMap
Display a printed representation of the path map
diagnosticDump() - Method in class net.sf.saxon.om.NamePool
Diagnostic print of the namepool contents.
diagnosticDump() - Method in class net.sf.saxon.tree.tiny.TinyTree
Produce diagnostic print of main tree arrays
diagnosticDump(NodeInfo) - Static method in class net.sf.saxon.tree.tiny.TinyTree
Create diagnostic dump of the tree containing a particular node.
diagnosticDump() - Method in class net.sf.saxon.z.IntHashSet
Diagnostic output
DiagnosticNamePool - Class in net.sf.saxon.tree.util
This class provides a diagnostic wrapper for the real NamePool.
DiagnosticNamePool() - Constructor for class net.sf.saxon.tree.util.DiagnosticNamePool
 
diagnosticPrint(CharSequence) - Static method in class net.sf.saxon.tree.util.FastStringBuffer
Diagnostic print of the contents of a CharSequence.
difference(XPathContext, String, String) - Static method in class net.sf.saxon.option.exslt.Date
The date:difference function returns the duration between the first date and the second date.
difference(SequenceIterator, SequenceIterator) - Static method in class net.sf.saxon.option.exslt.Sets
Return the difference of two node-sets (interpreted as sequences of nodes that must be supplied in document order)
DifferenceEnumeration - Class in net.sf.saxon.expr
An enumeration representing a nodeset that is teh difference of two other NodeSets.
DifferenceEnumeration(SequenceIterator, SequenceIterator, ItemOrderComparer) - Constructor for class net.sf.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.
DIGIT - Static variable in class net.sf.saxon.om.StandardNames
 
DIGIT - Static variable in class net.sf.saxon.trans.DecimalSymbols
 
DigitsFacet - Class in com.saxonica.schema
Represents either of the facets totalDigits or fractionDigits
DigitsFacet() - Constructor for class com.saxonica.schema.DigitsFacet
 
directoryContents(File, URIQueryParameters, XPathContext) - Method in class com.saxonica.expr.ee.MultithreadedCollectionURIResolver
Return the contents of a collection as a sequenceIterator to a directory in filestore
directoryContents(File, URIQueryParameters, XPathContext) - Method in class net.sf.saxon.lib.StandardCollectionURIResolver
Return the contents of a collection that maps to a directory in filestore
dirName(String) - Static method in class com.saxonica.functions.extfn.EXPathFile
 
dirSeparator() - Static method in class com.saxonica.functions.extfn.EXPathFile
 
DISABLE_CHARACTER_MAPS - Static variable in class net.sf.saxon.event.ReceiverOptions
Flag to disable use of character maps
DISABLE_ESCAPING - Static variable in class net.sf.saxon.event.ReceiverOptions
Flag to disable output escaping
DISABLE_OUTPUT_ESCAPING - Static variable in class net.sf.saxon.om.StandardNames
 
disallowedAtStartOfRelativePath() - Method in class net.sf.saxon.expr.parser.ExpressionParser
Test whether the current token is one that is disallowed after a "leading lone slash".
DISALLOWS_CONTENT - Static variable in class net.sf.saxon.style.SourceBinding
 
disallowsQName(int) - Method in class com.saxonica.schema.Wildcard
Test whether a name is in the set of disallowed QNames
disallowUnionKeyword - Variable in class net.sf.saxon.expr.parser.Tokenizer
Flag to disallow "union" as a synonym for "|" when parsing XSLT 2.0 patterns
disallowUpdate() - Static method in class net.sf.saxon.dom.NodeOverNodeInfo
Internal method used to indicate that update operations are not allowed
discard(DocumentInfo) - Method in class net.sf.saxon.om.DocumentPool
Release a document from the document pool.
discardDocument(XPathContext, DocumentInfo) - Static method in class com.saxonica.functions.extfn.Extensions
Remove a document from the document pool.
discardIndexes(KeyManager) - Method in class net.sf.saxon.om.DocumentPool
Release all indexs for documents in this pool held by the KeyManager
DISINHERIT_NAMESPACES - Static variable in class net.sf.saxon.event.ReceiverOptions
Flag passed on startElement indicating that the element does not inherit the namespaces of its ancestors.
DISJOINT - Static variable in class net.sf.saxon.type.TypeHierarchy
Constant denoting relationship between two types: A is disjoint from B
display(HashMap<AutomatonState, Integer>) - Method in class com.saxonica.schema.fsa.AutomatonState
Display the finite state machine reachable from this state.
display(PrintStream) - Method in class com.saxonica.schema.fsa.FiniteStateMachine
Display the finite state machine.
display(PrintStream) - Method in class net.sf.saxon.regex.REProgram
Output a human-readable printout of the program
display() - Method in class net.sf.saxon.z.IntHashMap
Diagnostic display of contents
DISPLAY_BYTE_CODE - Static variable in class net.sf.saxon.lib.FeatureKeys
This option is set to indicate that bytecode generation should be run in display mode.
displayLambdaTransitions() - Method in class com.saxonica.schema.fsa.AutomatonState
Display the lambda transitions available from this state
displayLambdaTransitions() - Method in class com.saxonica.schema.fsa.NonDeterminizedState
 
displayLicenseMessage() - Method in class com.saxonica.config.ProfessionalConfiguration
Display a message about the license status.
displayLicenseMessage(Configuration) - Method in class com.saxonica.config.Verifier
Display a message about the license status
displayLicenseMessage() - Method in class net.sf.saxon.Configuration
Display a message about the license status
displayOperator(Configuration) - Method in class net.sf.saxon.expr.AtomicSequenceConverter
 
displayOperator() - Method in class net.sf.saxon.expr.BinaryExpression
Display the operator used by this binary expression
displayOperator(Configuration) - Method in class net.sf.saxon.expr.NegateExpression
 
displayOperator() - Method in class net.sf.saxon.expr.SingletonIntersectExpression
Display the operator used by this binary expression
displayOperator(Configuration) - Method in class net.sf.saxon.expr.UnaryExpression
Give a string representation of the operator for use in diagnostics
displayOperator(Configuration) - Method in class net.sf.saxon.expr.UntypedSequenceConverter
 
displayPermittedOptions() - Method in class net.sf.saxon.trans.CommandLineOptions
Display the list the permitted options
displayRow(AtomicSequence[]) - Method in class com.saxonica.validate.SelectorWatch
Internal method to display the contents of a row, for diagnostics
displayState(PrintStream) - Method in class com.saxonica.schema.fsa.AutomatonState
Display the finite state machine reachable from this state.
displayTypeName(Item) - Static method in class net.sf.saxon.type.Type
Output (for diagnostics) a representation of the type of an item.
displayTypeName() - Method in class net.sf.saxon.value.ObjectValue
Display the type name for use in error messages
DistinctValues - Class in net.sf.saxon.functions
The XPath 2.0 distinct-values() function
DistinctValues() - Constructor for class net.sf.saxon.functions.DistinctValues
 
DistinctValues.DistinctIterator - Class in net.sf.saxon.functions
Iterator class to return the distinct values in a sequence
DistinctValues.DistinctIterator(SequenceIterator, AtomicComparer) - Constructor for class net.sf.saxon.functions.DistinctValues.DistinctIterator
Create an iterator over the distinct values in a sequence
DistinctValuesAdjunct - Class in com.saxonica.stream.adjunct
Compile a distinct-values expression/instruction to streaming code.
DistinctValuesAdjunct() - Constructor for class com.saxonica.stream.adjunct.DistinctValuesAdjunct
 
DistinctValuesFeed - Class in com.saxonica.stream.feed
This class is used when a streaming template requests evaluation of the distinct-values() of the nodes selected by a path expression
DistinctValuesFeed(Expression, Feed, Stack<XPathContext>) - Constructor for class com.saxonica.stream.feed.DistinctValuesFeed
 
DIV - Static variable in class net.sf.saxon.expr.Calculator
 
DIV - Static variable in class net.sf.saxon.expr.parser.Token
Operator "div"
div(IntegerValue) - Method in class net.sf.saxon.value.BigIntegerValue
Divide by another integer
div(IntegerValue) - Method in class net.sf.saxon.value.Int64Value
Divide by another integer
div(IntegerValue) - Method in class net.sf.saxon.value.IntegerValue
Divide by another integer
divide(DurationValue) - Method in class net.sf.saxon.value.DayTimeDurationValue
Find the ratio between two durations
divide(DurationValue) - Method in class net.sf.saxon.value.DurationValue
Divide a duration by a another duration
divide(DurationValue) - Method in class net.sf.saxon.value.YearMonthDurationValue
Find the ratio between two durations
DIVIDE_PRECISION - Static variable in class net.sf.saxon.value.DecimalValue
 
DivisibleInstruction - Interface in com.saxonica.stream.adjunct
This interface is implemented by instructions that can be executed in streaming mode.
DO_NOT_RECOVER - Static variable in class net.sf.saxon.Configuration
Constant indicating that when a recoverable error occurs, the processor should not attempt to take the defined recovery action, but should terminate with an error.
Doc - Class in net.sf.saxon.functions
Implement the fn:doc() function - a simplified form of the Document function
Doc() - Constructor for class net.sf.saxon.functions.Doc
 
DocAvailable - Class in net.sf.saxon.functions
Implement the fn:doc-available() function
DocAvailable() - Constructor for class net.sf.saxon.functions.DocAvailable
 
docAvailable(String, XPathContext) - Method in class net.sf.saxon.functions.DocAvailable
 
DocCompiler - Class in com.saxonica.bytecode
Generate bytecode to evaluate a Doc function
DocCompiler() - Constructor for class com.saxonica.bytecode.DocCompiler
 
doChameleonTransformation(Source, SchemaElement) - Method in class com.saxonica.schema.SchemaCompiler
Do the chameleon transformation on a source schema document
Doctype - Class in net.sf.saxon.expr.instruct
A saxon:doctype element in the stylesheet.
Doctype(Expression) - Constructor for class net.sf.saxon.expr.instruct.Doctype
 
DOCTYPE_PUBLIC - Static variable in class net.sf.saxon.om.StandardNames
 
DOCTYPE_SYSTEM - Static variable in class net.sf.saxon.om.StandardNames
 
document - Variable in class com.saxonica.bytecode.map.KeyMappingFunction
 
DOCUMENT - Static variable in class net.sf.saxon.pattern.NodeKindTest
 
DOCUMENT - Static variable in class net.sf.saxon.type.Type
Item type representing a document node
DocumentBuilder - Class in net.sf.saxon.s9api
A document builder holds properties controlling how a Saxon document tree should be built, and provides methods to invoke the tree construction.
DocumentBuilder(Configuration) - Constructor for class net.sf.saxon.s9api.DocumentBuilder
Create a DocumentBuilder.
DocumentBuilderImpl - Class in net.sf.saxon.dom
This class implements the JAXP DocumentBuilder interface, allowing a Saxon TinyTree to be constructed using standard JAXP parsing interfaces.
DocumentBuilderImpl() - Constructor for class net.sf.saxon.dom.DocumentBuilderImpl
 
DocumentEventIgnorer - Class in com.saxonica.pull
This is a filter that can be added to a pull pipeline to remove START_DOCUMENT and END_DOCUMENT events.
DocumentEventIgnorer(PullProvider) - Constructor for class com.saxonica.pull.DocumentEventIgnorer
 
DocumentFn - Class in net.sf.saxon.functions
Implements the XSLT document() function
DocumentFn() - Constructor for class net.sf.saxon.functions.DocumentFn
 
DocumentImpl - Class in net.sf.saxon.tree.linked
A node in the XML parse tree representing the Document itself (or equivalently, the root node of the Document).
DocumentImpl() - Constructor for class net.sf.saxon.tree.linked.DocumentImpl
Create a DocumentImpl
DocumentInfo - Interface in net.sf.saxon.om
This interface represents a document node as defined in the XPath 2.0 data model.
DocumentInstr - Class in net.sf.saxon.expr.instruct
An instruction to create a document node.
DocumentInstr(boolean, String, String) - Constructor for class net.sf.saxon.expr.instruct.DocumentInstr
Create a document constructor instruction
DocumentInstrAdjunct - Class in com.saxonica.stream.adjunct
Compile a xsl:document instruction to streaming code.
DocumentInstrAdjunct() - Constructor for class com.saxonica.stream.adjunct.DocumentInstrAdjunct
 
DocumentInstrCompiler - Class in com.saxonica.bytecode
Generate bytecode for the xsl:document instruction in XSLT or the document-node{} constructor in XQuery
DocumentInstrCompiler() - Constructor for class com.saxonica.bytecode.DocumentInstrCompiler
 
DocumentNodeTest - Class in net.sf.saxon.pattern
A DocumentNodeTest implements the test document-node(element(~,~))
DocumentNodeTest(NodeTest) - Constructor for class net.sf.saxon.pattern.DocumentNodeTest
 
documentNumber - Variable in class net.sf.saxon.dom.DocumentWrapper
 
documentNumber - Variable in class net.sf.saxon.option.axiom.AxiomDocumentWrapper
 
documentNumber - Variable in class net.sf.saxon.option.dom4j.DOM4JDocumentWrapper
 
documentNumber - Variable in class net.sf.saxon.option.jdom.JDOMDocumentWrapper
 
documentNumber - Variable in class net.sf.saxon.option.jdom2.JDOM2DocumentWrapper
 
documentNumber - Variable in class net.sf.saxon.option.xom.XOMDocumentWrapper
 
documentNumber - Variable in class net.sf.saxon.tree.tiny.TinyTree
 
documentNumber - Variable in class net.sf.saxon.tree.wrapper.VirtualCopy
 
DocumentNumberAllocator - Class in net.sf.saxon.tree.util
This class (which has one instance per Configuration) is used to allocate unique document numbers.
DocumentNumberAllocator() - Constructor for class net.sf.saxon.tree.util.DocumentNumberAllocator
 
DocumentOrderIterator - Class in net.sf.saxon.expr.sort
DocumentOrderIterator takes as input an iteration of nodes in any order, and returns as output an iteration of the same nodes in document order, eliminating any duplicates.
DocumentOrderIterator(SequenceIterator, ItemOrderComparer) - Constructor for class net.sf.saxon.expr.sort.DocumentOrderIterator
Iterate over a sequence in document order.
DocumentOverNodeInfo - Class in net.sf.saxon.dom
This class is an implementation of the DOM Document class that wraps a Saxon DocumentInfo representation of a document node.
DocumentOverNodeInfo() - Constructor for class net.sf.saxon.dom.DocumentOverNodeInfo
 
DocumentPool - Class in net.sf.saxon.om
An object representing the collection of documents handled during a single transformation.
DocumentPool() - Constructor for class net.sf.saxon.om.DocumentPool
 
DocumentSorter - Class in net.sf.saxon.expr.sort
A DocumentSorter is an expression that sorts a sequence of nodes into document order.
DocumentSorter(Expression) - Constructor for class net.sf.saxon.expr.sort.DocumentSorter
 
DocumentSorterCompiler - Class in com.saxonica.bytecode
Generate bytecode for a call to the DocumentSorter
DocumentSorterCompiler() - Constructor for class com.saxonica.bytecode.DocumentSorterCompiler
 
DocumentURI - Class in net.sf.saxon.om
This class encapsulates a string used as the value of the document-uri() property of a document, together with a normalized representation of the string used for equality comparisons.
DocumentURI(String) - Constructor for class net.sf.saxon.om.DocumentURI
Create a DocumentURI object that wraps a given URI
DocumentUriFn - Class in net.sf.saxon.functions
This class supports the document-uri() function
DocumentUriFn() - Constructor for class net.sf.saxon.functions.DocumentUriFn
 
DocumentValidator - Class in com.saxonica.validate
DocumentValidator checks that a document is well-formed: specifically, that it contains a single element node child and no text node children.
DocumentValidator(Receiver) - Constructor for class com.saxonica.validate.DocumentValidator
 
DocumentWrapper - Class in net.sf.saxon.dom
The document node of a tree implemented as a wrapper around a DOM Document.
DocumentWrapper(Node, String, Configuration) - Constructor for class net.sf.saxon.dom.DocumentWrapper
Wrap a DOM Document or DocumentFragment node
docWrapper - Variable in class net.sf.saxon.dom.DOMNodeWrapper
 
docWrapper - Variable in class net.sf.saxon.option.axiom.AxiomElementNodeWrapper
 
docWrapper - Variable in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
 
docWrapper - Variable in class net.sf.saxon.option.jdom.JDOMNodeWrapper
 
docWrapper - Variable in class net.sf.saxon.option.jdom2.JDOM2NodeWrapper
 
docWrapper - Variable in class net.sf.saxon.option.xom.XOMNodeWrapper
 
docWrapper - Variable in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
 
DOLLAR - Static variable in class net.sf.saxon.expr.parser.Token
"$" symbol
DOM4JDocumentWrapper - Class in net.sf.saxon.option.dom4j
The root node of an XPath tree.
DOM4JDocumentWrapper(Document, String, Configuration) - Constructor for class net.sf.saxon.option.dom4j.DOM4JDocumentWrapper
Create a Saxon wrapper for a dom4j document
DOM4JNodeWrapper - Class in net.sf.saxon.option.dom4j
A node in the XML parse tree representing an XML element, character content, or attribute.
DOM4JNodeWrapper(Node, DOM4JNodeWrapper, int) - Constructor for class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
This constructor is protected: nodes should be created using the wrap factory method on the DocumentWrapper class
DOM4JObjectModel - Class in net.sf.saxon.option.dom4j
This class is the DOM4J implementation of Saxon's ExternalObjectModel interface; it supports the wrapping of DOM4J documents as instances of the Saxon NodeInfo interface.
DOM4JObjectModel() - Constructor for class net.sf.saxon.option.dom4j.DOM4JObjectModel
 
DOM4JWriter - Class in net.sf.saxon.option.dom4j
JDOMWriter is a Receiver that constructs a JDOM document from the stream of events
DOM4JWriter(PipelineConfiguration) - Constructor for class net.sf.saxon.option.dom4j.DOM4JWriter
Create a JDOMWriter using the default node factory
DOMDestination - Class in net.sf.saxon.s9api
This class represents a Destination (for example, the destination of the output of a transformation) in which the results are written to a newly constructed DOM tree in memory.
DOMDestination(Document) - Constructor for class net.sf.saxon.s9api.DOMDestination
Create a DOMDestination, supplying the root of a DOM document to which the content of the result tree will be appended.
DOMEnvelope - Class in net.sf.saxon.dom
DOMEnvelope is an object model representation in which DOM interfaces are wrapped around Saxon NodeInfo nodes: that is, it implements the DOM on top of a Saxon tree implementation such as the tiny tree or linked tree.
DOMEnvelope() - Constructor for class net.sf.saxon.dom.DOMEnvelope
Public constructor.
DOMExceptionImpl - Exception in net.sf.saxon.dom
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 exception net.sf.saxon.dom.DOMExceptionImpl
 
domLevel3 - Variable in class net.sf.saxon.dom.DocumentWrapper
 
DOMNodeList - Class in net.sf.saxon.dom
This class wraps a list of nodes as a DOM NodeList
DOMNodeList(List<Node>) - Constructor for class net.sf.saxon.dom.DOMNodeList
Construct an node list that wraps a supplied list of DOM Nodes.
DOMNodeWrapper - Class in net.sf.saxon.dom
A node in the XML parse tree representing an XML element, character content, or attribute.
DOMNodeWrapper(Node, DocumentWrapper, DOMNodeWrapper, int) - Constructor for class net.sf.saxon.dom.DOMNodeWrapper
This constructor is protected: nodes should be created using the makeWrapper factory method
DOMObjectModel - Class in net.sf.saxon.dom
This interface must be implemented by any third-party object model that can be wrapped with a wrapper that implements the Saxon Object Model (the NodeInfo interface).
DOMObjectModel() - Constructor for class net.sf.saxon.dom.DOMObjectModel
Create an instance of the DOMObjectModel class.
DOMSender - Class in net.sf.saxon.dom
DOMSender.java: pseudo-SAX driver for a DOM source document.
DOMSender(Node, Receiver) - Constructor for class net.sf.saxon.dom.DOMSender
Create a DOMSender that will send events representing the nodes in a tree to a nominated receiver
DOMTransform - Class in net.sf.saxon.dom
Variant of command line net.sf.saxon.Transform do build the source document in DOM and then proceed with the transformation.
DOMTransform() - Constructor for class net.sf.saxon.dom.DOMTransform
 
DOMWriter - Class in net.sf.saxon.dom
DOMWriter is a Receiver that attaches the result tree to a specified Node in the DOM Document
DOMWriter() - Constructor for class net.sf.saxon.dom.DOMWriter
 
doOverrideTransformation(Source, SchemaElement) - Method in class com.saxonica.schema.SchemaCompiler
Do the override transformation on a source schema document
doPromotion(Expression, PromotionOffer) - Method in class net.sf.saxon.expr.Expression
Promote a subexpression if possible, and if the expression was changed, carry out housekeeping to reset the static properties and correct the parent pointers in the tree
doQuery(String[], String) - Method in class net.sf.saxon.Query
Support method for main program.
DOT - Static variable in class net.sf.saxon.expr.parser.Token
"." symbol
DOT_NET_TYPE - Static variable in class net.sf.saxon.lib.NamespaceConstant
Namespace for types representing external .NET objects
DOTDOT - Static variable in class net.sf.saxon.expr.parser.Token
".." symbol
DotNetLocalizerFactory - Class in com.saxonica.config
Default factory for number/date localizers for the .NET platform.
DotNetLocalizerFactory(Configuration) - Constructor for class com.saxonica.config.DotNetLocalizerFactory
 
doTransform(String[], String) - Method in class net.sf.saxon.Transform
Support method for main program.
DOUBLE - Static variable in class net.sf.saxon.s9api.ItemType
ItemType representing the primitive type xs:double
DOUBLE - Static variable in class net.sf.saxon.type.BuiltInAtomicType
 
DOUBLE_DECIMAL - Static variable in class net.sf.saxon.expr.Calculator
 
DOUBLE_DOUBLE - Static variable in class net.sf.saxon.expr.Calculator
Calculators used when the first operand is a double
DOUBLE_FLOAT - Static variable in class net.sf.saxon.expr.Calculator
 
DOUBLE_INTEGER - Static variable in class net.sf.saxon.expr.Calculator
 
DOUBLE_SPACE - Static variable in class net.sf.saxon.lib.SaxonOutputKeys
saxon:double-space = list of element names

DOUBLE_TO_DECIMAL - Static variable in class net.sf.saxon.type.Converter
 
DOUBLE_TO_INTEGER - Static variable in class net.sf.saxon.type.Converter
 
doubleKeywords - Static variable in class net.sf.saxon.expr.parser.Token
Lookup table for composite (two-keyword) tokens
DoubleSortComparer - Class in net.sf.saxon.expr.sort
An AtomicComparer used for sorting values that are known to be numeric.
DoubleToBooleanCompiler - Class in com.saxonica.bytecode.converter
Generate code for a Double to Boolean CastExpression
DoubleToBooleanCompiler() - Constructor for class com.saxonica.bytecode.converter.DoubleToBooleanCompiler
 
DoubleToFloatCompiler - Class in com.saxonica.bytecode.converter
Generate code for a Double to Float CastExpression
DoubleToFloatCompiler() - Constructor for class com.saxonica.bytecode.converter.DoubleToFloatCompiler
 
DoubleToIntegerCompiler - Class in com.saxonica.bytecode.converter
Generate code for a Double to Integer CastExpression
DoubleToIntegerCompiler() - Constructor for class com.saxonica.bytecode.converter.DoubleToIntegerCompiler
 
doubleToString(double) - Static method in class net.sf.saxon.value.DoubleValue
Internal method used for conversion of a double to a string
DoubleToStringCompiler - Class in com.saxonica.bytecode.converter
Generate code for a Double to String CastExpression
DoubleToStringCompiler() - Constructor for class com.saxonica.bytecode.converter.DoubleToStringCompiler
 
DoubleToUntypedAtomicCompiler - Class in com.saxonica.bytecode.converter
Generate code for a Double to UntypedAtomic CastExpression
DoubleToUntypedAtomicCompiler() - Constructor for class com.saxonica.bytecode.converter.DoubleToUntypedAtomicCompiler
 
DoubleValue - Class in net.sf.saxon.value
A numeric (double precision floating point) value
DoubleValue(double) - Constructor for class net.sf.saxon.value.DoubleValue
Constructor supplying a double
DoubleValue(double, AtomicType) - Constructor for class net.sf.saxon.value.DoubleValue
Constructor supplying a double and an AtomicType, for creating a value that belongs to a user-defined subtype of xs:double.
doValidate(String[]) - Method in class com.saxonica.Validate
Support method for main program.
DTD_VALIDATION - Static variable in class net.sf.saxon.lib.FeatureKeys
If true, the XML parser is requested to perform validation of source documents against their DTD.
DTD_VALIDATION_RECOVERABLE - Static variable in class net.sf.saxon.lib.FeatureKeys
This option determines whether DTD validation failures should be treated as recoverable.
DummyNamespaceResolver - Class in net.sf.saxon.expr.instruct
A dummy namespace resolver used when validating QName-valued attributes written to the result tree.
duplicate(String, String) - Method in class com.saxonica.schema.sdoc.SchemaElement
This method is called when two objects in the same symbol space within a schema have duplicate names
duplicateElement(String) - Method in class com.saxonica.schema.sdoc.SchemaElement
This method is called when two occurrences of a child element are found and only one is allowed.
duration(double) - Static method in class net.sf.saxon.option.exslt.Date
The date:duration function returns a duration string representing the number of seconds specified by the argument string.
DURATION - Static variable in class net.sf.saxon.s9api.ItemType
ItemType representing the primitive type xs:duration
DURATION - Static variable in class net.sf.saxon.type.BuiltInAtomicType
 
DURATION_DATETIME - Static variable in class net.sf.saxon.expr.Calculator
Calculators used when the second operand is xs:dateTime, xs:date, or xs:time, and the first is a duration
DURATION_DURATION - Static variable in class net.sf.saxon.expr.Calculator
Calculators used when the both operands are durations
DURATION_NUMERIC - Static variable in class net.sf.saxon.expr.Calculator
Calculators used when the first operand is a duration and the second is numeric
DURATION_TO_DAY_TIME_DURATION - Static variable in class net.sf.saxon.type.Converter
 
DURATION_TO_YEAR_MONTH_DURATION - Static variable in class net.sf.saxon.type.Converter
 
DurationValue - Class in net.sf.saxon.value
A value of type xs:duration
DurationValue() - Constructor for class net.sf.saxon.value.DurationValue
Private constructor for internal use
DurationValue(boolean, int, int, int, int, int, long, int) - Constructor for class net.sf.saxon.value.DurationValue
Constructor for xs:duration taking the components of the duration.
DurationValue(boolean, int, int, int, int, int, long, int, AtomicType) - Constructor for class net.sf.saxon.value.DurationValue
Constructor for xs:duration taking the components of the duration, plus a user-specified type which must be a subtype of xs:duration.
dynamicCall(Sequence[], XPathContext) - Method in class net.sf.saxon.expr.UserFunctionCall
Call the function dynamically.
dynamicError(String, String) - Method in class com.saxonica.bytecode.GeneratedCode
Helper method for use at run-time allowing the generated code to throw a dynamic error
dynamicError(String, String, XPathContext) - Method in class net.sf.saxon.expr.Expression
Method used in subclasses to signal a dynamic error
dynamicError(SourceLocator, XPathException, XPathContext) - Static method in class net.sf.saxon.expr.instruct.Instruction
Construct an exception with diagnostic information.
DynamicErrorInfo - Class in com.saxonica.functions.extfn
This class implements the extension function saxon:dynamic-error-info(), which underpins the variables accessible within saxon:catch such as $err:code etc.
DynamicErrorInfo() - Constructor for class com.saxonica.functions.extfn.DynamicErrorInfo
 
DynamicFunctionCallDefinition - Class in com.saxonica.functions.hof
This class implements the extension function saxon:call(), which calls a FunctionItem The first argument is the FunctionItem object, the remaining arguments are the parameters to be supplied in the call.
DynamicFunctionCallDefinition() - Constructor for class com.saxonica.functions.hof.DynamicFunctionCallDefinition
 
DynamicFunctionCallDefinition.DynamicFunctionCall - Class in com.saxonica.functions.hof
 
DynamicFunctionCallDefinition.DynamicFunctionCall() - Constructor for class com.saxonica.functions.hof.DynamicFunctionCallDefinition.DynamicFunctionCall
 
DynamicLoader - Class in net.sf.saxon.trans
Utility class used to perform dynamic loading of user-hook implementations
DynamicLoader() - Constructor for class net.sf.saxon.trans.DynamicLoader
 
DynamicLoaderEE - Class in com.saxonica.config.ee
Specialization of DynamicLoader for use in Saxon-EE
DynamicLoaderEE() - Constructor for class com.saxonica.config.ee.DynamicLoaderEE
 
dynamicOutputElement - Variable in class net.sf.saxon.expr.instruct.ResultDocument
 
DynamicQueryContext - Class in net.sf.saxon.query
This object represents a dynamic context for query execution.
DynamicQueryContext(Configuration) - Constructor for class net.sf.saxon.query.DynamicQueryContext
Create the dynamic context for a query
dynamicStack - Variable in class net.sf.saxon.expr.StackFrame
 

E

eagerEvaluate(Expression, XPathContext) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
Evaluate an expression now; lazy evaluation is not permitted in this case
eagerEvaluationMode(Expression) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
Determine the method of evaluation to be used when lazy evaluation of an expression is preferred.
EagerLetExpression - Class in net.sf.saxon.expr
An EagerLetExpression is the same as a LetExpression except that the variable is evaluated using eager evaluation rather than lazy evaluation.
EagerLetExpression() - Constructor for class net.sf.saxon.expr.EagerLetExpression
 
EarlyEvaluationContext - Class in net.sf.saxon.expr
This class is an implementation of XPathContext used when evaluating constant sub-expressions at compile time.
EarlyEvaluationContext(Configuration, CollationMap) - Constructor for class net.sf.saxon.expr.EarlyEvaluationContext
Create an early evaluation context, used for evaluating constant expressions at compile time
ebvError(String) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
Report an error in computing the effective boolean value of an expression
ebvError(Expression, TypeHierarchy) - Static method in class net.sf.saxon.expr.parser.TypeChecker
Test whether a given expression is capable of returning a value that has an effective boolean value.
Edge - Class in com.saxonica.schema.fsa
Internal class to represent the data associated with a transition: the element that triggers the transition, and the new state that results from the transition.
Edge() - Constructor for class com.saxonica.schema.fsa.Edge
 
Edge.MaxOccursParticle - Class in com.saxonica.schema.fsa
 
Edge.MaxOccursTerm - Class in com.saxonica.schema.fsa
Special singular Term identifying a transition to be used when the maxOccurs value of a counting state is reached.
EFFECTIVE_BOOLEAN_VALUE - Static variable in class net.sf.saxon.expr.Expression
 
effectiveBooleanValue(AtomicValue) - Method in class com.saxonica.bytecode.GeneratedCode
 
effectiveBooleanValue(SequenceIterator) - Method in class com.saxonica.bytecode.GeneratedCode
 
effectiveBooleanValue(XPathContext) - Method in class com.saxonica.bytecode.GeneratedCode
Method that can be implemented in each generated subclass, to actually evaluate the compiled code.
effectiveBooleanValue(XPathContext) - Method in class com.saxonica.expr.ee.GeneralComparisonEE
Evaluate the expression in a boolean context
effectiveBooleanValue(XPathContext) - Method in class com.saxonica.expr.EquivalenceComparison
Evaluate the expression in a boolean context
effectiveBooleanValue(XPathContext) - Method in class com.saxonica.expr.IndexedLookupExpression
 
effectiveBooleanValue() - Method in class com.saxonica.expr.IndexedValue
 
effectiveBooleanValue() - Method in class com.saxonica.functions.hof.AbstractFunctionItem
 
effectiveBooleanValue() - Method in class com.saxonica.functions.map.ImmutableMap
 
effectiveBooleanValue() - Method in class com.saxonica.functions.map.RangeKey
Get the effective boolean value of this sequence
effectiveBooleanValue() - Method in class com.saxonica.functions.map.SingletonMap
 
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.expr.AndExpression
Evaluate as a boolean.
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.expr.BooleanExpression
Evaluate as a boolean.
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.expr.CastableExpression
 
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.expr.CastableToList
 
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.expr.CastableToUnion
 
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.expr.CompareToIntegerConstant
Get the effective boolean value of the expression.
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.expr.Expression
Get the effective boolean value of the expression.
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.expr.GeneralComparison
Evaluate the expression in a boolean context
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.expr.GeneralComparison10
Evaluate the expression giving a boolean result
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.expr.IdentityComparison
 
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.expr.InstanceOfExpression
Evaluate the expression as a boolean
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.expr.LetExpression
Get the effective boolean value of the expression.
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.expr.Literal
Get the effective boolean value of the expression.
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.expr.OrExpression
Evaluate as a boolean.
effectiveBooleanValue(SequenceIterator<? extends Item>) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
Determine the effective boolean value of a sequence, given an iterator over the sequence
effectiveBooleanValue(Item) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
Determine the effective boolean value of a single item
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.expr.QuantifiedExpression
Get the result as a boolean
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.expr.SingleNodeExpression
 
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.expr.SingletonIntersectExpression
Get the effective boolean value.
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.expr.sort.DocumentSorter
 
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.expr.ValueComparison
Evaluate the effective boolean value of the expression
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.expr.VennExpression
Get the effective boolean value.
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.functions.BooleanFn
Evaluate the effective boolean value
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.functions.Contains
Get the effective boolean value of the expression.
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.functions.Empty
Evaluate the function in a boolean context
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.functions.EndsWith
Get the effective boolean value of the expression.
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.functions.Exists
Evaluate the function in a boolean context
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.functions.IntegratedFunctionCall
Get the effective boolean value of the expression.
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.functions.NormalizeSpace_0
Get the effective boolean value of the expression.
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.functions.NormalizeSpace_1
Get the effective boolean value of the expression.
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.functions.NotFn
Evaluate the effective boolean value
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.functions.Reverse
 
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.functions.StartsWith
Get the effective boolean value of the expression.
effectiveBooleanValue(XPathContext, Sequence[]) - Method in class net.sf.saxon.lib.ExtensionFunctionCall
Compute the effective boolean value of the result.
effectiveBooleanValue() - Method in class net.sf.saxon.om.AtomicArray
 
effectiveBooleanValue() - Method in class net.sf.saxon.om.Chain
Get the effective boolean value of this sequence
effectiveBooleanValue() - Method in class net.sf.saxon.om.EmptyAtomicSequence
 
effectiveBooleanValue() - Method in interface net.sf.saxon.om.GroundedValue
Get the effective boolean value of this sequence
effectiveBooleanValue(XPathContext) - Method in class net.sf.saxon.pattern.PatternSponsor
Get the effective boolean value of the expression.
effectiveBooleanValue() - Method in class net.sf.saxon.s9api.XPathSelector
Evaluate the XPath expression, returning the effective boolean value of the result.
effectiveBooleanValue(XPathDynamicContext) - Method in class net.sf.saxon.sxpath.XPathExpression
Evaluate the expression, returning its effective boolean value
effectiveBooleanValue() - Method in class net.sf.saxon.value.AtomicValue
Get the effective boolean value of the value
effectiveBooleanValue() - Method in class net.sf.saxon.value.BigIntegerValue
Return the effective boolean value of this integer
effectiveBooleanValue() - Method in class net.sf.saxon.value.BooleanValue
Get the effective boolean value of this expression
effectiveBooleanValue() - Method in class net.sf.saxon.value.DecimalValue
 
effectiveBooleanValue() - Method in class net.sf.saxon.value.DoubleValue
Get the effective boolean value
effectiveBooleanValue() - Method in class net.sf.saxon.value.EmptySequence
Get the effective boolean value - always false
effectiveBooleanValue() - Method in class net.sf.saxon.value.FloatValue
Get the effective boolean value
effectiveBooleanValue() - Method in class net.sf.saxon.value.Int64Value
Return the effective boolean value of this integer
effectiveBooleanValue() - Method in class net.sf.saxon.value.IntegerRange
 
effectiveBooleanValue() - Method in class net.sf.saxon.value.ObjectValue
Get the effective boolean value of the value
effectiveBooleanValue() - Method in class net.sf.saxon.value.SequenceExtent
Get the effective boolean value
effectiveBooleanValue() - Method in class net.sf.saxon.value.SingletonItem
Get the effective boolean value
effectiveBooleanValue() - Method in class net.sf.saxon.value.StringValue
Get the effective boolean value of a string
elaborate(SchemaCompiler) - Method in class com.saxonica.schema.AllModelGroup
Elaborate the schema component: after reloading a serialized schema component model, this expands the component with derived information needed during validation episodes.
elaborate(SchemaCompiler) - Method in class com.saxonica.schema.AttributeGroupDecl
Elaborate the schema component: after reloading a serialized schema component model, this expands the component with derived information needed during validation episodes.
elaborate(SchemaCompiler) - Method in class com.saxonica.schema.AttributeGroupReference
Elaborate the schema component: after reloading a serialized schema component model, this expands the component with derived information needed during validation episodes.
elaborate(SchemaCompiler) - Method in class com.saxonica.schema.IdentityConstraint
Elaborate the schema component: after reloading a serialized schema component model, this expands the component with derived information needed during validation episodes.
elaborate(SchemaCompiler) - Method in class com.saxonica.schema.ModelGroupParticle
Elaborate the schema component: after reloading a serialized schema component model, this expands the component with derived information needed during validation episodes.
elaborate(SchemaCompiler) - Method in class com.saxonica.schema.Notation
Elaborate the schema component: after reloading a serialized schema component model, this expands the component with derived information needed during validation episodes.
elaborate(SchemaCompiler) - Method in class com.saxonica.schema.SchemaStructure
Elaborate the schema component: after reloading a serialized schema component model, this expands the component with derived information needed during validation episodes.
elaborate(SchemaCompiler) - Method in class com.saxonica.schema.UserComplexType
Elaborate the schema component: after reloading a serialized schema component model, this expands the component with derived information needed during validation episodes.
elaborate(SchemaCompiler) - Method in class com.saxonica.schema.UserListType
 
elaborate(SchemaCompiler) - Method in interface com.saxonica.schema.UserSchemaComponent
Elaborate the schema component: after reloading a serialized schema component model, this expands the component with derived information needed during validation episodes.
elaborate(SchemaCompiler) - Method in class com.saxonica.schema.UserSimpleType
Elaborate the schema component: after reloading a serialized schema component model, this expands the component with derived information needed during validation episodes.
elaborate(SchemaCompiler) - Method in class com.saxonica.schema.UserUnionType
 
ELEMENT - Static variable in class com.saxonica.schema.SymbolSpace
 
ELEMENT - Static variable in class net.sf.saxon.pattern.NodeKindTest
 
ELEMENT - Static variable in class net.sf.saxon.trans.Err
 
ELEMENT - Static variable in class net.sf.saxon.type.Type
Type representing an element node - element()
ELEMENT_QNAME - Static variable in class net.sf.saxon.expr.parser.Token
composite token <'element' QNAME> (XQuery only)
ELEMENT_WITH_ID - Static variable in class net.sf.saxon.functions.Id
 
ElementAvailable - Class in net.sf.saxon.functions
This class supports the XSLT element-available and function-available functions.
ElementAvailable() - Constructor for class net.sf.saxon.functions.ElementAvailable
 
elementCode - Variable in class net.sf.saxon.serialize.XMLEmitter
 
ElementCreator - Class in net.sf.saxon.expr.instruct
An instruction that creates an element node.
ElementCreator() - Constructor for class net.sf.saxon.expr.instruct.ElementCreator
Construct an ElementCreator.
ElementCreatorCompiler - Class in com.saxonica.bytecode
Generate bytecode.
ElementCreatorCompiler() - Constructor for class com.saxonica.bytecode.ElementCreatorCompiler
 
ElementDecl - Class in com.saxonica.schema
The object represents an element declaration in the schema.
ElementDecl(EnterpriseConfiguration, boolean, SourceLocator) - Constructor for class com.saxonica.schema.ElementDecl
Creates a new element declaration
ElementImpl - Class in net.sf.saxon.tree.linked
ElementImpl implements an element with no attributes or namespace declarations.
ElementImpl() - Constructor for class net.sf.saxon.tree.linked.ElementImpl
Construct an empty ElementImpl
ElementInstrAdjunct - Class in com.saxonica.stream.adjunct
Generate streaming code for an xsl:element instruction
ElementInstrAdjunct() - Constructor for class com.saxonica.stream.adjunct.ElementInstrAdjunct
 
elementLocationId - Variable in class net.sf.saxon.event.StartTagBuffer
 
elementNameCode - Variable in class net.sf.saxon.event.StartTagBuffer
 
ElementNameTracker - Class in com.saxonica.pull
This is a filter that can be added to a pull pipeline to remember element names so that they are available immediately after the END_ELEMENT event is notified
ElementNameTracker(PullProvider) - Constructor for class com.saxonica.pull.ElementNameTracker
 
ElementOverNodeInfo - Class in net.sf.saxon.dom
This class is an implementation of the DOM Element class that wraps a Saxon NodeInfo representation of an element node.
ElementOverNodeInfo() - Constructor for class net.sf.saxon.dom.ElementOverNodeInfo
 
ElementParticle - Class in com.saxonica.schema
A reference to an element declaration within the content model of a complex type.
ElementParticle(EnterpriseConfiguration, SourceLocator) - Constructor for class com.saxonica.schema.ElementParticle
Creates a new element particle
elementParticleMatches(ElementDecl, ElementDecl, SchemaCompiler) - Static method in class com.saxonica.schema.UserComplexType
Determine whether one element term matches another.
elementProperties - Variable in class net.sf.saxon.event.StartTagBuffer
 
ELEMENTS - Static variable in class net.sf.saxon.om.StandardNames
 
elementStack - Variable in class net.sf.saxon.serialize.XMLEmitter
 
elementStackTop - Variable in class com.saxonica.stream.watch.WatchManager
 
elementTypeCode - Variable in class net.sf.saxon.event.StartTagBuffer
 
ElementWildcard - Class in com.saxonica.schema
This class represents an element in the schema.
ElementWildcard(EnterpriseConfiguration) - Constructor for class com.saxonica.schema.ElementWildcard
 
ElementWildcard(Wildcard) - Constructor for class com.saxonica.schema.ElementWildcard
 
ELSE - Static variable in class net.sf.saxon.expr.parser.Token
Keyword "else"
ELSE_EXPRESSION - Static variable in class net.sf.saxon.trace.Location
An XPath or XQuery "else" clause.
emitAttribute(String, String) - Method in class com.saxonica.schema.SchemaModelSerializer
 
emitAttribute(String, String) - Method in class net.sf.saxon.trace.ExpressionPresenter
Output an attribute node
emitNamespaceContext(NamespaceResolver) - Method in class com.saxonica.schema.SchemaModelSerializer
 
Emitter - Class in net.sf.saxon.serialize
Emitter: This abstract class defines methods that must be implemented by components that format SAXON output.
Emitter() - Constructor for class net.sf.saxon.serialize.Emitter
 
emitTypedValue(AtomicSequence) - Method in class com.saxonica.schema.SchemaModelSerializer
 
EMPTY - Static variable in class net.sf.saxon.expr.instruct.SlotManager
An empty SlotManager
EMPTY - Static variable in class net.sf.saxon.expr.StackFrame
 
EMPTY - Static variable in class net.sf.saxon.expr.StaticProperty
Occurence indicator when an empty sequence is required
Empty - Class in net.sf.saxon.functions
Implementation of the fn:exists function
Empty() - Constructor for class net.sf.saxon.functions.Empty
 
EMPTY - Static variable in class net.sf.saxon.functions.StandardFunction
 
EMPTY - Static variable in class net.sf.saxon.om.MemoSequence
 
EMPTY - Static variable in class net.sf.saxon.type.Type
Item type that matches no items (corresponds to SequenceType empty())
EMPTY - Static variable in class net.sf.saxon.value.MemoClosure
 
EMPTY_ARRAY - Static variable in class net.sf.saxon.expr.instruct.WithParam
 
EMPTY_ARRAY - Static variable in class net.sf.saxon.om.NamespaceBinding
 
EMPTY_ATTRIBUTE_COLLECTION - Static variable in class net.sf.saxon.tree.util.AttributeCollectionImpl
 
EMPTY_COLLECTION - Static variable in class net.sf.saxon.functions.Collection
URI representing a collection that is always empty, regardless of any collection URI resolver
EMPTY_EDGE_ARRAY - Static variable in class com.saxonica.schema.fsa.AutomatonState
 
EMPTY_INT_ARRAY - Static variable in class net.sf.saxon.z.IntArraySet
 
EMPTY_PARAMETER_SET - Static variable in class net.sf.saxon.expr.instruct.ParameterSet
 
EMPTY_SEQUENCE - Static variable in class net.sf.saxon.value.SequenceType
A type that only permits the empty sequence
EMPTY_STRING - Static variable in class net.sf.saxon.regex.UnicodeString
 
EMPTY_STRING - Static variable in class net.sf.saxon.value.StringValue
 
EMPTY_URI - Static variable in class net.sf.saxon.value.AnyURIValue
 
EmptyAdjunct - Class in com.saxonica.stream.adjunct
Generate Java code for an empty() function call
EmptyAdjunct() - Constructor for class com.saxonica.stream.adjunct.EmptyAdjunct
 
EmptyAtomicSequence - Class in net.sf.saxon.om
An implementation of AtomicSequence that contains no items.
EmptyAtomicSequence() - Constructor for class net.sf.saxon.om.EmptyAtomicSequence
 
EmptyAxisIterator<T extends NodeInfo> - Class in net.sf.saxon.tree.iter
An AxisIterator over an empty sequence
EmptyAxisIterator() - Constructor for class net.sf.saxon.tree.iter.EmptyAxisIterator
 
emptyAxisIterator() - Static method in class net.sf.saxon.tree.iter.EmptyAxisIterator
 
EmptyCompiler - Class in com.saxonica.bytecode
Generate bytecode for the fn:empty() function
EmptyCompiler() - Constructor for class com.saxonica.bytecode.EmptyCompiler
 
EmptyContentValidator - Class in com.saxonica.validate
This class is a filter that is used to validate that an element has empty content.
EmptyContentValidator(UserComplexType, Receiver) - Constructor for class com.saxonica.validate.EmptyContentValidator
Create a validator for an empty content model
emptyElementTagCloser(String, NodeName) - Method in class com.saxonica.serialize.XHTML5Emitter
Close an empty element tag.
emptyElementTagCloser(String, NodeName) - Method in class net.sf.saxon.serialize.XHTML1Emitter
Close an empty element tag.
emptyElementTagCloser(String, NodeName) - Method in class net.sf.saxon.serialize.XMLEmitter
Close an empty element tag.
EmptyEventIterator - Class in net.sf.saxon.evpull
This class is an EventIterator over an empty sequence.
EmptyEventIterator() - Constructor for class net.sf.saxon.evpull.EmptyEventIterator
 
EmptyGreatestComparer - Class in net.sf.saxon.expr.sort
A Comparer that modifies a base comparer by sorting empty key values and NaN values last (greatest), as opposed to the default which sorts them first.
EmptyGreatestComparer(AtomicComparer) - Constructor for class net.sf.saxon.expr.sort.EmptyGreatestComparer
Create an EmptyGreatestComparer
EmptyIntIterator - Class in net.sf.saxon.expr.sort
An iterator over a zero-length sequence of integers
EmptyIterator<T extends Item> - Class in net.sf.saxon.tree.iter
EmptyIterator: an iterator over an empty sequence.
EmptyIterator() - Constructor for class net.sf.saxon.tree.iter.EmptyIterator
Protected constructor
emptyIterator() - Static method in class net.sf.saxon.tree.iter.EmptyIterator
 
emptyLeast - Variable in class net.sf.saxon.expr.sort.SortKeyDefinition
 
EmptySequence<T extends Item> - Class in net.sf.saxon.value
An EmptySequence object represents a sequence containing no members.
EmptySequenceTest - Class in net.sf.saxon.pattern
NodeTest is an interface that enables a test of whether a node has a particular name and type.
EmptyTextNodeRemover - Class in net.sf.saxon.expr
This class performs the first phase of processing in "constructing simple content": it takes an input sequence, eliminates empty text nodes, and combines adjacent text nodes into one.
EmptyTextNodeRemover(Expression) - Constructor for class net.sf.saxon.expr.EmptyTextNodeRemover
 
EmptyTextNodeRemoverAdjunct - Class in com.saxonica.stream.adjunct
Compile an AdjacentTextNodeMerger expression to Java source code Needed only for streaming - this class is not used in XQuery
EmptyTextNodeRemoverAdjunct() - Constructor for class com.saxonica.stream.adjunct.EmptyTextNodeRemoverAdjunct
 
EmptyTextNodeRemoverCompiler - Class in com.saxonica.bytecode
Generate code for EmptyTextNodeRemover expression
EmptyTextNodeRemoverCompiler() - Constructor for class com.saxonica.bytecode.EmptyTextNodeRemoverCompiler
 
EmptyTextNodeRemoverFeed - Class in com.saxonica.stream.feed
This class is used when a streaming template requests evaluation of a simple content constructor in streaming mode (that is, when it constructs a text, attribute, comment, or PI node based on the contents of the streamed document).
EmptyTextNodeRemoverFeed(Expression, Feed, Stack<XPathContext>) - Constructor for class com.saxonica.stream.feed.EmptyTextNodeRemoverFeed
 
EmptyWatch - Class in com.saxonica.stream.watch
Streaming watch supporting the empty() function
EmptyWatch(Expression, Feed, Stack<XPathContext>) - Constructor for class com.saxonica.stream.watch.EmptyWatch
 
encode(byte[]) - Static method in class net.sf.saxon.value.Base64BinaryValue
Encode a byte sequence into base64 representation
ENCODE_FOR_URI - Static variable in class net.sf.saxon.functions.EscapeURI
 
ENCODING - Static variable in class net.sf.saxon.om.StandardNames
 
end - Variable in class net.sf.saxon.tree.iter.ArrayIterator
 
end - Variable in class net.sf.saxon.value.IntegerRange
 
END_DOCUMENT - Static variable in interface net.sf.saxon.pull.PullProvider
END_DOCUMENT is notified at the end of processing a document node, that is, after all the descendants of the document node have been notified.
END_ELEMENT - Static variable in interface net.sf.saxon.pull.PullProvider
END_ELEMENT is notified at the end of an element node, that is, after all the children and descendants of the element have either been processed or skipped.
END_ITEM - Static variable in class com.saxonica.expr.flwor.WindowClause
 
END_ITEM_POSITION - Static variable in class com.saxonica.expr.flwor.WindowClause
 
END_NEXT_ITEM - Static variable in class com.saxonica.expr.flwor.WindowClause
 
END_OF_INPUT - Static variable in interface net.sf.saxon.pull.PullProvider
The END_OF_INPUT event is returned to indicate the end of the sequence being read.
END_PREVIOUS_ITEM - Static variable in class com.saxonica.expr.flwor.WindowClause
 
endCDATA() - Method in class com.saxonica.jaxp.ValidatorHandlerImpl
Report the end of a CDATA section.
endCDATA() - Method in class net.sf.saxon.event.ReceivingContentHandler
 
endCurrentItem(Item) - Method in class net.sf.saxon.event.ContentHandlerProxy.ContentHandlerProxyTraceListener
Method that is called when an instruction has finished processing a new current item and is ready to select a new current item or revert to the previous current item.
endCurrentItem(Item) - Method in interface net.sf.saxon.lib.TraceListener
Method that is called when an instruction has finished processing a new current item and is ready to select a new current item or revert to the previous current item.
endCurrentItem(Item) - Method in class net.sf.saxon.trace.AbstractTraceListener
Called after a node of the source tree got processed
endCurrentItem(Item) - Method in class net.sf.saxon.trace.TimingTraceListener
Called after a node of the source tree got processed
endCurrentItem(Item) - Method in class net.sf.saxon.trace.TraceEventMulticaster
Called when an item ceases to be the current item
endDocument() - Method in class com.saxonica.jaxp.ValidatorHandlerImpl
Receive notification of the end of a document.
endDocument() - Method in class com.saxonica.ptree.PTreeEmitter
Notify the end of a document node
endDocument() - Method in class com.saxonica.schema.sdoc.VersionControlFilter
Notify the end of a document node
endDocument() - Method in class com.saxonica.serialize.BinaryEmitter
 
endDocument() - Method in class com.saxonica.stream.Projector
 
endDocument() - Method in class com.saxonica.stream.watch.WatchManager
Notify the end of a document node
endDocument() - Method in class com.saxonica.validate.Checker
 
endDocument() - Method in class com.saxonica.validate.ContentValidator
Notify the end of a document node
endDocument() - Method in class com.saxonica.validate.DocumentValidator
Notify the end of a document node
endDocument() - Method in class com.saxonica.validate.ValidationStack
Notify the end of a document node
endDocument() - Method in class com.saxonica.validate.XSIAttributeHandler
 
endDocument() - Method in class net.sf.saxon.dom.DOMWriter
Notify the end of a document node
endDocument() - Method in class net.sf.saxon.event.ComplexContentOutputter
Notify the end of a document node
endDocument() - Method in class net.sf.saxon.event.ContentHandlerProxy
Notify the end of the document
endDocument() - Method in class net.sf.saxon.event.ProxyReceiver
Notify the end of a document node
endDocument() - Method in interface net.sf.saxon.event.Receiver
Notify the end of a document node
endDocument() - Method in class net.sf.saxon.event.ReceivingContentHandler
Receive notification of the end of a document
endDocument() - Method in class net.sf.saxon.event.SequenceWriter
Notify the end of a document node
endDocument() - Method in class net.sf.saxon.event.Sink
Notify the end of a document node
endDocument() - Method in class net.sf.saxon.event.StartTagBuffer
Notify the end of a document node
endDocument() - Method in class net.sf.saxon.event.TeeOutputter
Notify the end of a document node
endDocument() - Method in class net.sf.saxon.event.TracingFilter
Notify the end of a document node
endDocument() - Method in class net.sf.saxon.event.TreeReceiver
Notify the end of a document node
endDocument() - Method in class net.sf.saxon.event.TypeCheckingFilter
Notify the end of a document node
endDocument() - Method in class net.sf.saxon.option.axiom.AxiomWriter
Notify the end of a document node
endDocument() - Method in class net.sf.saxon.option.dom4j.DOM4JWriter
Notify the end of a document node
endDocument() - Method in class net.sf.saxon.option.jdom.JDOMWriter
Notify the end of a document node
endDocument() - Method in class net.sf.saxon.option.jdom2.JDOM2Writer
Notify the end of a document node
endDocument() - Method in class net.sf.saxon.option.xom.XOMWriter
Notify the end of a document node
endDocument() - Method in class net.sf.saxon.query.SequenceWrapper
Notify the end of a document node
endDocument() - Method in class net.sf.saxon.serialize.MessageEmitter
 
endDocument() - Method in class net.sf.saxon.serialize.MessageWarner
 
endDocument() - Method in class net.sf.saxon.serialize.XMLEmitter
Notify the end of a document node
endDocument() - Method in class net.sf.saxon.serialize.XMLIndenter
 
endDocument() - Method in class net.sf.saxon.stax.ReceiverToXMLStreamWriter
 
endDocument() - Method in class net.sf.saxon.trans.ConfigurationReader
 
endDocument() - Method in class net.sf.saxon.TransformerHandlerImpl
Override the behaviour of endDocument() in ReceivingContentHandler, so that it fires off the transformation of the constructed document
endDocument() - Method in class net.sf.saxon.tree.linked.LinkedTreeBuilder
Notify the end of the document
endDocument() - Method in class net.sf.saxon.tree.tiny.TinyBuilder
Callback interface for SAX: not for application use
EndDocumentEvent - Class in net.sf.saxon.evpull
Pull event representing the end of a document
endDTD() - Method in class com.saxonica.jaxp.ValidatorHandlerImpl
Report the end of DTD declarations.
endDTD() - Method in class net.sf.saxon.event.ReceivingContentHandler
Register the end of the DTD.
endElement(String, String, String) - Method in class com.saxonica.jaxp.ValidatorHandlerImpl
Receive notification of the end of an element.
endElement() - Method in class com.saxonica.ptree.PTreeEmitter
Notify the end of an element.
endElement() - Method in class com.saxonica.pull.PullNamespaceReducer
endElement: Discard the namespaces declared on this element.
endElement() - Method in class com.saxonica.schema.SchemaModelLoader
End of element
endElement() - Method in class com.saxonica.schema.SchemaModelSerializer
 
endElement() - Method in class com.saxonica.schema.sdoc.VersionControlFilter
End of element
endElement() - Method in class com.saxonica.serialize.BinaryEmitter
 
endElement() - Method in class com.saxonica.stream.Projector
 
endElement() - Method in class com.saxonica.stream.watch.WatchManager
Notify end of element
endElement() - Method in class com.saxonica.validate.AllElementValidator
Validation at the end of the element being validated.
endElement() - Method in class com.saxonica.validate.AnyTypeValidator
Validation at the end of the element being validated.
endElement() - Method in class com.saxonica.validate.Checker
 
endElement() - Method in class com.saxonica.validate.ComplexContentValidator
Validation at the end of the element being validated.
endElement() - Method in class com.saxonica.validate.DocumentValidator
End of element
endElement() - Method in class com.saxonica.validate.EmptyContentValidator
End of element
endElement() - Method in class com.saxonica.validate.EntityValidator
End of element
endElement() - Method in class com.saxonica.validate.FieldChecker
 
endElement() - Method in class com.saxonica.validate.IdValidator
End of element
endElement() - Method in class com.saxonica.validate.IgnorableWhitespaceStripper
Handle an end-of-element event
endElement() - Method in class com.saxonica.validate.SimpleContentValidator
End of element being validated
endElement() - Method in class com.saxonica.validate.StartTagBufferEE
End of element
endElement() - Method in class com.saxonica.validate.ValidationStack
End of element
endElement() - Method in class net.sf.saxon.dom.DOMWriter
End of an element.
endElement() - Method in class net.sf.saxon.event.CommentStripper
Callback interface for SAX: not for application use
endElement() - Method in class net.sf.saxon.event.ComplexContentOutputter
Output an element end tag.
endElement() - Method in class net.sf.saxon.event.ContentHandlerProxy
End of element
endElement() - Method in class net.sf.saxon.event.IDFilter
endElement:
endElement() - Method in class net.sf.saxon.event.NamespaceReducer
endElement: Discard the namespaces declared on this element.
endElement() - Method in class net.sf.saxon.event.OnEmptyHandler
 
endElement() - Method in class net.sf.saxon.event.PathMaintainer
Handle an end-of-element event
endElement() - Method in class net.sf.saxon.event.ProxyReceiver
End of element
endElement() - Method in interface net.sf.saxon.event.Receiver
Notify the end of an element.
endElement(String, String, String) - Method in class net.sf.saxon.event.ReceivingContentHandler
Report the end of an element (the close tag)
endElement() - Method in class net.sf.saxon.event.SequenceWriter
Output an element end tag.
endElement() - Method in class net.sf.saxon.event.Sink
End of element
endElement() - Method in class net.sf.saxon.event.StartTagBuffer
endElement: Discard the namespaces declared locally on this element.
endElement() - Method in class net.sf.saxon.event.Stripper
Handle an end-of-element event
endElement() - Method in class net.sf.saxon.event.TeeOutputter
Notify the end of an element.
endElement() - Method in class net.sf.saxon.event.TracingFilter
End of element
endElement() - Method in class net.sf.saxon.event.TreeReceiver
End of element
endElement() - Method in class net.sf.saxon.event.TypeCheckingFilter
End of element
endElement() - Method in class net.sf.saxon.option.axiom.AxiomWriter
End of an element.
endElement() - Method in class net.sf.saxon.option.dom4j.DOM4JWriter
End of an element.
endElement() - Method in class net.sf.saxon.option.jdom.JDOMWriter
End of an element.
endElement() - Method in class net.sf.saxon.option.jdom2.JDOM2Writer
End of an element.
endElement() - Method in class net.sf.saxon.option.xom.XOMWriter
End of an element.
endElement() - Method in class net.sf.saxon.query.SequenceWrapper
End of element
endElement() - Method in class net.sf.saxon.serialize.CDATAFilter
Output element end tag
endElement() - Method in class net.sf.saxon.serialize.HTMLEmitter
Output an element end tag.
endElement() - Method in class net.sf.saxon.serialize.HTMLIndenter
Output element end tag
endElement() - Method in class net.sf.saxon.serialize.MetaTagAdjuster
End of element
endElement() - Method in class net.sf.saxon.serialize.TEXTEmitter
Output an element end tag.
endElement() - Method in class net.sf.saxon.serialize.XMLEmitter
End of an element.
endElement() - Method in class net.sf.saxon.serialize.XMLIndenter
Output element end tag
endElement() - Method in class net.sf.saxon.stax.ReceiverToXMLStreamWriter
 
endElement() - Method in class net.sf.saxon.style.UseWhenFilter
End of element
endElement() - Method in class net.sf.saxon.trace.ExpressionPresenter
End an element in the expression tree
endElement(String, String, String) - Method in class net.sf.saxon.trans.ConfigurationReader
 
endElement() - Method in class net.sf.saxon.tree.linked.LinkedTreeBuilder
Notify the end of an element
endElement() - Method in class net.sf.saxon.tree.tiny.TinyBuilder
Callback interface for SAX: not for application use
endElement() - Method in class net.sf.saxon.tree.tiny.TinyBuilderCondensed
 
EndElementEvent - Class in net.sf.saxon.evpull
Pull event representing the end of an element node
endEntity(String) - Method in class com.saxonica.jaxp.ValidatorHandlerImpl
Report the end of an entity.
endEntity(String) - Method in class net.sf.saxon.event.ReceivingContentHandler
 
endItem - Variable in class com.saxonica.expr.flwor.WindowClause.Window
 
endNextItem - Variable in class com.saxonica.expr.flwor.WindowClause.Window
 
endPosition - Variable in class com.saxonica.expr.flwor.WindowClause.Window
 
endPrefixMapping(String) - Method in class com.saxonica.jaxp.ValidatorHandlerImpl
End the scope of a prefix-URI mapping.
endPrefixMapping(String) - Method in class net.sf.saxon.event.ReceivingContentHandler
Notify that a namespace binding is going out of scope
endPrefixMapping(String) - Method in class net.sf.saxon.trans.ConfigurationReader
 
endPreviousItem - Variable in class com.saxonica.expr.flwor.WindowClause.Window
 
endSelectedParentNode(int) - Method in class com.saxonica.stream.watch.AccumulatorWatch
Signal that the endElement event has occurred for the element whose startElement event caused the Watch to be activated.
endSelectedParentNode(int) - Method in class com.saxonica.stream.watch.ApplyTemplatesWatch
Signal that the endElement event has occurred for the element whose startElement event caused the Watch to be activated.
endSelectedParentNode(int) - Method in class com.saxonica.stream.watch.CopyOfWatch
Signal that the endElement event has occurred for the element whose startElement event caused the Watch to be activated.
endSelectedParentNode(int) - Method in class com.saxonica.stream.watch.CountWatch
Signal that the endElement event has occurred for the element whose startElement event caused the Watch to be activated.
endSelectedParentNode(int) - Method in class com.saxonica.stream.watch.ForEachComposingWatch
Signal that the endElement event has occurred for the element whose startElement event caused the Watch to be activated.
endSelectedParentNode(int) - Method in class com.saxonica.stream.watch.ForEachWatch
Signal that the endElement event has occurred for the element whose startElement event caused the Watch to be activated.
endSelectedParentNode(int) - Method in class com.saxonica.stream.watch.ForkingWatch
 
endSelectedParentNode(int) - Method in class com.saxonica.stream.watch.GroupingWatch
Signal that the endElement event has occurred for the element whose startElement event caused the Watch to be activated.
endSelectedParentNode(int) - Method in class com.saxonica.stream.watch.IterateWatch
Signal that the endElement event has occurred for the element whose startElement event caused the Watch to be activated.
endSelectedParentNode(int) - Method in class com.saxonica.stream.watch.SimpleContentWatch
Signal that the endElement event has occurred for the element whose startElement event caused the Watch to be activated.
endSelectedParentNode(int) - Method in class com.saxonica.stream.watch.StringValueWatch
Signal that the endElement event has occurred for the element whose startElement event caused the Watch to be activated.
endSelectedParentNode(int) - Method in class com.saxonica.stream.watch.TypedValueWatch
Signal that the endElement event has occurred for the element whose startElement event caused the Watch to be activated.
endSelectedParentNode(int) - Method in class com.saxonica.stream.watch.VoidWatch
Signal that the endElement event has occurred for the element whose startElement event caused the Watch to be activated.
endSelectedParentNode(int) - Method in interface com.saxonica.stream.watch.Watch
Signal that the endElement event has occurred for the element whose startElement event caused the Watch to be activated.
endSelectedParentNode(int) - Method in class com.saxonica.validate.FieldWatch
Signal that the endElement event has occurred for the element whose startElement event caused the Watch to be activated.
endSelectedParentNode(int) - Method in class com.saxonica.validate.SelectorWatch
Signal that the endElement event has occurred for the element whose startElement event caused the Watch to be activated.
endSubsidiaryElement() - Method in class net.sf.saxon.trace.ExpressionPresenter
End a child element in the output
endsWith(String, String) - Method in class net.sf.saxon.expr.sort.CodepointCollator
Test whether one string ends with another, according to the rules of the XPath ends-with() function
endsWith(String, String) - Method in class net.sf.saxon.expr.sort.RuleBasedSubstringMatcher
Test whether one string ends with another, according to the rules of the XPath ends-with() function
EndsWith - Class in net.sf.saxon.functions
Implements the fn:ends-with() function
EndsWith() - Constructor for class net.sf.saxon.functions.EndsWith
 
endsWith(StringValue, StringValue, StringCollator) - Static method in class net.sf.saxon.functions.EndsWith
 
endsWith(String, String) - Method in interface net.sf.saxon.lib.SubstringMatcher
Test whether one string ends with another, according to the rules of the XPath ends-with() function
ensureCapacity(int) - Method in class net.sf.saxon.tree.util.FastStringBuffer
Expand the character array if necessary to ensure capacity for appended data
enter(InstructionInfo, XPathContext) - Method in class net.sf.saxon.event.ContentHandlerProxy.ContentHandlerProxyTraceListener
Method that is called when an instruction in the stylesheet gets processed.
enter(InstructionInfo, XPathContext) - Method in interface net.sf.saxon.lib.TraceListener
Method that is called when an instruction in the stylesheet gets processed.
enter(InstructionInfo, XPathContext) - Method in class net.sf.saxon.trace.AbstractTraceListener
Called when an instruction in the stylesheet gets processed
enter(InstructionInfo, XPathContext) - Method in class net.sf.saxon.trace.TimingTraceListener
Called when an instruction in the stylesheet gets processed
enter(InstructionInfo, XPathContext) - Method in class net.sf.saxon.trace.TraceEventMulticaster
Called when an element of the stylesheet gets processed
ENTERPRISE_XQUERY - Static variable in class net.sf.saxon.Configuration.LicenseFeature
 
ENTERPRISE_XSLT - Static variable in class net.sf.saxon.Configuration.LicenseFeature
 
EnterpriseConfiguration - Class in com.saxonica.config
A subclass of Configuration that defines a schema-aware processor.
EnterpriseConfiguration() - Constructor for class com.saxonica.config.EnterpriseConfiguration
Create an EnterpriseConfiguration
EnterpriseConfiguration.SurrogateSchema - Class in com.saxonica.config
A SurrogateSchema is a dummy schema object that is stored in the schema cache while the schema for a given namespace is being processed.
EnterpriseTransformerFactory - Class in com.saxonica.config
The is the JAXP TransformerFactory implementation for the enterprise edition of Saxon.
EnterpriseTransformerFactory() - Constructor for class com.saxonica.config.EnterpriseTransformerFactory
Create an EnterpriseTransformerFactory.
EnterpriseTransformerFactory(EnterpriseConfiguration) - Constructor for class com.saxonica.config.EnterpriseTransformerFactory
Construct a TransformerFactory using an existing Configuration.
EnterpriseXPathFactory - Class in com.saxonica.config
An implementation of the JAXP XPath Factory that creates an enterprise configuration.
EnterpriseXPathFactory() - Constructor for class com.saxonica.config.EnterpriseXPathFactory
Default constructor: this creates a Configuration as well as creating the enterprise XPathFactory.
EnterpriseXPathFactory(EnterpriseConfiguration) - Constructor for class com.saxonica.config.EnterpriseXPathFactory
Constructor using a user-supplied Configuration.
enterTrace(CompilerService, Generator, int, InstructionInfo) - Method in class com.saxonica.bytecode.TraceExpressionCompiler
 
ENTITIES - Static variable in class net.sf.saxon.type.BuiltInListType
 
ENTITY - Static variable in class net.sf.saxon.s9api.ItemType
ItemType representing the built-in (but non-primitive) type xs:ENTITY
ENTITY - Static variable in class net.sf.saxon.type.BuiltInAtomicType
 
ENTITY_RESOLVER_CLASS - Static variable in class net.sf.saxon.lib.FeatureKeys
The supplied class is instantiated and the resulting EntityResolver is used whenever Saxon itself creates an XMLReader for parsing source documents.
EntityValidator - Class in com.saxonica.validate
This class validates that elements and attributes of type ENTITY or ENTITIES have values are declared in the DOCTYPE declaration of the instance document as unparsed entities.
EntityValidator(Receiver) - Constructor for class com.saxonica.validate.EntityValidator
Create a validator for attributes of type ENTITY or ENTITIES
EnumerationFacet - Class in com.saxonica.schema
Represents a single enumeration facet defined on a simple type.
EnumerationFacet() - Constructor for class com.saxonica.schema.EnumerationFacet
 
EnumerationFacetSet - Class in com.saxonica.schema
Represents the set of enumeration values defined on a single simple type, This is a "virtual" facet that combines all the enumeration facets in one simple type definition.
EnumerationFacetSet() - Constructor for class com.saxonica.schema.EnumerationFacetSet
 
env - Variable in class net.sf.saxon.expr.parser.ExpressionParser
 
ENVIRONMENT_VARIABLE_RESOLVER - Static variable in class net.sf.saxon.lib.FeatureKeys
Setting the ENVIRONMENT_VARIABLE_RESOLVER causes the supplied object to be registered as the environment variable resolver for the Configuration.
ENVIRONMENT_VARIABLE_RESOLVER_CLASS - Static variable in class net.sf.saxon.lib.FeatureKeys
Setting ENVIRONMENT_VARIABLE_RESOLVER_CLASS causes an instance of the supplied class to be created, and registered as the environment variable resolver for the Configuration.
EnvironmentVariable - Class in com.saxonica.functions.xpath3
Implement the XPath 3.0 fn:environment-variable() function
EnvironmentVariable() - Constructor for class com.saxonica.functions.xpath3.EnvironmentVariable
 
EnvironmentVariableResolver - Interface in net.sf.saxon.lib
This interface defines a Saxon plug-in used to resolve calls on the XPath 3.0 functions available-environment-variables() and environment-variable().
EOF - Static variable in class net.sf.saxon.expr.parser.Token
Pseudo-token representing the end of the expression
EPOCH - Static variable in class net.sf.saxon.value.DateTimeValue
Fixed date/time used by Java (and Unix) as the origin of the universe: 1970-01-01
EqualityComparer - Class in net.sf.saxon.expr.sort
A comparer for comparing two atomic values where (a) equals is defined, and is implemented using the Java equals() method, and (b) ordering is not defined, and results in a dynamic error.
equalOrNull(Object, Object) - Static method in class net.sf.saxon.functions.SystemFunctionCall
Return true if two objects are equal or if both are null
equals(Object) - Method in class com.saxonica.expr.flwor.GroupByClause.TupleComparisonKey
 
equals(Object) - Method in class com.saxonica.expr.IndexedFilterExpression
Is this expression the same as another expression?
equals(Object) - Method in class com.saxonica.expr.IndexedLookupExpression
Is this expression the same as another expression?
equals(Object) - Method in class com.saxonica.functions.hof.FunctionLiteral
Determine whether two literals are equal, when considered as expressions.
equals(Object) - Method in class com.saxonica.functions.hof.FunctionLookup
Determine whether two expressions are equivalent
equals(Object) - Method in class com.saxonica.functions.hof.FunctionSequenceCoercer
Is this expression the same as another expression?
equals(Object) - Method in class com.saxonica.functions.hof.SpecificFunctionType
Test whether this function type equals another function type
equals(Object) - Method in class com.saxonica.functions.map.MapType
Test whether this function type equals another function type
equals(Object) - Method in class com.saxonica.pull.UnconstructedParent
The equals() method compares nodes for identity.
equals(Object) - Method in class com.saxonica.schema.Assertion
equals() is used when deciding whether two assertions are equal, as part of the type subsumption algorithm.
equals(Object) - Method in class com.saxonica.schema.ElementDecl
 
equals(Object) - Method in class com.saxonica.schema.fsa.CountingState
 
equals(Object) - Method in class com.saxonica.schema.fsa.FiniteStateMachine.TermParticlePair
 
equals(Object) - Method in class com.saxonica.validate.SchemaAttributeTest
 
equals(Object) - Method in class com.saxonica.validate.SchemaElementTest
 
equals(Object) - Method in interface javax.xml.xquery.XQItemType
Compares the specified object with this item type for equality.
equals(Object) - Method in interface javax.xml.xquery.XQSequenceType
Compares the specified object with this sequence type for equality.
equals(Object) - Method in class net.sf.saxon.dom.NodeOverNodeInfo
The equals() method returns true for two Node objects that represent the same conceptual DOM Node.
equals(Object) - Method in class net.sf.saxon.expr.AtomicSequenceConverter
Is this expression the same as another expression?
equals(Object) - Method in class net.sf.saxon.expr.AxisExpression
Is this expression the same as another expression?
equals(Object) - Method in class net.sf.saxon.expr.BinaryExpression
Is this expression the same as another expression?
equals(Object) - Method in class net.sf.saxon.expr.CardinalityChecker
Is this expression the same as another expression?
equals(Object) - Method in class net.sf.saxon.expr.CastableExpression
Is this expression the same as another expression?
equals(Object) - Method in class net.sf.saxon.expr.CastableToList
Is this expression the same as another expression?
equals(Object) - Method in class net.sf.saxon.expr.CastableToUnion
Is this expression the same as another expression?
equals(Object) - Method in class net.sf.saxon.expr.CastExpression
Is this expression the same as another expression?
equals(Object) - Method in class net.sf.saxon.expr.CastToList
Is this expression the same as another expression?
equals(Object) - Method in class net.sf.saxon.expr.CastToUnion
Is this expression the same as another expression?
equals(Object) - Method in class net.sf.saxon.expr.ContextItemExpression
Is this expression the same as another expression?
equals(Object) - Method in class net.sf.saxon.expr.FilterExpression
Is this expression the same as another expression?
equals(Object) - Method in class net.sf.saxon.expr.FunctionCall
Determine whether two expressions are equivalent
equals(Object) - Method in class net.sf.saxon.expr.InstanceOfExpression
Is this expression the same as another expression?
equals(Object) - Method in class net.sf.saxon.expr.instruct.UseAttributeSets
Test whether this UseAttributeSets expression is equal to another
equals(Object) - Method in class net.sf.saxon.expr.ItemChecker
Is this expression the same as another expression?
equals(Object) - Method in class net.sf.saxon.expr.Literal
Determine whether two literals are equal, when considered as expressions.
equals(Object) - Method in class net.sf.saxon.expr.ParentNodeExpression
Is this expression the same as another expression?
EQUALS - Static variable in class net.sf.saxon.expr.parser.Token
Equals token ("=")
equals(Object) - Method in class net.sf.saxon.expr.RootExpression
Is this expression the same as another expression?
equals(Object) - Method in class net.sf.saxon.expr.SlashExpression
Is this expression the same as another expression?
equals(Object) - Method in class net.sf.saxon.expr.sort.ComparisonKey
Test if two comparison keys are equal
equals(Object) - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
Compare two SortKeyDefinition values for equality.
equals(Object) - Method in class net.sf.saxon.expr.SubscriptExpression
Compare two expressions to see if they are equal
equals(Object) - Method in class net.sf.saxon.expr.TailExpression
Compare two expressions to see if they are equal
equals(Object) - Method in class net.sf.saxon.expr.UnaryExpression
Is this expression the same as another expression?
equals(Object) - Method in class net.sf.saxon.expr.UntypedSequenceConverter
Is this expression the same as another expression?
equals(Object) - Method in class net.sf.saxon.expr.VariableReference
Test if this expression is the same as another expression.
equals(Object) - Method in class net.sf.saxon.expr.VennExpression
Is this expression the same as another expression?
equals(Object) - Method in class net.sf.saxon.functions.CollatingFunction
Determine whether two expressions are equivalent
equals(Object) - Method in class net.sf.saxon.functions.Doc
Determine whether two expressions are equivalent
equals(Object) - Method in class net.sf.saxon.functions.DocAvailable
Determine whether two expressions are equivalent
equals(Object) - Method in class net.sf.saxon.functions.DocumentFn
Determine whether two expressions are equivalent
equals(Object) - Method in class net.sf.saxon.functions.FormatNumber
Determine whether two expressions are equivalent
equals(Object) - Method in class net.sf.saxon.functions.KeyFn
Determine whether two expressions are equivalent
equals(Object) - Method in class net.sf.saxon.functions.Minimax
Determine whether two expressions are equivalent
equals(Object) - Method in class net.sf.saxon.functions.Put
Determine whether two expressions are equivalent
equals(Object) - Method in class net.sf.saxon.functions.ResolveURI
Determine whether two expressions are equivalent
equals(Object) - Method in class net.sf.saxon.functions.StringJoin
Determine whether two expressions are equivalent
equals(Object) - Method in class net.sf.saxon.functions.SystemFunctionCall
Determine whether two expressions are equivalent
equals(Object) - Method in class net.sf.saxon.om.AbsolutePath
 
equals(Object) - Method in class net.sf.saxon.om.CodedName
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.sf.saxon.om.DocumentURI
 
equals(Object) - Method in class net.sf.saxon.om.FingerprintedQName
 
equals(Object) - Method in class net.sf.saxon.om.NameOfNode
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.sf.saxon.om.NamespaceBinding
Test if this namespace binding is the same as another
equals(Object) - Method in interface net.sf.saxon.om.NodeInfo
The equals() method compares nodes for identity.
equals(Object) - Method in class net.sf.saxon.om.NoNamespaceName
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.sf.saxon.om.StructuredQName
Compare two StructuredQName values for equality.
equals(Object) - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
The equals() method compares nodes for identity.
equals(Object) - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
The equals() method compares nodes for identity.
equals(Object) - Method in class net.sf.saxon.pattern.AncestorQualifiedPattern
Determine whether this pattern is the same as another pattern
equals(Object) - Method in class net.sf.saxon.pattern.BooleanExpressionPattern
Determine whether this pattern is the same as another pattern
equals(Object) - Method in class net.sf.saxon.pattern.CombinedNodeTest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.sf.saxon.pattern.ConditionalPattern
Determine whether this pattern is the same as another pattern
equals(Object) - Method in class net.sf.saxon.pattern.ContentTypeTest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.sf.saxon.pattern.DocumentNodeTest
 
equals(Object) - Method in class net.sf.saxon.pattern.ExceptPattern
Determine whether this pattern is the same as another pattern
equals(Object) - Method in class net.sf.saxon.pattern.GeneralNodePattern
Determine whether this pattern is the same as another pattern
equals(Object) - Method in class net.sf.saxon.pattern.GeneralPositionalPattern
Determine whether this pattern is the same as another pattern
equals(Object) - Method in class net.sf.saxon.pattern.IntersectPattern
Determine whether this pattern is the same as another pattern
equals(Object) - Method in class net.sf.saxon.pattern.ItemTypePattern
Determine whether this pattern is the same as another pattern
equals(Object) - Method in class net.sf.saxon.pattern.LocalNameTest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.sf.saxon.pattern.NamespaceTest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.sf.saxon.pattern.NameTest
Determines whether two NameTests are equal
equals(Object) - Method in class net.sf.saxon.pattern.NodeKindTest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.sf.saxon.pattern.NodeSetPattern
Determine whether this pattern is the same as another pattern
equals(Object) - Method in class net.sf.saxon.pattern.SimplePositionalPattern
Determine whether this pattern is the same as another pattern
equals(Object) - Method in class net.sf.saxon.pattern.UnionPattern
Determine whether this pattern is the same as another pattern
equals(Object) - Method in class net.sf.saxon.pattern.VennPattern
Determine whether this pattern is the same as another pattern
equals(Object) - Method in class net.sf.saxon.s9api.ItemType
Test whether two ItemType objects represent the same type
equals(Object) - Method in class net.sf.saxon.s9api.QName
Test whether two QNames are equal.
equals(Object) - Method in class net.sf.saxon.s9api.SequenceType
Test whether two SequenceType objects represent the same type
equals(Object) - Method in class net.sf.saxon.s9api.XdmNode
The equals() relation between two XdmNode objects is true if they both represent the same node.
equals(Object) - Method in class net.sf.saxon.trans.DecimalSymbols
Test if two sets of decimal format symbols are the same
equals(Object) - Method in class net.sf.saxon.tree.linked.NodeImpl
The equals() method compares nodes for identity.
equals(Object) - Method in class net.sf.saxon.tree.NamespaceNode
The equals() method compares nodes for identity.
equals(Object) - Method in class net.sf.saxon.tree.tiny.CharSlice
Compare equality
equals(Object) - Method in class net.sf.saxon.tree.tiny.CompressedWhitespace
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.sf.saxon.tree.tiny.LargeStringBuffer
Compare equality
equals(Object) - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
The equals() method compares nodes for identity.
equals(Object) - Method in class net.sf.saxon.tree.util.FastStringBuffer
Compare equality
equals(Object) - Method in class net.sf.saxon.tree.util.Orphan
The equals() method compares nodes for identity.
equals(Object) - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
The equals() method compares nodes for identity.
equals(Object) - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
The equals() method compares nodes for identity.
equals(Object) - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
The equals() method compares nodes for identity.
equals(Object) - Method in class net.sf.saxon.type.BuiltInAtomicType
Two types are equal if they have the same fingerprint.
equals(Object) - Method in class net.sf.saxon.type.ExternalObjectType
Test whether two ExternalObjectType objects represent the same type
equals(Object) - Method in class net.sf.saxon.value.AtomicValue
The equals() methods on atomic values is defined to follow the semantics of eq when applied to two atomic values.
equals(Object) - Method in class net.sf.saxon.value.Base64BinaryValue
Test if the two base64Binary values are equal.
equals(Object) - Method in class net.sf.saxon.value.BigIntegerValue.BigIntegerComparable
 
equals(Object) - Method in class net.sf.saxon.value.BooleanValue
Determine whether two boolean values are equal
equals(Object) - Method in class net.sf.saxon.value.DateTimeValue
Context-free comparison of two dateTime values
equals(Object) - Method in class net.sf.saxon.value.DecimalValue.DecimalComparable
 
equals(Object) - Method in class net.sf.saxon.value.DurationValue
Test if the two durations are of equal length.
equals(Object) - Method in class net.sf.saxon.value.EmptySequence
Is this expression the same as another expression?
equals(Object) - Method in class net.sf.saxon.value.GDateValue
The equals() methods on atomic values is defined to follow the semantics of eq when applied to two atomic values.
equals(Object) - Method in class net.sf.saxon.value.HexBinaryValue
Test if the two hexBinary or Base64Binaryvalues are equal.
equals(Object) - Method in class net.sf.saxon.value.Int64Value.Int64Comparable
 
equals(Object) - Method in class net.sf.saxon.value.NotationValue
Determine if two Notation values are equal.
equals(Object) - Method in class net.sf.saxon.value.NumericValue
The equals() function compares numeric equality among integers, decimals, floats, doubles, and their subtypes
equals(Object) - Method in class net.sf.saxon.value.ObjectValue
Determine if two ObjectValues are equal
equals(Object) - Method in class net.sf.saxon.value.QNameValue
Determine if two QName values are equal.
equals(Object) - Method in class net.sf.saxon.value.SequenceType
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.sf.saxon.value.StringValue
Determine if two AtomicValues are equal, according to XPath rules.
equals(Object) - Method in class net.sf.saxon.value.TimeValue
 
equals(Object) - Method in class net.sf.saxon.xqj.SaxonXQItemType
 
equals(Object) - Method in class net.sf.saxon.z.IntArraySet
Test whether this set has exactly the same members as another set
equals(Object) - Method in class net.sf.saxon.z.IntBlockSet
Test whether this set has exactly the same members as another set.
equals(Object) - Method in class net.sf.saxon.z.IntHashSet
Test whether this set has exactly the same members as another set
equals(Object) - Method in class net.sf.saxon.z.IntRangeSet
Test whether this set has exactly the same members as another set.
EquivalenceComparer - Class in com.saxonica.expr
A comparer that compares atomic values for equality, with the properties: - non-comparable types compare false - NaN compares equal to NaN
EquivalenceComparer(StringCollator, int, XPathContext) - Constructor for class com.saxonica.expr.EquivalenceComparer
 
EquivalenceComparison - Class in com.saxonica.expr
Class to handle equivalence comparisons of singletons.
EquivalenceComparison(Expression, int, Expression) - Constructor for class com.saxonica.expr.EquivalenceComparison
Create a singleton comparison - that is, a comparison between two singleton (0:1) sequences using the general comparison semantics
EquivalenceComparisonCompiler - Class in com.saxonica.bytecode
Generate bytecode for an equivalence expression, which is the equality test used in an XQuery 3.0 switch expression
EquivalenceComparisonCompiler() - Constructor for class com.saxonica.bytecode.EquivalenceComparisonCompiler
 
ERR - Static variable in class net.sf.saxon.lib.NamespaceConstant
The standard namespace for system error codes
Err - Class in net.sf.saxon.trans
Class containing utility methods for handling error messages
Err() - Constructor for class net.sf.saxon.trans.Err
 
error(TransformerException) - Method in class com.saxonica.jaxp.ValidatorImpl.ErrorListenerWrappingErrorHandler
Receive notification of a recoverable error.
error(String, SourceLocator) - Method in class com.saxonica.schema.SchemaCompiler
Report an error
error(String) - Method in class com.saxonica.schema.sdoc.SchemaElement
This method is called for a general error.
error(SchemaException) - Method in class com.saxonica.schema.sdoc.SchemaElement
This method is called for a general error.
Error - Class in net.sf.saxon.functions
Implement XPath function fn:error()
Error() - Constructor for class net.sf.saxon.functions.Error
 
error(XPathContext, QNameValue, StringValue, SequenceIterator<EO>) - Method in class net.sf.saxon.functions.Error
 
error(SAXParseException) - Method in class net.sf.saxon.lib.StandardErrorHandler
Callback interface for SAX: not for application use
error(TransformerException) - Method in class net.sf.saxon.lib.StandardErrorListener
Receive notification of a recoverable error.
ERROR_LISTENER_CLASS - Static variable in class net.sf.saxon.lib.FeatureKeys
ERROR_LISTENER_CLASS is the name of the class used to implement the JAXP ErrorListener.
ERROR_NAMESPACE - Static variable in class com.saxonica.functions.extfn.EXPathFile
 
errorClass(String, String, String, Class, Exception) - Method in class net.sf.saxon.trans.ConfigurationReader
 
ErrorExpression - Class in net.sf.saxon.expr
Error expression: this expression is generated when the supplied expression cannot be parsed, and the containing element enables forwards-compatible processing.
ErrorExpression() - Constructor for class net.sf.saxon.expr.ErrorExpression
This constructor is never executed, but it is used in the expression parser as a dummy so that the Java compiler recognizes parsing methods as always returning a non-null result.
ErrorExpression(XPathException) - Constructor for class net.sf.saxon.expr.ErrorExpression
Constructor
ErrorExpressionCompiler - Class in com.saxonica.bytecode
Generate bytecode for an error expression (an expression that throws a dynamic error if evaluated)
ErrorExpressionCompiler() - Constructor for class com.saxonica.bytecode.ErrorExpressionCompiler
 
ErrorIterator - Class in net.sf.saxon.expr
A SequenceIterator that throws an exception as soon as its next() method is called.
ErrorIterator(XPathException) - Constructor for class net.sf.saxon.expr.ErrorIterator
 
errorOutput - Variable in class net.sf.saxon.lib.StandardErrorListener
 
ErrorType - Class in net.sf.saxon.type
This class has a singleton instance which represents the XML Schema 1.1 built-in type xs:error
errorVariables - Static variable in class net.sf.saxon.om.StandardNames
 
escape(CharSequence, String) - Static method in class net.sf.saxon.functions.EscapeURI
Escape special characters in a URI.
escape(String) - Method in class net.sf.saxon.trace.AbstractTraceListener
Escape a string for XML output (in an attribute delimited by double quotes).
ESCAPE_c - Static variable in class net.sf.saxon.regex.Categories
 
ESCAPE_C - Static variable in class net.sf.saxon.regex.Categories
 
ESCAPE_d - Static variable in class net.sf.saxon.regex.Categories
 
ESCAPE_D - Static variable in class net.sf.saxon.regex.Categories
 
ESCAPE_i - Static variable in class net.sf.saxon.regex.Categories
 
ESCAPE_I - Static variable in class net.sf.saxon.regex.Categories
 
ESCAPE_s - Static variable in class net.sf.saxon.regex.Categories
 
ESCAPE_S - Static variable in class net.sf.saxon.regex.Categories
 
ESCAPE_URI_ATTRIBUTES - Static variable in class net.sf.saxon.lib.SaxonOutputKeys
escape-uri-attributes = "yes" | "no".
ESCAPE_URI_ATTRIBUTES - Static variable in class net.sf.saxon.om.StandardNames
 
ESCAPE_w - Static variable in class net.sf.saxon.regex.Categories
 
ESCAPE_W - Static variable in class net.sf.saxon.regex.Categories
 
escapeSpaces(String) - Static method in class net.sf.saxon.functions.ResolveURI
Replace spaces by %20
EscapeURI - Class in net.sf.saxon.functions
This class supports the functions encode-for-uri() and iri-to-uri()
EscapeURI() - Constructor for class net.sf.saxon.functions.EscapeURI
 
escapeURIAttributes - Variable in class net.sf.saxon.serialize.HTMLURIEscaper
 
escapeURL(CharSequence, boolean, Configuration) - Static method in class net.sf.saxon.serialize.HTMLURIEscaper
Escape a URI according to the HTML rules: that is, a non-ASCII character (specifically, a character outside the range 32 - 126) is replaced by the %HH encoding of the octets in its UTF-8 representation
Eval - Class in com.saxonica.functions.extfn
This class implements the saxon:eval() extension function
Eval(Configuration) - Constructor for class com.saxonica.functions.extfn.Eval
 
eval(XPathContext) - Method in class net.sf.saxon.expr.LetExpression
Evaluate the variable.
evalMatches(AtomicValue, AtomicValue, CharSequence, XPathContext) - Method in class net.sf.saxon.functions.Matches
Interface used by compiled bytecode
Evaluate - Class in com.saxonica.functions.extfn
This class implements the saxon:evaluate() extension function
Evaluate() - Constructor for class com.saxonica.functions.extfn.Evaluate
 
evaluate(Expression, int, XPathContext, int) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
Do lazy evaluation of an expression.
evaluate(DynamicQueryContext) - Method in class net.sf.saxon.query.XQueryExpression
Execute a the compiled Query, returning the results as a List.
evaluate(String, XdmItem) - Method in class net.sf.saxon.s9api.XPathCompiler
Compile and evaluate an XPath expression, supplied as a character string, with a given context item.
evaluate() - Method in class net.sf.saxon.s9api.XPathSelector
Evaluate the expression, returning the result as an XdmValue (that is, a sequence of nodes and/or atomic values).
evaluate() - Method in class net.sf.saxon.s9api.XQueryEvaluator
Perform the query, returning the results as an XdmValue.
evaluate(XPathDynamicContext) - Method in class net.sf.saxon.sxpath.XPathExpression
Execute the expression, returning the result as a List, whose members will be instances of the class Item
evaluate(Source) - Method in class net.sf.saxon.sxpath.XPathExpression
Execute a prepared XPath expression, returning the results as a List in which items have been converted to the appropriate Java object.
evaluate(String, Object, QName) - Method in class net.sf.saxon.xpath.XPathEvaluator
Single-shot method to compile and execute an XPath 2.0 expression.
evaluate(String, Object) - Method in class net.sf.saxon.xpath.XPathEvaluator
Single-shot method to compile an execute an XPath 2.0 expression, returning the result as a string.
evaluate(String, InputSource, QName) - Method in class net.sf.saxon.xpath.XPathEvaluator
Single-shot method to parse and build a source document, and compile an execute an XPath 2.0 expression, against that document
evaluate(String, InputSource) - Method in class net.sf.saxon.xpath.XPathEvaluator
Single-shot method to parse and build a source document, and compile an execute an XPath 2.0 expression, against that document, returning the result as a string
evaluate() - Method in class net.sf.saxon.xpath.XPathExpressionImpl
Deprecated.
since 9.0. This method is not present in the JAXP interface. Either use the JAXP methods such as XPathExpressionImpl.evaluate(Object, QName), or use the Saxon XPath API instead of JAXP.
evaluate(Object, QName) - Method in class net.sf.saxon.xpath.XPathExpressionImpl
JAXP 1.3 evaluate() method
evaluate(Object) - Method in class net.sf.saxon.xpath.XPathExpressionImpl
Evaluate the expression to return a string value
evaluate(InputSource, QName) - Method in class net.sf.saxon.xpath.XPathExpressionImpl
Evaluate the XPath expression against an input source to obtain a result of a specified type
evaluate(InputSource) - Method in class net.sf.saxon.xpath.XPathExpressionImpl
Evaluate the XPath expression against an input source to obtain a string result
Evaluate.EvaluateCall - Class in com.saxonica.functions.extfn
 
Evaluate.EvaluateCall() - Constructor for class com.saxonica.functions.extfn.Evaluate.EvaluateCall
 
Evaluate.PreparedExpression - Class in com.saxonica.functions.extfn
Inner class PreparedExpression represents a compiled XPath expression together with the standard variables $p1 ..
Evaluate.PreparedExpression() - Constructor for class com.saxonica.functions.extfn.Evaluate.PreparedExpression
 
EVALUATE_AND_MATERIALIZE_VARIABLE - Static variable in class net.sf.saxon.expr.parser.ExpressionTool
 
EVALUATE_METHOD - Static variable in class net.sf.saxon.expr.Expression
 
EVALUATE_RESULT - Static variable in class net.sf.saxon.expr.parser.RoleLocator
 
EVALUATE_SUPPLIED_PARAMETER - Static variable in class net.sf.saxon.expr.parser.ExpressionTool
 
EVALUATE_VARIABLE - Static variable in class net.sf.saxon.expr.parser.ExpressionTool
 
evaluateArguments(XPathContext) - Method in class net.sf.saxon.expr.UserFunctionCall
 
evaluateAsString(XPathContext) - Method in class net.sf.saxon.expr.Expression
Evaluate an expression as a String.
evaluateAsString(XPathContext) - Method in class net.sf.saxon.expr.instruct.Instruction
Evaluate an expression as a String.
evaluateAsString(XPathContext) - Method in class net.sf.saxon.expr.Literal
 
evaluateAsString(XPathContext) - Method in class net.sf.saxon.functions.Concat
Evaluate the function in a string context
evaluateAsString(XPathContext) - Method in class net.sf.saxon.functions.FormatNumber
Evaluate in a context where a string is wanted
evaluateAsString(XPathContext) - Method in class net.sf.saxon.pattern.PatternSponsor
Evaluate an expression as a String.
EvaluateInstr - Class in com.saxonica.xslt3.instruct
An EvaluateInstr is the compiled form of an xsl:evaluate instruction
EvaluateInstr(Expression, SequenceType, Expression, Expression, Expression, Expression) - Constructor for class com.saxonica.xslt3.instruct.EvaluateInstr
Create an xsl:evaluate instruction
evaluateItem(XPathContext) - Method in class com.saxonica.bytecode.GeneratedCode
Method that can be implemented in each generated subclass, to actually evaluate the compiled code.
evaluateItem(XPathContext) - Method in class com.saxonica.expr.EquivalenceComparison
Evaluate the expression in a given context
evaluateItem(XPathContext) - Method in class com.saxonica.expr.IndexedLookupExpression
 
evaluateItem(XPathContext) - Method in class com.saxonica.expr.SwitchExpression
Evaluate an expression as a single item.
evaluateItem(XPathContext) - Method in class com.saxonica.expr.TryCatch
Evaluate as a singleton item
evaluateItem(XPathContext) - Method in class com.saxonica.functions.hof.FunctionLookup
Run-time evaluation.
evaluateItem(XPathContext) - Method in class com.saxonica.functions.hof.FunctionSequenceCoercer
Evaluate as an Item.
evaluateItem(XPathContext) - Method in class com.saxonica.functions.hof.PartialApply
Evaluate this experssion at run-time
evaluateItem(XPathContext) - Method in class com.saxonica.functions.xpath3.EnvironmentVariable
Run-time evaluation.
evaluateItem(XPathContext) - Method in class com.saxonica.functions.xpath3.FormatInteger
 
evaluateItem(XPathContext) - Method in class com.saxonica.functions.xpath3.FunctionArity
Evaluate this function call at run-time
evaluateItem(XPathContext) - Method in class com.saxonica.functions.xpath3.FunctionName
Evaluate this function call at run-time
evaluateItem(XPathContext) - Method in class com.saxonica.functions.xpath3.HasChildren
 
evaluateItem(XPathContext) - Method in class com.saxonica.functions.xpath3.ParseJsonFn
Evaluate the function to produce a single item or an empty sequence
evaluateItem(XPathContext) - Method in class com.saxonica.functions.xpath3.ParseXml
 
evaluateItem(XPathContext) - Method in class com.saxonica.functions.xpath3.ParseXmlFragment
 
evaluateItem(XPathContext) - Method in class com.saxonica.functions.xpath3.Path
Evaluate the function
evaluateItem(XPathContext) - Method in class com.saxonica.functions.xpath3.Serialize
 
evaluateItem(XPathContext) - Method in class com.saxonica.functions.xpath3.SerializeJsonFn
Evaluate the function to produce a single item or an empty sequence
evaluateItem(XPathContext) - Method in class com.saxonica.functions.xpath3.UnparsedTextLines
This method handles evaluation of the function: it returns a StringValue in the case of unparsed-text(), or a BooleanValue in the case of unparsed-text-available().
evaluateItem(XPathContext) - Method in class com.saxonica.functions.xslt3.SnapshotFn
 
evaluateItem(XPathContext) - Method in class com.saxonica.update.BasicUpdatingExpression
Evaluate an expression as a single item.
evaluateItem(XPathContext) - Method in class com.saxonica.update.CopyModifyExpression
Evaluate an expression as a single item.
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.ArithmeticExpression
Evaluate the expression.
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.ArithmeticExpression10
Evaluate the expression.
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.AtomicSequenceConverter
Evaluate as an Item.
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.Atomizer
Evaluate as an Item.
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.BooleanExpression
Evaluate the expression
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.CardinalityChecker
Evaluate as an Item.
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.CastableExpression
Evaluate the expression
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.CastableToList
Evaluate the expression
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.CastableToUnion
Evaluate the expression
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.CastExpression
Evaluate the expression
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.CompareToIntegerConstant
Evaluate an expression as a single item.
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.ContextItemExpression
Evaluate the expression
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.ErrorExpression
Evaluate the expression.
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.Expression
Evaluate an expression as a single item.
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.FirstItemExpression
Evaluate the expression
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.flwor.TupleExpression
 
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.GeneralComparison
Evaluate the expression in a given context
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.GeneralComparison10
Evaluate the expression in a given context
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.IdentityComparison
Evaluate the expression
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.InstanceOfExpression
Evaluate the expression
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.instruct.Choose
Evaluate an expression as a single item.
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.instruct.ComputedAttribute
 
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.instruct.Copy
Evaluate as an expression.
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.instruct.DocumentInstr
Evaluate as an item.
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.instruct.ElementCreator
Evaluate the constructor, returning the constructed element node.
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.instruct.FixedAttribute
 
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.instruct.Instruction
Evaluate an expression as a single item.
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.instruct.NamespaceConstructor
Evaluate as an expression.
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.instruct.NumberInstruction
 
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.instruct.SimpleNodeConstructor
Evaluate as an expression.
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.instruct.TraceExpression
Evaluate an expression as a single item.
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.instruct.ValueOf
Evaluate this expression, returning the resulting text node to the caller
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.IntegerRangeTest
Evaluate the expression
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.IsLastExpression
 
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.ItemChecker
Evaluate as an Item.
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.LastItemExpression
Evaluate the expression
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.LetExpression
Evaluate the expression as a singleton
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.Literal
Evaluate as a singleton item (or empty sequence).
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.NegateExpression
Evaluate the expression.
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.QuantifiedExpression
Evaluate the expression to return a singleton value
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.SimpleExpression
Evaluate an expression as a single item.
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.SingleNodeExpression
 
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.SingletonAtomizer
Evaluate as an Item.
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.SubscriptExpression
 
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.SuppliedParameterReference
Evaluate an expression as a single item.
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.TailCallLoop
Evaluate as an Item.
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.UserFunctionCall
Call the function, returning the value as an item.
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.ValueComparison
Evaluate the expression in a given context
evaluateItem(XPathContext) - Method in class net.sf.saxon.expr.VariableReference
 
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.Abs
Evaluate the function
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.Adjust
Evaluate in a general context
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.Average
Evaluate the function
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.BaseURI
Evaluate the function at run-time
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.BooleanFn
Evaluate the function
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.Ceiling
Evaluate the function
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.CodepointEqual
Evaluate the expression
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.CodepointsToString
Evaluate
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.Compare
Evaluate the expression
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.CompileTimeFunction
Evaluate as a single item
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.Component
Evaluate the expression
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.Concat
Evaluate in a general context
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.Contains
Evaluate the function
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.Count
Evaluate the function
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.CurrentDateTime
Evaluate in a general context
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.DateTimeConstructor
Evaluate the expression
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.DeepEqual
Evaluate the expression
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.Doc
Evaluate the expression
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.DocAvailable
Evaluate the expression
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.DocumentUriFn
Evaluate the function in a string context
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.ElementAvailable
Run-time evaluation.
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.Empty
Evaluate the function
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.EndsWith
Evaluate the function
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.Error
Evaluation of the expression always throws an error
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.EscapeURI
Evaluate the function
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.Exists
Evaluate the function
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.False
 
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.Floor
Evaluate the function
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.FormatDate
Evaluate in a general context
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.FormatNumber
Evaluate in a general context
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.FunctionAvailable
Run-time evaluation.
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.GenerateId
Evaluate the function in a string context
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.Lang
Evaluate in a general context
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.Last
Evaluate in a general context
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.LocalNameFn
Evaluate the function in a string context
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.LowerCase
Evaluate in a general context
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.Matches
Evaluate the matches() function to give a Boolean value.
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.Minimax
Evaluate the function
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.NameFn
Evaluate the function in a string context
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.NamespaceForPrefix
Evaluate the function
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.NamespaceUriFn
Evaluate the function in a string context
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.Nilled
Evaluate the function
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.NodeNameFn
Evaluate the function
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.NormalizeSpace_0
Evaluate in a general context
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.NormalizeSpace_1
Evaluate in a general context
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.NormalizeUnicode
Evaluate in a general context
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.NotFn
Evaluate the function
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.NumberFn
Evaluate in a general context
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.Position
Evaluate in a general context
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.QNameFn
Evaluate the expression
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.RegexGroup
Evaluate in a general context
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.Replace
Evaluate the function in a string context
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.ResolveQName
Evaluate the expression
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.ResolveURI
Evaluate the function at run-time
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.Root
Evaluate in a general context
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.Round
Evaluate the function
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.RoundHalfToEven
Evaluate the function
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.StartsWith
Evaluate the function
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.StringFn
Evaluate the function
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.StringJoin
 
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.StringLength
Evaluate in a general context
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.Substring
Evaluate the function
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.SubstringAfter
Evaluate the function
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.SubstringBefore
Evaluate the function
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.Sum
Evaluate the function
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.SystemProperty
Evaluate the function at run-time
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.Trace
Evaluate the function
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.Translate
Evaluate the function
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.TreatFn
Evaluate the function
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.True
 
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.TypeAvailable
Run-time evaluation.
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.UnparsedEntity
Evaluate the expression
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.UnparsedText
This method handles evaluation of the function: it returns a StringValue in the case of unparsed-text(), or a BooleanValue in the case of unparsed-text-available().
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.UnparsedTextAvailable
This method handles evaluation of the function: it returns a StringValue in the case of unparsed-text(), or a BooleanValue in the case of unparsed-text-available().
evaluateItem(XPathContext) - Method in class net.sf.saxon.functions.UpperCase
Evaluate in a general context
evaluateItem(XPathContext) - Method in class net.sf.saxon.pattern.PatternSponsor
Evaluate an expression as a single item.
evaluateLocalVariable(int) - Method in class net.sf.saxon.expr.EarlyEvaluationContext
Get the value of a local variable, identified by its slot number
evaluateLocalVariable(int) - Method in interface net.sf.saxon.expr.XPathContext
Get the value of a local variable, identified by its slot number
evaluateLocalVariable(int) - Method in class net.sf.saxon.expr.XPathContextMinor
Get the value of a local variable, identified by its slot number
evaluateManyToMany(SequenceIterator, SequenceIterator, XPathContext) - Method in class net.sf.saxon.expr.GeneralComparison
Evaluate a (zero-or-one)-to-(zero-or-one) comparison
EvaluateNode - Class in com.saxonica.functions.extfn
This class implements the saxon:evaluate-node() extension function
EvaluateNode() - Constructor for class com.saxonica.functions.extfn.EvaluateNode
 
evaluateNodeName(XPathContext) - Method in class net.sf.saxon.expr.instruct.ComputedAttribute
Determine the name to be used for the attribute, as an integer name code
evaluateNodeName(XPathContext) - Method in class net.sf.saxon.expr.instruct.FixedAttribute
 
evaluateNodeName(XPathContext) - Method in class net.sf.saxon.expr.instruct.NamespaceConstructor
 
evaluateNodeName(XPathContext) - Method in class net.sf.saxon.expr.instruct.ProcessingInstruction
 
evaluateNodeName(XPathContext) - Method in class net.sf.saxon.expr.instruct.SimpleNodeConstructor
Run-time method to compute the name of the node being constructed.
evaluatePendingUpdates(XPathContext, PendingUpdateList) - Method in class com.saxonica.bytecode.CompiledExpression
 
evaluatePendingUpdates(XPathContext, PendingUpdateList) - Method in class com.saxonica.expr.OuterForExpression
Evaluate an updating expression, adding the results to a Pending Update List.
evaluatePendingUpdates(XPathContext, PendingUpdateList) - Method in class com.saxonica.update.DeleteExpression
Evaluate an updating expression, adding the results to a Pending Update List.
evaluatePendingUpdates(XPathContext, PendingUpdateList) - Method in class com.saxonica.update.InsertExpression
Evaluate an updating expression, adding the results to a Pending Update List.
evaluatePendingUpdates(XPathContext, PendingUpdateList) - Method in class com.saxonica.update.RenameExpression
Evaluate an updating expression, adding the results to a Pending Update List.
evaluatePendingUpdates(XPathContext, PendingUpdateList) - Method in class com.saxonica.update.ReplaceNodeExpression
Evaluate an updating expression, adding the results to a Pending Update List.
evaluatePendingUpdates(XPathContext, PendingUpdateList) - Method in class com.saxonica.update.ReplaceValueExpression
Evaluate an updating expression, adding the results to a Pending Update List.
evaluatePendingUpdates(XPathContext, PendingUpdateList) - Method in class net.sf.saxon.expr.Expression
Evaluate an updating expression, adding the results to a Pending Update List.
evaluatePendingUpdates(XPathContext, PendingUpdateList) - Method in class net.sf.saxon.expr.flwor.FLWORExpression
Evaluate an updating expression, adding the results to a Pending Update List.
evaluatePendingUpdates(XPathContext, PendingUpdateList) - Method in class net.sf.saxon.expr.ForExpression
Evaluate an updating expression, adding the results to a Pending Update List.
evaluatePendingUpdates(XPathContext, PendingUpdateList) - Method in class net.sf.saxon.expr.instruct.Block
Evaluate an updating expression, adding the results to a Pending Update List.
evaluatePendingUpdates(XPathContext, PendingUpdateList) - Method in class net.sf.saxon.expr.instruct.Choose
Evaluate an updating expression, adding the results to a Pending Update List.
evaluatePendingUpdates(XPathContext, PendingUpdateList) - Method in class net.sf.saxon.expr.instruct.TraceExpression
Evaluate an updating expression, adding the results to a Pending Update List.
evaluatePendingUpdates(XPathContext, PendingUpdateList) - Method in class net.sf.saxon.expr.LetExpression
Evaluate an updating expression, adding the results to a Pending Update List.
evaluatePendingUpdates(XPathContext, PendingUpdateList) - Method in class net.sf.saxon.expr.Literal
Evaluate an updating expression, adding the results to a Pending Update List.
evaluatePendingUpdates(XPathContext, PendingUpdateList) - Method in class net.sf.saxon.expr.UserFunctionCall
Evaluate an updating expression, adding the results to a Pending Update List.
evaluatePendingUpdates(XPathContext, PendingUpdateList) - Method in class net.sf.saxon.functions.Error
Evaluate an updating expression, adding the results to a Pending Update List.
evaluatePendingUpdates(XPathContext, PendingUpdateList) - Method in class net.sf.saxon.functions.Put
Evaluate an updating expression, adding the results to a Pending Update List.
evaluateSingle(DynamicQueryContext) - Method in class net.sf.saxon.query.XQueryExpression
Execute the compiled Query, returning the first item in the result.
evaluateSingle(String, XdmItem) - Method in class net.sf.saxon.s9api.XPathCompiler
Compile and evaluate an XPath expression whose result is expected to be a single item, with a given context item.
evaluateSingle() - Method in class net.sf.saxon.s9api.XPathSelector
Evaluate the XPath expression, returning the result as an XdmItem (that is, a single node or atomic value).
evaluateSingle() - Method in class net.sf.saxon.s9api.XQueryEvaluator
Evaluate the XQuery expression, returning the result as an XdmItem (that is, a single node or atomic value).
evaluateSingle(XPathDynamicContext) - Method in class net.sf.saxon.sxpath.XPathExpression
Execute the expression, returning the result as a single Item If the result of the expression is a sequence containing more than one item, items after the first are discarded.
evaluateSingle(Source) - Method in class net.sf.saxon.sxpath.XPathExpression
Execute a prepared XPath expression, returning the first item in the result.
evaluateSingle() - Method in class net.sf.saxon.xpath.XPathExpressionImpl
Deprecated.
since 9.0. This method is not present in the JAXP interface. Either use the JAXP methods such as XPathExpressionImpl.evaluate(Object, QName), or use the Saxon XPath API instead of JAXP.
evaluateSortKey(int, XPathContext) - Method in class net.sf.saxon.expr.flwor.OrderByClause
Callback for evaluating the sort keys
evaluateSortKey(int, XPathContext) - Method in class net.sf.saxon.expr.instruct.ForEachGroup
Callback for evaluating the sort keys
evaluateSortKey(int, XPathContext) - Method in class net.sf.saxon.expr.sort.SortExpression
Callback for evaluating the sort keys
evaluateSortKey(int, XPathContext) - Method in interface net.sf.saxon.expr.sort.SortKeyEvaluator
Evaluate the n'th sort key of the context item
evaluateSortKey(int, XPathContext) - Method in class net.sf.saxon.xpath.XPathExpressionImpl
Callback for evaluating the sort keys.
evaluateStatic(String, int) - Method in class net.sf.saxon.style.UseWhenFilter
Evaluate a use-when attribute
evaluateUseWhen(String, int) - Method in class net.sf.saxon.style.UseWhenFilter
Evaluate a use-when attribute
evaluateVariable(XPathContext) - Method in class com.saxonica.expr.XPath30Parser.TemporaryXSLTVariableBinding
 
evaluateVariable(XPathContext) - Method in class net.sf.saxon.expr.Assignation
Get the value of the range variable
evaluateVariable(XPathContext) - Method in interface net.sf.saxon.expr.Binding
Evaluate the variable
evaluateVariable(XPathContext) - Method in class net.sf.saxon.expr.flwor.LocalVariableBinding
Get the value of the range variable
evaluateVariable(XPathContext) - Method in class net.sf.saxon.expr.instruct.GlobalParam
Evaluate the variable
evaluateVariable(XPathContext) - Method in class net.sf.saxon.expr.instruct.GlobalVariable
Evaluate the variable
evaluateVariable(XPathContext) - Method in class net.sf.saxon.expr.instruct.LocalParam
Evaluate the variable
evaluateVariable(XPathContext) - Method in class net.sf.saxon.expr.instruct.UserFunctionParameter
Evaluate this function parameter
evaluateVariable(XPathContext) - Method in class net.sf.saxon.expr.instruct.WithParam
Evaluate the variable (method exists only to satisfy the interface)
evaluateVariable(XPathContext) - Method in class net.sf.saxon.expr.LocalVariableReference
Return the value of the variable
evaluateVariable(XPathContext) - Method in class net.sf.saxon.expr.PositionVariable
Get the value of the range variable
evaluateVariable(XPathContext) - Method in class net.sf.saxon.expr.SuppliedParameterReference
Get the value of this expression in a given context.
evaluateVariable(XPathContext) - Method in class net.sf.saxon.expr.VariableReference
Evaluate this variable
evaluateVariable(XPathContext) - Method in class net.sf.saxon.sxpath.XPathVariable
Get the value of the variable.
evaluateVariable(XPathContext) - Method in class net.sf.saxon.xpath.JAXPVariable
Get the value of the variable.
evaluationMode - Variable in class net.sf.saxon.expr.instruct.GeneralVariable
 
evaluationMode - Variable in class net.sf.saxon.expr.instruct.UserFunction
 
EvaluationNuisance - Class in com.saxonica.config
This filter sometimes gets inserted into a serialization pipeline when running under an evaluation license: it's a deterrent to using the evaluation version for production
EvaluationNuisance(Receiver) - Constructor for class com.saxonica.config.EvaluationNuisance
 
evalUnparsedText(StringValue, String, XPathContext) - Method in class net.sf.saxon.functions.UnparsedText
 
evalUnparsedTextAvailable(StringValue, String, XPathContext) - Method in class net.sf.saxon.functions.UnparsedTextAvailable
 
EVENT_FEED_METHOD - Static variable in class net.sf.saxon.expr.Expression
 
EventAnnotationStripper - Class in net.sf.saxon.evpull
This class is an EventIterator that filters a stream of pull events setting the type annotation on element nodes to xs:untyped and on attribute nodes to xs:untypedAtomic
EventAnnotationStripper(EventIterator) - Constructor for class net.sf.saxon.evpull.EventAnnotationStripper
Create an EventAnnotationStripper
EventFeed - Class in com.saxonica.stream.feed
An EventFeed evaluates an expression in "decomposed push" mode.
EventFeed(Expression, Feed, Stack<XPathContext>) - Constructor for class com.saxonica.stream.feed.EventFeed
 
EventFeedMaker - Class in com.saxonica.stream.feed
Abstract FeedMaker acting for an Expression class that prefers to output decomposed events
EventFeedMaker() - Constructor for class com.saxonica.stream.feed.EventFeedMaker
 
EventIterator - Interface in net.sf.saxon.evpull
An iterator over a sequence of events
EventIteratorOverSequence - Class in net.sf.saxon.evpull
This class maps a SequenceIterator to an EventIterator, by simply returning the items in the sequence as PullEvents.
EventIteratorOverSequence(SequenceIterator) - Constructor for class net.sf.saxon.evpull.EventIteratorOverSequence
Create an EventIterator that wraps a given SequenceIterator
EventIteratorToReceiver - Class in net.sf.saxon.evpull
Class to read pull events from an EventIterator and write them to a Receiver
EventMappingFunction - Interface in net.sf.saxon.evpull
EventMappingFunction is an interface that must be satisfied by an object passed to an EventMappingIterator.
EventMappingIterator - Class in net.sf.saxon.evpull
MappingIterator merges a sequence of sequences into a single sequence.
EventMappingIterator(SequenceIterator, EventMappingFunction) - Constructor for class net.sf.saxon.evpull.EventMappingIterator
Construct a MappingIterator that will apply a specified MappingFunction to each Item returned by the base iterator.
EventPushingWatch - Class in com.saxonica.stream.watch
A EvaluatingWatch is a Watch that evaluates an expression based on the nodes encountered in a streamed input document, appending the value of that expression to the Watch for the next expression in the streaming route.
EventPushingWatch(Expression, SequenceReceiver, Stack<XPathContext>) - Constructor for class com.saxonica.stream.watch.EventPushingWatch
 
EventSource - Class in net.sf.saxon.event
An implementation of the JAXP Source class that supplies a document in the form of a stream of push events sent to a Receiver
EventSource() - Constructor for class net.sf.saxon.event.EventSource
 
EventStackIterator - Class in net.sf.saxon.evpull
An EventStackIterator is an EventIterator that delivers a flat sequence of PullEvents containing no nested EventIterators
EventToStaxBridge - Class in net.sf.saxon.evpull
This class bridges EventIterator events to XMLStreamReader (Stax) events.
EventToStaxBridge(EventIterator, PipelineConfiguration) - Constructor for class net.sf.saxon.evpull.EventToStaxBridge
Create a EventToStaxBridge instance, which wraps a Saxon EventIterator as a Stax XMLStreamReader
EVERY - Static variable in class net.sf.saxon.expr.parser.Token
Keyword "every"
EveryItemMappingIterator - Class in net.sf.saxon.expr
EveryItemMappingIterator applies a mapping function to each item in a sequence.
EveryItemMappingIterator(SequenceIterator, ItemMappingFunction) - Constructor for class net.sf.saxon.expr.EveryItemMappingIterator
Construct an ItemMappingIterator that will apply a specified DummyItemMappingFunction to each Item returned by the base iterator.
EXACTLY_ONE - Static variable in class net.sf.saxon.expr.StaticProperty
Occurence indicator for "exactly one" (default occurrence indicator)
EXCEPT - Static variable in class net.sf.saxon.expr.parser.Token
Operator "except"
except(IntSet) - Method in class net.sf.saxon.z.AbstractIntSet
Form a new set that is the difference of this set and another set.
except(IntSet) - Method in class net.sf.saxon.z.IntCheckingSet
 
except(IntSet) - Method in class net.sf.saxon.z.IntComplementSet
 
except(IntSet) - Method in class net.sf.saxon.z.IntEmptySet
 
except(IntSet) - Method in interface net.sf.saxon.z.IntSet
Form a new set that is the difference of this set and another set.
except(IntSet) - Method in class net.sf.saxon.z.IntSingletonSet
 
except(IntSet) - Method in class net.sf.saxon.z.IntUniversalSet
 
ExceptPattern - Class in net.sf.saxon.pattern
A pattern formed as the difference of two other patterns
ExceptPattern(Pattern, Pattern) - Constructor for class net.sf.saxon.pattern.ExceptPattern
Constructor
EXCLUDE_RESULT_PREFIXES - Static variable in class net.sf.saxon.om.StandardNames
 
EXCLUDE_VARIETY - Static variable in class net.sf.saxon.functions.DeepEqual
Flag indicating that the variety of the type of a node is to be ignored (for example, a mixed content node can compare equal to an element-only content node
EXCLUDE_WHITESPACE_TEXT_NODES - Static variable in class net.sf.saxon.functions.DeepEqual
Flag indicating that whitespace text nodes are ignored when comparing element nodes
exec(REMatcher, int, int) - Method in class net.sf.saxon.regex.Operation.OpAtom
 
exec(REMatcher, int, int) - Method in class net.sf.saxon.regex.Operation.OpBackReference
 
exec(REMatcher, int, int) - Method in class net.sf.saxon.regex.Operation.OpBOL
 
exec(REMatcher, int, int) - Method in class net.sf.saxon.regex.Operation.OpBranch
 
exec(REMatcher, int, int) - Method in class net.sf.saxon.regex.Operation.OpCharClass
 
exec(REMatcher, int, int) - Method in class net.sf.saxon.regex.Operation.OpClose
 
exec(REMatcher, int, int) - Method in class net.sf.saxon.regex.Operation.OpCloseCluster
 
exec(REMatcher, int, int) - Method in class net.sf.saxon.regex.Operation.OpConfidentPlus
 
exec(REMatcher, int, int) - Method in class net.sf.saxon.regex.Operation.OpConfidentStar
 
exec(REMatcher, int, int) - Method in class net.sf.saxon.regex.Operation.OpContinue
 
exec(REMatcher, int, int) - Method in class net.sf.saxon.regex.Operation.OpEndProgram
 
exec(REMatcher, int, int) - Method in class net.sf.saxon.regex.Operation.OpEOL
 
exec(REMatcher, int, int) - Method in class net.sf.saxon.regex.Operation.OpGoTo
 
exec(REMatcher, int, int) - Method in class net.sf.saxon.regex.Operation.OpMaybe
 
exec(REMatcher, int, int) - Method in class net.sf.saxon.regex.Operation.OpNothing
 
exec(REMatcher, int, int) - Method in class net.sf.saxon.regex.Operation.OpOpen
 
exec(REMatcher, int, int) - Method in class net.sf.saxon.regex.Operation.OpOpenCluster
 
exec(REMatcher, int, int) - Method in class net.sf.saxon.regex.Operation.OpPlus
 
exec(REMatcher, int, int) - Method in class net.sf.saxon.regex.Operation.OpReluctantMaybe
 
exec(REMatcher, int, int) - Method in class net.sf.saxon.regex.Operation.OpReluctantPlus
 
exec(REMatcher, int, int) - Method in class net.sf.saxon.regex.Operation.OpReluctantStar
 
exec(REMatcher, int, int) - Method in class net.sf.saxon.regex.Operation.OpStar
 
Executable - Class in net.sf.saxon.expr.instruct
A compiled stylesheet or a query in executable form.
Executable(Configuration) - Constructor for class net.sf.saxon.expr.instruct.Executable
Create a new Executable (a collection of stylesheet modules and/or query modules)
executable - Variable in class net.sf.saxon.query.QueryParser
 
ExecutableFunctionLibrary - Class in net.sf.saxon.functions
An ExecutableFunctionLibrary is a function library that contains definitions of functions for use at run-time.
ExecutableFunctionLibrary(Configuration) - Constructor for class net.sf.saxon.functions.ExecutableFunctionLibrary
Create the ExecutableFunctionLibrary
executeCommand(String) - Method in interface javax.xml.xquery.XQExpression
Executes an implementation-defined command.
executeCommand(Reader) - Method in interface javax.xml.xquery.XQExpression
Executes an implementation-defined command.
executeCommand(Reader) - Method in class net.sf.saxon.xqj.SaxonXQExpression
 
executeCommand(String) - Method in class net.sf.saxon.xqj.SaxonXQExpression
 
executeQuery(String) - Method in interface javax.xml.xquery.XQExpression
Executes a query expression.
executeQuery(Reader) - Method in interface javax.xml.xquery.XQExpression
Executes a query expression.
executeQuery(InputStream) - Method in interface javax.xml.xquery.XQExpression
Executes a query expression.
executeQuery() - Method in interface javax.xml.xquery.XQPreparedExpression
Executes the prepared query expression.
executeQuery(InputStream) - Method in class net.sf.saxon.xqj.SaxonXQExpression
 
executeQuery(Reader) - Method in class net.sf.saxon.xqj.SaxonXQExpression
 
executeQuery(String) - Method in class net.sf.saxon.xqj.SaxonXQExpression
 
executeQuery() - Method in class net.sf.saxon.xqj.SaxonXQPreparedExpression
 
exists(String) - Static method in class com.saxonica.functions.extfn.EXPathFile
 
Exists - Class in net.sf.saxon.functions
Implementation of the fn:exists function
Exists() - Constructor for class net.sf.saxon.functions.Exists
 
ExistsAdjunct - Class in com.saxonica.stream.adjunct
Generate streaming code for an exists() function call
ExistsAdjunct() - Constructor for class com.saxonica.stream.adjunct.ExistsAdjunct
 
ExistsCompiler - Class in com.saxonica.bytecode
Generate bytecode for a call to the exists() function
ExistsCompiler() - Constructor for class com.saxonica.bytecode.ExistsCompiler
 
ExistsWatch - Class in com.saxonica.stream.watch
Streaming watch supporting the exists() function
ExistsWatch(Expression, Feed, Stack<XPathContext>) - Constructor for class com.saxonica.stream.watch.ExistsWatch
 
exp(double) - Static method in class net.sf.saxon.option.exslt.Math
Get the exponential of a numeric value (SStL)
expand(XPathContext) - Method in class net.sf.saxon.expr.instruct.AttributeSet
Evaluate an attribute set
expand(AttributeSet[], XPathContext) - Static method in class net.sf.saxon.expr.instruct.AttributeSet
Expand (evaluate) an array of attribute sets
expand(XPathContext) - Method in class net.sf.saxon.expr.instruct.Template
Expand the template.
expand(CharSequence) - Static method in class net.sf.saxon.value.StringValue
Expand a string containing surrogate pairs into an array of 32-bit characters
EXPAND_ATTRIBUTE_DEFAULTS - Static variable in class net.sf.saxon.lib.FeatureKeys
EXPAND_ATTRIBUTE_DEFAULTS determines whether fixed and default values defined in a schema or DTD will be expanded (both on input and on output documents, if validation is requested).
expandCollationURI(String, URI) - Static method in class net.sf.saxon.functions.CollatingFunction
Expand a collation URI, which may be a relative URI reference
expandedQName(StringValue, StringValue, NameChecker) - Method in class net.sf.saxon.functions.QNameFn
 
expandText - Variable in class net.sf.saxon.style.StyleElement
 
EXPATH_ZIP - Static variable in class net.sf.saxon.lib.NamespaceConstant
URI for the EXPath zip module
EXPathFile - Class in com.saxonica.functions.extfn
Implementation of extension functions in the EXPath File package, see http://expath.org/spec/file
EXPathFile() - Constructor for class com.saxonica.functions.extfn.EXPathFile
 
expect(int) - Method in class net.sf.saxon.expr.parser.ExpressionParser
Expect a given token; fail if the current token is different.
expectsMany(Expression) - Static method in class net.sf.saxon.value.Cardinality
Determine whether multiple occurrences are not only allowed, but likely.
EXPIRED - Static variable in exception net.sf.saxon.trans.LicenseException
 
explain(ExpressionPresenter) - Method in class com.saxonica.bytecode.CompiledExpression
 
explain(ExpressionPresenter) - Method in class com.saxonica.expr.flwor.CountClause
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class com.saxonica.expr.flwor.GroupByClause
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class com.saxonica.expr.flwor.WindowClause
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class com.saxonica.expr.IndexedFilterExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class com.saxonica.expr.IndexedLookupExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class com.saxonica.expr.SwitchExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class com.saxonica.expr.TryCatch
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class com.saxonica.functions.hof.AbstractFunctionItem
 
explain(ExpressionPresenter) - Method in class com.saxonica.functions.hof.FunctionLiteral
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class com.saxonica.functions.hof.FunctionSequenceCoercer
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class com.saxonica.functions.hof.PartialApply
 
explain(ExpressionPresenter) - Method in class com.saxonica.functions.hof.UserFunctionItem
 
explain(ExpressionPresenter) - Method in class com.saxonica.stream.Inversion
Display the streaming route for diagnostic purposes
explain(ExpressionPresenter) - Method in class com.saxonica.stream.StreamingCopy
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class com.saxonica.stream.StreamInstr
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class com.saxonica.stream.TemplateInversion
Output diagnostic explanation to an ExpressionPresenter
explain(ExpressionPresenter) - Method in class com.saxonica.update.CopyModifyExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class com.saxonica.update.DeleteExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class com.saxonica.update.InsertExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class com.saxonica.update.RenameExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class com.saxonica.update.ReplaceNodeExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class com.saxonica.update.ReplaceValueExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class com.saxonica.xslt3.instruct.AccumulatorRule
 
explain(ExpressionPresenter) - Method in class com.saxonica.xslt3.instruct.BreakInstr
 
explain(ExpressionPresenter) - Method in class com.saxonica.xslt3.instruct.EvaluateInstr
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class com.saxonica.xslt3.instruct.Fork
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class com.saxonica.xslt3.instruct.IterateInstr
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class com.saxonica.xslt3.instruct.MergeInstr
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class com.saxonica.xslt3.instruct.NextIteration
 
explain(ExpressionPresenter) - Method in class com.saxonica.xsltextn.instruct.Assign
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class com.saxonica.xsltextn.instruct.While
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.event.Stripper.StripRuleTarget
 
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.AtomicSequenceConverter
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.AxisExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.BinaryExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.CardinalityChecker
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.CastableExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.CastableToList
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.CastableToUnion
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.CastExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.CastToList
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.CastToUnion
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.CompareToIntegerConstant
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.ContextItemExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.ErrorExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.Expression
Diagnostic print of expression structure.
explain(OutputStream) - Method in class net.sf.saxon.expr.Expression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.FilterExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.flwor.Clause
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.flwor.FLWORExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.flwor.ForClause
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.flwor.LetClause
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.flwor.OrderByClause
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.flwor.TraceClause
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.flwor.TupleExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.flwor.WhereClause
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.ForExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.FunctionCall
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.InstanceOfExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.AnalyzeString
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.ApplyImports
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.Block
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.CallTemplate
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.Choose
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.Comment
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.ComputedAttribute
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.ComputedElement
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.Copy
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.CopyOf
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.Doctype
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.DocumentInstr
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.FixedAttribute
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.FixedElement
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.ForEach
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.ForEachGroup
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.GeneralVariable
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.LocalParam
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.LocalParamBlock
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.LocalParamSetter
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.Message
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.NamespaceConstructor
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.NextMatch
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.NumberInstruction
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.ProcessingInstruction
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.ProcessRegexMatchInstruction
 
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.ResultDocument
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.Template
Output diagnostic explanation to an ExpressionPresenter
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.TraceExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.UseAttributeSets
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.ValueOf
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.IntegerRangeTest
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.IsLastExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.ItemChecker
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.LetExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.Literal
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.ParentNodeExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.QuantifiedExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.RootExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.SimpleExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.SlashExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.sort.ConditionalSorter
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.sort.DocumentSorter
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.sort.SortExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.SubscriptExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.SuppliedParameterReference
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.TailExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.UnaryExpression
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.UntypedSequenceConverter
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.UserFunctionCall
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.expr.VariableReference
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.pattern.PatternSponsor
Diagnostic print of expression structure.
explain(ExpressionPresenter) - Method in class net.sf.saxon.PreparedStylesheet
Produce an XML representation of the compiled and optimized stylesheet
explain - Variable in class net.sf.saxon.Query
 
explain(XQueryExpression) - Method in class net.sf.saxon.Query
Explain the results of query compilation
explain(ExpressionPresenter) - Method in class net.sf.saxon.query.XQueryExpression
Diagnostic method: display a representation of the compiled query on the selected output stream.
explain(ExpressionPresenter) - Method in class net.sf.saxon.query.XQueryFunction
Produce diagnostic output showing the compiled and optimized expression tree for a function
explain(Destination) - Method in class net.sf.saxon.s9api.XsltExecutable
Produce a diagnostic representation of the compiled stylesheet, in XML form.
explain(ExpressionPresenter) - Method in interface net.sf.saxon.trans.RuleTarget
Output diagnostic explanation to an ExpressionPresenter
explainExtraAttribute(ExpressionPresenter) - Method in class net.sf.saxon.expr.ValueComparison
 
explainExtraAttributes(ExpressionPresenter) - Method in class com.saxonica.expr.ee.GeneralComparisonEE
 
explainExtraAttributes(ExpressionPresenter) - Method in class com.saxonica.expr.EquivalenceComparison
 
explainExtraAttributes(ExpressionPresenter) - Method in class net.sf.saxon.expr.BinaryExpression
Add subclass-specific attributes to the expression tree explanation.
explainExtraAttributes(ExpressionPresenter) - Method in class net.sf.saxon.expr.GeneralComparison
 
explainExtraAttributes(ExpressionPresenter) - Method in class net.sf.saxon.expr.GeneralComparison10
 
explainGlobalFunctions(ExpressionPresenter) - Method in class net.sf.saxon.query.QueryModule
Output "explain" information about each declared function.
explainGlobalFunctions(ExpressionPresenter) - Method in class net.sf.saxon.query.XQueryFunctionLibrary
Output "explain" information about each declared function
explainGlobalVariables(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.Executable
Explain (that is, output an expression tree) the global variables
explainKeys(ExpressionPresenter) - Method in class net.sf.saxon.trans.KeyManager
Diagnostic output explaining the keys
explainNamedTemplates(ExpressionPresenter) - Method in class net.sf.saxon.PreparedStylesheet
Explain the expression tree for named templates in a stylesheet
explainOutputFileName - Variable in class net.sf.saxon.Query
 
explainParameters(WithParam[], ExpressionPresenter) - Static method in class net.sf.saxon.expr.instruct.WithParam
Static method to explain a set of parameters
explainSpecializedAttributes(ExpressionPresenter) - Method in class com.saxonica.expr.OuterForExpression
 
explainSpecializedAttributes(ExpressionPresenter) - Method in class net.sf.saxon.expr.ForExpression
 
explainStreaming(ExpressionPresenter) - Method in class com.saxonica.stream.StreamingApplyTemplates
 
explainStreaming(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
 
explainTemplateRules(ExpressionPresenter) - Method in class net.sf.saxon.trans.Mode
Explain all template rules in this mode by showing their expression tree represented in XML.
explainTemplateRules(ExpressionPresenter) - Method in class net.sf.saxon.trans.RuleManager
Explain (that is, output the expression tree) all template rules
explainThreads(ExpressionPresenter) - Method in class com.saxonica.expr.ee.MultithreadedForEach
Add the value of the saxon:threads attribute to the explain output
explainThreads(ExpressionPresenter) - Method in class net.sf.saxon.expr.instruct.ForEach
 
ExplicitTimezoneFacet - Class in com.saxonica.schema
Represents an explicitTimezone facet on a schema-defined simple type derived from date, time, dateTime, gYear, gYearMonth, gMonth, gMonthDay, or gDay
ExplicitTimezoneFacet() - Constructor for class com.saxonica.schema.ExplicitTimezoneFacet
Create an explicitTimezone facet
exportComponents(Receiver) - Method in class com.saxonica.config.EnterpriseConfiguration
Export a precompiled Schema Component Model containing all the components (except built-in components) that have been loaded into this Processor.
exportComponents(Receiver) - Method in class net.sf.saxon.Configuration
Export a precompiled Schema Component Model containing all the components (except built-in components) that have been loaded into this Processor.
exportComponents(Destination) - Method in class net.sf.saxon.s9api.SchemaManager
Export a precompiled Schema Component Model containing all the components (except built-in components) that have been loaded into this Processor.
expression - Variable in class com.saxonica.functions.extfn.Evaluate.PreparedExpression
 
expression - Variable in class com.saxonica.stream.Inversion.PushAction
 
Expression - Class in net.sf.saxon.expr
Interface supported by an XPath expression.
Expression() - Constructor for class net.sf.saxon.expr.Expression
 
expression - Variable in class net.sf.saxon.expr.SubExpressionInfo
 
expression - Variable in class net.sf.saxon.pattern.NodeSetPattern
 
expression - Variable in class net.sf.saxon.value.Closure
 
ExpressionCompiler - Class in com.saxonica.bytecode
This abstract class represents the compiler (that is, Java bytecode generator) for a particular kind of expression on the expression tree.
ExpressionCompiler() - Constructor for class com.saxonica.bytecode.ExpressionCompiler
 
ExpressionContext - Class in net.sf.saxon.style
An ExpressionContext represents the context for an XPath expression written in the stylesheet.
ExpressionContext(StyleElement) - Constructor for class net.sf.saxon.style.ExpressionContext
Create a static context for XPath expressions in an XSLT stylesheet
ExpressionFn - Class in com.saxonica.functions.extfn
This class implements the saxon:expression() extension function.
ExpressionFn(Configuration) - Constructor for class com.saxonica.functions.extfn.ExpressionFn
 
ExpressionInverter - Class in com.saxonica.stream
This class performs inversion of an expression so that it can be evaluated in push mode as events are received from the XML parser.
ExpressionInverter(Configuration) - Constructor for class com.saxonica.stream.ExpressionInverter
 
ExpressionLocation - Class in net.sf.saxon.expr.parser
Class to hold details of the location of an expression, of an error in a source file, etc.
ExpressionLocation() - Constructor for class net.sf.saxon.expr.parser.ExpressionLocation
Create an ExpressionLocation
ExpressionLocation(SourceLocator) - Constructor for class net.sf.saxon.expr.parser.ExpressionLocation
Create an ExpressionLocation, taking the data from a supplied JAXP SourceLocator
ExpressionLocation(LocationProvider, long) - Constructor for class net.sf.saxon.expr.parser.ExpressionLocation
Create an ExpressionLocation, taking the data from a supplied locationId along with a LocationProvider to interpret its meaning
ExpressionLocation(String, int, int) - Constructor for class net.sf.saxon.expr.parser.ExpressionLocation
Create an ExpressionLocation corresponding to a given module, line number, and column number
ExpressionParser - Class in net.sf.saxon.expr.parser
Parser for XPath expressions and XSLT patterns.
ExpressionParser() - Constructor for class net.sf.saxon.expr.parser.ExpressionParser
Create an expression parser
ExpressionParser.TemporaryContainer - Class in net.sf.saxon.expr.parser
A Container used on a temporary basis to hold an expression while it is being parsed
ExpressionParser.TemporaryContainer(LocationMap, int) - Constructor for class net.sf.saxon.expr.parser.ExpressionParser.TemporaryContainer
 
ExpressionPresenter - Class in net.sf.saxon.trace
This class handles the display of an abstract expression tree in an XML format with some slight resemblence to XQueryX
ExpressionPresenter(Configuration) - Constructor for class net.sf.saxon.trace.ExpressionPresenter
Make an ExpressionPresenter that writes indented output to the standard error output destination of the Configuration
ExpressionPresenter(Configuration, OutputStream) - Constructor for class net.sf.saxon.trace.ExpressionPresenter
Make an ExpressionPresenter that writes indented output to a specified output stream
ExpressionPresenter(Configuration, Receiver) - Constructor for class net.sf.saxon.trace.ExpressionPresenter
Make an ExpressionPresenter for a given Configuration using a user-supplied Receiver to accept the output
ExpressionProcessor - Interface in net.sf.saxon.expr.flwor
 
expressionSize(Expression) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
Get the size of an expression tree (the number of subexpressions it contains)
ExpressionTool - Class in net.sf.saxon.expr.parser
This class, ExpressionTool, contains a number of useful static methods for manipulating expressions.
ExpressionTool.ExpressionPredicate - Interface in net.sf.saxon.expr.parser
 
ExpressionTool.ExpressionSelector - Interface in net.sf.saxon.expr.parser
Callback for selecting expressions in the tree
ExpressionVisitor - Class in net.sf.saxon.expr.parser
The ExpressionVisitor supports the various phases of processing of an expression tree which require a recursive walk of the tree structure visiting each node in turn.
ExpressionVisitor() - Constructor for class net.sf.saxon.expr.parser.ExpressionVisitor
Create an ExpressionVisitor
ExpressionVisitor.ContextItemType - Class in net.sf.saxon.expr.parser
A data structure that represents the required type of the context item, together with information about whether it is known to be present or absent or whether it is not known statically whether it is present or absent.
ExpressionVisitor.ContextItemType(ItemType, boolean) - Constructor for class net.sf.saxon.expr.parser.ExpressionVisitor.ContextItemType
 
expStaticContext - Variable in class com.saxonica.functions.extfn.Evaluate.PreparedExpression
 
EXSLT_COMMON - Static variable in class net.sf.saxon.lib.NamespaceConstant
Fixed namespace name for EXSLT/Common: "http://exslt.org/common"
EXSLT_DATES_AND_TIMES - Static variable in class net.sf.saxon.lib.NamespaceConstant
Fixed namespace name for EXSLT/date: "http://exslt.org/dates-and-times"
EXSLT_MATH - Static variable in class net.sf.saxon.lib.NamespaceConstant
Fixed namespace name for EXSLT/math: "http://exslt.org/math"
EXSLT_RANDOM - Static variable in class net.sf.saxon.lib.NamespaceConstant
Fixed namespace name for EXSLT/random: "http://exslt.org/random"
EXSLT_SETS - Static variable in class net.sf.saxon.lib.NamespaceConstant
Fixed namespace name for EXSLT/sets: "http://exslt.org/sets"
extendBindingList(Binding[]) - Method in class net.sf.saxon.expr.Assignation
Extend an array of variable bindings to include the binding(s) defined in this expression
extendBindingList(Binding[]) - Method in class net.sf.saxon.expr.ForExpression
Extend an array of variable bindings to include the binding(s) defined in this expression
extendedTypes - Variable in class com.saxonica.schema.UserDefinedType
The set of all the types that are derived by extension from this type
ExtendedXQueryParser - Class in com.saxonica.expr
Parser extension for new syntax in XQuery Update and/or XQuery 3.0.
ExtendedXQueryParser(String, boolean) - Constructor for class com.saxonica.expr.ExtendedXQueryParser
 
EXTENSION_ELEMENT_PREFIXES - Static variable in class net.sf.saxon.om.StandardNames
 
EXTENSION_INSTRUCTION - Static variable in class net.sf.saxon.trace.Location
An XSLT instruction.
ExtensionElementFactory - Interface in com.saxonica.xsltextn
Interface ExtensionElementFactory.
ExtensionFunction - Interface in net.sf.saxon.s9api
This is an interface for simple external/extension functions.
ExtensionFunctionCall - Class in net.sf.saxon.lib
This abstract class is provided to allow user-written extension functions to be implemented with the full capabilities of functions that are an intrinsic part of the Saxon product.
ExtensionFunctionCall() - Constructor for class net.sf.saxon.lib.ExtensionFunctionCall
 
ExtensionFunctionDefinition - Class in net.sf.saxon.lib
This abstract class is provided to allow user-written extension functions to be implemented with the full capabilities of functions that are an intrinsic part of the Saxon product.
ExtensionFunctionDefinition() - Constructor for class net.sf.saxon.lib.ExtensionFunctionDefinition
 
ExtensionFunctionFactory - Interface in net.sf.saxon.functions
This is a marker interface representing an abstract superclass of JavaExtensionFunctionFactory and DotNetExtensionFunctionFactory.
ExtensionInstruction - Class in net.sf.saxon.style
Abstract class representing an extension instruction
ExtensionInstruction() - Constructor for class net.sf.saxon.style.ExtensionInstruction
 
extensionNamespaces - Variable in class net.sf.saxon.style.StyleElement
 
Extensions - Class in com.saxonica.functions.extfn
This class implements functions that are supplied as standard with SAXON, but which are not defined in the XSLT or XPath specifications.
EXTERNAL_OBJECT_TYPE - Static variable in class net.sf.saxon.type.ExternalObjectType
 
ExternalObjectModel - Interface in net.sf.saxon.lib
This interface must be implemented by any third-party object model that can be wrapped with a wrapper that implements the Saxon Object Model (the NodeInfo interface).
ExternalObjectType - Class in net.sf.saxon.type
This class represents the type of an external Java object returned by an extension function, or supplied as an external variable/parameter.
ExternalObjectType(Class) - Constructor for class net.sf.saxon.type.ExternalObjectType
Create an external object type.
ExternalObjectType(Class, Configuration) - Constructor for class net.sf.saxon.type.ExternalObjectType
Create an external object type.
externalResolver - Variable in class net.sf.saxon.sxpath.IndependentContext
 
externalVariableExists(QName) - Method in class net.sf.saxon.xqj.SaxonXQDynamicContext
 
externalVariableExists(QName) - Method in class net.sf.saxon.xqj.SaxonXQExpression
 
externalVariableExists(QName) - Method in class net.sf.saxon.xqj.SaxonXQPreparedExpression
 
EXTRACT_GLOBAL_VARIABLES - Static variable in class net.sf.saxon.expr.parser.PromotionOffer
EXTRACT_GLOBAL_VARIABLES identifies subexpressions that are not constant, but have no dependencies other than on global variables or parameters (they must also be non-creative).
extractGlobalVariables(Expression, ExpressionVisitor, PromotionOffer) - Method in class com.saxonica.expr.ee.OptimizerEE
Extract subexpressions from the body of a function that can be evaluated as global variables
extractGlobalVariables(Expression, ExpressionVisitor, PromotionOffer) - Method in class net.sf.saxon.expr.parser.Optimizer
Extract subexpressions from the body of a function that can be evaluated as global variables
ExtraFunctionLibrary - Class in com.saxonica.functions.extfn
The ExtraFunctionLibrary represents additions to the set of Saxon vendor-supplied extension functions that are available only with the Saxon-PE and Saxon-EE editions
ExtraFunctionLibrary(Configuration) - Constructor for class com.saxonica.functions.extfn.ExtraFunctionLibrary
 

F

Facet - Class in com.saxonica.schema
Represents an XML Schema Facet.
Facet() - Constructor for class com.saxonica.schema.Facet
 
factorOutDot(Expression, Binding) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
Replace references to the context item with references to a variable
FAIL - Static variable in interface net.sf.saxon.trans.BuiltInRuleSet
 
FailRuleSet - Class in com.saxonica.xslt3.instruct
The built-in rule set introduced in XSLT 3.0, which raises an error when there is no user-supplied template rule that matches a node.
fallbackProcessing(Executable, Declaration, StyleElement) - Method in class net.sf.saxon.style.StyleElement
Perform fallback processing.
False - Class in net.sf.saxon.functions
Implement the XPath function fn:false()
False() - Constructor for class net.sf.saxon.functions.False
 
FALSE - Static variable in class net.sf.saxon.value.BooleanValue
The boolean value FALSE
FALSE - Static variable in class net.sf.saxon.value.StringValue
 
FastStringBuffer - Class in net.sf.saxon.tree.util
A simple implementation of a class similar to StringBuffer.
FastStringBuffer(int) - Constructor for class net.sf.saxon.tree.util.FastStringBuffer
Create a FastStringBuffer with a given initial capacity
FastStringBuffer(CharSequence) - Constructor for class net.sf.saxon.tree.util.FastStringBuffer
Create a FastStringBuffer with initial content
fatalError(TransformerException) - Method in class com.saxonica.jaxp.ValidatorImpl.ErrorListenerWrappingErrorHandler
Receive notification of a non-recoverable error.
fatalError(SAXParseException) - Method in class net.sf.saxon.lib.StandardErrorHandler
Callback interface for SAX: not for application use
fatalError(TransformerException) - Method in class net.sf.saxon.lib.StandardErrorListener
Receive notification of a non-recoverable error.
FeatureKeys - Class in net.sf.saxon.lib
FeatureKeys defines a set of constants, representing the names of Saxon configuration options which can be supplied to the Saxon implementations of the JAXP interfaces TransformerFactory, SchemaFactory, Validator, and ValidationHandler, and to other interfaces such as the s9api Processor
FeatureKeys() - Constructor for class net.sf.saxon.lib.FeatureKeys
 
features - Variable in class com.saxonica.config.Verifier
 
Feed - Interface in com.saxonica.stream.feed
A Feed is pipeline component that accepts a sequence of items in composed form: it does not accept events such as startElement and endElement that represent "decomposed" nodes in the data model.
FeedMaker - Interface in com.saxonica.stream.feed
An expression that can be evaluated in streaming mode is represented at compile time by a list of FeedMaker objects.
feedMaker - Variable in class com.saxonica.stream.Inversion.PushAction
 
FEQ - Static variable in class net.sf.saxon.expr.parser.Token
operator "eq"
fetch(String, Configuration) - Static method in class net.sf.saxon.lib.StandardEntityResolver
 
FGE - Static variable in class net.sf.saxon.expr.parser.Token
operator "ge"
FGT - Static variable in class net.sf.saxon.expr.parser.Token
operator "gt"
FieldChecker - Class in com.saxonica.validate
A FieldChecker is instantiated when a field in an identity constraint is matched; it receives notification of all events until the end of the element (or attribute) that matched the selector.
FieldChecker(SelectorWatch, Pattern, AtomicSequence[], int) - Constructor for class com.saxonica.validate.FieldChecker
Create a new FieldChecker
FieldWatch - Class in com.saxonica.validate
A FieldWatch is a class that is looking for nodes that match a field selector within a uniqueness or key constraint.
FieldWatch(SelectorWatch, Pattern, AtomicSequence[], int) - Constructor for class com.saxonica.validate.FieldWatch
Create a new FieldWatch
filter - Variable in class net.sf.saxon.expr.FilterIterator
 
Filter - Class in net.sf.saxon
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 net.sf.saxon.Filter
Create a Filter and initialise variables.
filterContext - Variable in class com.saxonica.bytecode.iter.CompiledFilterIterator
 
filterContext - Variable in class net.sf.saxon.expr.FilterIterator
 
FILTERED - Static variable in class net.sf.saxon.expr.FilterExpression
 
filteredSingleton(NodeInfo, NodeTest) - Static method in class net.sf.saxon.tree.util.Navigator
Create an iterator over a singleton node, if it exists and matches a nodetest; otherwise return an empty iterator
FilterExpression - Class in net.sf.saxon.expr
A FilterExpression contains a base expression and a filter predicate, which may be an integer expression (positional filter), or a boolean expression (qualifier)
FilterExpression(Expression, Expression) - Constructor for class net.sf.saxon.expr.FilterExpression
Constructor
FilterExpressionAdjunct - Class in com.saxonica.stream.adjunct
Generate streaming code for a filter expression (when not part of a Watch).
FilterExpressionAdjunct() - Constructor for class com.saxonica.stream.adjunct.FilterExpressionAdjunct
 
FilterExpressionCompiler - Class in com.saxonica.bytecode
Generate bytecode to evaluate a filter expression
FilterExpressionCompiler() - Constructor for class com.saxonica.bytecode.FilterExpressionCompiler
 
FilterExpressionFeed - Class in com.saxonica.stream.feed
This class is used when a streaming template requests filtering of items that don't come directly from the streamed document, but rather are constructed in the course of the push pipeline
FilterExpressionFeed(Expression, Feed, Stack<XPathContext>) - Constructor for class com.saxonica.stream.feed.FilterExpressionFeed
 
FilterFactory - Interface in net.sf.saxon.event
Factory class to create a ProxyReceiver which filters events on a push pipeline
FilterFn - Class in com.saxonica.functions.hof
This class implements the function fn:filter(), which is a standard function in XQuery 3.0
FilterFn() - Constructor for class com.saxonica.functions.hof.FilterFn
 
FilterIterator - Class in net.sf.saxon.expr
A CompiledFilterIterator filters an input sequence using a filter expression.
FilterIterator(SequenceIterator, Expression, XPathContext) - Constructor for class net.sf.saxon.expr.FilterIterator
Constructor
FilterIterator.NonNumeric - Class in net.sf.saxon.expr
Subclass to handle the common special case where it is statically known that the filter cannot return a numeric value
FilterIterator.NonNumeric(SequenceIterator, Expression, XPathContext) - Constructor for class net.sf.saxon.expr.FilterIterator.NonNumeric
Create a CompiledFilterIterator for the situation where it is known that the filter expression will never evaluate to a number value.
finalize() - Method in class net.sf.saxon.Configuration
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
finalProhibitions - Variable in class com.saxonica.schema.UserDefinedType
Flags used to implement the "final" and "block" attributes
Find - Class in com.saxonica.functions.extfn
This class implements the extension function saxon:find, which finds a value within an indexed sequence
Find() - Constructor for class com.saxonica.functions.extfn.Find
 
find(String) - Method in class net.sf.saxon.om.DocumentPool
Get the document with a given document-uri
find(DocumentURI) - Method in class net.sf.saxon.om.DocumentPool
Get the document with a given document-uri
find(int) - Method in class net.sf.saxon.z.IntToIntArrayMap
Finds a key in the map.
find(int) - Method in class net.sf.saxon.z.IntToIntHashMap
Finds a key in the map.
find(int) - Method in interface net.sf.saxon.z.IntToIntMap
Finds a key in the map.
findByNodeName(NodeName) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Find an attribute by node name
findCollation(String, String) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
Find a named collation.
findItems(Expression, SequenceIterator, boolean, boolean, AtomicComparer, XPathContext) - Method in class com.saxonica.expr.IndexedValue
Retrieve items that match a given index value
findItems(Expression, SequenceIterator, boolean, boolean, AtomicComparer, XPathContext) - Method in class com.saxonica.expr.MultiIndex
Retrieve items that match a given index value
findOuterRangeVariable(StructuredQName, Stack<XPath30Parser.InlineFunctionDetails>, StaticContext) - Static method in class com.saxonica.expr.XPath30Parser
 
findRangeVariable(StructuredQName) - Method in class com.saxonica.expr.ExtendedXQueryParser
Locate a range variable with a given name.
findRangeVariable(StructuredQName) - Method in class com.saxonica.expr.XPath30Parser
Locate a range variable with a given name.
findRangeVariable(StructuredQName) - Method in class net.sf.saxon.expr.parser.ExpressionParser
Locate a range variable with a given name.
findSimilarNamespace(String) - Static method in class net.sf.saxon.lib.NamespaceConstant
Find a similar namespace to one that is a possible mis-spelling
FingerprintedNode - Interface in net.sf.saxon.om
This is a marker interface used to identify nodes that contain a namepool fingerprint.
FingerprintedQName - Class in net.sf.saxon.om
A QName triple (prefix, URI, local) with the additional ability to hold an integer fingerprint.
FingerprintedQName(String, String, String) - Constructor for class net.sf.saxon.om.FingerprintedQName
 
FingerprintedQName(String, String, String, int) - Constructor for class net.sf.saxon.om.FingerprintedQName
 
finish() - Method in class com.saxonica.stream.Conduit
Interface allowing the producer to indicate that there are no more items to come.
FiniteStateMachine - Class in com.saxonica.schema.fsa
Class representing a finite state machine, as a collection of states with transitions between them.
FiniteStateMachine(UserComplexType, boolean) - Constructor for class com.saxonica.schema.fsa.FiniteStateMachine
Create a finite state machine
FiniteStateMachine.TermParticlePair - Class in com.saxonica.schema.fsa
 
FiniteStateMachine.TermParticlePair(Term, Particle) - Constructor for class com.saxonica.schema.fsa.FiniteStateMachine.TermParticlePair
 
first() - Method in interface javax.xml.xquery.XQSequence
Moves to the first item in the sequence.
first() - Method in class net.sf.saxon.xqj.SaxonXQForwardSequence
 
first() - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
FIRST_INTO - Static variable in class net.sf.saxon.expr.parser.Token
"first into"
firstInvalidChar(CharSequence) - Method in class net.sf.saxon.om.NameChecker
Test whether all the characters in a CharSequence are valid XML characters
FirstItemExpression - Class in net.sf.saxon.expr
A FirstItemExpression returns the first item in the sequence returned by a given base expression
FirstItemExpressionAdjunct - Class in com.saxonica.stream.adjunct
Generate streaming code for a first item expression (when not part of a Watch).
FirstItemExpressionAdjunct() - Constructor for class com.saxonica.stream.adjunct.FirstItemExpressionAdjunct
 
FirstItemExpressionCompiler - Class in com.saxonica.bytecode
Generate code for the FirstItemExpression
FirstItemExpressionCompiler() - Constructor for class com.saxonica.bytecode.FirstItemExpressionCompiler
 
fix(XPathContext) - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
 
FIXED_UP - Static variable in interface net.sf.saxon.type.SchemaComponent
Validation status: fixed up (all references to other components have been resolved)
FixedAttribute - Class in net.sf.saxon.expr.instruct
An instruction derived from an xsl:attribute element in stylesheet, or from an attribute constructor in XQuery.
FixedAttribute(NodeName, int, SimpleType) - Constructor for class net.sf.saxon.expr.instruct.FixedAttribute
Construct an Attribute instruction
FixedAttributeCompiler - Class in com.saxonica.bytecode
Generate bytecode for a fixed attribute constructor
FixedAttributeCompiler() - Constructor for class com.saxonica.bytecode.FixedAttributeCompiler
 
FixedElement - Class in net.sf.saxon.expr.instruct
An instruction that creates an element node whose name is known statically.
FixedElement(NodeName, NamespaceBinding[], boolean, SchemaType, int) - Constructor for class net.sf.saxon.expr.instruct.FixedElement
Create an instruction that creates a new element node
FixedElementCompiler - Class in com.saxonica.bytecode
Generate bytecode for a fixed element constructor (or XSLT literal result element)
FixedElementCompiler() - Constructor for class com.saxonica.bytecode.FixedElementCompiler
 
fixup(SchemaCompiler) - Method in class com.saxonica.schema.AttributeDecl
Check references from this component to other components
fixup(SchemaCompiler) - Method in class com.saxonica.schema.AttributeGroupDecl
Check references from this component to other components
fixup(SchemaCompiler) - Method in class com.saxonica.schema.AttributeGroupReference
Fix up references to other elements in the schema.
fixup(SchemaCompiler) - Method in class com.saxonica.schema.AttributeUse
Fix up references to other elements in the schema.
fixup(SchemaCompiler) - Method in class com.saxonica.schema.ElementDecl
Check references from this component to other components
fixup(SchemaCompiler) - Method in class com.saxonica.schema.ElementParticle
Check references from this component to other components
fixup(SchemaCompiler) - Method in class com.saxonica.schema.ElementWildcard
Check references from this component to other components
fixup(SchemaCompiler) - Method in class com.saxonica.schema.IdentityConstraint
Check references from this component to other components
fixup(SchemaCompiler) - Method in class com.saxonica.schema.KeyRef
Check references from this component to other components
fixup(SchemaCompiler) - Method in class com.saxonica.schema.ModelGroup
Check references from this component to other components
fixup(SchemaCompiler) - Method in class com.saxonica.schema.ModelGroupParticle
Fix up references to other elements in the schema.
fixup(SchemaCompiler) - Method in class com.saxonica.schema.Notation
Check references from this component to other components
fixup(SchemaCompiler) - Method in class com.saxonica.schema.Particle
Check references from this component to other components
fixup(SchemaCompiler) - Method in class com.saxonica.schema.SchemaStructure
Fixup references from this schema component to others
fixup(SchemaCompiler) - Method in class com.saxonica.schema.sdoc.SimpleTypeDefinition
Check references from this component to other components
fixup(SchemaCompiler) - Method in class com.saxonica.schema.TypeAlternative
Fixup references from this schema component to others
fixup(SchemaCompiler) - Method in class com.saxonica.schema.UserComplexType
Check references from this component to other components
fixup(SchemaCompiler) - Method in interface com.saxonica.schema.UserSchemaComponent
Check references from this component to other components
fixup(Binding) - Method in class com.saxonica.xsltextn.instruct.Assign
 
fixup(Binding) - Method in interface net.sf.saxon.expr.BindingReference
Fix up this binding reference to a binding
fixup(Binding) - Method in class net.sf.saxon.expr.VariableReference
Fix up this variable reference to a Binding object, which enables the value of the variable to be located at run-time.
fixupBinding(Binding) - Method in class net.sf.saxon.style.SourceBinding
Notify all variable references of the Binding instruction
fixupGlobalFunctions() - Method in class net.sf.saxon.query.QueryModule
Fixup all references to global functions.
fixupGlobalFunctions(QueryModule) - Method in class net.sf.saxon.query.XQueryFunctionLibrary
Fixup all references to global functions.
fixupGlobalVariables(SlotManager, GlobalVariable) - Method in class net.sf.saxon.query.QueryModule
Fixup all references to global variables.
fixupInsertedNamespaces(boolean) - Method in class net.sf.saxon.tree.linked.ElementImpl
Ensure that a child element being inserted into a tree has the right namespace declarations.
fixupQueryModules(QueryModule, boolean) - Method in class net.sf.saxon.expr.instruct.Executable
Fix up global variables and functions in all query modules.
fixupReferences() - Method in class net.sf.saxon.query.XQueryFunction
Fix up references to this function
fixupReferences() - Method in class net.sf.saxon.style.SourceBinding
Notify all references to this variable of the data type
fixupReferences() - Method in class net.sf.saxon.style.StyleElement
Fix up references from XPath expressions.
fixupReferences() - Method in class net.sf.saxon.style.XSLFunction
Notify all references to this function of the data type.
fixupReferences() - Method in class net.sf.saxon.style.XSLGlobalVariable
 
fixupReferences() - Method in class net.sf.saxon.style.XSLLocalParam
 
fixupReferences() - Method in class net.sf.saxon.style.XSLLocalVariable
 
fixupSubstitutionGroup(SchemaCompiler) - Method in class com.saxonica.schema.ElementDecl
Fix up the reference(s) to the head(s) of the substitition group(s)
FLAGS - Static variable in class net.sf.saxon.om.StandardNames
 
flatten(EventIterator) - Static method in class net.sf.saxon.evpull.EventStackIterator
Factory method to create an iterator that flattens the sequence of PullEvents received from a base iterator, that is, it returns an EventIterator that will never return any nested iterators.
FLE - Static variable in class net.sf.saxon.expr.parser.Token
opeartor "le"
FleetingDocumentNode - Class in com.saxonica.stream.om
A Fleeting node (that is a transient node in a streamed document) that represents a document node
FleetingDocumentNode(long) - Constructor for class com.saxonica.stream.om.FleetingDocumentNode
 
FleetingElementNode - Class in com.saxonica.stream.om
Represents an element node available transiently within a streamed document
FleetingElementNode() - Constructor for class com.saxonica.stream.om.FleetingElementNode
 
FleetingNode - Class in com.saxonica.stream.om
A FleetingNode is a node that exists transiently in the course of streaming processing.
FleetingNode() - Constructor for class com.saxonica.stream.om.FleetingNode
 
FleetingParentNode - Class in com.saxonica.stream.om
A streamed document or element node.
FleetingParentNode() - Constructor for class com.saxonica.stream.om.FleetingParentNode
 
FLOAT - Static variable in class net.sf.saxon.s9api.ItemType
ItemType representing the primitive type xs:float
FLOAT - Static variable in class net.sf.saxon.type.BuiltInAtomicType
 
FLOAT_DECIMAL - Static variable in class net.sf.saxon.expr.Calculator
 
FLOAT_DOUBLE - Static variable in class net.sf.saxon.expr.Calculator
Calculators used when the first operand is a float
FLOAT_FLOAT - Static variable in class net.sf.saxon.expr.Calculator
 
FLOAT_INTEGER - Static variable in class net.sf.saxon.expr.Calculator
 
FLOAT_TO_DECIMAL - Static variable in class net.sf.saxon.type.Converter
 
FLOAT_TO_INTEGER - Static variable in class net.sf.saxon.type.Converter
 
FloatingPointConverter - Class in net.sf.saxon.value
This is a utility class that handles formatting of numbers as strings.
FloatToBooleanCompiler - Class in com.saxonica.bytecode.converter
Generate code for a Float to Boolean CastExpression
FloatToBooleanCompiler() - Constructor for class com.saxonica.bytecode.converter.FloatToBooleanCompiler
 
FloatToDoubleCompiler - Class in com.saxonica.bytecode.converter
Generate code for a Float to Double CastExpression
FloatToDoubleCompiler() - Constructor for class com.saxonica.bytecode.converter.FloatToDoubleCompiler
 
FloatToIntegerCompiler - Class in com.saxonica.bytecode.converter
Generate code for a Float to Integer CastExpression
FloatToIntegerCompiler() - Constructor for class com.saxonica.bytecode.converter.FloatToIntegerCompiler
 
floatToString(float) - Static method in class net.sf.saxon.value.FloatValue
Internal method used for conversion of a float to a string
FloatToStringCompiler - Class in com.saxonica.bytecode.converter
Generate code for a Float to String CastExpression
FloatToStringCompiler() - Constructor for class com.saxonica.bytecode.converter.FloatToStringCompiler
 
FloatToUntypedAtomicCompiler - Class in com.saxonica.bytecode.converter
Generate code for a Float to Untyped Atomic CastExpression
FloatToUntypedAtomicCompiler() - Constructor for class com.saxonica.bytecode.converter.FloatToUntypedAtomicCompiler
 
FloatValue - Class in net.sf.saxon.value
A numeric (single precision floating point) value
FloatValue(float) - Constructor for class net.sf.saxon.value.FloatValue
Constructor supplying a float
FloatValue(float, AtomicType) - Constructor for class net.sf.saxon.value.FloatValue
Constructor supplying a float and an AtomicType, for creating a value that belongs to a user-defined subtype of xs:float.
Floor - Class in net.sf.saxon.functions
This class supports the ceiling(), floor(), round(), and round-to-half-even() functions, and also the abs() function
Floor() - Constructor for class net.sf.saxon.functions.Floor
 
floor() - Method in class net.sf.saxon.value.BigIntegerValue
Implement the XPath floor() function
floor() - Method in class net.sf.saxon.value.DecimalValue
Implement the XPath floor() function
floor() - Method in class net.sf.saxon.value.DoubleValue
Implement the XPath floor() function
floor() - Method in class net.sf.saxon.value.FloatValue
Implement the XPath floor() function
floor() - Method in class net.sf.saxon.value.Int64Value
Implement the XPath floor() function
floor() - Method in class net.sf.saxon.value.NumericValue
Implement the XPath floor() function
FLT - Static variable in class net.sf.saxon.expr.parser.Token
operator "lt"
flush() - Method in class net.sf.saxon.event.StreamWriterToReceiver
 
flush() - Method in class net.sf.saxon.serialize.UTF8Writer
 
FLWORExpression - Class in net.sf.saxon.expr.flwor
This class represents a FLWOR expression, evaluated using tuple streams
FLWORExpression(List<Clause>, Expression) - Constructor for class net.sf.saxon.expr.flwor.FLWORExpression
 
FLWORExpressionCompiler - Class in com.saxonica.bytecode
Generate bytecode for a call to the FLWORExpression
FLWORExpressionCompiler() - Constructor for class com.saxonica.bytecode.FLWORExpressionCompiler
 
FN - Static variable in class net.sf.saxon.lib.NamespaceConstant
The standard namespace for functions and operators
FN_CURRENT - Static variable in class net.sf.saxon.functions.Current
The name of the Current function
FNE - Static variable in class net.sf.saxon.expr.parser.Token
operator "ne"
FnNamespaceSchema - Class in com.saxonica.schema.sdoc
This module constructs synthetically (that is, without reading an XML schema document) the schema components for the FN namespace: that is, the schema for the result document of the fn:analyze-string instruction introduced in XQuery 1.1
FnNamespaceSchema() - Constructor for class com.saxonica.schema.sdoc.FnNamespaceSchema
 
FOCUS - Static variable in class net.sf.saxon.functions.StandardFunction
 
FOCUS_INDEPENDENT - Static variable in class net.sf.saxon.expr.parser.PromotionOffer
FOCUS_INDEPENDENT requests promotion of all non-trivial subexpressions that don't depend on the focus.
FoldLeftFn - Class in com.saxonica.functions.hof
This class implements the function fn:fold-left(), which is a standard function in XQuery 1.1
FoldLeftFn() - Constructor for class com.saxonica.functions.hof.FoldLeftFn
 
FoldRightFn - Class in com.saxonica.functions.hof
This class implements the function fn:fold-right(), which is a standard function in XQuery 3.0
FoldRightFn() - Constructor for class com.saxonica.functions.hof.FoldRightFn
 
FOLLOWING - Static variable in class net.sf.saxon.om.AxisInfo
Constant representing the following axis
FOLLOWING_SIBLING - Static variable in class net.sf.saxon.om.AxisInfo
Constant representing the following-sibling axis
FOLLOWS - Static variable in class net.sf.saxon.expr.parser.Token
Operator ">>"
FOR - Static variable in class net.sf.saxon.expr.flwor.Clause
 
FOR - Static variable in class net.sf.saxon.expr.parser.Token
"for" keyword
FOR_EXPRESSION - Static variable in class net.sf.saxon.trace.Location
An XPath or XQuery "for" clause.
FOR_SLIDING - Static variable in class net.sf.saxon.expr.parser.Token
"for sliding" (XQuery 3.0)
FOR_TUMBLING - Static variable in class net.sf.saxon.expr.parser.Token
"for tumbling" (XQuery 3.0)
FOR_UPDATE - Static variable in class net.sf.saxon.om.CopyOptions
 
ForceCaseCompiler - Class in com.saxonica.bytecode
Generate bytecode for evaluation of a call to the upper-case() and lower-case functions
ForceCaseCompiler() - Constructor for class com.saxonica.bytecode.ForceCaseCompiler
 
forceToBoolean(Expression, TypeHierarchy) - Method in class net.sf.saxon.expr.BooleanExpression
 
ForClause - Class in net.sf.saxon.expr.flwor
A "for" clause in a FLWOR expression
ForClause() - Constructor for class net.sf.saxon.expr.flwor.ForClause
 
forClause - Variable in class net.sf.saxon.expr.flwor.ForClauseOuterPush
 
forClause - Variable in class net.sf.saxon.expr.flwor.ForClausePull
 
forClause - Variable in class net.sf.saxon.expr.flwor.ForClausePush
 
ForClauseOuterPull - Class in net.sf.saxon.expr.flwor
This class represents the tuple stream returned by a "for" clause in a FLWOR expression
ForClauseOuterPull(TuplePull, ForClause) - Constructor for class net.sf.saxon.expr.flwor.ForClauseOuterPull
 
ForClauseOuterPush - Class in net.sf.saxon.expr.flwor
This class implements the changes to the tuple stream effected by a "for" clause in a FLWOR expression where "allowing empty" is specified
ForClauseOuterPush(TuplePush, ForClause) - Constructor for class net.sf.saxon.expr.flwor.ForClauseOuterPush
 
ForClausePull - Class in net.sf.saxon.expr.flwor
This class implements the changes to the tuple stream effected by a "for" clause in a FLWOR expression
ForClausePull(TuplePull, ForClause) - Constructor for class net.sf.saxon.expr.flwor.ForClausePull
 
ForClausePush - Class in net.sf.saxon.expr.flwor
This class implements the changes to the tuple stream effected by a "for" clause in a FLWOR expression
ForClausePush(TuplePush, ForClause) - Constructor for class net.sf.saxon.expr.flwor.ForClausePush
 
ForEach - Class in net.sf.saxon.expr.instruct
Handler for xsl:for-each elements in a stylesheet.
ForEach(Expression, Expression) - Constructor for class net.sf.saxon.expr.instruct.ForEach
Create an xsl:for-each instruction
ForEach(Expression, Expression, boolean, Expression) - Constructor for class net.sf.saxon.expr.instruct.ForEach
Create an xsl:for-each instruction
ForEachAdjunct - Class in com.saxonica.stream.adjunct
Compile an xsl:for-each instruction to streaming code.
ForEachAdjunct() - Constructor for class com.saxonica.stream.adjunct.ForEachAdjunct
 
ForEachComposingWatch - Class in com.saxonica.stream.watch
This watch implements xsl:for-each in streaming mode, in the case where the select expression is a pattern that selects events from the streamed input, but the body of the for-each does no further downwards navigation, and delivers composed items to an ItemFeed acting as the parent expression of the for-each.
ForEachComposingWatch(ContextSwitchingExpression, Feed, Stack<XPathContext>) - Constructor for class com.saxonica.stream.watch.ForEachComposingWatch
 
ForEachFeed - Class in com.saxonica.stream.feed
This class is used when a streaming template applies xsl:for-each to items that don't come directly from the streamed document, but rather are constructed in the course of the push pipeline.
ForEachFeed(Expression, Feed, Stack<XPathContext>) - Constructor for class com.saxonica.stream.feed.ForEachFeed
 
ForEachFn - Class in com.saxonica.functions.hof
This class implements the function fn:for-each(), which is a standard function in XQuery 3.0 (renamed from fn:map)
ForEachFn() - Constructor for class com.saxonica.functions.hof.ForEachFn
 
ForEachGroup - Class in net.sf.saxon.expr.instruct
Handler for xsl:for-each-group elements in stylesheet.
ForEachGroup(Expression, Expression, byte, Expression, StringCollator, Expression, URI, SortKeyDefinition[]) - Constructor for class net.sf.saxon.expr.instruct.ForEachGroup
Create a for-each-group instruction
ForEachGroupAdjunct - Class in com.saxonica.stream.adjunct
Handle streamed implementation of an xsl:for-each-group instruction.
ForEachGroupAdjunct() - Constructor for class com.saxonica.stream.adjunct.ForEachGroupAdjunct
 
ForEachGroupCompiler - Class in com.saxonica.bytecode
Bytecode generator for the xsl:for-each-group class
ForEachGroupCompiler() - Constructor for class com.saxonica.bytecode.ForEachGroupCompiler
 
ForEachPairFn - Class in com.saxonica.functions.hof
This class implements the function fn:for-each-pair(), which is a standard function in XQuery 3.0 (formerly map-pairs())
ForEachPairFn() - Constructor for class com.saxonica.functions.hof.ForEachPairFn
 
ForEachWatch - Class in com.saxonica.stream.watch
This watch implements xsl:for-each in streaming mode.
ForEachWatch(Expression, SequenceReceiver, Stack<XPathContext>) - Constructor for class com.saxonica.stream.watch.ForEachWatch
 
FOREIGN_TAIL_CALL - Static variable in class net.sf.saxon.expr.UserFunctionCall
 
ForExpression - Class in net.sf.saxon.expr
A ForExpression maps an expression over a sequence.
ForExpression() - Constructor for class net.sf.saxon.expr.ForExpression
Create a "for" expression (for $x at $p in SEQUENCE return ACTION)
ForExpression.EventMappingAction - Class in net.sf.saxon.expr
The EventMappingAction represents the action to be taken for each item in the source sequence.
ForExpression.EventMappingAction(XPathContext, int, PositionVariable, Expression) - Constructor for class net.sf.saxon.expr.ForExpression.EventMappingAction
 
ForExpression.MappingAction - Class in net.sf.saxon.expr
The MappingAction represents the action to be taken for each item in the source sequence.
ForExpression.MappingAction() - Constructor for class net.sf.saxon.expr.ForExpression.MappingAction
 
ForExpression.MappingAction(XPathContext, int, int, Expression) - Constructor for class net.sf.saxon.expr.ForExpression.MappingAction
 
ForExpressionCompiler - Class in com.saxonica.bytecode
Generate bytecode for a call to the ForExpression()
ForExpressionCompiler() - Constructor for class com.saxonica.bytecode.ForExpressionCompiler
 
ForItemMappingAction - Class in com.saxonica.bytecode.map
The ForSequenceMappingAction supports compilation of a ForExpression.
ForItemMappingAction() - Constructor for class com.saxonica.bytecode.map.ForItemMappingAction
 
Fork - Class in com.saxonica.xslt3.instruct
This class implements an xsl:fork expression.
Fork(Block) - Constructor for class com.saxonica.xslt3.instruct.Fork
 
ForkAdjunct - Class in com.saxonica.stream.adjunct
Streaming code to implement an xsl:fork expression
ForkAdjunct() - Constructor for class com.saxonica.stream.adjunct.ForkAdjunct
 
ForkingWatch - Class in com.saxonica.stream.watch
Process an xsl:fork instruction, by feeding events to each of multiple destinations.
ForkingWatch(WatchManager, Watch[], RetainingFeed[], Feed) - Constructor for class com.saxonica.stream.watch.ForkingWatch
 
format(long, UnicodeString, int, String, String, String) - Method in class net.sf.saxon.expr.number.AbstractNumberer
Format a number into a string.
format(long, UnicodeString, NumericGroupFormatter, String, String) - Method in class net.sf.saxon.expr.number.AbstractNumberer
Format a number into a string
format(FastStringBuffer) - Method in class net.sf.saxon.expr.number.IrregularGroupFormatter
 
format(List, int, String, String, String, Numberer) - Method in class net.sf.saxon.expr.number.NumberFormatter
Format a list of numbers.
format(FastStringBuffer) - Method in class net.sf.saxon.expr.number.NumericGroupFormatter
Reformat a number to add grouping separators
format(FastStringBuffer) - Method in class net.sf.saxon.expr.number.RegularGroupFormatter
 
format(long, UnicodeString, int, String, String, String) - Method in interface net.sf.saxon.lib.Numberer
Format a number into a string
format(long, UnicodeString, NumericGroupFormatter, String, String) - Method in interface net.sf.saxon.lib.Numberer
Format a number into a string
FORMAT - Static variable in class net.sf.saxon.om.StandardNames
 
format(long, UnicodeString, NumericGroupFormatter, String, String) - Method in class net.sf.saxon.option.local.Numberer_he
Format a number into a string
FormatDate - Class in net.sf.saxon.functions
Implement the format-date(), format-time(), and format-dateTime() functions in XSLT 2.0 and XQuery 1.1.
FormatDate() - Constructor for class net.sf.saxon.functions.FormatDate
 
formatExpression - Variable in class net.sf.saxon.expr.instruct.ResultDocument
 
FormatInteger - Class in com.saxonica.functions.xpath3
 
FormatInteger() - Constructor for class com.saxonica.functions.xpath3.FormatInteger
 
FormatNumber - Class in net.sf.saxon.functions
XSLT 2.0 implementation of format-number() function - removes the dependence on the JDK.
FormatNumber() - Constructor for class net.sf.saxon.functions.FormatNumber
 
formatTimeZoneOffset(DateTimeValue) - Static method in class net.sf.saxon.expr.number.NamedTimeZone
Format a timezone in numeric form for example +03:00 (or Z for +00:00)
ForSequenceMappingAction - Class in com.saxonica.bytecode.map
The ForSequenceMappingAction supports compilation of a ForExpression.
ForSequenceMappingAction() - Constructor for class com.saxonica.bytecode.map.ForSequenceMappingAction
 
forwardsCompatibleModeIsEnabled() - Method in class net.sf.saxon.style.StyleElement
Determine whether forwards-compatible mode is enabled for this element
FP_MASK - Static variable in class net.sf.saxon.om.NamePool
FP_MASK is a mask used to obtain a fingerprint from a nameCode.
FractionDigitsFacet - Class in com.saxonica.schema
Represents the fraction-digits facet in a simple type restriction
FractionDigitsFacet() - Constructor for class com.saxonica.schema.FractionDigitsFacet
 
FROM - Static variable in class net.sf.saxon.om.StandardNames
 
fromClarkName(String) - Static method in class net.sf.saxon.om.FingerprintedQName
Make a structuredQName from a Clark name
fromClarkName(String) - Static method in class net.sf.saxon.om.StructuredQName
Make a structuredQName from a Clark name
fromClarkName(String) - Static method in class net.sf.saxon.s9api.QName
Factory method to construct a QName from a string containing the expanded QName in Clark notation, that is, {uri}local

The prefix part of the QName will be set to an empty string.

fromEQName(CharSequence) - Static method in class net.sf.saxon.om.StructuredQName
Make a structured QName from a lexical QName, using a supplied NamespaceResolver to resolve the prefix
fromEQName(String) - Static method in class net.sf.saxon.s9api.QName
Factory method to construct a QName from a string containing the expanded QName in EQName notation, that is, Q{uri}local

The prefix part of the QName will be set to an empty string.

fromExpression(Expression, Configuration, boolean) - Static method in class net.sf.saxon.pattern.PatternMaker
Static factory method to make a pattern by converting an expression.
fromInternalForm(String) - Static method in class net.sf.saxon.value.DoubleValue
 
fromJavaDate(Date) - Static method in class net.sf.saxon.value.DateTimeValue
Factory method: create a dateTime value given a Java Date object.
fromJulianInstant(BigDecimal) - Static method in class net.sf.saxon.value.DateTimeValue
Get the DateTimeValue corresponding to a given Julian instant
fromLexicalQName(CharSequence, boolean, boolean, NameChecker, NamespaceResolver) - Static method in class net.sf.saxon.om.StructuredQName
Make a structured QName from a lexical QName, using a supplied NamespaceResolver to resolve the prefix
fromMicroseconds(long) - Static method in class net.sf.saxon.value.DayTimeDurationValue
Construct a duration value as a number of microseconds.
fromMilliseconds(long) - Static method in class net.sf.saxon.value.DayTimeDurationValue
Construct a duration value as a number of milliseconds.
fromMonths(int) - Static method in class net.sf.saxon.value.YearMonthDurationValue
Construct a duration value as a number of months.
fromSeconds(BigDecimal) - Static method in class net.sf.saxon.value.DayTimeDurationValue
Construct a duration value as a number of seconds.
fromString(CharSequence) - Static method in class net.sf.saxon.value.BooleanValue
Convert a string to a boolean value, using the XML Schema rules (including whitespace trimming)
FULL_OPTIMIZATION - Static variable in class net.sf.saxon.expr.parser.Optimizer
 
FUNCTION - Static variable in class net.sf.saxon.expr.parser.RoleLocator
 
FUNCTION - Static variable in class net.sf.saxon.expr.parser.Token
Token representing the name of a function and the following "(" symbol
FUNCTION - Static variable in class net.sf.saxon.trace.Location
A function declaration in XSLT or XQuery
FUNCTION - Static variable in class net.sf.saxon.trans.Err
 
FUNCTION - Static variable in class net.sf.saxon.type.Type
A type number for function()
FUNCTION_CALL - Static variable in class net.sf.saxon.trace.Location
An XPath function call to a user-defined function.
FUNCTION_NAME - Static variable in class com.saxonica.functions.map.MapEntry
 
FUNCTION_NAME - Static variable in class com.saxonica.functions.map.MapNew
 
FUNCTION_RESULT - Static variable in class net.sf.saxon.expr.parser.RoleLocator
 
FunctionArity - Class in com.saxonica.functions.xpath3
This class implements the function function-arity(), which is a standard function in XPath 3.0
FunctionArity() - Constructor for class com.saxonica.functions.xpath3.FunctionArity
 
FunctionAvailable - Class in net.sf.saxon.functions
This class supports the XSLT element-available and function-available functions.
FunctionAvailable() - Constructor for class net.sf.saxon.functions.FunctionAvailable
 
FunctionCall - Class in net.sf.saxon.expr
Abstract superclass for calls to system-defined and user-defined functions
FunctionCall() - Constructor for class net.sf.saxon.expr.FunctionCall
 
FunctionItem - Interface in net.sf.saxon.om
XDM 3.0 introduces a third kind of item, beyond nodes and atomic values: the function item.
FunctionItemExpressionCompiler - Class in com.saxonica.bytecode
Generate bytecode for a call to the FunctionItemExpression
FunctionItemExpressionCompiler() - Constructor for class com.saxonica.bytecode.FunctionItemExpressionCompiler
 
FunctionItemType - Interface in net.sf.saxon.type
Higher-order functions in XPath 3.0 introduce a third kind of Item, namely a Function Item.
FunctionLibrary - Interface in net.sf.saxon.functions
A FunctionLibrary handles the binding of function calls in XPath (or XQuery) expressions.
FunctionLibraryList - Class in net.sf.saxon.functions
A FunctionLibraryList is a list of FunctionLibraries.
FunctionLibraryList() - Constructor for class net.sf.saxon.functions.FunctionLibraryList
 
FunctionLiteral - Class in com.saxonica.functions.hof
A FunctionLiteral is a wrapper around a FunctionItem; it is an expression, whose value is the function item that it wraps.
FunctionLiteral(FunctionItem) - Constructor for class com.saxonica.functions.hof.FunctionLiteral
Create a literal as a wrapper around a Value
FunctionLookup - Class in com.saxonica.functions.hof
This class supports the function-lookup() function in XPath 3.0.
FunctionLookup() - Constructor for class com.saxonica.functions.hof.FunctionLookup
 
FunctionName - Class in com.saxonica.functions.xpath3
This class implements the function function-name(), which is a standard function in XPath 3.0
FunctionName() - Constructor for class com.saxonica.functions.xpath3.FunctionName
 
FunctionSequenceCoercer - Class in com.saxonica.functions.hof
An FunctionSequenceCoercer performs function coercion on a sequence of function items
FunctionSequenceCoercer(Expression, SpecificFunctionType, RoleLocator, TypeCheckerEnvironment) - Constructor for class com.saxonica.functions.hof.FunctionSequenceCoercer
Constructor
FunctionSequenceCoercer.Coercer - Class in com.saxonica.functions.hof
 
FunctionSequenceCoercer.Coercer(SpecificFunctionType, RoleLocator, SourceLocator, TypeCheckerEnvironment) - Constructor for class com.saxonica.functions.hof.FunctionSequenceCoercer.Coercer
 
FunctionSequenceCoercerCompiler - Class in com.saxonica.bytecode
Generate bytecode to evaluate a FunctionSequenceCoercer function
FunctionSequenceCoercerCompiler() - Constructor for class com.saxonica.bytecode.FunctionSequenceCoercerCompiler
 

G

G_DAY - Static variable in class net.sf.saxon.s9api.ItemType
ItemType representing the primitive type xs:gDay
G_DAY - Static variable in class net.sf.saxon.type.BuiltInAtomicType
 
G_MONTH - Static variable in class net.sf.saxon.s9api.ItemType
ItemType representing the primitive type xs:gMonth
G_MONTH - Static variable in class net.sf.saxon.type.BuiltInAtomicType
 
G_MONTH_DAY - Static variable in class net.sf.saxon.s9api.ItemType
ItemType representing the primitive type xs:gMonthDay
G_MONTH_DAY - Static variable in class net.sf.saxon.type.BuiltInAtomicType
 
G_YEAR - Static variable in class net.sf.saxon.s9api.ItemType
ItemType representing the primitive type xs:gYear
G_YEAR - Static variable in class net.sf.saxon.type.BuiltInAtomicType
 
G_YEAR_MONTH - Static variable in class net.sf.saxon.s9api.ItemType
ItemType representing the primitive type xs:gYearMonth
G_YEAR_MONTH - Static variable in class net.sf.saxon.type.BuiltInAtomicType
 
gatherAllPermittedChildren(IntHashSet, boolean) - Method in class com.saxonica.schema.UserComplexType
Get a list of all the names of elements that can appear as children of an element having this complex type, as integer fingerprints.
gatherAllPermittedChildren(IntHashSet, boolean) - Method in class net.sf.saxon.type.AnyType
Get a list of all the names of elements that can appear as children of an element having this complex type, as integer fingerprints.
gatherAllPermittedChildren(IntHashSet, boolean) - Method in interface net.sf.saxon.type.ComplexType
Get a list of all the names of elements that can appear as children of an element having this complex type, as integer fingerprints.
gatherAllPermittedChildren(IntHashSet, boolean) - Method in class net.sf.saxon.type.Untyped
Get a list of all the names of elements that can appear as children of an element having this complex type, as integer fingerprints.
gatherAllPermittedDescendants(IntHashSet) - Method in class com.saxonica.schema.UserComplexType
Get a list of all the names of elements that can appear as descendants of an element having this complex type, as integer fingerprints.
gatherAllPermittedDescendants(IntHashSet) - Method in class net.sf.saxon.type.AnyType
Get a list of all the names of elements that can appear as descendants of an element having this complex type, as integer fingerprints.
gatherAllPermittedDescendants(IntHashSet) - Method in interface net.sf.saxon.type.ComplexType
Get a list of all the names of elements that can appear as descendants of an element having this complex type, as integer fingerprints.
gatherAllPermittedDescendants(IntHashSet) - Method in class net.sf.saxon.type.Untyped
Get a list of all the names of elements that can appear as descendants of an element having this complex type, as integer fingerprints.
gatherAllPermittedElements(IntHashSet, boolean) - Method in class com.saxonica.schema.ElementParticle
Find the set of all element particles allowed within the content model of this particle, identified by their integer fingerprints.
gatherAllPermittedElements(IntHashSet, boolean) - Method in class com.saxonica.schema.ElementWildcard
Find the set of all element particles allowed within the content model of this particle, identified by their integer fingerprints.
gatherAllPermittedElements(IntHashSet, boolean) - Method in class com.saxonica.schema.ModelGroup
Find the set of all element particles allowed within the content model of this particle, identified by their integer fingerprints.
gatherAllPermittedElements(IntHashSet, boolean) - Method in class com.saxonica.schema.ModelGroupParticle
Find the set of all element particles allowed within the content model of this particle, identified by their integer fingerprints.
gatherAllPermittedElements(IntHashSet, boolean) - Method in class com.saxonica.schema.Particle
Find the set of all element particles allowed within the content model of this particle, identified by their integer fingerprints.
gatherCalledFunctionNames(Expression, List) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
Gather a list of the names of the user-defined functions which a given expression calls directly
gatherCalledFunctions(Expression, List<UserFunction>) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
Gather a list of all the user-defined functions which a given expression calls directly
gatherComponentPatterns(Set<Pattern>) - Method in class net.sf.saxon.pattern.VennPattern
Gather the component (non-Venn) patterns of this Venn pattern
gatherComponents(int, Set) - Method in class net.sf.saxon.expr.VennExpression
Gather the component operands of a union or intersect expression
gatherInheritedAttributes(AttributeCollectionImpl) - Method in class com.saxonica.validate.StartTagBufferEE
Get all inherited attributes
gatherOutputProperties(XPathContext) - Method in class net.sf.saxon.expr.instruct.ResultDocument
Create a properties object that combines the serialization properties specified on the xsl:result-document itself with those specified in the referenced xsl:output declaration
gatherOutputProperties(StructuredQName) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
Create an output properties object representing the xsl:output elements in the stylesheet.
gatherOutputProperties(Properties, HashMap<String, Integer>, int) - Method in class net.sf.saxon.style.XSLOutput
Validate the properties, and return the values as additions to a supplied Properties object.
gatherReferencedVariables(Expression, List<Binding>) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
Gather a list of all the variable bindings on which a given expression depends
gatherSubstitutionGroupOwnersTransitively(Set<ElementDecl>) - Method in class com.saxonica.schema.ElementDecl
Get the heads of all substitution groups, expanded transitively (including this element declaration itself)
gatherVariableReferences(ExpressionVisitor, Binding, List<VariableReference>) - Method in class net.sf.saxon.expr.flwor.Clause
Build a list of all references to a variables declared in this clause
gatherVariableReferences(List) - Method in class net.sf.saxon.expr.flwor.ForClause
 
gatherVariableReferences(ExpressionVisitor, Binding, List<VariableReference>) - Method in class net.sf.saxon.expr.flwor.ForClause
 
gatherVariableReferences(ExpressionVisitor, Binding, List<VariableReference>) - Method in class net.sf.saxon.expr.flwor.LetClause
 
gatherVariableReferences(ExpressionVisitor, Binding, List<VariableReference>) - Method in class net.sf.saxon.expr.flwor.WhereClause
 
gatherVariableReferences(Expression, Binding, List<VariableReference>) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
Get a list of all references to a particular variable within a subtree
gatherXPathExpressions(WithParam[], List<Expression>) - Static method in class net.sf.saxon.expr.instruct.WithParam
Static method to gather the XPath expressions used in an array of WithParam parameters (add them to the supplied list)
GDateValue - Class in net.sf.saxon.value
Abstract superclass for the primitive types containing date components: xs:date, xs:gYear, xs:gYearMonth, xs:gMonth, xs:gMonthDay, xs:gDay
GDateValue() - Constructor for class net.sf.saxon.value.GDateValue
 
GDayValue - Class in net.sf.saxon.value
Implementation of the xs:gDay data type
GDayValue(byte, int) - Constructor for class net.sf.saxon.value.GDayValue
 
GDayValue(byte, int, AtomicType) - Constructor for class net.sf.saxon.value.GDayValue
 
GE - Static variable in class net.sf.saxon.expr.parser.Token
Operator ">="
GENERAL - Static variable in class net.sf.saxon.trans.Err
 
GeneralComparison - Class in net.sf.saxon.expr
GeneralComparison: a boolean expression that compares two expressions for equals, not-equals, greater-than or less-than.
GeneralComparison(Expression, int, Expression) - Constructor for class net.sf.saxon.expr.GeneralComparison
Create a relational expression identifying the two operands and the operator
GeneralComparison10 - Class in net.sf.saxon.expr
GeneralComparison10: a boolean expression that compares two expressions for equals, not-equals, greater-than or less-than.
GeneralComparison10(Expression, int, Expression) - Constructor for class net.sf.saxon.expr.GeneralComparison10
Create a general comparison identifying the two operands and the operator
GeneralComparison20 - Class in net.sf.saxon.expr
The class GeneralComparison20 specializes GeneralComparison for the case where the comparison is done with 2.0 semantics (i.e.
GeneralComparison20(Expression, int, Expression) - Constructor for class net.sf.saxon.expr.GeneralComparison20
Create a relational expression identifying the two operands and the operator
GeneralComparisonAdjunct - Class in com.saxonica.stream.adjunct
Watch factory class for a general comparison
GeneralComparisonAdjunct() - Constructor for class com.saxonica.stream.adjunct.GeneralComparisonAdjunct
 
GeneralComparisonCompiler - Class in com.saxonica.bytecode
Generate code for a GeneralComparison
GeneralComparisonCompiler() - Constructor for class com.saxonica.bytecode.GeneralComparisonCompiler
 
GeneralComparisonEE - Class in com.saxonica.expr.ee
This class provides an implementation of the GeneralComparison "=" operator, which deals efficiently with comparing two sequences.
GeneralComparisonEE(Expression, int, Expression) - Constructor for class com.saxonica.expr.ee.GeneralComparisonEE
Create a relational expression identifying the two operands and the operator
GeneralComparisonFeed - Class in com.saxonica.stream.feed
This class is used when a streaming template requests a general comparison with one operand being pushed from the streamed input document
GeneralComparisonFeed(Expression, int, Feed, Stack<XPathContext>) - Constructor for class com.saxonica.stream.feed.GeneralComparisonFeed
 
GeneralFilterFunction - Class in com.saxonica.functions.extfn
This class provides an abstract framework for a collection of extension functions that have the same general characteristics: (a) the first argument is a sequence, (b) the result is a subset/rearrangement of that sequence, (d) the second argument is a single argument function that is applied to the members of the sequence, (e) the default function if the second argument is omitted is fn:data(), (e) the processing may depend on the default collation.
GeneralFilterFunction() - Constructor for class com.saxonica.functions.extfn.GeneralFilterFunction
 
GeneralFilterFunction.GeneralFilterFunctionCall - Class in com.saxonica.functions.extfn
 
GeneralFilterFunction.GeneralFilterFunctionCall() - Constructor for class com.saxonica.functions.extfn.GeneralFilterFunction.GeneralFilterFunctionCall
 
GeneralNodePattern - Class in net.sf.saxon.pattern
A GeneralNodePattern represents a pattern which, because of the presence of positional predicates or otherwise, can only be evaluated "the hard way", by evaluating the equivalent expression with successive ancestors of the tested node as context item.
GeneralNodePattern(Expression, NodeTest) - Constructor for class net.sf.saxon.pattern.GeneralNodePattern
Create a GeneralNodePattern
GeneralPositionalPattern - Class in net.sf.saxon.pattern
A GeneralPositionalPattern is a pattern of the form A[P] where A is an axis expression using the child axis and P is an expression that depends on the position.
GeneralPositionalPattern(NodeTest, Expression) - Constructor for class net.sf.saxon.pattern.GeneralPositionalPattern
Create a PositionalChildPattern
GeneralUnicodeString - Class in net.sf.saxon.regex
A Unicode string which, in general, may contain non-BMP characters (that is, codepoints outside the range 0-65535)
GeneralUnicodeString(CharSequence) - Constructor for class net.sf.saxon.regex.GeneralUnicodeString
 
GeneralVariable - Class in net.sf.saxon.expr.instruct
This class defines common behaviour across xsl:variable, xsl:param, and xsl:with-param; also saxon:assign
GeneralVariable() - Constructor for class net.sf.saxon.expr.instruct.GeneralVariable
Create a general variable
generate(Generator) - Method in class com.saxonica.bytecode.util.OnEmpty
 
generate(Generator) - Method in class com.saxonica.bytecode.util.OnEmpty.ReturnEmptyString
 
generate(Generator) - Method in class com.saxonica.bytecode.util.OnEmpty.ReturnNull
 
generate(Generator) - Method in class com.saxonica.bytecode.util.OnEmpty.UnwindAndJump
Generate code.
GENERATE_BYTE_CODE - Static variable in class net.sf.saxon.lib.FeatureKeys
By default, Saxon-EE attempts to generate Java bytecode for evaluation of parts of a query or stylesheet that are amenable to such treatment.
generateAttributeValidationPushCode(CompilerService, ValidatingInstruction, int, int) - Static method in class com.saxonica.bytecode.FixedAttributeCompiler
Generate code to validate the contents of the attribute against schema definitions.
generateComparisonCode(CompilerService, ComparisonExpression, LabelInfo, LabelInfo, LabelInfo, int, int, AtomicType, AtomicType, boolean) - Static method in class com.saxonica.bytecode.GeneralComparisonCompiler
Generate code to compare two items, leaving a boolean result on the top of the bytecode stack
GeneratedCode - Class in com.saxonica.bytecode
This abstract class is extended by the compiled code representing an Expression.
GeneratedCode() - Constructor for class com.saxonica.bytecode.GeneratedCode
 
GeneratedMethodInfo - Class in com.saxonica.bytecode.util
Information about the current method whose bytecode is being generated
GeneratedMethodInfo() - Constructor for class com.saxonica.bytecode.util.GeneratedMethodInfo
 
GeneratedMethodInfo.LocalSlotInfo - Class in com.saxonica.bytecode.util
 
GeneratedMethodInfo.LocalSlotInfo() - Constructor for class com.saxonica.bytecode.util.GeneratedMethodInfo.LocalSlotInfo
 
generateGetContext() - Method in class com.saxonica.bytecode.util.CompilerService
Generate code to load the current XPathContext, leaving it on the top of the stack
generateGetReceiver() - Method in class com.saxonica.bytecode.util.CompilerService
Generate code to load the current Receiver, leaving it on the top of the stack
generateId(NodeInfo) - Static method in class com.saxonica.functions.extfn.Extensions
The function saxon:generate-id() is equivalent to the standard XSLT function generate-id().
generateId(FastStringBuffer) - Method in class com.saxonica.pull.UnconstructedParent
Get a character string that uniquely identifies this node.
generateId(FastStringBuffer) - Method in class com.saxonica.stream.om.FleetingNode
Construct a character string that uniquely identifies this node.
generateId(FastStringBuffer) - Method in class net.sf.saxon.dom.DOMNodeWrapper
Get a character string that uniquely identifies this node.
GenerateId - Class in net.sf.saxon.functions
This class supports the generate-id() function
GenerateId() - Constructor for class net.sf.saxon.functions.GenerateId
 
generateId(NodeInfo) - Static method in class net.sf.saxon.functions.GenerateId
 
generateId(FastStringBuffer) - Method in interface net.sf.saxon.om.NodeInfo
Construct a character string that uniquely identifies this node.
generateId(FastStringBuffer) - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Get a character string that uniquely identifies this node.
generateId(FastStringBuffer) - Method in class net.sf.saxon.option.axiom.AxiomLeafNodeWrapper
Get a character string that uniquely identifies this node.
generateId(FastStringBuffer) - Method in class net.sf.saxon.option.axiom.AxiomParentNodeWrapper
Get a character string that uniquely identifies this node.
generateId(FastStringBuffer) - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
Get a character string that uniquely identifies this node.
generateId(FastStringBuffer) - Method in class net.sf.saxon.option.jdom.JDOMNodeWrapper
Get a character string that uniquely identifies this node.
generateId(FastStringBuffer) - Method in class net.sf.saxon.option.jdom2.JDOM2NodeWrapper
Get a character string that uniquely identifies this node.
generateId(FastStringBuffer) - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Get a character string that uniquely identifies this node.
generateId(FastStringBuffer) - Method in class net.sf.saxon.tree.linked.DocumentImpl
Get a character string that uniquely identifies this node
generateId(FastStringBuffer) - Method in class net.sf.saxon.tree.linked.ElementImpl
Get a character string that uniquely identifies this node
generateId(FastStringBuffer) - Method in class net.sf.saxon.tree.linked.NodeImpl
Get a character string that uniquely identifies this node
generateId(FastStringBuffer) - Method in class net.sf.saxon.tree.NamespaceNode
Get a character string that uniquely identifies this node.
generateId(FastStringBuffer) - Method in class net.sf.saxon.tree.tiny.TinyDocumentImpl
Get a character string that uniquely identifies this node
generateId(FastStringBuffer) - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Get a character string that uniquely identifies this node
generateId(FastStringBuffer) - Method in class net.sf.saxon.tree.util.Orphan
Get a character string that uniquely identifies this node.
generateId(FastStringBuffer) - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Get a character string that uniquely identifies this node.
generateId(FastStringBuffer) - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Get a character string that uniquely identifies this node.
generateId(FastStringBuffer) - Method in class net.sf.saxon.value.TextFragmentValue
Get a character string that uniquely identifies this node
GenerateIdCompiler - Class in com.saxonica.bytecode
Generate bytecode for evaluation of a generate-id() function
GenerateIdCompiler() - Constructor for class com.saxonica.bytecode.GenerateIdCompiler
 
generateLoopBody(CompilerService) - Method in class com.saxonica.bytecode.util.LoopBodyGenerator
Generate the code to process each item delivered by the looping expression.
generateMappingFunction(CompilerService, Expression) - Static method in class com.saxonica.bytecode.SlashExpressionCompiler
Generate a mapping function for a given step expression
generateMethod(CompilerService, Expression, ClassVisitor) - Method in class com.saxonica.bytecode.CastableToListCompiler
This method generates the method effectiveBooleanValue, returning a boolean.
generateMethod(CompilerService, Expression, ClassVisitor) - Method in class com.saxonica.bytecode.ExpressionCompiler
 
generateMultithreadedInstruction(Expression) - Method in class com.saxonica.expr.ee.OptimizerEE
Generate a multi-threaded version of an instruction.
generateMultithreadedInstruction(Expression) - Method in class net.sf.saxon.expr.parser.Optimizer
Generate a multi-threaded version of an instruction.
generateSequenceMappingAction(CompilerService, ForExpression, Expression, int) - Static method in class com.saxonica.bytecode.ForExpressionCompiler
Generate a mapping function with a map() method that returns an iterator over the results of one iteration of the loop
Generator - Class in com.saxonica.bytecode.util
This class is an extension of the ASM-supplied GeneratorAdapter library, containing additional utility and shortcut methods for bytecode generation
Generator(int, Method, Type[], ClassVisitor) - Constructor for class com.saxonica.bytecode.util.Generator
 
GenericAtomicComparer - Class in net.sf.saxon.expr.sort
An AtomicComparer used for comparing atomic values of arbitrary item types.
GenericAtomicComparer(StringCollator, XPathContext) - Constructor for class net.sf.saxon.expr.sort.GenericAtomicComparer
Create an GenericAtomicComparer
GenericSorter - Class in net.sf.saxon.expr.sort
Generically sorts arbitrary shaped data (for example multiple arrays, 1,2 or 3-d matrices, and so on) using a quicksort or mergesort.
GenericSorter() - Constructor for class net.sf.saxon.expr.sort.GenericSorter
Makes this class non instantiable, but still let's others inherit from it.
get(AtomicValue, XPathContext) - Method in class com.saxonica.functions.map.ImmutableMap
Get an entry from the Map
get(AtomicValue, XPathContext) - Method in interface com.saxonica.functions.map.MapItem
Get an entry from the Map
get(AtomicValue, XPathContext) - Method in class com.saxonica.functions.map.RangeKey
Get an entry from the Map
get(AtomicValue, XPathContext) - Method in class com.saxonica.functions.map.SingletonMap
Get an entry from the Map.
get(StructuredQName) - Method in class net.sf.saxon.expr.instruct.GlobalParameterSet
Get a parameter
get(K) - Method in class net.sf.saxon.expr.sort.LRUCache
Retrieves an entry from the cache.
The retrieved entry becomes the most recently used entry.
get(int) - Method in class net.sf.saxon.functions.FunctionLibraryList
Get the n'th function library in the list
get(int) - Static method in enum net.sf.saxon.s9api.ValidationMode
 
get(boolean) - Static method in class net.sf.saxon.value.BooleanValue
Factory method: get a BooleanValue
get(int) - Method in class net.sf.saxon.z.IntHashMap
Gets the value for this key.
get(int) - Method in class net.sf.saxon.z.IntToIntArrayMap
Gets the value for this key.
get(int) - Method in class net.sf.saxon.z.IntToIntHashMap
Gets the value for this key.
get(int) - Method in interface net.sf.saxon.z.IntToIntMap
Gets the value for this key.
getAbsolutePath() - Method in class net.sf.saxon.event.PathMaintainer
 
getAbsolutePath(NodeInfo) - Static method in class net.sf.saxon.tree.util.Navigator
Get the absolute path to a node
getAbsolutePath() - Method in exception net.sf.saxon.type.ValidationException
Get the location of the error as a structured path object
getAbsoluteURI(String, String) - Static method in class com.saxonica.functions.xpath3.UnparsedTextLines
 
getAbsoluteURI(String, String, XPathContext) - Static method in class net.sf.saxon.functions.UnparsedText
 
getAccumulatorData(DocumentInfo, Accumulator, XPathContext) - Method in class com.saxonica.xslt3.instruct.AccumulatorManagerPE
Get the data relating to a particular accumulator for a particular unstreamed document tree
getAccumulatorFunctionLibrary() - Method in class com.saxonica.xslt3.instruct.AccumulatorManagerPE
Get the library of accumulator functions
getAccumulatorFunctionLibrary() - Method in interface net.sf.saxon.trans.IAccumulatorManager
Get the library of accumulator functions
getAccumulatorManager() - Method in class net.sf.saxon.PreparedStylesheet
Get the class that manages accumulator functions
getAccumulatorWatchMap() - Method in class com.saxonica.stream.om.FleetingDocumentNode
 
getAccumulatorWatchMap() - Method in class com.saxonica.stream.watch.WatchManager
 
getAction() - Method in class com.saxonica.schema.PreprocessFacet
Get the XPath expression representing the action performed by this facet, represented as an Assertion object
getAction() - Method in class com.saxonica.schema.sdoc.SaxonPreprocess
Get the Assertion schema component corresponding to the action in this saxon:preprocess element
getAction() - Method in class com.saxonica.xslt3.instruct.MergeInstr
 
getAction() - Method in class net.sf.saxon.expr.Assignation
Get the action expression
getAction() - Method in class net.sf.saxon.trans.Rule
 
getActionExpression() - Method in class com.saxonica.xslt3.instruct.IterateInstr
Get the action expression (the content of the xsl:iterate)
getActionExpression() - Method in class com.saxonica.xsltextn.instruct.While
Get the action expression (the content of the for-each)
getActionExpression() - Method in class net.sf.saxon.expr.instruct.ForEach
Get the action expression (the content of the for-each)
getActionExpression() - Method in class net.sf.saxon.expr.instruct.ForEachGroup
Get the action expression (the content of the for-each-group)
getActions() - Method in class net.sf.saxon.expr.instruct.Choose
Get the array of actions to be performed
getActiveNamespaceCodes() - Method in class net.sf.saxon.query.QueryModule
Get an array containing the namespace codes of all active namespaces.
getActiveNamespaces() - Method in class net.sf.saxon.expr.instruct.Copy
Callback to get a list of the intrinsic namespaces that need to be generated for the element.
getActiveNamespaces() - Method in class net.sf.saxon.expr.instruct.ElementCreator
Callback to get a list of the intrinsic namespaces that need to be generated for the element.
getActiveNamespaces() - Method in class net.sf.saxon.expr.instruct.FixedElement
Callback to get a list of the intrinsic namespaces that need to be generated for the element.
getActualParams() - Method in class net.sf.saxon.expr.instruct.ApplyImports
Get the actual (non-tunnel) parameters passed to the called template
getActualParams() - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
Get the actual parameters passed to the called template
getActualParams() - Method in class net.sf.saxon.expr.instruct.CallTemplate
Get the actual parameters passed to the called template
getActualParams() - Method in interface net.sf.saxon.expr.instruct.ITemplateCall
Get the actual parameters passed to the called template
getAdditionalLocationText() - Method in exception net.sf.saxon.trans.XPathException
Get the additional location text, if any.
getAdjustedPicture() - Method in class net.sf.saxon.expr.number.NumericGroupFormatter
Get the adjusted (preprocessed) picture
getAffectedTrees() - Method in class com.saxonica.update.PendingUpdateListImpl
Get the root nodes of the trees that are affected by updates in the pending update list
getAffectedTrees() - Method in interface net.sf.saxon.expr.PendingUpdateList
Get the root nodes of the trees that are affected by updates in the pending update list
getAlgorithm() - Method in class net.sf.saxon.expr.instruct.ForEachGroup
Get the grouping algorithm (one of group-by, group-adjacent, group-starting-with, group-ending-with)
getAllAttributes() - Method in class net.sf.saxon.event.StartTagBuffer
Get all the attributes on the current element start tag
getAllCollations() - Method in class net.sf.saxon.query.StaticQueryContext
Get a CollationMap that maps all registered collations to Comparators.
getAllCompositor() - Method in class com.saxonica.schema.UserComplexType
For a complex type with "all" content, get the "all" model group.
getAllExternalVariables() - Method in interface javax.xml.xquery.XQPreparedExpression
Retrieves all the external variables defined in the prolog of the prepared expression.
getAllExternalVariables() - Method in class net.sf.saxon.xqj.SaxonXQPreparedExpression
 
getAllImportedSchemata() - Method in class net.sf.saxon.query.QueryModule
For the top-level module only, get all the schema modules imported anywhere in the query.
getAllNamedModes() - Method in class net.sf.saxon.trans.RuleManager
Get all registered modes
getAllOptionalFeatures() - Static method in class net.sf.saxon.query.LanguageFeature
Get the list of all recognized optional features
getAllowedExtensions() - Method in class com.saxonica.schema.sdoc.XSDSchema
Get the set of extensions allowed in this schema document
getAllowedNamespaces() - Method in class com.saxonica.schema.Wildcard
Returns the set of permitted namespaces of this wildcard
getAllowExternalFunctions() - Method in class net.sf.saxon.xqj.SaxonXQDataSource
Ask whether queries are allowed to call external functions.
getAllUnboundExternalVariables() - Method in interface javax.xml.xquery.XQPreparedExpression
Retrieves the names of all unbound external variables.
getAllUnboundExternalVariables() - Method in class net.sf.saxon.xqj.SaxonXQPreparedExpression
 
getAllVariableValues() - Method in class net.sf.saxon.expr.XPathContextMajor
Get a all the variables in the stack frame
getAlphaArray() - Method in class net.sf.saxon.tree.tiny.TinyTree
Get the array holding alpha information
getAnchorNode() - Method in interface com.saxonica.stream.watch.Watch
Get the anchor node for the watch.
getAnchorNode() - Method in class com.saxonica.validate.AbstractWatch
Get the anchor node for the watch.
getAnnotation() - Method in class com.saxonica.validate.ContentValidator
Get the type annotation code to be used on elements validated by this validator
getAnnotationParameters() - Method in class com.saxonica.expr.Annotation30
Get the list of annotation parameters
getAnnotationParameters() - Method in class net.sf.saxon.query.Annotation
Get the list of annotation parameters
getAnnotationQName() - Method in class com.saxonica.expr.Annotation30
Get the name of the annotation (a QName)
getAnnotationQName() - Method in class net.sf.saxon.query.Annotation
Get the name of the annotation (a QName)
getAnnotationStripper(Receiver) - Method in class com.saxonica.config.EnterpriseConfiguration
Add to a pipeline a receiver that strips all type annotations.
getAnnotationStripper(Receiver) - Method in class net.sf.saxon.Configuration
Add to a pipeline a receiver that strips all type annotations.
getAnother() - Method in class com.saxonica.bytecode.iter.CompiledBlockIterator
Get another SequenceIterator that iterates over the same items as the original, but which is repositioned at the start of the sequence.
getAnother() - Method in class com.saxonica.bytecode.iter.CompiledFilterIterator
Get another iterator to return the same nodes
getAnother() - Method in class com.saxonica.bytecode.iter.OneToOneMappingIterator
 
getAnother() - Method in class com.saxonica.bytecode.map.ForItemMappingAction
 
getAnother() - Method in class com.saxonica.bytecode.map.ForSequenceMappingAction
 
getAnother() - Method in class com.saxonica.expr.ee.MultithreadedContextMappingIterator
 
getAnother() - Method in class com.saxonica.stream.SequenceExchanger.Consumer
Get another SequenceIterator that iterates over the same items as the original, but which is repositioned at the start of the sequence.
getAnother(Conduit) - Method in class com.saxonica.stream.SequenceExchanger.EvaluationThread
Make a copy of this Producer, evaluating the expression again starting at the beginning, and writing the results to a new Conduit
getAnother(Conduit) - Method in class com.saxonica.stream.SequenceExchanger.Producer
Get a copy of this Producer, initialized to produce the same sequence of items as the original, but starting from the beginning (not from the current position).
getAnother() - Method in class com.saxonica.xslt3.instruct.MergeEnumeration
 
getAnother() - Method in class com.saxonica.xslt3.instruct.MergeGroupingIterator
 
getAnother() - Method in class com.saxonica.xslt3.instruct.MergeGroupingIterator.ManualMergGroupingIterator
 
getAnother(Receiver) - Method in class net.sf.saxon.event.Stripper
Get a clean copy of this stripper.
getAnother() - Method in class net.sf.saxon.evpull.SequenceComposer
Get another SequenceIterator that iterates over the same items as the original, but which is repositioned at the start of the sequence.
getAnother() - Method in class net.sf.saxon.expr.AxisAtomizingIterator
 
getAnother() - Method in class net.sf.saxon.expr.BigRangeIterator
 
getAnother() - Method in class net.sf.saxon.expr.CardinalityCheckingIterator
 
getAnother() - Method in class net.sf.saxon.expr.ContextMappingIterator
 
getAnother() - Method in class net.sf.saxon.expr.DifferenceEnumeration
 
getAnother() - Method in class net.sf.saxon.expr.ErrorIterator
Get another SequenceIterator that iterates over the same items as the original, but which is repositioned at the start of the sequence.
getAnother() - Method in class net.sf.saxon.expr.EveryItemMappingIterator
 
getAnother() - Method in class net.sf.saxon.expr.FilterIterator
Get another iterator to return the same nodes
getAnother() - Method in class net.sf.saxon.expr.FilterIterator.NonNumeric
Get another iterator to return the same nodes
getAnother() - Method in class net.sf.saxon.expr.flwor.ReturnClauseIterator
 
getAnother() - Method in class net.sf.saxon.expr.ForExpression.MappingAction
 
getAnother() - Method in class net.sf.saxon.expr.instruct.BlockIterator
Get another SequenceIterator that iterates over the same items as the original, but which is repositioned at the start of the sequence.
getAnother() - Method in class net.sf.saxon.expr.IntersectionEnumeration
 
getAnother() - Method in class net.sf.saxon.expr.ItemMappingIterator
 
getAnother() - Method in class net.sf.saxon.expr.MappingIterator
 
getAnother() - Method in class net.sf.saxon.expr.RangeIterator
 
getAnother() - Method in class net.sf.saxon.expr.ReverseRangeIterator
 
getAnother() - Method in class net.sf.saxon.expr.sort.DocumentOrderIterator
 
getAnother() - Method in class net.sf.saxon.expr.sort.GroupAdjacentIterator
 
getAnother() - Method in class net.sf.saxon.expr.sort.GroupByIterator
 
getAnother() - Method in class net.sf.saxon.expr.sort.GroupByIterator.ManualGroupByIterator
 
getAnother() - Method in class net.sf.saxon.expr.sort.GroupEndingIterator
 
getAnother() - Method in class net.sf.saxon.expr.sort.GroupStartingIterator
 
getAnother() - Method in class net.sf.saxon.expr.sort.SortedIterator
 
getAnother() - Method in interface net.sf.saxon.expr.StatefulMappingFunction
Return a clone of this MappingFunction, with the state reset to its state at the beginning of the underlying iteration
getAnother() - Method in class net.sf.saxon.expr.StringTokenIterator
 
getAnother() - Method in class net.sf.saxon.expr.SubsequenceIterator
Get another iterator to return the same nodes
getAnother() - Method in class net.sf.saxon.expr.TailIterator
 
getAnother() - Method in class net.sf.saxon.expr.UnionEnumeration
 
getAnother() - Method in class net.sf.saxon.expr.ValueTailIterator
 
getAnother() - Method in class net.sf.saxon.functions.DistinctValues.DistinctIterator
Get another SequenceIterator that iterates over the same items as the original, but which is repositioned at the start of the sequence.
getAnother() - Method in class net.sf.saxon.functions.IndexOf.IndexIterator
 
getAnother() - Method in class net.sf.saxon.functions.Insert.InsertIterator
 
getAnother() - Method in class net.sf.saxon.functions.Remove.RemoveIterator
 
getAnother() - Method in class net.sf.saxon.om.MemoSequence.ProgressiveIterator
 
getAnother() - Method in interface net.sf.saxon.om.SequenceIterator
Get another SequenceIterator that iterates over the same items as the original, but which is repositioned at the start of the sequence.
getAnother() - Method in class net.sf.saxon.option.axiom.AxiomDocumentWrapper.FollowingSiblingIterator
 
getAnother() - Method in class net.sf.saxon.option.axiom.AxiomDocumentWrapper.PrecedingSiblingIterator
 
getAnother() - Method in class net.sf.saxon.option.axiom.AxiomParentNodeWrapper.ChildWrappingIterator
 
getAnother() - Method in class net.sf.saxon.option.axiom.AxiomParentNodeWrapper.DescendantWrappingIterator
 
getAnother() - Method in class net.sf.saxon.regex.ARegexIterator
Get another iterator over the same items
getAnother() - Method in class net.sf.saxon.regex.ATokenIterator
 
getAnother() - Method in class net.sf.saxon.regex.JRegexIterator
Get another iterator over the same items
getAnother() - Method in class net.sf.saxon.regex.JTokenIterator
 
getAnother() - Method in class net.sf.saxon.tree.iter.AdjacentTextNodeMergingIterator
 
getAnother() - Method in class net.sf.saxon.tree.iter.ArrayIterator
Get another iterator over the same items
getAnother() - Method in class net.sf.saxon.tree.iter.AtomizingIterator
 
getAnother() - Method in interface net.sf.saxon.tree.iter.AxisIterator
 
getAnother() - Method in class net.sf.saxon.tree.iter.AxisIteratorOverSequence
 
getAnother() - Method in class net.sf.saxon.tree.iter.EmptyAxisIterator
Get another iterator over the same items, positioned at the start.
getAnother() - Method in class net.sf.saxon.tree.iter.EmptyIterator
Get another iterator over the same items, positioned at the start.
getAnother() - Method in class net.sf.saxon.tree.iter.HomogeneityCheckerIterator
 
getAnother() - Method in class net.sf.saxon.tree.iter.IteratorIterator
 
getAnother() - Method in class net.sf.saxon.tree.iter.ListIterator
 
getAnother() - Method in class net.sf.saxon.tree.iter.LookaheadIteratorImpl
 
getAnother() - Method in class net.sf.saxon.tree.iter.ManualIterator
 
getAnother() - Method in class net.sf.saxon.tree.iter.NodeWrappingAxisIterator
 
getAnother() - Method in class net.sf.saxon.tree.iter.PrependIterator
Get another iterator over the same sequence of items, positioned at the start of the sequence
getAnother() - Method in class net.sf.saxon.tree.iter.ReverseArrayIterator
 
getAnother() - Method in class net.sf.saxon.tree.iter.SingleNodeIterator
 
getAnother() - Method in class net.sf.saxon.tree.iter.SingletonIterator
 
getAnother() - Method in interface net.sf.saxon.tree.iter.UnfailingIterator
Get another iterator over the same sequence of items, positioned at the start of the sequence.
getAnother() - Method in class net.sf.saxon.tree.iter.UnparsedTextIterator
 
getAnother() - Method in class net.sf.saxon.tree.iter.UntypedAtomizingIterator
 
getAnother() - Method in class net.sf.saxon.tree.util.Navigator.AncestorEnumeration
 
getAnother() - Method in class net.sf.saxon.tree.util.Navigator.AxisFilter
 
getAnother() - Method in class net.sf.saxon.tree.util.Navigator.BaseEnumeration
 
getAnother() - Method in class net.sf.saxon.tree.util.Navigator.DescendantEnumeration
 
getAnother() - Method in class net.sf.saxon.tree.util.Navigator.EmptyTextFilter
 
getAnother() - Method in class net.sf.saxon.tree.util.Navigator.FollowingEnumeration
 
getAnother() - Method in class net.sf.saxon.tree.util.Navigator.PrecedingEnumeration
 
getAnother() - Method in class net.sf.saxon.tree.util.SteppingNavigator.DescendantAxisIterator
 
getAnother() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy.VirtualCopier
Get another iterator over the same sequence of items, positioned at the start of the sequence
getAnother() - Method in class net.sf.saxon.tree.wrapper.VirtualUntypedCopy.VirtualUntypedCopier
Get another iterator over the same sequence of items, positioned at the start of the sequence
getAnother() - Method in class net.sf.saxon.tree.wrapper.WrappingIterator
 
getAnother() - Method in class net.sf.saxon.value.MemoClosure.ProgressiveIterator
 
getAnother() - Method in class net.sf.saxon.value.StringValue.CharacterIterator
 
getAppliedItemStack() - Method in class net.sf.saxon.event.PipelineConfiguration
 
getApplyPhase() - Method in class com.saxonica.update.DeleteAction
Get the phase of operation in which this pending update action is applied.
getApplyPhase() - Method in class com.saxonica.update.InsertAction
Get the phase of operation in which this pending update action is applied.
getApplyPhase() - Method in class com.saxonica.update.InsertAttributeAction
Get the phase of operation in which this pending update action is applied.
getApplyPhase() - Method in class com.saxonica.update.PendingUpdateAction
Get the phase of operation in which this pending update action is applied.
getApplyPhase() - Method in class com.saxonica.update.PutAction
Get the phase of operation in which this pending update action is applied.
getApplyPhase() - Method in class com.saxonica.update.RenameAction
Get the phase of operation in which this pending update action is applied.
getApplyPhase() - Method in class com.saxonica.update.ReplaceAttributeAction
Get the phase of operation in which this pending update action is applied.
getApplyPhase() - Method in class com.saxonica.update.ReplaceNodeAction
Get the phase of operation in which this pending update action is applied.
getApplyPhase() - Method in class com.saxonica.update.ReplaceValueAction
Get the phase of operation in which this pending update action is applied.
getArcs() - Method in class net.sf.saxon.expr.parser.PathMap.PathMapNode
Get the arcs emanating from this node in the PathMap
getArgumentConverters() - Method in class com.saxonica.expr.JavaExtensionFunctionCall
Get the converters used to convert the arguments from XPath values to Java values
getArgumentEvaluationModes() - Method in class net.sf.saxon.expr.UserFunctionCall
Get the evaluation modes that have been determined for each of the arguments
getArguments() - Method in class net.sf.saxon.expr.BinaryExpression
Get the subexpressions (arguments to this expression)
getArguments() - Method in class net.sf.saxon.expr.FunctionCall
Get the expressions supplied as actual arguments to the function
getArguments() - Method in class net.sf.saxon.expr.SimpleExpression
Get the subexpressions (arguments to this expression)
getArgumentType(int) - Method in class net.sf.saxon.expr.instruct.UserFunction
Get the required types of an argument to this function
getArgumentType() - Method in class net.sf.saxon.functions.Minimax
 
getArgumentTypes() - Method in class com.saxonica.functions.extfn.AnalyzeStringFunction
Get the required types for the arguments of this function, counting from zero
getArgumentTypes() - Method in class com.saxonica.functions.extfn.CompileQuery
Get the required types for the arguments of this function, counting from zero
getArgumentTypes() - Method in class com.saxonica.functions.extfn.CompileStylesheet
Get the required types for the arguments of this function, counting from zero
getArgumentTypes() - Method in class com.saxonica.functions.extfn.DeepEqual
Get the required types for the arguments of this function, counting from zero
getArgumentTypes() - Method in class com.saxonica.functions.extfn.Deref
Get the required types for the arguments of this function, counting from zero
getArgumentTypes() - Method in class com.saxonica.functions.extfn.DynamicErrorInfo
Get the required types for the arguments of this function, counting from zero
getArgumentTypes() - Method in class com.saxonica.functions.extfn.Eval
Get the required types for the arguments of this function, counting from zero
getArgumentTypes() - Method in class com.saxonica.functions.extfn.Evaluate
Get the required types for the arguments of this function, counting from zero
getArgumentTypes() - Method in class com.saxonica.functions.extfn.EvaluateNode
Get the required types for the arguments of this function, counting from zero
getArgumentTypes() - Method in class com.saxonica.functions.extfn.ExpressionFn
Get the required types for the arguments of this function, counting from zero
getArgumentTypes() - Method in class com.saxonica.functions.extfn.GeneralFilterFunction
Get the required types for the arguments of this function, counting from zero
getArgumentTypes() - Method in class com.saxonica.functions.extfn.Index
Get the required types for the arguments of this function, counting from zero
getArgumentTypes() - Method in class com.saxonica.functions.extfn.KeyMap
Get the required types for the arguments of this function.
getArgumentTypes() - Method in class com.saxonica.functions.extfn.LastModified
Get the required types for the arguments of this function.
getArgumentTypes() - Method in class com.saxonica.functions.extfn.Parse
Get the required types for the arguments of this function, counting from zero
getArgumentTypes() - Method in class com.saxonica.functions.extfn.QueryFn
Get the required types for the arguments of this function, counting from zero
getArgumentTypes() - Method in class com.saxonica.functions.extfn.Ref
Get the required types for the arguments of this function, counting from zero
getArgumentTypes() - Method in class com.saxonica.functions.extfn.SchemaFn
Get the required types for the arguments of this function, counting from zero
getArgumentTypes() - Method in class com.saxonica.functions.extfn.SendMail
Get the required types for the arguments of this function, counting from zero
getArgumentTypes() - Method in class com.saxonica.functions.extfn.Serialize
Get the required types for the arguments of this function, counting from zero
getArgumentTypes() - Method in class com.saxonica.functions.extfn.SubsequenceTestFn
Get the required types for the arguments of this function.
getArgumentTypes() - Method in class com.saxonica.functions.extfn.TransformFn
Get the required types for the arguments of this function, counting from zero
getArgumentTypes() - Method in class com.saxonica.functions.extfn.ValidateFn
Get the required types for the arguments of this function, counting from zero
getArgumentTypes() - Method in class com.saxonica.functions.hof.DynamicFunctionCallDefinition
Get the required types for the arguments of this function, counting from zero
getArgumentTypes() - Method in class com.saxonica.functions.hof.SpecificFunctionType
Get the argument types
getArgumentTypes() - Method in class com.saxonica.functions.map.MapCollation
Get the required types for the arguments of this function.
getArgumentTypes() - Method in class com.saxonica.functions.map.MapContains
Get the required types for the arguments of this function.
getArgumentTypes() - Method in class com.saxonica.functions.map.MapEntry
Get the required types for the arguments of this function.
getArgumentTypes() - Method in class com.saxonica.functions.map.MapGet
Get the required types for the arguments of this function.
getArgumentTypes() - Method in class com.saxonica.functions.map.MapKeys
Get the required types for the arguments of this function.
getArgumentTypes() - Method in class com.saxonica.functions.map.MapNew
Get the required types for the arguments of this function.
getArgumentTypes() - Method in class com.saxonica.functions.map.MapRemove
Get the required types for the arguments of this function.
getArgumentTypes() - Method in class com.saxonica.functions.map.MapSize
Get the required types for the arguments of this function.
getArgumentTypes() - Method in class com.saxonica.functions.map.MapType
Get the argument types of this map, viewed as a function
getArgumentTypes() - Method in class com.saxonica.functions.xpath3.Atan2Fn
Get the required types for the arguments of this function.
getArgumentTypes() - Method in class com.saxonica.functions.xpath3.Pi
 
getArgumentTypes() - Method in class com.saxonica.functions.xpath3.PowFn
Get the required types for the arguments of this function.
getArgumentTypes() - Method in class com.saxonica.functions.xpath3.TrigonometricFn
Get the required types for the arguments of this function.
getArgumentTypes() - Method in class net.sf.saxon.functions.IsWholeNumber
Get the required types for the arguments of this function, counting from zero
getArgumentTypes() - Method in class net.sf.saxon.lib.ExtensionFunctionDefinition
Get the required types for the arguments of this function.
getArgumentTypes() - Method in class net.sf.saxon.query.XQueryFunction
Get the declared types of the arguments of this function
getArgumentTypes() - Method in interface net.sf.saxon.s9api.ExtensionFunction
Declare the types of the arguments
getArgumentTypes() - Method in class net.sf.saxon.style.XSLFunction
Get the argument types
getArgumentTypes() - Method in class net.sf.saxon.type.AnyFunctionType
Get the argument types of the function
getArgumentTypes() - Method in interface net.sf.saxon.type.FunctionItemType
Get the argument types of the function
getArity() - Method in class com.saxonica.functions.hof.AtomicConstructorFunctionItem
Get the arity of the function
getArity() - Method in class com.saxonica.functions.hof.CallableFunctionItem
Get the arity of the function
getArity() - Method in class com.saxonica.functions.hof.CoercedFunction
Get the arity of the function
getArity() - Method in class com.saxonica.functions.hof.CurriedFunction
Get the arity of the function (equal to the number of placeholders)
getArity() - Method in class com.saxonica.functions.hof.SpecificFunctionType
Get the arity (number of arguments) of this function type
getArity() - Method in class com.saxonica.functions.hof.UserFunctionItem
Get the arity of the function
getArity() - Method in class com.saxonica.functions.map.ImmutableMap
Get the arity of the function
getArity() - Method in class com.saxonica.functions.map.MapType
Get the arity (number of arguments) of this function type
getArity() - Method in class com.saxonica.functions.map.RangeKey
Get the arity of the function
getArity() - Method in class com.saxonica.functions.map.SingletonMap
Get the arity of the function
getArity() - Method in interface net.sf.saxon.om.FunctionItem
Get the arity of the function
getArity() - Method in class net.sf.saxon.query.XQueryFunctionLibrary.UnresolvedCallable
 
getArity() - Method in class net.sf.saxon.s9api.XdmFunctionItem
Get the arity of the function
getArray() - Method in class net.sf.saxon.tree.iter.ArrayIterator
Get the underlying array
getAssertion() - Method in class com.saxonica.schema.sdoc.XSDAssert
Get the Assertion schema component corresponding to this xsd:assert element
getAssertions() - Method in class com.saxonica.schema.UserComplexType
Get the assertions defined on this complex type
getAssociatedStylesheet(Configuration, Source, String, String, String) - Static method in class net.sf.saxon.PreparedStylesheet
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.
getAssociatedStylesheet(Source, String, String, String) - Method in class net.sf.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 net.sf.saxon.event.PIGrabber
Return list of stylesheets that matched, as an array of Source objects
getAtomicComparer() - Method in class com.saxonica.expr.EquivalenceComparison
 
getAtomicComparer() - Method in class com.saxonica.expr.IndexedLookupExpression
Get the atomic comparer used
getAtomicComparer() - Method in class net.sf.saxon.expr.CompareToIntegerConstant
Get the AtomicComparer used to compare atomic values.
getAtomicComparer() - Method in interface net.sf.saxon.expr.ComparisonExpression
Get the AtomicComparer used to compare atomic values.
getAtomicComparer() - Method in class net.sf.saxon.expr.GeneralComparison
Get the AtomicComparer used to compare atomic values.
getAtomicComparer(XPathContext) - Method in class net.sf.saxon.expr.instruct.ForEachGroup
 
getAtomicComparer() - Method in class net.sf.saxon.expr.ValueComparison
Get the AtomicComparer used to compare atomic values.
getAtomicComparer(StringCollator, XPathContext) - Method in class net.sf.saxon.functions.CollatingFunction
During evaluation, get the pre-allocated atomic comparer if available, or allocate a new one otherwise
getAtomicComparer() - Method in class net.sf.saxon.functions.DistinctValues
Get the AtomicComparer allocated at compile time.
getAtomicComparer(XPathContext) - Method in class net.sf.saxon.functions.Minimax
 
getAtomicComparers() - Method in class net.sf.saxon.expr.flwor.OrderByClause
 
getAtomicType(QName) - Method in class net.sf.saxon.s9api.ItemTypeFactory
Get an item type representing an atomic type.
getAtomicValue() - Method in class com.saxonica.pull.PullFromIterator
Get an atomic value.
getAtomicValue() - Method in class com.saxonica.pull.TinyTreeWalker
Get an atomic value.
getAtomicValue() - Method in class com.saxonica.pull.TreeWalker
Get an atomic value.
getAtomicValue() - Method in class com.saxonica.pull.VirtualTreeWalker
Get an atomic value.
getAtomicValue() - Method in interface javax.xml.xquery.XQItemAccessor
Gets the current item as a Java String.
getAtomicValue() - Method in class net.sf.saxon.pull.PullFilter
Get an atomic value.
getAtomicValue() - Method in interface net.sf.saxon.pull.PullProvider
Get an atomic value.
getAtomicValue() - Method in class net.sf.saxon.pull.StaxBridge
Get an atomic value.
getAtomicValue() - Method in class net.sf.saxon.xqj.SaxonXQForwardSequence
 
getAtomicValue() - Method in class net.sf.saxon.xqj.SaxonXQItem
 
getAtomicValue() - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
getAtomizedItemType() - Method in class com.saxonica.schema.UserAtomicType
Get the item type of the atomic values that will be produced when an item of this type is atomized
getAtomizedItemType() - Method in class com.saxonica.schema.UserUnionType
 
getAtomizedItemType(Expression, boolean, TypeHierarchy) - Static method in class net.sf.saxon.expr.Atomizer
Compute the type that will result from atomizing the result of a given expression
getAtomizedItemType() - Method in class net.sf.saxon.pattern.CombinedNodeTest
Get the item type of the atomic values that will be produced when an item of this type is atomized (assuming that atomization succeeds)
getAtomizedItemType() - Method in class net.sf.saxon.pattern.ContentTypeTest
Get the item type of the atomic values that will be produced when an item of this type is atomized (assuming that atomization succeeds)
getAtomizedItemType() - Method in class net.sf.saxon.pattern.NodeKindTest
Get the content type allowed by this NodeTest (that is, the type annotation).
getAtomizedItemType() - Method in class net.sf.saxon.pattern.NodeTest
Get the item type of the atomic values that will be produced when an item of this type is atomized (assuming that atomization succeeds)
getAtomizedItemType() - Method in class net.sf.saxon.type.AnyFunctionType
Get the item type of the atomic values that will be produced when an item of this type is atomized
getAtomizedItemType() - Method in class net.sf.saxon.type.AnyItemType
 
getAtomizedItemType() - Method in class net.sf.saxon.type.BuiltInAtomicType
Get the item type of the atomic values that will be produced when an item of this type is atomized
getAtomizedItemType() - Method in class net.sf.saxon.type.ErrorType
 
getAtomizedItemType() - Method in class net.sf.saxon.type.ExternalObjectType
Get the item type of the atomic values that will be produced when an item of this type is atomized
getAtomizedItemType() - Method in interface net.sf.saxon.type.ItemType
Get the item type of the atomic values that will be produced when an item of this type is atomized
getAtomizingIterator(SequenceIterator, boolean) - Static method in class net.sf.saxon.expr.Atomizer
Get an iterator that returns the result of atomizing the sequence delivered by the supplied iterator
getAttribute(String) - Method in class net.sf.saxon.dom.ElementOverNodeInfo
Retrieves an attribute value by name.
getAttribute(int) - Method in class net.sf.saxon.event.StartTagBuffer
Get the value of the current attribute with a given nameCode
getAttribute(String, String) - Method in class net.sf.saxon.event.StartTagBuffer
Get the value of the current attribute with a given name
getAttribute(int) - Method in class net.sf.saxon.evpull.StartElementEvent
Get the n'th attribute if there is one
getAttribute(String) - Method in class net.sf.saxon.TransformerFactoryImpl
Allows the user to retrieve specific attributes on the underlying implementation.
getAttributeCount() - Method in class com.saxonica.pull.PullToStax
 
getAttributeCount() - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getAttributeCount() - Method in class net.sf.saxon.evpull.StartElementEvent
Ask how may attributes the element has
getAttributeDecl(int) - Method in class com.saxonica.schema.PreparedSchema
Get the attribute declaration with a given name if there is one.
getAttributeDeclaration(int) - Method in class com.saxonica.config.EnterpriseConfiguration
Get a global attribute declaration
getAttributeDeclaration() - Method in class com.saxonica.schema.AttributeUse
Get the corresponding attribute declaration
getAttributeDeclaration() - Method in class com.saxonica.schema.sdoc.XSDAttribute
Get the attribute declaration.
getAttributeDeclaration(int) - Method in class net.sf.saxon.Configuration
Get a global attribute declaration.
getAttributeFormDefault() - Method in class com.saxonica.schema.sdoc.XSDSchema
Returns the attributeFormDefault property of this Schema.
getAttributeGroup(int) - Method in class com.saxonica.schema.PreparedSchema
Get the attribute declaration with a given name if there is one.
getAttributeGroup() - Method in class com.saxonica.schema.UserComplexType
Returns the attribute group containing details of all the attributes defined for this complex type.
getAttributeGroupDecl() - Method in class com.saxonica.schema.sdoc.XSDAttributeGroup
Returns the AttributeGroupDecl created by this AttributeGroup declaration.
getAttributeGroupReference() - Method in class com.saxonica.schema.sdoc.XSDAttributeGroup
Return the AttributeGroupReference, if this is a reference
getAttributeIndentString() - Method in class net.sf.saxon.serialize.XMLEmitter
 
getAttributeList() - Method in class net.sf.saxon.tree.linked.ElementImpl
Get the attribute list for this element.
getAttributeLocalName(int) - Method in class com.saxonica.pull.PullToStax
 
getAttributeLocalName(int) - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getAttributeName(int) - Method in class com.saxonica.pull.PullToStax
 
getAttributeName() - Method in class com.saxonica.update.InsertAttributeAction
Get the name of the attribute to be inserted
getAttributeName(int) - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getAttributeName() - Method in class net.sf.saxon.expr.instruct.FixedAttribute
 
getAttributeNameCode() - Method in class net.sf.saxon.expr.instruct.FixedAttribute
Get the name pool name code of the attribute to be constructed
getAttributeNameCodeArray() - Method in class net.sf.saxon.tree.tiny.TinyTree
Get the array used to hold the name codes of all attributes
getAttributeNamespace(int) - Method in class com.saxonica.pull.PullToStax
 
getAttributeNamespace(int) - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getAttributeNode(String) - Method in class net.sf.saxon.dom.ElementOverNodeInfo
Retrieves an attribute node by name.
getAttributeNodeNS(String, String) - Method in class net.sf.saxon.dom.ElementOverNodeInfo
Retrieves an Attr node by local name and namespace URI.
getAttributeNS(String, String) - Method in class net.sf.saxon.dom.ElementOverNodeInfo
Retrieves an attribute value by local name and namespace URI.
getAttributeParentArray() - Method in class net.sf.saxon.tree.tiny.TinyTree
Get the array used to hold the parent pointers of all attributes
getAttributePrefix(int) - Method in class com.saxonica.pull.PullToStax
 
getAttributePrefix(int) - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getAttributes() - Method in class com.saxonica.pull.PullFromIterator
Get the attributes associated with the current element.
getAttributes() - Method in class com.saxonica.pull.PullNamespaceReducer
Get the attributes associated with the current element.
getAttributes() - Method in class com.saxonica.pull.TinyTreeWalker
Get the attributes associated with the current element.
getAttributes() - Method in class com.saxonica.pull.TreeWalker
Get the attributes associated with the current element.
getAttributes() - Method in class com.saxonica.pull.VirtualTreeWalker
Get the attributes associated with the current element.
getAttributes() - Method in class net.sf.saxon.dom.NodeOverNodeInfo
Return a NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
getAttributes() - Method in class net.sf.saxon.pull.PullFilter
Get the attributes associated with the current element.
getAttributes() - Method in interface net.sf.saxon.pull.PullProvider
Get the attributes associated with the current element.
getAttributes() - Method in class net.sf.saxon.pull.StaxBridge
Get the attributes associated with the current element.
getAttributeSetName() - Method in class net.sf.saxon.style.XSLAttributeSet
Get the name of this attribute set
getAttributeSets(StructuredQName, List<Declaration>) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
Get the list of attribute-set declarations associated with a given QName.
getAttributeSets(String, List<Declaration>) - Method in class net.sf.saxon.style.StyleElement
Get the list of attribute-sets associated with this element.
getAttributeTest(QName, QName) - Method in class net.sf.saxon.s9api.ItemTypeFactory
Get an ItemType that tests an element name and/or schema type.
getAttributeType(int) - Method in class com.saxonica.pull.PullToStax
 
getAttributeType(int) - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getAttributeTypeCodeArray() - Method in class net.sf.saxon.tree.tiny.TinyTree
Get the array used to hold the type codes of all attributes
getAttributeTypeInfo(int) - Method in class com.saxonica.jaxp.TypedContentHandler.TypeInfoProviderImpl
Returns the immutable TypeInfo object for the specified attribute of the current element.
getAttributeURI(Attr) - Static method in class net.sf.saxon.dom.DOMNodeWrapper
 
getAttributeUse(int) - Method in class com.saxonica.schema.AttributeGroupDecl
Get the attribute use with a specific name, if there is one.
getAttributeUse() - Method in class com.saxonica.schema.sdoc.XSDAttribute
Get the attribute use.
getAttributeUseCardinality(int) - Method in class com.saxonica.schema.UserComplexType
Find an attribute use within this complex type definition having a given attribute name (identified by fingerprint), and return the cardinality associated with that attribute, which will always be 0, 1, or 0-or-1.
getAttributeUseCardinality(int) - Method in class net.sf.saxon.type.AnyType
Find an attribute use within this complex type definition having a given attribute name (identified by fingerprint), and return the cardinality associated with that attribute, which will always be 0, 1, or 0-or-1.
getAttributeUseCardinality(int) - Method in interface net.sf.saxon.type.ComplexType
Find an attribute use within this complex type definition having a given attribute name (identified by fingerprint), and return the cardinality associated with that attribute, which will always be 0, 1, or 0-or-1.
getAttributeUseCardinality(int) - Method in class net.sf.saxon.type.Untyped
Find an attribute use within this complex type definition having a given attribute name (identified by fingerprint), and return the cardinality associated with that attribute, which will always be 0, 1, or 0-or-1.
getAttributeUses() - Method in class com.saxonica.schema.AttributeGroupDecl
Returns a list of all the attribute uses of this attribute group.
getAttributeUseType(int) - Method in class com.saxonica.schema.UserComplexType
Find an attribute use within this complex type definition having a given attribute name (identified by fingerprint), and return the schema type associated with that attribute.
getAttributeUseType(int) - Method in class net.sf.saxon.type.AnyType
Find an attribute use within this complex type definition having a given attribute name (identified by fingerprint), and return the schema type associated with that attribute.
getAttributeUseType(int) - Method in interface net.sf.saxon.type.ComplexType
Find an attribute use within this complex type definition having a given attribute name (identified by fingerprint), and return the schema type associated with that attribute.
getAttributeUseType(int) - Method in class net.sf.saxon.type.Untyped
Find an attribute use within this complex type definition having a given attribute name (identified by fingerprint), and return the schema type associated with that attribute.
getAttributeValue(int) - Method in class com.saxonica.pull.PullToStax
 
getAttributeValue(String, String) - Method in class com.saxonica.pull.PullToStax
 
getAttributeValue(String, String) - Method in class com.saxonica.pull.UnconstructedParent
Get the string value of a given attribute of this node
getAttributeValue(String, String) - Method in class com.saxonica.stream.om.FleetingElementNode
Get the string value of a given attribute of this node
getAttributeValue(int) - Method in class com.saxonica.stream.om.FleetingElementNode
Get the value of the attribute with a given fingerprint.
getAttributeValue(String, String) - Method in class com.saxonica.stream.om.FleetingNode
Get the string value of a given attribute of this node
getAttributeValue(String, String) - Method in class net.sf.saxon.dom.DOMNodeWrapper
Get the string value of a given attribute of this node
getAttributeValue(int) - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getAttributeValue(String, String) - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getAttributeValue(int) - Method in interface net.sf.saxon.om.FingerprintedNode
Get the value of the attribute with a given fingerprint.
getAttributeValue(String, String) - Method in interface net.sf.saxon.om.NodeInfo
Get the string value of a given attribute of this node
getAttributeValue(String, String) - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Get the string value of a given attribute of this node
getAttributeValue(String, String) - Method in class net.sf.saxon.option.axiom.AxiomElementNodeWrapper
Get the string value of a given attribute of this node
getAttributeValue(int) - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
Get the value of a given attribute of this node
getAttributeValue(String, String) - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
Get the string value of a given attribute of this node
getAttributeValue(String, String) - Method in class net.sf.saxon.option.jdom.JDOMNodeWrapper
Get the string value of a given attribute of this node
getAttributeValue(String, String) - Method in class net.sf.saxon.option.jdom2.JDOM2NodeWrapper
Get the string value of a given attribute of this node
getAttributeValue(String, String) - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Get the string value of a given attribute of this node
getAttributeValue(QName) - Method in class net.sf.saxon.s9api.XdmNode
Get the string value of a named attribute of this element
getAttributeValue(String) - Method in class net.sf.saxon.style.StyleElement
Get an attribute value given the Clark name of the attribute (that is, the name in {uri}local format).
getAttributeValue(String, String) - Method in class net.sf.saxon.tree.linked.ElementImpl
Get the value of a given attribute of this node
getAttributeValue(int) - Method in class net.sf.saxon.tree.linked.ElementImpl
Get the value of the attribute with a given fingerprint.
getAttributeValue(String, String) - Method in class net.sf.saxon.tree.linked.NodeImpl
Find the value of a given attribute of this node.
getAttributeValue(int) - Method in class net.sf.saxon.tree.linked.NodeImpl
Get the value of the attribute with a given fingerprint.
getAttributeValue(String, String) - Method in class net.sf.saxon.tree.NamespaceNode
Get the string value of a given attribute of this node
getAttributeValue(int) - Method in class net.sf.saxon.tree.NamespaceNode
Get the value of the attribute with a given fingerprint.
getAttributeValue(String, String) - Method in class net.sf.saxon.tree.tiny.TinyElementImpl
Get the string value of a given attribute of this node
getAttributeValue(int) - Method in class net.sf.saxon.tree.tiny.TinyElementImpl
Get the value of the attribute with a given fingerprint.
getAttributeValue(String, String) - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Get the string value of a given attribute of this node
getAttributeValue(int) - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Get the value of the attribute with a given fingerprint.
getAttributeValue(NodeInfo, String, String) - Static method in class net.sf.saxon.tree.util.Navigator
Get the string value of an attribute of a given element, given the URI and local part of the attribute name.
getAttributeValue(String, String) - Method in class net.sf.saxon.tree.util.Orphan
Get the string value of a given attribute of this node
getAttributeValue(String, String) - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
Get the string value of a given attribute of this node.
getAttributeValue(String, String) - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Get the string value of a given attribute of this node
getAttributeValue(String, String) - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Get the string value of a given attribute of this node
getAttributeValue(String, String) - Method in class net.sf.saxon.value.TextFragmentValue
Get the string value of a given attribute of this node
getAttributeValueArray() - Method in class net.sf.saxon.tree.tiny.TinyTree
Get the array used to hold the name codes of all attributes
getAttributeWildcard(SchemaCompiler) - Method in class com.saxonica.schema.AttributeGroupDecl
Get the complete attribute wildcard used in this attribute group.
getAttributeWildcard(SchemaCompiler, Stack<AttributeGroupDecl>) - Method in class com.saxonica.schema.AttributeGroupDecl
 
getAttributeWildcard(SchemaCompiler) - Method in class com.saxonica.schema.AttributeGroupReference
Returns the attribute wildcard in the referenced attribute group, if any.
getAttributeWildcard(SchemaCompiler, Stack<AttributeGroupDecl>) - Method in class com.saxonica.schema.AttributeGroupReference
 
getAutoCommit() - Method in interface javax.xml.xquery.XQConnection
Gets the auto-commit attribute of this connection
getAutoCommit() - Method in class net.sf.saxon.xqj.SaxonXQConnection
 
getAvailability() - Method in class net.sf.saxon.query.LanguageFeature
Determine the availability of the feature in Saxon
getAvailableEnvironmentVariables() - Method in interface net.sf.saxon.lib.EnvironmentVariableResolver
Get the list of available environment variables.
getAvailableEnvironmentVariables() - Method in class net.sf.saxon.lib.StandardEnvironmentVariableResolver
Get the list of available environment variables.
getAxis() - Method in class net.sf.saxon.expr.AxisExpression
Get the axis
getAxis() - Method in class net.sf.saxon.expr.parser.PathMap.PathMapArc
Get the Axis associated with this arc
getAxisForPathStep(Expression) - Static method in class net.sf.saxon.pattern.PatternMaker
 
getAxisNumber(String) - Static method in class net.sf.saxon.om.AxisInfo
Resolve an axis name into a symbolic constant representing the axis
getAxisNumber() - Method in enum net.sf.saxon.s9api.Axis
Get the axis number, as defined in class AxisInfo
getBaseComparer() - Method in class net.sf.saxon.expr.sort.DescendingComparer
Get the underlying (ascending) comparer
getBaseComparer() - Method in class net.sf.saxon.expr.sort.EmptyGreatestComparer
Get the underlying comparer (which compares empty least)
getBaseComparer() - Method in class net.sf.saxon.expr.sort.TextComparer
Get the underlying comparer (which doesn't do conversion to string)
getBaseExpression() - Method in class com.saxonica.expr.IndexedFilterExpression
Get the underlying expression
getBaseExpression() - Method in class com.saxonica.expr.IndexedLookupExpression
Get the underlying expression
getBaseExpression() - Method in class com.saxonica.functions.hof.PartialApply
 
getBaseExpression() - Method in class net.sf.saxon.expr.flwor.WhereClause
 
getBaseExpression() - Method in class net.sf.saxon.expr.sort.SortExpression
Get the expression defining the sequence being sorted
getBaseExpression() - Method in class net.sf.saxon.expr.TailExpression
Get the base expression (of which this expression returns the tail part of the value)
getBaseExpression() - Method in class net.sf.saxon.expr.UnaryExpression
 
getBaseIterator() - Method in class net.sf.saxon.tree.iter.NodeWrappingAxisIterator
 
getBaseOutputURI() - Method in class net.sf.saxon.Controller
Get the base output URI.
getBaseOutputURI() - Method in class net.sf.saxon.s9api.XsltTransformer
Get the base output URI.
getBasePattern() - Method in class net.sf.saxon.pattern.AncestorQualifiedPattern
Get the base pattern, the pattern applying to the node itself
getBaseType() - Method in class com.saxonica.schema.UserDefinedType
Returns the base type that this type inherits from.
getBaseType() - Method in interface javax.xml.xquery.XQItemType
Returns the base type of the item.
getBaseType() - Method in class net.sf.saxon.type.AnySimpleType
Get the base type
getBaseType() - Method in class net.sf.saxon.type.AnyType
Get the base type
getBaseType() - Method in class net.sf.saxon.type.BuiltInAtomicType
Returns the base type that this type inherits from.
getBaseType() - Method in class net.sf.saxon.type.BuiltInListType
Returns the base type that this type inherits from.
getBaseType() - Method in class net.sf.saxon.type.ErrorType
Get the base type
getBaseType() - Method in interface net.sf.saxon.type.SchemaType
Returns the base type that this type inherits from.
getBaseType() - Method in class net.sf.saxon.type.Untyped
Returns the base type that this type inherits from.
getBaseType() - Method in class net.sf.saxon.xqj.SaxonXQItemType
 
getBaseTypeFingerprint() - Method in class com.saxonica.schema.UserDefinedType
Get the fingerprint of the name of the base type of this type
getBaseTypeReference() - Method in class com.saxonica.schema.UserDefinedType
Get the reference to the base type.
getBaseURI() - Method in class com.saxonica.pull.UnconstructedElement
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.saxonica.pull.UnconstructedParent
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.saxonica.schema.TypeAlternative
Get the base URI of the XPath expression
getBaseURI() - Method in class com.saxonica.stream.om.FleetingDocumentNode
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.saxonica.stream.om.FleetingNode
Get the Base URI for the node, that is, the URI used for resolving a relative URI contained in the node.
getBaseURI() - Method in interface javax.xml.xquery.XQStaticContext
Gets the Base URI, if set in the static context, else the empty string.
getBaseURI() - Method in class net.sf.saxon.dom.DocumentWrapper
 
getBaseURI() - Method in class net.sf.saxon.dom.NodeOverNodeInfo
Get the base URI for the node.
getBaseURI() - Method in class net.sf.saxon.event.Builder
Get the base URI of the document node of the tree being constructed by this builder
getBaseURI() - Method in class net.sf.saxon.expr.instruct.ForEachGroup
Get the static base URI of the instruction
getBaseURI() - Method in class net.sf.saxon.expr.instruct.ParentNodeConstructor
Get the static base URI of the instruction
getBaseURI(StaticContext, SourceLocator, boolean) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
Determine the base URI of an expression, so that it can be saved on the expression tree for use when the expression is evaluated
getBaseURI() - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
Get the static base URI of the expression.
getBaseURI() - Method in interface net.sf.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 net.sf.saxon.functions.StaticContextForSystemFunctions
Get the Base URI, for resolving any relative URI's used in the expression.
getBaseURI() - Method in interface net.sf.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 net.sf.saxon.option.axiom.AxiomAttributeWrapper
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 net.sf.saxon.option.axiom.AxiomDocumentWrapper
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 net.sf.saxon.option.dom4j.DOM4JDocumentWrapper
 
getBaseURI() - Method in class net.sf.saxon.option.jdom.JDOMDocumentWrapper
 
getBaseURI() - Method in class net.sf.saxon.option.jdom2.JDOM2DocumentWrapper
 
getBaseURI() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
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 net.sf.saxon.pull.UnparsedEntity
Get the base URI of the unparsed entity
getBaseURI() - Method in class net.sf.saxon.query.QueryModule
Get the base URI for a module
getBaseURI() - Method in class net.sf.saxon.query.StaticQueryContext
Get the Base URI of the query, for resolving any relative URI's used in the expression.
getBaseURI() - Method in class net.sf.saxon.s9api.DocumentBuilder
Get the base URI of documents loaded using this DocumentBuilder when no other URI is available.
getBaseURI() - Method in class net.sf.saxon.s9api.XdmDestination
Get the base URI that will be used for the document node when the XdmDestination is written to.
getBaseURI() - Method in class net.sf.saxon.s9api.XdmNode
Get the base URI of this node
getBaseURI() - Method in class net.sf.saxon.s9api.XPathCompiler
Get the static base URI for XPath expressions compiled using this XPathCompiler.
getBaseURI() - Method in class net.sf.saxon.s9api.XQueryCompiler
Get the static base URI for the query
getBaseURI() - Method in class net.sf.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 net.sf.saxon.sxpath.AbstractStaticContext
Get the Base URI, for resolving any relative URI's used in the expression.
getBaseURI() - Method in class net.sf.saxon.tree.linked.DocumentImpl
Get the base URI of this root node.
getBaseURI() - Method in class net.sf.saxon.tree.linked.ElementImpl
Get the base URI of this element node.
getBaseURI() - Method in class net.sf.saxon.tree.linked.NodeImpl
Get the base URI for the node.
getBaseURI() - Method in class net.sf.saxon.tree.NamespaceNode
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 net.sf.saxon.tree.tiny.TinyDocumentImpl
Get the base URI of this root node.
getBaseURI() - Method in class net.sf.saxon.tree.tiny.TinyElementImpl
Get the base URI of this element node.
getBaseURI() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Get the base URI for the node.
getBaseURI(NodeInfo) - Static method in class net.sf.saxon.tree.util.Navigator
Helper method to get the base URI of an element or processing instruction node
getBaseURI() - Method in class net.sf.saxon.tree.util.Orphan
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 net.sf.saxon.tree.wrapper.AbstractNodeWrapper
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 net.sf.saxon.tree.wrapper.AbstractVirtualNode
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 net.sf.saxon.tree.wrapper.VirtualCopy
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 net.sf.saxon.value.TextFragmentValue
Get the base URI for the document node.
getBaseURI() - Method in class net.sf.saxon.xqj.SaxonXQStaticContext
 
getBetaArray() - Method in class net.sf.saxon.tree.tiny.TinyTree
Get the array holding beta information
getBinaryValue() - Method in class net.sf.saxon.value.Base64BinaryValue
Get the binary value
getBinaryValue() - Method in class net.sf.saxon.value.HexBinaryValue
Get the binary value
getBindery() - Method in class net.sf.saxon.Controller
Get the current bindery.
getBinding() - Method in class net.sf.saxon.expr.instruct.LocalParamSetter
Get the LocalParam element representing the binding for this parameter
getBinding() - Method in class net.sf.saxon.expr.VariableReference
Get the object bound to the variable
getBindingInformation(StructuredQName) - Method in class net.sf.saxon.style.StyleElement
Ask whether this element contains a binding for a variable with a given name; and if it does, return the source binding information
getBindingInformation(StructuredQName) - Method in class net.sf.saxon.style.XSLGlobalVariable
Ask whether this element contains a binding for a variable with a given name; and if it does, return the source binding information
getBindingInformation(StructuredQName) - Method in class net.sf.saxon.style.XSLLocalParam
Ask whether this element contains a binding for a variable with a given name; and if it does, return the source binding information
getBindingInformation(StructuredQName) - Method in class net.sf.saxon.style.XSLLocalVariable
Ask whether this element contains a binding for a variable with a given name; and if it does, return the source binding information
getBindingMode() - Method in interface javax.xml.xquery.XQStaticContext
Gets the value of the binding mode property.
getBindingMode() - Method in class net.sf.saxon.xqj.SaxonXQStaticContext
 
getBlock() - Method in class com.saxonica.schema.ElementDecl
Returns the value of the 'block' attribute for this element.
getBlock() - Method in class com.saxonica.schema.UserComplexType
Returns the value of the 'block' attribute for this element
getBlock() - Method in class com.saxonica.schema.UserDefinedType
Returns the value of the 'block' attribute for this type, as a bit-signnificant integer with fields such as SchemaType.DERIVATION_LIST and SchemaType.DERIVATION_EXTENSION
getBlock(String) - Static method in class net.sf.saxon.regex.UnicodeBlocks
 
getBlock() - Method in class net.sf.saxon.type.AnySimpleType
Returns the value of the 'block' attribute for this type, as a bit-signnificant integer with fields such as SchemaType.DERIVATION_LIST and SchemaType.DERIVATION_EXTENSION
getBlock() - Method in class net.sf.saxon.type.AnyType
Returns the value of the 'block' attribute for this type, as a bit-signnificant integer with fields such as SchemaType.DERIVATION_LIST and SchemaType.DERIVATION_EXTENSION
getBlock() - Method in class net.sf.saxon.type.BuiltInAtomicType
Returns the value of the 'block' attribute for this type, as a bit-significant integer with fields such as SchemaType.DERIVATION_LIST and SchemaType.DERIVATION_EXTENSION
getBlock() - Method in class net.sf.saxon.type.BuiltInListType
Returns the value of the 'block' attribute for this type, as a bit-signnificant integer with fields such as SchemaType.DERIVATION_LIST and SchemaType.DERIVATION_EXTENSION
getBlock() - Method in class net.sf.saxon.type.ErrorType
Returns the value of the 'block' attribute for this type, as a bit-signnificant integer with fields such as SchemaType.DERIVATION_LIST and SchemaType.DERIVATION_EXTENSION
getBlock() - Method in interface net.sf.saxon.type.SchemaType
Returns the value of the 'block' attribute for this type, as a bit-significant integer with fields such as SchemaType.DERIVATION_LIST and SchemaType.DERIVATION_EXTENSION.
getBlock() - Method in class net.sf.saxon.type.Untyped
Returns the value of the 'block' attribute for this type, as a bit-signnificant integer with fields such as SchemaType.DERIVATION_LIST and SchemaType.DERIVATION_EXTENSION
getBlockDefault() - Method in class com.saxonica.schema.sdoc.XSDSchema
Returns the default BlockList for this Schema.
getBody() - Method in class net.sf.saxon.expr.instruct.Procedure
 
getBody() - Method in class net.sf.saxon.query.XQueryFunction
Get the body of the function
getBoolean() - Method in interface javax.xml.xquery.XQItemAccessor
Gets the current item as a boolean.
getBoolean() - Method in class net.sf.saxon.xqj.SaxonXQForwardSequence
 
getBoolean() - Method in class net.sf.saxon.xqj.SaxonXQItem
 
getBoolean() - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
getBooleanProperty(String) - Method in class net.sf.saxon.Configuration
Get a boolean property of the configuration
getBooleanValue() - Method in class net.sf.saxon.s9api.XdmAtomicValue
Get the value converted to a boolean using the XPath casting rules
getBooleanValue() - Method in class net.sf.saxon.value.BooleanValue
Get the value
getBoundArguments() - Method in class com.saxonica.functions.hof.PartialApply
 
getBoundarySpacePolicy() - Method in interface javax.xml.xquery.XQStaticContext
Gets the boundary-space policy defined in the static context.
getBoundarySpacePolicy() - Method in class net.sf.saxon.xqj.SaxonXQStaticContext
 
getBuilderMonitor() - Method in class net.sf.saxon.event.Builder
Get a builder monitor for this builder.
getBuilderMonitor() - Method in class net.sf.saxon.tree.linked.LinkedTreeBuilder
Get a builder monitor for this builder.
getBuilderMonitor() - Method in class net.sf.saxon.tree.tiny.TinyBuilder
 
getBuiltInBaseType() - Method in class com.saxonica.schema.UserSimpleType
Returns the built-in base type this type is derived from.
getBuiltInBaseType() - Method in class net.sf.saxon.type.AnySimpleType
Get the built-in ancestor of this type in the type hierarchy
getBuiltInBaseType() - Method in class net.sf.saxon.type.BuiltInAtomicType
Returns the built-in base type this type is derived from.
getBuiltInBaseType() - Method in class net.sf.saxon.type.BuiltInListType
 
getBuiltInBaseType() - Method in class net.sf.saxon.type.ErrorType
Get the built-in ancestor of this type in the type hierarchy
getBuiltInBaseType() - Method in interface net.sf.saxon.type.SimpleType
Get the built-in type from which this type is derived by restriction
getBuiltInItemType(String, String) - Static method in class net.sf.saxon.type.Type
Get the ItemType object for a built-in atomic type
getBuiltInRuleSet() - Method in class net.sf.saxon.trans.Mode
Get the built-in template rules to be used with this Mode in the case where there is no explicit template rule
getBuiltInSimpleType(String, String) - Static method in class net.sf.saxon.type.Type
Get the SimpleType object for a built-in simple type (atomic type or list type)
getByte() - Method in interface javax.xml.xquery.XQItemAccessor
Gets the current item as a byte.
getByte() - Method in class net.sf.saxon.xqj.SaxonXQForwardSequence
 
getByte() - Method in class net.sf.saxon.xqj.SaxonXQItem
 
getByte() - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
getCachedStylesheet(String, String) - Method in class net.sf.saxon.PreparedStylesheet
Get a "next in chain" stylesheet.
getCalculator() - Method in class net.sf.saxon.expr.ArithmeticExpression
Get the calculator allocated to evaluate this expression
getCalculator(int, int, int, boolean) - Static method in class net.sf.saxon.expr.Calculator
Factory method to get a calculator for a given combination of types
getCalculatorSetName(int, int) - Static method in class net.sf.saxon.expr.Calculator
Get the name of the calculator set for a given combination of types
getCalendar() - Method in class net.sf.saxon.value.CalendarValue
Get a Java Calendar object that represents this date/time value.
getCalendar() - Method in class net.sf.saxon.value.DateTimeValue
Get a Java Calendar object representing the value of this DateTime.
getCalendar() - Method in class net.sf.saxon.value.GDateValue
 
getCalendar() - Method in class net.sf.saxon.value.TimeValue
Get a Java Calendar object corresponding to this time, on a reference date
getCalendarName(String) - Method in class net.sf.saxon.expr.number.AbstractNumberer
Get the name of a calendar
getCalendarName(String) - Method in interface net.sf.saxon.lib.Numberer
Get the name of a calendar
getCalendarName(String) - Method in class net.sf.saxon.option.local.Numberer_de
Get the name of a calendar
getCallable() - Method in class com.saxonica.functions.hof.CallableFunctionItem
 
getCalledTemplateExpression() - Method in class net.sf.saxon.expr.instruct.CallTemplate
 
getCaller() - Method in class net.sf.saxon.expr.EarlyEvaluationContext
Get the calling XPathContext (the next one down the stack).
getCaller() - Method in interface net.sf.saxon.expr.XPathContext
Get the calling XPathContext (the next one down the stack).
getCaller() - Method in class net.sf.saxon.expr.XPathContextMinor
Get the calling XPathContext (the next one down the stack).
getCanonicalClass(int) - Method in class net.sf.saxon.serialize.codenorm.NormalizerData
Gets the combining class of a character from the Unicode Character Database.
getCanonicalLexicalRepresentation() - Method in class net.sf.saxon.om.AtomicArray
Get the canonical lexical representation as defined in XML Schema.
getCanonicalLexicalRepresentation() - Method in interface net.sf.saxon.om.AtomicSequence
Get the canonical lexical representation as defined in XML Schema.
getCanonicalLexicalRepresentation() - Method in class net.sf.saxon.om.EmptyAtomicSequence
Get the canonical lexical representation as defined in XML Schema.
getCanonicalLexicalRepresentation() - Method in class net.sf.saxon.value.AtomicValue
Get the canonical lexical representation as defined in XML Schema.
getCanonicalLexicalRepresentation() - Method in class net.sf.saxon.value.DateTimeValue
Get the canonical lexical representation as defined in XML Schema.
getCanonicalLexicalRepresentation() - Method in class net.sf.saxon.value.DateValue
Get the canonical lexical representation as defined in XML Schema.
getCanonicalLexicalRepresentation() - Method in class net.sf.saxon.value.DecimalValue
Get the canonical lexical representation as defined in XML Schema.
getCanonicalLexicalRepresentation() - Method in class net.sf.saxon.value.DoubleValue
Get the canonical lexical representation as defined in XML Schema.
getCanonicalLexicalRepresentation() - Method in class net.sf.saxon.value.FloatValue
Get the canonical lexical representation as defined in XML Schema.
getCanonicalLexicalRepresentation() - Method in class net.sf.saxon.value.IntegerRange
Get the canonical lexical representation as defined in XML Schema.
getCanonicalLexicalRepresentation() - Method in class net.sf.saxon.value.TimeValue
Get the canonical lexical representation as defined in XML Schema.
getCanonicalName() - Method in class net.sf.saxon.serialize.charcode.ASCIICharacterSet
 
getCanonicalName() - Method in interface net.sf.saxon.serialize.charcode.CharacterSet
Get the preferred Java name of the character set.
getCanonicalName() - Method in class net.sf.saxon.serialize.charcode.ISO88591CharacterSet
 
getCanonicalName() - Method in class net.sf.saxon.serialize.charcode.JavaCharacterSet
 
getCanonicalName() - Method in class net.sf.saxon.serialize.charcode.UTF16CharacterSet
 
getCanonicalName() - Method in class net.sf.saxon.serialize.charcode.UTF8CharacterSet
 
getCardinality() - Method in class com.saxonica.bytecode.CompiledExpression
 
getCardinality() - Method in class com.saxonica.schema.AttributeUse
Get the value of the "use" attribute, expressed as a Cardinality value of StaticProperty.EXACTLY_ONE, StaticProperty.EMPTY, or StaticProperty.ALLOWS_ZERO_OR_ONE
getCardinality(ExpressionVisitor, ExpressionVisitor.ContextItemType) - Method in class com.saxonica.schema.IdentityField
Get the static cardinality of the expression, that is the number of nodes the field xpath will select for each node selected by the selector xpath.
getCardinality() - Method in class net.sf.saxon.expr.Expression
Determine the static cardinality of the expression.
getCardinality() - Method in class net.sf.saxon.expr.instruct.Block
Determine the cardinality of the expression
getCardinality() - Method in class net.sf.saxon.expr.instruct.Comment
 
getCardinality() - Method in class net.sf.saxon.expr.instruct.ComputedAttribute
Get the static cardinality of this expression
getCardinality() - Method in class net.sf.saxon.expr.instruct.CopyOf
 
getCardinality() - Method in class net.sf.saxon.expr.instruct.ElementCreator
 
getCardinality() - Method in class net.sf.saxon.expr.instruct.FixedAttribute
 
getCardinality() - Method in class net.sf.saxon.expr.instruct.GeneralVariable
Get the cardinality of the result of this instruction.
getCardinality() - Method in class net.sf.saxon.expr.instruct.LocalParamBlock
Determine the cardinality of the expression
getCardinality() - Method in class net.sf.saxon.expr.instruct.Message
Get the static cardinality.
getCardinality() - Method in class net.sf.saxon.expr.instruct.NamespaceConstructor
 
getCardinality() - Method in class net.sf.saxon.expr.instruct.ParentNodeConstructor
 
getCardinality() - Method in class net.sf.saxon.expr.instruct.ProcessingInstruction
 
getCardinality() - Method in class net.sf.saxon.expr.instruct.TraceExpression
Determine the static cardinality of the expression.
getCardinality() - Method in class net.sf.saxon.expr.JPConverter.FromBooleanArray
 
getCardinality() - Method in class net.sf.saxon.expr.JPConverter.FromByteArray
 
getCardinality() - Method in class net.sf.saxon.expr.JPConverter.FromCollection
Get the cardinality of the XPath value that will result from the conversion
getCardinality() - Method in class net.sf.saxon.expr.JPConverter.FromDoubleArray
 
getCardinality() - Method in class net.sf.saxon.expr.JPConverter.FromFloatArray
 
getCardinality() - Method in class net.sf.saxon.expr.JPConverter.FromIntArray
 
getCardinality() - Method in class net.sf.saxon.expr.JPConverter.FromLongArray
 
getCardinality() - Method in class net.sf.saxon.expr.JPConverter.FromMap
Get the cardinality of the XPath value that will result from the conversion
getCardinality() - Method in class net.sf.saxon.expr.JPConverter.FromObjectArray
 
getCardinality() - Method in class net.sf.saxon.expr.JPConverter.FromSequence
 
getCardinality() - Method in class net.sf.saxon.expr.JPConverter.FromSequenceIterator
 
getCardinality() - Method in class net.sf.saxon.expr.JPConverter.FromShortArray
 
getCardinality() - Method in class net.sf.saxon.expr.JPConverter
Get the cardinality of the XPath value that will result from the conversion
getCardinality() - Method in class net.sf.saxon.expr.sort.ConditionalSorter
Determine the static cardinality of the expression.
getCardinality(Sequence) - Static method in class net.sf.saxon.om.SequenceTool
 
getCardinality() - Method in class net.sf.saxon.pattern.PatternSponsor
Determine the static cardinality of the expression.
getCardinality() - Method in enum net.sf.saxon.s9api.OccurrenceIndicator
 
getCardinality() - Method in class net.sf.saxon.value.AtomicValue
Determine the static cardinality
getCardinality() - Method in class net.sf.saxon.value.Closure
Get the cardinality
getCardinality() - Method in class net.sf.saxon.value.EmptySequence
Determine the static cardinality
getCardinality() - Method in class net.sf.saxon.value.IntegerRange
Determine the cardinality
getCardinality() - Method in class net.sf.saxon.value.SequenceExtent
Determine the cardinality
getCardinality() - Method in class net.sf.saxon.value.SequenceType
Get the cardinality component of this SequenceType.
getCardinality() - Method in class net.sf.saxon.value.SingletonItem
Determine the static cardinality
getCardinalityCode(int) - Static method in class net.sf.saxon.expr.StaticProperty
Reduce the cardinality value to an integer in the range 0-7
getCaseMap() - Method in class com.saxonica.expr.SwitchExpression
Get the map from XPathComparable objects representing the values to the expressions to be executed for each of these values
getCaseOrder() - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
Get the expression that defines the case order of the sort keys.
getCaseVariants(int) - Static method in class net.sf.saxon.regex.CaseVariants
Get the case variants of a character
getCatchClauses() - Method in class com.saxonica.expr.TryCatch
Get the list of catch clauses
getCategory(String) - Static method in class net.sf.saxon.regex.Categories
Get a predicate to test characters for membership of one of the Unicode character categories
getCategory(byte) - Static method in class net.sf.saxon.serialize.charcode.XMLCharacterData
Get all the characters in a given category, as an integer set.
getCharacterBuffer() - Method in class net.sf.saxon.tree.tiny.TinyTree
Get the character buffer used to hold all the text data of the document
getCharacterEncodingScheme() - Method in class com.saxonica.pull.PullToStax
 
getCharacterEncodingScheme() - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getCharacterMap(StructuredQName) - Method in class net.sf.saxon.serialize.CharacterMapIndex
 
getCharacterMap(StructuredQName) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
Get a character map, identified by the fingerprint of its name.
getCharacterMapIndex() - Method in class net.sf.saxon.expr.instruct.Executable
Get the index of named character maps
getCharacterMapName() - Method in class net.sf.saxon.style.XSLCharacterMap
Get the fingerprint of the name of this character map
getCharacterOffset() - Method in class com.saxonica.pull.PullToStax.SourceStreamLocation
 
getCharacterSet(Properties) - Method in class net.sf.saxon.serialize.charcode.CharacterSetFactory
Make a CharacterSet appropriate to the encoding
getCharacterSetFactory() - Method in class net.sf.saxon.Configuration
Get the CharacterSetFactory.
getCharArray() - Method in class net.sf.saxon.tree.util.FastStringBuffer
Get a char[] array containing the characters.
getChars(int, int, char[], int) - Method in class net.sf.saxon.tree.tiny.CharSlice
Append the contents to another array at a given offset.
getChars(int, int, char[], int) - Method in class net.sf.saxon.tree.util.FastStringBuffer
Copies characters from this FastStringBuffer into the destination character array.
getCharSequence() - Method in class net.sf.saxon.regex.BMPString
 
getCharSequence() - Method in class net.sf.saxon.regex.GeneralUnicodeString
 
getCharSequence() - Method in class net.sf.saxon.regex.UnicodeString
Get the value of this UnicodeString as a CharSequence
getChildExpression() - Method in class net.sf.saxon.expr.instruct.TraceExpression
 
getChildNodes() - Method in class net.sf.saxon.dom.AttrOverNodeInfo
Return a NodeList that contains all children of this node.
getChildNodes() - Method in class net.sf.saxon.dom.NodeOverNodeInfo
Return a NodeList that contains all children of this node.
getChildren() - Method in class com.saxonica.xslt3.instruct.Fork
Get the content of the fork instruction
getChildren() - Method in class net.sf.saxon.expr.instruct.Block
Get the children of this instruction
getChildren() - Method in class net.sf.saxon.expr.instruct.LocalParamBlock
Get the children of this instruction
getChildren() - Method in class net.sf.saxon.query.LanguageFeature
Get the children of this feature
getChildThreads() - Method in class net.sf.saxon.expr.XPathContextMajor.ThreadManager
 
getChildValidator() - Method in class com.saxonica.validate.AllElementValidator
Get a validator to handle the children of the current element.
getChildValidator() - Method in class com.saxonica.validate.ComplexContentValidator
Get a validator to handle the children of the current element.
getChildValidator() - Method in class com.saxonica.validate.ContentValidator
Get a validator to handle the children of the current element.
getChildValidator() - Method in class com.saxonica.validate.EmptyContentValidator
 
getChildValidator() - Method in class com.saxonica.validate.LaxValidator
 
getChildValidator() - Method in class com.saxonica.validate.SimpleContentValidator
Return a validator to handle the children of the element just started.
getChildValidator() - Method in class com.saxonica.validate.SkipValidator
Get a validator to handle the children of the current element.
getClarkName(int) - Method in class net.sf.saxon.om.NamePool
Get the Clark form of a name, given its name code or fingerprint
getClarkName(int) - Static method in class net.sf.saxon.om.StandardNames
Get the Clark form of a system-defined name, given its name code or fingerprint
getClarkName() - Method in class net.sf.saxon.om.StructuredQName
Get the expanded QName in Clark format, that is "{uri}local" if it is in a namespace, or just "local" otherwise.
getClarkName() - Method in class net.sf.saxon.s9api.QName
The expanded name, as a string using the notation devised by James Clark.
getClarkName() - Method in class net.sf.saxon.value.QualifiedNameValue
Get the QName in Clark notation, that is "{uri}local" if in a namespace, or "local" otherwise
getClass(String, boolean, ClassLoader) - Method in class net.sf.saxon.Configuration
Load a class using the class name provided.
getClass(String, PrintStream, ClassLoader) - Method in class net.sf.saxon.trans.DynamicLoader
Load a class using the class name provided.
getClassLoader() - Method in class net.sf.saxon.Controller
Get the ClassLoader supplied using the method Controller.setClassLoader(java.lang.ClassLoader).
getClassLoader() - Method in class net.sf.saxon.trans.DynamicLoader
Get the ClassLoader supplied using the method DynamicLoader.setClassLoader(java.lang.ClassLoader).
getClassLoaderForGeneratedClass(String, byte[], Configuration, Class) - Method in class net.sf.saxon.java.JavaPlatform
 
getClassLoaderForGeneratedClass(String, byte[], Configuration, Class) - Method in interface net.sf.saxon.Platform
Return the class loader required to load the bytecode generated classes
getClassName() - Method in class com.saxonica.bytecode.util.CompilerService.GeneratedClassInfo
 
getClassWriter() - Method in class com.saxonica.bytecode.util.CompilerService.GeneratedClassInfo
 
getClause() - Method in class net.sf.saxon.expr.flwor.ClauseInfo
Get the clause being traced
getClauseKey() - Method in class com.saxonica.expr.flwor.CountClause
 
getClauseKey() - Method in class com.saxonica.expr.flwor.GroupByClause
 
getClauseKey() - Method in class com.saxonica.expr.flwor.WindowClause
 
getClauseKey() - Method in class net.sf.saxon.expr.flwor.Clause
Get a keyword identifying what kind of clause this is
getClauseKey() - Method in class net.sf.saxon.expr.flwor.ForClause
 
getClauseKey() - Method in class net.sf.saxon.expr.flwor.LetClause
 
getClauseKey() - Method in class net.sf.saxon.expr.flwor.OrderByClause
 
getClauseKey() - Method in class net.sf.saxon.expr.flwor.TraceClause
 
getClauseKey() - Method in class net.sf.saxon.expr.flwor.WhereClause
 
getClauseList() - Method in class net.sf.saxon.expr.flwor.FLWORExpression
Get the list of clauses of the FLWOR expression, in the order they are written.
getClientData(Class) - Method in class net.sf.saxon.om.NamePool
Retrieve client data on behalf of a user of the namepool
getCode(String) - Static method in class net.sf.saxon.lib.Validation
Get the integer validation code corresponding to a given string
getCodeForURI(String) - Method in class net.sf.saxon.om.NamePool
Get the uri code for a given URI
getCodeInjector() - Method in class net.sf.saxon.expr.parser.ExpressionParser
Set a CodeInjector which can be used to modify or wrap expressions on the tree as the expression is parsed and the tree is constructed.
getCodeInjector() - Method in class net.sf.saxon.query.QueryModule
Get the CodeInjector if one is in use
getCodeInjector() - Method in class net.sf.saxon.query.StaticQueryContext
Get any CodeInjector that has been registered
getCodeInjector() - Method in class net.sf.saxon.trace.AbstractTraceListener
Get the associated CodeInjector to be used at compile time to generate the tracing calls
getCodeInjector() - Method in class net.sf.saxon.trace.XSLTTraceListener
 
getCodeInjector() - Method in class net.sf.saxon.trans.CompilerInfo
Get the registered CodeInjector, if any
getCodePoint() - Method in class net.sf.saxon.style.XSLOutputCharacter
 
getCollation() - Method in class com.saxonica.expr.SwitchExpression
Get the collation used
getCollation() - Method in class com.saxonica.functions.map.ImmutableMap
Get the collation used for the map
getCollation() - Method in interface com.saxonica.functions.map.MapItem
Get the collation of the map
getCollation() - Method in class com.saxonica.functions.map.RangeKey
Get the collation of the map
getCollation() - Method in class com.saxonica.functions.map.SingletonMap
Get the collation of the map
getCollation(String) - Method in class net.sf.saxon.expr.EarlyEvaluationContext
Get a named collation
getCollation() - Method in class net.sf.saxon.expr.instruct.ForEachGroup
Get the statically-determined collator, or null if the collation was not determined statically
getCollation() - Method in class net.sf.saxon.expr.sort.SimpleCollation
Get the underlying comparator
getCollation() - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
Get the collation to be used
getCollation(String) - Method in interface net.sf.saxon.expr.StaticContext
Get a named collation.
getCollation(String) - Method in interface net.sf.saxon.expr.XPathContext
Get a named collation.
getCollation(String) - Method in class net.sf.saxon.expr.XPathContextMinor
Get a named collation
getCollation(String) - Method in class net.sf.saxon.functions.StaticContextForSystemFunctions
Get a named collation.
getCollation(String) - Method in class net.sf.saxon.query.QueryModule
Get a named collation.
getCollation(String) - Method in class net.sf.saxon.query.StaticQueryContext
Get a named collation.
getCollation(String) - Method in class net.sf.saxon.style.ExpressionContext
Get a named collation.
getCollation(String) - Method in class net.sf.saxon.sxpath.AbstractStaticContext
Get a named collation.
getCollation() - Method in class net.sf.saxon.trans.KeyDefinition
Get the collation.
getCollationArgument() - Method in class net.sf.saxon.functions.CollatingFunction
Get the argument position (0-based) containing the collation name
getCollationArgument() - Method in class net.sf.saxon.functions.Compare
Get the argument position (0-based) containing the collation name
getCollationArgument() - Method in class net.sf.saxon.functions.Contains
Get the argument position (0-based) containing the collation name
getCollationArgument() - Method in class net.sf.saxon.functions.DeepEqual
Get the argument position (0-based) containing the collation name
getCollationArgument() - Method in class net.sf.saxon.functions.DistinctValues
Get the argument position (0-based) containing the collation name
getCollationArgument() - Method in class net.sf.saxon.functions.EndsWith
Get the argument position (0-based) containing the collation name
getCollationArgument() - Method in class net.sf.saxon.functions.IndexOf
Get the argument position (0-based) containing the collation name
getCollationArgument() - Method in class net.sf.saxon.functions.Minimax
Get the argument position (0-based) containing the collation name
getCollationArgument() - Method in class net.sf.saxon.functions.StartsWith
Get the argument position (0-based) containing the collation name
getCollationArgument() - Method in class net.sf.saxon.functions.SubstringAfter
Get the argument position (0-based) containing the collation name
getCollationArgument() - Method in class net.sf.saxon.functions.SubstringBefore
Get the argument position (0-based) containing the collation name
getCollationKey(String) - Method in class net.sf.saxon.expr.sort.AlphanumericCollator
Get a collation key for two Strings.
getCollationKey(String) - Method in class net.sf.saxon.expr.sort.CaseFirstCollator
Get a collation key for two Strings.
getCollationKey(String) - Method in class net.sf.saxon.expr.sort.CodepointCollator
Get a collation key for two Strings.
getCollationKey(String) - Method in class net.sf.saxon.expr.sort.RuleBasedSubstringMatcher
Get a collation key for two Strings.
getCollationKey(String) - Method in class net.sf.saxon.expr.sort.SimpleCollation
Get a collation key for a String.
getCollationKey(SimpleCollation, String) - Method in class net.sf.saxon.java.JavaPlatform
Given a collation, get a collation key.
getCollationKey(String) - Method in interface net.sf.saxon.lib.StringCollator
Get a collation key for a String.
getCollationKey(SimpleCollation, String) - Method in interface net.sf.saxon.Platform
Given a collation, get a collation key.
getCollationMap() - Method in class net.sf.saxon.Configuration
Get the collation map, which can be used to register named collations (and a default collation) at the Configuration level.
getCollationMap() - Method in class net.sf.saxon.expr.parser.ExpressionVisitor
 
getCollationMap() - Method in class net.sf.saxon.functions.StaticContextForSystemFunctions
Get the collation map in use
getCollationMap() - Method in class net.sf.saxon.query.StaticQueryContext
Get the collation map
getCollationMap() - Method in class net.sf.saxon.style.PrincipalStylesheetModule
Get the collation map
getCollationMap() - Method in class net.sf.saxon.sxpath.AbstractStaticContext
Get the collation map in use
getCollationMap() - Method in class net.sf.saxon.trans.CompilerInfo
Get information about named collations and the default collation
getCollationMap() - Method in interface net.sf.saxon.TypeCheckerEnvironment
 
getCollationName() - Method in class com.saxonica.functions.map.ImmutableMap
Get the name of the collation of the map
getCollationName() - Method in interface com.saxonica.functions.map.MapItem
Get the name of the collation of the map
getCollationName() - Method in class com.saxonica.functions.map.RangeKey
Get the name of the collation of the map
getCollationName() - Method in class com.saxonica.functions.map.SingletonMap
Get the name of the collation of the map
getCollationName() - Method in class com.saxonica.xsltextn.style.SaxonCollation
Get the name of the collation defined by this saxon:collation declaration
getCollationName() - Method in interface net.sf.saxon.style.CollationDeclaration
 
getCollationName() - Method in class net.sf.saxon.trans.KeyDefinition
Get the collation name for this key definition.
getCollationName() - Method in class net.sf.saxon.trans.KeyDefinitionSet
Get the name of the collation used for this key
getCollationNameExpression() - Method in class net.sf.saxon.expr.instruct.ForEachGroup
Get the expression which, on evaluation, yields the name of the collation to be used
getCollationNameExpression() - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
Get the selected collation name (specifically, an expression which when evaluated returns the collation URI).
getCollationTable() - Method in class net.sf.saxon.expr.instruct.Executable
Get the table of collations
getCollationURIResolver() - Method in class net.sf.saxon.Configuration
Get the collation URI resolver associated with this configuration.
getCollator() - Method in class com.saxonica.xsltextn.style.SaxonCollation
Get the collator defined by this collation declaration
getCollator() - Method in interface net.sf.saxon.expr.sort.AtomicComparer
Get the collation used by this AtomicComparer if any
getCollator() - Method in class net.sf.saxon.expr.sort.AtomicSortComparer
 
getCollator() - Method in class net.sf.saxon.expr.sort.CalendarValueComparer
 
getCollator() - Method in class net.sf.saxon.expr.sort.CodepointCollatingComparer
 
getCollator() - Method in class net.sf.saxon.expr.sort.CollatingAtomicComparer
 
getCollator() - Method in class net.sf.saxon.expr.sort.ComparableAtomicValueComparer
 
getCollator() - Method in class net.sf.saxon.expr.sort.DescendingComparer
 
getCollator() - Method in class net.sf.saxon.expr.sort.DoubleSortComparer
 
getCollator() - Method in class net.sf.saxon.expr.sort.EmptyGreatestComparer
 
getCollator() - Method in class net.sf.saxon.expr.sort.EqualityComparer
 
getCollator() - Method in class net.sf.saxon.expr.sort.GenericAtomicComparer
 
getCollator() - Method in class net.sf.saxon.expr.sort.NumericComparer
 
getCollator() - Method in class net.sf.saxon.expr.sort.TextComparer
 
getCollator(XPathContext) - Method in class net.sf.saxon.functions.CollatingFunction
Get a collator suitable for comparing strings.
getCollator() - Method in interface net.sf.saxon.style.CollationDeclaration
Get the collator defined by this collation declaration
getCollatorFromLastArgument(Sequence[], int, XPathContext) - Method in class net.sf.saxon.functions.CollatingFunction
Get a collator suitable for comparing strings.
getCollectionURIResolver() - Method in class net.sf.saxon.Configuration
Get the collection URI resolver associated with this configuration.
getCollectionURIResolver() - Method in class net.sf.saxon.Controller
Get the CollectionURIResolver used for resolving references to collections.
getCollectionURIResolver() - Method in class net.sf.saxon.sxpath.XPathDynamicContext
Get the CollectionURIResolver used for resolving references to collections.
getColumnInstructions(Executable, Declaration) - Method in class net.sf.saxon.option.sql.SQLInsert
 
getColumnInstructions(Executable, Declaration) - Method in class net.sf.saxon.option.sql.SQLUpdate
 
getColumnName() - Method in class net.sf.saxon.option.sql.SQLColumn
 
getColumnNumber() - Method in class com.saxonica.pull.PullToStax.SourceStreamLocation
 
getColumnNumber() - Method in class com.saxonica.pull.TinyTreeWalker
Return the character position where the current document event ends.
getColumnNumber() - Method in class com.saxonica.pull.TreeWalker
Return the character position where the current document event ends.
getColumnNumber() - Method in class com.saxonica.pull.UnconstructedParent
Get column number
getColumnNumber() - Method in class com.saxonica.schema.SchemaStructure
Get the column number of the element defining this schema component.
getColumnNumber() - Method in class com.saxonica.stream.om.FleetingNode
Get column number.
getColumnNumber() - Method in exception javax.xml.xquery.XQQueryException
Gets the column number in the query string where the error occurred.
getColumnNumber() - Method in class javax.xml.xquery.XQStackTraceElement
Gets the column number in the query string containing the execution point represented by this stack trace element.
getColumnNumber() - Method in class net.sf.saxon.dom.DOMSender
 
getColumnNumber(long) - Method in class net.sf.saxon.dom.DOMSender
 
getColumnNumber() - Method in class net.sf.saxon.event.ContentHandlerProxyLocator
Get the column number
getColumnNumber(long) - Method in class net.sf.saxon.event.LocationCopier
 
getColumnNumber(long) - Method in interface net.sf.saxon.event.LocationProvider
Get the column number within the document, entity, or module containing a particular location
getColumnNumber() - Method in class net.sf.saxon.evpull.StaxToEventBridge
Return the column number where the current document event ends.
getColumnNumber(long) - Method in class net.sf.saxon.evpull.StaxToEventBridge
 
getColumnNumber() - Method in class net.sf.saxon.expr.Expression
Get the column number of the expression
getColumnNumber(long) - Method in class net.sf.saxon.expr.Expression
 
getColumnNumber(long) - Method in class net.sf.saxon.expr.flwor.ClauseInfo
Get the column number within the document, entity, or module containing a particular location
getColumnNumber() - Method in class net.sf.saxon.expr.flwor.ClauseInfo
Return the column number where the current document event ends.
getColumnNumber() - Method in class net.sf.saxon.expr.instruct.GeneralVariable
Get the column number of the expression
getColumnNumber(long) - Method in class net.sf.saxon.expr.instruct.GlobalVariable
Get the column number within the document, entity, or module containing a particular location
getColumnNumber() - Method in class net.sf.saxon.expr.instruct.InstructionDetails
Get the column number identifying the position of the instruction.
getColumnNumber(long) - Method in class net.sf.saxon.expr.instruct.InstructionDetails
 
getColumnNumber(long) - Method in class net.sf.saxon.expr.instruct.LocationMap
 
getColumnNumber() - Method in class net.sf.saxon.expr.instruct.Procedure
 
getColumnNumber(long) - Method in class net.sf.saxon.expr.instruct.Procedure
 
getColumnNumber(long) - Method in class net.sf.saxon.expr.instruct.TraceExpression
 
getColumnNumber() - Method in class net.sf.saxon.expr.parser.ExpressionLocation
Get the column number
getColumnNumber(long) - Method in class net.sf.saxon.expr.parser.ExpressionLocation
 
getColumnNumber() - Method in class net.sf.saxon.expr.parser.ExpressionParser.TemporaryContainer
 
getColumnNumber(long) - Method in class net.sf.saxon.expr.parser.ExpressionParser.TemporaryContainer
 
getColumnNumber() - Method in class net.sf.saxon.expr.parser.Tokenizer
Get the column number of the current token
getColumnNumber(int) - Method in class net.sf.saxon.expr.parser.Tokenizer
Return the column number corresponding to a given offset in the expression
getColumnNumber() - Method in interface net.sf.saxon.om.NodeInfo
Get column number.
getColumnNumber() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Get column number
getColumnNumber() - Method in class net.sf.saxon.option.jdom2.JDOM2NodeWrapper
 
getColumnNumber() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Get column number
getColumnNumber() - Method in class net.sf.saxon.pattern.Pattern
Get the column number (always -1)
getColumnNumber() - Method in class net.sf.saxon.pull.StaxBridge
Return the column number where the current document event ends.
getColumnNumber(long) - Method in class net.sf.saxon.pull.StaxBridge
 
getColumnNumber() - Method in class net.sf.saxon.query.XQueryExpression
Return the character position where the current document event ends.
getColumnNumber() - Method in class net.sf.saxon.query.XQueryFunction
Return the column number
getColumnNumber(long) - Method in class net.sf.saxon.query.XQueryFunction
 
getColumnNumber() - Method in class net.sf.saxon.s9api.XdmNode
Get the column number of the node in a source document.
getColumnNumber(long) - Method in class net.sf.saxon.style.StyleElement
 
getColumnNumber() - Method in class net.sf.saxon.sxpath.AbstractStaticContext
Return the character position where the current document event ends.
getColumnNumber() - Method in class net.sf.saxon.sxpath.SimpleContainer
Return the character position where the current document event ends.
getColumnNumber() - Method in class net.sf.saxon.tree.linked.ElementImpl
Get the line number of the node within its source document entity
getColumnNumber(int) - Method in class net.sf.saxon.tree.linked.LineNumberMap
Get the column number corresponding to a given sequence number
getColumnNumber() - Method in class net.sf.saxon.tree.linked.NodeImpl
Get the column number of the node.
getColumnNumber() - Method in class net.sf.saxon.tree.NamespaceNode
Get column number
getColumnNumber() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Get the column number of the node.
getColumnNumber(long) - Method in class net.sf.saxon.tree.tiny.TinyTreeEventIterator
Get location information: the column number of the current start element event
getColumnNumber() - Method in class net.sf.saxon.tree.util.Orphan
Get column number
getColumnNumber() - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
Get column number
getColumnNumber() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Get column number
getColumnNumber() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Get column number
getColumnNumber() - Method in exception net.sf.saxon.type.ValidationException
 
getColumnNumber() - Method in class net.sf.saxon.type.ValidationFailure
 
getColumnNumber() - Method in class net.sf.saxon.value.TextFragmentValue
Return the character position where the current document event ends.
getCombinedAttributeGroup() - Method in class com.saxonica.schema.UserComplexType
Returns the attribute group containing details of all the attributes defined for this complex type.
getCommentBuffer() - Method in class net.sf.saxon.tree.tiny.TinyTree
Get the character buffer used to hold all the comment data of the document
getCommonChildItemType() - Method in class net.sf.saxon.style.StyleElement
Get the most general type of item returned by the children of this instruction
getCommonSuperType(ItemType, ItemType, TypeHierarchy) - Static method in class net.sf.saxon.type.Type
Get a type that is a common supertype of two given item types
getCommonSuperType(ItemType, ItemType) - Static method in class net.sf.saxon.type.Type
Get a type that is a common supertype of two given item types, without the benefit of a TypeHierarchy cache.
getComparand() - Method in class net.sf.saxon.expr.CompareToIntegerConstant
Get the integer value on the rhs of the expression
getComparators() - Method in class net.sf.saxon.expr.sort.SortExpression
Get the comparators, if known statically.
getComparer() - Method in class com.saxonica.expr.EquivalenceComparison
 
getComparer(SortKeyDefinition[], AtomicComparer[]) - Method in class com.saxonica.xslt3.instruct.MergeInstr
 
getComparer() - Method in class net.sf.saxon.expr.sort.DocumentSorter
 
getComparer() - Method in class net.sf.saxon.functions.Minimax
 
getComparisonCardinality() - Method in class net.sf.saxon.expr.GeneralComparison
Ask whether the comparison is known to be many-to-one, one-to-one, or many-to-many.
getComparisonKey(Tuple) - Method in class com.saxonica.expr.flwor.GroupByClause
Callback to get the comparison key for a tuple.
getComparisonKey(AtomicValue) - Method in interface net.sf.saxon.expr.sort.AtomicComparer
Get a comparison key for an object.
getComparisonKey(AtomicValue) - Method in class net.sf.saxon.expr.sort.AtomicSortComparer
Get a comparison key for an object.
getComparisonKey(AtomicValue) - Method in class net.sf.saxon.expr.sort.CalendarValueComparer
Get a comparison key for an object.
getComparisonKey(AtomicValue) - Method in class net.sf.saxon.expr.sort.CodepointCollatingComparer
Get a comparison key for an object.
getComparisonKey(AtomicValue) - Method in class net.sf.saxon.expr.sort.CollatingAtomicComparer
Get a comparison key for an object.
getComparisonKey(AtomicValue) - Method in class net.sf.saxon.expr.sort.ComparableAtomicValueComparer
Get a comparison key for an object.
getComparisonKey(AtomicValue) - Method in class net.sf.saxon.expr.sort.DecimalSortComparer
Get a comparison key for an object.
getComparisonKey(AtomicValue) - Method in class net.sf.saxon.expr.sort.DescendingComparer
Get a comparison key for an object.
getComparisonKey(AtomicValue) - Method in class net.sf.saxon.expr.sort.DoubleSortComparer
Get a comparison key for an object.
getComparisonKey(AtomicValue) - Method in class net.sf.saxon.expr.sort.EmptyGreatestComparer
Get a comparison key for an object.
getComparisonKey(AtomicValue) - Method in class net.sf.saxon.expr.sort.EqualityComparer
Get a comparison key for an object.
getComparisonKey(AtomicValue) - Method in class net.sf.saxon.expr.sort.GenericAtomicComparer
Get a comparison key for an object.
getComparisonKey(AtomicValue) - Method in class net.sf.saxon.expr.sort.NumericComparer
Get a comparison key for an object.
getComparisonKey(AtomicValue) - Method in class net.sf.saxon.expr.sort.TextComparer
Get a comparison key for an object.
getComparisonKey(XPathContext) - Method in class net.sf.saxon.value.CalendarValue
Get a comparison key for this value.
getComparisonKey(XPathContext) - Method in class net.sf.saxon.value.DateTimeValue
Get a comparison key for this value.
getComparisonKey(XPathContext) - Method in class net.sf.saxon.value.GDateValue
Get a comparison key for this value.
getComparisonKey(XPathContext) - Method in class net.sf.saxon.value.TimeValue
Get a comparison key for this value.
getComparisonOperator() - Method in class net.sf.saxon.expr.CompareToIntegerConstant
Get the comparison operator
getCompiledClass(Object) - Method in class com.saxonica.bytecode.util.CompilerService
 
getCompiledFunction() - Method in class net.sf.saxon.style.XSLFunction
Get the compiled function
getCompiledGlobalVariables() - Method in class net.sf.saxon.expr.instruct.Executable
Get the index of global variables
getCompiledLibrary(String) - Method in class com.saxonica.expr.ee.StaticQueryContextEE
Get a previously compiled library module
getCompiledLibrary(String) - Method in class net.sf.saxon.query.StaticQueryContext
Get a previously compiled library module
getCompiledRegularExpression() - Method in class net.sf.saxon.functions.Matches
Get the compiled regular expression, returning null if the regex has not been compiled
getCompiledRegularExpression() - Method in class net.sf.saxon.functions.Replace
Get the compiled regular expression if available, otherwise return null
getCompiledRegularExpression() - Method in class net.sf.saxon.functions.Tokenize
Get the compiled regular expression if available, otherwise return null
getCompiledTemplate() - Method in class net.sf.saxon.style.XSLTemplate
Get the compiled template
getCompiledVariable() - Method in class net.sf.saxon.style.SourceBinding
Get the compiled variable
getCompiledVariable() - Method in class net.sf.saxon.style.XSLGeneralVariable
 
getCompilerInfo() - Method in class net.sf.saxon.PreparedStylesheet
Get the CompilerInfo containing details of XSLT compilation options
getComplexType() - Method in class com.saxonica.schema.sdoc.XSDComplexContentRestriction
Get the complex type that is the result of the restriction
getComplexType() - Method in class com.saxonica.schema.sdoc.XSDComplexType
Get the UserComplexType represented by this complexType element in the schema document
getComponent(String) - Method in class net.sf.saxon.event.PipelineConfiguration
Get a named component of the pipeline
getComponent(int) - Method in class net.sf.saxon.value.AtomicValue
Method to extract components of a value.
getComponent(int) - Method in class net.sf.saxon.value.DateTimeValue
Get a component of the value.
getComponent(int) - Method in class net.sf.saxon.value.DurationValue
Get a component of the normalized value
getComponent(int) - Method in class net.sf.saxon.value.GDateValue
Get a component of the value.
getComponent(int) - Method in class net.sf.saxon.value.QNameValue
Get a component.
getComponent(int) - Method in class net.sf.saxon.value.TimeValue
Get a component of the value.
getComponentAsFunction() - Method in class com.saxonica.schema.Assertion
 
getComponentAsFunction() - Method in class com.saxonica.schema.AttributeDecl
 
getComponentAsFunction() - Method in class com.saxonica.schema.AttributeGroupDecl
 
getComponentAsFunction() - Method in class com.saxonica.schema.AttributeUse
 
getComponentAsFunction() - Method in class com.saxonica.schema.AttributeWildcard
Get the schema component in the form of a function item.
getComponentAsFunction() - Method in class com.saxonica.schema.ElementDecl
 
getComponentAsFunction() - Method in class com.saxonica.schema.IdentityConstraint
 
getComponentAsFunction() - Method in class com.saxonica.schema.ModelGroup
 
getComponentAsFunction() - Method in class com.saxonica.schema.ModelGroupDefinition
 
getComponentAsFunction() - Method in class com.saxonica.schema.Notation
 
getComponentAsFunction() - Method in class com.saxonica.schema.Particle
 
getComponentAsFunction() - Method in class com.saxonica.schema.TypeAlternative
 
getComponentAsFunction() - Method in class com.saxonica.schema.UserComplexType
 
getComponentAsFunction(ComplexType) - Static method in class com.saxonica.schema.UserComplexType
 
getComponentAsFunction() - Method in class com.saxonica.schema.UserSimpleType
 
getComponentAsFunction(SimpleType) - Static method in class com.saxonica.schema.UserSimpleType
Get schema information for a simple type in the form of a function item
getComponentAsFunction() - Method in class com.saxonica.schema.Wildcard
 
getComponentAsFunction() - Method in class net.sf.saxon.type.AnySimpleType
Get the schema component in the form of a function item.
getComponentAsFunction() - Method in class net.sf.saxon.type.AnyType
Get the schema component in the form of a function item.
getComponentAsFunction() - Method in class net.sf.saxon.type.BuiltInAtomicType
 
getComponentAsFunction() - Method in class net.sf.saxon.type.BuiltInListType
Get the schema component in the form of a function item.
getComponentAsFunction() - Method in class net.sf.saxon.type.ErrorType
Get the schema component in the form of a function item.
getComponentAsFunction() - Method in interface net.sf.saxon.type.SchemaComponent
Get the schema component in the form of a function item.
getComponentAsFunction() - Method in class net.sf.saxon.type.Untyped
Get the schema component in the form of a function item.
getComponentNodeTests() - Method in class net.sf.saxon.pattern.CombinedNodeTest
Get the two parts of the combined node test
getComponentReference() - Method in exception com.saxonica.schema.UnresolvedReferenceExceptionImpl
 
getCompositorName() - Method in class com.saxonica.schema.AllModelGroup
Get the name of this compositor
getCompositorName() - Method in class com.saxonica.schema.ChoiceModelGroup
Get the name of this compositor
getCompositorName() - Method in class com.saxonica.schema.ModelGroup
Get the name of the compositor used in this model group
getCompositorName() - Method in class com.saxonica.schema.ModelGroupDefinition
 
getCompositorName() - Method in class com.saxonica.schema.SequenceModelGroup
Get the name of this compositor
getCompressedValue() - Method in class net.sf.saxon.tree.tiny.CompressedWhitespace
 
getComputation() - Method in class com.saxonica.xslt3.style.XSLAccumulatorRule
 
getCondition() - Method in class com.saxonica.schema.Assertion
Get the XPath expression representing the assertion.
getCondition() - Method in class com.saxonica.schema.TypeAlternative
Get the XPath expression used in the test attribute of the alternative.
getCondition() - Method in class net.sf.saxon.expr.IsLastExpression
Get the condition we are testing for
getCondition() - Method in class net.sf.saxon.expr.sort.ConditionalSorter
Get the condition under which the nodes need to be sorted
getCondition() - Method in class net.sf.saxon.style.XSLWhen
 
getConditions() - Method in class net.sf.saxon.expr.instruct.Choose
Get the array of conditions to be tested
getConditionText() - Method in class com.saxonica.schema.Assertion
Get the original text of the condition.
getConditionText() - Method in class com.saxonica.schema.TypeAlternative
Get the original text of the condition.
getConduit() - Method in class com.saxonica.stream.SequenceExchanger.SequencePusher
Get the Conduit to which the events are written
getConfiguration() - Method in class com.saxonica.bytecode.GeneratedCode
Get the configuration.
getConfiguration() - Method in class com.saxonica.bytecode.util.CompilerService
Get the Configuration used by this CompilerService
getConfiguration(XPathContext) - Static method in class com.saxonica.functions.extfn.Extensions
Return the Configuration object
getConfiguration() - Method in class com.saxonica.jaxp.SchemaFactoryImpl
Get the underlying Saxon Configuration object
getConfiguration() - Method in class com.saxonica.jaxp.ValidatorHandlerImpl
Get the Configuration object
getConfiguration() - Method in class com.saxonica.jaxp.ValidatorImpl
Get the underlying Saxon Configuration object
getConfiguration() - Method in class com.saxonica.pull.UnconstructedParent
Get the configuration
getConfiguration() - Method in interface com.saxonica.schema.ComponentReference
Determine the configuration containing this reference (and its target)
getConfiguration() - Method in class com.saxonica.schema.PreparedSchema
Get the configuration
getConfiguration() - Method in class com.saxonica.schema.SchemaCompiler
Get the configuration
getConfiguration() - Method in class com.saxonica.schema.SchemaStructure
Get the schema containing this structure
getConfiguration() - Method in class com.saxonica.stream.adjunct.StreamingAdjunct
Get the Saxon Configuration
getConfiguration() - Method in class com.saxonica.stream.om.FleetingDocumentNode
Get the configuration used to build the tree containing this node.
getConfiguration() - Method in class com.saxonica.stream.om.FleetingNode
Get the configuration used to build the tree containing this node.
getConfiguration() - Method in class com.saxonica.validate.Checker
 
getConfiguration(XPathContext) - Static method in class net.sf.saxon.Configuration
Get the configuration, given the context.
getConfiguration() - Method in class net.sf.saxon.Controller
Get the Configuration associated with this Controller.
getConfiguration() - Method in class net.sf.saxon.dom.DocumentBuilderImpl
Get the Saxon Configuration to be used by the document builder.
getConfiguration() - Method in class net.sf.saxon.dom.DocumentWrapper
Get the configuration previously set using setConfiguration
getConfiguration() - Method in class net.sf.saxon.event.Builder
Get the Configuration
getConfiguration() - Method in class net.sf.saxon.event.ContentHandlerProxy
Get the Saxon configuration
getConfiguration() - Method in class net.sf.saxon.event.PipelineConfiguration
Get the Saxon Configuration object
getConfiguration() - Method in class net.sf.saxon.event.ReceivingContentHandler
Get the Configuration object
getConfiguration() - Method in class net.sf.saxon.event.SequenceReceiver
Get the Saxon Configuration
getConfiguration() - Method in class net.sf.saxon.expr.EarlyEvaluationContext
Get the Configuration
getConfiguration() - Method in class net.sf.saxon.expr.instruct.Executable
Get the configuration
getConfiguration() - Method in class net.sf.saxon.expr.parser.ExpressionVisitor
Get the Saxon configuration
getConfiguration() - Method in class net.sf.saxon.expr.parser.Optimizer
Get the Saxon configuration object
getConfiguration() - Method in interface net.sf.saxon.expr.StaticContext
Get the system configuration
getConfiguration() - Method in interface net.sf.saxon.expr.XPathContext
Get the Configuration
getConfiguration() - Method in class net.sf.saxon.expr.XPathContextMinor
Get the Configuration
getConfiguration() - Method in class net.sf.saxon.functions.StaticContextForSystemFunctions
Get the system configuration
getConfiguration() - Method in class net.sf.saxon.lib.StandardURIResolver
Get the configuration if available
getConfiguration() - Method in interface net.sf.saxon.om.NodeInfo
Get the configuration used to build the tree containing this node.
getConfiguration() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Get the configuration
getConfiguration() - Method in class net.sf.saxon.option.axiom.AxiomDocumentWrapper
Get the configuration previously set using setConfiguration
getConfiguration() - Method in class net.sf.saxon.option.dom4j.DOM4JDocumentWrapper
Get the configuration previously set using setConfiguration (or the default configuraton allocated automatically)
getConfiguration() - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
 
getConfiguration() - Method in class net.sf.saxon.option.jdom.JDOMDocumentWrapper
Get the configuration previously set using setConfiguration (or the default configuraton allocated automatically)
getConfiguration() - Method in class net.sf.saxon.option.jdom2.JDOM2DocumentWrapper
Get the configuration previously set using setConfiguration (or the default configuraton allocated automatically)
getConfiguration() - Method in class net.sf.saxon.option.xom.XOMDocumentWrapper
Get the configuration previously set using setConfiguration
getConfiguration() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Get the configuration
getConfiguration() - Method in class net.sf.saxon.query.DynamicQueryContext
Get the Configuration associated with this dynamic query context
getConfiguration() - Method in class net.sf.saxon.Query
Get the configuration in use
getConfiguration() - Method in class net.sf.saxon.query.QueryModule
Get the Saxon Configuration
getConfiguration() - Method in class net.sf.saxon.query.StaticQueryContext
Get the Configuration options
getConfiguration() - Method in class net.sf.saxon.query.XQueryFunctionLibrary
Get the Configuration options
getConfiguration() - Method in class net.sf.saxon.serialize.Emitter
Get the configuration used for this document
getConfiguration() - Method in class net.sf.saxon.style.ExpressionContext
Get the system configuration
getConfiguration() - Method in class net.sf.saxon.sxpath.AbstractStaticContext
Get the system configuration
getConfiguration() - Method in class net.sf.saxon.sxpath.XPathEvaluator
Get the Configuration in use.
getConfiguration() - Method in class net.sf.saxon.trace.ExpressionPresenter
Get the Saxon configuration
getConfiguration() - Method in class net.sf.saxon.Transform
Get the configuration.
getConfiguration() - Method in class net.sf.saxon.TransformerFactoryImpl
Get the configuration.
getConfiguration() - Method in class net.sf.saxon.tree.linked.DocumentImpl
Get the configuration previously set using setConfiguration
getConfiguration() - Method in class net.sf.saxon.tree.linked.NodeImpl
Get the configuration
getConfiguration() - Method in class net.sf.saxon.tree.NamespaceNode
Get the configuration
getConfiguration() - Method in class net.sf.saxon.tree.tiny.TinyDocumentImpl
Get the configuration previously set using setConfiguration
getConfiguration() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Get the configuration
getConfiguration() - Method in class net.sf.saxon.tree.tiny.TinyTree
Get the configuration previously set using setConfiguration
getConfiguration() - Method in class net.sf.saxon.tree.util.Orphan
Get the configuration
getConfiguration() - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
Get the configuration
getConfiguration() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Get the configuration
getConfiguration() - Method in class net.sf.saxon.tree.wrapper.SpaceStrippedDocument
Get the configuration previously set using setConfiguration
getConfiguration() - Method in class net.sf.saxon.tree.wrapper.TypeStrippedDocument
Get the configuration
getConfiguration() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Get the configuration
getConfiguration() - Method in class net.sf.saxon.type.TypeHierarchy
Get the Saxon configuration to which this type hierarchy belongs
getConfiguration() - Method in interface net.sf.saxon.TypeCheckerEnvironment
 
getConfiguration() - Method in class net.sf.saxon.value.TextFragmentValue
Get the configuration previously set using setConfiguration (or the default configuraton allocated automatically)
getConfiguration() - Method in class net.sf.saxon.xpath.XPathEvaluator
Get the Configuration used by this XPathEvaluator
getConfiguration() - Method in class net.sf.saxon.xpath.XPathExpressionImpl
Get the Configuration under which this XPath expression was compiled
getConfiguration() - Method in class net.sf.saxon.xpath.XPathFactoryImpl
Get the Configuration object used by this XPathFactory
getConfiguration() - Method in class net.sf.saxon.xqj.SaxonXQConnection
Get the Saxon Configuration in use.
getConfiguration() - Method in class net.sf.saxon.xqj.SaxonXQDataSource
Get the Saxon Configuration in use.
getConfiguration() - Method in class net.sf.saxon.xqj.SaxonXQDynamicContext
 
getConfigurationProperty(String) - Method in class com.saxonica.config.EnterpriseConfiguration
Get a property of the configuration
getConfigurationProperty(String) - Method in class com.saxonica.config.ProfessionalConfiguration
Get a property of the configuration
getConfigurationProperty(String) - Method in class net.sf.saxon.Configuration
Get a property of the configuration
getConfigurationProperty(String) - Method in class net.sf.saxon.s9api.Processor
Get the value of a configuration property
getConnection() - Method in interface javax.xml.xquery.PooledXQConnection
Creates and returns an XQConnection object that is a handle for the physical connection that this PooledXQConnection object represents.
getConnection() - Method in interface javax.xml.xquery.XQDataSource
Attempts to create a connection to an XML datasource.
getConnection(Connection) - Method in interface javax.xml.xquery.XQDataSource
Attempts to create a connection to an XML datasource using an existing JDBC connection.
getConnection(String, String) - Method in interface javax.xml.xquery.XQDataSource
Attempts to establish a connection to an XML datasource using the supplied username and password.
getConnection() - Method in interface javax.xml.xquery.XQResultItem
Gets the XQuery connection associated with this result item
getConnection() - Method in interface javax.xml.xquery.XQResultSequence
Gets the XQuery connection associated with this result sequence
getConnection() - Method in class net.sf.saxon.xqj.SaxonXQDataSource
 
getConnection(Connection) - Method in class net.sf.saxon.xqj.SaxonXQDataSource
Get a connection based on an underlying JDBC connection
getConnection(String, String) - Method in class net.sf.saxon.xqj.SaxonXQDataSource
Get a connection, by supplying a username and password.
getConnection() - Method in class net.sf.saxon.xqj.SaxonXQForwardSequence
 
getConnection() - Method in class net.sf.saxon.xqj.SaxonXQItem
 
getConnection() - Method in class net.sf.saxon.xqj.SaxonXQPreparedExpression
 
getConnection() - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
getConstantText() - Method in class net.sf.saxon.expr.instruct.DocumentInstr
For a text-only instruction, determine if the text value is fixed and if so return it; otherwise return null
getConstraintChecker() - Method in class com.saxonica.validate.SkipValidator
 
getConstraintChecker() - Method in class com.saxonica.validate.ValidatingFilter
Get the constraint checker used in this pipeline
getConstraintChecker() - Method in class com.saxonica.validate.ValidationContext
Get the constraint checker used in this pipeline
getConstraintClauseNumber() - Method in exception net.sf.saxon.type.ValidationException
Get the constraint clause number
getConstraintClauseNumber() - Method in class net.sf.saxon.type.ValidationFailure
Get the constraint clause number
getConstraintFingerprint() - Method in class com.saxonica.schema.sdoc.XSDIdentityConstraint
Get the fingerprint of the name of this component or reference
getConstraintName() - Method in exception net.sf.saxon.type.ValidationException
Get the constraint name
getConstraintName() - Method in class net.sf.saxon.type.ValidationFailure
Get the constraint name
getConstraintReference() - Method in exception net.sf.saxon.type.ValidationException
Get the constraint name and clause in the format defined in XML Schema Part C (Outcome Tabulations).
getConstraintReference() - Method in class net.sf.saxon.type.ValidationFailure
Get the constraint name and clause in the format defined in XML Schema Part C (Outcome Tabulations).
getConstraintReferenceMessage() - Method in exception net.sf.saxon.type.ValidationException
Get the constraint reference as a string for inserting into an error message.
getConstraintReferenceMessage() - Method in class net.sf.saxon.type.ValidationFailure
Get the constraint reference as a string for inserting into an error message.
getConstraintSchemaPart() - Method in exception net.sf.saxon.type.ValidationException
Get the "schema part" component of the constraint reference
getConstraintSchemaPart() - Method in class net.sf.saxon.type.ValidationFailure
Get the "schema part" component of the constraint reference
getConstructionMode() - Method in interface javax.xml.xquery.XQStaticContext
Gets the construction mode defined in the static context.
getConstructionMode() - Method in class net.sf.saxon.query.QueryModule
Get the current construction mode
getConstructionMode() - Method in class net.sf.saxon.query.StaticQueryContext
Get the current construction mode
getConstructionMode() - Method in class net.sf.saxon.xqj.SaxonXQStaticContext
 
getConstructType() - Method in class com.saxonica.bytecode.CompiledExpression
 
getConstructType() - Method in class com.saxonica.xslt3.style.XSLAccumulator
Get the type of construct.
getConstructType() - Method in class net.sf.saxon.expr.Expression
Get the type of this expression for use in tracing and diagnostics
getConstructType() - Method in class net.sf.saxon.expr.flwor.ClauseInfo
Get the type of construct.
getConstructType() - Method in class net.sf.saxon.expr.ForExpression
Get the type of this expression for use in tracing and diagnostics
getConstructType() - Method in class net.sf.saxon.expr.instruct.AttributeSet
Get the type of construct.
getConstructType() - Method in class net.sf.saxon.expr.instruct.GlobalVariable
Get the type of construct.
getConstructType() - Method in class net.sf.saxon.expr.instruct.Instruction
Get the type of this expression for use in tracing and diagnostics
getConstructType() - Method in class net.sf.saxon.expr.instruct.InstructionDetails
Get the construct type
getConstructType() - Method in class net.sf.saxon.expr.instruct.Template
Get the type of construct.
getConstructType() - Method in class net.sf.saxon.expr.instruct.TraceExpression
Get the construct type.
getConstructType() - Method in class net.sf.saxon.expr.instruct.UserFunction
Get the type of construct.
getConstructType() - Method in class net.sf.saxon.expr.UserFunctionCall
 
getConstructType() - Method in class net.sf.saxon.query.XQueryFunction
Get the type of construct.
getConstructType() - Method in class net.sf.saxon.style.LiteralResultElement
Get the type of construct.
getConstructType() - Method in class net.sf.saxon.style.StyleElement
Get the type of construct.
getConstructType() - Method in class net.sf.saxon.style.XSLAttributeSet
Get the type of construct.
getConstructType() - Method in class net.sf.saxon.style.XSLFunction
Get the type of construct.
getConstructType() - Method in class net.sf.saxon.style.XSLGeneralVariable
Get the type of construct.
getConstructType() - Method in class net.sf.saxon.style.XSLTemplate
Get the type of construct.
getConstructType() - Method in interface net.sf.saxon.trace.InstructionInfo
Get the type of construct.
getConstructType() - Method in class net.sf.saxon.trans.KeyDefinition
Get the type of construct.
getContainedSource() - Method in class net.sf.saxon.lib.AugmentedSource
Get the Source object wrapped by this AugmentedSource
getContainer() - Method in class net.sf.saxon.expr.Expression
Get the container in which this expression is located.
getContainer() - Method in class net.sf.saxon.expr.instruct.GeneralVariable
Get the container in which this expression is located.
getContainer() - Method in class net.sf.saxon.expr.instruct.GlobalVariable
Get the container in which this expression is located.
getContainer() - Method in class net.sf.saxon.functions.IntegratedFunctionCall
Get the container in which this expression is located.
getContainer() - Method in class net.sf.saxon.lib.ExtensionFunctionCall
Get the container of the expression.
getContainer() - Method in class net.sf.saxon.pattern.PatternSponsor
Get the container that immediately contains this expression.
getContainer() - Method in class net.sf.saxon.trace.ContextStackFrame
Get the container of the instruction that caused this new context to be created.
getContainerGranularity() - Method in interface net.sf.saxon.expr.Container
Get the granularity of the container.
getContainerGranularity() - Method in class net.sf.saxon.expr.instruct.GlobalVariable
Get the granularity of the container.
getContainerGranularity() - Method in class net.sf.saxon.expr.instruct.Procedure
Get the granularity of the container.
getContainerGranularity() - Method in class net.sf.saxon.expr.parser.ExpressionParser.TemporaryContainer
Get the granularity of the container.
getContainerGranularity() - Method in class net.sf.saxon.pattern.Pattern
Get the granularity of the container.
getContainerGranularity() - Method in class net.sf.saxon.query.XQueryExpression
Get the granularity of the container.
getContainerGranularity() - Method in class net.sf.saxon.query.XQueryFunction
Get the granularity of the container.
getContainerGranularity() - Method in class net.sf.saxon.style.StyleElement
Get the granularity of the container.
getContainerGranularity() - Method in class net.sf.saxon.style.UseWhenStaticContext
Get the granularity of the container.
getContainerGranularity() - Method in class net.sf.saxon.sxpath.IndependentContext
Get the granularity of the container.
getContainerGranularity() - Method in class net.sf.saxon.sxpath.SimpleContainer
Get the granularity of the container.
getContainerGranularity() - Method in class net.sf.saxon.xpath.JAXPXPathStaticContext
Get the granularity of the container.
getContainingAttributeGroup() - Method in class com.saxonica.schema.AttributeDecl
Get the containing attribute group.
getContainingAttributeGroupDecl() - Method in class com.saxonica.schema.AttributeUse
Get the attribute group declaration containing this attribute use, if any
getContainingComplexType() - Method in class com.saxonica.schema.AttributeDecl
Get the containing complex type.
getContainingComplexType() - Method in class com.saxonica.schema.ElementDecl
Get the containing complex type.
getContainingComplexType() - Method in class com.saxonica.schema.sdoc.SchemaElement
Get the complexType associated with the containing xs:complexType element
getContainingDeclarationName() - Method in class com.saxonica.schema.UserDefinedType
Get the name of the containing element or attribute declaration, if any (and if known).
getContainingElement() - Method in class com.saxonica.validate.ContentValidator
Get the fingerprint of the name of the element being validated (for diagnostics).
getContainingElementLocationId() - Method in class com.saxonica.validate.ContentValidator
Get the location ID of the element being validated
getContainingElementName() - Method in class com.saxonica.validate.ContentValidator
Get the containing element name, for use in error messages.
getContainingFunction() - Method in class net.sf.saxon.expr.TailCallLoop
Get the containing function
getContainingSimpleType() - Method in class com.saxonica.schema.sdoc.SchemaElement
Get the simpleTypeDefinition associated with the containing xs:simpleType element
getContainingSlotManager() - Method in class net.sf.saxon.style.StyleElement
Get the SlotManager for the containing Procedure definition
getContainingStylesheet() - Method in class net.sf.saxon.style.StyleElement
Get the containing XSLStylesheet element
getContentExpression() - Method in interface com.saxonica.stream.adjunct.DivisibleInstruction
Get the content expression
getContentExpression() - Method in class com.saxonica.xslt3.style.TextValueTemplateNode
 
getContentExpression() - Method in class net.sf.saxon.expr.instruct.ParentNodeConstructor
Get the expression that constructs the content of the element
getContentExpression() - Method in class net.sf.saxon.expr.instruct.ResultDocument
Get the expression that constructs the content
getContentExpression() - Method in class net.sf.saxon.expr.instruct.SimpleNodeConstructor
Get the expression that determines the string value of the constructed node
getContentHandler() - Method in class com.saxonica.jaxp.ValidatingReader
Return the current content handler.
getContentHandler() - Method in class com.saxonica.jaxp.ValidatorHandlerImpl
Gets the ContentHandler which receives the augmented validation result.
getContentHandler() - Method in class net.sf.saxon.Filter
Get the ContentHandler registered using setContentHandler()
getContentModelSize() - Method in class com.saxonica.schema.ModelGroup
Get the number of particles in the (unsimplified) content model
getContentType() - Method in class com.saxonica.validate.SchemaAttributeTest
Get the content type allowed by this NodeTest (that is, the type annotation of the matched nodes).
getContentType() - Method in class com.saxonica.validate.SchemaElementTest
Get the content type allowed by this NodeTest (that is, the type annotation of the matched nodes).
getContentType() - Method in class net.sf.saxon.pattern.CombinedNodeTest
Get the content type allowed by this NodeTest (that is, the type annotation of the matched nodes).
getContentType() - Method in class net.sf.saxon.pattern.ContentTypeTest
Get the content type allowed by this NodeTest (that is, the type annotation of the matched nodes).
getContentType() - Method in class net.sf.saxon.pattern.NodeKindTest
Get the content type allowed by this NodeTest (that is, the type of content allowed).
getContentType() - Method in class net.sf.saxon.pattern.NodeTest
Get the content type allowed by this NodeTest (that is, the type annotation of the matched nodes).
getContext() - Method in class com.saxonica.bytecode.iter.CompiledBlockIterator
 
getContext(XPathContext) - Static method in class com.saxonica.functions.extfn.Extensions
Return the XPathContext object
getContext() - Method in class com.saxonica.stream.feed.EventFeed
Get the dynamic evaluation context
getContext() - Method in class com.saxonica.stream.feed.ItemFeed
Get the dynamic evaluation context
getContext() - Method in class com.saxonica.stream.watch.AccumulatorWatch
 
getContext() - Method in class com.saxonica.stream.watch.ComposingWatch
Get the dynamic context (the top frame of the context stack)
getContext() - Method in class com.saxonica.stream.watch.EventPushingWatch
 
getContextComponent() - Method in class com.saxonica.schema.UserSimpleType
Get the component that contains the definition of this anonymous simple type definition
getContextDeterminedTypeForAttribute(int) - Method in class com.saxonica.schema.UserComplexType
Get the context-determined type for a given attribute.
getContextDeterminedTypeForElement(int) - Method in class com.saxonica.schema.UserComplexType
Get the context-determined type for a given child element.
getContextDocumentRoot() - Method in class net.sf.saxon.expr.parser.PathMap
Get the path map root for the context document
getContextForGlobalVariables() - Method in class net.sf.saxon.Controller
Get the item used as the context for evaluating global variables.
getContextItem() - Method in class net.sf.saxon.expr.EarlyEvaluationContext
Get the context item
getContextItem() - Method in interface net.sf.saxon.expr.XPathContext
Get the context item
getContextItem() - Method in class net.sf.saxon.expr.XPathContextMinor
Get the context item
getContextItem() - Method in class net.sf.saxon.query.DynamicQueryContext
Get the context item for the query, as set using setContextItem() or setContextNode().
getContextItem() - Method in class net.sf.saxon.s9api.XPathSelector
Get the context item used for evaluating the XPath expression.
getContextItem() - Method in class net.sf.saxon.s9api.XQueryEvaluator
Get the initial context item for the query, if one has been set
getContextItem() - Method in class net.sf.saxon.sxpath.XPathDynamicContext
Get the context item
getContextItem() - Method in class net.sf.saxon.trace.ContextStackFrame
Get the value of the context item at this level of the context stack
getContextItemRoot() - Method in class net.sf.saxon.expr.parser.PathMap
Get the path map root for the context item
getContextItemStack() - Method in class net.sf.saxon.event.ContentHandlerProxy.ContentHandlerProxyTraceListener
Get the context item stack
getContextItemStack() - Method in class net.sf.saxon.event.ContentHandlerProxyLocator
Get the current item stack.
getContextItemStaticType() - Method in interface javax.xml.xquery.XQStaticContext
Gets the static type of the context item.
getContextItemStaticType() - Method in class net.sf.saxon.xqj.SaxonXQStaticContext
 
getContextItemType() - Method in class net.sf.saxon.expr.AxisExpression
Get the static type of the context item for this AxisExpression.
getContextLocationText() - Method in exception net.sf.saxon.type.ValidationException
Get additional location text, if any.
getContextNode(XPathContext) - Method in class net.sf.saxon.functions.SystemFunctionCall
Helper method for subclasses: get the context item if it is a node, throwing appropriate errors if not
getContextPath() - Method in exception net.sf.saxon.type.ValidationException
 
getContextStack() - Method in class com.saxonica.stream.feed.EventFeed
Get the stack of XPathContext objects
getContextStack() - Method in class com.saxonica.stream.feed.ItemFeed
 
getContextStack() - Method in class com.saxonica.stream.watch.ComposingWatch
Get the context stack
getContextStack() - Method in class com.saxonica.stream.watch.EventPushingWatch
 
getContextVariablePosition() - Method in class com.saxonica.bytecode.util.GeneratedMethodInfo
 
getControlledExpression() - Method in class com.saxonica.expr.IndexedFilterExpression
Get the subexpression that is evaluated in the new context
getControlledExpression() - Method in class com.saxonica.xslt3.instruct.IterateInstr
Get the subexpression that is evaluated in the new context
getControlledExpression() - Method in interface net.sf.saxon.expr.ContextSwitchingExpression
Get the subexpression that is evaluated in the new context
getControlledExpression() - Method in class net.sf.saxon.expr.FilterExpression
Get the subexpression that is evaluated in the new context
getControlledExpression() - Method in class net.sf.saxon.expr.instruct.ForEach
Get the subexpression that is evaluated in the new context
getControlledExpression() - Method in class net.sf.saxon.expr.SlashExpression
Get the step expression (the right-hand operand)
getController(XPathContext) - Static method in class com.saxonica.functions.extfn.Extensions
Return the Controller object
getController() - Method in class com.saxonica.validate.ValidationContext
Get the Controller used for this validation episode
getController() - Method in class net.sf.saxon.event.PipelineConfiguration
Get the controller associated with this pipelineConfiguration
getController() - Method in class net.sf.saxon.expr.EarlyEvaluationContext
Get the Controller.
getController() - Method in interface net.sf.saxon.expr.XPathContext
Get the Controller.
getController() - Method in class net.sf.saxon.expr.XPathContextMinor
Get the Controller.
getControllingExpression() - Method in class com.saxonica.expr.IndexedFilterExpression
Get the subexpression that sets the context item
getControllingExpression() - Method in class com.saxonica.stream.feed.GroupingFeed
 
getControllingExpression() - Method in class com.saxonica.stream.watch.GroupingWatch
 
getControllingExpression() - Method in class com.saxonica.xslt3.instruct.IterateInstr
Get the subexpression that sets the context item
getControllingExpression() - Method in interface net.sf.saxon.expr.ContextSwitchingExpression
Get the subexpression that sets the context item
getControllingExpression() - Method in class net.sf.saxon.expr.FilterExpression
Get the underlying expression
getControllingExpression() - Method in class net.sf.saxon.expr.GroupVariableReference
 
getControllingExpression() - Method in class net.sf.saxon.expr.instruct.ForEach
Get the subexpression that sets the context item
getControllingExpression() - Method in class net.sf.saxon.expr.SlashExpression
Get the start expression (the left-hand operand)
getConversion() - Method in class net.sf.saxon.expr.instruct.LocalParam
Get the conversion expression
getConversionContext() - Method in class net.sf.saxon.Configuration
Get an XPathContext object with sufficient capability to perform comparisons and conversions
getConversionEvaluationMode() - Method in class net.sf.saxon.expr.instruct.LocalParam
 
getConversionRules() - Method in class net.sf.saxon.Configuration
Get the conversion rules used to convert between atomic types.
getConversionRules() - Method in class net.sf.saxon.s9api.ItemType
Get the conversion rules implemented by this type.
getConversionRules() - Method in class net.sf.saxon.type.Converter
Get the conversion rules to be used by this Converter
getConverter() - Method in class net.sf.saxon.expr.AtomicSequenceConverter
Get the converter used to convert the items in the sequence
getConverter() - Method in class net.sf.saxon.expr.CastingExpression
Get the Converter allocated to implement this cast expression, if any
getConverter(AtomicType, AtomicType) - Method in class net.sf.saxon.lib.ConversionRules
Get a Converter for a given pair of atomic types.
getConverterCompiler(AtomicType, AtomicType) - Static method in class com.saxonica.bytecode.CastExpressionCompiler
 
getConvertingCallable() - Method in class net.sf.saxon.functions.SystemFunctionCall
 
getCookedBaseOutputURI() - Method in class net.sf.saxon.Controller
Get the base output URI after processing.
getCopyNamespacesModeInherit() - Method in interface javax.xml.xquery.XQStaticContext
Gets the inherit part of the copy-namespaces mode defined in the static context.
getCopyNamespacesModeInherit() - Method in class net.sf.saxon.xqj.SaxonXQStaticContext
 
getCopyNamespacesModePreserve() - Method in interface javax.xml.xquery.XQStaticContext
Gets the preserve part of the copy-namespaces mode defined in the static context.
getCopyNamespacesModePreserve() - Method in class net.sf.saxon.xqj.SaxonXQStaticContext
 
getCorrespondingSingletonOperator(int) - Static method in class net.sf.saxon.expr.GeneralComparison
Return the singleton form of the comparison operator, e.g.
getCounterMap() - Method in class com.saxonica.schema.AllModelGroup
Get a mapping from element name fingerprints (including fingerprints of substitution group members) to entries in the minima and maxima arrays.
getCounterMap() - Method in class com.saxonica.schema.AttributeGroupDecl
Get the counter map used to map attribute names to positions in an array of counters used during instance validation
getCountry() - Method in class net.sf.saxon.expr.number.AbstractNumberer
Get the country used by this numberer.
getCountry() - Method in interface net.sf.saxon.lib.Numberer
Get the country used by this numberer
getCoverageStatistics() - Method in class com.saxonica.validate.ValidationStack
Get the statistics showing the usage of individual schema components during a validation episode
getCurrentBinding() - Method in class net.sf.saxon.pattern.PatternThatSetsCurrent
Get the binding of the item being matched by the pattern, that is, the binding that represents the value of the current() function
getCurrentClass() - Method in class com.saxonica.bytecode.util.CompilerService
 
getCurrentDateTime() - Method in class net.sf.saxon.Controller
Get the current date and time for this query or transformation.
getCurrentDateTime() - Method in class net.sf.saxon.expr.EarlyEvaluationContext
Get the current date and time.
getCurrentDateTime() - Method in interface net.sf.saxon.expr.XPathContext
Get the current date and time
getCurrentDateTime() - Method in class net.sf.saxon.expr.XPathContextMinor
Get the current date and time for this query or transformation.
getCurrentDateTime() - Method in class net.sf.saxon.query.DynamicQueryContext
Get the date and time set previously using DynamicQueryContext.setCurrentDateTime(net.sf.saxon.value.DateTimeValue) or null if none has been set.
getCurrentDateTime(XPathContext) - Static method in class net.sf.saxon.value.DateTimeValue
Get the dateTime value representing the nominal date/time of this transformation run.
getCurrentDepth() - Method in class net.sf.saxon.tree.tiny.TinyBuilder
Get the current depth in the tree
getCurrentDirectory() - Static method in class net.sf.saxon.expr.parser.ExpressionTool
 
getCurrentException() - Method in class net.sf.saxon.expr.EarlyEvaluationContext
Get the current exception (in saxon:catch)
getCurrentException() - Method in interface net.sf.saxon.expr.XPathContext
Get the current exception (in saxon:catch)
getCurrentException() - Method in class net.sf.saxon.expr.XPathContextMinor
Get the current exception (in saxon:catch)
getCurrentExpression() - Method in class net.sf.saxon.expr.parser.ExpressionVisitor
Get the current expression, the one being visited
getCurrentGenerator() - Method in class com.saxonica.bytecode.util.CompilerService
 
getCurrentGroup() - Method in class net.sf.saxon.expr.sort.GroupByIterator
Get the contents of the current group as a java List
getCurrentGroupingKey() - Method in class com.saxonica.xslt3.instruct.MergeGroupingIterator
 
getCurrentGroupingKey() - Method in class com.saxonica.xslt3.instruct.MergeGroupingIterator.ManualMergGroupingIterator
 
getCurrentGroupingKey() - Method in class net.sf.saxon.expr.sort.GroupAdjacentIterator
 
getCurrentGroupingKey() - Method in class net.sf.saxon.expr.sort.GroupByIterator
Get the value of the grouping key for the current group
getCurrentGroupingKey() - Method in class net.sf.saxon.expr.sort.GroupByIterator.ManualGroupByIterator
 
getCurrentGroupingKey() - Method in interface net.sf.saxon.expr.sort.GroupIterator
Get the grouping key of the current group
getCurrentGroupingKey() - Method in class net.sf.saxon.expr.sort.GroupMatchingIterator
 
getCurrentGroupingKey() - Method in class net.sf.saxon.expr.sort.SortedGroupIterator
 
getCurrentGroupIterator() - Method in class net.sf.saxon.expr.EarlyEvaluationContext
Get the current group iterator.
getCurrentGroupIterator() - Method in interface net.sf.saxon.expr.XPathContext
Get the current group iterator.
getCurrentGroupIterator() - Method in class net.sf.saxon.expr.XPathContextMajor
Get the current group iterator.
getCurrentGroupIterator() - Method in class net.sf.saxon.expr.XPathContextMinor
Get the current group iterator.
getCurrentIterator() - Method in class net.sf.saxon.expr.EarlyEvaluationContext
Get the current iterator.
getCurrentIterator() - Method in interface net.sf.saxon.expr.XPathContext
Get the current iterator.
getCurrentIterator() - Method in class net.sf.saxon.expr.XPathContextMinor
Get the current iterator.
getCurrentLeafNode() - Method in class net.sf.saxon.tree.linked.LinkedTreeBuilder
Get the current text, comment, or processing instruction node
getCurrentLocationId() - Method in class net.sf.saxon.event.ContentHandlerProxy
Get the current location identifier
getCurrentMethod() - Method in class com.saxonica.bytecode.util.CompilerService
 
getCurrentMethods() - Method in class com.saxonica.bytecode.util.CompilerService
 
getCurrentMode() - Method in class net.sf.saxon.expr.EarlyEvaluationContext
Get the current mode.
getCurrentMode() - Method in interface net.sf.saxon.expr.XPathContext
Get the current mode.
getCurrentMode() - Method in class net.sf.saxon.expr.XPathContextMajor
Get the current mode.
getCurrentMode() - Method in class net.sf.saxon.expr.XPathContextMinor
Get the current mode.
getCurrentParentNode() - Method in class net.sf.saxon.tree.linked.LinkedTreeBuilder
Get the current document or element node
getCurrentRegexIterator() - Method in class net.sf.saxon.expr.EarlyEvaluationContext
Get the current regex iterator.
getCurrentRegexIterator() - Method in interface net.sf.saxon.expr.XPathContext
Get the current regex iterator.
getCurrentRegexIterator() - Method in class net.sf.saxon.expr.XPathContextMajor
Get the current regex iterator.
getCurrentRegexIterator() - Method in class net.sf.saxon.expr.XPathContextMinor
Get the current regex iterator.
getCurrentRoot() - Method in class net.sf.saxon.dom.DOMWriter
Get the current root node.
getCurrentRoot() - Method in class net.sf.saxon.event.Builder
Get the current root node.
getCurrentRoot() - Method in class net.sf.saxon.option.axiom.AxiomWriter
Get the current root node.
getCurrentRoot() - Method in class net.sf.saxon.option.dom4j.DOM4JWriter
Get the current root node.
getCurrentRoot() - Method in class net.sf.saxon.option.jdom.JDOMWriter
Get the current root node.
getCurrentRoot() - Method in class net.sf.saxon.option.jdom2.JDOM2Writer
Get the current root node.
getCurrentRoot() - Method in class net.sf.saxon.option.xom.XOMWriter
Get the current root node.
getCurrentRoot() - Method in class net.sf.saxon.tree.linked.LinkedTreeBuilder
Get the current root node.
getCurrentTemplateRule() - Method in class net.sf.saxon.expr.EarlyEvaluationContext
Get the current template.
getCurrentTemplateRule() - Method in interface net.sf.saxon.expr.XPathContext
Get the current template rule.
getCurrentTemplateRule() - Method in class net.sf.saxon.expr.XPathContextMajor
Get the current template.
getCurrentTemplateRule() - Method in class net.sf.saxon.expr.XPathContextMinor
Get the current template.
getData() - Method in class net.sf.saxon.dom.PIOverNodeInfo
The content of this processing instruction.
getData() - Method in class net.sf.saxon.dom.TextOverNodeInfo
Get the character data of a Text or Comment node.
getDataFactory() - Method in class net.sf.saxon.xqj.SaxonXQDynamicContext
 
getDataFactory() - Method in class net.sf.saxon.xqj.SaxonXQExpression
 
getDataFactory() - Method in class net.sf.saxon.xqj.SaxonXQPreparedExpression
 
getDataTypeExpression() - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
Get the expression that defines the data type of the sort keys
getDay() - Method in class net.sf.saxon.value.DateTimeValue
Get the day component, 1-31
getDay() - Method in class net.sf.saxon.value.GDateValue
Get the day component of the date (in local form)
getDay() - Method in class net.sf.saxon.xqj.SaxonXMLGregorianCalendar
Return day in month or DatatypeConstants.FIELD_UNDEFINED.
getDayOfWeek(int, int, int) - Static method in class net.sf.saxon.value.DateValue
Get the day of the week.
getDays() - Method in class net.sf.saxon.value.DurationValue
Get the days component
getDayWithinYear(int, int, int) - Static method in class net.sf.saxon.value.DateValue
Get the ordinal day number within the year (1 Jan = 1, 1 Feb = 32, etc)
getDebugger() - Method in class net.sf.saxon.Configuration
Get the debugger in use.
getDecimalFormatManager() - Method in interface net.sf.saxon.expr.StaticContext
Get a DecimalFormatManager to resolve the names of decimal formats used in calls to the format-number() function.
getDecimalFormatManager() - Method in class net.sf.saxon.functions.StaticContextForSystemFunctions
Get a DecimalFormatManager to resolve the names of decimal formats used in calls to the format-number() function.
getDecimalFormatManager() - Method in class net.sf.saxon.PreparedStylesheet
Get the DecimalFormatManager which handles decimal-format definitions
getDecimalFormatManager() - Method in class net.sf.saxon.query.QueryModule
Get a DecimalFormatManager to resolve the names of decimal formats used in calls to the format-number() function.
getDecimalFormatManager() - Method in class net.sf.saxon.style.ExpressionContext
Get a DecimalFormatManager to resolve the names of decimal formats used in calls to the format-number() function.
getDecimalFormatManager() - Method in class net.sf.saxon.style.UseWhenStaticContext
Get a DecimalFormatManager to resolve the names of decimal formats used in calls to the format-number() function.
getDecimalFormatManager() - Method in class net.sf.saxon.sxpath.AbstractStaticContext
Get a DecimalFormatManager to resolve the names of decimal formats used in calls to the format-number() function.
getDecimalSeparator() - Method in class net.sf.saxon.trans.DecimalSymbols
Get the decimal separator value
getDecimalSortComparerInstance() - Static method in class net.sf.saxon.expr.sort.DecimalSortComparer
 
getDecimalValue() - Method in class net.sf.saxon.s9api.XdmAtomicValue
Get the value converted to a decimal using the XPath casting rules
getDecimalValue() - Method in class net.sf.saxon.value.BigIntegerValue
Get the numeric value converted to a decimal
getDecimalValue() - Method in class net.sf.saxon.value.DecimalValue
Get the value
getDecimalValue() - Method in class net.sf.saxon.value.DoubleValue
Get the numeric value converted to a decimal
getDecimalValue() - Method in class net.sf.saxon.value.FloatValue
Get the numeric value converted to a decimal
getDecimalValue() - Method in class net.sf.saxon.value.Int64Value
Get the numeric value converted to a decimal
getDecimalValue() - Method in class net.sf.saxon.value.NumericValue
Get the numeric value converted to a decimal
getDeclaration() - Method in class com.saxonica.schema.ElementParticle
Returns the ElementDecl that this element definition references.
getDeclaration(StructuredQName, Expression[]) - Method in class net.sf.saxon.functions.FunctionLibraryList
Get the function declaration corresponding to a given function name and arity
getDeclaration(StructuredQName, Expression[]) - Method in class net.sf.saxon.query.ImportedFunctionLibrary
Get the function declaration corresponding to a given function name and arity
getDeclaration(StructuredQName, Expression[]) - Method in interface net.sf.saxon.query.XQueryFunctionBinder
Get the function declaration corresponding to a given function name and arity
getDeclaration(StructuredQName, Expression[]) - Method in class net.sf.saxon.query.XQueryFunctionLibrary
Get the function declaration corresponding to a given function name and arity
getDeclarationByKey(String) - Method in class net.sf.saxon.query.XQueryFunctionLibrary
Get the function declaration corresponding to a given function name and arity, supplied in the form "{uri}local/arity"
getDeclarationMap() - Method in class com.saxonica.schema.AllModelGroup
Get a mapping from element name fingerprints (including fingerprints of substitution group members) to local or global element declarations to be used to validate the content of each element in the all group
getDeclaredAttributes() - Method in class com.saxonica.schema.AttributeGroupDecl
Get a HashMap containing all the attributes in this attribute group, expanded recursively.
getDeclaredCardinality() - Method in class net.sf.saxon.s9api.XsltExecutable.ParameterDetails
Get the declared cardinality of the parameter
getDeclaredItemType() - Method in class net.sf.saxon.s9api.XsltExecutable.ParameterDetails
Get the declared item type of the parameter
getDeclaredNamespaces(NamespaceBinding[]) - Method in class com.saxonica.pull.UnconstructedParent
Get all namespace undeclarations and undeclarations defined on this element.
getDeclaredNamespaces(NamespaceBinding[]) - Method in class com.saxonica.stream.om.FleetingElementNode
Get all namespace declarations and undeclarations defined on this element.
getDeclaredNamespaces(NamespaceBinding[]) - Method in class com.saxonica.stream.om.FleetingNode
Get all namespace declarations and undeclarations defined on this element.
getDeclaredNamespaces(NamespaceBinding[]) - Method in class net.sf.saxon.dom.DOMNodeWrapper
Get all namespace undeclarations and undeclarations defined on this element.
getDeclaredNamespaces(NamespaceBinding[]) - Method in interface net.sf.saxon.om.NodeInfo
Get all namespace declarations and undeclarations defined on this element.
getDeclaredNamespaces(NamespaceBinding[]) - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Get all namespace undeclarations and undeclarations defined on this element.
getDeclaredNamespaces(NamespaceBinding[]) - Method in class net.sf.saxon.option.axiom.AxiomElementNodeWrapper
Get all namespace undeclarations and undeclarations defined on this element.
getDeclaredNamespaces(NamespaceBinding[]) - Method in class net.sf.saxon.option.axiom.AxiomLeafNodeWrapper
Get all namespace undeclarations and undeclarations defined on this element.
getDeclaredNamespaces(NamespaceBinding[]) - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
Get all namespace undeclarations and undeclarations defined on this element.
getDeclaredNamespaces(NamespaceBinding[]) - Method in class net.sf.saxon.option.jdom.JDOMNodeWrapper
Get all namespace undeclarations and undeclarations defined on this element.
getDeclaredNamespaces(NamespaceBinding[]) - Method in class net.sf.saxon.option.jdom2.JDOM2NodeWrapper
Get all namespace undeclarations and undeclarations defined on this element.
getDeclaredNamespaces(NamespaceBinding[]) - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Get all namespace undeclarations and undeclarations defined on this element.
getDeclaredNamespaces(NamespaceBinding[]) - Method in class net.sf.saxon.tree.linked.ElementImpl
Get all namespace undeclarations and undeclarations defined on this element.
getDeclaredNamespaces(NamespaceBinding[]) - Method in class net.sf.saxon.tree.linked.NodeImpl
Get all namespace undeclarations and undeclarations defined on this element.
getDeclaredNamespaces(NamespaceBinding[]) - Method in class net.sf.saxon.tree.NamespaceNode
Get all namespace undeclarations and undeclarations defined on this element.
getDeclaredNamespaces(NamespaceBinding[]) - Method in class net.sf.saxon.tree.tiny.TinyElementImpl
Get all namespace undeclarations and undeclarations defined on this element.
getDeclaredNamespaces(TinyTree, int, NamespaceBinding[]) - Static method in class net.sf.saxon.tree.tiny.TinyElementImpl
Static method to get all namespace undeclarations and undeclarations defined on a given element, without instantiating the node object.
getDeclaredNamespaces(NamespaceBinding[]) - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Get all namespace undeclarations and undeclarations defined on this element.
getDeclaredNamespaces(NamespaceBinding[]) - Method in class net.sf.saxon.tree.util.Orphan
Get all namespace undeclarations and undeclarations defined on this element.
getDeclaredNamespaces(NamespaceBinding[]) - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
Get all namespace declarations and undeclarations defined on this element.
getDeclaredNamespaces(NamespaceBinding[]) - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Get all namespace undeclarations and undeclarations defined on this element.
getDeclaredNamespaces(NamespaceBinding[]) - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Get all namespace undeclarations and undeclarations defined on this element.
getDeclaredNamespaces(NamespaceBinding[]) - Method in class net.sf.saxon.value.TextFragmentValue
Get all namespace undeclarations and undeclarations defined on this element.
getDeclaredResultType() - Method in class net.sf.saxon.expr.instruct.UserFunction
Get the declared result type
getDeclaredSchemaParameters() - Method in class com.saxonica.config.EnterpriseConfiguration
Get the set of saxon:param schema parameters declared in the schema held by this Configuration.
getDeclaredSchemaParameters() - Method in class net.sf.saxon.Configuration
Get the set of saxon:param schema parameters declared in the schema held by this Configuration.
getDeclaredType() - Method in class net.sf.saxon.style.SourceBinding
Get the type actually declared for the attribute
getDefaultAction(int) - Method in class com.saxonica.xslt3.instruct.DeepCopyRuleSet
Get the default action for unmatched nodes
getDefaultAction(int) - Method in class com.saxonica.xslt3.instruct.DeepSkipRuleSet
Get the default action for unmatched nodes
getDefaultAction(int) - Method in class com.saxonica.xslt3.instruct.FailRuleSet
Get the default action for unmatched nodes
getDefaultAction(int) - Method in class com.saxonica.xslt3.instruct.RuleSetWithWarnings
Get the default action for unmatched nodes
getDefaultAction(int) - Method in class com.saxonica.xslt3.instruct.ShallowCopyRuleSet
Get the default action for unmatched nodes
getDefaultAction(int) - Method in interface net.sf.saxon.trans.BuiltInRuleSet
Get the default action for unmatched nodes
getDefaultAction(int) - Method in class net.sf.saxon.trans.ShallowSkipRuleSet
Get the default action for unmatched nodes
getDefaultAction(int) - Method in class net.sf.saxon.trans.TextOnlyCopyRuleSet
Get the default action for unmatched nodes
getDefaultArgumentNode(XPathContext, Sequence[], String) - Method in class net.sf.saxon.functions.SystemFunctionCall
 
getDefaultAttributeGroupReference() - Method in class com.saxonica.schema.sdoc.XSDSchema
Get a reference to the default attribute group
getDefaultCollation() - Method in interface javax.xml.xquery.XQStaticContext
Gets the URI of the default collation.
getDefaultCollation() - Method in class net.sf.saxon.expr.CollationMap
Get the default collation
getDefaultCollation() - Method in class net.sf.saxon.xqj.SaxonXQStaticContext
 
getDefaultCollationName() - Method in class net.sf.saxon.expr.CollationMap
Get the name of the default collation
getDefaultCollationName() - Method in interface net.sf.saxon.expr.StaticContext
Get the name of the default collation.
getDefaultCollationName() - Method in class net.sf.saxon.functions.StaticContextForSystemFunctions
Get the name of the default collation.
getDefaultCollationName() - Method in class net.sf.saxon.query.QueryModule
Get the name of the default collation.
getDefaultCollationName() - Method in class net.sf.saxon.query.StaticQueryContext
Get the name of the default collation.
getDefaultCollationName() - Method in class net.sf.saxon.style.ExpressionContext
Get the default collation.
getDefaultCollationName() - Method in class net.sf.saxon.style.StyleElement
Get the default collation for this stylesheet element.
getDefaultCollationName() - Method in class net.sf.saxon.style.UseWhenStaticContext
Get the name of the default collation.
getDefaultCollationName() - Method in class net.sf.saxon.sxpath.AbstractStaticContext
Get the name of the default collation.
getDefaultCollection() - Method in class net.sf.saxon.Configuration
Get the URI of the default collection.
getDefaultCollection() - Method in class net.sf.saxon.Controller
Get the name of the default collection.
getDefaultContainer() - Method in class net.sf.saxon.expr.parser.ExpressionParser
Get the default container for newly constructed expressions
getDefaultCountry() - Method in class net.sf.saxon.Configuration
Get the default country to be used for number and date formatting when no country is specified.
getDefaultDecimalFormat() - Method in class net.sf.saxon.trans.DecimalFormatManager
Get the default decimal-format.
getDefaultElementNamespace() - Method in class com.saxonica.schema.TypeAlternative
Get the default namesapce for elements and types from the static context of the XPath expression
getDefaultElementNamespace() - Method in interface net.sf.saxon.expr.StaticContext
Get the default XPath namespace for elements and types
getDefaultElementNamespace() - Method in class net.sf.saxon.functions.StaticContextForSystemFunctions
Get the default namespace URI for elements and types Return NamespaceConstant.NULL (that is, the zero-length string) for the non-namespace
getDefaultElementNamespace() - Method in class net.sf.saxon.query.QueryModule
Get the default XPath namespace for elements and types.
getDefaultElementNamespace() - Method in class net.sf.saxon.query.StaticQueryContext
Get the default namespace for elements and types
getDefaultElementNamespace() - Method in class net.sf.saxon.style.ExpressionContext
Get the default XPath namespace for elements and types Return NamespaceConstant.NULL for the non-namespace
getDefaultElementNamespace() - Method in class net.sf.saxon.sxpath.AbstractStaticContext
Get the default namespace URI for elements and types Return NamespaceConstant.NULL (that is, the zero-length string) for the non-namespace
getDefaultElementTypeNamespace() - Method in interface javax.xml.xquery.XQStaticContext
Gets the URI of the default element/type namespace, the empty string if not set.
getDefaultElementTypeNamespace() - Method in class net.sf.saxon.xqj.SaxonXQStaticContext
 
getDefaultFunctionNamespace() - Method in interface javax.xml.xquery.XQStaticContext
Gets the URI of the default function namespace, the empty string if not set.
getDefaultFunctionNamespace() - Method in interface net.sf.saxon.expr.StaticContext
Get the default function namespace
getDefaultFunctionNamespace() - Method in class net.sf.saxon.functions.StaticContextForSystemFunctions
Get the default function namespace.
getDefaultFunctionNamespace() - Method in class net.sf.saxon.query.QueryModule
Get the default function namespace
getDefaultFunctionNamespace() - Method in class net.sf.saxon.query.StaticQueryContext
Get the default function namespace
getDefaultFunctionNamespace() - Method in class net.sf.saxon.style.ExpressionContext
Get the default function namespace
getDefaultFunctionNamespace() - Method in class net.sf.saxon.style.UseWhenStaticContext
Get the default function namespace
getDefaultFunctionNamespace() - Method in class net.sf.saxon.sxpath.AbstractStaticContext
Get the default function namespace.
getDefaultFunctionNamespace() - Method in class net.sf.saxon.xqj.SaxonXQStaticContext
 
getDefaultInitialMode() - Method in class net.sf.saxon.trans.CompilerInfo
Get the default initial mode name for a stylesheet compiled using this CompilerInfo.
getDefaultInitialTemplate() - Method in class net.sf.saxon.trans.CompilerInfo
Get the default initial template name for a stylesheet compiled using this CompilerInfo.
getDefaultLanguage() - Method in class net.sf.saxon.Configuration
Get the default language.
getDefaultMode() - Method in class net.sf.saxon.style.XSLStylesheet
Get the default mode (XSLT 3.0 feature)
getDefaultOpenContentMode() - Method in class com.saxonica.schema.sdoc.XSDSchema
Get the default open content mode, as a string (interleave or suffix)
getDefaultOpenContentWildcard() - Method in class com.saxonica.schema.sdoc.XSDSchema
Get the default open content wildcard, if any
getDefaultOrderForEmptySequences() - Method in interface javax.xml.xquery.XQStaticContext
Gets the default order for empty sequences defined in the static context.
getDefaultOrderForEmptySequences() - Method in class net.sf.saxon.xqj.SaxonXQStaticContext
 
getDefaultOutputProperties() - Method in class net.sf.saxon.expr.instruct.Executable
Get the default output properties
getDefaultPriority() - Method in class com.saxonica.schema.UserAtomicType
Determine the default priority of this item type when used on its own as a Pattern
getDefaultPriority() - Method in class com.saxonica.schema.UserUnionType
 
getDefaultPriority() - Method in class com.saxonica.validate.SchemaAttributeTest
Determine the default priority of this node test when used on its own as a Pattern
getDefaultPriority() - Method in class com.saxonica.validate.SchemaElementTest
Determine the default priority of this node test when used on its own as a Pattern
getDefaultPriority() - Method in class net.sf.saxon.pattern.AnyChildNodeTest
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 net.sf.saxon.pattern.AnyNodeTest
Determine the default priority of this node test when used on its own as a Pattern
getDefaultPriority() - Method in class net.sf.saxon.pattern.BooleanExpressionPattern
Determine the default priority of this item type test when used on its own as a Pattern
getDefaultPriority() - Method in class net.sf.saxon.pattern.CombinedNodeTest
Get the default priority of this nodeTest when used as a pattern.
getDefaultPriority() - Method in class net.sf.saxon.pattern.ContentTypeTest
Determine the default priority of this node test when used on its own as a Pattern
getDefaultPriority() - Method in class net.sf.saxon.pattern.DocumentNodeTest
Determine the default priority of this node test when used on its own as a Pattern
getDefaultPriority() - Method in class net.sf.saxon.pattern.EmptySequenceTest
Determine the default priority of this node test when used on its own as a Pattern
getDefaultPriority() - Method in class net.sf.saxon.pattern.ItemTypePattern
Determine the default priority of this item type test when used on its own as a Pattern
getDefaultPriority() - Method in class net.sf.saxon.pattern.LocalNameTest
Determine the default priority of this node test when used on its own as a Pattern
getDefaultPriority() - Method in class net.sf.saxon.pattern.NamespaceTest
Determine the default priority of this node test when used on its own as a Pattern
getDefaultPriority() - Method in class net.sf.saxon.pattern.NameTest
Determine the default priority of this node test when used on its own as a Pattern
getDefaultPriority() - Method in class net.sf.saxon.pattern.NodeKindTest
Determine the default priority of this node test when used on its own as a Pattern
getDefaultPriority() - Method in class net.sf.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.
getDefaultPriority() - Method in class net.sf.saxon.pattern.PatternThatSetsCurrent
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 net.sf.saxon.pattern.PatternWithPredicate
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 net.sf.saxon.type.AnyFunctionType
 
getDefaultPriority() - Method in class net.sf.saxon.type.AnyItemType
 
getDefaultPriority() - Method in class net.sf.saxon.type.BuiltInAtomicType
 
getDefaultPriority() - Method in class net.sf.saxon.type.ErrorType
 
getDefaultPriority() - Method in class net.sf.saxon.type.ExternalObjectType
Determine the default priority of this item type when used on its own as a Pattern
getDefaultPriority() - Method in interface net.sf.saxon.type.ItemType
Determine the default priority of this item type when used on its own as a Pattern
getDefaultSerializationProperties() - Method in class net.sf.saxon.Configuration
Get the default serialization properties
getDefaultStaticQueryContext() - Method in class net.sf.saxon.Configuration
Get the default options for XQuery compilation
getDefaultValidation() - Method in class net.sf.saxon.style.XSLStylesheet
Get the value of the default validation attribute
getDefaultValue() - Method in class com.saxonica.schema.AttributeDecl
Returns the default value of this attribute declaration.
getDefaultValue() - Method in class com.saxonica.schema.AttributeUse
Returns the default value of this attribute use.
getDefaultValue() - Method in class com.saxonica.schema.ElementDecl
Returns the default value defined for this element definition.
getDefaultValue() - Method in class net.sf.saxon.sxpath.XPathVariable
Get the default value of the variable
getDefaultValue() - Method in class net.sf.saxon.z.IntToIntArrayMap
Get the default value used to indicate an unused entry
getDefaultValue() - Method in class net.sf.saxon.z.IntToIntHashMap
Get the default value used to indicate an unused entry
getDefaultValue() - Method in interface net.sf.saxon.z.IntToIntMap
Get the default value used to indicate an unused entry
getDefaultXPathNamespace() - Method in class net.sf.saxon.style.StyleElement
Get the default XPath namespace for elements and types
getDefaultXsltCompilerInfo() - Method in class net.sf.saxon.Configuration
Get the default options for XSLT compilation
getDefinition() - Method in class net.sf.saxon.lib.ExtensionFunctionCall
Get the definition of this extension function
getDependencies() - Method in class com.saxonica.bytecode.CompiledExpression
 
getDependencies() - Method in class net.sf.saxon.expr.Expression
Determine which aspects of the context the expression depends on.
getDependencies() - Method in class net.sf.saxon.expr.instruct.CopyOf
 
getDependencies() - Method in class net.sf.saxon.expr.instruct.ProcessingInstruction
 
getDependencies() - Method in class net.sf.saxon.expr.instruct.TraceExpression
Determine which aspects of the context the expression depends on.
getDependencies() - Method in class net.sf.saxon.expr.Literal
Determine which aspects of the context the expression depends on.
getDependencies() - Method in class net.sf.saxon.pattern.AncestorQualifiedPattern
Get the dependencies of the pattern.
getDependencies() - Method in class net.sf.saxon.pattern.ConditionalPattern
Get the dependencies of the pattern.
getDependencies() - Method in class net.sf.saxon.pattern.GeneralNodePattern
Get the dependencies of the pattern.
getDependencies() - Method in class net.sf.saxon.pattern.GeneralPositionalPattern
Get the dependencies of the pattern.
getDependencies() - Method in class net.sf.saxon.pattern.NodeSetPattern
Get the dependencies of the pattern.
getDependencies() - Method in class net.sf.saxon.pattern.Pattern
Get the dependencies of the pattern.
getDependencies() - Method in class net.sf.saxon.pattern.PatternSponsor
Determine which aspects of the context the expression depends on.
getDependencies() - Method in class net.sf.saxon.pattern.SimplePositionalPattern
Get the dependencies of the pattern.
getDependencies() - Method in class net.sf.saxon.pattern.VennPattern
Get the dependencies of the pattern.
getDerivationMethod() - Method in class com.saxonica.schema.UserDefinedType
Gets the integer code of the derivation method used to derive this type from its parent.
getDerivationMethod() - Method in class net.sf.saxon.type.AnySimpleType
Gets the integer code of the derivation method used to derive this type from its parent.
getDerivationMethod() - Method in class net.sf.saxon.type.AnyType
Gets the integer code of the derivation method used to derive this type from its parent.
getDerivationMethod() - Method in class net.sf.saxon.type.BuiltInAtomicType
Gets the integer code of the derivation method used to derive this type from its parent.
getDerivationMethod() - Method in class net.sf.saxon.type.BuiltInListType
Gets the integer code of the derivation method used to derive this type from its parent.
getDerivationMethod() - Method in class net.sf.saxon.type.ErrorType
Gets the integer code of the derivation method used to derive this type from its parent.
getDerivationMethod() - Method in interface net.sf.saxon.type.SchemaType
Gets the integer code of the derivation method used to derive this type from its parent.
getDerivationMethod() - Method in class net.sf.saxon.type.Untyped
Gets the integer code of the derivation method used to derive this type from its parent.
getDescendantElementCardinality(int) - Method in class com.saxonica.schema.UserComplexType
Assuming an element is a permitted descendant in the content model of this type, determine the cardinality of the element when it appears as a descendant.
getDescendantElementCardinality(int) - Method in class net.sf.saxon.type.AnyType
Assuming an element is a permitted descendant in the content model of this type, determine the cardinality of the element when it appears as a descendant.
getDescendantElementCardinality(int) - Method in interface net.sf.saxon.type.ComplexType
Assuming an element is a permitted descendant in the content model of this type, determine the cardinality of the element when it appears as a descendant.
getDescendantElementCardinality(int) - Method in class net.sf.saxon.type.Untyped
Assuming an element is a permitted descendant in the content model of this type, determine the cardinality of the element when it appears as a descendant.
getDescendantElementType(int) - Method in class com.saxonica.schema.UserComplexType
Assuming an element is a permitted descendant in the content model of this type, determine the type of the element when it appears as a descendant.
getDescendantElementType(int) - Method in class net.sf.saxon.type.AnyType
Assuming an element is a permitted descendant in the content model of this type, determine the type of the element when it appears as a descendant.
getDescendantElementType(int) - Method in interface net.sf.saxon.type.ComplexType
Assuming an element is a permitted descendant in the content model of this type, determine the type of the element when it appears as a descendant.
getDescendantElementType(int) - Method in class net.sf.saxon.type.Untyped
Assuming an element is a permitted descendant in the content model of this type, determine the type of the element when it appears as a descendant.
getDescription() - Method in class com.saxonica.schema.UserDefinedType
Get a description of this type for use in diagnostics.
getDescription() - Method in class net.sf.saxon.type.AnySimpleType
Get a description of this type for use in diagnostics
getDescription() - Method in class net.sf.saxon.type.AnyType
Get a description of this type for use in diagnostics
getDescription() - Method in class net.sf.saxon.type.BuiltInAtomicType
 
getDescription() - Method in class net.sf.saxon.type.BuiltInListType
 
getDescription() - Method in class net.sf.saxon.type.ErrorType
Get a description of this type for use in diagnostics
getDescription() - Method in class net.sf.saxon.type.ExternalObjectType
 
getDescription() - Method in interface net.sf.saxon.type.SchemaType
Get a description of this type for use in error messages.
getDescription() - Method in class net.sf.saxon.type.Untyped
Get a description of this type for use in diagnostics
getDestination() - Method in class net.sf.saxon.query.SequenceWrapper
 
getDestination() - Method in class net.sf.saxon.s9api.SchemaValidator
Get the Destination that will receive the validated document.
getDestination() - Method in class net.sf.saxon.s9api.XsltTransformer
Get the destination that was specified in a previous call of XsltTransformer.setDestination(net.sf.saxon.s9api.Destination)
getDetails() - Method in class net.sf.saxon.functions.SystemFunctionCall
Get the details of the function signature
getDigit() - Method in class net.sf.saxon.trans.DecimalSymbols
Get the digit symbol value
getDigitFamily(int) - Static method in class net.sf.saxon.expr.number.Alphanumeric
Determine which digit family a decimal digit belongs to: that is, return the corresponding zero digit.
getDigitValue(int) - Static method in class net.sf.saxon.expr.number.Alphanumeric
Determine whether a character represents a decimal digit and if so, which digit.
getDisallowedNamespaces() - Method in class com.saxonica.schema.Wildcard
Get the disallowed namespaces.
getDisplayName() - Method in class com.saxonica.pull.UnconstructedDocument
Get the display name of this node.
getDisplayName() - Method in class com.saxonica.pull.UnconstructedParent
Get the display name of this node.
getDisplayName() - Method in class com.saxonica.schema.AttributeDecl
Returns the name of the attribute defined by this AttributeDecl.
getDisplayName() - Method in class com.saxonica.schema.AttributeGroupDecl
Return the name of this AttributeGroup, for display purposes
getDisplayName() - Method in class com.saxonica.schema.AttributeUse
Returns the name of the attribute defined by this AttributeDecl.
getDisplayName() - Method in class com.saxonica.schema.ElementDecl
Returns the name of this Element declaration in a form suitable for error messages.
getDisplayName() - Method in class com.saxonica.schema.ElementParticle
Returns the display name of this Element particle.
getDisplayName() - Method in class com.saxonica.schema.UserDefinedType
Get the display name of the type: that is, a lexical QName with an arbitrary prefix
getDisplayName() - Method in class com.saxonica.stream.om.FleetingNode
Get the display name of this node, in the form of a lexical QName.
getDisplayName() - Method in class net.sf.saxon.dom.DOMNodeWrapper
Get the display name of this node.
getDisplayName() - Method in class net.sf.saxon.expr.FunctionCall
Get the name of the function for display in messages
getDisplayName() - Method in class net.sf.saxon.expr.VariableReference
Get the display name of the variable.
getDisplayName() - Method in class net.sf.saxon.om.CodedName
Get the display name, that is the lexical QName in the form [prefix:]local-part
getDisplayName() - Method in class net.sf.saxon.om.NameOfNode
Get the display name, that is the lexical QName in the form [prefix:]local-part
getDisplayName(int) - Method in class net.sf.saxon.om.NamePool
Get the display form of a name (the QName), given its name code or fingerprint
getDisplayName() - Method in interface net.sf.saxon.om.NodeInfo
Get the display name of this node, in the form of a lexical QName.
getDisplayName() - Method in interface net.sf.saxon.om.NodeName
Get the display name, that is the lexical QName in the form [prefix:]local-part
getDisplayName() - Method in class net.sf.saxon.om.NoNamespaceName
Get the display name, that is the lexical QName in the form [prefix:]local-part
getDisplayName(int) - Static method in class net.sf.saxon.om.StandardNames
Get the lexical display form of a system-defined name
getDisplayName() - Method in class net.sf.saxon.om.StructuredQName
Get the display name, that is the lexical QName in the form [prefix:]local-part
getDisplayName() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Get the display name of this node.
getDisplayName() - Method in class net.sf.saxon.option.axiom.AxiomDocumentWrapper
Get the display name of this node.
getDisplayName() - Method in class net.sf.saxon.option.axiom.AxiomLeafNodeWrapper
Get the display name of this node.
getDisplayName() - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
Get the display name of this node.
getDisplayName() - Method in class net.sf.saxon.option.jdom.JDOMNodeWrapper
Get the display name of this node.
getDisplayName() - Method in class net.sf.saxon.option.jdom2.JDOM2NodeWrapper
Get the display name of this node.
getDisplayName() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Get the display name of this node.
getDisplayName() - Method in class net.sf.saxon.query.XQueryFunction
Get the name of the function for display in error messages
getDisplayName() - Method in class net.sf.saxon.tree.linked.NodeImpl
Get the display name of this node.
getDisplayName() - Method in class net.sf.saxon.tree.NamespaceNode
Get the display name of this node.
getDisplayName() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Get the display name of this node (a lexical QName).
getDisplayName() - Method in class net.sf.saxon.tree.util.Orphan
Get the display name of this node.
getDisplayName() - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
Get the display name of this node.
getDisplayName() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Get the display name of this node.
getDisplayName() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Get the display name of this node.
getDisplayName() - Method in class net.sf.saxon.type.AnySimpleType
Get the display name of the type: that is, a lexical QName with an arbitrary prefix
getDisplayName() - Method in class net.sf.saxon.type.AnyType
Get the display name of the type: that is, a lexical QName with an arbitrary prefix
getDisplayName() - Method in class net.sf.saxon.type.BuiltInAtomicType
Get the display name of the type: that is, a lexical QName with an arbitrary prefix
getDisplayName() - Method in class net.sf.saxon.type.BuiltInListType
Get the display name of the type: that is, a lexical QName with an arbitrary prefix
getDisplayName() - Method in class net.sf.saxon.type.ErrorType
Get the display name of the type: that is, a lexical QName with an arbitrary prefix
getDisplayName() - Method in class net.sf.saxon.type.ExternalObjectType
 
getDisplayName() - Method in interface net.sf.saxon.type.SchemaType
Get the display name of the type: that is, a lexical QName with an arbitrary prefix
getDisplayName() - Method in class net.sf.saxon.type.Untyped
Get the display name of the type: that is, a lexical QName with an arbitrary prefix
getDisplayName() - Method in class net.sf.saxon.value.TextFragmentValue
Get the display name of this node.
getDoctype() - Method in class net.sf.saxon.dom.DocumentOverNodeInfo
Get the Document Type Declaration (see DocumentType ) associated with this document.
getDocument() - Method in class com.saxonica.schema.sdoc.SchemaDocument
Get the document wrapped by this SchemaDocument
getDocument() - Method in class net.sf.saxon.option.axiom.AxiomWriter
Get the constructed document node
getDocument() - Method in class net.sf.saxon.option.dom4j.DOM4JWriter
Get the constructed document node
getDocument() - Method in class net.sf.saxon.option.jdom.JDOMWriter
Get the constructed document node
getDocument() - Method in class net.sf.saxon.option.jdom2.JDOM2Writer
Get the constructed document node
getDocument() - Method in class net.sf.saxon.option.xom.XOMWriter
Get the constructed document node
getDocumentBuilder(Result) - Method in class net.sf.saxon.dom.DOMEnvelope
Test whether this object model recognizes a particular kind of JAXP Result object, and if it does, return a Receiver that builds an instance of this data model from a sequence of events.
getDocumentBuilder(Result) - Method in class net.sf.saxon.dom.DOMObjectModel
Test whether this object model recognizes a particular kind of JAXP Result object, and if it does, return a Receiver that builds an instance of this data model from a sequence of events.
getDocumentBuilder(Result) - Method in interface net.sf.saxon.lib.ExternalObjectModel
Test whether this object model recognizes a particular kind of JAXP Result object, and if it does, return a Receiver that builds an instance of this data model from a sequence of events.
getDocumentBuilder(Result) - Method in class net.sf.saxon.option.axiom.AxiomObjectModel
Test whether this object model recognizes a particular kind of JAXP Result object, and if it does, return a Receiver that builds an instance of this data model from a sequence of events.
getDocumentBuilder(Result) - Method in class net.sf.saxon.option.dom4j.DOM4JObjectModel
Test whether this object model recognizes a particular kind of JAXP Result object, and if it does, return a Receiver that builds an instance of this data model from a sequence of events.
getDocumentBuilder(Result) - Method in class net.sf.saxon.option.jdom.JDOMObjectModel
Test whether this object model recognizes a particular kind of JAXP Result object, and if it does, return a Receiver that builds an instance of this data model from a sequence of events.
getDocumentBuilder(Result) - Method in class net.sf.saxon.option.jdom2.JDOM2ObjectModel
Test whether this object model recognizes a particular kind of JAXP Result object, and if it does, return a Receiver that builds an instance of this data model from a sequence of events.
getDocumentBuilder(Result) - Method in class net.sf.saxon.option.xom.XOMObjectModel
Test whether this object model recognizes a particular kind of JAXP Result object, and if it does, return a Receiver that builds an instance of this data model from a sequence of events.
getDocumentElement() - Method in class net.sf.saxon.dom.DocumentOverNodeInfo
Get the outermost element of a document.
getDocumentElement() - Method in class net.sf.saxon.tree.linked.DocumentImpl
Get the root (outermost) element.
getDocumentElementName() - Method in class net.sf.saxon.s9api.SchemaValidator
Get the name of the required top-level element of the document to be validated.
getDocumentElementType() - Method in class net.sf.saxon.s9api.SchemaValidator
Get the schema type against which the document element is to be validated
getDocumentElementTypeName() - Method in class net.sf.saxon.s9api.SchemaValidator
Get the name of the required type of the top-level element of the document to be validated.
getDocumentNode() - Method in class com.saxonica.stream.watch.WatchManager
 
getDocumentNode() - Method in interface net.sf.saxon.s9api.BuildingContentHandler
After building the document by writing a sequence of events, retrieve the root node of the constructed document tree
getDocumentNode() - Method in interface net.sf.saxon.s9api.BuildingStreamWriter
After building the document by writing a sequence of events, retrieve the root node of the constructed document tree
getDocumentNode() - Method in class net.sf.saxon.s9api.BuildingStreamWriterImpl
 
getDocumentNumber() - Method in class com.saxonica.pull.UnconstructedParent
Get the document number of the document containing this node.
getDocumentNumber() - Method in class com.saxonica.stream.om.FleetingDocumentNode
Get the document number of the document containing this node.
getDocumentNumber() - Method in class com.saxonica.stream.om.FleetingNode
Get the document number of the document containing this node.
getDocumentNumber() - Method in class net.sf.saxon.dom.DocumentWrapper
Get the unique document number
getDocumentNumber() - Method in class net.sf.saxon.dom.DOMNodeWrapper
Get the document number of the document containing this node.
getDocumentNumber() - Method in interface net.sf.saxon.om.NodeInfo
Get the document number of the document containing this node.
getDocumentNumber() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Get the document number of the document containing this node.
getDocumentNumber() - Method in class net.sf.saxon.option.axiom.AxiomDocumentWrapper
Get the unique document number for this document (the number is unique for all documents within a NamePool)
getDocumentNumber() - Method in class net.sf.saxon.option.axiom.AxiomElementNodeWrapper
Get the document number of the document containing this node.
getDocumentNumber() - Method in class net.sf.saxon.option.axiom.AxiomLeafNodeWrapper
Get the document number of the document containing this node.
getDocumentNumber() - Method in class net.sf.saxon.option.dom4j.DOM4JDocumentWrapper
Get the unique document number
getDocumentNumber() - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
Get the document number of the document containing this node.
getDocumentNumber() - Method in class net.sf.saxon.option.jdom.JDOMDocumentWrapper
Get the unique document number
getDocumentNumber() - Method in class net.sf.saxon.option.jdom2.JDOM2DocumentWrapper
Get the unique document number
getDocumentNumber() - Method in class net.sf.saxon.option.jdom2.JDOM2NodeWrapper
Get the document number of the document containing this node.
getDocumentNumber() - Method in class net.sf.saxon.option.xom.XOMDocumentWrapper
Get the unique document number for this document (the number is unique for all documents within a NamePool)
getDocumentNumber() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Get the document number of the document containing this node.
getDocumentNumber() - Method in class net.sf.saxon.tree.linked.DocumentImpl
Get the unique document number
getDocumentNumber() - Method in class net.sf.saxon.tree.linked.NodeImpl
Get the document number of the document containing this node.
getDocumentNumber() - Method in class net.sf.saxon.tree.NamespaceNode
Get the document number of the document containing this node.
getDocumentNumber() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Get the document number of the document containing this node (Needed when the document isn't a real node, for sorting free-standing elements)
getDocumentNumber() - Method in class net.sf.saxon.tree.tiny.TinyTree
Get the document number (actually, the tree number)
getDocumentNumber() - Method in class net.sf.saxon.tree.util.Orphan
Get the document number of the document containing this node.
getDocumentNumber() - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
Get the document number of the document containing this node.
getDocumentNumber() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Get the document number of the document containing this node.
getDocumentNumber() - Method in class net.sf.saxon.tree.wrapper.SpaceStrippedDocument
Get the unique document number
getDocumentNumber() - Method in class net.sf.saxon.tree.wrapper.TypeStrippedDocument
Get the unique document number
getDocumentNumber() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Get the document number of the document containing this node.
getDocumentNumber() - Method in class net.sf.saxon.value.TextFragmentValue
Get the unique document number
getDocumentNumberAllocator() - Method in class net.sf.saxon.Configuration
Get the document number allocator.
getDocumentPool() - Method in class net.sf.saxon.Controller
Get the document pool.
getDocumentProjectionQuery() - Method in class net.sf.saxon.s9api.DocumentBuilder
Get the compiled query to be used for implementing document projection.
getDocumentRoot() - Method in class com.saxonica.pull.UnconstructedDocument
Get the root node, if it is a document node.
getDocumentRoot() - Method in class com.saxonica.pull.UnconstructedParent
Get the root node, if it is a document node.
getDocumentRoot() - Method in class com.saxonica.stream.om.FleetingNode
Get the root node, if it is a document node.
getDocumentRoot() - Method in class net.sf.saxon.dom.DOMNodeWrapper
Get the root (document) node
getDocumentRoot() - Method in interface net.sf.saxon.om.NodeInfo
Get the root node, if it is a document node.
getDocumentRoot() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Get the root node, if it is a document node.
getDocumentRoot() - Method in class net.sf.saxon.option.axiom.AxiomDocumentWrapper
Get the root node, if it is a document node.
getDocumentRoot() - Method in class net.sf.saxon.option.axiom.AxiomElementNodeWrapper
Get the root node, if it is a document node.
getDocumentRoot() - Method in class net.sf.saxon.option.axiom.AxiomLeafNodeWrapper
Get the root node, if it is a document node.
getDocumentRoot() - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
Get the root (document) node
getDocumentRoot() - Method in class net.sf.saxon.option.jdom.JDOMNodeWrapper
Get the root (document) node
getDocumentRoot() - Method in class net.sf.saxon.option.jdom2.JDOM2NodeWrapper
Get the root (document) node
getDocumentRoot() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Get the root node, if it is a document node.
getDocumentRoot() - Method in class net.sf.saxon.tree.linked.DocumentImpl
Get the root (document) node
getDocumentRoot() - Method in class net.sf.saxon.tree.linked.ElementImpl
Get the root node, if it is a document node.
getDocumentRoot() - Method in class net.sf.saxon.tree.linked.NodeImpl
Get the root (document) node
getDocumentRoot() - Method in class net.sf.saxon.tree.NamespaceNode
Get the root node, if it is a document node.
getDocumentRoot() - Method in class net.sf.saxon.tree.tiny.TinyDocumentImpl
Get the root (document) node
getDocumentRoot() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Get the root (document) node
getDocumentRoot() - Method in class net.sf.saxon.tree.util.Orphan
Get the root (document) node
getDocumentRoot() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Get the root (document) node
getDocumentRoot() - Method in class net.sf.saxon.tree.wrapper.TypeStrippedNode
Get the root (document) node
getDocumentRoot() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Get the root node, if it is a document node.
getDocumentRoot() - Method in class net.sf.saxon.value.TextFragmentValue
Get the root (document) node
getDocumentSorter() - Method in class net.sf.saxon.expr.sort.ConditionalSorter
Get the document sorter, which sorts the nodes if the condition is true
getDocumentTest(ItemType) - Method in class net.sf.saxon.s9api.ItemTypeFactory
Make an ItemType representing a document-node() test with an embedded element test.
getDocumentURI() - Method in class net.sf.saxon.dom.DocumentOverNodeInfo
The location of the document or null if undefined or if the Document was created using DOMImplementation.createDocument.
getDocumentURI(NodeInfo, XPathContext) - Static method in class net.sf.saxon.functions.DocumentUriFn
 
getDocumentURI(NodeInfo) - Method in class net.sf.saxon.om.DocumentPool
Get the URI for a given document node, if it is present in the pool.
getDocumentURI() - Method in class net.sf.saxon.s9api.XdmNode
Get the document URI of this node.
getDocumentValidator(Receiver, String, ParseOptions) - Method in class com.saxonica.config.EnterpriseConfiguration
Get a document-level validator to add to a Receiver pipeline
getDocumentValidator(Receiver, String, ParseOptions) - Method in class net.sf.saxon.Configuration
Get a document-level validator to add to a Receiver pipeline.
getDomConfig() - Method in class net.sf.saxon.dom.DocumentOverNodeInfo
The configuration used when Document.normalizeDocument() is invoked.
getDOMImplementation() - Method in class net.sf.saxon.dom.DocumentBuilderImpl
Obtain an instance of a DOMImplementation object.
getDOMLevel() - Method in class net.sf.saxon.Configuration
Get the level of DOM interface to be used
getDouble() - Method in interface javax.xml.xquery.XQItemAccessor
Gets the current item as a double.
getDouble() - Method in class net.sf.saxon.xqj.SaxonXQForwardSequence
 
getDouble() - Method in class net.sf.saxon.xqj.SaxonXQItem
 
getDouble() - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
getDoubleValue() - Method in class net.sf.saxon.s9api.XdmAtomicValue
Get the value converted to a double using the XPath casting rules.
getDoubleValue() - Method in class net.sf.saxon.value.BigIntegerValue
Get the numeric value as a double
getDoubleValue() - Method in class net.sf.saxon.value.DecimalValue
Get the numeric value as a double
getDoubleValue() - Method in class net.sf.saxon.value.DoubleValue
Return this numeric value as a double
getDoubleValue() - Method in class net.sf.saxon.value.FloatValue
 
getDoubleValue() - Method in class net.sf.saxon.value.Int64Value
Get the numeric value as a double
getDoubleValue() - Method in class net.sf.saxon.value.NumericValue
Get the numeric value as a double
getDTDHandler() - Method in class com.saxonica.jaxp.ValidatingReader
Return the current DTD handler.
getDTDHandler() - Method in class net.sf.saxon.Filter
Return the current DTD handler.
getDTDValidation() - Method in class net.sf.saxon.lib.AugmentedSource
Get whether or not DTD validation of this source is required
getDtdValidation() - Method in class net.sf.saxon.xqj.SaxonXQDataSource
Ask whether source documents are to be parsed with DTD validation enabled
getDTDValidationMode() - Method in class net.sf.saxon.lib.ParseOptions
Get whether or not DTD validation of this source is required
getDurationValue() - Method in class net.sf.saxon.xqj.SaxonDuration
Get the underlying DurationValue
getDynamicContext() - Method in class net.sf.saxon.xqj.SaxonXQDynamicContext
 
getDynamicContext() - Method in class net.sf.saxon.xqj.SaxonXQExpression
 
getDynamicContext() - Method in class net.sf.saxon.xqj.SaxonXQPreparedExpression
 
getDynamicLoader() - Method in class net.sf.saxon.Configuration
Get the DynamicLoader used by this Configuration.
getEdges() - Method in class com.saxonica.schema.fsa.AutomatonState
Get an iterator over all the transitions (edges) allowed from this state
getEdges() - Method in class com.saxonica.schema.fsa.CountingState
Get an iterator over all the transitions (edges) allowed from this state
getEdges() - Method in interface com.saxonica.schema.fsa.State
Get an iterator over all the transitions (edges) allowed from this state
getEdges() - Method in class com.saxonica.schema.fsa.SuffixState
Get an iterator over all the transitions (edges) allowed from this state
getEditionCode() - Method in class com.saxonica.config.EnterpriseConfiguration
Get the edition code identifying this configuration: "HE", "PE" or "EE"
getEditionCode() - Method in class com.saxonica.config.ProfessionalConfiguration
Get the edition code identifying this configuration: "HE", "PE" or "EE"
getEditionCode() - Method in class net.sf.saxon.Configuration
Get the edition code identifying this configuration: "HE", "PE" or "EE"
getEffectiveVersion() - Method in class net.sf.saxon.style.StyleElement
Get the numeric value of the version number appearing as an attribute on this element, or inherited from its ancestors
getElementById(String) - Method in class net.sf.saxon.dom.DocumentOverNodeInfo
Return the Element whose ID is given by elementId .
getElementDecl(int) - Method in class com.saxonica.schema.PreparedSchema
Get the global element declaration with a given name
getElementDeclaration(int) - Method in class com.saxonica.config.EnterpriseConfiguration
Get a global element declaration
getElementDeclaration(StructuredQName) - Method in class com.saxonica.config.EnterpriseConfiguration
Get a global element declaration.
getElementDeclaration() - Method in class com.saxonica.schema.sdoc.XSDElement
Return the element declaration schema component corresponding to this xs:element element
getElementDeclaration() - Method in class com.saxonica.validate.ContentValidator
Get the element declaration that this validator is validating against
getElementDeclaration() - Method in class com.saxonica.validate.SchemaElementTest
Get the element declaration
getElementDeclaration(int) - Method in class net.sf.saxon.Configuration
Get a global element declaration.
getElementDeclaration(StructuredQName) - Method in class net.sf.saxon.Configuration
Get a global element declaration.
getElementFormDefault() - Method in class com.saxonica.schema.sdoc.XSDSchema
Returns the elementFormDefault property of this Schema.
getElementName() - Method in class com.saxonica.pull.UnconstructedElement
 
getElementName() - Method in class net.sf.saxon.evpull.StartElementEvent
Get the nameCode of this element
getElementName(XPathContext, NodeInfo) - Method in class net.sf.saxon.expr.instruct.ComputedElement
Callback from the superclass ElementCreator to get the nameCode for the element name
getElementName(XPathContext, NodeInfo) - Method in class net.sf.saxon.expr.instruct.Copy
Callback from ElementCreator when constructing an element
getElementName(XPathContext, NodeInfo) - Method in class net.sf.saxon.expr.instruct.ElementCreator
Determine (at run-time) the name code of the element being constructed
getElementName(XPathContext, NodeInfo) - Method in class net.sf.saxon.expr.instruct.FixedElement
Callback from the superclass ElementCreator to get the nameCode for the element name
getElementName() - Method in class net.sf.saxon.expr.instruct.FixedElement
 
getElementNameCode() - Method in class com.saxonica.schema.sdoc.XSDElement
Return the name code of the element being declared
getElementParticle() - Method in class com.saxonica.schema.sdoc.XSDElement
Return the element particle schema component
getElementParticleCardinality(int) - Method in class com.saxonica.schema.ElementParticle
Find an element particle within this complex type definition having a given element name (identified by fingerprint), and return the cardinality associated with that element particle, that is, the number of times the element can occur within this complex type.
getElementParticleCardinality(int) - Method in class com.saxonica.schema.ElementWildcard
Find an element particle within this complex type definition having a given element name (identified by fingerprint), and return the cardinality associated with that element particle, that is, the number of times the element can occur within this complex type.
getElementParticleCardinality(int) - Method in class com.saxonica.schema.ModelGroup
Find an element particle within this complex type definition having a given element name (identified by fingerprint), and return the cardinality associated with that element particle, that is, the number of times the element can occur within this complex type.
getElementParticleCardinality(int) - Method in class com.saxonica.schema.ModelGroupParticle
Find an element particle within this complex type definition having a given element name (identified by fingerprint), and return the cardinality associated with that element particle, that is, the number of times the element can occur within this complex type.
getElementParticleCardinality(int) - Method in class com.saxonica.schema.Particle
Find an element particle within this complex type definition having a given element name (identified by fingerprint), and return the cardinality associated with that element particle, that is, the number of times the element can occur within this complex type.
getElementParticleCardinality(int, boolean) - Method in class com.saxonica.schema.UserComplexType
Find an element particle within this complex type definition having a given element name (identified by fingerprint), and return the cardinality associated with that element particle, that is, the number of times the element can occur within this complex type.
getElementParticleCardinality(int, boolean) - Method in class net.sf.saxon.type.AnyType
Find an element particle within this complex type definition having a given element name (identified by fingerprint), and return the cardinality associated with that element particle, that is, the number of times the element can occur within this complex type.
getElementParticleCardinality(int, boolean) - Method in interface net.sf.saxon.type.ComplexType
Find an element particle within this complex type definition having a given element name (identified by fingerprint), and return the cardinality associated with that element particle, that is, the number of times the element can occur within this complex type.
getElementParticleCardinality(int, boolean) - Method in class net.sf.saxon.type.Untyped
Find an element particle within this complex type definition having a given element name (identified by fingerprint), and return the cardinality associated with that element particle, that is, the number of times the element can occur within this complex type.
getElementParticleType(int) - Method in class com.saxonica.schema.ElementParticle
Find an element particle within this complex type definition having a given element name (identified by fingerprint), and return the schema type associated with that element particle.
getElementParticleType(int) - Method in class com.saxonica.schema.ElementWildcard
Find an element particle within this complex type definition having a given element name (identified by fingerprint), and return the schema type associated with that element particle.
getElementParticleType(int) - Method in class com.saxonica.schema.ModelGroup
Find an element particle within this complex type definition having a given element name (identified by fingerprint), and return the schema type associated with that element particle.
getElementParticleType(int) - Method in class com.saxonica.schema.ModelGroupParticle
Find an element particle within this complex type definition having a given element name (identified by fingerprint), and return the schema type associated with that element particle.
getElementParticleType(int) - Method in class com.saxonica.schema.Particle
Find an element particle within this part of a content model having a given element name (identified by fingerprint), and return the schema type associated with that element particle.
getElementParticleType(int, boolean) - Method in class com.saxonica.schema.UserComplexType
Find an element particle within this complex type definition having a given element name (identified by fingerprint), and return the schema type associated with that element particle.
getElementParticleType(int, boolean) - Method in class net.sf.saxon.type.AnyType
Find an element particle within this complex type definition having a given element name (identified by fingerprint), and return the schema type associated with that element particle.
getElementParticleType(int, boolean) - Method in interface net.sf.saxon.type.ComplexType
Find an element particle within this complex type definition having a given element name (identified by fingerprint), and return the schema type associated with that element particle.
getElementParticleType(int, boolean) - Method in class net.sf.saxon.type.Untyped
Find an element particle within this complex type definition having a given element name (identified by fingerprint), and return the schema type associated with that element particle.
getElementsByTagName(String) - Method in class net.sf.saxon.dom.DocumentOverNodeInfo
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.
getElementsByTagName(NodeInfo, String) - Static method in class net.sf.saxon.dom.DocumentOverNodeInfo
 
getElementsByTagName(String) - Method in class net.sf.saxon.dom.ElementOverNodeInfo
Returns a NodeList of all descendant Elements with a given tag name, in document order.
getElementsByTagNameNS(String, String) - Method in class net.sf.saxon.dom.DocumentOverNodeInfo
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.
getElementsByTagNameNS(NodeInfo, String, String) - Static method in class net.sf.saxon.dom.DocumentOverNodeInfo
 
getElementsByTagNameNS(String, String) - Method in class net.sf.saxon.dom.ElementOverNodeInfo
Returns a NodeList of all the descendant Elements with a given local name and namespace URI in document order.
getElementTest() - Method in class net.sf.saxon.pattern.DocumentNodeTest
Get the element test contained within this document test
getElementTest(QName, QName, boolean) - Method in class net.sf.saxon.s9api.ItemTypeFactory
Make an ItemType that tests an element name and/or schema type.
getElementText() - Method in class com.saxonica.pull.PullToStax
 
getElementText() - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getElementTypeInfo() - Method in class com.saxonica.jaxp.TypedContentHandler.TypeInfoProviderImpl
Returns the immutable TypeInfo object for the current element.
getElementURI(Element) - Static method in class net.sf.saxon.dom.DOMNodeWrapper
 
getElementValidator(SequenceReceiver, ParseOptions, int) - Method in class com.saxonica.config.EnterpriseConfiguration
Get a Receiver that can be used to validate an element, and that passes the validated element on to a target receiver.
getElementValidator(SequenceReceiver, ParseOptions, int) - Method in class net.sf.saxon.Configuration
Get a Receiver that can be used to validate an element, and that passes the validated element on to a target receiver.
getElementWildcard() - Method in class com.saxonica.schema.sdoc.XSDAny
Returns the Wildcard.
getElementWildcard() - Method in class com.saxonica.schema.sdoc.XSDOpenContent
 
getEmptyLeast() - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
Ask whether empty sequence comes before other values or after them
getEncoding() - Method in class com.saxonica.pull.PullToStax
 
getEncoding() - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getEncoding() - Method in class net.sf.saxon.s9api.XQueryCompiler
Get the encoding previously set for the supplied query.
getEnd() - Method in class net.sf.saxon.value.IntegerRange
Get the last integer in the sequence (inclusive)
getEndCondition() - Method in class com.saxonica.expr.flwor.WindowClause
 
getEndPoint() - Method in class net.sf.saxon.z.IntBlockSet
Get the end point of the range
getEndPoints() - Method in class net.sf.saxon.z.IntRangeSet
Get the end points of the ranges
getEndPosition() - Method in class net.sf.saxon.tree.iter.ArrayIterator
Get the end position in the array
getEntityResolver() - Method in class com.saxonica.jaxp.ValidatingReader
Return the current entity resolver.
getEntityResolver() - Method in class net.sf.saxon.Filter
Return the current entity resolver.
getEntityResolver() - Method in class net.sf.saxon.lib.AugmentedSource
Get the EntityResolver that will be used when parsing
getEntityResolver() - Method in class net.sf.saxon.lib.ParseOptions
Get the EntityResolver that will be used when parsing
getEnvironmentVariable(String) - Method in interface net.sf.saxon.lib.EnvironmentVariableResolver
Get the value of a specific environment variable
getEnvironmentVariable(String) - Method in class net.sf.saxon.lib.StandardEnvironmentVariableResolver
Get the value of a specific environment variable
getEon() - Method in class net.sf.saxon.xqj.SaxonXMLGregorianCalendar
Return high order component for XML Schema 1.0 dateTime datatype field for year.
getEonAndYear() - Method in class net.sf.saxon.xqj.SaxonXMLGregorianCalendar
Return XML Schema 1.0 dateTime datatype field for year.
getEQName() - Method in class com.saxonica.schema.UserComplexType
Get the name of this type as an EQName, that is, a string in the format Q{uri}local.
getEQName() - Method in class com.saxonica.schema.UserSimpleType
Get the name of this type as an EQName, that is, a string in the format Q{uri}local.
getEQName() - Method in class net.sf.saxon.expr.VariableReference
Get the EQName of the variable.
getEQName(int) - Method in class net.sf.saxon.om.NamePool
Get the EQName form of a name, given its name code or fingerprint
getEQName() - Method in class net.sf.saxon.om.StructuredQName
Get the expanded QName as an EQName, that is "Q{uri}local" for a name in a namespace, or "Q{}local" otherwise
getEQName() - Method in class net.sf.saxon.type.AnySimpleType
Get the name of this type as an EQName, that is, a string in the format Q{uri}local.
getEQName() - Method in class net.sf.saxon.type.AnyType
Get the name of this type as an EQName, that is, a string in the format Q{uri}local.
getEQName() - Method in class net.sf.saxon.type.BuiltInAtomicType
Get the name of this type as an EQName, that is, a string in the format Q{uri}local.
getEQName() - Method in class net.sf.saxon.type.BuiltInListType
Get the name of this type as an EQName, that is, a string in the format Q{uri}local.
getEQName() - Method in class net.sf.saxon.type.ErrorType
Get the name of this type as an EQName, that is, a string in the format Q{uri}local.
getEQName() - Method in interface net.sf.saxon.type.SchemaType
Get the name of this type as an EQName, that is, a string in the format Q{uri}local.
getEQName() - Method in class net.sf.saxon.type.Untyped
Get the name of this type as an EQName, that is, a string in the format Q{uri}local.
getEquivalentItemType(Class) - Static method in class net.sf.saxon.expr.PJConverter
Get the nearest XPath equivalent to a Java class.
getEraName(int) - Method in class net.sf.saxon.expr.number.AbstractNumberer
Get the name for an era (e.g.
getEraName(int) - Method in interface net.sf.saxon.lib.Numberer
Get the name for an era (e.g.
getEraName(int) - Method in class net.sf.saxon.option.local.Numberer_de
Get the name for an era (e.g.
getEraName(int) - Method in class net.sf.saxon.option.local.Numberer_nl
Get the name for an era (e.g.
getEraName(int) - Method in class net.sf.saxon.option.local.Numberer_nlBE
Get the name for an era (e.g.
getErrorCode() - Method in class com.saxonica.validate.ValidationContext
 
getErrorCode() - Method in class com.saxonica.xslt3.style.XSLMergeKey
 
getErrorCode() - Method in exception javax.xml.xquery.XQQueryException
Gets the code identifying the error according to the standard as described in Appendix F, XQuery 1.0: An XML Query language, Appendix C, XQuery 1.0 and XPath 2.0 Functions and Operators, and its associated specifications; imlementation-defined errors may also be raised; finally the error code may also be specified in the query using fn:error().
getErrorCode() - Method in class net.sf.saxon.expr.parser.RoleLocator
Get the error code to be produced if a type error is detected
getErrorCode() - Method in exception net.sf.saxon.s9api.SaxonApiException
Get the error code associated with the exception, if there is one
getErrorCode() - Method in class net.sf.saxon.style.XSLSortOrMergeKey
 
getErrorCode() - Method in class net.sf.saxon.type.ValidationFailure
 
getErrorCodeForSelectPlusContent() - Method in class net.sf.saxon.style.XSLAttribute
Get the error code to be returned when the element has a select attribute but is not empty.
getErrorCodeForSelectPlusContent() - Method in class net.sf.saxon.style.XSLComment
Get the error code to be returned when the element has a select attribute but is not empty.
getErrorCodeForSelectPlusContent() - Method in class net.sf.saxon.style.XSLLeafNodeConstructor
Get the error code to be returned when the element has a select attribute but is not empty.
getErrorCodeForSelectPlusContent() - Method in class net.sf.saxon.style.XSLNamespace
Get the error code to be returned when the element has a select attribute but is not empty.
getErrorCodeForSelectPlusContent() - Method in class net.sf.saxon.style.XSLProcessingInstruction
Get the error code to be returned when the element has a select attribute but is not empty.
getErrorCodeForSelectPlusContent() - Method in class net.sf.saxon.style.XSLText
Get the error code to be returned when the element has a select attribute but is not empty.
getErrorCodeForSelectPlusContent() - Method in class net.sf.saxon.style.XSLValueOf
Get the error code to be returned when the element has a select attribute but is not empty.
getErrorCodeForTypeErrors() - Method in class net.sf.saxon.functions.SystemFunctionCall
Return the error code to be used for type errors.
getErrorCodeForTypeErrors() - Method in class net.sf.saxon.functions.TreatFn
Return the error code to be used for type errors
getErrorCodeForUndefinedContext() - Method in class net.sf.saxon.expr.ContextItemExpression
 
getErrorCodeForUndefinedContext() - Method in class net.sf.saxon.expr.CurrentItemExpression
Get the error code for use when there is no context item
getErrorCodeLocalPart() - Method in exception net.sf.saxon.trans.XPathException
Get the local part of the name of the error code
getErrorCodeNamespace() - Method in exception net.sf.saxon.trans.XPathException
Get the namespace URI part of the name of the error code
getErrorCodeQName() - Method in exception net.sf.saxon.trans.XPathException
Get the error code as a QName
getErrorCodeQName() - Method in class net.sf.saxon.type.ValidationFailure
 
getErrorCount() - Method in class com.saxonica.schema.SchemaCompiler
Test whether errors have been reported
getErrorCount() - Method in class com.saxonica.schema.sdoc.XSDSchema
Get the number of errors detected in this schema document
getErrorCount() - Method in class com.saxonica.validate.ValidationContext
Get the number of validation errors found during the validation episode
getErrorCount() - Method in class net.sf.saxon.lib.StandardErrorHandler
Return the number of errors reported
getErrorCount() - Method in class net.sf.saxon.PreparedStylesheet
Get the number of errors reported so far
getErrorHandler() - Method in class com.saxonica.jaxp.SchemaFactoryImpl
Get the error handler in use
getErrorHandler() - Method in class com.saxonica.jaxp.ValidatingReader
Return the current error handler.
getErrorHandler() - Method in class com.saxonica.jaxp.ValidatorHandlerImpl
Gets the current ErrorHandler
getErrorHandler() - Method in class com.saxonica.jaxp.ValidatorImpl.ErrorListenerWrappingErrorHandler
Get the wrapped SAX ErrorHandler
getErrorHandler() - Method in class com.saxonica.jaxp.ValidatorImpl
 
getErrorHandler() - Method in class net.sf.saxon.Filter
Return the current error handler.
getErrorHandler() - Method in class net.sf.saxon.lib.ParseOptions
Get the ErrorHandler that will be used when parsing
getErrorListener() - Method in class com.saxonica.schema.SchemaCompiler
Get the ErrorListener used in this configuration.
getErrorListener() - Method in class net.sf.saxon.Configuration
Get the ErrorListener used in this configuration.
getErrorListener() - Method in class net.sf.saxon.Controller
Get the error listener.
getErrorListener() - Method in class net.sf.saxon.event.PipelineConfiguration
Get an ErrorListener for reporting errors in processing this pipeline; this will be the ErrorListener set locally in the PipelineConfiguration if there is one, or the ErrorListener from the Configuration otherwise.
getErrorListener() - Method in class net.sf.saxon.lib.AugmentedSource
Get the ErrorListener that will be used when parsing
getErrorListener() - Method in class net.sf.saxon.lib.ParseOptions
Get the ErrorListener that will be used when parsing
getErrorListener() - Method in class net.sf.saxon.query.DynamicQueryContext
Get the error listener.
getErrorListener() - Method in class net.sf.saxon.query.StaticQueryContext
Get the ErrorListener in use for this static context
getErrorListener() - Method in class net.sf.saxon.s9api.SchemaManager
Get the ErrorListener being used while loading and validating schema documents
getErrorListener() - Method in class net.sf.saxon.s9api.SchemaValidator
Get the ErrorListener being used while validating instance documents
getErrorListener() - Method in class net.sf.saxon.s9api.XQueryCompiler
Get the ErrorListener being used during this compilation episode
getErrorListener() - Method in class net.sf.saxon.s9api.XQueryEvaluator
Get the error listener.
getErrorListener() - Method in class net.sf.saxon.s9api.XsltCompiler
Get the ErrorListener being used during this compilation episode
getErrorListener() - Method in class net.sf.saxon.s9api.XsltTransformer
Get the ErrorListener being used during this compilation episode
getErrorListener() - Method in class net.sf.saxon.sxpath.XPathDynamicContext
Get the error listener.
getErrorListener() - Method in class net.sf.saxon.trans.CompilerInfo
Get the ErrorListener being used during this compilation episode
getErrorListener() - Method in class net.sf.saxon.TransformerFactoryImpl
Get the error event handler for the TransformerFactory.
getErrorObject() - Method in exception javax.xml.xquery.XQQueryException
Gets an XQSequence representing the error object passed to fn:error().
getErrorObject() - Method in exception net.sf.saxon.trans.XPathException
Get the error object associated with this error.
getErrorObjectString(Sequence) - Method in class net.sf.saxon.lib.StandardErrorListener
Get a string representation of the error object associated with the exception (this represents the final argument to fn:error, in the case of error triggered by calls on the fn:error function).
getErrorOutput() - Method in class net.sf.saxon.lib.StandardErrorListener
Get the error output stream
getEvaluationMethod() - Method in class net.sf.saxon.expr.Expression
 
getEvaluationMethod() - Method in class net.sf.saxon.expr.flwor.FLWORExpression
 
getEvaluationMode() - Method in class net.sf.saxon.expr.instruct.GeneralVariable
Get the evaluation mode of the variable
getEvaluationMode() - Method in class net.sf.saxon.expr.instruct.UserFunction
Get the evaluation mode.
getEvaluationMode() - Method in class net.sf.saxon.expr.LetExpression
 
getEventIterator() - Method in class net.sf.saxon.evpull.PullEventSource
Get the EventIterator
getEventType() - Method in class com.saxonica.pull.PullToStax
 
getEventType() - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getException() - Method in class net.sf.saxon.expr.ErrorExpression
Get the wrapped exception
getException() - Method in class net.sf.saxon.expr.XPathContextMajor.ThreadManager
 
getExclusions() - Method in class net.sf.saxon.z.IntComplementSet
 
getExecutable() - Method in class com.saxonica.schema.sdoc.SchemaElement.XPathStaticContext
Bind a variable reference appearing within an XPath expression
getExecutable() - Method in class com.saxonica.schema.sdoc.XSDSchema
Get the Executable corresponding to this schema document.
getExecutable() - Method in class net.sf.saxon.Controller
Get the Executable object.
getExecutable() - Method in interface net.sf.saxon.expr.Container
Get the Executable (representing a complete stylesheet or query) of which this Container forms part
getExecutable() - Method in class net.sf.saxon.expr.Expression
Get the executable containing this expression
getExecutable() - Method in class net.sf.saxon.expr.instruct.GeneralVariable
Get the executable containing this expression
getExecutable() - Method in class net.sf.saxon.expr.instruct.GlobalVariable
Get the executable containing this global variable
getExecutable() - Method in class net.sf.saxon.expr.instruct.Procedure
 
getExecutable() - Method in class net.sf.saxon.expr.parser.ExpressionParser.TemporaryContainer
 
getExecutable() - Method in class net.sf.saxon.expr.parser.ExpressionVisitor
Get the Executable containing the expressions being visited
getExecutable() - Method in class net.sf.saxon.lib.ExtensionFunctionCall
Get the Executable in which this extension function call occurs
getExecutable() - Method in class net.sf.saxon.pattern.Pattern
Get the executable containing this pattern
getExecutable() - Method in class net.sf.saxon.query.QueryModule
Get the Executable, an object representing the compiled query and its environment.
getExecutable() - Method in class net.sf.saxon.query.QueryParser
Get the executable containing this expression.
getExecutable() - Method in class net.sf.saxon.query.StaticQueryContext
Get the executable containing this query
getExecutable() - Method in class net.sf.saxon.query.XQueryExpression
Get the Executable (representing a complete stylesheet or query) of which this Container forms part
getExecutable() - Method in class net.sf.saxon.query.XQueryFunction
Get the executable in which this function is contained
getExecutable() - Method in class net.sf.saxon.style.ExpressionContext
Get the executable
getExecutable() - Method in class net.sf.saxon.style.StyleElement
 
getExecutable() - Method in class net.sf.saxon.style.UseWhenStaticContext
Get the Executable representing the containing XSLT stylesheet
getExecutable() - Method in class net.sf.saxon.style.XSLStylesheet
Get the run-time Executable object
getExecutable() - Method in class net.sf.saxon.sxpath.DedicatedStaticContext
 
getExecutable() - Method in class net.sf.saxon.sxpath.SimpleContainer
Get the Executable (representing a complete stylesheet or query) of which this Container forms part
getExistingSchemaDocument(String, String) - Method in class com.saxonica.schema.SchemaCompiler
Get the root element of the tree representing a schema document that has already been read
getExpandAttributeDefaults() - Method in class net.sf.saxon.xqj.SaxonXQDataSource
Ask whether fixed or default values defined in a schema or DTD will be expanded
getExpandedMessage(TransformerException) - Method in class net.sf.saxon.lib.StandardErrorListener
Get a string containing the message for this exception and all contained exceptions
getExpandXInclude() - Method in class net.sf.saxon.xqj.SaxonXQDataSource
Ask whether XInclude processing is to be applied to source documents
getExpectedItemClass() - Method in class com.saxonica.bytecode.util.LoopBodyGenerator
Say in what form the loop body generator expects the items to be delivered.
getExpectedKindOfConstraint() - Method in class com.saxonica.schema.IdentityConstraintReference
Get the expected kind of constraint
getExplicitNamespaces(NamePool) - Method in class net.sf.saxon.trans.Mode
Get the "explicit namespaces" matched by this mode.
getExpression() - Method in exception com.saxonica.bytecode.util.CannotCompileException
 
getExpression() - Method in class com.saxonica.bytecode.util.CompilerService.GeneratedExpression
 
getExpression() - Method in class com.saxonica.stream.feed.EventFeed
Get the expression being evaluated by this EventFeed
getExpression() - Method in class com.saxonica.stream.feed.ItemFeed
Get the expression being evaluated by this ItemFeed
getExpression() - Method in class com.saxonica.stream.watch.EventPushingWatch
 
getExpression() - Method in class net.sf.saxon.query.XQueryExpression
Get the expression wrapped in this XQueryExpression object
getExpression() - Method in class net.sf.saxon.value.Closure
 
getExpressionBaseURI() - Method in class net.sf.saxon.functions.CollatingFunction
Get the saved static base URI
getExpressionBaseURI() - Method in class net.sf.saxon.functions.UnparsedText
getExpressionBaseURI: this method returns the expression base URI
getExpressionCompiler() - Method in class com.saxonica.bytecode.util.CompilerService.GeneratedExpression
 
getExpressionCompiler() - Method in class com.saxonica.expr.ee.MultithreadedForEach
Return the compiler of the MultithreadedForEach expression
getExpressionCompiler() - Method in class com.saxonica.expr.EquivalenceComparison
Return the compiler of the EquivalenceComparison expression
getExpressionCompiler() - Method in class com.saxonica.expr.IndexedFilterExpression
Return the compiler of the IndexedFilter expression
getExpressionCompiler() - Method in class com.saxonica.expr.IndexedLookupExpression
Return the compiler of the IndexedLookup expression
getExpressionCompiler() - Method in class com.saxonica.expr.JavaExtensionFunctionCall
Return the compiler of the JavaExtensionFunctionCall expression
getExpressionCompiler() - Method in class com.saxonica.expr.OuterForExpression
Return the compiler of the OuterFor expression
getExpressionCompiler() - Method in class com.saxonica.expr.SwitchExpression
Return the compiler of the Switch expression
getExpressionCompiler() - Method in class com.saxonica.expr.TryCatch
Return the compiler of the TryCatch expression
getExpressionCompiler() - Method in class com.saxonica.functions.hof.FunctionLiteral
Return the compiler of the FunctionLiteral expression
getExpressionCompiler() - Method in class com.saxonica.functions.hof.FunctionSequenceCoercer
Return the compiler of the FunctionSequenceCoercer expression
getExpressionCompiler() - Method in class com.saxonica.functions.hof.PartialApply
Return the compiler of the PartialApply expression
getExpressionCompiler() - Method in class com.saxonica.stream.StreamingApplyTemplates
Return the compiler of the StreamingApplyTemplate expression
getExpressionCompiler() - Method in class com.saxonica.stream.StreamingCopy
Return the compiler of the StreamingCopy expression
getExpressionCompiler() - Method in class com.saxonica.stream.StreamInstr
Return the compiler of the Stream expression
getExpressionCompiler() - Method in class com.saxonica.update.CopyModifyExpression
Return the compiler of the CopyModify expression
getExpressionCompiler() - Method in class com.saxonica.update.DeleteExpression
Return the compiler of the Delete expression
getExpressionCompiler() - Method in class com.saxonica.update.InsertExpression
Return the compiler of the expression
getExpressionCompiler() - Method in class com.saxonica.update.RenameExpression
Return the compiler of the Rename expression
getExpressionCompiler() - Method in class com.saxonica.update.ReplaceNodeExpression
Return the compiler of the ReplaceNode expression
getExpressionCompiler() - Method in class com.saxonica.update.ReplaceValueExpression
Return the compiler of the ReplaceValue expression
getExpressionCompiler() - Method in class com.saxonica.xslt3.instruct.BreakInstr
Return the compiler of the BreakInstr expression
getExpressionCompiler() - Method in class com.saxonica.xslt3.instruct.EvaluateInstr
Return the compiler of the EvaluateIntr expression
getExpressionCompiler() - Method in class com.saxonica.xslt3.instruct.Fork
Return the compiler of the Fork expression
getExpressionCompiler() - Method in class com.saxonica.xslt3.instruct.IterateInstr
Return the compiler of the IterateInstr expression
getExpressionCompiler() - Method in class com.saxonica.xslt3.instruct.MergeInstr
Return the compiler of the MergeInstr expression
getExpressionCompiler() - Method in class com.saxonica.xslt3.instruct.NextIteration
Return the compiler of the NextIteration expression
getExpressionCompiler() - Method in class com.saxonica.xsltextn.instruct.Assign
Return the compiler of the Assign expression
getExpressionCompiler() - Method in class com.saxonica.xsltextn.instruct.While
Return the compiler of the While expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.AdjacentTextNodeMerger
 
getExpressionCompiler() - Method in class net.sf.saxon.expr.AndExpression
Return the compiler of the AndExpression
getExpressionCompiler() - Method in class net.sf.saxon.expr.ArithmeticExpression
Return the compiler of the Arithmetic expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.AtomicSequenceConverter
Return the compiler of the expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.Atomizer
Return the compiler of the Atomizer expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.AxisExpression
Return the compiler of the Axis expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.CardinalityChecker
Return the compiler of the CardinalityCheck expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.CastableExpression
Return the compiler of the Castable expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.CastableToList
Return the compiler of the CastableList expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.CastableToUnion
Return the compiler of the CastableToUnion expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.CastExpression
Return the compiler of the Cast expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.CastToList
Return the compiler of the CastToList expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.CastToUnion
Return the compiler of the CastToUnion expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.CompareToIntegerConstant
Return the compiler of the CompareToIntegerConstant expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.ContextItemExpression
Return the compiler of the ContextItem expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.CurrentItemExpression
Return the compiler of the CurrentItem expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.EagerLetExpression
Return the compiler of the EagerLet expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.EmptyTextNodeRemover
Return the compiler of the EmptyTextNodeRemover expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.ErrorExpression
Return the compiler of the Error expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.Expression
Return the compiler relating to a particular expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.FilterExpression
Return the compiler of the Filter expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.FirstItemExpression
Return the compiler of the FirstItem expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.flwor.FLWORExpression
Return the compiler of the FLWOR expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.flwor.TupleExpression
Return the compiler of the Tuple expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.ForExpression
Return the compiler of the For expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.GeneralComparison
Return the compiler of the GeneralComparison expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.GeneralComparison20
Return the compiler of the GeneralComparison20 expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.HomogeneityChecker
Return the compiler of the HomogeneityChecker expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.IdentityComparison
Return the compiler of the IdentityComparison expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.InstanceOfExpression
Return the compiler of the InstanceOf expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.instruct.AnalyzeString
Return the compiler of the AnalyzeString expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.instruct.ApplyImports
Return the compiler of the ApplyImport expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
Return the compiler of the ApplyTemplates expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.instruct.Block
Return the compiler of the Block expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.instruct.CallTemplate
Return the compiler of the CallTemplate expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.instruct.Choose
Return the compiler of the Choose expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.instruct.Comment
Return the compiler of the Comment expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.instruct.ComputedAttribute
Return the compiler of the ComputedAttribute expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.instruct.ComputedElement
Return the compiler of the ComputedElement expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.instruct.Copy
Return the compiler of the Copy expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.instruct.CopyOf
Return the compiler of the CopyOf expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.instruct.Doctype
Return the compiler of the Doctype expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.instruct.DocumentInstr
Return the compiler of the DocumentInstr expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.instruct.FixedAttribute
Return the compiler of the FixedAttribute expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.instruct.FixedElement
Return the compiler of the FixedElement expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.instruct.ForEach
Return the compiler of the ForEach expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.instruct.ForEachGroup
Return the compiler of the ForEachGroup expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.instruct.LocalParamBlock
Return the compiler of the LocalParamBlock expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.instruct.LocalParamSetter
Return the compiler of the LocalParamSetter expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.instruct.Message
Return the compiler of the Message expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.instruct.NamespaceConstructor
Return the compiler of the NamespaceConstructor expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.instruct.NextMatch
Return the compiler of the NextMatch expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.instruct.NumberInstruction
Return the compiler of the NumberInstruction expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.instruct.ProcessingInstruction
Return the compiler of the ProcessingInstruction expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.instruct.ProcessRegexMatchInstruction
Return the compiler of the ProcessRegexMatchInstruction expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.instruct.ResultDocument
Return the bytecode compiler for the ResultDocument expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.instruct.TraceExpression
Return the compiler of the Trace expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.instruct.UseAttributeSets
Return the compiler of the UseAttributeSets expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.instruct.ValueOf
Return the compiler of the ValueOf expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.IntegerRangeTest
Return the compiler of the IntegerRangeTest expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.IsLastExpression
Return the compiler of the IsLast expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.ItemChecker
Return the compiler of the ItemChecker expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.LastItemExpression
Return the compiler of the LastItem expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.LetExpression
Return the compiler of the Let expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.Literal
Return the compiler of the Literal expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.LocalVariableReference
Return the compiler of the LocalVariableReference expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.NegateExpression
Return the compiler of the Negate expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.OrExpression
Return the compiler of the Or expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.ParentNodeExpression
Return the compiler of the ParentNode expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.QuantifiedExpression
Return the compiler of the QuantifiedExpression expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.RangeExpression
Return the compiler of the Range expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.RootExpression
Return the compiler of the Root expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.SimpleStepExpression
Return the compiler of the SimpleStep expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.SingletonAtomizer
Return the compiler of the Cast expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.SlashExpression
Return the compiler of the Slash expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.sort.ConditionalSorter
Return the compiler of the ConditionalSorter expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.sort.DocumentSorter
Return the compiler of the DocumentSorter expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.sort.SortExpression
Return the compiler of the Sort expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.SubscriptExpression
Return the compiler of the TailExpression expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.SuppliedParameterReference
Return the compiler of the SuppliedParameterReference expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.TailCallLoop
Return the compiler of the TailCallLoop expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.TailExpression
Return the compiler of the TailExpression expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.UserFunctionCall
Return the compiler of the UserFunctionCall expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.ValueComparison
Return the compiler of the ValueComparison expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.VariableReference
Return the compiler of the VariableReference expression
getExpressionCompiler() - Method in class net.sf.saxon.expr.VennExpression
Return the compiler of the Venn expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.BaseURI
Return the compiler of the BaseURI expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.BooleanFn
Return the compiler of the BooleanFn expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.Ceiling
Return the compiler of the Ceiling expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.CodepointsToString
Return the compiler of the CodepointsToString expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.Component
Return the compiler of the Component expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.Concat
Return the compiler of the Concat expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.Contains
Return the compiler of the Contains expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.Count
 
getExpressionCompiler() - Method in class net.sf.saxon.functions.DateTimeConstructor
Return the compiler of the DateTimeConstructor expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.Doc
Return the compiler of the Doc expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.Empty
Return the compiler of the Empty expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.EndsWith
Return the compiler of the EndsWith expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.Exists
Return the compiler of the Exists expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.Floor
Return the compiler of the Floor expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.GenerateId
Return the compiler of the GenerateId expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.KeyFn
Return the compiler of the KeyFn expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.Last
Return the compiler of the Last expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.LocalNameFn
Return the compiler of the LocalNameFn expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.LowerCase
Return the compiler of the LowerCase expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.Matches
Return the compiler of the Matches expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.Minimax
Return the compiler of the Minimax expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.NameFn
Return the compiler of the NameFn expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.NamespaceUriFn
Return the compiler of the NamespaceUriFn expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.NodeNameFn
Return the compiler of the NodeNameFn expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.NormalizeSpace_0
Return the compiler of the NormalizeSpace_0 expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.NormalizeSpace_1
Return the compiler of the NormalizeSpace_1 expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.NotFn
Return the compiler of the NotFn expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.NumberFn
Return the compiler of the NumberFn expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.Position
Return the compiler of the Position expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.Put
Return the compiler of the Put expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.QNameFn
Return the compiler of the QNameFn expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.RegexGroup
Return the compiler of the RegexGroup expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.Root
Return the compiler of the Root Function
getExpressionCompiler() - Method in class net.sf.saxon.functions.Round
Return the compiler of the Round expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.RoundHalfToEven
Return the compiler of the RoundHalfToEven expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.StartsWith
Return the compiler of the StartsWith expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.StringFn
Return the compiler of the StringFn expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.StringJoin
Return the compiler of the StringJoin expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.StringLength
Return the compiler of the StringLength expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.Substring
Return the compiler of the Substring expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.SubstringAfter
Return the compiler of the SubstringAfter expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.SubstringBefore
Return the compiler of the SubstringBefore expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.Sum
Return the compiler of the Sum expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.Translate
Return the compiler of the Translate expression
getExpressionCompiler() - Method in class net.sf.saxon.functions.UpperCase
Return the compiler of the UpperCase expression
getExpressionName() - Method in class com.saxonica.bytecode.CompiledExpression
 
getExpressionName() - Method in class com.saxonica.expr.TryCatch
Get a name identifying the kind of expression, in terms meaningful to a user.
getExpressionName() - Method in class com.saxonica.functions.hof.FunctionSequenceCoercer
 
getExpressionName() - Method in class net.sf.saxon.expr.AdjacentTextNodeMerger
 
getExpressionName() - Method in class net.sf.saxon.expr.ArithmeticExpression
Get a name identifying the kind of expression, in terms meaningful to a user.
getExpressionName() - Method in class net.sf.saxon.expr.AtomicSequenceConverter
Get a name identifying the kind of expression, in terms meaningful to a user.
getExpressionName() - Method in class net.sf.saxon.expr.Atomizer
Diagnostic print of expression structure.
getExpressionName() - Method in class net.sf.saxon.expr.AxisExpression
Get a name identifying the kind of expression, in terms meaningful to a user.
getExpressionName() - Method in class net.sf.saxon.expr.BooleanExpression
Get a name identifying the kind of expression, in terms meaningful to a user.
getExpressionName() - Method in class net.sf.saxon.expr.CardinalityChecker
Get a name identifying the kind of expression, in terms meaningful to a user.
getExpressionName() - Method in class net.sf.saxon.expr.ContextItemExpression
Get a name identifying the kind of expression, in terms meaningful to a user.
getExpressionName() - Method in class net.sf.saxon.expr.EmptyTextNodeRemover
 
getExpressionName() - Method in class net.sf.saxon.expr.Expression
Get a name identifying the kind of expression, in terms meaningful to a user.
getExpressionName() - Method in class net.sf.saxon.expr.FilterExpression
Get a name identifying the kind of expression, in terms meaningful to a user.
getExpressionName() - Method in class net.sf.saxon.expr.FirstItemExpression
 
getExpressionName() - Method in class net.sf.saxon.expr.ForExpression
Get a name identifying the kind of expression, in terms meaningful to a user.
getExpressionName() - Method in class net.sf.saxon.expr.FunctionCall
Get a name identifying the kind of expression, in terms meaningful to a user.
getExpressionName() - Method in class net.sf.saxon.expr.GeneralComparison
Get a name identifying the kind of expression, in terms meaningful to a user.
getExpressionName() - Method in class net.sf.saxon.expr.HomogeneityChecker
Get a name identifying the kind of expression, in terms meaningful to a user.
getExpressionName() - Method in class net.sf.saxon.expr.instruct.Block
 
getExpressionName() - Method in class net.sf.saxon.expr.instruct.Instruction
Get a name identifying the kind of expression, in terms meaningful to a user.
getExpressionName() - Method in class net.sf.saxon.expr.instruct.LocalParamBlock
 
getExpressionName() - Method in class net.sf.saxon.expr.ItemChecker
Get a name identifying the kind of expression, in terms meaningful to a user.
getExpressionName() - Method in class net.sf.saxon.expr.LastItemExpression
 
getExpressionName() - Method in class net.sf.saxon.expr.LetExpression
Get a name identifying the kind of expression, in terms meaningful to a user.
getExpressionName() - Method in class net.sf.saxon.expr.NegateExpression
Get a name identifying the kind of expression, in terms meaningful to a user.
getExpressionName() - Method in class net.sf.saxon.expr.ParentNodeExpression
Get a name identifying the kind of expression, in terms meaningful to a user.
getExpressionName() - Method in class net.sf.saxon.expr.QuantifiedExpression
Get a name identifying the kind of expression, in terms meaningful to a user.
getExpressionName() - Method in class net.sf.saxon.expr.RootExpression
 
getExpressionName() - Method in class net.sf.saxon.expr.SingletonAtomizer
Give a string representation of the expression name for use in diagnostics
getExpressionName() - Method in class net.sf.saxon.expr.SingletonIntersectExpression
 
getExpressionName() - Method in class net.sf.saxon.expr.sort.DocumentSorter
Get a name identifying the kind of expression, in terms meaningful to a user.
getExpressionName() - Method in class net.sf.saxon.expr.sort.SortExpression
Get a name identifying the kind of expression, in terms meaningful to a user.
getExpressionName() - Method in class net.sf.saxon.expr.TailCallLoop
Give a string representation of the expression name for use in diagnostics
getExpressionName() - Method in class net.sf.saxon.expr.UntypedSequenceConverter
Get a name identifying the kind of expression, in terms meaningful to a user.
getExpressionName() - Method in class net.sf.saxon.expr.ValueComparison
Get a name identifying the kind of expression, in terms meaningful to a user.
getExpressionName() - Method in class net.sf.saxon.expr.VennExpression
Get a name identifying the kind of expression, in terms meaningful to a user.
getExpressionStack() - Method in class net.sf.saxon.expr.parser.ExpressionVisitor
Get the stack containing all the expressions currently being visited
getExpressionType() - Method in class net.sf.saxon.expr.SimpleExpression
Return a distinguishing name for the expression, for use in diagnostics.
getExtendedFacetList() - Method in class com.saxonica.schema.UserSimpleType
Get the extended facet list, creating it if necessary.
getExtensionBinder(String) - Method in class com.saxonica.config.ProfessionalConfiguration
Get the FunctionLibrary used to bind calls on extension functions on the specified platform.
getExtensionClass(String) - Method in interface com.saxonica.xsltextn.ExtensionElementFactory
Identify the class to be used for stylesheet elements with a given local name.
getExtensionClass(String) - Method in class com.saxonica.xsltextn.style.SaxonElementFactory
Identify the class to be used for stylesheet elements with a given local name.
getExtensionClass(String) - Method in class net.sf.saxon.option.sql.SQLElementFactory
Identify the class to be used for stylesheet elements with a given local name.
getExtensionElementFactory(String) - Method in class com.saxonica.config.ProfessionalConfiguration
Get the XSLT extension element factory for a given namespace
getExtensionFunctionFactory() - Method in class com.saxonica.config.JavaExtensionLibrary
Get the ExtensionFunctionFactory used by this extension library.
getExtensionFunctionLibrary() - Method in class com.saxonica.expr.StaticQueryContextPE
getExtensionFunctionLibrary() - Method in class net.sf.saxon.query.StaticQueryContext
Get any extension function library that was previously set.
getExtensionFunctionLibrary() - Method in class net.sf.saxon.trans.CompilerInfo
Get any function library that was previously set using CompilerInfo.setExtensionFunctionLibrary(net.sf.saxon.functions.FunctionLibrary).
getExtensionsOfBuiltInType(int) - Method in class com.saxonica.schema.PreparedSchema
Get the set of user-defined complex types that extend a given built-in type
getExtensionsOfType(SchemaType) - Method in class com.saxonica.config.EnterpriseConfiguration
Get the set of complex types that have been defined as extensions of a given type.
getExtensionsOfType(SchemaType) - Method in class net.sf.saxon.Configuration
Get the set of complex types that have been defined as extensions of a given type.
getExtensionTypes() - Method in class com.saxonica.schema.UserDefinedType
Get all the types defined as extensions of this type, transitively
getExternalJavaClass(String, boolean) - Method in class com.saxonica.config.JavaExtensionLibrary
Get an external Java class corresponding to a given namespace URI, if there is one.
getExternalNamespaceResolver() - Method in class net.sf.saxon.query.StaticQueryContext
Get the external namespace resolver that has been registered using setExternalNamespaceResolver(), if any.
getExternalNode() - Method in class net.sf.saxon.s9api.XdmNode
In the case of an XdmNode that wraps a node in an external object model such as DOM, JDOM, XOM, or DOM4J, get the underlying wrapped node
getExternalObject(Object) - Method in class net.sf.saxon.s9api.ItemTypeFactory
Factory method to construct an "external object".
getExternalObject() - Method in class net.sf.saxon.s9api.XdmExternalObject
Get the wrapped Java object
getExternalObjectModel(String) - Method in class net.sf.saxon.Configuration
Get the external object model with a given URI, if registered
getExternalObjectModel(Class) - Method in class net.sf.saxon.Configuration
Get the external object model that recognizes a particular class of node, if available
getExternalObjectModels() - Method in class net.sf.saxon.Configuration
Get all the registered external object models.
getExternalObjectType(int) - Method in class net.sf.saxon.Configuration
Get the external object type corresponding to a fingerprint if it is indeed an external object type, otherwise return null
getExternalObjectType(Configuration, String, String) - Method in class net.sf.saxon.java.JavaPlatform
 
getExternalObjectType(Configuration, String, String) - Method in interface net.sf.saxon.Platform
Get a SchemaType representing a wrapped external (Java or .NET) object
getExternalObjectType(Class) - Method in class net.sf.saxon.s9api.ItemTypeFactory
Get an ItemType representing the type of a Java object when used as an external object for use in conjunction with calls on extension/external functions.
getExternalSchema() - Method in class com.saxonica.schema.sdoc.XSDRedefine
Get the referenced schema before redefinition of redefined components
getExternalSchemaDocumentURI() - Method in class com.saxonica.schema.sdoc.XSDRedefine
Get the document URI of the referenced schema document
getExternalVariable(QName) - Method in class net.sf.saxon.s9api.XQueryEvaluator
Get the value that has been set for an external variable
getExternalVariable(StructuredQName) - Method in class net.sf.saxon.sxpath.IndependentContext
Get the declared variable with a given name, if there is one
getExternalVariableNames() - Method in class net.sf.saxon.query.XQueryExpression
Get a list containing the names of the external variables in the query.
getFacet() - Method in class com.saxonica.schema.sdoc.XSDFacet
Get the Facet "component" created from this facet definition
getFacet(Class) - Method in class com.saxonica.schema.UserSimpleType
Returns the first facet associated with the given name, defined either on this type or on a type from which it is derived
getFacetAsFunctionItem() - Method in class com.saxonica.schema.AssertionFacet
 
getFacetAsFunctionItem() - Method in class com.saxonica.schema.DigitsFacet
 
getFacetAsFunctionItem() - Method in class com.saxonica.schema.EnumerationFacet
 
getFacetAsFunctionItem() - Method in class com.saxonica.schema.EnumerationFacetSet
 
getFacetAsFunctionItem() - Method in class com.saxonica.schema.ExplicitTimezoneFacet
 
getFacetAsFunctionItem() - Method in class com.saxonica.schema.Facet
Get a function item that represents this Facet schema component.
getFacetAsFunctionItem() - Method in class com.saxonica.schema.LengthFacet
 
getFacetAsFunctionItem() - Method in class com.saxonica.schema.LengthRangeFacet
 
getFacetAsFunctionItem() - Method in class com.saxonica.schema.PatternFacet
 
getFacetAsFunctionItem() - Method in class com.saxonica.schema.PreprocessFacet
 
getFacetAsFunctionItem() - Method in class com.saxonica.schema.ValueRangeFacet
 
getFacetAsFunctionItem() - Method in class com.saxonica.schema.WhitespaceFacet
 
getFatalErrorCount() - Method in class net.sf.saxon.lib.StandardErrorHandler
Return the number of fatal errors reported
getFeature(String) - Method in class com.saxonica.config.ProfessionalConfiguration
This method is called to read a feature of the license.
getFeature(String, Configuration) - Method in class com.saxonica.config.Verifier
This method is called to get the feature of the license.
getFeature(String) - Method in class com.saxonica.jaxp.ValidatingReader
Look up the value of a feature flag.
getFeature(String, String) - Method in class net.sf.saxon.dom.NodeOverNodeInfo
Get a feature of this node.
getFeature(String) - Method in class net.sf.saxon.Filter
Look up the value of a feature.
getFeature(StructuredQName) - Static method in class net.sf.saxon.query.LanguageFeature
Get the feature with a given name
getFeature(String) - Method in class net.sf.saxon.TransformerFactoryImpl
Look up the value of a feature.
getFeature(String) - Method in class net.sf.saxon.xpath.XPathFactoryImpl
Get a feature of this XPath implementation.
getFeaturesProhibited() - Method in class net.sf.saxon.query.QueryModule
 
getFeaturesRequired() - Method in class net.sf.saxon.query.QueryModule
 
getFeaturesUsed() - Method in class net.sf.saxon.query.QueryModule
 
getFeedMaker(Expression, int) - Method in class com.saxonica.stream.adjunct.AdjacentTextNodeMergerAdjunct
 
getFeedMaker(Expression, int) - Method in class com.saxonica.stream.adjunct.ApplyTemplatesAdjunct
 
getFeedMaker(Expression, int) - Method in class com.saxonica.stream.adjunct.AtomicSequenceConverterAdjunct
 
getFeedMaker(Expression, int) - Method in class com.saxonica.stream.adjunct.AtomizerAdjunct
 
getFeedMaker(Expression, int) - Method in class com.saxonica.stream.adjunct.AverageAdjunct
 
getFeedMaker(Expression, int) - Method in class com.saxonica.stream.adjunct.BlockAdjunct
 
getFeedMaker(Expression, int) - Method in class com.saxonica.stream.adjunct.CardinalityCheckerAdjunct
 
getFeedMaker(Expression, int) - Method in class com.saxonica.stream.adjunct.ChooseAdjunct
Get a FeedMaker, a factory class that creates a Feed to evaluate this expression in streaming mode.
getFeedMaker(Expression, int) - Method in class com.saxonica.stream.adjunct.CopyAdjunct
 
getFeedMaker(Expression, int) - Method in class com.saxonica.stream.adjunct.CopyOfAdjunct
Get a FeedMaker, a factory class that creates a Watch to evaluate this expression in streaming mode.
getFeedMaker(Expression, int) - Method in class com.saxonica.stream.adjunct.CountAdjunct
 
getFeedMaker(Expression, int) - Method in class com.saxonica.stream.adjunct.DistinctValuesAdjunct
 
getFeedMaker(Expression, int) - Method in class com.saxonica.stream.adjunct.DocumentInstrAdjunct
 
getFeedMaker(Expression, int) - Method in class com.saxonica.stream.adjunct.ElementInstrAdjunct
 
getFeedMaker(Expression, int) - Method in class com.saxonica.stream.adjunct.EmptyTextNodeRemoverAdjunct
 
getFeedMaker(Expression, int) - Method in class com.saxonica.stream.adjunct.FilterExpressionAdjunct
 
getFeedMaker(Expression, int) - Method in class com.saxonica.stream.adjunct.FirstItemExpressionAdjunct
 
getFeedMaker(Expression, int) - Method in class com.saxonica.stream.adjunct.ForEachAdjunct
 
getFeedMaker(Expression, int) - Method in class com.saxonica.stream.adjunct.GeneralComparisonAdjunct
 
getFeedMaker(Expression, int) - Method in class com.saxonica.stream.adjunct.ItemCheckerAdjunct
 
getFeedMaker(Expression, int) - Method in class com.saxonica.stream.adjunct.IterateAdjunct
Get a FeedMaker, a factory class that creates a Feed to evaluate this expression in streaming mode.
getFeedMaker(Expression, int) - Method in class com.saxonica.stream.adjunct.MinimaxAdjunct
 
getFeedMaker(Expression, int) - Method in class com.saxonica.stream.adjunct.NextIterationAdjunct
 
getFeedMaker(Expression, int) - Method in class com.saxonica.stream.adjunct.ResultDocumentAdjunct
 
getFeedMaker(Expression, int) - Method in class com.saxonica.stream.adjunct.SimpleNodeConstructorAdjunct
 
getFeedMaker(Expression, int) - Method in class com.saxonica.stream.adjunct.StreamingAdjunct
Get a FeedMaker, a factory class that creates a Feed to evaluate this expression in streaming mode.
getFeedMaker(Expression, int) - Method in class com.saxonica.stream.adjunct.StringJoinAdjunct
 
getFeedMaker(Expression, int) - Method in class com.saxonica.stream.adjunct.SumAdjunct
 
getFeedMaker(Expression, int) - Method in class com.saxonica.stream.adjunct.WithParamAdjunct
 
getField(Field, Object) - Method in class com.saxonica.expr.JavaExtensionFunctionCall
Access a field.
getField(DatatypeConstants.Field) - Method in class net.sf.saxon.xqj.SaxonDuration
Gets the value of a field.
getFields() - Method in class com.saxonica.schema.IdentityConstraint
Returns the List of Fields contained within this IdentityConstraint.
getFilenameFilter() - Method in class net.sf.saxon.functions.URIQueryParameters
Get the file name filter (select=pattern), or null if unspecified
getFilter() - Method in class com.saxonica.expr.IndexedFilterExpression
Get the filter expression
getFilter() - Method in class net.sf.saxon.expr.FilterExpression
Get the filter expression
getFilters() - Method in class net.sf.saxon.lib.AugmentedSource
Get the list of filters to be applied to the input.
getFilters() - Method in class net.sf.saxon.lib.ParseOptions
Get the list of filters to be applied to the input.
getFinalComparator() - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
Get the comparator which is used to compare two values according to this sort key.
getFinalDefault() - Method in class com.saxonica.schema.sdoc.XSDSchema
Returns the default value of "final" for this Schema.
getFinalProhibitions() - Method in class com.saxonica.schema.UserDefinedType
Get the types of derivation that are not permitted, by virtue of the "final" property.
getFinalProhibitions() - Method in class net.sf.saxon.type.AnySimpleType
Get the types of derivation that are not permitted, by virtue of the "final" property.
getFinalProhibitions() - Method in class net.sf.saxon.type.AnyType
Get the types of derivation that are not permitted, by virtue of the "final" property.
getFinalProhibitions() - Method in class net.sf.saxon.type.BuiltInAtomicType
Get the types of derivation that are not permitted, by virtue of the "final" property.
getFinalProhibitions() - Method in class net.sf.saxon.type.BuiltInListType
Get the types of derivation that are not permitted, by virtue of the "final" property.
getFinalProhibitions() - Method in class net.sf.saxon.type.ErrorType
Get the types of derivation that are not permitted, by virtue of the "final" property.
getFinalProhibitions() - Method in interface net.sf.saxon.type.SchemaType
Get the types of derivation that are not permitted, by virtue of the "final" property.
getFinalProhibitions() - Method in class net.sf.saxon.type.Untyped
Get the types of derivation that are not permitted, by virtue of the "final" property.
getFingerprint() - Method in class com.saxonica.pull.PullFromIterator
Get the fingerprint of the name of the element.
getFingerprint() - Method in class com.saxonica.pull.TinyTreeWalker
Get the fingerprint of the name of the element.
getFingerprint() - Method in class com.saxonica.pull.TreeWalker
Get the fingerprint of the name of the element.
getFingerprint() - Method in class com.saxonica.pull.UnconstructedDocument
Get fingerprint.
getFingerprint() - Method in class com.saxonica.pull.UnconstructedParent
Get fingerprint.
getFingerprint() - Method in class com.saxonica.pull.VirtualTreeWalker
Get the fingerprint of the name of the element.
getFingerprint() - Method in class com.saxonica.schema.AttributeDecl
Gets the fingerprint of this attribute name
getFingerprint() - Method in class com.saxonica.schema.AttributeGroupDecl
Get the fingerprint of the name of the attribute group
getFingerprint() - Method in class com.saxonica.schema.AttributeGroupReference
Get the fingerprint of the target of this reference
getFingerprint() - Method in interface com.saxonica.schema.ComponentReference
Get the fingerprint of the target of this reference
getFingerprint() - Method in class com.saxonica.schema.ElementDecl
Get the fingerprint of the name of this element declaration in the namePool
getFingerprint() - Method in class com.saxonica.schema.IdentityConstraint
Get the fingerprint of the name of this identity constraint
getFingerprint() - Method in class com.saxonica.schema.IdentityConstraintReference
 
getFingerprint() - Method in class com.saxonica.schema.ModelGroupDefinition
 
getFingerprint() - Method in class com.saxonica.schema.Notation
Get the notation name
getFingerprint(String, int) - Method in class com.saxonica.schema.sdoc.SchemaElement
This method is called to check that a QName is valid and allocate a fingerprint for the name in the namePool.
getFingerprint() - Method in class com.saxonica.schema.SimpleComponentReference
 
getFingerprint() - Method in class com.saxonica.schema.TypeReference
 
getFingerprint() - Method in class com.saxonica.schema.UserDefinedType
Get the fingerprint of the name of this type
getFingerprint() - Method in class com.saxonica.stream.om.FleetingNode
Get fingerprint.
getFingerprint() - Method in class net.sf.saxon.om.CodedName
Get the fingerprint of this name if known.
getFingerprint() - Method in class net.sf.saxon.om.FingerprintedQName
Get the fingerprint of this name if known.
getFingerprint() - Method in class net.sf.saxon.om.NameOfNode
Get the fingerprint of this name if known.
getFingerprint(String, String) - Method in class net.sf.saxon.om.NamePool
Get a fingerprint for the name with a given uri and local name.
getFingerprint() - Method in interface net.sf.saxon.om.NodeInfo
Get fingerprint.
getFingerprint() - Method in interface net.sf.saxon.om.NodeName
Get the fingerprint of this name if known.
getFingerprint() - Method in class net.sf.saxon.om.NoNamespaceName
Get the fingerprint of this name if known.
getFingerprint(String, String) - Static method in class net.sf.saxon.om.StandardNames
Get the fingerprint of a system-defined name, from its URI and local name
getFingerprint() - Method in class net.sf.saxon.om.StructuredQName
Get the fingerprint of this name if known.
getFingerprint() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Get fingerprint.
getFingerprint() - Method in class net.sf.saxon.option.axiom.AxiomDocumentWrapper
Get fingerprint.
getFingerprint() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Get fingerprint.
getFingerprint() - Method in class net.sf.saxon.pattern.AncestorQualifiedPattern
Determine the fingerprint of nodes to which this pattern applies.
getFingerprint() - Method in class net.sf.saxon.pattern.BooleanExpressionPattern
Determine the name fingerprint of nodes to which this pattern applies.
getFingerprint() - Method in class net.sf.saxon.pattern.CombinedNodeTest
Get the name of the nodes matched by this nodetest, if it matches a specific name.
getFingerprint() - Method in class net.sf.saxon.pattern.GeneralNodePattern
Determine the fingerprint of nodes to which this pattern applies.
getFingerprint() - Method in class net.sf.saxon.pattern.GeneralPositionalPattern
Determine the fingerprint of nodes to which this pattern applies.
getFingerprint() - Method in class net.sf.saxon.pattern.ItemTypePattern
Determine the name fingerprint of nodes to which this pattern applies.
getFingerprint() - Method in class net.sf.saxon.pattern.NameTest
Get the fingerprint required
getFingerprint() - Method in class net.sf.saxon.pattern.NodeTest
Get the name of the nodes matched by this nodetest, if it matches a specific name.
getFingerprint() - Method in class net.sf.saxon.pattern.Pattern
Determine the name fingerprint of nodes to which this pattern applies.
getFingerprint() - Method in class net.sf.saxon.pattern.PatternThatSetsCurrent
Determine the name fingerprint of nodes to which this pattern applies.
getFingerprint() - Method in class net.sf.saxon.pattern.PatternWithPredicate
Determine the name fingerprint of nodes to which this pattern applies.
getFingerprint() - Method in class net.sf.saxon.pattern.SimplePositionalPattern
Determine the fingerprint of nodes to which this pattern applies.
getFingerprint() - Method in class net.sf.saxon.pull.PullFilter
Get the fingerprint of the name of the element.
getFingerprint() - Method in interface net.sf.saxon.pull.PullProvider
Get the fingerprint of the name of the element.
getFingerprint() - Method in class net.sf.saxon.pull.StaxBridge
Get the fingerprint of the name of the element.
getFingerprint(String, boolean) - Method in class net.sf.saxon.style.ExpressionContext
Get a fingerprint for a name, using this as the context for namespace resolution
getFingerprint() - Method in class net.sf.saxon.tree.linked.NodeImpl
Get the fingerprint of the node.
getFingerprint() - Method in class net.sf.saxon.tree.NamespaceNode
Get fingerprint.
getFingerprint() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Get the fingerprint of the node, used for matching names
getFingerprint() - Method in class net.sf.saxon.tree.util.Orphan
Get fingerprint.
getFingerprint() - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
Get fingerprint.
getFingerprint() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Get fingerprint.
getFingerprint() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Get fingerprint.
getFingerprint() - Method in class net.sf.saxon.type.AnySimpleType
Get the fingerprint of the name of this type
getFingerprint() - Method in class net.sf.saxon.type.AnyType
Get the fingerprint of the name of this type
getFingerprint() - Method in class net.sf.saxon.type.BuiltInAtomicType
Get the fingerprint of the name of this type
getFingerprint() - Method in class net.sf.saxon.type.BuiltInListType
Get the fingerprint of the name of this type
getFingerprint() - Method in class net.sf.saxon.type.ErrorType
Get the fingerprint of the name of this type
getFingerprint() - Method in interface net.sf.saxon.type.SchemaDeclaration
Get the name of the schema component
getFingerprint() - Method in interface net.sf.saxon.type.SchemaType
Get the fingerprint of the name of this type
getFingerprint() - Method in class net.sf.saxon.type.Untyped
Get the fingerprint of the name of this type
getFingerprint() - Method in class net.sf.saxon.value.TextFragmentValue
Get the fingerprint of the node, used for matching names
getFiniteStateMachine() - Method in class com.saxonica.schema.UserComplexType
Get the finite state machine used for validation against this type
getFirst() - Method in class net.sf.saxon.z.IntArraySet
Get the first value in the set.
getFirstChild() - Method in class net.sf.saxon.dom.AttrOverNodeInfo
Get first child
getFirstChild() - Method in class net.sf.saxon.dom.DOMNodeWrapper
 
getFirstChild() - Method in class net.sf.saxon.dom.NodeOverNodeInfo
Get first child
getFirstChild() - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
 
getFirstChild() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
 
getFirstChild() - Method in class net.sf.saxon.tree.linked.NodeImpl
Get first child - default implementation used for leaf nodes
getFirstChild() - Method in interface net.sf.saxon.tree.util.SteppingNode
Get the first child of this node
getFirstDestination() - Method in class net.sf.saxon.event.TeeOutputter
Get the first destination
getFirstItem() - Method in class net.sf.saxon.event.SequenceOutputter
Get the first item in the sequence that has been built
getFirstName() - Method in class com.saxonica.xslt3.instruct.Accumulator
Get the name of the pre-descent function
getFirstStep() - Method in class net.sf.saxon.expr.SlashExpression
Get the first step in this expression.
getFixedValue() - Method in class com.saxonica.schema.AttributeDecl
Returns the fixed value of this attribute declaration.
getFixedValue() - Method in class com.saxonica.schema.AttributeUse
Returns the fixed value of this attribute use.
getFixedValue() - Method in class com.saxonica.schema.ElementDecl
Returns the 'fixed' value defined for this element declaration.
getFixedValueComparable() - Method in class com.saxonica.schema.ElementDecl
Return the Comparable that can be used to compare the "fixed" value against other values using XML Schema comparison semantics.
getFixedValueLexicalRepresentation() - Method in class com.saxonica.schema.ElementDecl
Return the canonical lexical representation of the "fixed" value defined for this element declaration
getFixupStatus() - Method in class com.saxonica.schema.SchemaStructure
Get the current fixup status
getFlagBits() - Method in class net.sf.saxon.regex.JavaRegularExpression
Get the flag bits as used by the Java regular expression engine
getFlags() - Method in class com.saxonica.bytecode.util.CompilerService
Get the flag options used by the ClassWriter
getFlags() - Method in class com.saxonica.schema.PatternFacet
Get the flags for the regular expression
getFlagsExpression() - Method in class net.sf.saxon.expr.instruct.AnalyzeString
 
getFloat() - Method in interface javax.xml.xquery.XQItemAccessor
Gets the current item as a float.
getFloat() - Method in class net.sf.saxon.xqj.SaxonXQForwardSequence
 
getFloat() - Method in class net.sf.saxon.xqj.SaxonXQItem
 
getFloat() - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
getFloatValue() - Method in class net.sf.saxon.value.BigIntegerValue
Get the numeric value converted to a float
getFloatValue() - Method in class net.sf.saxon.value.DecimalValue
Get the numeric value converted to a float
getFloatValue() - Method in class net.sf.saxon.value.DoubleValue
Get the numeric value converted to a float
getFloatValue() - Method in class net.sf.saxon.value.FloatValue
Get the value
getFloatValue() - Method in class net.sf.saxon.value.Int64Value
Get the numeric value converted to a float
getFloatValue() - Method in class net.sf.saxon.value.NumericValue
Get the numeric value converted to a float
getFocusDependencies() - Method in class net.sf.saxon.expr.instruct.AttributeSet
Determine whether the attribute set has any dependencies on the focus
getFollowingNode(SteppingNode, SteppingNode) - Static method in class net.sf.saxon.tree.util.SteppingNavigator
Get the next following node after a given node
getForEach() - Method in class com.saxonica.xslt3.style.XSLMergeSource
Get the for-each expression, if it exists
getFormatExpression() - Method in class net.sf.saxon.expr.instruct.ResultDocument
 
getFormatQName() - Method in class net.sf.saxon.style.XSLOutput
Get the name of the xsl:output declaration
getFractionalSecond() - Method in class net.sf.saxon.xqj.SaxonXMLGregorianCalendar
Return fractional seconds.
getFunction() - Method in class net.sf.saxon.expr.UserFunctionCall
Get the function that is being called by this function call
getFunction() - Method in class net.sf.saxon.functions.IntegratedFunctionCall
Get the ExtensionFunctionCall object supplied by the application
getFunction(String, int) - Static method in class net.sf.saxon.functions.StandardFunction
Get the table entry for the function with a given name
getFunction() - Method in class net.sf.saxon.query.XQueryFunctionLibrary.UnresolvedCallable
 
getFunction(StructuredQName, int) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
Get the function with a given name and arity
getFunctionDeclaration(StructuredQName, int) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
 
getFunctionDefinitions() - Method in class net.sf.saxon.query.XQueryFunctionLibrary
Get an iterator over the Functions defined in this module
getFunctionItem(StructuredQName, int, StaticContext) - Method in class com.saxonica.config.JavaExtensionLibrary
Test whether a function with a given name and arity is available; if so, return a function item that can be dynamically called.
getFunctionItem(StructuredQName, int, StaticContext) - Method in class com.saxonica.xslt3.instruct.AccumulatorManagerPE
Test whether a function with a given name and arity is available; if so, return a function item that can be dynamically called.
getFunctionItem(StructuredQName, int, StaticContext) - Method in class net.sf.saxon.functions.ConstructorFunctionLibrary
Test whether a function with a given name and arity is available; if so, return a function item that can be dynamically called.
getFunctionItem(StructuredQName, int, StaticContext) - Method in class net.sf.saxon.functions.ExecutableFunctionLibrary
Test whether a function with a given name and arity is available; if so, return a function item that can be dynamically called.
getFunctionItem(StructuredQName, int, StaticContext) - Method in interface net.sf.saxon.functions.FunctionLibrary
Test whether a function with a given name and arity is available; if so, return a function item that can be dynamically called.
getFunctionItem(StructuredQName, int, StaticContext) - Method in class net.sf.saxon.functions.FunctionLibraryList
Test whether a function with a given name and arity is available; if so, return a function item that can be dynamically called.
getFunctionItem(StructuredQName, int, StaticContext) - Method in class net.sf.saxon.functions.IntegratedFunctionLibrary
Test whether a function with a given name and arity is available; if so, return a function item that can be dynamically called.
getFunctionItem(StructuredQName, int, StaticContext) - Method in class net.sf.saxon.functions.SystemFunctionLibrary
Test whether a function with a given name and arity is available; if so, return a function item that can be dynamically called.
getFunctionItem(StructuredQName, int, StaticContext) - Method in class net.sf.saxon.query.ImportedFunctionLibrary
Test whether a function with a given name and arity is available; if so, return a function item that can be dynamically called.
getFunctionItem(StructuredQName, int, StaticContext) - Method in class net.sf.saxon.query.UnboundFunctionLibrary
Test whether a function with a given name and arity is available; if so, return a function item that can be dynamically called.
getFunctionItem(StructuredQName, int, StaticContext) - Method in class net.sf.saxon.query.XQueryFunctionLibrary
Test whether a function with a given name and arity is available; if so, return a function item that can be dynamically called.
getFunctionItem(StructuredQName, int, StaticContext) - Method in class net.sf.saxon.style.StylesheetFunctionLibrary
Test whether a function with a given name and arity is available; if so, return a function item that can be dynamically called.
getFunctionItem(StructuredQName, int, StaticContext) - Method in class net.sf.saxon.xpath.XPathFunctionLibrary
Test whether a function with a given name and arity is available; if so, return a function item that can be dynamically called.
getFunctionItemType(TypeHierarchy) - Method in class com.saxonica.functions.hof.AtomicConstructorFunctionItem
Get the item type of the function item
getFunctionItemType(TypeHierarchy) - Method in class com.saxonica.functions.hof.CallableFunctionItem
Get the item type of the function item
getFunctionItemType(TypeHierarchy) - Method in class com.saxonica.functions.hof.CoercedFunction
Get the item type of the function item
getFunctionItemType(TypeHierarchy) - Method in class com.saxonica.functions.hof.CurriedFunction
Get the item type of the function item
getFunctionItemType(TypeHierarchy) - Method in class com.saxonica.functions.hof.UserFunctionItem
Determine the item type of the items in the value
getFunctionItemType(TypeHierarchy) - Method in class com.saxonica.functions.map.ImmutableMap
Get the item type of this item as a function item
getFunctionItemType(TypeHierarchy) - Method in class com.saxonica.functions.map.RangeKey
Get the item type of the function item
getFunctionItemType(TypeHierarchy) - Method in class com.saxonica.functions.map.SingletonMap
Get the item type of the function item
getFunctionItemType(TypeHierarchy) - Method in class net.sf.saxon.functions.Concat
Get the item type of the function item
getFunctionItemType(TypeHierarchy) - Method in class net.sf.saxon.functions.SystemFunctionCall
Get the item type of the function item
getFunctionItemType(TypeHierarchy) - Method in interface net.sf.saxon.om.FunctionItem
Get the item type of the function item
getFunctionLibrary() - Method in class net.sf.saxon.expr.instruct.Executable
Get the library containing all the in-scope functions in the static context
getFunctionLibrary() - Method in interface net.sf.saxon.expr.StaticContext
Get the function library containing all the in-scope functions available in this static context
getFunctionLibrary() - Method in class net.sf.saxon.functions.StaticContextForSystemFunctions
Get the function library containing all the in-scope functions available in this static context.
getFunctionLibrary() - Method in class net.sf.saxon.query.QueryModule
Get the function library containing all the in-scope functions available in this static context (that is, the functions available in this query module).
getFunctionLibrary() - Method in class net.sf.saxon.style.ExpressionContext
Get the function library containing all the in-scope functions available in this static context
getFunctionLibrary() - Method in class net.sf.saxon.style.PrincipalStylesheetModule
Get the function library.
getFunctionLibrary() - Method in class net.sf.saxon.style.UseWhenStaticContext
Get the function library containing all the in-scope functions available in this static context
getFunctionLibrary() - Method in class net.sf.saxon.sxpath.AbstractStaticContext
Get the function library containing all the in-scope functions available in this static context.
getFunctionName() - Method in class com.saxonica.functions.hof.AtomicConstructorFunctionItem
Get the name of the function, or null if it is anonymous
getFunctionName() - Method in class com.saxonica.functions.hof.CallableFunctionItem
Get the name of the function, or null if it is anonymous
getFunctionName() - Method in class com.saxonica.functions.hof.CoercedFunction
Get the name of the function, or null if it is anonymous
getFunctionName() - Method in class com.saxonica.functions.hof.CurriedFunction
Get the name of the function, or null if it is anonymous
getFunctionName() - Method in class com.saxonica.functions.hof.UserFunctionItem
Get the name of the function
getFunctionName() - Method in class com.saxonica.functions.map.ImmutableMap
Get the name of the function, or null if it is anonymous
getFunctionName() - Method in class com.saxonica.functions.map.RangeKey
Get the name of the function, or null if it is anonymous
getFunctionName() - Method in class com.saxonica.functions.map.SingletonMap
Get the name of the function, or null if it is anonymous
getFunctionName() - Method in class com.saxonica.functions.xslt3.AccumulatorFunctionCallPE
 
getFunctionName() - Method in class net.sf.saxon.expr.FunctionCall
Get the qualified of the function being called
getFunctionName() - Method in class net.sf.saxon.expr.instruct.UserFunction
Get the function name
getFunctionName() - Method in class net.sf.saxon.expr.UserFunctionCall
Get the qualified of the function being called
getFunctionName() - Method in interface net.sf.saxon.om.FunctionItem
Get the name of the function, or null if it is anonymous
getFunctionName() - Method in class net.sf.saxon.query.XQueryFunction
Get the name of the function as a structured QName
getFunctionName() - Method in class net.sf.saxon.query.XQueryFunctionLibrary.UnresolvedCallable
 
getFunctionName() - Method in class net.sf.saxon.trace.ContextStackFrame.FunctionCall
Get the name of the function being called
getFunctionQName() - Method in class com.saxonica.functions.extfn.AnalyzeStringFunction
Get the function name, as a QName
getFunctionQName() - Method in class com.saxonica.functions.extfn.CompileQuery
Get the function name, as a QName
getFunctionQName() - Method in class com.saxonica.functions.extfn.CompileStylesheet
Get the function name, as a QName
getFunctionQName() - Method in class com.saxonica.functions.extfn.DeepEqual
Get the function name, as a QName
getFunctionQName() - Method in class com.saxonica.functions.extfn.Deref
Get the function name, as a QName
getFunctionQName() - Method in class com.saxonica.functions.extfn.DynamicErrorInfo
Get the function name, as a QName
getFunctionQName() - Method in class com.saxonica.functions.extfn.Eval
Get the function name, as a QName
getFunctionQName() - Method in class com.saxonica.functions.extfn.Evaluate
Get the function name, as a QName
getFunctionQName() - Method in class com.saxonica.functions.extfn.EvaluateNode
Get the function name, as a QName
getFunctionQName() - Method in class com.saxonica.functions.extfn.ExpressionFn
Get the function name, as a QName
getFunctionQName() - Method in class com.saxonica.functions.extfn.Find
Get the function name, as a QName
getFunctionQName() - Method in class com.saxonica.functions.extfn.Highest
Get the function name, as a QName
getFunctionQName() - Method in class com.saxonica.functions.extfn.Index
Get the function name, as a QName
getFunctionQName() - Method in class com.saxonica.functions.extfn.KeyMap
Get the name of the function, as a QName.
getFunctionQName() - Method in class com.saxonica.functions.extfn.LastModified
Get the name of the function, as a QName.
getFunctionQName() - Method in class com.saxonica.functions.extfn.Leading
Get the function name, as a QName
getFunctionQName() - Method in class com.saxonica.functions.extfn.Lowest
Get the function name, as a QName
getFunctionQName() - Method in class com.saxonica.functions.extfn.Parse
Get the function name, as a QName
getFunctionQName() - Method in class com.saxonica.functions.extfn.ParseHtml
Get the function name, as a QName
getFunctionQName() - Method in class com.saxonica.functions.extfn.QueryFn
Get the function name, as a QName
getFunctionQName() - Method in class com.saxonica.functions.extfn.Ref
Get the function name, as a QName
getFunctionQName() - Method in class com.saxonica.functions.extfn.SchemaFn
Get the function name, as a QName
getFunctionQName() - Method in class com.saxonica.functions.extfn.SendMail
Get the function name, as a QName
getFunctionQName() - Method in class com.saxonica.functions.extfn.Serialize
Get the function name, as a QName
getFunctionQName() - Method in class com.saxonica.functions.extfn.Sort
Get the function name, as a QName
getFunctionQName() - Method in class com.saxonica.functions.extfn.SubsequenceTestFn.SubsequenceAfterFn
 
getFunctionQName() - Method in class com.saxonica.functions.extfn.SubsequenceTestFn.SubsequenceBeforeFn
 
getFunctionQName() - Method in class com.saxonica.functions.extfn.SubsequenceTestFn.SubsequenceFromFn
 
getFunctionQName() - Method in class com.saxonica.functions.extfn.SubsequenceTestFn.SubsequenceUntilFn
 
getFunctionQName() - Method in class com.saxonica.functions.extfn.TransformFn
Get the function name, as a QName
getFunctionQName() - Method in class com.saxonica.functions.extfn.ValidateFn
Get the function name, as a QName
getFunctionQName() - Method in class com.saxonica.functions.hof.DynamicFunctionCallDefinition
Get the function name, as a QName
getFunctionQName() - Method in class com.saxonica.functions.map.MapCollation
Get the name of the function, as a QName.
getFunctionQName() - Method in class com.saxonica.functions.map.MapContains
Get the name of the function, as a QName.
getFunctionQName() - Method in class com.saxonica.functions.map.MapEntry
Get the name of the function, as a QName.
getFunctionQName() - Method in class com.saxonica.functions.map.MapGet
Get the name of the function, as a QName.
getFunctionQName() - Method in class com.saxonica.functions.map.MapKeys
Get the name of the function, as a QName.
getFunctionQName() - Method in class com.saxonica.functions.map.MapNew
Get the name of the function, as a QName.
getFunctionQName() - Method in class com.saxonica.functions.map.MapRemove
Get the name of the function, as a QName.
getFunctionQName() - Method in class com.saxonica.functions.map.MapSize
Get the name of the function, as a QName.
getFunctionQName() - Method in class com.saxonica.functions.xpath3.Atan2Fn
Get the name of the function, as a QName.
getFunctionQName() - Method in class com.saxonica.functions.xpath3.Pi
 
getFunctionQName() - Method in class com.saxonica.functions.xpath3.PowFn
Get the name of the function, as a QName.
getFunctionQName() - Method in class com.saxonica.functions.xpath3.TrigonometricFn.AcosFn
 
getFunctionQName() - Method in class com.saxonica.functions.xpath3.TrigonometricFn.AsinFn
 
getFunctionQName() - Method in class com.saxonica.functions.xpath3.TrigonometricFn.AtanFn
 
getFunctionQName() - Method in class com.saxonica.functions.xpath3.TrigonometricFn.CosFn
 
getFunctionQName() - Method in class com.saxonica.functions.xpath3.TrigonometricFn.Exp10Fn
 
getFunctionQName() - Method in class com.saxonica.functions.xpath3.TrigonometricFn.ExpFn
 
getFunctionQName() - Method in class com.saxonica.functions.xpath3.TrigonometricFn.Log10Fn
 
getFunctionQName() - Method in class com.saxonica.functions.xpath3.TrigonometricFn.LogFn
 
getFunctionQName() - Method in class com.saxonica.functions.xpath3.TrigonometricFn.SinFn
 
getFunctionQName() - Method in class com.saxonica.functions.xpath3.TrigonometricFn.SqrtFn
 
getFunctionQName() - Method in class com.saxonica.functions.xpath3.TrigonometricFn.TanFn
 
getFunctionQName() - Method in class javax.xml.xquery.XQStackTraceElement
Gets the QName of the function in which the error occurred, or null if it occurred outside an enclosing function (in a main module).
getFunctionQName() - Method in class net.sf.saxon.functions.IsWholeNumber
Get the function name, as a QName
getFunctionQName() - Method in class net.sf.saxon.lib.ExtensionFunctionDefinition
Get the name of the function, as a QName.
getFunctionType() - Method in class net.sf.saxon.expr.instruct.UserFunction
Get the type of the function
getGenericFunctionItemType() - Method in class net.sf.saxon.type.TypeHierarchy
 
getGlobalDocumentPool() - Method in class net.sf.saxon.Configuration
Get the global document pool.
getGlobalFunctionLibrary() - Method in class net.sf.saxon.query.QueryModule
Get the function library object that holds details of global functions
getGlobalParam(StructuredQName) - Method in class com.saxonica.schema.PreparedSchema
Get the GlobalParam object representing a named parameter (Saxon extension)
getGlobalParam(StructuredQName) - Method in class com.saxonica.schema.sdoc.XSDSchema
Get the GlobalParam object representing a named parameter (Saxon extension)
getGlobalParameters() - Method in class net.sf.saxon.s9api.XsltExecutable
Get the names of the xsl:param elements defined in this stylesheet, with details of each parameter including its required type, and whether it is required or optional
getGlobalParams() - Method in class com.saxonica.schema.PreparedSchema
Return the set of global parameters defined in this schema document
getGlobalParams() - Method in class com.saxonica.schema.sdoc.XSDSchema
Return the set of global parameters defined in this schema document
getGlobalStackFrameMap() - Method in class net.sf.saxon.query.QueryModule
Get the stack frame map for global variables.
getGlobalVariable(int) - Method in class net.sf.saxon.expr.instruct.Bindery
Get the value of a global variable whose slot number is known
getGlobalVariable(StructuredQName) - Method in class net.sf.saxon.expr.instruct.Executable
Get the global variable with a given name
getGlobalVariable(StructuredQName) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
Get the global variable or parameter with a given name (taking precedence rules into account)
getGlobalVariableMap() - Method in class net.sf.saxon.expr.instruct.Bindery
Get the Global Variable Map, containing the mapping of variable names (fingerprints) to slot numbers.
getGlobalVariableMap() - Method in class net.sf.saxon.expr.instruct.Executable
Get the global variable map
getGlobalVariables() - Method in class net.sf.saxon.expr.instruct.Bindery
Get all the global variables, as an array.
getGlobalVariables() - Method in class net.sf.saxon.query.QueryModule
Get all global variables declared in or imported into this module
getGlobalVariableValue(GlobalVariable) - Method in class net.sf.saxon.expr.instruct.Bindery
Get the value of a global variable
getGroup() - Method in class com.saxonica.schema.ModelGroupParticle
 
getGroup(int) - Method in class com.saxonica.schema.PreparedSchema
Get the model group with a given name if there is one.
getGroup(int, XPathContext) - Static method in class net.sf.saxon.functions.RegexGroup
 
getGroupBinding() - Method in class net.sf.saxon.expr.instruct.ForEachGroup
 
getGroupBindingName() - Method in class net.sf.saxon.style.XSLForEachGroup
 
getGroupDeclaration() - Method in class com.saxonica.schema.sdoc.XSDGroup
Returns the Group declaration under construction.
getGroupingKey() - Method in class com.saxonica.xslt3.instruct.MergeInstr
Get the grouping key expression expression (the group-by or group-adjacent expression, or a PatternSponsor containing the group-starting-with or group-ending-with expression)
getGroupingKey() - Method in class net.sf.saxon.expr.instruct.ForEachGroup
Get the grouping key expression expression (the group-by or group-adjacent expression, or a PatternSponsor containing the group-starting-with or group-ending-with expression)
getGroupingSeparator() - Method in class net.sf.saxon.trans.DecimalSymbols
Get the grouping separator value
getGroupingTupleExpression() - Method in class com.saxonica.expr.flwor.GroupByClause
Get the tuple expression that evaluates all the grouping variables, returning the values these variables take in the input stream
getGroupReference() - Method in class com.saxonica.schema.sdoc.XSDGroup
Returns the Group reference under construction.
getGroupSourceBinding() - Method in class net.sf.saxon.style.XSLForEachGroup
 
getHeadFingerprint() - Method in class com.saxonica.validate.SchemaElementTest
Get the fingerprint of the head of the substitution group
getHoldability() - Method in interface javax.xml.xquery.XQStaticContext
Gets the value of the holdability property.
getHoldability() - Method in class net.sf.saxon.xqj.SaxonXQStaticContext
 
getHostLanguage() - Method in class com.saxonica.bytecode.CompiledExpression
 
getHostLanguage() - Method in class net.sf.saxon.Configuration
Get the host language used in this configuration.
getHostLanguage() - Method in class net.sf.saxon.event.PipelineConfiguration
Get the host language in use
getHostLanguage() - Method in interface net.sf.saxon.expr.Container
Get the host language (XSLT, XQuery, XPath) used to implement the code in this container
getHostLanguage() - Method in class net.sf.saxon.expr.Expression
Get the host language (XSLT, XQuery, XPath) used to implement the code in this container
getHostLanguage() - Method in class net.sf.saxon.expr.instruct.Executable
Get the host language
getHostLanguage() - Method in class net.sf.saxon.expr.instruct.GlobalVariable
Get the host language (XSLT, XQuery, XPath) used to implement the code in this container
getHostLanguage() - Method in class net.sf.saxon.expr.instruct.Procedure
 
getHostLanguage() - Method in class net.sf.saxon.expr.parser.ExpressionParser.TemporaryContainer
Get the host language (XSLT, XQuery, XPath) used to implement the code in this container
getHostLanguage() - Method in class net.sf.saxon.pattern.Pattern
Get the host language (XSLT, XQuery, XPath) used to implement the code in this container
getHostLanguage() - Method in class net.sf.saxon.pattern.PatternThatSetsCurrent
Get the host language (XSLT, XQuery, XPath) used to implement the code in this container
getHostLanguage() - Method in class net.sf.saxon.query.XQueryExpression
Get the host language (XSLT, XQuery, XPath) used to implement the code in this container
getHostLanguage() - Method in class net.sf.saxon.query.XQueryFunction
Get the host language (XSLT, XQuery, XPath) used to implement the code in this container
getHostLanguage() - Method in class net.sf.saxon.style.StyleElement
Get the host language (XSLT, XQuery, XPath) used to implement the code in this container
getHostLanguage() - Method in class net.sf.saxon.sxpath.AbstractStaticContext
Get the host language (XSLT, XQuery, XPath) used to implement the code in this container
getHostLanguage() - Method in class net.sf.saxon.sxpath.SimpleContainer
Get the host language (XSLT, XQuery, XPath) used to implement the code in this container
getHour() - Method in class net.sf.saxon.value.DateTimeValue
Get the hour component, 0-23
getHour() - Method in class net.sf.saxon.value.TimeValue
Get the hour component, 0-23
getHour() - Method in class net.sf.saxon.xqj.SaxonXMLGregorianCalendar
getHours() - Method in class net.sf.saxon.value.DurationValue
Get the hours component
getHrefExpression() - Method in class net.sf.saxon.expr.instruct.ResultDocument
Get the expression that computes the href attribute
getId(SchemaComponent, boolean) - Method in class com.saxonica.schema.SchemaModelSerializer
 
getId() - Method in class net.sf.saxon.event.TracingFilter
Get the unique id that was allocated to this TracingFilter
getIdentificationKey() - Method in class net.sf.saxon.query.XQueryFunction
Get an identifying key for this function, which incorporates the URI and local part of the function name plus the arity
getIdentificationKey(String, String, int) - Static method in class net.sf.saxon.query.XQueryFunction
Construct what the identification key would be for a function with given URI, local name, and arity
getIdentificationKey(StructuredQName, int) - Static method in class net.sf.saxon.query.XQueryFunction
Construct what the identification key would be for a function with given URI, local name, and arity
getIdentifyingURI() - Method in class net.sf.saxon.dom.DOMEnvelope
Get the URI of the external object model as used in the JAXP factory interfaces for obtaining an XPath implementation
getIdentifyingURI() - Method in class net.sf.saxon.dom.DOMObjectModel
Get the URI of the external object model as used in the JAXP factory interfaces for obtaining an XPath implementation
getIdentifyingURI() - Method in interface net.sf.saxon.lib.ExternalObjectModel
Get the URI of the external object model as used in the JAXP factory interfaces for obtaining an XPath implementation
getIdentifyingURI() - Method in class net.sf.saxon.option.axiom.AxiomObjectModel
Get the URI of the external object model as used in the JAXP factory interfaces for obtaining an XPath implementation
getIdentifyingURI() - Method in class net.sf.saxon.option.dom4j.DOM4JObjectModel
Get the URI of the external object model as used in the JAXP factory interfaces for obtaining an XPath implementation
getIdentifyingURI() - Method in class net.sf.saxon.option.jdom.JDOMObjectModel
Get the URI of the external object model as used in the JAXP factory interfaces for obtaining an XPath implementation
getIdentifyingURI() - Method in class net.sf.saxon.option.jdom2.JDOM2ObjectModel
Get the URI of the external object model as used in the JAXP factory interfaces for obtaining an XPath implementation
getIdentifyingURI() - Method in class net.sf.saxon.option.xom.XOMObjectModel
Get the URI of the external object model as used in the JAXP factory interfaces for obtaining an XPath implementation
getIdentityConstraint(int) - Method in class com.saxonica.schema.PreparedSchema
Get the identity constraint whose name has a given fingerprint
getIdentityConstraint() - Method in class com.saxonica.schema.sdoc.XSDIdentityConstraint
Returns the IdentityConstraint created.
getIdentityConstraint() - Method in class com.saxonica.validate.SelectorWatch
Get the identityConstraint implemented by this SelectorWatch
getIdentityConstraints() - Method in class com.saxonica.schema.ElementDecl
Returns a list of the identity constraints defined within this element definition.
getIdentityField() - Method in class com.saxonica.schema.sdoc.XSDFieldOrSelector
 
getIdentitySelector() - Method in class com.saxonica.schema.sdoc.XSDFieldOrSelector
 
getIdMultiple(DocumentInfo, SequenceIterator, int) - Static method in class net.sf.saxon.functions.Id
Get an iterator over the nodes that have an id equal to one of the values is a set of whitespace separated strings
getIdrefMultiple(DocumentInfo, SequenceIterator, XPathContext) - Static method in class net.sf.saxon.functions.Idref
Get the result when multiple idref values are supplied.
getIdSingle(DocumentInfo, String, int) - Static method in class net.sf.saxon.functions.Id
Get an iterator over the nodes that have an id equal to one of the values is a whitespace separated string
getImplementation() - Method in class net.sf.saxon.dom.DocumentOverNodeInfo
Get a DOMImplementation object that handles this document.
getImplementationMethod() - Method in class com.saxonica.bytecode.CompiledExpression
 
getImplementationMethod() - Method in class com.saxonica.expr.ee.MultithreadedForEach
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
getImplementationMethod() - Method in class com.saxonica.stream.StreamingCopy
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
getImplementationMethod() - Method in class com.saxonica.xslt3.instruct.EvaluateInstr
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
getImplementationMethod() - Method in class com.saxonica.xslt3.instruct.IterateInstr
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
getImplementationMethod() - Method in class net.sf.saxon.expr.AdjacentTextNodeMerger
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
getImplementationMethod() - Method in class net.sf.saxon.expr.Atomizer
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
getImplementationMethod() - Method in class net.sf.saxon.expr.CardinalityChecker
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
getImplementationMethod() - Method in class net.sf.saxon.expr.CompareToIntegerConstant
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
getImplementationMethod() - Method in class net.sf.saxon.expr.EmptyTextNodeRemover
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
getImplementationMethod() - Method in class net.sf.saxon.expr.Expression
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
getImplementationMethod() - Method in class net.sf.saxon.expr.ForExpression
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
getImplementationMethod() - Method in class net.sf.saxon.expr.instruct.AnalyzeString
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
getImplementationMethod() - Method in class net.sf.saxon.expr.instruct.ApplyImports
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
getImplementationMethod() - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
getImplementationMethod() - Method in class net.sf.saxon.expr.instruct.Block
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
getImplementationMethod() - Method in class net.sf.saxon.expr.instruct.Choose
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
getImplementationMethod() - Method in class net.sf.saxon.expr.instruct.CopyOf
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
getImplementationMethod() - Method in class net.sf.saxon.expr.instruct.DocumentInstr
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
getImplementationMethod() - Method in class net.sf.saxon.expr.instruct.ElementCreator
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
getImplementationMethod() - Method in class net.sf.saxon.expr.instruct.ForEach
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
getImplementationMethod() - Method in class net.sf.saxon.expr.instruct.Instruction
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
getImplementationMethod() - Method in class net.sf.saxon.expr.instruct.LocalParamBlock
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
getImplementationMethod() - Method in class net.sf.saxon.expr.instruct.TraceExpression
 
getImplementationMethod() - Method in class net.sf.saxon.expr.ItemChecker
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
getImplementationMethod() - Method in class net.sf.saxon.expr.sort.ConditionalSorter
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
getImplementationMethod() - Method in class net.sf.saxon.expr.TailCallLoop
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
getImplementationMethod() - Method in class net.sf.saxon.expr.UserFunctionCall
 
getImplementationMethod() - Method in class net.sf.saxon.expr.VariableReference
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
getImplementationMethod() - Method in class net.sf.saxon.functions.Average
 
getImplementationMethod() - Method in class net.sf.saxon.functions.Count
 
getImplementationMethod() - Method in class net.sf.saxon.functions.Empty
 
getImplementationMethod() - Method in class net.sf.saxon.functions.Exists
 
getImplementationMethod() - Method in class net.sf.saxon.functions.Minimax
Get implementation method
getImplementationMethod() - Method in class net.sf.saxon.functions.StringFn
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
getImplementationMethod() - Method in class net.sf.saxon.functions.StringJoin
 
getImplementationMethod() - Method in class net.sf.saxon.functions.Sum
Get implementation method
getImplementationMethod() - Method in class net.sf.saxon.functions.SystemFunctionCall
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
getImplementationMethod() - Method in class net.sf.saxon.pattern.PatternSponsor
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
getImplicitTimeZone() - Method in interface javax.xml.xquery.XQDynamicContext
Gets the implicit timezone
getImplicitTimezone() - Method in class net.sf.saxon.Controller
Get the implicit timezone for this query or transformation
getImplicitTimezone() - Method in class net.sf.saxon.expr.EarlyEvaluationContext
Get the implicit timezone, as a positive or negative offset from UTC in minutes.
getImplicitTimezone() - Method in interface net.sf.saxon.expr.XPathContext
Get the implicit timezone
getImplicitTimezone() - Method in class net.sf.saxon.expr.XPathContextMinor
Get the implicit timezone, as a positive or negative offset from UTC in minutes.
getImplicitTimeZone() - Method in class net.sf.saxon.xqj.SaxonXQDynamicContext
 
getImportedFunctionLibrary() - Method in class net.sf.saxon.query.QueryModule
Get the function library object that holds details of imported functions
getImportedNamespaces() - Method in class com.saxonica.config.EnterpriseConfiguration
Get the set of namespaces of imported schemas
getImportedNamespaces() - Method in class net.sf.saxon.Configuration
Get the set of namespaces of imported schemas
getImportedSchema() - Method in class com.saxonica.schema.sdoc.XSDImport
Get the imported schema.
getImportedSchemaNamespaces() - Method in interface net.sf.saxon.expr.StaticContext
Get the set of imported schemas
getImportedSchemaNamespaces() - Method in class net.sf.saxon.query.QueryModule
Get the set of imported schemas
getImportedSchemaNamespaces() - Method in class net.sf.saxon.style.ExpressionContext
Get the set of imported schemas
getImportedSchemaNamespaces() - Method in class net.sf.saxon.style.UseWhenStaticContext
Get the set of imported schemas
getImportedSchemaNamespaces() - Method in class net.sf.saxon.sxpath.IndependentContext
Get the set of imported schemas
getImportedSchemaNamespaces() - Method in class net.sf.saxon.xpath.JAXPXPathStaticContext
Get the set of imported schemas
getImportedSchemaTable() - Method in class net.sf.saxon.style.PrincipalStylesheetModule
 
getImporter() - Method in class net.sf.saxon.style.StylesheetModule
 
getIncludedSchema() - Method in class com.saxonica.schema.sdoc.XSDInclude
Get the schema (= collection of schema components) that was included by this xs:include instruction
getIncludedStylesheet(StylesheetModule, int) - Method in class net.sf.saxon.style.XSLGeneralIncorporate
Get the included or imported stylesheet module
getIndentation() - Method in class com.saxonica.serialize.HTMLIndenterPE
 
getIndentation() - Method in class com.saxonica.serialize.XMLIndenterPE
 
getIndentation() - Method in class net.sf.saxon.serialize.HTMLIndenter
Get the number of spaces to be used for indentation
getIndentation() - Method in class net.sf.saxon.serialize.XMLIndenter
Get the number of spaces to be used for indentation
getIndex(int) - Method in class net.sf.saxon.expr.instruct.ParameterSet
Get the index position of a parameter
getIndex() - Method in class net.sf.saxon.om.AbsolutePath.PathElement
Get the position of the node
getIndex(String, String) - Method in interface net.sf.saxon.om.AttributeCollection
Get the index of an attribute (by name).
getIndex(String, String) - Method in class net.sf.saxon.tree.tiny.TinyAttributeCollection
Get the index of an attribute (by name).
getIndex(String) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Get the index of an attribute, from its lexical QName
getIndex(String, String) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Get the index of an attribute (by name).
getIndexByFingerprint(int) - Method in interface net.sf.saxon.om.AttributeCollection
Get the index, given the fingerprint
getIndexByFingerprint(int) - Method in class net.sf.saxon.tree.tiny.TinyAttributeCollection
Get the index, given the fingerprint
getIndexByFingerprint(int) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Get the index, given the fingerprint.
getIndexedItemType() - Method in class net.sf.saxon.trans.KeyDefinition
Get the primitive item type of the values returned by the use expression
getInferredType(boolean) - Method in class net.sf.saxon.style.SourceBinding
Get the best available static type of the variable.
getInfinity() - Method in class net.sf.saxon.trans.DecimalSymbols
Get the infinity symbol value
getInitialContextItem() - Method in class net.sf.saxon.Controller
Get the initial context item.
getInitialContextItemVariableName() - Method in class net.sf.saxon.expr.instruct.Executable
Get the the name of the variable that will implicitly contain the value of the initial context item.
getInitialContextNode() - Method in class net.sf.saxon.s9api.XsltTransformer
Get the initial context node for the transformation, if one has been set
getInitialExpression() - Method in class com.saxonica.xslt3.instruct.IterateInstr
Get the initial expression, if any.
getInitialMode() - Method in class net.sf.saxon.Controller
Get the initial mode for the transformation
getInitialMode() - Method in class net.sf.saxon.s9api.XsltTransformer
Get the name of the initial mode for the transformation, if one has been set.
getInitialModeName() - Method in class net.sf.saxon.Controller
Get the name of the initial mode for the transformation
getInitialState() - Method in class com.saxonica.schema.fsa.FiniteStateMachine
Get the initial state of this finite state machine
getInitialState() - Method in class com.saxonica.schema.UserComplexType
Get the initial dynamic state of the finite state machine used for validating against this type.
getInitialTemplate() - Method in class net.sf.saxon.Controller
Get the initial template
getInitialTemplate() - Method in class net.sf.saxon.s9api.XsltTransformer
Get the initial named template for the transformation, if one has been set
getInitialValueExpression() - Method in class com.saxonica.xslt3.instruct.Accumulator
Get the expression that computes the initial value of the accumulator
getInputEncoding() - Method in class net.sf.saxon.dom.DocumentOverNodeInfo
An attribute specifying the encoding used for this document at the time of the parsing.
getInputTypeAnnotations() - Method in class net.sf.saxon.style.StylesheetModule
Get the value of the input-type-annotations attribute, for this module combined with that of all included/imported modules.
getInputTypeAnnotationsAttribute() - Method in class net.sf.saxon.style.XSLStylesheet
Get the value of the input-type-annotations attribute, for this module alone.
getInstallationDirectory(String, Configuration) - Method in class net.sf.saxon.java.JavaPlatform
Return the name of the directory in which the software is installed (if available)
getInstallationDirectory(String, Configuration) - Method in interface net.sf.saxon.Platform
Return the name of the directory in which the software is installed (if available)
getInstance() - Static method in class com.saxonica.bytecode.util.MessageFromStack
 
getInstance() - Static method in class com.saxonica.schema.fsa.Edge.MaxOccursParticle
 
getInstance() - Static method in class com.saxonica.schema.fsa.Edge.MaxOccursTerm
 
getInstance() - Static method in class com.saxonica.schema.fsa.SuffixState
 
getInstance() - Static method in class com.saxonica.stream.watch.VoidWatchMaker
 
getInstance() - Static method in class com.saxonica.xslt3.instruct.DeepCopyRuleSet
Get the singleton instance of this class
getInstance() - Static method in class com.saxonica.xslt3.instruct.DeepSkipRuleSet
Get the singleton instance of this class
getInstance() - Static method in class com.saxonica.xslt3.instruct.FailRuleSet
Get the singleton instance of this class
getInstance() - Static method in class com.saxonica.xslt3.instruct.ShallowCopyRuleSet
Get the singleton instance of this class
getInstance(String, ClassLoader) - Method in class net.sf.saxon.Configuration
Instantiate a class using the class name provided.
getInstance() - Static method in class net.sf.saxon.dom.DOMEnvelope
Get the singular instance (this class is stateless)
getInstance() - Static method in class net.sf.saxon.dom.DOMObjectModel
Get a reusable instance instance of this class.
getInstance() - Static method in class net.sf.saxon.evpull.EmptyEventIterator
Get the singular instance of this class
getInstance() - Static method in class net.sf.saxon.evpull.EndDocumentEvent
 
getInstance() - Static method in class net.sf.saxon.evpull.EndElementEvent
 
getInstance() - Static method in class net.sf.saxon.evpull.StartDocumentEvent
 
getInstance() - Static method in class net.sf.saxon.expr.Atomizer.AtomizingFunction
Get the singleton instance
getInstance() - Static method in class net.sf.saxon.expr.instruct.DummyNamespaceResolver
Return the singular instance of this class
getInstance() - Static method in class net.sf.saxon.expr.sort.CodepointCollatingComparer
Get the singular instance of this class
getInstance() - Static method in class net.sf.saxon.expr.sort.CodepointCollator
 
getInstance() - Static method in class net.sf.saxon.expr.sort.ComparableAtomicValueComparer
Get the singleton instance of this class
getInstance() - Static method in class net.sf.saxon.expr.sort.DoubleSortComparer
Get the singular instance of this class
getInstance() - Static method in class net.sf.saxon.expr.sort.EmptyIntIterator
Get the singular instance of this class
getInstance() - Static method in class net.sf.saxon.expr.sort.EqualityComparer
Get the singleton instance of this class
getInstance() - Static method in class net.sf.saxon.expr.sort.GlobalOrderComparer
Get an instance of a GlobalOrderComparer.
getInstance() - Static method in class net.sf.saxon.expr.sort.LocalOrderComparer
Get an instance of a LocalOrderComparer.
getInstance() - Static method in class net.sf.saxon.expr.sort.NumericComparer
 
getInstance() - Static method in class net.sf.saxon.expr.sort.NumericComparer11
 
getInstance() - Static method in class net.sf.saxon.lib.StandardCollationURIResolver
Return the singleton instance of this class
getInstance() - Static method in class net.sf.saxon.lib.StandardEntityResolver
Get a general-purpose instance of this class.
getInstance() - Static method in class net.sf.saxon.lib.StandardModuleURIResolver
Get the singular instance of this class
getInstance() - Static method in class net.sf.saxon.lib.StandardOutputResolver
Get a singular instance
getInstance() - Static method in class net.sf.saxon.lib.StandardURIChecker
 
getInstance() - Static method in class net.sf.saxon.om.AllElementsSpaceStrippingRule
 
getInstance() - Static method in class net.sf.saxon.om.EmptyAtomicSequence
 
getInstance() - Static method in class net.sf.saxon.om.Name10Checker
Get the singular instance of this class
getInstance() - Static method in class net.sf.saxon.om.Name11Checker
Get the singular instance of this class
getInstance() - Static method in class net.sf.saxon.om.NoElementsSpaceStrippingRule
 
getInstance() - Static method in class net.sf.saxon.option.axiom.AxiomObjectModel
 
getInstance() - Static method in class net.sf.saxon.option.dom4j.DOM4JObjectModel
Get a singular instance of this class
getInstance() - Static method in class net.sf.saxon.option.jdom.JDOMObjectModel
 
getInstance() - Static method in class net.sf.saxon.option.jdom2.JDOM2ObjectModel
 
getInstance() - Static method in class net.sf.saxon.option.xom.XOMObjectModel
 
getInstance() - Static method in class net.sf.saxon.pattern.AnyChildNodeTest
Get the singular instance of this class
getInstance() - Static method in class net.sf.saxon.pattern.AnyNodeTest
Get an instance of AnyNodeTest
getInstance() - Static method in class net.sf.saxon.pattern.EmptySequenceTest
Get a NoNodeTest instance
getInstance() - Static method in class net.sf.saxon.pattern.IdrefTest
Get the singleton instance of this class
getInstance() - Static method in class net.sf.saxon.s9api.XdmEmptySequence
Return the singleton instance of this class
getInstance() - Static method in class net.sf.saxon.serialize.charcode.ASCIICharacterSet
 
getInstance() - Static method in class net.sf.saxon.serialize.charcode.ISO88591CharacterSet
 
getInstance() - Static method in class net.sf.saxon.serialize.charcode.UTF16CharacterSet
Get the singular instance of this class
getInstance() - Static method in class net.sf.saxon.serialize.charcode.UTF8CharacterSet
Get the singular instance of this class
getInstance(String, ClassLoader) - Method in class net.sf.saxon.trans.DynamicLoader
Instantiate a class using the class name provided.
getInstance(String, PrintStream, ClassLoader) - Method in class net.sf.saxon.trans.DynamicLoader
Instantiate a class using the class name provided, with the option of tracing Note that the method does not check that the object is of the right class.
getInstance() - Static method in class net.sf.saxon.trans.ShallowSkipRuleSet
Get the singleton instance of this class
getInstance() - Static method in class net.sf.saxon.trans.TextOnlyCopyRuleSet
Get the singleton instance of this class
getInstance() - Static method in class net.sf.saxon.tree.iter.EmptyIterator
Get an EmptyIterator, an iterator over an empty sequence.
getInstance() - Static method in class net.sf.saxon.type.AnyFunctionType
Get the singular instance of this type (Note however that subtypes of this type may have any number of instances)
getInstance() - Static method in class net.sf.saxon.type.AnyItemType
Factory method to get the singleton instance
getInstance() - Static method in class net.sf.saxon.type.AnySimpleType
Get the singular instance of this class
getInstance() - Static method in class net.sf.saxon.type.AnyType
Get the singular instance of this class
getInstance() - Static method in class net.sf.saxon.type.ErrorType
Get the singular instance of this class
getInstance() - Static method in class net.sf.saxon.type.StringToDouble
Get the singleton instance
getInstance() - Static method in class net.sf.saxon.type.Untyped
Get the singular instance of this class
getInstance() - Static method in class net.sf.saxon.value.EmptySequence
Get the implicit instance of this class
getInstance() - Static method in class net.sf.saxon.value.StringToDouble11
Get the singleton instance
getInstance() - Static method in class net.sf.saxon.z.IntEmptySet
 
getInstance() - Static method in class net.sf.saxon.z.IntUniversalSet
 
getInstanceField(Class, String) - Method in class com.saxonica.bytecode.util.Generator
Helper method to get an instance-level field of an object
getInstruction() - Method in class com.saxonica.pull.UnconstructedParent
Get the instruction responsible for creating this element or document node
getInstruction() - Method in class net.sf.saxon.style.XSLAttributeSet
Get the compiled code produced for this XSLT element
getInstructionInfo() - Method in class net.sf.saxon.expr.instruct.TraceExpression
Get the InstructionInfo details about the construct.
getInstructionName() - Method in class net.sf.saxon.expr.instruct.Instruction
Get a name identifying the kind of instruction, in terms meaningful to a user.
getInstructionName(Instruction) - Static method in class net.sf.saxon.lib.StandardErrorListener
Extract a name identifying the instruction at which an error occurred
getInstructionNameCode() - Method in class com.saxonica.xslt3.instruct.Fork
Get the namecode of the instruction for use in diagnostics
getInstructionNameCode() - Method in class com.saxonica.xslt3.instruct.IterateInstr
Get the namecode of the instruction for use in diagnostics
getInstructionNameCode() - Method in class com.saxonica.xslt3.instruct.MergeInstr
Get the namecode of the instruction for use in diagnostics
getInstructionNameCode() - Method in class com.saxonica.xsltextn.instruct.Assign
Get the name of this instruction for diagnostic and tracing purposes
getInstructionNameCode() - Method in class com.saxonica.xsltextn.instruct.While
Get the name of this instruction for diagnostic and tracing purposes
getInstructionNameCode() - Method in class net.sf.saxon.expr.instruct.AnalyzeString
 
getInstructionNameCode() - Method in class net.sf.saxon.expr.instruct.ApplyImports
Get the name of this instruction for diagnostic and tracing purposes
getInstructionNameCode() - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
Get the name of this instruction for diagnostic and tracing purposes
getInstructionNameCode() - Method in class net.sf.saxon.expr.instruct.CallTemplate
Return the name of this instruction.
getInstructionNameCode() - Method in class net.sf.saxon.expr.instruct.Choose
Get the name of this instruction for diagnostic and tracing purposes We assume that if there was only one condition then it was an xsl:if; this is not necessarily so, but it's adequate for tracing purposes.
getInstructionNameCode() - Method in class net.sf.saxon.expr.instruct.Comment
Get the instruction name, for diagnostics and tracing return the string "xsl:comment"
getInstructionNameCode() - Method in class net.sf.saxon.expr.instruct.ComputedAttribute
Get the name of this instruction
getInstructionNameCode() - Method in class net.sf.saxon.expr.instruct.ComputedElement
Get the name of this instruction for diagnostic and tracing purposes
getInstructionNameCode() - Method in class net.sf.saxon.expr.instruct.Copy
Get the name of this instruction for diagnostic and tracing purposes
getInstructionNameCode() - Method in class net.sf.saxon.expr.instruct.CopyOf
Get the name of this instruction, for diagnostics and tracing
getInstructionNameCode() - Method in class net.sf.saxon.expr.instruct.Doctype
Get the name of this instruction for diagnostic and tracing purposes
getInstructionNameCode() - Method in class net.sf.saxon.expr.instruct.DocumentInstr
Get the name of this instruction for diagnostic and tracing purposes (the string "document-constructor")
getInstructionNameCode() - Method in class net.sf.saxon.expr.instruct.FixedAttribute
Get the name of this instruction (return 'xsl:attribute')
getInstructionNameCode() - Method in class net.sf.saxon.expr.instruct.ForEach
Get the name of this instruction for diagnostic and tracing purposes
getInstructionNameCode() - Method in class net.sf.saxon.expr.instruct.ForEachGroup
Get the name of this instruction for diagnostic and tracing purposes
getInstructionNameCode() - Method in class net.sf.saxon.expr.instruct.GeneralVariable
Get the name of this instruction (that is xsl:variable, xsl:param etc) for diagnostics
getInstructionNameCode() - Method in class net.sf.saxon.expr.instruct.GlobalParam
Get the name of this instruction for diagnostic and tracing purposes
getInstructionNameCode() - Method in class net.sf.saxon.expr.instruct.Instruction
Get the namecode of the instruction for use in diagnostics
getInstructionNameCode() - Method in class net.sf.saxon.expr.instruct.LocalParam
Get the name of this instruction for diagnostic and tracing purposes
getInstructionNameCode() - Method in class net.sf.saxon.expr.instruct.LocalParamSetter
Get the name of this instruction for diagnostic and tracing purposes
getInstructionNameCode() - Method in class net.sf.saxon.expr.instruct.Message
Get the name of this instruction for diagnostic and tracing purposes
getInstructionNameCode() - Method in class net.sf.saxon.expr.instruct.NamespaceConstructor
Set the name of this instruction for diagnostic and tracing purposes
getInstructionNameCode() - Method in class net.sf.saxon.expr.instruct.NextMatch
Get the name of this instruction for diagnostic and tracing purposes
getInstructionNameCode() - Method in class net.sf.saxon.expr.instruct.ProcessingInstruction
Get the name of this instruction for diagnostic and tracing purposes
getInstructionNameCode() - Method in class net.sf.saxon.expr.instruct.ResultDocument
Get the name of this instruction for diagnostic and tracing purposes (the string "xsl:result-document")
getInstructionNameCode() - Method in class net.sf.saxon.expr.instruct.TraceExpression
 
getInstructionNameCode() - Method in class net.sf.saxon.expr.instruct.ValueOf
Get the name of this instruction for diagnostic and tracing purposes
getInstructionNameCode() - Method in class net.sf.saxon.expr.instruct.WithParam
 
getInt() - Method in interface javax.xml.xquery.XQItemAccessor
Gets the current item as an int.
getInt() - Method in class net.sf.saxon.xqj.SaxonXQForwardSequence
 
getInt() - Method in class net.sf.saxon.xqj.SaxonXQItem
 
getInt() - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
getIntegerBounds() - Method in class com.saxonica.functions.xpath3.FunctionArity
For an expression that returns an integer or a sequence of integers, get a lower and upper bound on the values of the integers that may be returned, from static analysis.
getIntegerBounds() - Method in class net.sf.saxon.expr.ArithmeticExpression
For an expression that returns an integer or a sequence of integers, get a lower and upper bound on the values of the integers that may be returned, from static analysis.
getIntegerBounds() - Method in class net.sf.saxon.expr.CardinalityChecker
For an expression that returns an integer or a sequence of integers, get a lower and upper bound on the values of the integers that may be returned, from static analysis.
getIntegerBounds() - Method in class net.sf.saxon.expr.CastExpression
For an expression that returns an integer or a sequence of integers, get a lower and upper bound on the values of the integers that may be returned, from static analysis.
getIntegerBounds() - Method in class net.sf.saxon.expr.Expression
For an expression that returns an integer or a sequence of integers, get a lower and upper bound on the values of the integers that may be returned, from static analysis.
getIntegerBounds() - Method in class net.sf.saxon.expr.FilterExpression
For an expression that returns an integer or a sequence of integers, get a lower and upper bound on the values of the integers that may be returned, from static analysis.
getIntegerBounds() - Method in class net.sf.saxon.expr.ForExpression
For an expression that returns an integer or a sequence of integers, get a lower and upper bound on the values of the integers that may be returned, from static analysis.
getIntegerBounds() - Method in class net.sf.saxon.expr.ItemChecker
For an expression that returns an integer or a sequence of integers, get a lower and upper bound on the values of the integers that may be returned, from static analysis.
getIntegerBounds() - Method in class net.sf.saxon.expr.LetExpression
For an expression that returns an integer or a sequence of integers, get a lower and upper bound on the values of the integers that may be returned, from static analysis.
getIntegerBounds() - Method in class net.sf.saxon.expr.Literal
For an expression that returns an integer or a sequence of integers, get a lower and upper bound on the values of the integers that may be returned, from static analysis.
getIntegerBounds() - Method in class net.sf.saxon.expr.RangeExpression
For an expression that returns an integer or a sequence of integers, get a lower and upper bound on the values of the integers that may be returned, from static analysis.
getIntegerBounds() - Method in class net.sf.saxon.expr.SlashExpression
For an expression that returns an integer or a sequence of integers, get a lower and upper bound on the values of the integers that may be returned, from static analysis.
getIntegerBounds() - Method in class net.sf.saxon.expr.VariableReference
For an expression that returns an integer or a sequence of integers, get a lower and upper bound on the values of the integers that may be returned, from static analysis.
getIntegerBounds() - Method in class net.sf.saxon.functions.Compare
For an expression that returns an integer or a sequence of integers, get a lower and upper bound on the values of the integers that may be returned, from static analysis.
getIntegerBounds() - Method in class net.sf.saxon.functions.Component
For an expression that returns an integer or a sequence of integers, get a lower and upper bound on the values of the integers that may be returned, from static analysis.
getIntegerBounds() - Method in class net.sf.saxon.functions.Count
For an expression that returns an integer or a sequence of integers, get a lower and upper bound on the values of the integers that may be returned, from static analysis.
getIntegerBounds() - Method in class net.sf.saxon.functions.IndexOf
For an expression that returns an integer or a sequence of integers, get a lower and upper bound on the values of the integers that may be returned, from static analysis.
getIntegerBounds() - Method in class net.sf.saxon.functions.Last
For an expression that returns an integer or a sequence of integers, get a lower and upper bound on the values of the integers that may be returned, from static analysis.
getIntegerBounds() - Method in class net.sf.saxon.functions.Position
For an expression that returns an integer or a sequence of integers, get a lower and upper bound on the values of the integers that may be returned, from static analysis.
getIntegerBounds() - Method in class net.sf.saxon.functions.Remove
For an expression that returns an integer or a sequence of integers, get a lower and upper bound on the values of the integers that may be returned, from static analysis.
getIntegerBounds() - Method in class net.sf.saxon.functions.StringLength
For an expression that returns an integer or a sequence of integers, get a lower and upper bound on the values of the integers that may be returned, from static analysis.
getIntegerBounds() - Method in class net.sf.saxon.functions.StringToCodepoints
For an expression that returns an integer or a sequence of integers, get a lower and upper bound on the values of the integers that may be returned, from static analysis.
getIntegerBoundsForVariable() - Method in class com.saxonica.expr.XPath30Parser.TemporaryXSLTVariableBinding
 
getIntegerBoundsForVariable() - Method in class net.sf.saxon.expr.Assignation
If the variable is bound to an integer, get the minimum and maximum possible values.
getIntegerBoundsForVariable() - Method in interface net.sf.saxon.expr.Binding
If the variable is bound to an integer, get the minimum and maximum possible values.
getIntegerBoundsForVariable() - Method in class net.sf.saxon.expr.flwor.LocalVariableBinding
If the variable is bound to an integer, get the minimum and maximum possible values.
getIntegerBoundsForVariable() - Method in class net.sf.saxon.expr.instruct.GeneralVariable
If the variable is bound to an integer, get the minimum and maximum possible values.
getIntegerBoundsForVariable() - Method in class net.sf.saxon.expr.instruct.LocalParam
If the variable is bound to an integer, get the minimum and maximum possible values.
getIntegerBoundsForVariable() - Method in class net.sf.saxon.expr.instruct.UserFunctionParameter
If the variable is bound to an integer, get the minimum and maximum possible values.
getIntegerBoundsForVariable() - Method in class net.sf.saxon.expr.PositionVariable
If the variable is bound to an integer, get the minimum and maximum possible values.
getIntegerBoundsForVariable() - Method in class net.sf.saxon.sxpath.XPathVariable
If the variable is bound to an integer, get the minimum and maximum possible values.
getIntegerBoundsForVariable() - Method in class net.sf.saxon.xpath.JAXPVariable
If the variable is bound to an integer, get the minimum and maximum possible values.
getIntegratedFunctionLibrary() - Method in class net.sf.saxon.Configuration
Get the IntegratedFunction library containing integrated extension functions
getInternal() - Method in class net.sf.saxon.functions.KeyFn
 
getInternalExpression() - Method in class net.sf.saxon.sxpath.XPathExpression
Low-level method to get the internal Saxon expression object.
getInternalExpression() - Method in class net.sf.saxon.xpath.XPathExpressionImpl
Low-level method to get the internal Saxon expression object.
getIntrinsicDependencies() - Method in class com.saxonica.bytecode.CompiledExpression
 
getIntrinsicDependencies() - Method in class com.saxonica.expr.JavaExtensionFunctionCall
Determine which aspects of the context the expression depends on.
getIntrinsicDependencies() - Method in class com.saxonica.functions.hof.FunctionLookup
Determine the intrinsic dependencies
getIntrinsicDependencies() - Method in class com.saxonica.xsltextn.instruct.Assign
 
getIntrinsicDependencies() - Method in class net.sf.saxon.expr.AxisExpression
Determine the intrinsic dependencies of an expression, that is, those which are not derived from the dependencies of its subexpressions.
getIntrinsicDependencies() - Method in class net.sf.saxon.expr.ContextItemExpression
 
getIntrinsicDependencies() - Method in class net.sf.saxon.expr.Expression
Determine the intrinsic dependencies of an expression, that is, those which are not derived from the dependencies of its subexpressions.
getIntrinsicDependencies() - Method in class net.sf.saxon.expr.flwor.TupleExpression
 
getIntrinsicDependencies() - Method in class net.sf.saxon.expr.instruct.ApplyImports
 
getIntrinsicDependencies() - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
 
getIntrinsicDependencies() - Method in class net.sf.saxon.expr.instruct.CallTemplate
 
getIntrinsicDependencies() - Method in class net.sf.saxon.expr.instruct.Copy
Determine which aspects of the context the expression depends on.
getIntrinsicDependencies() - Method in class net.sf.saxon.expr.instruct.NumberInstruction
Determine the intrinsic dependencies of an expression, that is, those which are not derived from the dependencies of its subexpressions.
getIntrinsicDependencies() - Method in class net.sf.saxon.expr.instruct.ProcessRegexMatchInstruction
 
getIntrinsicDependencies() - Method in class net.sf.saxon.expr.instruct.ResultDocument
 
getIntrinsicDependencies() - Method in class net.sf.saxon.expr.instruct.UseAttributeSets
Determine the intrinsic dependencies of an expression, that is, those which are not derived from the dependencies of its subexpressions.
getIntrinsicDependencies() - Method in class net.sf.saxon.expr.IsLastExpression
Get the dependencies of this expression on the context
getIntrinsicDependencies() - Method in class net.sf.saxon.expr.RootExpression
Determine which aspects of the context the expression depends on.
getIntrinsicDependencies() - Method in class net.sf.saxon.expr.SingleNodeExpression
Determine which aspects of the context the expression depends on.
getIntrinsicDependencies() - Method in class net.sf.saxon.expr.SuppliedParameterReference
Determine the intrinsic dependencies of an expression, that is, those which are not derived from the dependencies of its subexpressions.
getIntrinsicDependencies() - Method in class net.sf.saxon.expr.UserFunctionCall
 
getIntrinsicDependencies() - Method in class net.sf.saxon.expr.VariableReference
 
getIntrinsicDependencies() - Method in class net.sf.saxon.functions.Current
Determine the dependencies
getIntrinsicDependencies() - Method in class net.sf.saxon.functions.CurrentDateTime
Determine the dependencies
getIntrinsicDependencies() - Method in class net.sf.saxon.functions.CurrentGroup
Determine the dependencies
getIntrinsicDependencies() - Method in class net.sf.saxon.functions.CurrentGroupingKey
Determine the dependencies
getIntrinsicDependencies() - Method in class net.sf.saxon.functions.Data
 
getIntrinsicDependencies() - Method in class net.sf.saxon.functions.IntegratedFunctionCall
Determine the intrinsic dependencies of an expression, that is, those which are not derived from the dependencies of its subexpressions.
getIntrinsicDependencies() - Method in class net.sf.saxon.functions.Lang
Determine the dependencies
getIntrinsicDependencies() - Method in class net.sf.saxon.functions.Last
Determine the dependencies
getIntrinsicDependencies() - Method in class net.sf.saxon.functions.LocalNameFn
 
getIntrinsicDependencies() - Method in class net.sf.saxon.functions.NameFn
 
getIntrinsicDependencies() - Method in class net.sf.saxon.functions.NamespaceUriFn
 
getIntrinsicDependencies() - Method in class net.sf.saxon.functions.Nilled
 
getIntrinsicDependencies() - Method in class net.sf.saxon.functions.NodeNameFn
 
getIntrinsicDependencies() - Method in class net.sf.saxon.functions.NormalizeSpace_0
Determine the intrinsic dependencies of an expression, that is, those which are not derived from the dependencies of its subexpressions.
getIntrinsicDependencies() - Method in class net.sf.saxon.functions.NormalizeSpace_1
Determine the intrinsic dependencies of an expression, that is, those which are not derived from the dependencies of its subexpressions.
getIntrinsicDependencies() - Method in class net.sf.saxon.functions.Position
Determine the intrinsic dependencies
getIntrinsicDependencies() - Method in class net.sf.saxon.functions.RegexGroup
Determine the dependencies
getIntrinsicDependencies() - Method in class net.sf.saxon.functions.StringFn
 
getIntrinsicDependencies() - Method in class net.sf.saxon.functions.StringLength
Determine the intrinsic dependencies of an expression, that is, those which are not derived from the dependencies of its subexpressions.
getIntrinsicDependencies() - Method in class net.sf.saxon.xpath.XPathFunctionCall
Determine which aspects of the context the expression depends on.
getIntSet() - Method in class net.sf.saxon.z.IntSetPredicate
Get the underlying IntSet
getInverseComparison() - Method in class com.saxonica.expr.ee.GeneralComparisonEE
 
getInverseComparison() - Method in class net.sf.saxon.expr.GeneralComparison
 
getInverseComparison() - Method in class net.sf.saxon.expr.GeneralComparison20
 
getItem() - Method in interface javax.xml.xquery.XQSequence
Get the current item as an immutable XQItem object.
getItem() - Method in class net.sf.saxon.xqj.SaxonXQForwardSequence
 
getItem() - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
getItemAsStream() - Method in interface javax.xml.xquery.XQItemAccessor
Read the current item as an XMLStreamReader object, as described in Section 12.1 Serializing an XDM instance into a StAX event stream (XMLStreamReader), XQuery API for Java (XQJ) 1.0.
getItemAsStream() - Method in class net.sf.saxon.xqj.SaxonXQForwardSequence
 
getItemAsStream() - Method in class net.sf.saxon.xqj.SaxonXQItem
 
getItemAsStream() - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
getItemAsString(Properties) - Method in interface javax.xml.xquery.XQItemAccessor
Serializes the current item according to the XSLT 2.0 and XQuery 1.0 serialization.
getItemAsString(Properties) - Method in class net.sf.saxon.xqj.SaxonXQForwardSequence
 
getItemAsString(Properties) - Method in class net.sf.saxon.xqj.SaxonXQItem
 
getItemAsString(Properties) - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
getItemKind() - Method in interface javax.xml.xquery.XQItemType
Returns the kind of the item.
getItemKind() - Method in class net.sf.saxon.xqj.SaxonXQItemType
 
getItemOccurrence() - Method in interface javax.xml.xquery.XQItemType
Returns the occurrence indicator for the item type.
getItemOccurrence() - Method in interface javax.xml.xquery.XQSequenceType
Returns the occurrence indicator for the sequence type.
getItemOccurrence() - Method in class net.sf.saxon.xqj.SaxonXQItemType
 
getItemOccurrence() - Method in class net.sf.saxon.xqj.SaxonXQSequenceType
 
getItemType(TypeHierarchy) - Method in class com.saxonica.bytecode.CompiledExpression
 
getItemType(TypeHierarchy) - Method in class com.saxonica.expr.EquivalenceComparison
Determine the data type of the expression
getItemType(TypeHierarchy) - Method in class com.saxonica.expr.IndexedFilterExpression
Get the data type of the items returned
getItemType(TypeHierarchy) - Method in class com.saxonica.expr.IndexedLookupExpression
Get the data type of the items returned
getItemType(TypeHierarchy) - Method in class com.saxonica.expr.JavaExtensionFunctionCall
Determine the data type of the expression, if possible.
getItemType(TypeHierarchy) - Method in class com.saxonica.expr.SwitchExpression
Determine the data type of the expression, if possible.
getItemType(TypeHierarchy) - Method in class com.saxonica.expr.TryCatch
Determine the item type of the value returned by the function
getItemType(TypeHierarchy) - Method in class com.saxonica.functions.hof.FilterFn
 
getItemType(TypeHierarchy) - Method in class com.saxonica.functions.hof.FoldLeftFn
 
getItemType(TypeHierarchy) - Method in class com.saxonica.functions.hof.FoldRightFn
 
getItemType(TypeHierarchy) - Method in class com.saxonica.functions.hof.ForEachFn
 
getItemType(TypeHierarchy) - Method in class com.saxonica.functions.hof.ForEachPairFn
 
getItemType(TypeHierarchy) - Method in class com.saxonica.functions.hof.FunctionLiteral
Determine the data type of the items in the expression, if possible
getItemType(TypeHierarchy) - Method in class com.saxonica.functions.hof.FunctionSequenceCoercer
Determine the data type of the items returned by the expression, if possible
getItemType(TypeHierarchy) - Method in class com.saxonica.functions.hof.PartialApply
 
getItemType(TypeHierarchy) - Method in class com.saxonica.functions.xslt3.AccumulatorFunctionCallPE
 
getItemType() - Method in class com.saxonica.schema.UserListType
Returns the simpleType of the items in this ListType.
getItemType(TypeHierarchy) - Method in class com.saxonica.stream.StreamingCopy
Determine the data type of the expression, if possible.
getItemType(TypeHierarchy) - Method in class com.saxonica.update.BasicUpdatingExpression
Determine the data type of the expression, if possible.
getItemType(TypeHierarchy) - Method in class com.saxonica.update.CopyModifyExpression
Determine the data type of the expression, if possible.
getItemType(TypeHierarchy) - Method in class com.saxonica.xslt3.instruct.EvaluateInstr
Determine the data type of the items returned by this expression
getItemType(TypeHierarchy) - Method in class com.saxonica.xslt3.instruct.Fork
Determine the item type of the value returned by the function
getItemType(TypeHierarchy) - Method in class com.saxonica.xslt3.instruct.IterateInstr
Determine the data type of the items returned by this expression
getItemType(TypeHierarchy) - Method in class com.saxonica.xslt3.instruct.MergeInstr
Get the item type of the items returned by evaluating this instruction
getItemType(TypeHierarchy) - Method in class com.saxonica.xsltextn.instruct.While
Get the item type of the items returned by evaluating this instruction
getItemType() - Method in interface javax.xml.xquery.XQItemAccessor
Gets the type of the item.
getItemType() - Method in interface javax.xml.xquery.XQSequenceType
Returns the type of the item in the sequence type.
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.AdjacentTextNodeMerger
Determine the data type of the expression, if possible.
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.ArithmeticExpression
Determine the data type of the expression, insofar as this is known statically
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.ArithmeticExpression10
Determine the data type of the expression, if this is known statically
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.AtomicSequenceConverter
Determine the data type of the items returned by the expression, if possible
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.Atomizer
Determine the data type of the items returned by the expression, if possible
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.AxisExpression
Determine the data type of the items returned by this expression
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.BooleanExpression
Determine the data type of the expression
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.CardinalityChecker
Determine the data type of the items returned by the expression, if possible
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.CastableExpression
Determine the data type of the result of the Castable expression
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.CastableToList
Get the static type of the expression
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.CastableToUnion
Get the static type of the expression
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.CastExpression
Get the static type of the expression
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.CastToList
Get the static type of the expression
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.CastToUnion
Get the static type of the expression
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.CompareToIntegerConstant
Determine the data type of the expression, if possible.
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.ContextItemExpression
Determine the item type
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.EmptyTextNodeRemover
Determine the data type of the expression, if possible.
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.ErrorExpression
Determine the data type of the expression, if possible
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.Expression
Determine the data type of the expression, if possible.
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.FilterExpression
Get the data type of the items returned
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.flwor.FLWORExpression
Determine the data type of the items returned by the expression.
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.flwor.TupleExpression
 
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.ForExpression
Determine the data type of the items returned by the expression, if possible
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.GeneralComparison
Determine the data type of the expression
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.GeneralComparison10
Determine the data type of the expression
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.IdentityComparison
Determine the data type of the expression
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.InstanceOfExpression
Determine the data type of the result of the InstanceOf expression
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.instruct.AnalyzeString
Get the item type of the items returned by evaluating this instruction
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.instruct.AttributeCreator
Get the static type of this expression
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.instruct.Block
Determine the data type of the items returned by this expression
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.instruct.CallTemplate
Get the item type of the items returned by evaluating this instruction
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.instruct.Choose
Get the item type of the items returned by evaluating this instruction
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.instruct.Comment
 
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.instruct.ComputedAttribute
Get the static type of this expression
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.instruct.ComputedElement
Get the item type of the value returned by this instruction
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.instruct.Copy
Get the item type of the result of this instruction.
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.instruct.CopyOf
 
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.instruct.DocumentInstr
Get the item type
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.instruct.ElementCreator
Get the item type of the value returned by this instruction
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.instruct.FixedElement
Get the type of the item returned by this instruction
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.instruct.ForEach
Determine the data type of the items returned by this expression
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.instruct.ForEachGroup
Get the item type of the items returned by evaluating this instruction
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.instruct.Instruction
Get the item type of the items returned by evaluating this instruction
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.instruct.LocalParamBlock
Determine the data type of the items returned by this expression
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.instruct.LocalParamSetter
Get the item type of the items returned by evaluating this instruction
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.instruct.Message
Get the item type.
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.instruct.NamespaceConstructor
 
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.instruct.NumberInstruction
 
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.instruct.ProcessingInstruction
 
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.instruct.ResultDocument
Get the item type of the items returned by evaluating this instruction
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.instruct.TraceExpression
Get the item type of the items returned by evaluating this instruction
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.instruct.UseAttributeSets
Get the item type of the items returned by evaluating this instruction
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.instruct.ValueOf
 
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.IntegerRangeTest
Get the data type of the items returned
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.IsLastExpression
Determine the data type of the expression
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.ItemChecker
Determine the data type of the items returned by the expression
getItemType() - Method in class net.sf.saxon.expr.JPConverter.FromBigDecimal
 
getItemType() - Method in class net.sf.saxon.expr.JPConverter.FromBigInteger
 
getItemType() - Method in class net.sf.saxon.expr.JPConverter.FromBoolean
 
getItemType() - Method in class net.sf.saxon.expr.JPConverter.FromBooleanArray
 
getItemType() - Method in class net.sf.saxon.expr.JPConverter.FromByte
 
getItemType() - Method in class net.sf.saxon.expr.JPConverter.FromByteArray
 
getItemType() - Method in class net.sf.saxon.expr.JPConverter.FromCharacter
 
getItemType() - Method in class net.sf.saxon.expr.JPConverter.FromCharArray
 
getItemType() - Method in class net.sf.saxon.expr.JPConverter.FromCollection
 
getItemType() - Method in class net.sf.saxon.expr.JPConverter.FromDate
 
getItemType() - Method in class net.sf.saxon.expr.JPConverter.FromDouble
 
getItemType() - Method in class net.sf.saxon.expr.JPConverter.FromDoubleArray
 
getItemType() - Method in class net.sf.saxon.expr.JPConverter.FromFloat
 
getItemType() - Method in class net.sf.saxon.expr.JPConverter.FromFloatArray
 
getItemType() - Method in class net.sf.saxon.expr.JPConverter.FromInt
 
getItemType() - Method in class net.sf.saxon.expr.JPConverter.FromIntArray
 
getItemType() - Method in class net.sf.saxon.expr.JPConverter.FromLong
 
getItemType() - Method in class net.sf.saxon.expr.JPConverter.FromLongArray
 
getItemType() - Method in class net.sf.saxon.expr.JPConverter.FromMap
 
getItemType() - Method in class net.sf.saxon.expr.JPConverter.FromObjectArray
 
getItemType() - Method in class net.sf.saxon.expr.JPConverter.FromQName
 
getItemType() - Method in class net.sf.saxon.expr.JPConverter.FromSequence
 
getItemType() - Method in class net.sf.saxon.expr.JPConverter.FromSequenceIterator
 
getItemType() - Method in class net.sf.saxon.expr.JPConverter.FromShort
 
getItemType() - Method in class net.sf.saxon.expr.JPConverter.FromShortArray
 
getItemType() - Method in class net.sf.saxon.expr.JPConverter.FromSource
 
getItemType() - Method in class net.sf.saxon.expr.JPConverter.FromString
 
getItemType() - Method in class net.sf.saxon.expr.JPConverter.FromURI
 
getItemType() - Method in class net.sf.saxon.expr.JPConverter
Get the item type of the XPath value that will result from the conversion
getItemType() - Method in class net.sf.saxon.expr.JPConverter.VoidConverter
Deliberately avoid giving type information
getItemType() - Method in class net.sf.saxon.expr.JPConverter.WrapExternalObject
 
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.LetExpression
Determine the data type of the items returned by the expression, if possible
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.Literal
Determine the data type of the items in the expression, if possible
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.NegateExpression
Determine the data type of the expression, if this is known statically
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.QuantifiedExpression
Determine the data type of the items returned by the expression
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.RangeExpression
Get the data type of the items returned
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.RootExpression
Determine the data type of the items returned by this expression
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.SimpleExpression
Determine the data type of the items returned by this expression.
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.SingleNodeExpression
Determine the data type of the items returned by this expression
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.SingletonAtomizer
Determine the data type of the items returned by the expression, if possible
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.SlashExpression
Determine the data type of the items returned by this exprssion
getItemType() - Method in class net.sf.saxon.expr.sort.AtomicSortComparer
Get the requested item type
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.sort.ConditionalSorter
Determine the data type of the expression, if possible.
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.sort.SortExpression
Determine the data type of the items returned by the expression, if possible
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.SuppliedParameterReference
Determine the data type of the expression, if possible.
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.TailCallLoop
Determine the data type of the items returned by the expression
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.TailExpression
 
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.UnaryExpression
Determine the data type of the expression, if possible.
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.UntypedSequenceConverter
Determine the data type of the items returned by the expression, if possible
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.UserFunctionCall
Determine the data type of the expression, if possible
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.ValueComparison
Determine the data type of the expression
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.VariableReference
Determine the data type of the expression, if possible
getItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.VennExpression
Determine the data type of the items returned by this expression
getItemType(TypeHierarchy) - Method in class net.sf.saxon.functions.Average
Determine the item type of the value returned by the function
getItemType(TypeHierarchy) - Method in class net.sf.saxon.functions.IntegratedFunctionCall
Determine the data type of the expression, if possible.
getItemType(TypeHierarchy) - Method in class net.sf.saxon.functions.Minimax
Determine the item type of the value returned by the function
getItemType(TypeHierarchy) - Method in class net.sf.saxon.functions.Remove
Determine the data type of the items in the sequence
getItemType(TypeHierarchy) - Method in class net.sf.saxon.functions.Reverse
Determine the item type of the value returned by the function
getItemType(TypeHierarchy) - Method in class net.sf.saxon.functions.Subsequence
Determine the data type of the items in the sequence
getItemType(TypeHierarchy) - Method in class net.sf.saxon.functions.Sum
 
getItemType(TypeHierarchy) - Method in class net.sf.saxon.functions.SystemFunctionCall
Determine the item type of the value returned by the function
getItemType(Sequence, TypeHierarchy) - Static method in class net.sf.saxon.om.SequenceTool
 
getItemType() - Method in class net.sf.saxon.pattern.AncestorQualifiedPattern
Get a NodeTest that all the nodes matching this pattern must satisfy
getItemType() - Method in class net.sf.saxon.pattern.AnchorPattern
Get a NodeTest that all the nodes matching this pattern must satisfy
getItemType() - Method in class net.sf.saxon.pattern.BooleanExpressionPattern
Get an Itemtype that all the items matching this pattern must satisfy
getItemType() - Method in class net.sf.saxon.pattern.ConditionalPattern
Get a NodeTest that all the nodes matching this pattern must satisfy
getItemType() - Method in class net.sf.saxon.pattern.ExceptPattern
Get an ItemType that all the items matching this pattern must satisfy
getItemType() - Method in class net.sf.saxon.pattern.GeneralNodePattern
Get a NodeTest that all the nodes matching this pattern must satisfy
getItemType() - Method in class net.sf.saxon.pattern.GeneralPositionalPattern
Get an ItemType that all the nodes matching this pattern must satisfy
getItemType() - Method in class net.sf.saxon.pattern.IntersectPattern
Get an ItemType that all the items matching this pattern must satisfy
getItemType() - Method in class net.sf.saxon.pattern.ItemTypePattern
Get a NodeTest that all the nodes matching this pattern must satisfy
getItemType() - Method in class net.sf.saxon.pattern.NodeSetPattern
Get a NodeTest that all the nodes matching this pattern must satisfy
getItemType() - Method in class net.sf.saxon.pattern.Pattern
Get an ItemType that all the items matching this pattern must satisfy
getItemType(TypeHierarchy) - Method in class net.sf.saxon.pattern.PatternSponsor
Determine the data type of the expression, if possible.
getItemType() - Method in class net.sf.saxon.pattern.PatternThatSetsCurrent
Get an ItemType that all the items matching this pattern must satisfy
getItemType() - Method in class net.sf.saxon.pattern.PatternWithPredicate
Get an ItemType that all the items matching this pattern must satisfy
getItemType() - Method in class net.sf.saxon.pattern.SimplePositionalPattern
Get an ItemType that all the nodes matching this pattern must satisfy
getItemType() - Method in class net.sf.saxon.pattern.UnionPattern
Get an ItemType that all the items matching this pattern must satisfy
getItemType() - Method in class net.sf.saxon.pattern.VennPattern
Get an ItemType that all the items matching this pattern must satisfy
getItemType(XdmNodeKind, QName) - Method in class net.sf.saxon.s9api.ItemTypeFactory
Get an item type that matches nodes of a specified kind with a specified name.
getItemType(XdmItem) - Method in class net.sf.saxon.s9api.ItemTypeFactory
Get an ItemType representing the type of a supplied XdmItem.
getItemType() - Method in class net.sf.saxon.s9api.SequenceType
Get the item type
getItemType() - Method in class net.sf.saxon.type.BuiltInListType
Returns the simpleType of the items in this ListType.
getItemType() - Method in interface net.sf.saxon.type.ListType
Returns the simpleType of the items in this ListType.
getItemType(Item, TypeHierarchy) - Static method in class net.sf.saxon.type.Type
Get the ItemType of an Item
getItemType() - Method in class net.sf.saxon.value.AtomicValue
Determine the data type of the value
getItemType(TypeHierarchy) - Method in class net.sf.saxon.value.Closure
Get the static item type
getItemType(TypeHierarchy) - Method in class net.sf.saxon.value.EmptySequence
Determine the item type
getItemType(TypeHierarchy) - Method in class net.sf.saxon.value.IntegerRange
Determine the data type of the items in the expression, if possible
getItemType(TypeHierarchy) - Method in class net.sf.saxon.value.ObjectValue
Determine the data type of the items in the expression, if possible
getItemType(TypeHierarchy) - Method in class net.sf.saxon.value.SequenceExtent
Get the (lowest common) item type
getItemType(TypeHierarchy) - Method in class net.sf.saxon.xpath.XPathFunctionCall
Determine the data type of the expression, if possible.
getItemType() - Method in class net.sf.saxon.xqj.SaxonXQForwardSequence
 
getItemType() - Method in class net.sf.saxon.xqj.SaxonXQItem
 
getItemType() - Method in class net.sf.saxon.xqj.SaxonXQItemType
 
getItemType() - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
getItemType() - Method in class net.sf.saxon.xqj.SaxonXQSequenceType
 
getItemTypeReference() - Method in class com.saxonica.schema.UserListType
Get the reference to the item type of the list
getIteratorFromProcessMethod(XPathContext) - Method in class net.sf.saxon.expr.instruct.Instruction
Helper method to construct an iterator over the results of the expression when all that the expression itself offers is a process() method.
getJavaClass() - Method in class net.sf.saxon.type.ExternalObjectType
Get the Java class to which this external object type corresponds
getJavaRegularExpression() - Method in class net.sf.saxon.regex.JavaRegularExpression
Get the Java regular expression (after translation from an XPath regex, but before compilation)
getJPConverter(Class, Configuration) - Method in class net.sf.saxon.dom.DOMEnvelope
 
getJPConverter(Class, Configuration) - Method in class net.sf.saxon.dom.DOMObjectModel
 
getJPConverter(Class, Configuration) - Method in interface net.sf.saxon.lib.ExternalObjectModel
Get a converter from values in the external object model to XPath values.
getJPConverter(Class, Configuration) - Method in class net.sf.saxon.option.axiom.AxiomObjectModel
 
getJPConverter(Class, Configuration) - Method in class net.sf.saxon.option.dom4j.DOM4JObjectModel
 
getJPConverter(Class, Configuration) - Method in class net.sf.saxon.option.jdom.JDOMObjectModel
 
getJPConverter(Class, Configuration) - Method in class net.sf.saxon.option.jdom2.JDOM2ObjectModel
 
getJPConverter(Class, Configuration) - Method in class net.sf.saxon.option.xom.XOMObjectModel
 
getJulianDayNumber(int, int, int) - Static method in class net.sf.saxon.value.DateValue
Calculate the Julian day number at 00:00 on a given date.
getJulianDayNumber() - Method in class net.sf.saxon.value.DateValue
Calculate the Julian day number at 00:00 on this date.
getKeyBinding() - Method in class net.sf.saxon.expr.instruct.ForEachGroup
 
getKeyBinding() - Method in class net.sf.saxon.style.XSLForEachGroup
 
getKeyBindingName() - Method in class net.sf.saxon.style.XSLForEachGroup
 
getKeyDefinitions() - Method in class net.sf.saxon.trans.KeyDefinitionSet
Get the key definitions in this set
getKeyDefinitionSet(StructuredQName) - Method in class net.sf.saxon.trans.KeyManager
Get all the key definitions that match a particular name
getKeyItemType() - Method in class net.sf.saxon.expr.instruct.ForEachGroup
Get the primitive item type of the key
getKeyManager() - Method in class net.sf.saxon.Controller
Get the KeyManager.
getKeyManager() - Method in class net.sf.saxon.expr.instruct.Executable
Get the KeyManager which handles key definitions
getKeyManager() - Method in class net.sf.saxon.style.XSLStylesheet
Get the KeyManager which handles key definitions
getKeyName() - Method in class net.sf.saxon.style.XSLKey
 
getKeyName() - Method in class net.sf.saxon.trans.KeyDefinitionSet
Get the name of the key definitions in this set (they all share the same name)
getKeys() - Method in class net.sf.saxon.expr.instruct.GlobalParameterSet
Get all the keys that have been allocated
getKeySetNumber() - Method in class net.sf.saxon.trans.KeyDefinitionSet
Get the KeySet number.
getKeyType(TypeHierarchy) - Method in class com.saxonica.functions.map.ImmutableMap
Get the lowest common item type of the keys in the map
getKeyType(TypeHierarchy) - Method in interface com.saxonica.functions.map.MapItem
Get the lowest common item type of the keys in the map
getKeyType(TypeHierarchy) - Method in class com.saxonica.functions.map.RangeKey
Get the lowest common item type of the keys in the map
getKeyType(TypeHierarchy) - Method in class com.saxonica.functions.map.SingletonMap
Get the lowest common item type of the keys in the map
getKeyValuePair(AtomicValue, XPathContext) - Method in class com.saxonica.functions.map.ImmutableMap
Get an entry from the Map
getKnownBaseType() - Method in class net.sf.saxon.type.AnyType
Returns the base type that this type inherits from.
getKnownBaseType() - Method in class net.sf.saxon.type.BuiltInAtomicType
Returns the base type that this type inherits from.
getKnownBaseType() - Method in class net.sf.saxon.type.BuiltInListType
Returns the base type that this type inherits from.
getKnownBaseType() - Method in class net.sf.saxon.type.ErrorType
Returns the base type that this type inherits from.
getKnownBaseType() - Method in class net.sf.saxon.type.Untyped
Returns the base type that this type inherits from.
getLabel() - Method in class com.saxonica.bytecode.util.OnEmpty.UnwindAndJump
Get the label acting as the jump destination
getLambdaTransitions() - Method in class com.saxonica.schema.fsa.NonDeterminizedState
Get the lambda transitions from this state
getLanguage() - Method in class net.sf.saxon.expr.parser.ExpressionParser
Get the current language (XPath or XQuery)
getLanguage() - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
Get the expression that defines the language of the sort keys
getLanguage() - Method in class net.sf.saxon.query.QueryParser
Get the current language (XPath or XQuery)
getLanguageVersion() - Method in class com.saxonica.schema.SchemaCompiler
Get the XSD langauge version allowed
getLanguageVersion() - Method in class com.saxonica.schema.UserComplexType
Get the XML Schema language version
getLanguageVersion() - Method in class net.sf.saxon.query.QueryModule
Get the language version supported
getLanguageVersion() - Method in class net.sf.saxon.query.StaticQueryContext
Get the language version
getLanguageVersion() - Method in class net.sf.saxon.s9api.XPathCompiler
Ask whether an XPath 2.0 or XPath 3.0 processor is being used
getLanguageVersion() - Method in class net.sf.saxon.s9api.XQueryCompiler
Ask whether an XQuery 1.0 or XQuery 1.1 processor is being used
getLargestPatternStackFrame() - Method in class net.sf.saxon.expr.instruct.Executable
Determine the size of the stack frame needed for evaluating match patterns
getLast() - Method in class net.sf.saxon.expr.EarlyEvaluationContext
Get the context size (the position of the last item in the current node list)
getLast() - Method in interface net.sf.saxon.expr.XPathContext
Get the context size (the position of the last item in the current node list)
getLast() - Method in class net.sf.saxon.expr.XPathContextMinor
Get the context size (the position of the last item in the current node list)
getLastChild() - Method in class net.sf.saxon.dom.AttrOverNodeInfo
Get last child
getLastChild() - Method in class net.sf.saxon.dom.NodeOverNodeInfo
Get last child
getLastChild() - Method in class net.sf.saxon.tree.linked.NodeImpl
Get last child - default implementation used for leaf nodes
getLastChildInstruction() - Method in class net.sf.saxon.style.StyleElement
Find the last child instruction of this instruction.
getLastCompletedElement() - Method in class net.sf.saxon.tree.tiny.TinyBuilder
Get the last completed element node.
getLastStep() - Method in class net.sf.saxon.expr.SlashExpression
Get the last step of the path expression
getLeadingSteps() - Method in class net.sf.saxon.expr.SlashExpression
Get a path expression consisting of all steps except the last
getLength() - Method in class com.saxonica.bytecode.iter.OneToOneMappingIterator
 
getLength() - Method in class com.saxonica.expr.IndexedValue
Get the length of the sequence
getLength() - Method in class com.saxonica.functions.map.RangeKey
Get the size of the value (the number of items)
getLength() - Method in class com.saxonica.xslt3.instruct.MergeGroupingIterator.ManualMergGroupingIterator
 
getLength() - Method in class net.sf.saxon.dom.DOMNodeList
return the number of nodes in the list (DOM method)
getLength() - Method in class net.sf.saxon.dom.TextOverNodeInfo
Get the length of a Text or Comment node.
getLength() - Method in class net.sf.saxon.expr.BigRangeIterator
 
getLength() - Method in class net.sf.saxon.expr.ItemMappingIterator
 
getLength() - Method in interface net.sf.saxon.expr.LastPositionFinder
Get the last position (that is, the number of items in the sequence).
getLength() - Method in class net.sf.saxon.expr.RangeIterator
 
getLength() - Method in class net.sf.saxon.expr.ReverseRangeIterator
 
getLength() - Method in class net.sf.saxon.expr.sort.GroupByIterator
Get the last position (that is, the number of groups)
getLength() - Method in class net.sf.saxon.expr.sort.GroupByIterator.ManualGroupByIterator
 
getLength() - Method in class net.sf.saxon.expr.sort.SortedIterator
 
getLength() - Method in class net.sf.saxon.expr.SubsequenceIterator
Get the last position (that is, the number of items in the sequence).
getLength() - Method in class net.sf.saxon.expr.TailIterator
 
getLength() - Method in class net.sf.saxon.functions.Remove.RemoveIterator
Get the last position (that is, the number of items in the sequence).
getLength() - Method in class net.sf.saxon.om.AbstractItem
Get the size of the value (the number of items)
getLength() - Method in class net.sf.saxon.om.AtomicArray
Get the length of the sequence
getLength() - Method in interface net.sf.saxon.om.AtomicSequence
 
getLength() - Method in interface net.sf.saxon.om.AttributeCollection
Return the number of attributes in the list.
getLength() - Method in class net.sf.saxon.om.Chain
Get the size of the value (the number of items)
getLength() - Method in class net.sf.saxon.om.EmptyAtomicSequence
 
getLength() - Method in interface net.sf.saxon.om.GroundedValue
Get the size of the value (the number of items)
getLength() - Method in class net.sf.saxon.om.MemoSequence.ProgressiveIterator
Get the last position (that is, the number of items in the sequence)
getLength(Sequence) - Static method in class net.sf.saxon.om.SequenceTool
Get the length of a sequence (the number of items it contains)
getLength() - Method in class net.sf.saxon.tree.iter.ArrayIterator
Get the number of items in the part of the array being processed
getLength() - Method in class net.sf.saxon.tree.iter.EmptyIterator
Get the position of the last item in the sequence.
getLength() - Method in class net.sf.saxon.tree.iter.ListIterator
 
getLength() - Method in class net.sf.saxon.tree.iter.ManualIterator
 
getLength() - Method in class net.sf.saxon.tree.iter.ReverseArrayIterator
 
getLength() - Method in class net.sf.saxon.tree.iter.SingleNodeIterator
 
getLength() - Method in class net.sf.saxon.tree.iter.SingletonIterator
 
getLength() - Method in class net.sf.saxon.tree.iter.UntypedAtomizingIterator
 
getLength() - Method in class net.sf.saxon.tree.tiny.TinyAttributeCollection
Return the number of attributes in the list.
getLength() - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Return the number of attributes in the list.
getLength() - Method in class net.sf.saxon.value.EmptySequence
Get the length of the sequence
getLength() - Method in class net.sf.saxon.value.IntegerRange
Get the length of the sequence
getLength() - Method in class net.sf.saxon.value.MemoClosure.ProgressiveIterator
Get the last position (that is, the number of items in the sequence)
getLength() - Method in class net.sf.saxon.value.SequenceExtent
Get the number of items in the sequence
getLength() - Method in class net.sf.saxon.value.SingletonClosure
Get the length of the sequence
getLength() - Method in class net.sf.saxon.value.SingletonItem
Get the length of the sequence
getLengthInMicroseconds() - Method in class net.sf.saxon.value.DayTimeDurationValue
Get length of duration in microseconds, as a long
getLengthInMonths() - Method in class net.sf.saxon.value.YearMonthDurationValue
Get the number of months in the duration
getLengthInOctets() - Method in class net.sf.saxon.value.Base64BinaryValue
Get the number of octets in the value
getLengthInOctets() - Method in class net.sf.saxon.value.HexBinaryValue
Get the number of octets in the value
getLengthInSeconds() - Method in class net.sf.saxon.value.DayTimeDurationValue
Get length of duration in seconds
getLengthInSeconds() - Method in class net.sf.saxon.value.DurationValue
Get length of duration in seconds, assuming an average length of month.
getLHS() - Method in class net.sf.saxon.pattern.VennPattern
Get the LHS of the union
getLibraryList() - Method in class net.sf.saxon.functions.FunctionLibraryList
Get the list of contained FunctionLibraries.
getLineAndColumn(int) - Method in class net.sf.saxon.expr.parser.Tokenizer
Get the line and column number corresponding to a given offset in the input expression, as a long value with the line number in the top half and the column number in the lower half
getLineLength() - Method in class com.saxonica.serialize.HTMLIndenterPE
 
getLineLength() - Method in class com.saxonica.serialize.XMLIndenterPE
 
getLineLength() - Method in class net.sf.saxon.serialize.HTMLIndenter
Get the maximum length of lines, after which long lines will be word-wrapped
getLineLength() - Method in class net.sf.saxon.serialize.XMLIndenter
Get the suggested maximum length of a line
getLineNumber() - Method in class com.saxonica.pull.PullToStax.SourceStreamLocation
 
getLineNumber() - Method in class com.saxonica.pull.TinyTreeWalker
Return the line number where the current document event ends.
getLineNumber() - Method in class com.saxonica.pull.TreeWalker
Return the line number where the current document event ends.
getLineNumber() - Method in class com.saxonica.pull.UnconstructedParent
Get line number
getLineNumber() - Method in class com.saxonica.schema.SchemaStructure
Get the line number of the element defining this schema component, within its module.
getLineNumber() - Method in class com.saxonica.stream.om.FleetingNode
Get line number.
getLineNumber() - Method in exception javax.xml.xquery.XQQueryException
Gets the line number in the query string where the error occurred.
getLineNumber() - Method in class javax.xml.xquery.XQStackTraceElement
Gets the line number in the query string containing the execution point represented by this stack trace element.
getLineNumber() - Method in class net.sf.saxon.dom.DOMSender
 
getLineNumber(long) - Method in class net.sf.saxon.dom.DOMSender
 
getLineNumber() - Method in class net.sf.saxon.event.ContentHandlerProxyLocator
Get the line number
getLineNumber(long) - Method in class net.sf.saxon.event.LocationCopier
 
getLineNumber(long) - Method in interface net.sf.saxon.event.LocationProvider
Get the line number within the document, entity or module containing a particular location
getLineNumber() - Method in class net.sf.saxon.evpull.StaxToEventBridge
Return the line number where the current document event ends.
getLineNumber(long) - Method in class net.sf.saxon.evpull.StaxToEventBridge
 
getLineNumber() - Method in class net.sf.saxon.expr.Expression
Get the line number of the expression
getLineNumber(long) - Method in class net.sf.saxon.expr.Expression
Get the line number within the document or module containing a particular location
getLineNumber() - Method in class net.sf.saxon.expr.flwor.ClauseInfo
Get the line number of the instruction in the source stylesheet module.
getLineNumber(long) - Method in class net.sf.saxon.expr.flwor.ClauseInfo
Get the line number within the document, entity or module containing a particular location
getLineNumber() - Method in class net.sf.saxon.expr.instruct.GeneralVariable
Get the line number of the expression
getLineNumber() - Method in class net.sf.saxon.expr.instruct.GlobalVariable
Get the line number where the declaration appears
getLineNumber(long) - Method in class net.sf.saxon.expr.instruct.GlobalVariable
 
getLineNumber() - Method in class net.sf.saxon.expr.instruct.InstructionDetails
Get the line number of the instruction within its module
getLineNumber(long) - Method in class net.sf.saxon.expr.instruct.InstructionDetails
 
getLineNumber(long) - Method in class net.sf.saxon.expr.instruct.LocationMap
Get the line number corresponding to a locationId
getLineNumber() - Method in class net.sf.saxon.expr.instruct.Procedure
 
getLineNumber(long) - Method in class net.sf.saxon.expr.instruct.Procedure
 
getLineNumber(long) - Method in class net.sf.saxon.expr.instruct.TraceExpression
Get the line number of the expression being traced.
getLineNumber() - Method in class net.sf.saxon.expr.parser.ExpressionLocation
Get the line number
getLineNumber(long) - Method in class net.sf.saxon.expr.parser.ExpressionLocation
Get the line number corresponding to a given location Id
getLineNumber() - Method in class net.sf.saxon.expr.parser.ExpressionParser.TemporaryContainer
 
getLineNumber(long) - Method in class net.sf.saxon.expr.parser.ExpressionParser.TemporaryContainer
 
getLineNumber() - Method in class net.sf.saxon.expr.parser.Tokenizer
Get the line number of the current token
getLineNumber(int) - Method in class net.sf.saxon.expr.parser.Tokenizer
Return the line number corresponding to a given offset in the expression
getLineNumber() - Method in interface net.sf.saxon.expr.StaticContext
Get the line number of the expression within its containing entity Returns -1 if no line number is available
getLineNumber(long) - Method in class net.sf.saxon.expr.UserFunctionCall
Get the line number within the document or module containing a particular location
getLineNumber() - Method in class net.sf.saxon.functions.StaticContextForSystemFunctions
Get the line number of the expression within that container.
getLineNumber(int) - Method in interface net.sf.saxon.om.AttributeCollection
Get the line number part of the location of an attribute, at a given index.
getLineNumber() - Method in interface net.sf.saxon.om.NodeInfo
Get line number.
getLineNumber() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Get line number
getLineNumber() - Method in class net.sf.saxon.option.jdom2.JDOM2NodeWrapper
 
getLineNumber() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Get line number
getLineNumber() - Method in class net.sf.saxon.pattern.Pattern
Get the line number on which the pattern was defined
getLineNumber() - Method in class net.sf.saxon.pull.StaxBridge
Return the line number where the current document event ends.
getLineNumber(long) - Method in class net.sf.saxon.pull.StaxBridge
 
getLineNumber() - Method in class net.sf.saxon.query.QueryModule
Get the line number of the expression within that container.
getLineNumber() - Method in class net.sf.saxon.query.XQueryExpression
Return the line number where the current document event ends.
getLineNumber() - Method in class net.sf.saxon.query.XQueryFunction
Get the line number of the instruction in the source stylesheet module.
getLineNumber(long) - Method in class net.sf.saxon.query.XQueryFunction
 
getLineNumber() - Method in class net.sf.saxon.s9api.XdmNode
Get the line number of the node in a source document.
getLineNumber() - Method in class net.sf.saxon.style.ExpressionContext
Get the line number of the expression within its containing entity Returns -1 if no line number is available
getLineNumber(long) - Method in class net.sf.saxon.style.StyleElement
 
getLineNumber() - Method in class net.sf.saxon.sxpath.AbstractStaticContext
Get the line number of the expression within that container.
getLineNumber() - Method in class net.sf.saxon.sxpath.SimpleContainer
Return the line number where the current document event ends.
getLineNumber() - Method in class net.sf.saxon.trace.ContextStackFrame
Get the line number of the location of the instruction that caused this new context to be created
getLineNumber() - Method in interface net.sf.saxon.trace.InstructionInfo
Get the line number of the instruction in the source stylesheet module.
getLineNumber() - Method in class net.sf.saxon.tree.linked.DocumentImpl
Get the line number of this root node.
getLineNumber() - Method in class net.sf.saxon.tree.linked.ElementImpl
Get the line number of the node within its source document entity
getLineNumber(int) - Method in class net.sf.saxon.tree.linked.LineNumberMap
Get the line number corresponding to a given sequence number
getLineNumber() - Method in class net.sf.saxon.tree.linked.NodeImpl
Get the line number of the node within its source document entity
getLineNumber() - Method in class net.sf.saxon.tree.NamespaceNode
Get line number
getLineNumber(int) - Method in class net.sf.saxon.tree.tiny.TinyAttributeCollection
Get the line number part of the location of an attribute, at a given index.
getLineNumber() - Method in class net.sf.saxon.tree.tiny.TinyDocumentImpl
Get the line number of this root node.
getLineNumber() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Get the line number of the node within its source document entity
getLineNumber(int) - Method in class net.sf.saxon.tree.tiny.TinyTree
Get the line number for a node.
getLineNumber(long) - Method in class net.sf.saxon.tree.tiny.TinyTreeEventIterator
Get location information: the line number of the current start element event
getLineNumber(int) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Get the line number part of the location of an attribute, at a given index.
getLineNumber() - Method in class net.sf.saxon.tree.util.Orphan
Get line number
getLineNumber() - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
Get line number
getLineNumber() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Get line number
getLineNumber() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Get line number
getLineNumber() - Method in exception net.sf.saxon.type.ValidationException
 
getLineNumber() - Method in class net.sf.saxon.type.ValidationFailure
 
getLineNumber() - Method in class net.sf.saxon.value.TextFragmentValue
Get line number
getList() - Method in class net.sf.saxon.event.SequenceOutputter
Get the list containing the sequence of items
getLocalAttributeGroupReferences() - Method in class com.saxonica.schema.AttributeGroupDecl
Returns the AttributeGroup references contained locally in this attribute group.
getLocalAttributes() - Method in class com.saxonica.schema.AttributeGroupDecl
Returns the attributes defined locally in this attribute group.
getLocalAttributeWildcard() - Method in class com.saxonica.schema.AttributeGroupDecl
Get the local attribute wildcard used in this attribute group
getLocalContext() - Method in class com.saxonica.stream.feed.GroupingFeed
 
getLocalContext() - Method in class com.saxonica.stream.watch.ApplyTemplatesWatch
 
getLocalContext() - Method in class com.saxonica.stream.watch.ForEachWatch
 
getLocalContext() - Method in class com.saxonica.stream.watch.GroupingWatch
 
getLocalContext() - Method in class com.saxonica.stream.watch.IterateWatch
 
getLocale(String) - Static method in class net.sf.saxon.Configuration
Get a locale given a language code in XML format.
getLocalErrorListener() - Method in class net.sf.saxon.event.PipelineConfiguration
Get the ErrorListener set as a property of this pipeline
getLocalFacetList() - Method in class com.saxonica.schema.UserSimpleType
Return all the facets for this type
getLocalFunctionLibrary() - Method in class net.sf.saxon.query.QueryModule
Get the functions declared locally within this module
getLocalizerFactory() - Method in class net.sf.saxon.Configuration
Get the localizer factory in use
getLocalName() - Method in class com.saxonica.pull.PullToStax
 
getLocalName() - Method in class com.saxonica.schema.UserDefinedType
Deprecated.
since 9.0: use the equivalent method UserDefinedType.getName()
getLocalName(Node) - Static method in class net.sf.saxon.dom.DOMNodeWrapper
Get the local name of a DOM element or attribute node.
getLocalName() - Method in class net.sf.saxon.dom.NodeOverNodeInfo
Get the local name of this node, following the DOM rules
getLocalName() - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getLocalName(int) - Method in interface net.sf.saxon.om.AttributeCollection
Get the local name of an attribute (by position).
getLocalName(int) - Method in class net.sf.saxon.om.NamePool
Get the local part of a name, given its name code or fingerprint
getLocalName(int) - Static method in class net.sf.saxon.om.StandardNames
Get the local part of a system-defined name
getLocalName() - Method in class net.sf.saxon.pattern.LocalNameTest
Get the local name used in this LocalNameTest
getLocalName() - Method in class net.sf.saxon.s9api.QName
The local part of the QName
getLocalName(int) - Method in class net.sf.saxon.tree.tiny.TinyAttributeCollection
Get the local name of an attribute (by position).
getLocalName(int) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Get the local name of an attribute (by position).
getLocalName() - Method in class net.sf.saxon.type.BuiltInListType
Get the local name of this type
getLocalName() - Method in class net.sf.saxon.value.QualifiedNameValue
Get the local part
getLocalNamespaces() - Method in class net.sf.saxon.event.StartTagBuffer
Get the namespaces declared (or undeclared) at the current level
getLocalNamespaces() - Method in class net.sf.saxon.evpull.StartElementEvent
Get the namespaces locally declared on this element
getLocalParam(int) - Method in class net.sf.saxon.expr.instruct.Template
Get the local parameter with a given parameter id
getLocalParameters() - Method in class net.sf.saxon.expr.EarlyEvaluationContext
Get the local (non-tunnel) parameters that were passed to the current function or template
getLocalParameters() - Method in interface net.sf.saxon.expr.XPathContext
Get the local (non-tunnel) parameters that were passed to the current function or template
getLocalParameters() - Method in class net.sf.saxon.expr.XPathContextMajor
Get the local parameters for the current template call.
getLocalParameters() - Method in class net.sf.saxon.expr.XPathContextMinor
Get the local parameters for the current template call.
getLocalPart() - Method in class com.saxonica.pull.UnconstructedDocument
Get the local part of the name of this node.
getLocalPart() - Method in class com.saxonica.pull.UnconstructedParent
Get the local part of the name of this node.
getLocalPart() - Method in class com.saxonica.stream.om.FleetingNode
Get the local part of the name of this node.
getLocalPart() - Method in class net.sf.saxon.dom.DOMNodeWrapper
Get the local part of the name of this node.
getLocalPart() - Method in class net.sf.saxon.om.CodedName
Get the local part of the QName
getLocalPart() - Method in class net.sf.saxon.om.NameOfNode
Get the local part of the QName
getLocalPart() - Method in interface net.sf.saxon.om.NodeInfo
Get the local part of the name of this node.
getLocalPart() - Method in interface net.sf.saxon.om.NodeName
Get the local part of the QName
getLocalPart() - Method in class net.sf.saxon.om.NoNamespaceName
Get the local part of the QName
getLocalPart() - Method in class net.sf.saxon.om.StructuredQName
Get the local part of the QName
getLocalPart() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Get the local part of the name of this node.
getLocalPart() - Method in class net.sf.saxon.option.axiom.AxiomDocumentWrapper
Get the local part of the name of this node.
getLocalPart() - Method in class net.sf.saxon.option.axiom.AxiomElementNodeWrapper
Get the local part of the name of this node.
getLocalPart() - Method in class net.sf.saxon.option.axiom.AxiomLeafNodeWrapper
Get the local part of the name of this node.
getLocalPart() - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
Get the local part of the name of this node.
getLocalPart() - Method in class net.sf.saxon.option.jdom.JDOMNodeWrapper
Get the local part of the name of this node.
getLocalPart() - Method in class net.sf.saxon.option.jdom2.JDOM2NodeWrapper
Get the local part of the name of this node.
getLocalPart() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Get the local part of the name of this node.
getLocalPart() - Method in class net.sf.saxon.pattern.NameTest
Get the local name matched by this nametest
getLocalPart() - Method in class net.sf.saxon.tree.linked.NodeImpl
Get the local name of this node.
getLocalPart() - Method in class net.sf.saxon.tree.NamespaceNode
Get the local part of the name of this node.
getLocalPart() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Get the local part of the name of this node.
getLocalPart() - Method in class net.sf.saxon.tree.util.Orphan
Get the local part of the name of this node.
getLocalPart() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Get the local part of the name of this node.
getLocalPart() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Get the local part of the name of this node.
getLocalPart() - Method in class net.sf.saxon.value.TextFragmentValue
Get the local name of this node.
getLocalSlotNumber() - Method in class com.saxonica.expr.XPath30Parser.TemporaryXSLTVariableBinding
 
getLocalSlotNumber() - Method in class net.sf.saxon.expr.Assignation
If this is a local variable held on the local stack frame, return the corresponding slot number.
getLocalSlotNumber() - Method in interface net.sf.saxon.expr.Binding
If this is a local variable held on the local stack frame, return the corresponding slot number.
getLocalSlotNumber() - Method in class net.sf.saxon.expr.flwor.LocalVariableBinding
If this is a local variable held on the local stack frame, return the corresponding slot number.
getLocalSlotNumber() - Method in class net.sf.saxon.expr.instruct.GeneralVariable
If this is a local variable held on the local stack frame, return the corresponding slot number.
getLocalSlotNumber() - Method in class net.sf.saxon.expr.instruct.UserFunctionParameter
If this is a local variable held on the local stack frame, return the corresponding slot number.
getLocalSlotNumber() - Method in class net.sf.saxon.expr.PositionVariable
If this is a local variable held on the local stack frame, return the corresponding slot number.
getLocalSlotNumber() - Method in class net.sf.saxon.sxpath.XPathVariable
If this is a local variable held on the local stack frame, return the corresponding slot number.
getLocalSlotNumber() - Method in class net.sf.saxon.xpath.JAXPVariable
If this is a local variable held on the local stack frame, return the corresponding slot number.
getLocalType(int) - Method in class com.saxonica.bytecode.util.Generator
Returns the type of the given local variable.
getLocation() - Method in class com.saxonica.pull.PullToStax
 
getLocation() - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getLocationId() - Method in class net.sf.saxon.evpull.StartElementEvent
Get the location associated with the event
getLocationId() - Method in class net.sf.saxon.expr.Expression
Get the location ID of the expression
getLocationId() - Method in class net.sf.saxon.expr.flwor.Clause
Get the location ID, which can be used in conjunction with a LocationProvider to determine the system ID and line number of the clause
getLocationId() - Method in class net.sf.saxon.expr.instruct.GeneralVariable
Get the location ID of the expression
getLocationId(int) - Method in interface net.sf.saxon.om.AttributeCollection
Get the locationID of an attribute (by position)
getLocationId() - Method in class net.sf.saxon.pull.StaxBridge
Get the location of the current event.
getLocationId(int) - Method in class net.sf.saxon.tree.tiny.TinyAttributeCollection
Get the locationID of an attribute (by position)
getLocationId(int) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Get the locationID of an attribute (by position)
getLocationMap() - Method in class net.sf.saxon.expr.instruct.Executable
Get the location map
getLocationMap() - Method in interface net.sf.saxon.expr.StaticContext
Get the location map.
getLocationMap() - Method in class net.sf.saxon.functions.StaticContextForSystemFunctions
 
getLocationMap() - Method in class net.sf.saxon.query.QueryModule
Get the LocationMap, an data structure used to identify the location of compiled expressions within the query source text.
getLocationMap() - Method in class net.sf.saxon.style.ExpressionContext
Get the location map
getLocationMap() - Method in class net.sf.saxon.style.XSLStylesheet
Get the locationMap object
getLocationMap() - Method in class net.sf.saxon.sxpath.AbstractStaticContext
 
getLocationMessage(TransformerException) - Method in class net.sf.saxon.lib.StandardErrorListener
Get a string identifying the location of an error.
getLocationProvider() - Method in class net.sf.saxon.event.ContentHandlerProxy
Get the location provider
getLocationProvider() - Method in class net.sf.saxon.event.PipelineConfiguration
Get the LocationProvider for interpreting location ids passed down this pipeline
getLocationProvider() - Method in interface net.sf.saxon.expr.Container
Get the LocationProvider allowing location identifiers to be resolved.
getLocationProvider() - Method in class net.sf.saxon.expr.Expression
Get the LocationProvider allowing location identifiers to be resolved.
getLocationProvider() - Method in class net.sf.saxon.expr.instruct.GeneralVariable
Get the LocationProvider allowing location identifiers to be resolved.
getLocationProvider() - Method in class net.sf.saxon.expr.instruct.Procedure
Get the LocationProvider allowing location identifiers to be resolved.
getLocationProvider() - Method in class net.sf.saxon.expr.parser.ExpressionParser.TemporaryContainer
 
getLocationProvider() - Method in class net.sf.saxon.pattern.Pattern
Get the LocationProvider allowing location identifiers to be resolved.
getLocationProvider() - Method in class net.sf.saxon.query.XQueryExpression
Get the LocationProvider allowing location identifiers to be resolved.
getLocationProvider() - Method in class net.sf.saxon.query.XQueryFunction
Get the LocationProvider allowing location identifiers to be resolved.
getLocationProvider() - Method in class net.sf.saxon.style.StyleElement
Get the LocationProvider allowing location identifiers to be resolved.
getLocationProvider() - Method in class net.sf.saxon.sxpath.AbstractStaticContext
Get the LocationProvider allowing location identifiers to be resolved.
getLocationProvider() - Method in class net.sf.saxon.sxpath.SimpleContainer
Get the LocationProvider allowing location identifiers to be resolved.
getLocationURI() - Method in class net.sf.saxon.query.QueryModule
Get the location URI for a module
getLocator() - Method in exception net.sf.saxon.type.ValidationException
 
getLocator() - Method in class net.sf.saxon.type.ValidationFailure
 
getLoginTimeout() - Method in interface javax.xml.xquery.ConnectionPoolXQDataSource
Gets the maximum time in seconds that this datasource can wait while attempting to connect to a database.
getLoginTimeout() - Method in interface javax.xml.xquery.XQDataSource
Gets the maximum time in seconds that this datasource can wait while attempting to connect to a database.
getLoginTimeout() - Method in class net.sf.saxon.xqj.SaxonXQDataSource
 
getLogWriter() - Method in interface javax.xml.xquery.ConnectionPoolXQDataSource
Retrieves the log writer for this datasource object.
getLogWriter() - Method in interface javax.xml.xquery.XQDataSource
Retrieves the log writer for this XQDataSource object.
getLogWriter() - Method in class net.sf.saxon.xqj.SaxonXQDataSource
 
getLong() - Method in interface javax.xml.xquery.XQItemAccessor
Gets the current item as a long.
getLong() - Method in class net.sf.saxon.xqj.SaxonXQForwardSequence
 
getLong() - Method in class net.sf.saxon.xqj.SaxonXQItem
 
getLong() - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
getLongValue() - Method in class net.sf.saxon.s9api.XdmAtomicValue
Get the value converted to an integer using the XPath casting rules
getLongValue(TinyTree, int) - Static method in class net.sf.saxon.tree.tiny.WhitespaceTextImpl
Static method to get the "long" value representing the content of a whitespace text node
getLookup() - Method in class com.saxonica.expr.IndexedLookupExpression
Get the lookup expression
getLSResourceResolver() - Method in class com.saxonica.jaxp.URIResourceResolver
 
getMajorReleaseDate() - Static method in class net.sf.saxon.Version
Get the issue date of the most recent major release of the product, that is, a release offering new functionality rather than just bug fixes (typically, a release in which the first two digits of the version number change, for example 9.2 to 9.3).
getMappingFunction(XPathContext) - Method in class net.sf.saxon.expr.ItemChecker
Get the mapping function used to implement this item check.
getMarkedNode() - Method in class net.sf.saxon.event.BuilderMonitor
On completion of tree building, get the node that was marked using markNextNode().
getMarkedNode() - Method in class net.sf.saxon.tree.linked.LinkedBuilderMonitor
 
getMarkedNode() - Method in class net.sf.saxon.tree.tiny.TinyBuilderMonitor
 
getMatch() - Method in class com.saxonica.xslt3.style.XSLAccumulatorRule
 
getMatch() - Method in class net.sf.saxon.trans.KeyDefinition
Get the match pattern for the key definition
getMatchingExpression() - Method in class net.sf.saxon.expr.instruct.AnalyzeString
Get the expression used to process matching substrings
getMatchPattern() - Method in class net.sf.saxon.expr.instruct.Template
Get the match pattern used with this template
getMaxExpressionLength() - Method in interface javax.xml.xquery.XQMetaData
Gets the maximum number of characters allowed in an expression in this data source.
getMaxExpressionLength() - Method in class net.sf.saxon.xqj.SaxonXQMetaData
 
getMaxima() - Method in class com.saxonica.schema.AllModelGroup
Get the values of maxOccurs() for all the particles, as an array
getMaximumNumberOfArguments() - Method in class com.saxonica.functions.extfn.AnalyzeStringFunction
Get the maximum number of arguments allowed by the function
getMaximumNumberOfArguments() - Method in class com.saxonica.functions.extfn.CompileQuery
Get the maximum number of arguments allowed by the function
getMaximumNumberOfArguments() - Method in class com.saxonica.functions.extfn.CompileStylesheet
Get the maximum number of arguments allowed by the function
getMaximumNumberOfArguments() - Method in class com.saxonica.functions.extfn.DeepEqual
Get the maximum number of arguments allowed by the function
getMaximumNumberOfArguments() - Method in class com.saxonica.functions.extfn.Deref
Get the maximum number of arguments allowed by the function
getMaximumNumberOfArguments() - Method in class com.saxonica.functions.extfn.DynamicErrorInfo
Get the maximum number of arguments allowed by the function
getMaximumNumberOfArguments() - Method in class com.saxonica.functions.extfn.Eval
Get the maximum number of arguments allowed by the function
getMaximumNumberOfArguments() - Method in class com.saxonica.functions.extfn.Evaluate
Get the maximum number of arguments allowed by the function
getMaximumNumberOfArguments() - Method in class com.saxonica.functions.extfn.EvaluateNode
Get the maximum number of arguments allowed by the function
getMaximumNumberOfArguments() - Method in class com.saxonica.functions.extfn.ExpressionFn
Get the maximum number of arguments allowed by the function
getMaximumNumberOfArguments() - Method in class com.saxonica.functions.extfn.GeneralFilterFunction
Get the maximum number of arguments allowed by the function
getMaximumNumberOfArguments() - Method in class com.saxonica.functions.extfn.Index
Get the maximum number of arguments allowed by the function
getMaximumNumberOfArguments() - Method in class com.saxonica.functions.extfn.LastModified
Get the maximum number of arguments required by the function
getMaximumNumberOfArguments() - Method in class com.saxonica.functions.extfn.Parse
Get the maximum number of arguments allowed by the function
getMaximumNumberOfArguments() - Method in class com.saxonica.functions.extfn.QueryFn
Get the maximum number of arguments allowed by the function
getMaximumNumberOfArguments() - Method in class com.saxonica.functions.extfn.Ref
Get the maximum number of arguments allowed by the function
getMaximumNumberOfArguments() - Method in class com.saxonica.functions.extfn.SchemaFn
Get the maximum number of arguments allowed by the function
getMaximumNumberOfArguments() - Method in class com.saxonica.functions.extfn.SendMail
Get the maximum number of arguments allowed by the function
getMaximumNumberOfArguments() - Method in class com.saxonica.functions.extfn.Serialize
Get the maximum number of arguments allowed by the function
getMaximumNumberOfArguments() - Method in class com.saxonica.functions.extfn.SubsequenceTestFn
Get the maximum number of arguments allowed by the function.
getMaximumNumberOfArguments() - Method in class com.saxonica.functions.extfn.TransformFn
Get the maximum number of arguments allowed by the function
getMaximumNumberOfArguments() - Method in class com.saxonica.functions.extfn.ValidateFn
Get the maximum number of arguments allowed by the function
getMaximumNumberOfArguments() - Method in class com.saxonica.functions.hof.DynamicFunctionCallDefinition
Get the maximum number of arguments allowed by the function
getMaximumNumberOfArguments() - Method in class com.saxonica.functions.map.MapNew
Get the maximum number of arguments allowed by the function.
getMaximumNumberOfArguments() - Method in class com.saxonica.functions.xpath3.Atan2Fn
Get the maximum number of arguments allowed by the function.
getMaximumNumberOfArguments() - Method in class com.saxonica.functions.xpath3.Pi
 
getMaximumNumberOfArguments() - Method in class com.saxonica.functions.xpath3.PowFn
Get the maximum number of arguments allowed by the function.
getMaximumNumberOfArguments() - Method in class com.saxonica.functions.xpath3.TrigonometricFn
Get the maximum number of arguments allowed by the function.
getMaximumNumberOfArguments() - Method in class net.sf.saxon.functions.IsWholeNumber
Get the maximum number of arguments allowed by the function
getMaximumNumberOfArguments() - Method in class net.sf.saxon.lib.ExtensionFunctionDefinition
Get the maximum number of arguments allowed by the function.
getMaximumNumberOfWarnings() - Method in class net.sf.saxon.lib.StandardErrorListener
Get the maximum number of warnings that are reported; further warnings after this limit are silently ignored
getMaxInclusive(BuiltInAtomicType) - Static method in class net.sf.saxon.value.IntegerValue
Get the maxInclusive facet for a built-in integer subtype
getMaxOccurs() - Method in class com.saxonica.schema.Particle
Returns the maximum number of occurrences that this Particle may appear in the containing content model
getMaxTransition() - Method in class com.saxonica.schema.fsa.AutomatonState
Get the transition to be used when the maxOccurs value is reached for a counting state.
getMaxUserNameLength() - Method in interface javax.xml.xquery.XQMetaData
Gets the maximum number of characters allowed in a user name.
getMaxUserNameLength() - Method in class net.sf.saxon.xqj.SaxonXQMetaData
 
getMaxValueExpression() - Method in class net.sf.saxon.expr.IntegerRangeTest
Get the expression denoting the end of the range
getMember() - Method in class net.sf.saxon.z.IntSingletonSet
 
getMembers() - Method in class net.sf.saxon.expr.flwor.Tuple
 
getMemberTypeReferences() - Method in class com.saxonica.schema.UserUnionType
Get the list of member types
getMergeSourceExpr() - Method in class com.saxonica.xslt3.instruct.MergeInstr
 
getMessage() - Method in exception com.saxonica.bytecode.util.CannotCompileException
 
getMessage() - Method in class com.saxonica.schema.Assertion
Get the user-defined error message associated with the assertion
getMessage() - Method in class com.saxonica.schema.Facet
Get the message to be used when this facet is violated.
getMessage() - Method in exception com.saxonica.schema.UnresolvedReferenceExceptionImpl
 
getMessage() - Method in class net.sf.saxon.expr.parser.RoleLocator
Construct and return the error message indicating a type error
getMessage() - Method in exception net.sf.saxon.om.NamespaceException
 
getMessage() - Method in exception net.sf.saxon.om.QNameException
 
getMessage() - Method in exception net.sf.saxon.s9api.SaxonApiException
Returns the detail message string of this throwable.
getMessage() - Method in exception net.sf.saxon.s9api.SaxonApiUncheckedException
Returns the detail message string of this throwable.
getMessage() - Method in class net.sf.saxon.type.ValidationFailure
 
getMessageEmitter() - Method in class net.sf.saxon.Controller
Get the Receiver used for xsl:message output.
getMessageEmitterClass() - Method in class net.sf.saxon.Configuration
Get the name of the class that will be instantiated to create a MessageEmitter, to process the output of xsl:message instructions in XSLT.
getMessageListener() - Method in class net.sf.saxon.s9api.XsltTransformer
Get the MessageListener to be notified whenever the stylesheet evaluates an xsl:message instruction.
getMessageReceiverClassName() - Method in class net.sf.saxon.trans.CompilerInfo
Get the name of the class that will be instantiated to create a MessageEmitter, to process the output of xsl:message instructions in XSLT.
getMetaData() - Method in interface javax.xml.xquery.XQConnection
Gets the metadata for this connection.
getMetaData() - Method in class net.sf.saxon.xqj.SaxonXQConnection
 
getMicrosecond() - Method in class net.sf.saxon.value.DateTimeValue
Get the microsecond component, 0-999999
getMicrosecond() - Method in class net.sf.saxon.value.TimeValue
Get the microsecond component, 0-999999
getMicrosecond() - Method in class net.sf.saxon.xqj.SaxonXMLGregorianCalendar
Return microsecond precision of SaxonXMLGregorianCalendar.getFractionalSecond().
getMicroseconds() - Method in class net.sf.saxon.value.DurationValue
Get the microseconds component
getMinima() - Method in class com.saxonica.schema.AllModelGroup
Get the values of minOccurs() for all the particles, as an array
getMinImportPrecedence() - Method in class net.sf.saxon.style.StylesheetModule
Get the minimum import precedence of this module, that is, the lowest import precedence of the modules that it imports.
getMinImportPrecedence() - Method in class net.sf.saxon.trans.Rule
 
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.extfn.AnalyzeStringFunction
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.extfn.CompileQuery
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.extfn.CompileStylesheet
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.extfn.DeepEqual
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.extfn.Deref
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.extfn.DynamicErrorInfo
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.extfn.Eval
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.extfn.Evaluate
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.extfn.EvaluateNode
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.extfn.ExpressionFn
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.extfn.GeneralFilterFunction
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.extfn.Index
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.extfn.LastModified
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.extfn.Parse
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.extfn.QueryFn
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.extfn.Ref
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.extfn.SchemaFn
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.extfn.SendMail
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.extfn.Serialize
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.extfn.SubsequenceTestFn
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.extfn.TransformFn
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.extfn.ValidateFn
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.hof.DynamicFunctionCallDefinition
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.map.MapCollation
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.map.MapContains
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.map.MapEntry
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.map.MapGet
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.map.MapKeys
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.map.MapNew
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.map.MapRemove
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.map.MapSize
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.xpath3.Atan2Fn
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.xpath3.Pi
 
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.xpath3.PowFn
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class com.saxonica.functions.xpath3.TrigonometricFn
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class net.sf.saxon.functions.IsWholeNumber
Get the minimum number of arguments required by the function
getMinimumNumberOfArguments() - Method in class net.sf.saxon.lib.ExtensionFunctionDefinition
Get the minimum number of arguments required by the function
getMinInclusive(BuiltInAtomicType) - Static method in class net.sf.saxon.value.IntegerValue
Get the minInclusive facet for a built-in integer subtype
getMinOccurs() - Method in class com.saxonica.schema.Particle
Returns the minimum number of occurrences that this Particle must appear in the containing content model
getMinusSign() - Method in class net.sf.saxon.trans.DecimalSymbols
Get the minus sign value
getMinute() - Method in class net.sf.saxon.value.DateTimeValue
Get the minute component, 0-59
getMinute() - Method in class net.sf.saxon.value.TimeValue
Get the minute component, 0-59
getMinute() - Method in class net.sf.saxon.xqj.SaxonXMLGregorianCalendar
getMinutes() - Method in class net.sf.saxon.value.DurationValue
Get the minutes component
getMinValueExpression() - Method in class net.sf.saxon.expr.IntegerRangeTest
Get the expression denoting the start of the range
getMixedAttribute() - Method in class com.saxonica.schema.sdoc.XSDComplexContent
 
getMode() - Method in class com.saxonica.schema.sdoc.XSDOpenContent
 
getMode() - Method in class com.saxonica.stream.watch.ApplyTemplatesWatch
 
getMode() - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
Get the Mode
getMode(StructuredQName, boolean) - Method in class net.sf.saxon.trans.RuleManager
Get the Mode object for a named mode.
getModel() - Method in class net.sf.saxon.Controller
Get the tree model that will be used.
getModel() - Method in class net.sf.saxon.lib.AugmentedSource
Get the tree model that will be used.
getModel() - Method in class net.sf.saxon.lib.ParseOptions
Get the tree model that will be used.
getModelGroup() - Method in class com.saxonica.schema.sdoc.XSDCompositor
Returns the constructed Compositor.
getModelGroupParticle() - Method in class com.saxonica.schema.sdoc.XSDCompositor
Returns the particle referring to the constructed ModelGroup.
getModeName() - Method in class net.sf.saxon.trans.Mode
Get the name of the mode (for diagnostics only)
getModeNames() - Method in class net.sf.saxon.expr.instruct.Template
Get the names of the modes associated with this template rule
getModule() - Method in class net.sf.saxon.style.Declaration
 
getModuleNamespace() - Method in class net.sf.saxon.query.QueryModule
Get the namespace of the current library module.
getModuleURI() - Method in exception javax.xml.xquery.XQQueryException
Gets the module URI of the module in which the error occurred.
getModuleURI() - Method in class javax.xml.xquery.XQStackTraceElement
Gets the module URI containing the execution point represented by this stack trace element.
getModuleURIResolver() - Method in class net.sf.saxon.Configuration
Get the user-defined ModuleURIResolver for resolving URIs used in "import module" declarations in the XQuery prolog; returns null if none has been explicitly set.
getModuleURIResolver() - Method in class net.sf.saxon.query.StaticQueryContext
Get the user-defined ModuleURIResolver for resolving URIs used in "import module" declarations in the XQuery prolog; returns null if none has been explicitly set either on the StaticQueryContext or on the Configuration.
getModuleURIResolver() - Method in class net.sf.saxon.s9api.XQueryCompiler
Get the user-defined ModuleURIResolver for resolving URIs used in import module declarations in the XQuery prolog; returns null if none has been explicitly set either here or in the Saxon Configuration.
getModuleVariables() - Method in class net.sf.saxon.query.QueryModule
Get global variables declared in this module
getMonth() - Method in class net.sf.saxon.value.DateTimeValue
Get the month component, 1-12
getMonth() - Method in class net.sf.saxon.value.GDateValue
Get the month component of the date (in local form)
getMonth() - Method in class net.sf.saxon.xqj.SaxonXMLGregorianCalendar
Return number of month or DatatypeConstants.FIELD_UNDEFINED.
getMonths() - Method in class net.sf.saxon.value.DurationValue
Get the months component
getMostRecentAttributeType() - Method in class com.saxonica.validate.AttributeValidator
Get the SimpleType used for validating the most recent attribute, if any
getName() - Method in class com.saxonica.bytecode.util.NamedLabel
 
getName() - Method in class com.saxonica.pull.PullToStax
 
getName() - Method in class com.saxonica.schema.AssertionFacet
 
getName() - Method in class com.saxonica.schema.AttributeDecl
Get the local name of this Attribute Declaration.
getName() - Method in class com.saxonica.schema.AttributeGroupDecl
Returns the local part of the name of this named AttributeGroup.
getName() - Method in class com.saxonica.schema.ElementDecl
Returns the local name of this Element declaration.
getName() - Method in class com.saxonica.schema.ElementParticle
Returns the local name of this Element particle.
getName() - Method in class com.saxonica.schema.EnumerationFacet
Get the name of this facet
getName() - Method in class com.saxonica.schema.EnumerationFacetSet
The name of this facet.
getName() - Method in class com.saxonica.schema.ExplicitTimezoneFacet
 
getName() - Method in class com.saxonica.schema.Facet
Returns the name of this Facet
getName() - Method in class com.saxonica.schema.FractionDigitsFacet
 
getName() - Method in class com.saxonica.schema.IdentityConstraint
Return the name of this IdentityConstraint.
getName() - Method in class com.saxonica.schema.LengthFacet
 
getName() - Method in class com.saxonica.schema.MaxExclusiveFacet
 
getName() - Method in class com.saxonica.schema.MaxInclusiveFacet
 
getName() - Method in class com.saxonica.schema.MaxLengthFacet
 
getName() - Method in class com.saxonica.schema.MinExclusiveFacet
 
getName() - Method in class com.saxonica.schema.MinInclusiveFacet
 
getName() - Method in class com.saxonica.schema.MinLengthFacet
 
getName() - Method in class com.saxonica.schema.ModelGroupDefinition
Returns the local part of the name of this named Group.
getName() - Method in class com.saxonica.schema.Notation
Return the local name of this Notation.
getName() - Method in class com.saxonica.schema.PatternFacet
 
getName() - Method in class com.saxonica.schema.PreprocessFacet
 
getName() - Method in class com.saxonica.schema.TotalDigitsFacet
 
getName() - Method in class com.saxonica.schema.UserDefinedType
Get the local name of this type if it has one.
getName() - Method in class com.saxonica.schema.WhitespaceFacet
 
getName() - Method in class net.sf.saxon.dom.AttrOverNodeInfo
Get the name of an attribute node (the lexical QName) (DOM method)
getName() - Method in class net.sf.saxon.dom.DOMObjectModel
 
getName() - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getName() - Method in class net.sf.saxon.om.AbsolutePath.PathElement
Get the name of the node
getName() - Method in class net.sf.saxon.om.TreeModel
Get a name that identifies the tree model
getName() - Method in class net.sf.saxon.option.axiom.AxiomObjectModel
 
getName() - Method in class net.sf.saxon.option.dom4j.DOM4JObjectModel
 
getName() - Method in class net.sf.saxon.option.jdom.JDOMObjectModel
 
getName() - Method in class net.sf.saxon.option.jdom2.JDOM2ObjectModel
 
getName() - Method in class net.sf.saxon.option.xom.XOMObjectModel
 
getName() - Method in class net.sf.saxon.pull.UnparsedEntity
Get the name of the unparsed entity
getName() - Method in class net.sf.saxon.query.LanguageFeature
Get the name of the feature
getName() - Method in interface net.sf.saxon.s9api.ExtensionFunction
Return the name of the external function
getName() - Method in class net.sf.saxon.s9api.XdmFunctionItem
Get the name of the function
getName() - Method in class net.sf.saxon.type.AnySimpleType
Get the local name of this type
getName() - Method in class net.sf.saxon.type.AnyType
Get the local name of this type
getName() - Method in class net.sf.saxon.type.BuiltInAtomicType
Get the local name of this type
getName() - Method in class net.sf.saxon.type.BuiltInListType
Get the local name of this type
getName() - Method in class net.sf.saxon.type.ErrorType
Get the local name of this type
getName() - Method in class net.sf.saxon.type.ExternalObjectType
Get the local name of this type.
getName() - Method in interface net.sf.saxon.type.SchemaType
Get the local name of this type
getName() - Method in class net.sf.saxon.type.Untyped
Get the local name of this type
getNameChecker() - Method in class net.sf.saxon.Configuration
Get a class that can be used to check names against the selected XML version
getNameChecker() - Method in class net.sf.saxon.expr.parser.ExpressionParser
Get the name checker used by this parser
getNameChecker() - Method in class net.sf.saxon.expr.XPathContextMinor
Get a NameChecker for checking names against the XML 1.0 or XML 1.1 specification as appropriate
getNameChecker() - Method in class net.sf.saxon.lib.ConversionRules
Get the class that will be used to check whether XML names are valid.
getNameCode() - Method in class com.saxonica.pull.ElementNameTracker
Get the nameCode identifying the name of the current node.
getNameCode() - Method in class com.saxonica.pull.PullFromIterator
Get the nameCode identifying the name of the current node.
getNameCode() - Method in class com.saxonica.pull.PullNamespaceReducer
Get the nameCode identifying the name of the current node.
getNameCode() - Method in class com.saxonica.pull.TinyTreeWalker
Get the nameCode identifying the name of the current node.
getNameCode() - Method in class com.saxonica.pull.TreeWalker
Get the nameCode identifying the name of the current node.
getNameCode() - Method in class com.saxonica.pull.UnconstructedDocument
Get name code.
getNameCode() - Method in class com.saxonica.pull.UnconstructedElement
Get name code.
getNameCode() - Method in class com.saxonica.pull.VirtualTreeWalker
Get the nameCode identifying the name of the current node.
getNameCode() - Method in class com.saxonica.schema.AttributeDecl
Get the nameCode of the name of this attribute declaration in the namePool
getNameCode() - Method in class com.saxonica.schema.ElementDecl
Get the nameCode of the name of this element declaration in the namePool
getNameCode() - Method in class com.saxonica.schema.ModelGroupDefinition
 
getNameCode(String, int) - Method in class com.saxonica.schema.sdoc.SchemaElement
This method is called to check that a QName is valid and allocate a nameCode for the name in the namePool.
getNameCode() - Method in class com.saxonica.schema.SimpleComponentReference
 
getNameCode() - Method in class com.saxonica.schema.UserDefinedType
Get the namecode of the name of this type.
getNameCode() - Method in class com.saxonica.stream.om.FleetingNode
Get name code.
getNameCode() - Method in class net.sf.saxon.dom.DOMNodeWrapper
Get name code.
getNameCode(int) - Method in interface net.sf.saxon.om.AttributeCollection
Get the namecode of an attribute (by position).
getNameCode() - Method in class net.sf.saxon.om.CodedName
Get the nameCode of this name if known.
getNameCode() - Method in class net.sf.saxon.om.FingerprintedQName
Get the nameCode of this name if known.
getNameCode() - Method in class net.sf.saxon.om.NameOfNode
Get the nameCode of this name if known.
getNameCode() - Method in interface net.sf.saxon.om.NodeInfo
Get name code.
getNameCode() - Method in interface net.sf.saxon.om.NodeName
Get the nameCode of this name if known.
getNameCode() - Method in class net.sf.saxon.om.NoNamespaceName
Get the nameCode of this name if known.
getNameCode() - Method in class net.sf.saxon.om.StructuredQName
Get the nameCode of this name if known.
getNameCode() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Get name code.
getNameCode() - Method in class net.sf.saxon.option.axiom.AxiomDocumentWrapper
Get name code.
getNameCode() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Get name code.
getNameCode() - Method in class net.sf.saxon.pull.PullFilter
Get the nameCode identifying the name of the current node.
getNameCode() - Method in interface net.sf.saxon.pull.PullProvider
Get the nameCode identifying the name of the current node.
getNameCode() - Method in class net.sf.saxon.pull.StaxBridge
Get the nameCode identifying the name of the current node.
getNameCode() - Method in class net.sf.saxon.tree.linked.ElementImpl
Get the nameCode of the node.
getNameCode() - Method in class net.sf.saxon.tree.linked.NodeImpl
Get the nameCode of the node.
getNameCode() - Method in class net.sf.saxon.tree.NamespaceNode
Get name code.
getNameCode(int) - Method in class net.sf.saxon.tree.tiny.TinyAttributeCollection
Get the namecode of an attribute (by position).
getNameCode() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Get the name code of the node, used for matching names
getNameCode(int) - Method in class net.sf.saxon.tree.tiny.TinyTree
Get the nameCode for a given node, which must be a document, element, text, comment, or processing instruction node
getNameCode(int) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Get the namecode of an attribute (by position).
getNameCode() - Method in class net.sf.saxon.tree.util.Orphan
Get name code.
getNameCode() - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
Get name code.
getNameCode() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Get name code.
getNameCode() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Get name code.
getNameCode() - Method in class net.sf.saxon.type.AnySimpleType
Get the namecode of the name of this type.
getNameCode() - Method in class net.sf.saxon.type.AnyType
Get the namecode of the name of this type.
getNameCode() - Method in class net.sf.saxon.type.BuiltInAtomicType
Get the namecode of the name of this type.
getNameCode() - Method in class net.sf.saxon.type.BuiltInListType
Get the namecode of the name of this type.
getNameCode() - Method in class net.sf.saxon.type.ErrorType
Get the namecode of the name of this type.
getNameCode() - Method in interface net.sf.saxon.type.SchemaType
Get the namecode of the name of this type.
getNameCode() - Method in class net.sf.saxon.type.Untyped
Get the namecode of the name of this type.
getNameCode() - Method in class net.sf.saxon.value.TextFragmentValue
Get the name code of the node, used for displaying names
getNameCodeArray() - Method in class net.sf.saxon.tree.tiny.TinyTree
Get the array holding node name information
getNameCodes() - Method in class com.saxonica.schema.AllModelGroup
Get the namecodes of the element particles corresponding to each item in the maxima/minima arrays.
getNamedCollation(String) - Method in class net.sf.saxon.expr.CollationMap
Get the collation with a given collation name.
getNamedCollation(String) - Method in class net.sf.saxon.expr.instruct.Executable
Find a named collation.
getNamedDecimalFormat(StructuredQName) - Method in class net.sf.saxon.trans.DecimalFormatManager
Get a named decimal-format registered using setNamedDecimalFormat
getNamedTemplate(StructuredQName) - Method in class net.sf.saxon.PreparedStylesheet
Get the named template with a given name.
getNamedTemplate(StructuredQName) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
Get the named template with a given name
getNameExpression() - Method in class net.sf.saxon.expr.instruct.ComputedAttribute
Get the expression used to compute the name of the attribute
getNameExpression() - Method in class net.sf.saxon.expr.instruct.ComputedElement
Get the expression used to compute the element name
getNameExpression() - Method in class net.sf.saxon.expr.instruct.NamespaceConstructor
Get the expression that defines the namespace node's name
getNameExpression() - Method in class net.sf.saxon.expr.instruct.ProcessingInstruction
Get the expression that defines the processing instruction name
getNamePool() - Method in class com.saxonica.pull.TinyTreeWalker
Get the namePool used to lookup all name codes and namespace codes
getNamePool() - Method in class com.saxonica.pull.TreeWalker
Get the namePool used to lookup all name codes and namespace codes
getNamePool() - Method in class com.saxonica.pull.UnconstructedParent
Get the NamePool that holds the namecode for this node
getNamePool() - Method in class com.saxonica.pull.VirtualTreeWalker
Get the namepool
getNamePool() - Method in class com.saxonica.schema.PreparedSchema
Get the NamePool used by this schema
getNamePool() - Method in class com.saxonica.schema.SchemaCompiler
Get the NamePool
getNamePool() - Method in class com.saxonica.schema.UserDefinedType
Get the NamePool in which the name of this type is defined
getNamePool() - Method in class com.saxonica.stream.om.FleetingDocumentNode
Get the NamePool that holds the namecode for this node
getNamePool() - Method in class com.saxonica.stream.om.FleetingNode
Get the NamePool that holds the namecode for this node
getNamePool() - Method in class net.sf.saxon.Configuration
Get the target namepool to be used for stylesheets/queries and for source documents.
getNamePool() - Method in class net.sf.saxon.Controller
Get the name pool in use.
getNamePool() - Method in class net.sf.saxon.dom.DocumentWrapper
Get the name pool used for the names in this document
getNamePool() - Method in class net.sf.saxon.event.ProxyReceiver
Get the namepool for this configuration
getNamePool() - Method in class net.sf.saxon.event.SequenceReceiver
Get the name pool
getNamePool() - Method in class net.sf.saxon.evpull.StaxToEventBridge
Get the name pool
getNamePool() - Method in class net.sf.saxon.expr.EarlyEvaluationContext
Get the Name Pool
getNamePool() - Method in interface net.sf.saxon.expr.StaticContext
Get the NamePool used for compiling expressions
getNamePool() - Method in interface net.sf.saxon.expr.XPathContext
Get the Name Pool
getNamePool() - Method in class net.sf.saxon.expr.XPathContextMinor
Get the Name Pool
getNamePool() - Method in class net.sf.saxon.functions.StaticContextForSystemFunctions
Get the NamePool used for compiling expressions
getNamePool() - Method in interface net.sf.saxon.om.NodeInfo
Get the NamePool that holds the namecode for this node
getNamePool() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Get the name pool for this node
getNamePool() - Method in class net.sf.saxon.option.axiom.AxiomDocumentWrapper
Get the name pool used for the names in this document
getNamePool() - Method in class net.sf.saxon.option.dom4j.DOM4JDocumentWrapper
Get the name pool used for the names in this document
getNamePool() - Method in class net.sf.saxon.option.jdom.JDOMDocumentWrapper
Get the name pool used for the names in this document
getNamePool() - Method in class net.sf.saxon.option.jdom2.JDOM2DocumentWrapper
Get the name pool used for the names in this document
getNamePool() - Method in class net.sf.saxon.option.xom.XOMDocumentWrapper
Get the name pool used for the names in this document
getNamePool() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Get the name pool for this node
getNamePool() - Method in class net.sf.saxon.pattern.NameTest
Get the NamePool associated with this NameTest
getNamePool() - Method in class net.sf.saxon.pull.PullFilter
Helper method to get the current namePool
getNamePool() - Method in class net.sf.saxon.pull.StaxBridge
Get the name pool
getNamePool() - Method in class net.sf.saxon.query.QueryModule
Get the NamePool used for compiling expressions
getNamePool() - Method in class net.sf.saxon.query.StaticQueryContext
Get the NamePool used for compiling expressions
getNamePool() - Method in class net.sf.saxon.style.ExpressionContext
Get the NamePool used for compiling expressions
getNamePool() - Method in class net.sf.saxon.sxpath.AbstractStaticContext
Get the NamePool used for compiling expressions
getNamePool() - Method in class net.sf.saxon.trace.ExpressionPresenter
Get the name pool
getNamePool() - Method in class net.sf.saxon.tree.linked.DocumentImpl
Get the name pool used for the names in this document
getNamePool() - Method in class net.sf.saxon.tree.linked.NodeImpl
Get the NamePool
getNamePool() - Method in class net.sf.saxon.tree.NamespaceNode
Get the NamePool that holds the namecode for this node
getNamePool() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Get the NamePool for the tree containing this node
getNamePool() - Method in class net.sf.saxon.tree.tiny.TinyTree
Get the name pool used for the names in this document
getNamePool() - Method in class net.sf.saxon.tree.util.Orphan
Get the name pool
getNamePool() - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
Get the name pool for this node
getNamePool() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Get the name pool for this node
getNamePool() - Method in class net.sf.saxon.tree.wrapper.SpaceStrippedDocument
Get the name pool used for the names in this document
getNamePool() - Method in class net.sf.saxon.tree.wrapper.TypeStrippedDocument
Get the name pool used for the names in this document
getNamePool() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Get the NamePool that holds the namecode for this node
getNamePool() - Method in class net.sf.saxon.value.TextFragmentValue
Get the name pool used for the names in this document
getNames(XPathContext) - Static method in class com.saxonica.functions.xpath3.AvailableEnvironmentVariables
 
getNamespace() - Method in class com.saxonica.schema.AttributeDecl
Deprecated.
since 9.0: use the renamed method getTargetNamespace()
getNamespaceAlias(String) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
Get the declared namespace alias for a given namespace URI code if there is one.
getNamespaceBinding(int) - Method in class com.saxonica.pull.VirtualTreeWalker
Get the n'th declaration in the list in the form of a namespace code.
getNamespaceBinding() - Method in class net.sf.saxon.om.CodedName
Get a NamespaceBinding whose (prefix, uri) pair are the prefix and URI of this node name
getNamespaceBinding() - Method in class net.sf.saxon.om.NameOfNode
Get a NamespaceBinding whose (prefix, uri) pair are the prefix and URI of this node name
getNamespaceBinding(int) - Method in class net.sf.saxon.om.NamePool
Get a namespace binding for a given namecode.
getNamespaceBinding() - Method in interface net.sf.saxon.om.NodeName
Get a NamespaceBinding whose (prefix, uri) pair are the prefix and URI of this node name
getNamespaceBinding() - Method in class net.sf.saxon.om.NoNamespaceName
Get a NamespaceBinding whose (prefix, uri) pair are the prefix and URI of this node name
getNamespaceBinding() - Method in class net.sf.saxon.om.StructuredQName
Get the NamespaceBinding (prefix/uri pair) corresponding to this name
getNamespaceCodeArray() - Method in class net.sf.saxon.tree.tiny.TinyTree
Get the array used to hold the namespace codes of namespace declarations
getNamespaceContext() - Method in class com.saxonica.pull.PullToStax
 
getNamespaceContext() - Method in class com.saxonica.schema.EnumerationFacet
Get the namespace context of the value
getNamespaceContext() - Method in class com.saxonica.schema.IdentityField
Get the namespace context for evaluating the XPath expression
getNamespaceContext() - Method in class com.saxonica.schema.IdentitySelector
Get the namespace context for evaluating the XPath expression
getNamespaceContext() - Method in class com.saxonica.schema.TypeAlternative
Get the namespace context for evaluating the XPath expression
getNamespaceContext() - Method in class net.sf.saxon.event.StreamWriterToReceiver
 
getNamespaceContext() - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getNamespaceContext() - Method in class net.sf.saxon.xpath.JAXPXPathStaticContext
getNamespaceContext() - Method in class net.sf.saxon.xpath.XPathEvaluator
Get the namespace context, if one has been set using XPathEvaluator.setNamespaceContext(javax.xml.namespace.NamespaceContext)
getNamespaceCount() - Method in class com.saxonica.pull.PullToStax
 
getNamespaceCount() - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getNamespaceDeclarations() - Method in class com.saxonica.pull.PullFromIterator
Get the namespace declarations associated with the current element.
getNamespaceDeclarations() - Method in class com.saxonica.pull.PullNamespaceReducer
Get the namespace declarations associated with the current element.
getNamespaceDeclarations() - Method in class com.saxonica.pull.TinyTreeWalker
Get the namespace declarations associated with the current element.
getNamespaceDeclarations() - Method in class com.saxonica.pull.TreeWalker
Get the namespace declarations associated with the current element.
getNamespaceDeclarations() - Method in class com.saxonica.pull.VirtualTreeWalker
Get the namespace declarations associated with the current element.
getNamespaceDeclarations() - Method in class net.sf.saxon.pull.PullFilter
Get the namespace declarations associated with the current element.
getNamespaceDeclarations() - Method in interface net.sf.saxon.pull.PullProvider
Get the namespace declarations associated with the current element.
getNamespaceDeclarations() - Method in class net.sf.saxon.pull.StaxBridge
Get the namespace declarations associated with the current element.
getNamespaceExpression() - Method in class net.sf.saxon.expr.instruct.ComputedAttribute
Get the expression used to compute the namespace part of the name of the attribute
getNamespaceExpression() - Method in class net.sf.saxon.expr.instruct.ComputedElement
Get the expression used to compute the namespace URI
getNamespaceForPrefix(String) - Method in class net.sf.saxon.query.StaticQueryContext
Get the namespace URI for a given prefix, which must have been declared using the method StaticQueryContext.declareNamespace(java.lang.String, java.lang.String).
getNamespaceList() - Method in class net.sf.saxon.tree.linked.ElementImpl
Get the namespace list for this element.
getNamespaceParentArray() - Method in class net.sf.saxon.tree.tiny.TinyTree
Get the array used to hold the parent pointers of all namespace declarations
getNamespacePrefix(int) - Method in class com.saxonica.pull.PullToStax
 
getNamespacePrefix(int) - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getNamespacePrefixes() - Method in interface javax.xml.xquery.XQStaticContext
Returns the prefixes of all the statically known namespaces.
getNamespacePrefixes() - Method in class net.sf.saxon.xqj.SaxonXQStaticContext
 
getNamespaceResolver() - Method in class com.saxonica.schema.sdoc.SchemaElement.XPathStaticContext
Get a Namespace resolver that can be used for run-time resolution of QNames appearing in the XPath expression
getNamespaceResolver() - Method in interface com.saxonica.stream.watch.Watch
Get the namespace resolver in use by the Watch
getNamespaceResolver() - Method in class com.saxonica.validate.AbstractWatch
Get the namespace resolver in use by the Watch
getNamespaceResolver() - Method in class com.saxonica.validate.ContentValidator
Get the namespace resolver
getNamespaceResolver() - Method in class net.sf.saxon.expr.CastableToList
 
getNamespaceResolver() - Method in class net.sf.saxon.expr.CastableToUnion
 
getNamespaceResolver() - Method in class net.sf.saxon.expr.CastingExpression
Get the namespace resolver, if any
getNamespaceResolver() - Method in class net.sf.saxon.expr.CastToList
 
getNamespaceResolver() - Method in class net.sf.saxon.expr.CastToUnion
 
getNamespaceResolver() - Method in class net.sf.saxon.expr.flwor.ClauseInfo
Get the namespace bindings from the static context of the clause
getNamespaceResolver() - Method in class net.sf.saxon.expr.flwor.TraceClause
Get the namespace bindings from the static context of the clause
getNamespaceResolver() - Method in class net.sf.saxon.expr.instruct.ComputedAttribute
Get the namespace resolver used to resolve any prefix in the name of the attribute
getNamespaceResolver() - Method in class net.sf.saxon.expr.instruct.ComputedElement
Get the namespace resolver that provides the namespace bindings defined in the static context
getNamespaceResolver() - Method in class net.sf.saxon.expr.instruct.TraceExpression
Get the namespace resolver to supply the namespace context of the instruction that is being traced
getNamespaceResolver() - Method in interface net.sf.saxon.expr.StaticContext
Get a namespace resolver to resolve the namespaces declared in this static context.
getNamespaceResolver() - Method in class net.sf.saxon.functions.KeyFn
 
getNamespaceResolver() - Method in class net.sf.saxon.query.QueryModule
Get a copy of the Namespace Context.
getNamespaceResolver() - Method in class net.sf.saxon.query.XQueryFunction
Get the namespace context of the instruction.
getNamespaceResolver() - Method in class net.sf.saxon.style.ExpressionContext
Get a copy of the NamespaceResolver suitable for saving in the executable code
getNamespaceResolver() - Method in class net.sf.saxon.style.StyleElement
Get the namespace context of the instruction.
getNamespaceResolver() - Method in class net.sf.saxon.style.UseWhenStaticContext
Get a namespace resolver to resolve the namespaces declared in this static context.
getNamespaceResolver() - Method in class net.sf.saxon.sxpath.IndependentContext
 
getNamespaceResolver() - Method in class net.sf.saxon.sxpath.XPathEvaluator
Get the external namespace resolver, if one has been set using XPathEvaluator.setNamespaceResolver(net.sf.saxon.om.NamespaceResolver)
getNamespaceResolver() - Method in class net.sf.saxon.type.Converter
Get the namespace resolver if one has been supplied
getNamespaceResolver() - Method in class net.sf.saxon.type.StringConverter.StringToNotation
 
getNamespaceResolver() - Method in class net.sf.saxon.type.StringConverter.StringToQName
 
getNamespaceResolver() - Method in class net.sf.saxon.xpath.JAXPXPathStaticContext
 
getNamespaceStatus(String) - Method in class com.saxonica.config.EnterpriseConfiguration
Get the status of a particular schema namespace.
getNamespaceURI() - Method in class com.saxonica.pull.PullToStax
 
getNamespaceURI(int) - Method in class com.saxonica.pull.PullToStax
 
getNamespaceURI(String) - Method in class com.saxonica.pull.PullToStax
 
getNamespaceURI() - Method in class com.saxonica.schema.ElementParticle
Get the namespace URI of this element particle
getNamespaceURI(String) - Method in interface javax.xml.xquery.XQStaticContext
Retrieves the namespace URI associated with a prefix.
getNamespaceURI() - Method in class net.sf.saxon.dom.NodeOverNodeInfo
The namespace URI of this node, or null if it is unspecified.
getNamespaceURI() - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getNamespaceURI(int) - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getNamespaceURI(String) - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getNamespaceURI() - Method in class net.sf.saxon.pattern.NamespaceTest
Get the namespace URI matched by this NamespaceTest
getNamespaceURI() - Method in class net.sf.saxon.pattern.NameTest
Get the namespace URI matched by this nametest
getNamespaceURI(String) - Method in class net.sf.saxon.pull.NamespaceContextImpl
Implement the JAXP getNamespaceURI() method in terms of the Saxon-specific methods
getNamespaceURI() - Method in class net.sf.saxon.s9api.QName
The namespace URI of the QName.
getNamespaceURI() - Method in class net.sf.saxon.value.QualifiedNameValue
Get the namespace part.
getNamespaceURI(String) - Method in class net.sf.saxon.xqj.SaxonXQStaticContext
 
getNaN() - Method in class net.sf.saxon.trans.DecimalSymbols
Get the NaN symbol value
getNewAttributes() - Method in class com.saxonica.update.ReplaceAttributeAction
Get the attribute collection containing the new (replacement) attributes
getNewBaseURI(XPathContext, NodeInfo) - Method in class net.sf.saxon.expr.instruct.ComputedElement
 
getNewBaseURI(XPathContext, NodeInfo) - Method in class net.sf.saxon.expr.instruct.Copy
Get the base URI of a copied element node (the base URI is retained in the new copy)
getNewBaseURI(XPathContext, NodeInfo) - Method in class net.sf.saxon.expr.instruct.ElementCreator
Get the base URI for the element being constructed
getNewBaseURI(XPathContext, NodeInfo) - Method in class net.sf.saxon.expr.instruct.FixedElement
 
getNewContent() - Method in class com.saxonica.update.ReplaceNodeAction
Get the list of nodes acting as the replacement nodes
getNewName() - Method in class com.saxonica.update.RenameAction
Get the new name as an integer namecode
getNewStringValue() - Method in class com.saxonica.update.InsertAttributeAction
Get the string value of the inserted attribute
getNewTypeCode() - Method in class com.saxonica.update.InsertAttributeAction
Get the type code of the inserted attribute
getNewValueExpression() - Method in class com.saxonica.xslt3.instruct.AccumulatorRule
 
getNext() - Method in class net.sf.saxon.trans.Rule
 
getNextException() - Method in exception javax.xml.xquery.XQException
Returns the next XQException in the chain or null if none.
getNextInDocument(NodeImpl) - Method in class net.sf.saxon.tree.linked.NodeImpl
Get the next node in document order
getNextMatchHandler(Item, Mode, Rule, XPathContext) - Method in class net.sf.saxon.trans.RuleManager
Get the next-match handler after the current one
getNextMatchingItem() - Method in class net.sf.saxon.expr.FilterIterator
Get the next item in the base sequence that matches the filter predicate if there is such an item, or null if not.
getNextMatchRule(Item, Rule, XPathContext) - Method in class net.sf.saxon.trans.Mode
Get the rule corresponding to a given Node, by finding the next-best Pattern match after the specified object.
getNextPointerArray() - Method in class net.sf.saxon.tree.tiny.TinyTree
Get the array holding next-sibling pointers
getNextSibling() - Method in class net.sf.saxon.dom.DOMNodeWrapper
 
getNextSibling() - Method in class net.sf.saxon.dom.NodeOverNodeInfo
Get next sibling node
getNextSibling() - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
 
getNextSibling() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
 
getNextSibling() - Method in class net.sf.saxon.tree.linked.DocumentImpl
Get next sibling - always null
getNextSibling() - Method in class net.sf.saxon.tree.linked.NodeImpl
Get next sibling node
getNextSibling() - Method in interface net.sf.saxon.tree.util.SteppingNode
Get the next sibling of this node
getNillability() - Method in class com.saxonica.validate.ContentValidator
Determine whether this type permits xsi:nil = true BlockCom
getNilledProperty(NodeInfo) - Static method in class net.sf.saxon.functions.Nilled
Determine whether a node has the nilled property
getNode(CompilerService, Expression) - Method in class com.saxonica.bytecode.ParentNodeExpressionCompiler
 
getNode() - Method in interface javax.xml.xquery.XQItemAccessor
Gets the item as a DOM node.
getNode(XPathContext) - Method in class net.sf.saxon.expr.ParentNodeExpression
Return the node selected by this SingleNodeExpression
getNode(XPathContext) - Method in class net.sf.saxon.expr.RootExpression
Return the first element selected by this Expression
getNode(XPathContext) - Method in class net.sf.saxon.expr.SingleNodeExpression
Get the single node to which this expression refers.
getNode() - Method in class net.sf.saxon.om.InscopeNamespaceResolver
Get the node on which this namespace resolver is based
getNode(int) - Method in class net.sf.saxon.tree.tiny.TinyTree
Get the node at a given position in the tree
getNode() - Method in exception net.sf.saxon.type.ValidationException
 
getNode() - Method in class net.sf.saxon.xqj.SaxonXQForwardSequence
 
getNode() - Method in class net.sf.saxon.xqj.SaxonXQItem
 
getNode() - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
getNodeDepthArray() - Method in class net.sf.saxon.tree.tiny.TinyTree
Get the array holding node depth information
getNodeKind() - Method in class com.saxonica.pull.UnconstructedDocument
 
getNodeKind() - Method in class com.saxonica.pull.UnconstructedElement
 
getNodeKind() - Method in class com.saxonica.stream.om.FleetingNode
Get the kind of node.
getNodeKind() - Method in class net.sf.saxon.dom.DOMNodeWrapper
Return the kind of node.
getNodeKind() - Method in class net.sf.saxon.om.AbsolutePath.PathElement
Get the node kind
getNodeKind() - Method in interface net.sf.saxon.om.NodeInfo
Get the kind of node.
getNodeKind() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Return the type of node.
getNodeKind() - Method in class net.sf.saxon.option.axiom.AxiomDocumentWrapper
Get the kind of node.
getNodeKind() - Method in class net.sf.saxon.option.axiom.AxiomElementNodeWrapper
Return the type of node.
getNodeKind() - Method in class net.sf.saxon.option.axiom.AxiomLeafNodeWrapper
Return the type of node.
getNodeKind() - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
Return the type of node.
getNodeKind() - Method in class net.sf.saxon.option.jdom.JDOMNodeWrapper
Return the type of node.
getNodeKind() - Method in class net.sf.saxon.option.jdom2.JDOM2NodeWrapper
Return the type of node.
getNodeKind() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Return the type of node.
getNodeKind() - Method in class net.sf.saxon.pattern.AncestorQualifiedPattern
Determine the types of nodes to which this pattern applies.
getNodeKind() - Method in class net.sf.saxon.pattern.BooleanExpressionPattern
Determine the types of nodes to which this pattern applies.
getNodeKind() - Method in class net.sf.saxon.pattern.ConditionalPattern
Determine the types of nodes to which this pattern applies.
getNodeKind() - Method in class net.sf.saxon.pattern.ContentTypeTest
 
getNodeKind() - Method in class net.sf.saxon.pattern.GeneralNodePattern
Determine the types of nodes to which this pattern applies.
getNodeKind() - Method in class net.sf.saxon.pattern.GeneralPositionalPattern
Determine the types of nodes to which this pattern applies.
getNodeKind() - Method in class net.sf.saxon.pattern.ItemTypePattern
Determine the types of nodes to which this pattern applies.
getNodeKind() - Method in class net.sf.saxon.pattern.LocalNameTest
Get the node kind matched by this test
getNodeKind() - Method in class net.sf.saxon.pattern.NamespaceTest
Get the node kind matched by this test
getNodeKind() - Method in class net.sf.saxon.pattern.NameTest
Get the node kind that this name test matches
getNodeKind() - Method in class net.sf.saxon.pattern.NodeKindTest
Get the node kind matched by this test
getNodeKind() - Method in class net.sf.saxon.pattern.NodeSetPattern
Determine the type of nodes to which this pattern applies.
getNodeKind() - Method in class net.sf.saxon.pattern.Pattern
Determine the types of nodes to which this pattern applies.
getNodeKind() - Method in class net.sf.saxon.pattern.PatternThatSetsCurrent
Determine the types of nodes to which this pattern applies.
getNodeKind() - Method in class net.sf.saxon.pattern.PatternWithPredicate
Determine the types of nodes to which this pattern applies.
getNodeKind() - Method in class net.sf.saxon.pattern.SimplePositionalPattern
Determine the types of nodes to which this pattern applies.
getNodeKind() - Method in class net.sf.saxon.pattern.VennPattern
Determine the types of nodes to which this pattern applies.
getNodeKind() - Method in class net.sf.saxon.s9api.XdmNode
Get the kind of node.
getNodeKind() - Method in class net.sf.saxon.tree.linked.DocumentImpl
Return the type of node.
getNodeKind() - Method in class net.sf.saxon.tree.linked.ElementImpl
Return the kind of node.
getNodeKind() - Method in class net.sf.saxon.tree.linked.TextImpl
Return the type of node.
getNodeKind() - Method in class net.sf.saxon.tree.NamespaceNode
Get the kind of node.
getNodeKind() - Method in class net.sf.saxon.tree.tiny.TinyDocumentImpl
Return the type of node.
getNodeKind() - Method in class net.sf.saxon.tree.tiny.TinyElementImpl
Return the type of node.
getNodeKind() - Method in class net.sf.saxon.tree.tiny.TinyTextImpl
Return the type of node.
getNodeKind(int) - Method in class net.sf.saxon.tree.tiny.TinyTree
Get the node kind of a given node, which must be a document, element, text, comment, or processing instruction node
getNodeKind() - Method in class net.sf.saxon.tree.tiny.WhitespaceTextImpl
Return the type of node.
getNodeKind() - Method in class net.sf.saxon.tree.util.Orphan
Return the kind of node.
getNodeKind() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Return the type of node.
getNodeKind() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Get the kind of node.
getNodeKind() - Method in class net.sf.saxon.value.TextFragmentValue
Return the type of node.
getNodeKindArray() - Method in class net.sf.saxon.tree.tiny.TinyTree
Get the array holding node kind information
getNodeKindMask() - Method in class com.saxonica.validate.SchemaAttributeTest
Get a mask indicating which kinds of nodes this NodeTest can match.
getNodeKindMask() - Method in class com.saxonica.validate.SchemaElementTest
Get a mask indicating which kinds of nodes this NodeTest can match.
getNodeKindMask() - Method in class net.sf.saxon.pattern.AnyChildNodeTest
Get a mask indicating which kinds of nodes this NodeTest can match.
getNodeKindMask() - Method in class net.sf.saxon.pattern.AnyNodeTest
Get a mask indicating which kinds of nodes this NodeTest can match.
getNodeKindMask() - Method in class net.sf.saxon.pattern.CombinedNodeTest
Get a mask indicating which kinds of nodes this NodeTest can match.
getNodeKindMask() - Method in class net.sf.saxon.pattern.ContentTypeTest
Get a mask indicating which kinds of nodes this NodeTest can match.
getNodeKindMask() - Method in class net.sf.saxon.pattern.DocumentNodeTest
Get a mask indicating which kinds of nodes this NodeTest can match.
getNodeKindMask() - Method in class net.sf.saxon.pattern.EmptySequenceTest
Get a mask indicating which kinds of nodes this NodeTest can match.
getNodeKindMask() - Method in class net.sf.saxon.pattern.LocalNameTest
Get a mask indicating which kinds of nodes this NodeTest can match.
getNodeKindMask() - Method in class net.sf.saxon.pattern.NamespaceTest
Get a mask indicating which kinds of nodes this NodeTest can match.
getNodeKindMask() - Method in class net.sf.saxon.pattern.NameTest
Get a mask indicating which kinds of nodes this NodeTest can match.
getNodeKindMask() - Method in class net.sf.saxon.pattern.NodeKindTest
Get a mask indicating which kinds of nodes this NodeTest can match.
getNodeKindMask() - Method in class net.sf.saxon.pattern.NodeTest
Get a mask indicating which kinds of nodes this NodeTest can match.
getNodeKindTest(XdmNodeKind) - Method in class net.sf.saxon.s9api.ItemTypeFactory
Get an item type that matches any node of a specified kind.
getNodeListCreator(Object) - Method in class net.sf.saxon.dom.DOMEnvelope
Get a converter that converts a sequence of XPath nodes to this model's representation of a node list.
getNodeListCreator(Object) - Method in class net.sf.saxon.dom.DOMObjectModel
Get a converter that converts a sequence of XPath nodes to this model's representation of a node list.
getNodeListCreator(Object) - Method in interface net.sf.saxon.lib.ExternalObjectModel
Get a converter that converts a sequence of XPath nodes to this model's representation of a node list.
getNodeListCreator(Object) - Method in class net.sf.saxon.option.axiom.AxiomObjectModel
Get a converter that converts a sequence of XPath nodes to this model's representation of a node list.
getNodeListCreator(Object) - Method in class net.sf.saxon.option.dom4j.DOM4JObjectModel
Get a converter that converts a sequence of XPath nodes to this model's representation of a node list.
getNodeListCreator(Object) - Method in class net.sf.saxon.option.jdom.JDOMObjectModel
Get a converter that converts a sequence of XPath nodes to this model's representation of a node list.
getNodeListCreator(Object) - Method in class net.sf.saxon.option.jdom2.JDOM2ObjectModel
Get a converter that converts a sequence of XPath nodes to this model's representation of a node list.
getNodeListCreator(Object) - Method in class net.sf.saxon.option.xom.XOMObjectModel
Get a converter that converts a sequence of XPath nodes to this model's representation of a node list.
getNodeName() - Method in interface javax.xml.xquery.XQItemType
Returns the name of the node in case the item kind is an XQITEMKIND_DOCUMENT_ELEMENT, XQITEMKIND_DOCUMENT_SCHEMA_ELEMENT, XQITEMKIND_ELEMENT, XQITEMKIND_SCHEMA_ELEMENT, XQITEMKIND_ATTRIBUTE, or XQITEMKIND_SCHEMA_ATTRIBUTE.
getNodeName() - Method in class net.sf.saxon.dom.NodeOverNodeInfo
Get the name of this node, following the DOM rules
getNodeName(int) - Method in interface net.sf.saxon.om.AttributeCollection
Get the node name of an attribute (by position)
getNodeName() - Method in class net.sf.saxon.pattern.NameTest
Get the name of the nodes that this name test matches
getNodeName() - Method in class net.sf.saxon.s9api.XdmNode
Get the name of the node, as a QName
getNodeName(int) - Method in class net.sf.saxon.tree.tiny.TinyAttributeCollection
Get the node name of an attribute (by position)
getNodeName(int) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Get the node name of an attribute (by position).
getNodeName() - Method in class net.sf.saxon.xqj.SaxonXQItemType
 
getNodeNumber() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Get the node number of this node within the TinyTree.
getNodeTest() - Method in class net.sf.saxon.expr.AxisExpression
Get the NodeTest.
getNodeTest() - Method in class net.sf.saxon.expr.parser.PathMap.PathMapArc
Get the NodeTest associated with this arc
getNodeTest() - Method in class net.sf.saxon.pattern.GeneralPositionalPattern
Get the base pattern
getNodeType() - Method in class net.sf.saxon.dom.NodeOverNodeInfo
Get the type of this node (node kind, in XPath terminology).
getNodeType() - Method in class net.sf.saxon.dom.TextOverAttrInfo
Get the type of this node (node kind, in XPath terminology).
getNodeUri() - Method in interface javax.xml.xquery.XQItemAccessor
Returns the URI for this item.
getNodeUri() - Method in class net.sf.saxon.xqj.SaxonXQForwardSequence
 
getNodeUri() - Method in class net.sf.saxon.xqj.SaxonXQItem
 
getNodeUri() - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
getNodeValue() - Method in class net.sf.saxon.dom.NodeOverNodeInfo
Get the node value (as defined in the DOM).
getNodeWrappingFunction() - Method in class net.sf.saxon.tree.iter.NodeWrappingAxisIterator
 
getNominalReferenceCount() - Method in class net.sf.saxon.expr.Assignation
Get the (nominal) count of the number of references to this variable
getNominalReferenceCount() - Method in class net.sf.saxon.expr.flwor.LocalVariableBinding
Get the (nominal) count of the number of references to this variable
getNonMatchingExpression() - Method in class net.sf.saxon.expr.instruct.AnalyzeString
Get the expression used to process non-matching substrings
getNotation(int) - Method in class com.saxonica.schema.PreparedSchema
Get the notation with a given name
getNotation() - Method in class com.saxonica.schema.sdoc.XSDNotation
 
getNotationPublicId() - Method in class com.saxonica.schema.Notation
Get the public identifier of the notation
getNotationSystemId() - Method in class com.saxonica.schema.Notation
Get the system identifier of the notation
getNsContext() - Method in class net.sf.saxon.expr.instruct.CallTemplate
 
getNumber() - Method in enum net.sf.saxon.s9api.ValidationMode
 
getNumber() - Method in enum net.sf.saxon.s9api.XdmNodeKind
 
getNumberAny(Expression, NodeInfo, Pattern, Pattern, XPathContext, boolean) - Static method in class net.sf.saxon.tree.util.Navigator
Get node number (level="any").
getNumberer(String, String) - Method in class com.saxonica.config.DotNetLocalizerFactory
Get the numberer for a given language
getNumberer(String, String) - Method in class com.saxonica.config.JavaLocalizerFactory
Get the numberer for a given language
getNumberer(String, String) - Method in class net.sf.saxon.lib.LocalizerFactory
Get the numberer for a given language
getNumberMulti(NodeInfo, Pattern, Pattern, XPathContext) - Static method in class net.sf.saxon.tree.util.Navigator
Get node number (level="multiple").
getNumberOfArguments() - Method in class net.sf.saxon.expr.FunctionCall
Determine the number of actual arguments supplied in the function call
getNumberOfArguments() - Method in class net.sf.saxon.expr.instruct.UserFunction
Get the arity of this function
getNumberOfArguments() - Method in class net.sf.saxon.query.XQueryFunction
Get the arity of the function
getNumberOfArguments() - Method in class net.sf.saxon.style.XSLFunction
Get the number of arguments declared by this function (that is, its arity).
getNumberOfAttributes() - Method in class net.sf.saxon.tree.tiny.TinyTree
Get the number of attributes in the tree
getNumberOfElementParticles() - Method in class com.saxonica.schema.AllModelGroup
Get the number of element particles
getNumberOfKeyDefinitions() - Method in class net.sf.saxon.trans.KeyManager
Get the number of distinctly-named key definitions
getNumberOfKeys() - Method in class net.sf.saxon.expr.instruct.GlobalParameterSet
Get the number of entries in the result of getKeys() that are significant
getNumberOfNamespaces() - Method in class com.saxonica.pull.VirtualTreeWalker
Get the number of declarations (and undeclarations) in this list.
getNumberOfNamespaces() - Method in class net.sf.saxon.tree.tiny.TinyTree
Get the number of namespace declarations in the tree
getNumberOfNodes() - Method in class net.sf.saxon.tree.tiny.TinyTree
Get the number of nodes in the tree, excluding attributes and namespace nodes
getNumberOfRanges() - Method in class net.sf.saxon.z.IntRangeSet
Get the number of ranges actually in use
getNumberOfStates() - Method in class com.saxonica.schema.fsa.FiniteStateMachine
Determine the number of states in this finite state machine
getNumberOfThreadsExpression() - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
Get the number of threads requested
getNumberOfThreadsExpression() - Method in class net.sf.saxon.expr.instruct.ForEach
Get the number of threads requested
getNumberOfVariables() - Method in class net.sf.saxon.expr.instruct.SlotManager
Get number of variables (size of stack frame)
getNumberSimple(NodeInfo, XPathContext) - Static method in class net.sf.saxon.tree.util.Navigator
Get simple node number.
getNumberSingle(NodeInfo, Pattern, Pattern, XPathContext) - Static method in class net.sf.saxon.tree.util.Navigator
Get node number (level="single").
getNumericValue() - Method in class com.saxonica.schema.DigitsFacet
Get the value of this facet as an integer (used for integer facets such as minLength or totalDigits)
getObject() - Method in interface javax.xml.xquery.XQItemAccessor
Gets the current item as an Object.
getObject() - Method in class net.sf.saxon.value.ObjectValue
Get the encapsulated object
getObject() - Method in class net.sf.saxon.xqj.SaxonXQForwardSequence
 
getObject() - Method in class net.sf.saxon.xqj.SaxonXQItem
 
getObject() - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
getObjectConverter() - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
Get the ObjectConverter in use.
getObjectName() - Method in class com.saxonica.bytecode.CompiledExpression
 
getObjectName() - Method in class com.saxonica.xslt3.style.XSLAccumulator
Get a name identifying the object of the expression, for example a function name, template name, variable name, key name, element name, etc.
getObjectName() - Method in class net.sf.saxon.expr.Assignation
 
getObjectName() - Method in class net.sf.saxon.expr.Expression
 
getObjectName() - Method in class net.sf.saxon.expr.flwor.ClauseInfo
Get a name identifying the object of the expression, for example a function name, template name, variable name, key name, element name, etc.
getObjectName() - Method in class net.sf.saxon.expr.instruct.AttributeSet
Get a name identifying the object of the expression, for example a function name, template name, variable name, key name, element name, etc.
getObjectName() - Method in class net.sf.saxon.expr.instruct.CallTemplate
 
getObjectName() - Method in class net.sf.saxon.expr.instruct.GlobalVariable
Get a name identifying the object of the expression, for example a function name, template name, variable name, key name, element name, etc.
getObjectName() - Method in class net.sf.saxon.expr.instruct.InstructionDetails
Get a name identifying the object of the expression, for example a function name, template name, variable name, key name, element name, etc.
getObjectName() - Method in class net.sf.saxon.expr.instruct.Template
Get a name identifying the object of the expression, for example a function name, template name, variable name, key name, element name, etc.
getObjectName() - Method in class net.sf.saxon.expr.instruct.TraceExpression
Get a name identifying the object of the expression, for example a function name, template name, variable name, key name, element name, etc.
getObjectName() - Method in class net.sf.saxon.expr.instruct.UserFunction
Get a name identifying the object of the expression, for example a function name, template name, variable name, key name, element name, etc.
getObjectName() - Method in class net.sf.saxon.expr.UserFunctionCall
 
getObjectName() - Method in class net.sf.saxon.query.XQueryFunction
Get a name identifying the object of the expression, for example a function name, template name, variable name, key name, element name, etc.
getObjectName() - Method in class net.sf.saxon.style.LiteralResultElement
Get a name identifying the object of the expression, for example a function name, template name, variable name, key name, element name, etc.
getObjectName() - Method in class net.sf.saxon.style.StyleElement
Get a name identifying the object of the expression, for example a function name, template name, variable name, key name, element name, etc.
getObjectName() - Method in class net.sf.saxon.style.XSLAttributeSet
Get a name identifying the object of the expression, for example a function name, template name, variable name, key name, element name, etc.
getObjectName() - Method in class net.sf.saxon.style.XSLFunction
Get a name identifying the object of the expression, for example a function name, template name, variable name, key name, element name, etc.
getObjectName() - Method in interface net.sf.saxon.trace.InstructionInfo
Get a name identifying the object of the expression, for example a function name, template name, variable name, key name, element name, etc.
getObjectName() - Method in class net.sf.saxon.trans.KeyDefinition
Get a name identifying the object of the expression, for example a function name, template name, variable name, key name, element name, etc.
getOccurrenceIndicator(int) - Static method in enum net.sf.saxon.s9api.OccurrenceIndicator
 
getOccurrenceIndicator() - Method in class net.sf.saxon.s9api.SequenceType
Get the occurrence indicator
getOccurrenceIndicator(int) - Static method in class net.sf.saxon.value.Cardinality
Get the occurence indicator representing the cardinality
getOccurrenceLimits() - Method in class com.saxonica.config.EnterpriseConfiguration
Get the occurrence limits previously set using setOccurrenceLimits (or the default)
getOccurrenceLimits() - Method in class com.saxonica.schema.SchemaCompiler
Get the occurrence limits previously set using setOccurrenceLimits (or the default)
getOldAttribute() - Method in class com.saxonica.update.ReplaceAttributeAction
Get the replaced attribute node
getOlsenTimeZoneName(DateTimeValue, String) - Static method in class net.sf.saxon.expr.number.NamedTimeZone
Try to identify a timezone name corresponding to a given date (including time zone) and a given country.
getOnCompletionExpression() - Method in class com.saxonica.xslt3.instruct.IterateInstr
Get the on-completion expression, if any
getOnEmpty() - Method in class net.sf.saxon.expr.instruct.ComputedAttribute
Get the on-empty expression, which defines the value to be returned if the attribute would otherwise be empty
getOnEmpty() - Method in class net.sf.saxon.expr.instruct.ElementCreator
Get the on-empty expression, which defines the value to be returned if the element would otherwise be empty
getOnError() - Method in class net.sf.saxon.functions.URIQueryParameters
Get the value of the on-error=fail|warning|ignore parameter, or null if unspecified
getOpenContentMode() - Method in class com.saxonica.schema.UserComplexType
Ask whether open content permitted on this complex type is interleaved or suffixed.
getOpenContentModeString() - Method in class com.saxonica.schema.UserComplexType
 
getOpenContentWildcard() - Method in class com.saxonica.schema.fsa.FiniteStateMachine
Get the open content wildcard, if any
getOpenContentWildcard() - Method in class com.saxonica.schema.UserComplexType
Get the open content wildcard for this complex type.
getOpeningAttributes() - Method in class net.sf.saxon.trace.AbstractTraceListener
 
getOpeningAttributes() - Method in class net.sf.saxon.trace.XQueryTraceListener
Generate attributes to be included in the opening trace element
getOpeningAttributes() - Method in class net.sf.saxon.trace.XSLTTraceListener
Generate attributes to be included in the opening trace element
getOperand() - Method in class net.sf.saxon.expr.CompareToIntegerConstant
Get the expression on the lhs of the comparison
getOperand() - Method in class net.sf.saxon.z.IntComplementPredicate
Get the operand
getOperandItemType(TypeHierarchy) - Method in class net.sf.saxon.expr.Atomizer
 
getOperands() - Method in class net.sf.saxon.expr.BinaryExpression
Get the operands
getOperands() - Method in class net.sf.saxon.expr.CompareToIntegerConstant
Get the two operands of the comparison
getOperands() - Method in interface net.sf.saxon.expr.ComparisonExpression
Get the two operands of the comparison
getOperands() - Method in class net.sf.saxon.z.IntExceptPredicate
Get the operands
getOperands() - Method in class net.sf.saxon.z.IntIntersectionPredicate
Get the operands
getOperands() - Method in class net.sf.saxon.z.IntUnionPredicate
Get the operands
getOperation() - Method in class net.sf.saxon.functions.SystemFunctionCall
 
getOperator() - Method in class net.sf.saxon.expr.BinaryExpression
Get the operator
getOperator() - Method in class net.sf.saxon.expr.QuantifiedExpression
Get the operator, either Token.SOME or Token.EVERY
getOperator() - Method in class net.sf.saxon.pattern.CombinedNodeTest
Get the operator used to combine the two node tests: one of Token.UNION, Token.INTERSECT, Token.EXCEPT,
getOperator() - Method in class net.sf.saxon.pattern.SimplePositionalPattern
Get the base pattern
getOptimizationLevel() - Method in class net.sf.saxon.expr.parser.Optimizer
Get the optimization level
getOptimizer() - Method in class net.sf.saxon.expr.parser.PromotionOffer
Get the optimizer in use
getOptions() - Method in class net.sf.saxon.expr.instruct.AttributeCreator
Get the options to be used on the attribute event
getOptions() - Method in class net.sf.saxon.expr.instruct.ValueOf
Test for any special options such as disable-output-escaping
getOptionValue(String) - Method in class net.sf.saxon.trans.CommandLineOptions
Get the value of a named option.
getOrder() - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
Get the expression that defines the order as ascending or descending
getOrderingMode() - Method in interface javax.xml.xquery.XQStaticContext
Gets the ordering mode defined in the static context.
getOrderingMode() - Method in class net.sf.saxon.xqj.SaxonXQStaticContext
 
getOrdinalSuffixForDateTime(String) - Method in class net.sf.saxon.expr.number.AbstractNumberer
Get an ordinal suffix for a particular component of a date/time.
getOrdinalSuffixForDateTime(String) - Method in interface net.sf.saxon.lib.Numberer
Get an ordinal suffix for a particular component of a date/time.
getOrdinalSuffixForDateTime(String) - Method in class net.sf.saxon.option.local.Numberer_de
Get an ordinal suffix for a particular component of a date/time.
getOrigin() - Method in class net.sf.saxon.expr.EarlyEvaluationContext
Get information about the creating expression or other construct.
getOrigin() - Method in class net.sf.saxon.expr.XPathContextMajor
Get information about the creating expression or other construct.
getOriginalSchema() - Method in class com.saxonica.schema.sdoc.XSDOverride
 
getOriginalSchemaDocument() - Method in class com.saxonica.schema.sdoc.XSDOverride
 
getOriginalTemplate() - Method in class com.saxonica.stream.TemplateInversion
Get the original template of which this is an inversion
getOriginalVariable() - Method in class net.sf.saxon.expr.instruct.GlobalVariable
Get the original declaration of this variable
getOriginatingConstructType() - Method in class net.sf.saxon.expr.EarlyEvaluationContext
Get the type of location from which this context was created.
getOriginatingConstructType() - Method in class net.sf.saxon.expr.XPathContextMajor
Get the type of location from which this context was created.
getOriginator() - Method in class com.saxonica.update.PendingUpdateAction
Get the originating update expression.
getOtherwiseExpression() - Method in class com.saxonica.expr.SwitchExpression
Get the default ("otherwise") expression
getOutermostElement(DocumentInfo) - Static method in class net.sf.saxon.tree.util.Navigator
Helper method to get the outermost element of a document, given the document node
getOutputDestination() - Method in class net.sf.saxon.s9api.Serializer
Get the current output destination.
getOutputDestination() - Method in class net.sf.saxon.trace.AbstractTraceListener
Get the output destination
getOutputProperties() - Method in class net.sf.saxon.Controller
Get the output properties for the transformation.
getOutputProperties(StructuredQName) - Method in class net.sf.saxon.expr.instruct.Executable
Get a named output format
getOutputProperties() - Method in class net.sf.saxon.PreparedStylesheet
Get the properties for xsl:output.
getOutputProperties() - Method in class net.sf.saxon.s9api.Serializer
Create a Properties object holding the defined serialization properties.
getOutputProperties() - Method in class net.sf.saxon.serialize.Emitter
Get the output properties
getOutputProperty(String) - Method in class net.sf.saxon.Controller
Get the value of an output property.
getOutputProperty(Serializer.Property) - Method in class net.sf.saxon.s9api.Serializer
Get the value of a serialization property
getOutputStream() - Method in class net.sf.saxon.serialize.Emitter
Get the output stream
getOutputURIResolver() - Method in class net.sf.saxon.Configuration
Get the OutputURIResolver that will be used to resolve URIs used in the href attribute of the xsl:result-document instruction.
getOutputURIResolver() - Method in class net.sf.saxon.Controller
Get the output URI resolver.
getOutputURIResolver() - Method in class net.sf.saxon.trans.CompilerInfo
Get the OutputURIResolver that will be used to resolve URIs used in the href attribute of the xsl:result-document instruction.
getOwnerDocument() - Method in class net.sf.saxon.dom.NodeOverNodeInfo
Return the Document object associated with this node.
getOwnerElement() - Method in class net.sf.saxon.dom.AttrOverNodeInfo
The Element node this attribute is attached to or null if this attribute is not in use.
getPairwiseComposition(int, int) - Method in class net.sf.saxon.serialize.codenorm.NormalizerData
Returns the composite of the two characters.
getParameter(String) - Method in class net.sf.saxon.Controller
Get a parameter to the transformation.
getParameter(String) - Method in class net.sf.saxon.query.DynamicQueryContext
Get the actual value of a parameter to the query.
getParameter(QName) - Method in class net.sf.saxon.s9api.SchemaValidator
Get the value that has been set for a schema parameter (a parameter defined in the schema using the saxon:param extension)
getParameter(QName) - Method in class net.sf.saxon.s9api.XsltTransformer
Get the value that has been set for a stylesheet parameter
getParameterDefinitions() - Method in class net.sf.saxon.expr.instruct.UserFunction
Get the definitions of the declared parameters for this function
getParameterDefinitions() - Method in class net.sf.saxon.query.XQueryFunction
Get the definitions of the arguments to this function
getParameterId() - Method in class net.sf.saxon.expr.instruct.LocalParam
Get the parameter id, which is essentially an alias for the parameter name, unique within a stylesheet
getParameterId() - Method in class net.sf.saxon.expr.instruct.WithParam
Get the parameter id, which is essentially an alias for the parameter name, unique within a stylesheet
getParameters() - Method in class com.saxonica.schema.TypeAlternative
Get the parameters declared for this schema document using the saxon:param extension element
getParameters() - Method in class com.saxonica.xslt3.instruct.NextIteration
 
getParameters() - Method in class net.sf.saxon.query.DynamicQueryContext
Get all the supplied parameters.
getParameters() - Method in class net.sf.saxon.trans.CompilerInfo
 
getParameterTypes() - Method in class com.saxonica.expr.JavaExtensionFunctionCall
Get the types of the arguments
getParen(int) - Method in class net.sf.saxon.regex.REMatcher
Gets the contents of a parenthesized subexpression after a successful match.
getParenCount() - Method in class net.sf.saxon.regex.REMatcher
Returns the number of parenthesized subexpressions available after a successful match.
getParenEnd(int) - Method in class net.sf.saxon.regex.REMatcher
Returns the end index of a given paren level.
getParenLength(int) - Method in class net.sf.saxon.regex.REMatcher
Returns the length of a given paren level.
getParenStart(int) - Method in class net.sf.saxon.regex.REMatcher
Returns the start index of a given paren level.
getParent() - Method in class com.saxonica.pull.UnconstructedParent
Get the NodeInfo object representing the parent of this node
getParent() - Method in class com.saxonica.stream.om.FleetingNode
Get the NodeInfo object representing the parent of this node
getParent() - Method in class net.sf.saxon.dom.DOMNodeWrapper
Get the NodeInfo object representing the parent of this node
getParent() - Method in class net.sf.saxon.Filter
Get the parent reader.
getParent() - Method in interface net.sf.saxon.om.NodeInfo
Get the NodeInfo object representing the parent of this node
getParent() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Get the NodeInfo object representing the parent of this node
getParent() - Method in class net.sf.saxon.option.axiom.AxiomDocumentWrapper
Get the NodeInfo object representing the parent of this node
getParent() - Method in class net.sf.saxon.option.axiom.AxiomElementNodeWrapper
Get the NodeInfo object representing the parent of this node
getParent() - Method in class net.sf.saxon.option.axiom.AxiomLeafNodeWrapper
Get the NodeInfo object representing the parent of this node
getParent() - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
Get the NodeInfo object representing the parent of this node
getParent() - Method in class net.sf.saxon.option.jdom.JDOMNodeWrapper
Get the NodeInfo object representing the parent of this node
getParent() - Method in class net.sf.saxon.option.jdom2.JDOM2NodeWrapper
Get the NodeInfo object representing the parent of this node
getParent() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Get the NodeInfo object representing the parent of this node
getParent() - Method in class net.sf.saxon.query.LanguageFeature
Get the parent (container) of the feature
getParent() - Method in class net.sf.saxon.s9api.XdmNode
Get the parent of this node
getParent() - Method in class net.sf.saxon.tree.linked.NodeImpl
Find the parent node of this node.
getParent() - Method in class net.sf.saxon.tree.NamespaceNode
Get the NodeInfo object representing the parent of this node
getParent() - Method in class net.sf.saxon.tree.tiny.TinyDocumentImpl
Find the parent node of this node.
getParent() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Find the parent node of this node.
getParent() - Method in class net.sf.saxon.tree.util.Orphan
Get the NodeInfo object representing the parent of this node
getParent() - Method in interface net.sf.saxon.tree.util.SteppingNode
Get the parent of this node
getParent() - Method in class net.sf.saxon.tree.wrapper.SpaceStrippedNode
Get the NodeInfo object representing the parent of this node
getParent() - Method in class net.sf.saxon.tree.wrapper.TypeStrippedNode
Get the NodeInfo object representing the parent of this node
getParent() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Get the NodeInfo object representing the parent of this node
getParent() - Method in class net.sf.saxon.value.TextFragmentValue
Find the parent node of this node.
getParentExpression() - Method in class net.sf.saxon.expr.parser.ExpressionVisitor
Get the parent expression of the current expression in the expression tree
getParentExpressionFeed() - Method in class com.saxonica.stream.watch.EventPushingWatch
 
getParentNode() - Method in class net.sf.saxon.dom.NodeOverNodeInfo
Find the parent node of this node.
getParentNode() - Method in class net.sf.saxon.dom.TextOverAttrInfo
Find the parent node of this node.
getParseOptions() - Method in class net.sf.saxon.Configuration
Get the parsing and document building options defined in this configuration
getParseOptions() - Method in class net.sf.saxon.dom.DocumentBuilderImpl
Get the XML parsing options that have been set using setParseOptions and other setter methods
getParseOptions() - Method in class net.sf.saxon.event.PipelineConfiguration
Get the document parsing and building options to be used on this pipeline return the options to be used
getParseOptions() - Method in class net.sf.saxon.lib.AugmentedSource
Get the ParseOptions defined in this AugmentedSource
getParserSource(PipelineConfiguration, StreamSource, int, boolean, int) - Method in class net.sf.saxon.java.JavaPlatform
Convert a StreamSource to either a SAXSource or a PullSource, depending on the native parser of the selected platform
getParserSource(PipelineConfiguration, StreamSource, int, boolean, int) - Method in interface net.sf.saxon.Platform
Convert a StreamSource to either a SAXSource or a PullSource, depending on the native parser of the selected platform
getParticle() - Method in class com.saxonica.schema.fsa.Edge
Get the element or wildcard particle causing this transition
getParticle() - Method in class com.saxonica.schema.UserComplexType
Get the (extended) particle representing the content model of this complex type.
getParticles() - Method in class com.saxonica.schema.ModelGroup
Get the (unsimplified list of) Particles of the content model defined by this model group.
getPath(boolean) - Method in class net.sf.saxon.event.PathMaintainer
Get the path to the current location in the stream
getPath(NodeInfo) - Static method in class net.sf.saxon.tree.util.Navigator
Get an absolute XPath expression that identifies a given node within its document
getPath(NodeInfo, XPathContext) - Static method in class net.sf.saxon.tree.util.Navigator
Get an absolute XPath expression that identifies a given node within its document
getPath() - Method in exception net.sf.saxon.type.ValidationException
Get the location of the error in terms of a path expressed as a string
getPathForVariable(Binding) - Method in class net.sf.saxon.expr.parser.PathMap
Get the path used when evaluating a given variable binding
getPathMap() - Method in class net.sf.saxon.query.XQueryExpression
Get the path map for the query expression
getPathMapForDocumentProjection() - Method in class net.sf.saxon.Controller
Get the path map used for document projection, if any.
getPathMapRoots() - Method in class net.sf.saxon.expr.parser.PathMap
Get all the root expressions from the path map
getPathUsingAbbreviatedUris() - Method in class net.sf.saxon.om.AbsolutePath
Get a string representing the path using abbreviated namespace URIs to represent QNames
getPathUsingPrefixes() - Method in class net.sf.saxon.om.AbsolutePath
Get a string representing the path using namespace prefixes to represent QNames
getPathUsingUris() - Method in class net.sf.saxon.om.AbsolutePath
Get a string representing the path using namespace URIs to represent QNames
getPattern() - Method in class net.sf.saxon.pattern.PatternSponsor
Get the wrapped pattern
getPattern() - Method in class net.sf.saxon.trans.Rule
 
getPatternExpression() - Method in class net.sf.saxon.expr.instruct.AnalyzeString
 
getPatternSeparator() - Method in class net.sf.saxon.trans.DecimalSymbols
Get the pattern separator value
getPercent() - Method in class net.sf.saxon.trans.DecimalSymbols
Get the percent symbol value
getPerMille() - Method in class net.sf.saxon.trans.DecimalSymbols
Get the per-mille symbol value
getPermittedAttributes() - Method in class net.sf.saxon.style.XSLGlobalParam
 
getPermittedAttributes() - Method in class net.sf.saxon.style.XSLGlobalVariable
 
getPermittedFunctions() - Method in class com.saxonica.expr.ExtendedXQueryParser
Get the permitted set of standard functions in this environment
getPermittedFunctions() - Method in class net.sf.saxon.query.QueryParser
Get the permitted set of standard functions in this environment
getPhysicalRoot() - Method in class net.sf.saxon.tree.linked.DocumentImpl
Get the physical root of the tree.
getPhysicalRoot() - Method in class net.sf.saxon.tree.linked.NodeImpl
Get the physical root of the tree.
getPIData() - Method in class com.saxonica.pull.PullToStax
 
getPIData() - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getPIName() - Method in interface javax.xml.xquery.XQItemType
Returns the name of the processing instruction type.
getPIName() - Method in class net.sf.saxon.xqj.SaxonXQItemType
 
getPipelineConfiguration() - Method in class com.saxonica.pull.PullFromIterator
Get configuration information.
getPipelineConfiguration() - Method in class com.saxonica.pull.TinyTreeWalker
Get configuration information.
getPipelineConfiguration() - Method in class com.saxonica.pull.TreeWalker
Get configuration information.
getPipelineConfiguration() - Method in class com.saxonica.pull.VirtualTreeWalker
Get configuration information.
getPipelineConfiguration() - Method in class com.saxonica.schema.SchemaCompiler
Get the pipeline configuration
getPipelineConfiguration() - Method in class com.saxonica.schema.sdoc.SchemaNodeFactory
Get the pipeline configuration
getPipelineConfiguration() - Method in class com.saxonica.stream.feed.DecomposingFeed
Get the pipeline configuration
getPipelineConfiguration() - Method in class com.saxonica.stream.feed.EventFeed
Get the pipeline configuration
getPipelineConfiguration() - Method in interface com.saxonica.stream.feed.Feed
Get the pipeline configuration
getPipelineConfiguration() - Method in class com.saxonica.stream.feed.ItemFeed
Get the pipeline configuration
getPipelineConfiguration() - Method in class com.saxonica.stream.feed.RetainingFeed
 
getPipelineConfiguration() - Method in interface com.saxonica.stream.watch.Watch
Get the pipeline configuration in use
getPipelineConfiguration() - Method in class com.saxonica.validate.AbstractWatch
Get the pipeline configuration in use
getPipelineConfiguration() - Method in class com.saxonica.validate.Checker
 
getPipelineConfiguration() - Method in class net.sf.saxon.dom.DOMWriter
Get the pipeline configuration used for this document
getPipelineConfiguration() - Method in class net.sf.saxon.event.Builder
 
getPipelineConfiguration() - Method in class net.sf.saxon.event.ContentHandlerProxy
Get the pipeline configuration
getPipelineConfiguration() - Method in interface net.sf.saxon.event.Receiver
Get the pipeline configuration
getPipelineConfiguration() - Method in class net.sf.saxon.event.ReceivingContentHandler
Get the pipeline configuration
getPipelineConfiguration() - Method in class net.sf.saxon.event.SequenceReceiver
 
getPipelineConfiguration() - Method in class net.sf.saxon.evpull.StartElementEvent
Get the PipelineConfiguration
getPipelineConfiguration() - Method in class net.sf.saxon.evpull.StaxToEventBridge
Get configuration information.
getPipelineConfiguration() - Method in class net.sf.saxon.pull.PullFilter
Get configuration information.
getPipelineConfiguration() - Method in interface net.sf.saxon.pull.PullProvider
Get configuration information.
getPipelineConfiguration() - Method in class net.sf.saxon.pull.StaxBridge
Get configuration information.
getPipelineConfiguration() - Method in class net.sf.saxon.serialize.Emitter
Get the pipeline configuration used for this document
getPipelineConfiguration() - Method in class net.sf.saxon.stax.ReceiverToXMLStreamWriter
 
getPITarget() - Method in class com.saxonica.pull.PullToStax
 
getPITarget() - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getPJConverter(Class) - Method in class net.sf.saxon.dom.DOMEnvelope
 
getPJConverter(Class) - Method in class net.sf.saxon.dom.DOMObjectModel
Get a converter from XPath values to values in the external object model
getPJConverter(Class) - Method in interface net.sf.saxon.lib.ExternalObjectModel
Get a converter from XPath values to values in the external object model
getPJConverter(Class) - Method in class net.sf.saxon.option.axiom.AxiomObjectModel
 
getPJConverter(Class) - Method in class net.sf.saxon.option.dom4j.DOM4JObjectModel
 
getPJConverter(Class) - Method in class net.sf.saxon.option.jdom.JDOMObjectModel
 
getPJConverter(Class) - Method in class net.sf.saxon.option.jdom2.JDOM2ObjectModel
 
getPJConverter(Class) - Method in class net.sf.saxon.option.xom.XOMObjectModel
 
getPlainMemberTypes() - Method in class com.saxonica.schema.UserAtomicType
Get the set of atomic types that are subsumed by this type
getPlainMemberTypes() - Method in class com.saxonica.schema.UserUnionType
Get the list of plain types that are subsumed by this type
getPlainMemberTypes() - Method in class net.sf.saxon.type.BuiltInAtomicType
Get the list of plain types that are subsumed by this type
getPlainMemberTypes() - Method in class net.sf.saxon.type.ErrorType
 
getPlainMemberTypes() - Method in interface net.sf.saxon.type.PlainType
Get the list of plain types that are subsumed by this type
getPlainMemberTypes() - Method in interface net.sf.saxon.type.UnionType
 
getPlatform() - Static method in class net.sf.saxon.Configuration
Get the Platform to be used for platform-dependent methods
getPlatform() - Method in class net.sf.saxon.lib.StandardURIResolver
Get the relevant platform
getPlatformSuffix() - Method in class net.sf.saxon.java.JavaPlatform
Get a suffix letter to add to the Saxon version number to identify the platform
getPlatformSuffix() - Method in interface net.sf.saxon.Platform
Get a suffix letter to add to the Saxon version number to identify the platform
getPlatformVersion() - Method in class net.sf.saxon.java.JavaPlatform
Get the platform version
getPlatformVersion() - Method in interface net.sf.saxon.Platform
Get the platform version
getPooledConnection() - Method in interface javax.xml.xquery.ConnectionPoolXQDataSource
Attempts to establish a physical connection to an XML datasource that can be used as a pooled connection.
getPooledConnection(String, String) - Method in interface javax.xml.xquery.ConnectionPoolXQDataSource
Attempts to establish a physical connection to an XML datasource using the supplied username and password, that can be used as a pooled connection.
getPosition(NodeTest) - Method in class com.saxonica.stream.om.FleetingParentNode
Get the position of the last child node encountered.
getPosition() - Method in exception javax.xml.xquery.XQQueryException
Gets the character position in the query string where this exception occurred.
getPosition() - Method in interface javax.xml.xquery.XQSequence
Gets the current cursor position.
getPosition() - Method in class javax.xml.xquery.XQStackTraceElement
Gets the character position in the query string containing the execution point represented by this stack trace element.
getPosition() - Method in class net.sf.saxon.xqj.SaxonXQForwardSequence
 
getPosition() - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
getPositionalOptions() - Method in class net.sf.saxon.trans.CommandLineOptions
Get the options specified positionally, that is, without a leading "-"
getPositionExpr() - Method in class net.sf.saxon.pattern.GeneralPositionalPattern
Get the filter assocated with the pattern
getPositionExpr() - Method in class net.sf.saxon.pattern.SimplePositionalPattern
Get the filter assocated with the pattern
getPositionVariable() - Method in class net.sf.saxon.expr.flwor.ForClause
Get the position variable (the variable bound by the "at" clause)
getPositionVariable() - Method in class net.sf.saxon.expr.ForExpression
 
getPositionVariableName() - Method in class net.sf.saxon.expr.ForExpression
Get the name of the position variable
getPostDescentRules() - Method in class com.saxonica.xslt3.instruct.Accumulator
Get the set of rules for phase="end", held in the form of a Mode object
getPostDescentValue() - Method in class com.saxonica.stream.watch.AccumulatorWatch
 
getPreAllocatedAtomicComparer() - Method in class net.sf.saxon.functions.CollatingFunction
Get the pre-allocated atomic comparer, if available
getPrecedence() - Method in class net.sf.saxon.style.Declaration
 
getPrecedence() - Method in class net.sf.saxon.style.StylesheetModule
 
getPrecedence() - Method in class net.sf.saxon.trans.Rule
 
getPreDescentRules() - Method in class com.saxonica.xslt3.instruct.Accumulator
Get the set of rules for phase="start", held in the form of a Mode object
getPreDescentValue() - Method in class com.saxonica.stream.watch.AccumulatorWatch
 
getPredicate() - Method in class net.sf.saxon.expr.flwor.WhereClause
 
getPrefix() - Method in class com.saxonica.pull.PullToStax
 
getPrefix() - Method in class com.saxonica.pull.UnconstructedDocument
Get the prefix of the name of the node.
getPrefix() - Method in class com.saxonica.pull.UnconstructedParent
Get the prefix of the name of the node.
getPrefix(int) - Method in class com.saxonica.pull.VirtualTreeWalker
Get the prefix of the n'th declaration (or undeclaration) in the list, counting from zero.
getPrefix() - Method in class com.saxonica.stream.om.FleetingNode
Get the prefix of the name of the node.
getPrefix() - Method in class net.sf.saxon.dom.DOMNodeWrapper
Get the prefix of the name of the node.
getPrefix() - Method in class net.sf.saxon.dom.NodeOverNodeInfo
The namespace prefix of this node, or null if it is unspecified.
getPrefix(String) - Method in class net.sf.saxon.event.StreamWriterToReceiver
 
getPrefix() - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getPrefix(int) - Method in interface net.sf.saxon.om.AttributeCollection
Get the prefix of the name of an attribute (by position).
getPrefix() - Method in class net.sf.saxon.om.CodedName
Get the prefix of the QName.
getPrefix(String) - Static method in class net.sf.saxon.om.NameChecker
Extract the prefix from a QName.
getPrefix() - Method in class net.sf.saxon.om.NameOfNode
Get the prefix of the QName.
getPrefix(int) - Method in class net.sf.saxon.om.NamePool
Get the prefix part of a name, given its name code
getPrefix() - Method in class net.sf.saxon.om.NamespaceBinding
Get the prefix part of the binding
getPrefix() - Method in exception net.sf.saxon.om.NamespaceException
 
getPrefix() - Method in interface net.sf.saxon.om.NodeInfo
Get the prefix of the name of the node.
getPrefix() - Method in interface net.sf.saxon.om.NodeName
Get the prefix of the QName.
getPrefix() - Method in class net.sf.saxon.om.NoNamespaceName
Get the prefix of the QName.
getPrefix(int) - Static method in class net.sf.saxon.om.StandardNames
Get the conventional prefix of a system-defined name
getPrefix() - Method in class net.sf.saxon.om.StructuredQName
Get the prefix of the QName.
getPrefix() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Get the prefix of the name of the node.
getPrefix() - Method in class net.sf.saxon.option.axiom.AxiomDocumentWrapper
Get the prefix of the name of the node.
getPrefix() - Method in class net.sf.saxon.option.axiom.AxiomElementNodeWrapper
Get the prefix of the name of the node.
getPrefix() - Method in class net.sf.saxon.option.axiom.AxiomLeafNodeWrapper
Get the prefix of the name of the node.
getPrefix() - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
Get the prefix part of the name of this node.
getPrefix() - Method in class net.sf.saxon.option.jdom.JDOMNodeWrapper
Get the prefix part of the name of this node.
getPrefix() - Method in class net.sf.saxon.option.jdom2.JDOM2NodeWrapper
Get the prefix part of the name of this node.
getPrefix() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Get the prefix of the name of the node.
getPrefix(String) - Method in class net.sf.saxon.pull.NamespaceContextImpl
Get the prefix bound to a particular namespace URI, if there is one, or null if not (JAXP method)
getPrefix() - Method in class net.sf.saxon.regex.REProgram
Returns a copy of the prefix of current regular expression program in a character array.
getPrefix() - Method in class net.sf.saxon.s9api.QName
Get the prefix of the QName.
getPrefix() - Method in class net.sf.saxon.tree.linked.NodeImpl
Get the prefix part of the name of this node.
getPrefix() - Method in class net.sf.saxon.tree.NamespaceNode
Get the prefix of the name of the node.
getPrefix(int) - Method in class net.sf.saxon.tree.tiny.TinyAttributeCollection
Get the prefix of the name of an attribute (by position).
getPrefix() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Get the prefix part of the name of this node.
getPrefix(int) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Get the prefix of the name of an attribute (by position).
getPrefix() - Method in class net.sf.saxon.tree.util.Orphan
Get the prefix of the name of the node.
getPrefix() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Get the prefix of the name of the node.
getPrefix() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Get the prefix of the name of the node.
getPrefix() - Method in class net.sf.saxon.value.QualifiedNameValue
Get the prefix.
getPrefix() - Method in class net.sf.saxon.value.TextFragmentValue
Get the prefix part of the name of this node.
getPrefixes(String) - Method in class net.sf.saxon.pull.NamespaceContextImpl
Get all the prefixes mapped to a given namespace URI (JAXP method)
getPrefixForURI(String) - Method in class net.sf.saxon.tree.linked.ElementImpl
Search the NamespaceList for a given URI, returning the corresponding prefix.
getPreparedSchema() - Method in class com.saxonica.jaxp.SchemaReference
Get the PreparedSchema object wrapped by this SchemaReference
getPreparedSchema() - Method in class com.saxonica.schema.SchemaCompiler
Get the PreparedSchema.
getPreparedStylesheet() - Method in class net.sf.saxon.style.PrincipalStylesheetModule
 
getPreparedStylesheet() - Method in class net.sf.saxon.style.StyleElement
Get the PreparedStylesheet object.
getPreparedStylesheet() - Method in class net.sf.saxon.style.XSLStylesheet
Get the owning PreparedStylesheet object.
getPreviousInDocument() - Method in class net.sf.saxon.tree.linked.NodeImpl
Get the previous node in document order
getPreviousSibling() - Method in class net.sf.saxon.dom.DOMNodeWrapper
 
getPreviousSibling() - Method in class net.sf.saxon.dom.NodeOverNodeInfo
Get the previous sibling of the node
getPreviousSibling() - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
 
getPreviousSibling() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
 
getPreviousSibling() - Method in class net.sf.saxon.tree.linked.DocumentImpl
Get previous sibling - always null
getPreviousSibling() - Method in class net.sf.saxon.tree.linked.NodeImpl
Get the previous sibling of the node
getPreviousSibling() - Method in interface net.sf.saxon.tree.util.SteppingNode
Get the previous sibling of this node
getPrimaryType() - Method in class net.sf.saxon.value.SequenceType
Get the "primary" part of this required type.
getPrimitiveItemType() - Method in class com.saxonica.schema.UserAtomicType
Get the primitive type from which this type is derived.
getPrimitiveItemType() - Method in class com.saxonica.schema.UserUnionType
Method defined in ItemType: get a primitive supertype in the ItemType type hierarchy
getPrimitiveItemType() - Method in class net.sf.saxon.pattern.EmptySequenceTest
Get the primitive item type corresponding to this item type.
getPrimitiveItemType() - Method in class net.sf.saxon.pattern.NodeTest
Get the primitive item type corresponding to this item type.
getPrimitiveItemType() - Method in class net.sf.saxon.type.AnyFunctionType
Get the primitive item type corresponding to this item type.
getPrimitiveItemType() - Method in class net.sf.saxon.type.AnyItemType
Get the primitive item type corresponding to this item type.
getPrimitiveItemType() - Method in class net.sf.saxon.type.BuiltInAtomicType
Get the primitive item type corresponding to this item type.
getPrimitiveItemType() - Method in class net.sf.saxon.type.ErrorType
 
getPrimitiveItemType() - Method in class net.sf.saxon.type.ExternalObjectType
Get the primitive item type corresponding to this item type.
getPrimitiveItemType() - Method in interface net.sf.saxon.type.ItemType
Get the primitive item type corresponding to this item type.
getPrimitiveStringValue() - Method in class net.sf.saxon.value.AtomicValue
Convert the value to a string, using the serialization rules for the primitive type.
getPrimitiveStringValue() - Method in class net.sf.saxon.value.Base64BinaryValue
Convert to string
getPrimitiveStringValue() - Method in class net.sf.saxon.value.BigIntegerValue
Get the value as a String
getPrimitiveStringValue() - Method in class net.sf.saxon.value.BooleanValue
Convert to string
getPrimitiveStringValue() - Method in class net.sf.saxon.value.DateTimeValue
Convert to string
getPrimitiveStringValue() - Method in class net.sf.saxon.value.DateValue
Convert to string
getPrimitiveStringValue() - Method in class net.sf.saxon.value.DayTimeDurationValue
Convert to string
getPrimitiveStringValue() - Method in class net.sf.saxon.value.DecimalValue
Get the value as a String
getPrimitiveStringValue() - Method in class net.sf.saxon.value.DoubleValue
Convert the double to a string according to the XPath 2.0 rules
getPrimitiveStringValue() - Method in class net.sf.saxon.value.DurationValue
Convert to string
getPrimitiveStringValue() - Method in class net.sf.saxon.value.FloatValue
Get the value as a String
getPrimitiveStringValue() - Method in class net.sf.saxon.value.GDayValue
 
getPrimitiveStringValue() - Method in class net.sf.saxon.value.GMonthDayValue
 
getPrimitiveStringValue() - Method in class net.sf.saxon.value.GMonthValue
 
getPrimitiveStringValue() - Method in class net.sf.saxon.value.GYearMonthValue
 
getPrimitiveStringValue() - Method in class net.sf.saxon.value.GYearValue
 
getPrimitiveStringValue() - Method in class net.sf.saxon.value.HexBinaryValue
Convert to string
getPrimitiveStringValue() - Method in class net.sf.saxon.value.Int64Value
Get the value as a String
getPrimitiveStringValue() - Method in class net.sf.saxon.value.QualifiedNameValue
Get the string value as a String.
getPrimitiveStringValue() - Method in class net.sf.saxon.value.StringValue
Get the string value as a CharSequence
getPrimitiveStringValue() - Method in class net.sf.saxon.value.TimeValue
Convert to string
getPrimitiveStringValue() - Method in class net.sf.saxon.value.YearMonthDurationValue
Convert to string
getPrimitiveType() - Method in class com.saxonica.schema.UserAtomicType
Get the primitive type from which this type is derived.
getPrimitiveType() - Method in class com.saxonica.schema.UserUnionType
Method defined in ItemType: get a primitive supertype in the ItemType type hierarchy
getPrimitiveType() - Method in class com.saxonica.validate.SchemaAttributeTest
Determine the types of nodes to which this pattern applies.
getPrimitiveType() - Method in class com.saxonica.validate.SchemaElementTest
Determine the types of nodes to which this pattern applies.
getPrimitiveType() - Method in class net.sf.saxon.pattern.CombinedNodeTest
Get the basic kind of object that this ItemType matches: for a NodeTest, this is the kind of node, or Type.Node if it matches different kinds of nodes.
getPrimitiveType() - Method in class net.sf.saxon.pattern.ContentTypeTest
Determine the types of nodes to which this pattern applies.
getPrimitiveType() - Method in class net.sf.saxon.pattern.DocumentNodeTest
Determine the types of nodes to which this pattern applies.
getPrimitiveType() - Method in class net.sf.saxon.pattern.EmptySequenceTest
 
getPrimitiveType() - Method in class net.sf.saxon.pattern.LocalNameTest
Determine the types of nodes to which this pattern applies.
getPrimitiveType() - Method in class net.sf.saxon.pattern.NamespaceTest
Determine the types of nodes to which this pattern applies.
getPrimitiveType() - Method in class net.sf.saxon.pattern.NameTest
Determine the types of nodes to which this pattern applies.
getPrimitiveType() - Method in class net.sf.saxon.pattern.NodeKindTest
Determine the types of nodes to which this pattern applies.
getPrimitiveType() - Method in class net.sf.saxon.pattern.NodeTest
Get the basic kind of object that this ItemType matches: for a NodeTest, this is the kind of node, or Type.Node if it matches different kinds of nodes.
getPrimitiveType() - Method in class net.sf.saxon.type.AnyFunctionType
Get the primitive type corresponding to this item type.
getPrimitiveType() - Method in class net.sf.saxon.type.AnyItemType
 
getPrimitiveType() - Method in class net.sf.saxon.type.BuiltInAtomicType
Get the primitive type corresponding to this item type.
getPrimitiveType() - Method in class net.sf.saxon.type.ErrorType
 
getPrimitiveType() - Method in class net.sf.saxon.type.ExternalObjectType
Get the primitive type corresponding to this item type.
getPrimitiveType() - Method in interface net.sf.saxon.type.ItemType
Get the primitive type corresponding to this item type.
getPrimitiveType() - Method in class net.sf.saxon.value.AnyURIValue
 
getPrimitiveType() - Method in class net.sf.saxon.value.AtomicValue
Determine the primitive type of the value.
getPrimitiveType() - Method in class net.sf.saxon.value.Base64BinaryValue
 
getPrimitiveType() - Method in class net.sf.saxon.value.BooleanValue
Determine the primitive type of the value.
getPrimitiveType() - Method in class net.sf.saxon.value.DateTimeValue
Determine the primitive type of the value.
getPrimitiveType() - Method in class net.sf.saxon.value.DateValue
Determine the primitive type of the value.
getPrimitiveType() - Method in class net.sf.saxon.value.DayTimeDurationValue
Determine the primitive type of the value.
getPrimitiveType() - Method in class net.sf.saxon.value.DecimalValue
Determine the primitive type of the value.
getPrimitiveType() - Method in class net.sf.saxon.value.DoubleValue
Determine the primitive type of the value.
getPrimitiveType() - Method in class net.sf.saxon.value.DurationValue
Determine the primitive type of the value.
getPrimitiveType() - Method in class net.sf.saxon.value.FloatValue
Determine the primitive type of the value.
getPrimitiveType() - Method in class net.sf.saxon.value.GDayValue
Determine the primitive type of the value.
getPrimitiveType() - Method in class net.sf.saxon.value.GMonthDayValue
Determine the primitive type of the value.
getPrimitiveType() - Method in class net.sf.saxon.value.GMonthValue
Determine the primitive type of the value.
getPrimitiveType() - Method in class net.sf.saxon.value.GYearMonthValue
Determine the primitive type of the value.
getPrimitiveType() - Method in class net.sf.saxon.value.GYearValue
Determine the primitive type of the value.
getPrimitiveType() - Method in class net.sf.saxon.value.HexBinaryValue
Determine the primitive type of the value.
getPrimitiveType() - Method in class net.sf.saxon.value.IntegerValue
Determine the primitive type of the value.
getPrimitiveType() - Method in class net.sf.saxon.value.NotationValue
Determine the primitive type of the value.
getPrimitiveType() - Method in class net.sf.saxon.value.QNameValue
Determine the primitive type of the value.
getPrimitiveType() - Method in class net.sf.saxon.value.StringValue
Determine the primitive type of the value.
getPrimitiveType() - Method in class net.sf.saxon.value.TimeValue
Determine the primitive type of the value.
getPrimitiveType() - Method in class net.sf.saxon.value.UntypedAtomicValue
Determine the primitive type of the value.
getPrimitiveType() - Method in class net.sf.saxon.value.YearMonthDurationValue
Determine the primitive type of the value.
getPrimitiveTypeName() - Method in class net.sf.saxon.s9api.XdmAtomicValue
Get the primitive type of this atomic value, as a QName.
getPrincipalResult() - Method in class net.sf.saxon.Controller
Get the principal result destination.
getPrincipalStylesheetModule() - Method in class net.sf.saxon.style.PrincipalStylesheetModule
 
getPrincipalStylesheetModule() - Method in class net.sf.saxon.style.StyleElement
Get the principal stylesheet module
getPrincipalStylesheetModule() - Method in class net.sf.saxon.style.StylesheetModule
 
getPrincipalStylesheetModule() - Method in class net.sf.saxon.style.XSLStylesheet
 
getPriority() - Method in class net.sf.saxon.trans.Rule
 
getProcessContents() - Method in class com.saxonica.schema.Wildcard
Returns the processContents attribute of this wildcard
getProcessor() - Method in class net.sf.saxon.Configuration
Get the Processor object that created this Configuration in the relevant API.
getProcessor() - Method in class net.sf.saxon.s9api.XdmNode
Get the Processor that was used to construct this node.
getProcessor() - Method in class net.sf.saxon.s9api.XPathCompiler
Get the Processor from which this XPathCompiler was constructed
getProcessor() - Method in class net.sf.saxon.s9api.XQueryCompiler
Get the Processor from which this XQueryCompiler was constructed
getProcessor() - Method in class net.sf.saxon.s9api.XsltCompiler
Get the Processor from which this XsltCompiler was constructed
getProcessorVersion() - Method in class net.sf.saxon.style.StyleElement
Determine what version of the XSLT the configured processor supports
getProductMajorVersion() - Method in interface javax.xml.xquery.XQMetaData
Gets the major version of this product.
getProductMajorVersion() - Method in class net.sf.saxon.xqj.SaxonXQMetaData
 
getProductMinorVersion() - Method in interface javax.xml.xquery.XQMetaData
Gets the minor version of this product.
getProductMinorVersion() - Method in class net.sf.saxon.xqj.SaxonXQMetaData
 
getProductName() - Method in interface javax.xml.xquery.XQMetaData
Gets the name of this product.
getProductName() - Static method in class net.sf.saxon.Version
Return the name of this product.
getProductName() - Method in class net.sf.saxon.xqj.SaxonXQMetaData
 
getProductTitle() - Method in class net.sf.saxon.Configuration
Get a message used to identify this product when a transformation is run using the -t option
getProductTitle() - Static method in class net.sf.saxon.Version
Get a message used to identify this product when a transformation is run using the -t option
getProductVariantAndVersion(Configuration) - Static method in class net.sf.saxon.Version
Get the version number of the schema-aware version of the product
getProductVendor() - Static method in class net.sf.saxon.Version
Return the name of the product vendor.
getProductVersion() - Method in interface javax.xml.xquery.XQMetaData
Gets the full version of this product.
getProductVersion() - Static method in class net.sf.saxon.Version
Get the user-visible version number of this version of the product
getProductVersion() - Method in class net.sf.saxon.xqj.SaxonXQMetaData
 
getProgram() - Method in class net.sf.saxon.regex.REMatcher
Returns the current regular expression program in use by this matcher object.
getProperties() - Method in class com.saxonica.bytecode.CompiledExpression
 
getProperties() - Method in class com.saxonica.bytecode.iter.CompiledBlockIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class com.saxonica.bytecode.iter.CompiledFilterIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class com.saxonica.bytecode.iter.OneToOneMappingIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class com.saxonica.expr.ee.MultithreadedContextMappingIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class com.saxonica.stream.SequenceExchanger.Consumer
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class com.saxonica.xslt3.instruct.MergeEnumeration
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class com.saxonica.xslt3.instruct.MergeGroupingIterator
 
getProperties() - Method in class net.sf.saxon.evpull.SequenceComposer
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.expr.AxisAtomizingIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.expr.BigRangeIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.expr.CardinalityCheckingIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.expr.ContextMappingIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.expr.DifferenceEnumeration
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.expr.ErrorIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.expr.EveryItemMappingIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.expr.Expression
Get an iterator over all the properties available.
getProperties() - Method in class net.sf.saxon.expr.FilterIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.expr.flwor.ClauseInfo
Get an iterator over all the properties available.
getProperties() - Method in class net.sf.saxon.expr.flwor.ReturnClauseIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.expr.instruct.BlockIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.expr.instruct.GlobalVariable
Get an iterator over all the properties available.
getProperties() - Method in class net.sf.saxon.expr.instruct.InstructionDetails
Get an iterator over all the properties available.
getProperties() - Method in class net.sf.saxon.expr.instruct.Procedure
Get an iterator over all the properties available.
getProperties() - Method in class net.sf.saxon.expr.instruct.TraceExpression
Get an iterator over all the properties available.
getProperties() - Method in class net.sf.saxon.expr.IntersectionEnumeration
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.expr.ItemMappingIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.expr.MappingIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.expr.RangeIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.expr.ReverseRangeIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.expr.sort.DocumentOrderIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.expr.sort.GroupAdjacentIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.expr.sort.GroupByIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.expr.sort.GroupMatchingIterator
 
getProperties() - Method in class net.sf.saxon.expr.sort.SortedIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.expr.StringTokenIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.expr.SubsequenceIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.expr.TailIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.expr.UnionEnumeration
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.expr.ValueTailIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.functions.DistinctValues.DistinctIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.functions.IndexOf.IndexIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.functions.Insert.InsertIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.functions.Remove.RemoveIterator
Get properties of this iterator, as a bit-significant integer.
getProperties(int) - Method in interface net.sf.saxon.om.AttributeCollection
Get the properties of an attribute (by position)
getProperties() - Method in class net.sf.saxon.om.MemoSequence.ProgressiveIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in interface net.sf.saxon.om.SequenceIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.query.XQueryFunction
Get an iterator over all the properties available.
getProperties() - Method in class net.sf.saxon.regex.ARegexIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.regex.ATokenIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.regex.JRegexIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.regex.JTokenIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.style.StyleElement
Get an iterator over all the properties available.
getProperties() - Method in interface net.sf.saxon.trace.InstructionInfo
Get an iterator over all the properties available.
getProperties() - Method in class net.sf.saxon.tree.iter.AdjacentTextNodeMergingIterator
 
getProperties() - Method in class net.sf.saxon.tree.iter.ArrayIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.tree.iter.AtomizingIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.tree.iter.AxisIteratorImpl
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.tree.iter.AxisIteratorOverSequence
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.tree.iter.EmptyIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.tree.iter.HomogeneityCheckerIterator
 
getProperties() - Method in class net.sf.saxon.tree.iter.IteratorIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.tree.iter.ListIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.tree.iter.LookaheadIteratorImpl
 
getProperties() - Method in class net.sf.saxon.tree.iter.ManualIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.tree.iter.NodeWrappingAxisIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.tree.iter.PrependIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.tree.iter.ReverseArrayIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.tree.iter.SingleNodeIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.tree.iter.SingletonIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.tree.iter.TextLinesIterator
 
getProperties() - Method in class net.sf.saxon.tree.iter.UntypedAtomizingIterator
Get properties of this iterator, as a bit-significant integer.
getProperties(int) - Method in class net.sf.saxon.tree.tiny.TinyAttributeCollection
Get the properties of an attribute (by position)
getProperties(int) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Get the properties of an attribute (by position)
getProperties() - Method in class net.sf.saxon.tree.util.SteppingNavigator.DescendantAxisIterator
 
getProperties() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy.VirtualCopier
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.tree.wrapper.WrappingIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.value.MemoClosure.ProgressiveIterator
Get properties of this iterator, as a bit-significant integer.
getProperties() - Method in class net.sf.saxon.value.StringValue.CharacterIterator
Get properties of this iterator, as a bit-significant integer.
getProperty(String) - Method in class com.saxonica.bytecode.CompiledExpression
 
getProperty(String) - Method in class com.saxonica.jaxp.SchemaFactoryImpl
Look up the value of a property.
getProperty(String) - Method in class com.saxonica.jaxp.ValidatingReader
Look up the value of a property.
getProperty(String) - Method in class com.saxonica.jaxp.ValidatorHandlerImpl
Look up the value of a property.
getProperty(String) - Method in class com.saxonica.jaxp.ValidatorImpl
Look up the value of a property.
getProperty(String) - Method in class com.saxonica.pull.PullToStax
 
getProperty(String) - Method in interface javax.xml.xquery.ConnectionPoolXQDataSource
Returns the current value of the named property if set, else null.
getProperty(String) - Method in interface javax.xml.xquery.XQDataSource
Returns the current value of the named property if set, else null.
getProperty(String) - Method in class net.sf.saxon.event.StreamWriterToReceiver
 
getProperty(String) - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getProperty(String) - Method in class net.sf.saxon.expr.Expression
 
getProperty(String) - Method in class net.sf.saxon.expr.flwor.ClauseInfo
Get the value of a particular property of the instruction.
getProperty(String) - Method in class net.sf.saxon.expr.instruct.GlobalVariable
Get the value of a particular property of the instruction.
getProperty(String) - Method in class net.sf.saxon.expr.instruct.InstructionDetails
Get a named property of the instruction
getProperty(String) - Method in class net.sf.saxon.expr.instruct.Procedure
 
getProperty(String) - Method in class net.sf.saxon.expr.instruct.TraceExpression
Get a named property of the instruction/expression
getProperty(String) - Method in class net.sf.saxon.expr.UserFunctionCall
 
getProperty(String) - Method in class net.sf.saxon.Filter
Look up the value of a property.
getProperty(String, String, Executable) - Static method in class net.sf.saxon.functions.SystemProperty
Here's the real code:
getProperty(String) - Method in class net.sf.saxon.query.XQueryFunction
Get the value of a particular property of the instruction.
getProperty(String) - Method in class net.sf.saxon.style.LiteralResultElement
Get the value of a particular property of the instruction.
getProperty(String) - Method in class net.sf.saxon.style.StyleElement
Get the value of a particular property of the instruction.
getProperty(String) - Method in interface net.sf.saxon.trace.InstructionInfo
Get the value of a particular property of the instruction.
getProperty(String) - Method in class net.sf.saxon.xqj.SaxonXQDataSource
Get a configuration property setting.
getProvenance() - Method in class com.saxonica.schema.fsa.DeterminizedState
Get the provenance of a state in a determinized finite state machine.
getProvider() - Method in class net.sf.saxon.evpull.EventToStaxBridge
Get the underlying event stream
getPseudoAttribute(XPathContext, String) - Static method in class com.saxonica.functions.extfn.Extensions
Get a pseudo-attribute of a processing instruction.
getPseudoAttribute(String, String) - Static method in class net.sf.saxon.tree.util.ProcInstParser
Get a pseudo-attribute.
getPTreeSource(String, String) - Method in class com.saxonica.ptree.PTreeURIResolver
Handle a PTree source file (Saxon-EE only)
getPTreeSource(String, String) - Method in class net.sf.saxon.lib.StandardURIResolver
Handle a PTree source file (Saxon-EE only)
getPublicId() - Method in class com.saxonica.pull.PullToStax.SourceStreamLocation
 
getPublicId() - Method in class com.saxonica.pull.TinyTreeWalker
Return the public identifier for the current document event.
getPublicId() - Method in class com.saxonica.pull.TreeWalker
Return the public identifier for the current document event.
getPublicId() - Method in class com.saxonica.schema.SchemaStructure
Get the public ID of the containing module, if known.
getPublicId() - Method in class net.sf.saxon.dom.DOMSender
 
getPublicId() - Method in class net.sf.saxon.event.ContentHandlerProxyLocator
Get the Public ID
getPublicId() - Method in class net.sf.saxon.evpull.StaxToEventBridge
Return the public identifier for the current document event.
getPublicId() - Method in class net.sf.saxon.expr.Expression
Get the publicId of the module containing the expression (to satisfy the SourceLocator interface)
getPublicId() - Method in class net.sf.saxon.expr.flwor.ClauseInfo
Return the public identifier for the current document event.
getPublicId() - Method in class net.sf.saxon.expr.instruct.GeneralVariable
Get the publicId of the module containing the expression (to satisfy the SourceLocator interface)
getPublicId() - Method in class net.sf.saxon.expr.instruct.InstructionDetails
Get the public ID of the module containing the instruction.
getPublicId() - Method in class net.sf.saxon.expr.instruct.Procedure
 
getPublicId() - Method in class net.sf.saxon.expr.parser.ExpressionLocation
Get the Public ID
getPublicId() - Method in class net.sf.saxon.expr.parser.ExpressionParser.TemporaryContainer
 
getPublicId() - Method in class net.sf.saxon.pattern.Pattern
Get the public ID (always null)
getPublicId() - Method in class net.sf.saxon.pull.StaxBridge
Return the public identifier for the current document event.
getPublicId() - Method in class net.sf.saxon.pull.UnparsedEntity
Get the public identifier of the unparsed entity
getPublicId() - Method in class net.sf.saxon.query.XQueryExpression
Return the public identifier for the current document event.
getPublicId() - Method in class net.sf.saxon.query.XQueryFunction
Return the public identifier for the current document event.
getPublicId() - Method in class net.sf.saxon.sxpath.AbstractStaticContext
Return the public identifier.
getPublicId() - Method in class net.sf.saxon.sxpath.SimpleContainer
Return the public identifier for the current document event.
getPublicId() - Method in class net.sf.saxon.tree.linked.NodeImpl
Get the public identifier of the document entity containing this node.
getPublicId() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Get the public identifier of the document entity containing this node.
getPublicId() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Return the public identifier for the current document event.
getPublicId() - Method in exception net.sf.saxon.type.ValidationException
 
getPublicId() - Method in class net.sf.saxon.type.ValidationFailure
 
getPublicId() - Method in class net.sf.saxon.value.TextFragmentValue
Return the public identifier for the current document event.
getPuller() - Method in class com.saxonica.pull.UnconstructedParent
Get a PullProvider that delivers the stream of events corresponding to the tree rooted at this virtual node
getPullProvider() - Method in class net.sf.saxon.pull.PullSource
Get the PullProvider
getPullStream(TuplePull, XPathContext) - Method in class com.saxonica.expr.flwor.CountClause
Get a tuple stream that implements the functionality of this clause, taking its input from another tuple stream which this clause modifies
getPullStream(TuplePull, XPathContext) - Method in class com.saxonica.expr.flwor.GroupByClause
Get a tuple stream that implements the functionality of this clause, taking its input from another tuple stream which this clause modifies
getPullStream(TuplePull, XPathContext) - Method in class com.saxonica.expr.flwor.WindowClause
Get a pull-mode tuple stream that implements the functionality of this clause, taking its input from another tuple stream which this clause modifies
getPullStream(TuplePull, XPathContext) - Method in class net.sf.saxon.expr.flwor.Clause
Get a pull-mode tuple stream that implements the functionality of this clause, taking its input from another tuple stream which this clause modifies
getPullStream(TuplePull, XPathContext) - Method in class net.sf.saxon.expr.flwor.ForClause
Get a tuple stream that implements the functionality of this clause, taking its input from another tuple stream which this clause modifies
getPullStream(TuplePull, XPathContext) - Method in class net.sf.saxon.expr.flwor.LetClause
Get a tuple stream that implements the functionality of this clause, taking its input from another tuple stream which this clause modifies
getPullStream(TuplePull, XPathContext) - Method in class net.sf.saxon.expr.flwor.OrderByClause
Get a tuple stream that implements the functionality of this clause, taking its input from another tuple stream which this clause modifies
getPullStream(TuplePull, XPathContext) - Method in class net.sf.saxon.expr.flwor.TraceClause
Get a tuple stream that implements the functionality of this clause, taking its input from another tuple stream which this clause modifies
getPullStream(TuplePull, XPathContext) - Method in class net.sf.saxon.expr.flwor.WhereClause
Get a tuple stream that implements the functionality of this clause, taking its input from another tuple stream which this clause modifies
getPushStream(TuplePush, XPathContext) - Method in class com.saxonica.expr.flwor.CountClause
Get a push-mode tuple stream that implements the functionality of this clause, supplying its output to another tuple stream
getPushStream(TuplePush, XPathContext) - Method in class com.saxonica.expr.flwor.GroupByClause
Get a push-mode tuple stream that implements the functionality of this clause, supplying its output to another tuple stream
getPushStream(TuplePush, XPathContext) - Method in class com.saxonica.expr.flwor.WindowClause
Get a push-mode tuple stream that implements the functionality of this clause, supplying its output to another tuple stream
getPushStream(TuplePush, XPathContext) - Method in class net.sf.saxon.expr.flwor.Clause
Get a push-mode tuple stream that implements the functionality of this clause, supplying its output to another tuple stream
getPushStream(TuplePush, XPathContext) - Method in class net.sf.saxon.expr.flwor.ForClause
Get a push-mode tuple stream that implements the functionality of this clause, supplying its output to another tuple stream
getPushStream(TuplePush, XPathContext) - Method in class net.sf.saxon.expr.flwor.LetClause
Get a push-mode tuple stream that implements the functionality of this clause, supplying its output to another tuple stream
getPushStream(TuplePush, XPathContext) - Method in class net.sf.saxon.expr.flwor.OrderByClause
Get a push-mode tuple stream that implements the functionality of this clause, supplying its output to another tuple stream
getPushStream(TuplePush, XPathContext) - Method in class net.sf.saxon.expr.flwor.TraceClause
Get a push-mode tuple stream that implements the functionality of this clause, supplying its output to another tuple stream
getPushStream(TuplePush, XPathContext) - Method in class net.sf.saxon.expr.flwor.WhereClause
Get a push-mode tuple stream that implements the functionality of this clause, supplying its output to another tuple stream
getQName() - Method in class javax.xml.xquery.XQStackTraceVariable
Gets the QName of the variable.
getQName(int) - Method in interface net.sf.saxon.om.AttributeCollection
Get the lexical QName of an attribute (by position).
getQName() - Method in enum net.sf.saxon.s9api.Serializer.Property
Get the name of the property expressed as a QName.
getQName(int) - Method in class net.sf.saxon.tree.tiny.TinyAttributeCollection
Get the lexical QName of an attribute (by position).
getQName(int) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Get the lexical QName of an attribute (by position).
getQNameParts(CharSequence) - Method in class net.sf.saxon.om.NameChecker
Validate a QName, and return the prefix and local name.
getQualifiedName() - Method in class net.sf.saxon.type.BuiltInAtomicType
Get the name of the type as a QName
getQueryLanguageTypeAndVersion() - Method in interface javax.xml.xquery.XQStaticContext
Gets the value of the language type and version property.
getQueryLanguageTypeAndVersion() - Method in class net.sf.saxon.xqj.SaxonXQStaticContext
 
getQueryLibraryModules(String) - Method in class net.sf.saxon.expr.instruct.Executable
Locate the known XQuery library modules for a given module namespace.
getQueryLibraryModules() - Method in class net.sf.saxon.expr.instruct.Executable
Get an iterator over all the query library modules (does not include the main module)
getQueryModuleWithSystemId(String, QueryModule) - Method in class net.sf.saxon.expr.instruct.Executable
Get the query library module with a given systemID
getQuerySource(URI) - Method in class net.sf.saxon.lib.StandardModuleURIResolver
Get a StreamSource object representing the source of a query, given its URI.
getQueryStackTrace() - Method in exception javax.xml.xquery.XQQueryException
Returns the query stack stackTrace when the exception occurred, or null if none.
getQueryTimeout() - Method in interface javax.xml.xquery.XQStaticContext
Retrieves the number of seconds an implementation will wait for a query to execute.
getQueryTimeout() - Method in class net.sf.saxon.xqj.SaxonXQStaticContext
 
getRangeVariable() - Method in class com.saxonica.expr.flwor.CountClause
 
getRangeVariable() - Method in class net.sf.saxon.expr.flwor.ForClause
Get the range variable (the primary variable bound by this clause)
getRangeVariable() - Method in class net.sf.saxon.expr.flwor.LetClause
 
getRangeVariableCardinality() - Method in class com.saxonica.expr.OuterForExpression
Get the cardinality of the range variable
getRangeVariableCardinality() - Method in class net.sf.saxon.expr.ForExpression
Get the cardinality of the range variable
getRangeVariables() - Method in class com.saxonica.expr.flwor.CountClause
Get the number of variables bound by this clause
getRangeVariables() - Method in class com.saxonica.expr.flwor.GroupByClause
Get the variables bound by this clause
getRangeVariables() - Method in class com.saxonica.expr.flwor.WindowClause
Get the variables bound by this clause
getRangeVariables() - Method in class net.sf.saxon.expr.flwor.Clause
Get the variables bound by this clause
getRangeVariables() - Method in class net.sf.saxon.expr.flwor.ForClause
Get the number of variables bound by this clause
getRangeVariables() - Method in class net.sf.saxon.expr.flwor.LetClause
Get the number of variables bound by this clause
getRangeVariables() - Method in class net.sf.saxon.expr.parser.ExpressionParser
Get the stack of in-scope range variables
getRank() - Method in class net.sf.saxon.trans.Rule
 
getRawParent() - Method in class net.sf.saxon.tree.linked.NodeImpl
Get the raw value of the parent pointer.
getRealNode() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Get the node underlying this virtual node.
getRealNode() - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
Get the node underlying this virtual node.
getRealNode() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Get the node underlying this virtual node.
getRealNode() - Method in interface net.sf.saxon.tree.wrapper.VirtualNode
Get the node underlying this virtual node.
getReason() - Method in exception net.sf.saxon.trans.LicenseException
 
getReceiver() - Method in class net.sf.saxon.event.ReceivingContentHandler
Get the receiver to which events are passed.
getReceiver() - Method in class net.sf.saxon.expr.EarlyEvaluationContext
Get the Receiver to which output is currently being written.
getReceiver() - Method in interface net.sf.saxon.expr.XPathContext
Get the Receiver to which output is currently being written.
getReceiver() - Method in class net.sf.saxon.expr.XPathContextMinor
Get the Receiver to which output is currently being written.
getReceiver(Result, PipelineConfiguration, Properties) - Method in class net.sf.saxon.lib.SerializerFactory
Get a Receiver that wraps a given Result object.
getReceiver(Result, PipelineConfiguration, Properties, CharacterMapIndex) - Method in class net.sf.saxon.lib.SerializerFactory
Get a Receiver that wraps a given Result object.
getReceiver(Result, Properties) - Method in interface net.sf.saxon.lib.StAXResultHandler
 
getReceiver() - Method in class net.sf.saxon.pull.PullPushTee
Get the Receiver to which events are being tee'd.
getReceiver(Configuration) - Method in interface net.sf.saxon.s9api.Destination
Return a Receiver.
getReceiver(Configuration) - Method in class net.sf.saxon.s9api.DOMDestination
Return a Receiver.
getReceiver(Configuration) - Method in class net.sf.saxon.s9api.SAXDestination
Return a Receiver.
getReceiver(Configuration) - Method in class net.sf.saxon.s9api.SchemaValidator
 
getReceiver(Configuration) - Method in class net.sf.saxon.s9api.Serializer
Return a receiver to which Saxon will send events.
getReceiver(Executable) - Method in class net.sf.saxon.s9api.Serializer
Return a receiver to which Saxon will send events.
getReceiver(Configuration) - Method in class net.sf.saxon.s9api.TeeDestination
Return a Receiver.
getReceiver(Configuration) - Method in class net.sf.saxon.s9api.XdmDestination
Return a Receiver.
getReceiver(Configuration) - Method in class net.sf.saxon.s9api.XQueryEvaluator
Return a Receiver which can be used to supply the principal source document for the transformation.
getReceiver(Configuration) - Method in class net.sf.saxon.s9api.XsltTransformer
Return a Receiver which can be used to supply the principal source document for the transformation.
getReceiver(Result, Properties) - Method in class net.sf.saxon.stax.StAXResultHandlerImpl
 
getReceiver(Configuration) - Method in class net.sf.saxon.stax.XMLStreamWriterDestination
 
getRecoveryPolicy() - Method in class net.sf.saxon.Configuration
Determine how recoverable run-time errors are to be handled.
getRecoveryPolicy() - Method in class net.sf.saxon.Controller
Get the policy for handling recoverable errors
getRecoveryPolicy() - Method in class net.sf.saxon.lib.StandardErrorListener
Get the recovery policy
getRecoveryPolicy() - Method in class net.sf.saxon.trans.CompilerInfo
Get the policy for handling recoverable errors.
getRecoveryPolicy() - Method in class net.sf.saxon.trans.Mode
Get the policy for handling recoverable errors.
getRecoveryPolicy() - Method in class net.sf.saxon.trans.RuleManager
Get the policy for handling recoverable errors.
getRecurse() - Method in class net.sf.saxon.functions.URIQueryParameters
Get the value of the recurse=yes|no parameter, or null if unspecified
getRecursiveDecomposition(boolean, int, FastStringBuffer) - Method in class net.sf.saxon.serialize.codenorm.NormalizerData
Gets recursive decomposition of a character from the Unicode Character Database.
getRedefinedSchema() - Method in class com.saxonica.schema.sdoc.XSDRedefine
Get the referenced schema after redefinition of redefined components
getRedefinitionLevel() - Method in class com.saxonica.schema.SchemaStructure
Get the redefinition level.
getRedefinitionLevel() - Method in class net.sf.saxon.type.AnySimpleType
Get the redefinition level.
getRedefinitionLevel() - Method in class net.sf.saxon.type.AnyType
Get the redefinition level.
getRedefinitionLevel() - Method in class net.sf.saxon.type.BuiltInAtomicType
Get the redefinition level.
getRedefinitionLevel() - Method in class net.sf.saxon.type.BuiltInListType
Get the redefinition level.
getRedefinitionLevel() - Method in class net.sf.saxon.type.ErrorType
Get the redefinition level.
getRedefinitionLevel() - Method in interface net.sf.saxon.type.SchemaComponent
Get the redefinition level.
getRedefinitionLevel() - Method in class net.sf.saxon.type.Untyped
Get the redefinition level.
getReferenceCount() - Method in class net.sf.saxon.expr.instruct.UserFunctionParameter
Get the (nominal) number of references within the function body to this parameter, where a reference inside a loop is counted as multiple references
getReferenceCount(Expression, Binding, boolean) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
Determine how often a variable is referenced.
getReferences() - Method in class net.sf.saxon.style.SourceBinding
Get all the known references to this variable
getReferFingerprint() - Method in class com.saxonica.schema.KeyRef
Gets the fingerprint of the name of the key being referenced).
getRegexExpression() - Method in class net.sf.saxon.expr.instruct.AnalyzeString
 
getRegexGroup(int) - Method in class net.sf.saxon.regex.ARegexIterator
Get a substring that matches a parenthesised group within the regular expression
getRegexGroup(int) - Method in class net.sf.saxon.regex.JRegexIterator
Get a substring that matches a parenthesised group within the regular expression
getRegexGroup(int) - Method in interface net.sf.saxon.regex.RegexIterator
Get a substring that matches a parenthesised group within the regular expression
getRegexGroupIterator() - Method in class net.sf.saxon.regex.ARegexIterator
Get a sequence containing all the regex groups (except group 0, because we want to use indexing from 1).
getRegexGroupIterator() - Method in class net.sf.saxon.regex.JRegexIterator
Get a sequence containing all the regex groups (except group 0, because we want to use indexing from 1).
getRegexGroupIterator() - Method in interface net.sf.saxon.regex.RegexIterator
Get a sequence containing all the regex captured groups relating to the current matching item (except group 0, because we want to use indexing from 1).
getRelationship(ExternalObjectType) - Method in class net.sf.saxon.type.ExternalObjectType
Get the relationship of this external object type to another external object type
getReleaseDate() - Static method in class net.sf.saxon.Version
Get the issue date of this version of the product.
getRemainingSteps() - Method in class net.sf.saxon.expr.SlashExpression
Get all steps after the first.
getRememberedNumber(NodeInfo) - Method in class net.sf.saxon.Controller
Get the number of a node if it is the last remembered one.
getReplacementSchema() - Method in class com.saxonica.schema.sdoc.XSDOverride
 
getReplacementString() - Method in class net.sf.saxon.style.XSLOutputCharacter
 
getRequiredCardinality() - Method in class net.sf.saxon.expr.CardinalityChecker
Get the required cardinality
getRequiredCardinality() - Method in class net.sf.saxon.expr.InstanceOfExpression
Get the cardinality that we are testing for membership of
getRequiredCardinalityForVariable(QName) - Method in class net.sf.saxon.s9api.XPathExecutable
Get the required cardinality of a declared variable in the static context of the expression.
getRequiredComponent() - Method in class net.sf.saxon.functions.Component
Get the required component
getRequiredComponentAsString() - Method in class net.sf.saxon.functions.Component
Get the required component name as a string
getRequiredContextItemType() - Method in interface net.sf.saxon.expr.StaticContext
Get the required type of the context item.
getRequiredContextItemType() - Method in class net.sf.saxon.functions.StaticContextForSystemFunctions
Get the required type of the context item.
getRequiredContextItemType() - Method in class net.sf.saxon.query.QueryModule
Get the required type of the context item.
getRequiredContextItemType() - Method in class net.sf.saxon.query.StaticQueryContext
Get the required type of the context item.
getRequiredContextItemType() - Method in class net.sf.saxon.s9api.XPathCompiler
Get the required type of the context item.
getRequiredContextItemType() - Method in class net.sf.saxon.s9api.XQueryCompiler
Get the required type of the context item.
getRequiredContextItemType() - Method in class net.sf.saxon.style.ExpressionContext
Get the required type of the context item.
getRequiredContextItemType() - Method in class net.sf.saxon.sxpath.AbstractStaticContext
Get the required type of the context item.
getRequiredContextItemType() - Method in class net.sf.saxon.sxpath.IndependentContext
Get the required type of the context item.
getRequiredItemType() - Method in class net.sf.saxon.expr.AtomicSequenceConverter
Get the required item type (the target type of the conversion
getRequiredItemType() - Method in class net.sf.saxon.expr.InstanceOfExpression
Get the item type that we are testing for membership of
getRequiredItemTypeForVariable(QName) - Method in class net.sf.saxon.s9api.XPathExecutable
Get the required item type of a declared variable in the static context of the expression.
getRequiredNodeNames() - Method in class com.saxonica.validate.SchemaAttributeTest
Get the set of node names allowed by this NodeTest.
getRequiredNodeNames() - Method in class com.saxonica.validate.SchemaElementTest
Get the set of node names allowed by this NodeTest.
getRequiredNodeNames() - Method in class net.sf.saxon.pattern.CombinedNodeTest
Get the set of node names allowed by this NodeTest.
getRequiredNodeNames() - Method in class net.sf.saxon.pattern.NameTest
Get the set of node names allowed by this NodeTest.
getRequiredNodeNames() - Method in class net.sf.saxon.pattern.NodeTest
Get the set of node names allowed by this NodeTest.
getRequiredPrimitiveType() - Method in class com.saxonica.bytecode.map.AtomicSequenceMappingFunction
 
getRequiredSlots() - Method in class net.sf.saxon.expr.Assignation
Get the number of slots required.
getRequiredSlots() - Method in class net.sf.saxon.expr.ForExpression
Get the number of slots required.
getRequiredType() - Method in class com.saxonica.expr.XPath30Parser.TemporaryXSLTVariableBinding
 
getRequiredType() - Method in class net.sf.saxon.expr.Assignation
Get the declared type of the variable
getRequiredType() - Method in interface net.sf.saxon.expr.Binding
Get the declared type of the variable
getRequiredType() - Method in class net.sf.saxon.expr.flwor.LocalVariableBinding
Get the required type (declared type) of the variable
getRequiredType() - Method in class net.sf.saxon.expr.instruct.GeneralVariable
Get the required type of this variable
getRequiredType() - Method in class net.sf.saxon.expr.instruct.Template
Get the required type to be returned by this template
getRequiredType() - Method in class net.sf.saxon.expr.instruct.UserFunctionParameter
Get the required type of this function parameter
getRequiredType() - Method in class net.sf.saxon.expr.ItemChecker
Get the required type
getRequiredType() - Method in class net.sf.saxon.expr.PositionVariable
Get the required type (declared type) of the variable
getRequiredType(int) - Method in class net.sf.saxon.functions.Concat
Get the required type of the nth argument
getRequiredType(int) - Method in class net.sf.saxon.functions.SystemFunctionCall
Get the required type of the nth argument
getRequiredType() - Method in class net.sf.saxon.style.XSLGlobalParam
Get the static type of the parameter.
getRequiredType() - Method in class net.sf.saxon.style.XSLGlobalVariable
Get the static type of the variable.
getRequiredType() - Method in class net.sf.saxon.style.XSLLocalParam
Get the static type of the parameter.
getRequiredType() - Method in class net.sf.saxon.style.XSLLocalVariable
Get the static type of the variable.
getRequiredType() - Method in class net.sf.saxon.sxpath.XPathVariable
Get the required type of this variable.
getRequiredType() - Method in class net.sf.saxon.xpath.JAXPVariable
 
getResolverResults(SequenceIterator, String, XPathContext, SourceLocator) - Static method in class net.sf.saxon.functions.Collection
Return the results of iterating over the results returned by the CollectionURIResolver.
getResourceResolver() - Method in class com.saxonica.jaxp.SchemaFactoryImpl
Get the resolver used for dereferencing URIs encountered during schema processing and validation.
getResourceResolver() - Method in class com.saxonica.jaxp.ValidatorHandlerImpl
Gets the current LSResourceResolver
getResourceResolver() - Method in class com.saxonica.jaxp.ValidatorImpl
Gets the current LSResourceResolver
getResult() - Method in class com.saxonica.stream.feed.EventFeed
Get the parent expression feed
getResult() - Method in class com.saxonica.stream.feed.ItemFeed
Get the result, that is, the ItemFeed to which the items in the result of the expression should be supplied
getResult() - Method in class com.saxonica.stream.watch.ComposingWatch
 
getResult() - Method in class com.saxonica.stream.watch.EventPushingWatch
 
getResult() - Method in class net.sf.saxon.event.TransformerReceiver
Get the output destination of the transformation
getResult(Expression, String, XPathContext, OutputURIResolver, boolean) - Static method in class net.sf.saxon.expr.instruct.ResultDocument
 
getResult() - Method in class net.sf.saxon.IdentityTransformerHandler
Get the output destination of the transformation
getResult() - Method in class net.sf.saxon.s9api.Serializer
Get the JAXP StreamResult object representing the output destination of this serializer
getResult() - Method in class net.sf.saxon.TransformerHandlerImpl
Get the output destination of the transformation
getResultCardinality() - Method in class net.sf.saxon.s9api.XPathExecutable
Get the statically-determined cardinality of the result of the expression.
getResultCardinality() - Method in class net.sf.saxon.s9api.XQueryExecutable
Get the statically-determined cardinality of the result of the query.
getResultConverter() - Method in class com.saxonica.expr.JavaExtensionFunctionCall
Get the converter used to convert the result from a Java object to an XPath value
getResultItemType() - Method in class net.sf.saxon.s9api.XPathExecutable
Get the ItemType of the items in the result of the expression, as determined by static analysis.
getResultItemType() - Method in class net.sf.saxon.s9api.XQueryExecutable
Get the ItemType of the items in the result of the query, as determined by static analysis.
getResultNamespaceBinding() - Method in class net.sf.saxon.style.XSLNamespaceAlias
 
getResultType(SequenceType[]) - Method in class com.saxonica.functions.extfn.AnalyzeStringFunction
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.extfn.CompileQuery
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.extfn.CompileStylesheet
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.extfn.DeepEqual
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.extfn.Deref
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.extfn.DynamicErrorInfo
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.extfn.Eval
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.extfn.Evaluate
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.extfn.EvaluateNode
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.extfn.ExpressionFn
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.extfn.GeneralFilterFunction
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.extfn.Index
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.extfn.KeyMap
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.extfn.LastModified
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.extfn.Parse
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.extfn.QueryFn
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.extfn.Ref
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.extfn.SchemaFn
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.extfn.SendMail
 
getResultType(SequenceType[]) - Method in class com.saxonica.functions.extfn.Serialize
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.extfn.SubsequenceTestFn
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.extfn.TransformFn
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.extfn.ValidateFn
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.hof.DynamicFunctionCallDefinition
Get the type of the result of the function
getResultType() - Method in class com.saxonica.functions.hof.SpecificFunctionType
Get the result type
getResultType(SequenceType[]) - Method in class com.saxonica.functions.map.MapCollation
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.map.MapContains
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.map.MapEntry
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.map.MapGet
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.map.MapKeys
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.map.MapNew
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.map.MapRemove
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.map.MapSize
Get the type of the result of the function
getResultType() - Method in class com.saxonica.functions.map.MapType
Get the result type of this map, viewed as a function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.xpath3.Atan2Fn
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.xpath3.Pi
 
getResultType(SequenceType[]) - Method in class com.saxonica.functions.xpath3.PowFn
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class com.saxonica.functions.xpath3.TrigonometricFn
Get the type of the result of the function
getResultType() - Method in class com.saxonica.xslt3.style.XSLAccumulator
Get the type of value returned by this function
getResultType(AtomicType, AtomicType) - Method in class net.sf.saxon.expr.Calculator.AnyDivAny
 
getResultType(AtomicType, AtomicType) - Method in class net.sf.saxon.expr.Calculator.AnyIdivAny
 
getResultType(AtomicType, AtomicType) - Method in class net.sf.saxon.expr.Calculator.AnyMinusAny
 
getResultType(AtomicType, AtomicType) - Method in class net.sf.saxon.expr.Calculator.AnyModAny
 
getResultType(AtomicType, AtomicType) - Method in class net.sf.saxon.expr.Calculator.AnyPlusAny
 
getResultType(AtomicType, AtomicType) - Method in class net.sf.saxon.expr.Calculator.AnyTimesAny
 
getResultType(AtomicType, AtomicType) - Method in class net.sf.saxon.expr.Calculator.DecimalDivDecimal
 
getResultType(AtomicType, AtomicType) - Method in class net.sf.saxon.expr.Calculator.DecimalIdivDecimal
 
getResultType(AtomicType, AtomicType) - Method in class net.sf.saxon.expr.Calculator.DecimalMinusDecimal
 
getResultType(AtomicType, AtomicType) - Method in class net.sf.saxon.expr.Calculator.DecimalModDecimal
 
getResultType(AtomicType, AtomicType) - Method in class net.sf.saxon.expr.Calculator.DecimalPlusDecimal
 
getResultType(AtomicType, AtomicType) - Method in class net.sf.saxon.expr.Calculator.DecimalTimesDecimal
 
getResultType(AtomicType, AtomicType) - Method in class net.sf.saxon.expr.Calculator.DoubleDivDouble
 
getResultType(AtomicType, AtomicType) - Method in class net.sf.saxon.expr.Calculator.DoubleMinusDouble
 
getResultType(AtomicType, AtomicType) - Method in class net.sf.saxon.expr.Calculator.DoubleModDouble
 
getResultType(AtomicType, AtomicType) - Method in class net.sf.saxon.expr.Calculator.DoublePlusDouble
 
getResultType(AtomicType, AtomicType) - Method in class net.sf.saxon.expr.Calculator.DoubleTimesDouble
 
getResultType(AtomicType, AtomicType) - Method in class net.sf.saxon.expr.Calculator.FloatDivFloat
 
getResultType(AtomicType, AtomicType) - Method in class net.sf.saxon.expr.Calculator.FloatIdivFloat
 
getResultType(AtomicType, AtomicType) - Method in class net.sf.saxon.expr.Calculator.FloatMinusFloat
 
getResultType(AtomicType, AtomicType) - Method in class net.sf.saxon.expr.Calculator.FloatModFloat
 
getResultType(AtomicType, AtomicType) - Method in class net.sf.saxon.expr.Calculator.FloatPlusFloat
 
getResultType(AtomicType, AtomicType) - Method in class net.sf.saxon.expr.Calculator.FloatTimesFloat
 
getResultType(AtomicType, AtomicType) - Method in class net.sf.saxon.expr.Calculator
Get the type of the result of the calculator, given arguments types typeA and typeB
getResultType(AtomicType, AtomicType) - Method in class net.sf.saxon.expr.Calculator.IntegerDivInteger
 
getResultType(AtomicType, AtomicType) - Method in class net.sf.saxon.expr.Calculator.IntegerIdivInteger
 
getResultType(AtomicType, AtomicType) - Method in class net.sf.saxon.expr.Calculator.IntegerMinusInteger
 
getResultType(AtomicType, AtomicType) - Method in class net.sf.saxon.expr.Calculator.IntegerModInteger
 
getResultType(AtomicType, AtomicType) - Method in class net.sf.saxon.expr.Calculator.IntegerPlusInteger
 
getResultType(AtomicType, AtomicType) - Method in class net.sf.saxon.expr.Calculator.IntegerTimesInteger
 
getResultType(TypeHierarchy) - Method in class net.sf.saxon.expr.instruct.UserFunction
Get the type of value returned by this function
getResultType(SequenceType[]) - Method in class net.sf.saxon.functions.IsWholeNumber
Get the type of the result of the function
getResultType(SequenceType[]) - Method in class net.sf.saxon.lib.ExtensionFunctionDefinition
Get the type of the result of the function
getResultType() - Method in class net.sf.saxon.query.XQueryFunction
Get the result type of the function
getResultType() - Method in interface net.sf.saxon.s9api.ExtensionFunction
Declare the result type of the external function
getResultType() - Method in class net.sf.saxon.style.XSLFunction
Get the type of value returned by this function
getResultType() - Method in class net.sf.saxon.type.AnyFunctionType
Get the result type
getResultType() - Method in interface net.sf.saxon.type.FunctionItemType
Get the result type of the function
getResultTypeOfCast() - Method in class com.saxonica.schema.UserUnionType
Get the SequenceType that most accurately describes the result of casting a value to this union type
getResultTypeOfCast() - Method in class net.sf.saxon.type.ErrorType
 
getResultTypeOfCast() - Method in interface net.sf.saxon.type.UnionType
 
getResultWhenEmpty() - Method in class net.sf.saxon.expr.ValueComparison
Get the result to be returned if one of the operands is an empty sequence
getRetainedTupleExpression() - Method in class com.saxonica.expr.flwor.GroupByClause
Get the tuple expression that evaluates all the non-grouping variables, returning the values these variables take in the grouping input stream
getRetainLineNumbers() - Method in class net.sf.saxon.xqj.SaxonXQDataSource
Ask whether line and column information will be retained for source documents
getReturnClass() - Method in class com.saxonica.expr.JavaExtensionFunctionCall
Get the Java class of the value returned by the method
getReturnClause() - Method in class net.sf.saxon.expr.flwor.FLWORExpression
Get the return clause of the FLWOR expression
getReturnedItemType() - Method in class com.saxonica.xslt3.style.XSLBreak
Determine the type of item returned by this instruction (only relevant if it is an instruction).
getReturnedItemType() - Method in class com.saxonica.xslt3.style.XSLEvaluate
Determine the type of item returned by this instruction (only relevant if it is an instruction).
getReturnedItemType() - Method in class com.saxonica.xslt3.style.XSLFork
Determine the type of item returned by this instruction (only relevant if it is an instruction).
getReturnedItemType() - Method in class com.saxonica.xslt3.style.XSLIterate
Determine the type of item returned by this instruction (only relevant if it is an instruction).
getReturnedItemType() - Method in class com.saxonica.xslt3.style.XSLMap
Determine the type of item returned by this instruction (only relevant if it is an instruction).
getReturnedItemType() - Method in class com.saxonica.xslt3.style.XSLMapEntry
Determine the type of item returned by this instruction (only relevant if it is an instruction).
getReturnedItemType() - Method in class com.saxonica.xslt3.style.XSLMergeKey
Determine the type of item returned by this instruction (only relevant if it is an instruction).
getReturnedItemType() - Method in class com.saxonica.xslt3.style.XSLNextIteration
Determine the type of item returned by this instruction (only relevant if it is an instruction).
getReturnedItemType() - Method in class net.sf.saxon.style.StyleElement
Determine the type of item returned by this instruction (only relevant if it is an instruction).
getReturnedItemType() - Method in class net.sf.saxon.style.XSLAnalyzeString
Determine the type of item returned by this instruction (only relevant if it is an instruction).
getReturnedItemType() - Method in class net.sf.saxon.style.XSLCallTemplate
Determine the type of item returned by this instruction (only relevant if it is an instruction).
getReturnedItemType() - Method in class net.sf.saxon.style.XSLChoose
Determine the type of item returned by this instruction (only relevant if it is an instruction).
getReturnedItemType() - Method in class net.sf.saxon.style.XSLForEach
Determine the type of item returned by this instruction (only relevant if it is an instruction).
getReturnedItemType() - Method in class net.sf.saxon.style.XSLGeneralVariable
Determine the type of item returned by this instruction (only relevant if it is an instruction).
getReturnedItemType() - Method in class net.sf.saxon.style.XSLIf
Determine the type of item returned by this instruction (only relevant if it is an instruction).
getReturnedItemType() - Method in class net.sf.saxon.style.XSLMatchingSubstring
Determine the type of item returned by this instruction (only relevant if it is an instruction).
getReturnedItemType() - Method in class net.sf.saxon.style.XSLNumber
Determine the type of item returned by this instruction (only relevant if it is an instruction).
getReturnedItemType() - Method in class net.sf.saxon.style.XSLOtherwise
Determine the type of item returned by this instruction (only relevant if it is an instruction).
getReturnedItemType() - Method in class net.sf.saxon.style.XSLPerformSort
Determine the type of item returned by this instruction (only relevant if it is an instruction).
getReturnedItemType() - Method in class net.sf.saxon.style.XSLResultDocument
Determine the type of item returned by this instruction (only relevant if it is an instruction).
getReturnedItemType() - Method in class net.sf.saxon.style.XSLSequence
Determine the type of item returned by this instruction (only relevant if it is an instruction).
getReturnedItemType() - Method in class net.sf.saxon.style.XSLSort
Determine the type of item returned by this instruction (only relevant if it is an instruction).
getReturnedItemType() - Method in class net.sf.saxon.style.XSLTemplate
Determine the type of item returned by this template
getReturnedItemType() - Method in class net.sf.saxon.style.XSLText
Determine the type of item returned by this instruction (only relevant if it is an instruction).
getReturnedItemType() - Method in class net.sf.saxon.style.XSLValueOf
Determine the type of item returned by this instruction (only relevant if it is an instruction).
getReturnedItemType() - Method in class net.sf.saxon.style.XSLWhen
Determine the type of item returned by this instruction (only relevant if it is an instruction).
getRevalidationMode() - Method in class net.sf.saxon.query.QueryModule
Get the revalidation mode.
getReverseAction() - Method in class com.saxonica.schema.PreprocessFacet
Get the XPath expression representing the reverse action performed by this facet, represented as an Assertion object
getReverseAction() - Method in class com.saxonica.schema.sdoc.SaxonPreprocess
Get the Assertion schema component corresponding to the reverse action in this saxon:preprocess element
getReverseIterator() - Method in class net.sf.saxon.expr.RangeIterator
 
getReverseIterator() - Method in class net.sf.saxon.expr.ReverseRangeIterator
 
getReverseIterator(SequenceIterator) - Static method in class net.sf.saxon.functions.Reverse
 
getReverseIterator() - Method in class net.sf.saxon.tree.iter.ArrayIterator
Get an iterator that processes the same items in reverse order
getReverseIterator() - Method in class net.sf.saxon.tree.iter.EmptyIterator
Get another iterator over the same items, in reverse order.
getReverseIterator() - Method in class net.sf.saxon.tree.iter.ManualIterator
 
getReverseIterator() - Method in class net.sf.saxon.tree.iter.ReverseArrayIterator
Get an iterator that processes the same items in reverse order.
getReverseIterator() - Method in interface net.sf.saxon.tree.iter.ReversibleIterator
Get a new SequenceIterator that returns the same items in reverse order.
getReverseIterator() - Method in class net.sf.saxon.tree.iter.SingleNodeIterator
 
getReverseIterator() - Method in class net.sf.saxon.tree.iter.SingletonIterator
 
getRHS() - Method in class net.sf.saxon.pattern.VennPattern
Get the RHS of the union
getRole() - Method in class com.saxonica.functions.hof.FunctionSequenceCoercer
 
getRole() - Method in class net.sf.saxon.expr.SingletonAtomizer
Get the RoleLocator (used to construct error messages)
getRoleLocator() - Method in class net.sf.saxon.expr.CardinalityChecker
Get the RoleLocator, which contains diagnostic information for use if the cardinality check fails
getRoleLocator() - Method in class net.sf.saxon.expr.ItemChecker
Get the RoleLocator (used to construct error messages)
getRoot() - Method in class com.saxonica.pull.UnconstructedParent
Get the root node of the tree containing this node
getRoot() - Method in class com.saxonica.stream.om.FleetingNode
Get the root node of the tree containing this node
getRoot() - Method in class net.sf.saxon.dom.DOMNodeWrapper
Get the root node - always a document node with this tree implementation
getRoot() - Method in interface net.sf.saxon.om.NodeInfo
Get the root node of the tree containing this node
getRoot() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Get the root node of the tree containing this node
getRoot() - Method in class net.sf.saxon.option.axiom.AxiomDocumentWrapper
Get the root node of the tree containing this node
getRoot() - Method in class net.sf.saxon.option.axiom.AxiomElementNodeWrapper
Get the root node of the tree containing this node
getRoot() - Method in class net.sf.saxon.option.axiom.AxiomLeafNodeWrapper
Get the root node of the tree containing this node
getRoot() - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
Get the root node - always a document node with this tree implementation
getRoot() - Method in class net.sf.saxon.option.jdom2.JDOM2NodeWrapper
Get the root node - always a document node with this tree implementation
getRoot() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Get the root node of the tree containing this node
getRoot() - Method in class net.sf.saxon.tree.linked.DocumentImpl
Get the root node
getRoot() - Method in class net.sf.saxon.tree.linked.ElementImpl
Get the root node
getRoot() - Method in class net.sf.saxon.tree.linked.NodeImpl
Get the root node
getRoot() - Method in class net.sf.saxon.tree.NamespaceNode
Get the root node of the tree containing this node
getRoot() - Method in class net.sf.saxon.tree.tiny.TinyDocumentImpl
Get the root node
getRoot() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Get the root node of the tree (not necessarily a document node)
getRoot() - Method in class net.sf.saxon.tree.util.Orphan
Get the root node of this tree (not necessarily a document node).
getRoot() - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
Get the root node - always a document node with this tree implementation
getRoot() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Get the root node - always a document node with this tree implementation
getRoot() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Get the root node of the tree containing this node
getRoot() - Method in class net.sf.saxon.value.TextFragmentValue
Get the root node
getRootExpression() - Method in class net.sf.saxon.expr.parser.PathMap.PathMapRoot
Get the root expression
getRootForDocument(String) - Method in class net.sf.saxon.expr.parser.PathMap
Get the path map root for a call on the doc() or document() function with a given literal argument
getRoute() - Method in class com.saxonica.stream.Inversion
Get the list of push actions making up the streaming route
getRule(FleetingNode) - Method in class com.saxonica.stream.watch.ApplyImportsWatch
 
getRule(FleetingNode) - Method in class com.saxonica.stream.watch.ApplyTemplatesWatch
Get the template rule matching a specific node
getRule(FleetingNode) - Method in class com.saxonica.stream.watch.NextMatchWatch
 
getRule(NodeName) - Method in class net.sf.saxon.om.SelectedElementsSpaceStrippingRule
Get the rule corresponding to a given element node, by finding the best pattern match.
getRule(Item, XPathContext) - Method in class net.sf.saxon.trans.Mode
Get the rule corresponding to a given Node, by finding the best Pattern match.
getRule(Item, XPathContext, Mode.RuleFilter) - Method in class net.sf.saxon.trans.Mode
Get the rule corresponding to a given item, by finding the best Pattern match.
getRule(Item, int, int, XPathContext) - Method in class net.sf.saxon.trans.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 net.sf.saxon.Controller
Get the Rule Manager.
getRuleManager() - Method in class net.sf.saxon.PreparedStylesheet
Get the RuleManager which handles template rules
getRuleManager() - Method in class net.sf.saxon.style.XSLStylesheet
Get the RuleManager which handles template rules
getRules() - Method in class com.saxonica.bytecode.map.AtomicSequenceMappingFunction
 
getSavedXPathContext() - Method in class net.sf.saxon.value.Closure
 
getSaxonItem() - Method in class net.sf.saxon.xqj.SaxonXQItem
 
getSaxonItem() - Method in interface net.sf.saxon.xqj.SaxonXQItemAccessor
Get the current item, in the form of a Saxon Item object.
getSaxonItem() - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
getSaxonProductVersion() - Method in class net.sf.saxon.s9api.Processor
Get the user-visible Saxon product version, for example "9.0.0.1"
getSaxonStaticQueryContext() - Method in class net.sf.saxon.xqj.SaxonXQStaticContext
Get a new Saxon StaticQueryContext object holding the information held in this XQStaticContext
getSaxonXQStaticContext() - Method in class net.sf.saxon.xqj.SaxonXQPreparedExpression
 
getSchema() - Method in class com.saxonica.schema.sdoc.SchemaElement
Get the schema corresponding to the contents of the schema document containing this element
getSchema() - Method in class com.saxonica.schema.sdoc.XSDSchema
Get the PreparedSchema to which schema components are being added
getSchemaAsFunctionItem() - Method in class com.saxonica.config.EnterpriseConfiguration
Get information about the schema in the form of a function item.
getSchemaAsFunctionItem() - Method in class net.sf.saxon.Configuration
Get information about the schema in the form of a function item.
getSchemaAttributeTest(QName) - Method in class net.sf.saxon.s9api.ItemTypeFactory
Get an ItemType representing an attribute declaration in the schema.
getSchemaComparable() - Method in class net.sf.saxon.om.AtomicArray
Get a Comparable value that implements the XML Schema ordering comparison semantics for this value.
getSchemaComparable() - Method in interface net.sf.saxon.om.AtomicSequence
Get a Comparable value that implements the XML Schema ordering comparison semantics for this value.
getSchemaComparable() - Method in class net.sf.saxon.om.EmptyAtomicSequence
Get a Comparable value that implements the XML Schema ordering comparison semantics for this value.
getSchemaComparable() - Method in class net.sf.saxon.value.AtomicValue
Get a Comparable value that implements the XML Schema ordering comparison semantics for this value.
getSchemaComparable() - Method in class net.sf.saxon.value.Base64BinaryValue
Support XML Schema comparison semantics
getSchemaComparable() - Method in class net.sf.saxon.value.BigIntegerValue
Get an object that implements XML Schema comparison semantics
getSchemaComparable() - Method in class net.sf.saxon.value.BooleanValue
Get a Comparable value that implements the XML Schema ordering comparison semantics for this value.
getSchemaComparable() - Method in class net.sf.saxon.value.DateTimeValue
 
getSchemaComparable() - Method in class net.sf.saxon.value.DecimalValue
Get an object that implements XML Schema comparison semantics
getSchemaComparable() - Method in class net.sf.saxon.value.DoubleValue
Get an object that implements XML Schema comparison semantics
getSchemaComparable() - Method in class net.sf.saxon.value.DurationValue
Get a Comparable value that implements the XML Schema ordering comparison semantics for this value.
getSchemaComparable(DurationValue) - Static method in class net.sf.saxon.value.DurationValue
Get a Comparable value that implements the XML Schema ordering comparison semantics for this value.
getSchemaComparable() - Method in class net.sf.saxon.value.FloatValue
Get an object that implements XML Schema comparison semantics
getSchemaComparable() - Method in class net.sf.saxon.value.GDateValue
 
getSchemaComparable() - Method in class net.sf.saxon.value.HexBinaryValue
Support XML Schema comparison semantics
getSchemaComparable() - Method in class net.sf.saxon.value.Int64Value
Get an object that implements XML Schema comparison semantics
getSchemaComparable() - Method in class net.sf.saxon.value.IntegerRange
Get a Comparable value that implements the XML Schema ordering comparison semantics for this value.
getSchemaComparable() - Method in class net.sf.saxon.value.NotationValue
 
getSchemaComparable() - Method in class net.sf.saxon.value.QNameValue
 
getSchemaComparable() - Method in class net.sf.saxon.value.StringValue
Get a Comparable value that implements the XML Schema comparison semantics for this value.
getSchemaComparable() - Method in class net.sf.saxon.value.TimeValue
 
getSchemaCompiler() - Method in class com.saxonica.schema.sdoc.SchemaNodeFactory
Get the SchemaCompiler associated with this node factory
getSchemaCompiler() - Method in class com.saxonica.schema.sdoc.XSDSchema
Get the SchemaCompiler in use
getSchemaComponentAsFunctionItem(String, QNameValue) - Method in class com.saxonica.config.EnterpriseConfiguration
Get information about the schema in the form of a function item.
getSchemaComponentAsFunctionItem(String, QNameValue) - Method in class net.sf.saxon.Configuration
Get information about the schema in the form of a function item.
getSchemaDocumentURI() - Method in class com.saxonica.schema.SchemaStructure
Get the base URI of the containing xs:schema element.
getSchemaElementTest(QName) - Method in class net.sf.saxon.s9api.ItemTypeFactory
Make an ItemType representing an element declaration in the schema.
getSchemaManager() - Method in class net.sf.saxon.s9api.Processor
Get the associated SchemaManager.
getSchemaNodeFactory() - Method in class com.saxonica.schema.sdoc.SchemaElement
Get the nodeFactory used to create this element.
getSchemaType(int) - Method in class com.saxonica.config.EnterpriseConfiguration
Get the top-level schema type with a given fingerprint.
getSchemaType() - Method in class com.saxonica.pull.PullFromIterator
Get the type annotation of the current attribute or element node, or atomic value.
getSchemaType() - Method in class com.saxonica.pull.TinyTreeWalker
Get the type annotation of the current attribute or element node, or atomic value.
getSchemaType() - Method in class com.saxonica.pull.TreeWalker
Get the type annotation of the current attribute or element node, or atomic value.
getSchemaType() - Method in class com.saxonica.pull.UnconstructedParent
Get the type annotation of this node, if any.
getSchemaType() - Method in class com.saxonica.pull.VirtualTreeWalker
Get the type annotation of the current attribute or element node, or atomic value.
getSchemaType(int) - Method in class com.saxonica.schema.PreparedSchema
Get the type with a given name if there is one.
getSchemaType() - Method in class com.saxonica.schema.TypeAlternative
Get the fixed-up schema type for this alternative
getSchemaType() - Method in class com.saxonica.stream.om.FleetingNode
Get the type annotation of this node, if any.
getSchemaType() - Method in class com.saxonica.validate.AllElementValidator
Get the schema type against which we are validating, if any
getSchemaType() - Method in class com.saxonica.validate.ComplexContentValidator
 
getSchemaType() - Method in class com.saxonica.validate.ContentValidator
Get the schema type against which we are validating, if any
getSchemaType() - Method in class com.saxonica.validate.EmptyContentValidator
Get the schema type against which we are validating, if any
getSchemaType() - Method in class com.saxonica.validate.LaxValidator
Get the schema type against which we are validating, if any
getSchemaType() - Method in class com.saxonica.validate.SimpleContentValidator
Get the schema type against which we are validating
getSchemaType() - Method in class com.saxonica.validate.SkipValidator
Get the schema type against which we are validating, if any
getSchemaType(int) - Method in class net.sf.saxon.Configuration
Get the top-level schema type definition with a given fingerprint.
getSchemaType() - Method in class net.sf.saxon.dom.DocumentWrapper
Get the type annotation of this node, if any.
getSchemaType() - Method in class net.sf.saxon.expr.instruct.AttributeCreator
Return the required schema type of the attribute
getSchemaType() - Method in class net.sf.saxon.expr.instruct.CopyOf
Get the schema type to be used for validation
getSchemaType() - Method in class net.sf.saxon.expr.instruct.ParentNodeConstructor
Get the schema type chosen for validation; null if not defined
getSchemaType() - Method in class net.sf.saxon.expr.instruct.ResultDocument
Get the schema type chosen for validation; null if not defined
getSchemaType() - Method in interface net.sf.saxon.expr.instruct.ValidatingInstruction
 
getSchemaType() - Method in interface net.sf.saxon.om.NodeInfo
Get the type annotation of this node, if any.
getSchemaType() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Get the type annotation of this node, if any.
getSchemaType() - Method in class net.sf.saxon.option.axiom.AxiomElementNodeWrapper
Get the type annotation of this node, if any.
getSchemaType() - Method in class net.sf.saxon.option.axiom.AxiomLeafNodeWrapper
Get the type annotation of this node, if any.
getSchemaType() - Method in class net.sf.saxon.option.dom4j.DOM4JDocumentWrapper
Get the type annotation of this node, if any.
getSchemaType() - Method in class net.sf.saxon.option.jdom.JDOMDocumentWrapper
Get the type annotation of this node, if any.
getSchemaType() - Method in class net.sf.saxon.option.jdom2.JDOM2DocumentWrapper
Get the type annotation of this node, if any.
getSchemaType() - Method in class net.sf.saxon.option.xom.XOMDocumentWrapper
Get the type annotation of this node, if any.
getSchemaType() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Get the type annotation of this node, if any.
getSchemaType() - Method in class net.sf.saxon.pattern.ContentTypeTest
 
getSchemaType() - Method in class net.sf.saxon.pull.PullFilter
Get the type annotation of the current attribute or element node, or atomic value.
getSchemaType() - Method in interface net.sf.saxon.pull.PullProvider
Get the type annotation of the current attribute or element node, or atomic value.
getSchemaType() - Method in class net.sf.saxon.pull.StaxBridge
Get the type annotation of the current attribute or element node, or atomic value.
getSchemaType(String) - Method in class net.sf.saxon.style.StyleElement
Get the Schema type definition for a type named in the stylesheet (in a "type" attribute).
getSchemaType() - Method in class net.sf.saxon.tree.linked.DocumentImpl
Get the type annotation
getSchemaType() - Method in class net.sf.saxon.tree.linked.ElementImpl
Get the type annotation
getSchemaType() - Method in class net.sf.saxon.tree.linked.NodeImpl
Get the type annotation
getSchemaType() - Method in class net.sf.saxon.tree.NamespaceNode
Get the type annotation of this node, if any.
getSchemaType() - Method in class net.sf.saxon.tree.tiny.TinyDocumentImpl
Get the type annotation of this node, if any.
getSchemaType() - Method in class net.sf.saxon.tree.tiny.TinyElementImpl
Get the type annotation of this node, if any.
getSchemaType() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Get the type annotation of this node, if any.
getSchemaType() - Method in class net.sf.saxon.tree.util.Orphan
Get the type annotation of this node, if any.
getSchemaType() - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
Get the type annotation of this node, if any.
getSchemaType() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Get the type annotation
getSchemaType() - Method in class net.sf.saxon.tree.wrapper.TypeStrippedDocument
Get the type annotation.
getSchemaType() - Method in class net.sf.saxon.tree.wrapper.TypeStrippedNode
Get the type annotation
getSchemaType() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Get the type annotation of this node, if any.
getSchemaType() - Method in class net.sf.saxon.tree.wrapper.VirtualUntypedCopy
Get the type annotation of this node, if any.
getSchemaType(int) - Static method in class net.sf.saxon.type.BuiltInType
Get the schema type with a given fingerprint
getSchemaType() - Method in exception net.sf.saxon.type.ValidationException
Get the schema type against which validation was attempted and failed
getSchemaType() - Method in class net.sf.saxon.value.TextFragmentValue
Get the type annotation of this node, if any.
getSchemaTypeInfo() - Method in class net.sf.saxon.dom.AttrOverNodeInfo
Get the schema type information for this node.
getSchemaTypeInfo() - Method in class net.sf.saxon.dom.ElementOverNodeInfo
Get the schema type information for this node.
getSchemaURI() - Method in interface javax.xml.xquery.XQItemType
Returns the schema location URI of the schema that contains the item's element or type definition.
getSchemaURI() - Method in class net.sf.saxon.xqj.SaxonXQItemType
 
getSchemaURIResolver() - Method in class com.saxonica.config.EnterpriseConfiguration
Get the user-defined SchemaURIResolver for resolving URIs used in "import schema" declarations; if none has been explicitly set, returns the standard schema URI resolver.
getSchemaURIResolver() - Method in class com.saxonica.schema.SchemaCompiler
Get the user-defined SchemaURIResolver for resolving URIs used in "import schema" declarations; if none has been explicitly set, returns the standard schema URI resolver.
getSchemaURIResolver() - Method in class net.sf.saxon.Configuration
Get the user-defined SchemaURIResolver for resolving URIs used in "import schema" declarations; if none has been explicitly set, returns null.
getSchemaURIResolver() - Method in class net.sf.saxon.Controller
Get the SchemaURIResolver used for resolving references to schema documents.
getSchemaURIResolver() - Method in class net.sf.saxon.event.PipelineConfiguration
Get the user-defined SchemaURIResolver for resolving URIs used in "import schema" declarations; returns null if none has been explicitly set.
getSchemaURIResolver() - Method in class net.sf.saxon.s9api.SchemaManager
Get the SchemaURIResolver to be used during schema loading.
getSchemaValidation() - Method in class net.sf.saxon.lib.AugmentedSource
Get whether or not schema validation of this source is required
getSchemaValidationMode() - Method in class net.sf.saxon.Configuration
Ask whether source documents (supplied as a StreamSource or SAXSource) should be subjected to schema validation, and if so, in what validation mode
getSchemaValidationMode() - Method in class net.sf.saxon.Controller
Ask whether source documents loaded using the doc(), document(), and collection() functions, or supplied as a StreamSource or SAXSource to the transform() or addParameter() method should be subjected to schema validation
getSchemaValidationMode() - Method in class net.sf.saxon.lib.ParseOptions
Get whether or not schema validation of this source is required
getSchemaValidationMode() - Method in class net.sf.saxon.query.DynamicQueryContext
Ask whether source documents loaded using the doc(), document(), and collection() functions, or supplied as a StreamSource or SAXSource to the transform() or addParameter() method should be subjected to schema validation
getSchemaValidationMode() - Method in class net.sf.saxon.s9api.XQueryEvaluator
Get the schema validation mode for the transformation.
getSchemaValidationMode() - Method in class net.sf.saxon.s9api.XsltTransformer
Get the schema validation mode for the transformation.
getSchemaValidationMode() - Method in class net.sf.saxon.xqj.SaxonXQDataSource
Ask whether source documents will be validated against a schema
getSchemaValidator() - Method in class net.sf.saxon.s9api.DocumentBuilder
Get the SchemaValidator used to validate documents loaded using this DocumentBuilder.
getScrollability() - Method in interface javax.xml.xquery.XQStaticContext
Gets the value of the scrollability property.
getScrollability() - Method in class net.sf.saxon.xqj.SaxonXQStaticContext
 
getSearchExpression() - Method in class com.saxonica.expr.IndexedFilterExpression
Get the expression whose value we will be searching for
getSecond() - Method in class net.sf.saxon.value.DateTimeValue
Get the second component, 0-59
getSecond() - Method in class net.sf.saxon.value.TimeValue
Get the second component, 0-59
getSecond() - Method in class net.sf.saxon.xqj.SaxonXMLGregorianCalendar
getSecondDestination() - Method in class net.sf.saxon.event.TeeOutputter
Get the second destination
getSecondName() - Method in class com.saxonica.xslt3.instruct.Accumulator
Get the name of the post-descent function
getSeconds() - Method in class net.sf.saxon.value.DurationValue
Get the seconds component
getSelect() - Method in class com.saxonica.xslt3.style.XSLMergeSource
Get the select expression
getSelectExpression() - Method in class com.saxonica.xslt3.instruct.IterateInstr
Get the select expression (the select attribute of the xsl:iterate)
getSelectExpression() - Method in class net.sf.saxon.expr.instruct.AnalyzeString
 
getSelectExpression() - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
Get the select expression
getSelectExpression() - Method in class net.sf.saxon.expr.instruct.Copy
Get the expression that selects the node or other item to be copied
getSelectExpression() - Method in class net.sf.saxon.expr.instruct.CopyOf
Get the expression that selects the nodes to be copied
getSelectExpression() - Method in class net.sf.saxon.expr.instruct.ForEach
Get the select expression
getSelectExpression() - Method in class net.sf.saxon.expr.instruct.ForEachGroup
Get the select expression
getSelectExpression() - Method in class net.sf.saxon.expr.instruct.GeneralVariable
Get the expression to which this variable is bound
getSelectExpression() - Method in class net.sf.saxon.style.SourceBinding
Get the select expression actually appearing in the variable declaration
getSelection() - Method in class com.saxonica.schema.IdentityField
Get the compiled XPath expression
getSelection() - Method in class com.saxonica.schema.IdentitySelector
Return the compiled XPath expression
getSelection() - Method in interface com.saxonica.stream.watch.Watch
Get the selection (that is, the restricted XPath expression) that defines the nodes that this Watch is looking for
getSelection() - Method in class com.saxonica.validate.AbstractWatch
Get the selection (that is, the restricted XPath expression) that defines the nodes that this Watch is looking for
getSelectionExpression() - Method in class com.saxonica.expr.PathFinder
Get the underlying expression (usually a path expression or filter expression)
getSelector() - Method in class com.saxonica.schema.IdentityConstraint
Returns the selector of this IdentityConstraint.
getSelectValue(XPathContext) - Method in class net.sf.saxon.expr.instruct.GeneralVariable
Evaluate the variable.
getSelectValue(XPathContext) - Method in class net.sf.saxon.expr.instruct.GlobalVariable
Evaluate the variable.
getSeparator() - Method in class net.sf.saxon.expr.number.IrregularGroupFormatter
Get the grouping separator to be used.
getSeparator() - Method in class net.sf.saxon.expr.number.NumericGroupFormatter
Get the grouping separator to be used, as a Unicode codepoint.
getSeparator() - Method in class net.sf.saxon.expr.number.RegularGroupFormatter
Get the grouping separator to be used
getSequence() - Method in class com.saxonica.expr.flwor.WindowClause
 
getSequence() - Method in class net.sf.saxon.event.SequenceOutputter
Get the sequence that has been built
getSequence() - Method in class net.sf.saxon.expr.Assignation
Get the "sequence" expression - the one to which the variable is bound
getSequence() - Method in class net.sf.saxon.expr.flwor.ForClause
Get the expression over which the "for" variable iterates
getSequence() - Method in class net.sf.saxon.expr.flwor.LetClause
 
getSequence() - Method in class net.sf.saxon.trans.Rule
 
getSequenceAsStream() - Method in interface javax.xml.xquery.XQSequence
Read the entire sequence starting from the current position as an XMLStreamReader object, as described in Section 12.1 Serializing an XDM instance into a StAX event stream (XMLStreamReader), XQuery API for Java (XQJ) 1.0.
getSequenceAsStream() - Method in class net.sf.saxon.xqj.SaxonXQForwardSequence
 
getSequenceAsStream() - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
getSequenceAsString(Properties) - Method in interface javax.xml.xquery.XQSequence
Serializes the sequence starting from the current position to a String according to the XSLT 2.0 and XQuery 1.0 serialization.
getSequenceAsString(Properties) - Method in class net.sf.saxon.xqj.SaxonXQForwardSequence
 
getSequenceAsString(Properties) - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
getSequenceNumber() - Method in class net.sf.saxon.tree.linked.NodeImpl
Get the node sequence number (in document order).
getSequenceNumber() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Get the node sequence number (in document order).
getSequenceReceiverPosition() - Method in class com.saxonica.bytecode.util.GeneratedMethodInfo
 
getSerializationProperties() - Method in class com.saxonica.serialize.SerializationParamsHandler
 
getSerializerFactory() - Method in class net.sf.saxon.Configuration
Get the SerializerFactory.
getSharedInstance(String) - Method in class com.saxonica.schema.EnumerationFacetSet
Get an instance of the facet value that is stored in the schema rather than the instance
getSharedInstance(String) - Method in class com.saxonica.schema.UserAtomicType
Get an instance of the facet value that is stored in the schema rather than the instance
getShort() - Method in interface javax.xml.xquery.XQItemAccessor
Gets the current item as a short.
getShort() - Method in class net.sf.saxon.xqj.SaxonXQForwardSequence
 
getShort() - Method in class net.sf.saxon.xqj.SaxonXQItem
 
getShort() - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
getSiblingPosition(NodeInfo, NodeTest, int) - Method in class com.saxonica.config.EnterpriseConfiguration
Get the sibling position of a node: specifically, count how many preceding siblings of a node satisfy the nodetest.
getSiblingPosition(NodeInfo, NodeTest, int) - Method in class net.sf.saxon.Configuration
Get the sibling position of a node: specifically, count how many preceding siblings of a node satisfy the nodetest.
getSiblingPosition() - Method in class net.sf.saxon.dom.DOMNodeWrapper
Get the index position of this node among its siblings (starting from 0).
getSiblingPosition() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Get the index position of this node among its siblings (starting from 0)
getSiblingPosition() - Method in class net.sf.saxon.option.axiom.AxiomDocumentWrapper
Get the index position of this node among its siblings (starting from 0)
getSiblingPosition() - Method in class net.sf.saxon.option.axiom.AxiomElementNodeWrapper
Get the index position of this node among its siblings (starting from 0)
getSiblingPosition() - Method in class net.sf.saxon.option.axiom.AxiomLeafNodeWrapper
Get the index position of this node among its siblings (starting from 0)
getSiblingPosition() - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
Get the index position of this node among its siblings (starting from 0)
getSiblingPosition() - Method in class net.sf.saxon.option.jdom.JDOMNodeWrapper
Get the index position of this node among its siblings (starting from 0) In the case of a text node that maps to several adjacent siblings in the JDOM, the numbering actually refers to the position of the underlying JDOM nodes; thus the sibling position for the text node is that of the first JDOM node to which it relates, and the numbering of subsequent XPath nodes is not necessarily consecutive.
getSiblingPosition() - Method in class net.sf.saxon.option.jdom2.JDOM2NodeWrapper
Get the index position of this node among its siblings (starting from 0) In the case of a text node that maps to several adjacent siblings in the JDOM, the numbering actually refers to the position of the underlying JDOM nodes; thus the sibling position for the text node is that of the first JDOM node to which it relates, and the numbering of subsequent XPath nodes is not necessarily consecutive.
getSiblingPosition() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Get the index position of this node among its siblings (starting from 0)
getSiblingPosition() - Method in class net.sf.saxon.tree.linked.NodeImpl
Get the index position of this node among its siblings (starting from 0)
getSiblingPosition() - Method in interface net.sf.saxon.tree.wrapper.SiblingCountingNode
Get the index position of this node among its siblings (starting from 0)
getSign() - Method in class net.sf.saxon.xqj.SaxonDuration
Returns the sign of this duration in -1,0, or 1.
getSimpleContentType() - Method in class com.saxonica.schema.UserComplexType
For a complex type with simple content, return the simple type of the content.
getSimpleContentType() - Method in class net.sf.saxon.type.AnyType
For a complex type with simple content, return the simple type of the content.
getSimpleContentType() - Method in interface net.sf.saxon.type.ComplexType
Get the simple content type.
getSimpleContentType() - Method in class net.sf.saxon.type.Untyped
For a complex type with simple content, return the simple type of the content.
getSimpleContentTypeReference() - Method in class com.saxonica.schema.UserComplexType
Get the reference to the simple content type
getSimpleNodeConstructorFeedMaker(Expression) - Static method in class com.saxonica.stream.adjunct.SimpleNodeConstructorAdjunct
 
getSimpleType() - Method in class com.saxonica.schema.AttributeDecl
Get the type associated with this Attribute Declaration.
getSimpleType(int) - Method in class com.saxonica.schema.PreparedSchema
Get the simple type with a given name if there is one.
getSimpleType() - Method in class com.saxonica.schema.sdoc.SimpleTypeDefinition
Get the simple type created for this definition
getSimpleTypeDefinition() - Method in class com.saxonica.schema.sdoc.XSDSimpleType
Returns the SimpleType created
getSimplifiedContentModel() - Method in class com.saxonica.schema.AllModelGroup
Remove pointless particles from this content model (recursively), and replace group references by the content of the identified group
getSimplifiedContentModel() - Method in class com.saxonica.schema.ModelGroup
Remove pointless particles from this content model (recursively), and replace group references by the content of the identified group
getSingletonOperator() - Method in class com.saxonica.expr.EquivalenceComparison
 
getSingletonOperator() - Method in class net.sf.saxon.expr.CompareToIntegerConstant
Get the primitive (singleton) operator used: one of Token.FEQ, Token.FNE, Token.FLT, Token.FGT, Token.FLE, Token.FGE
getSingletonOperator() - Method in interface net.sf.saxon.expr.ComparisonExpression
Get the primitive (singleton) operator used: one of Token.FEQ, Token.FNE, Token.FLT, Token.FGT, Token.FLE, Token.FGE
getSingletonOperator() - Method in class net.sf.saxon.expr.GeneralComparison
Get the primitive (singleton) operator used: one of Token.FEQ, Token.FNE, Token.FLT, Token.FGT, Token.FLE, Token.FGE
getSingletonOperator() - Method in class net.sf.saxon.expr.ValueComparison
Get the primitive (singleton) operator used: one of Token.FEQ, Token.FNE, Token.FLT, Token.FGT, Token.FLE, Token.FGE
getSizeParameters() - Method in class net.sf.saxon.tree.tiny.TinyBuilder
Get the size parameters for the tree
getSlotManager() - Method in class com.saxonica.xslt3.style.XSLAccumulator
 
getSlotManager() - Method in class net.sf.saxon.style.SourceBinding
Get the SlotManager associated with this stylesheet construct.
getSlotManager() - Method in interface net.sf.saxon.style.StylesheetProcedure
Get the SlotManager associated with this stylesheet construct.
getSlotManager() - Method in class net.sf.saxon.style.XSLAttributeSet
Get details of stack frame
getSlotManager() - Method in class net.sf.saxon.style.XSLFunction
Get associated Procedure (for details of stack frame).
getSlotManager() - Method in class net.sf.saxon.style.XSLGlobalVariable
Get the SlotManager associated with this stylesheet construct.
getSlotManager() - Method in class net.sf.saxon.style.XSLKey
Get the Procedure object that looks after any local variables declared in the content constructor
getSlotManager() - Method in class net.sf.saxon.style.XSLTemplate
Get associated Procedure (for details of stack frame)
getSlotNumber() - Method in class net.sf.saxon.expr.instruct.GeneralVariable
Get the slot number allocated to this variable
getSlotNumber() - Method in class net.sf.saxon.expr.LocalVariableReference
Get the slot number allocated to this local variable
getSlotNumber() - Method in class net.sf.saxon.expr.SuppliedParameterReference
Get the slot number
getSlotNumber() - Method in class net.sf.saxon.style.XSLLocalParam
Get the slot number allocated to this variable (its position in the stackframe)
getSlotNumber(QNameValue) - Method in class net.sf.saxon.sxpath.IndependentContext
Get the slot number allocated to a particular variable
getSlots() - Method in class net.sf.saxon.expr.flwor.TupleExpression
 
getSlotsUsed() - Method in class net.sf.saxon.expr.Expression
Get the local variables (identified by their slot numbers) on which this expression depends.
getSnapShot(XPathContext) - Method in class com.saxonica.stream.ManualGroupIterator
 
getSnapShot(XPathContext) - Method in class com.saxonica.xslt3.instruct.MergeGroupingIterator
 
getSnapShot(XPathContext) - Method in class net.sf.saxon.expr.sort.GroupAdjacentIterator
 
getSnapShot(XPathContext) - Method in class net.sf.saxon.expr.sort.GroupByIterator
 
getSnapShot(XPathContext) - Method in interface net.sf.saxon.expr.sort.GroupIterator
Get a sequence which is a snapshot of this sequence at the current position
getSnapShot(XPathContext) - Method in class net.sf.saxon.expr.sort.GroupMatchingIterator
 
getSnapShot(XPathContext) - Method in class net.sf.saxon.expr.sort.SortedGroupIterator
 
getSnapShot(XPathContext) - Method in class net.sf.saxon.regex.ARegexIterator
 
getSnapShot(XPathContext) - Method in class net.sf.saxon.regex.JRegexIterator
 
getSnapShot(XPathContext) - Method in interface net.sf.saxon.regex.RegexIterator
Get a Regex sequence which is a snapshot of this sequence at the current position
getSortKey() - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
Get the expression used as the sort key
getSortKeyComparators() - Method in class net.sf.saxon.expr.instruct.ForEachGroup
Get the statically-allocated sort key comparators for sorting at the group level, if known
getSortKeyDefinition() - Method in class net.sf.saxon.style.XSLSortOrMergeKey
 
getSortKeyDefinitions() - Method in class net.sf.saxon.expr.flwor.OrderByClause
 
getSortKeyDefinitions() - Method in class net.sf.saxon.expr.instruct.ForEachGroup
Get the sort keys defined at the for-each-group level, that is, the keys for sorting the groups
getSortKeyDefinitions() - Method in class net.sf.saxon.expr.sort.SortExpression
Get the sort key definitions
getSource(String, String, PipelineConfiguration, String) - Static method in class com.saxonica.schema.sdoc.SchemaReader
Resolve and dereference a URI to get a Source object representing a schema document
getSourceBinding() - Method in class net.sf.saxon.style.XSLGeneralVariable
Get the source binding object that holds information about the declared variable.
getSourceElement() - Method in class net.sf.saxon.style.Declaration
 
getSourceElement() - Method in class net.sf.saxon.style.SourceBinding
Get the declaration in the stylesheet
getSourceElement() - Method in class net.sf.saxon.style.StylesheetModule
 
getSourceLocation(long) - Method in class net.sf.saxon.event.PipelineConfiguration
Get a SourceLocator for a given locationId, using this location provider
getSourceLocator() - Method in class com.saxonica.pull.PullFromIterator
Get the location of the current event.
getSourceLocator() - Method in class com.saxonica.pull.TinyTreeWalker
Get the location of the current event.
getSourceLocator() - Method in class com.saxonica.pull.TreeWalker
Get the location of the current event.
getSourceLocator() - Method in class com.saxonica.pull.VirtualTreeWalker
Get the location of the current event.
getSourceLocator() - Method in class net.sf.saxon.expr.instruct.Instruction
Get a SourceLocator identifying the location of this instruction
getSourceLocator(long, LocationProvider) - Static method in class net.sf.saxon.expr.parser.ExpressionLocation
Construct an object holding location information for a validation error message
getSourceLocator() - Method in class net.sf.saxon.pull.PullFilter
Get the location of the current event.
getSourceLocator() - Method in interface net.sf.saxon.pull.PullProvider
Get the location of the current event.
getSourceLocator() - Method in class net.sf.saxon.pull.StaxBridge
Get the location of the current event.
getSourceParser() - Method in class net.sf.saxon.Configuration
Get a parser for source documents.
getSourceParserClass() - Method in class net.sf.saxon.Configuration
Get the name of the class that will be instantiated to create an XML parser for parsing source documents (for example, documents loaded using the document() or doc() functions).
getSourceResolver() - Method in class net.sf.saxon.Configuration
Get the current SourceResolver.
getSources(String, String[], PipelineConfiguration, String) - Static method in class com.saxonica.schema.sdoc.SchemaReader
Resolve and dereference a set of URIs to get a set of Source objects representing schema documents
getSpaceStrippingRule() - Method in class net.sf.saxon.Controller
 
getSpecialProperties() - Method in class net.sf.saxon.expr.Expression
Get the static properties of this expression (other than its type).
getSpecified() - Method in class net.sf.saxon.dom.AttrOverNodeInfo
If this attribute was explicitly given a value in the original document, this is true ; otherwise, it is false.
getStable() - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
Ask whether this sort key definition is stable
getStable() - Method in class net.sf.saxon.style.XSLSort
 
getStable() - Method in class net.sf.saxon.style.XSLSortOrMergeKey
 
getStackFrame() - Method in class com.saxonica.stream.TemplateInversion
Get the stackframe identifying the slots used for local variables
getStackFrame() - Method in class net.sf.saxon.expr.EarlyEvaluationContext
Get a reference to the local stack frame for variables.
getStackFrame() - Method in interface net.sf.saxon.expr.XPathContext
Get a reference to the local stack frame for variables.
getStackFrame() - Method in class net.sf.saxon.expr.XPathContextMinor
Get a reference to the local stack frame for variables.
getStackFrameMap() - Method in class com.saxonica.xslt3.instruct.AccumulatorRule
 
getStackFrameMap() - Method in class net.sf.saxon.expr.instruct.Procedure
 
getStackFrameMap() - Method in class net.sf.saxon.expr.StackFrame
 
getStackFrameMap() - Method in class net.sf.saxon.query.XQueryExpression
Get the stack frame map used for the outermost level of this query
getStackFrameMap() - Method in class net.sf.saxon.sxpath.IndependentContext
Get a Stack Frame Map containing definitions of all the declared variables.
getStackFrameMap() - Method in interface net.sf.saxon.sxpath.XPathStaticContext
Get a Stack Frame Map containing definitions of all the declared variables.
getStackFrameMap() - Method in class net.sf.saxon.xpath.JAXPXPathStaticContext
Get the stack frame map containing the slot number allocations for the variables declared in this static context
getStackFrameMap() - Method in class net.sf.saxon.xpath.XPathExpressionImpl
Get the stack frame map.
getStackFrameValues() - Method in class net.sf.saxon.expr.StackFrame
 
getStandardErrorOutput() - Method in class net.sf.saxon.Configuration
Get the standard error output to be used in all cases where no more specific destination is defined.
getStandardModuleURIResolver() - Method in class net.sf.saxon.Configuration
Get the standard system-defined ModuleURIResolver for resolving URIs used in "import module" declarations in the XQuery prolog.
getStandardURIResolver() - Method in class net.sf.saxon.Controller
Get the fallback URI resolver.
getStart() - Method in class net.sf.saxon.expr.TailExpression
Get the start offset
getStart() - Method in class net.sf.saxon.value.IntegerRange
Get the first integer in the sequence (inclusive)
getStartCondition() - Method in class com.saxonica.expr.flwor.WindowClause
 
getStartDocumentProperties(int) - Static method in class net.sf.saxon.om.CopyOptions
 
getStartPoint() - Method in class net.sf.saxon.z.IntBlockSet
Get the start point of the range
getStartPoints() - Method in class net.sf.saxon.z.IntRangeSet
Get the start points of the ranges
getStartPosition() - Method in class net.sf.saxon.tree.iter.ArrayIterator
Get the initial start position
getStartTagBuffer() - Method in class com.saxonica.validate.ValidatingFilter
Get the startTagBuffer
getStartTagBuffer() - Method in class com.saxonica.validate.ValidationContext
Get the startTagBuffer
getState(int) - Method in class com.saxonica.schema.fsa.FiniteStateMachine
Get the state with a given unique state number
getState() - Method in class net.sf.saxon.expr.parser.Tokenizer
Get the current tokenizer state
getStateNumber() - Method in class com.saxonica.schema.fsa.AutomatonState
Get the state number
getStaticBaseURI() - Method in class net.sf.saxon.expr.instruct.ResultDocument
Get the static base URI of the expression
getStaticBaseURI() - Method in class net.sf.saxon.functions.Collection
 
getStaticBaseURI() - Method in class net.sf.saxon.functions.Doc
Get the static base URI of the expression
getStaticBaseURI() - Method in class net.sf.saxon.functions.DocAvailable
Get the static base URI of the expression
getStaticBaseURI() - Method in class net.sf.saxon.functions.DocumentFn
Get the base URI from the static context
getStaticBaseURI() - Method in class net.sf.saxon.functions.ResolveURI
Get the static base URI of the expression
getStaticBaseURI() - Method in class net.sf.saxon.functions.UriCollection
 
getStaticCollation() - Method in class net.sf.saxon.functions.CollatingFunction
Get the collation if known statically, as a StringCollator object
getStaticContext() - Method in class com.saxonica.schema.Assertion
Get the static context for the expression
getStaticContext() - Method in class com.saxonica.xslt3.style.TextValueTemplateNode
 
getStaticContext() - Method in interface javax.xml.xquery.XQConnection
Gets an XQStaticContext representing the default values for all expression properties.
getStaticContext() - Method in interface javax.xml.xquery.XQExpression
Gets an XQStaticContext representing the values for all expression properties.
getStaticContext() - Method in interface javax.xml.xquery.XQPreparedExpression
Gets an XQStaticContext representing the values for all expression properties.
getStaticContext() - Method in class net.sf.saxon.expr.parser.ExpressionParser
Get the static context used by this expression parser
getStaticContext() - Method in class net.sf.saxon.expr.parser.ExpressionVisitor
Get the static context for the expressions being visited.
getStaticContext() - Method in class net.sf.saxon.query.XQueryExpression
Get the static context in which this expression was compiled.
getStaticContext() - Method in class net.sf.saxon.query.XQueryFunction
Get the static context for this function
getStaticContext() - Method in class net.sf.saxon.style.StyleElement
Get the static context for expressions on this element
getStaticContext() - Method in class net.sf.saxon.sxpath.XPathEvaluator
Get the current static context.
getStaticContext() - Method in class net.sf.saxon.xpath.XPathEvaluator
Get the current static context
getStaticContext() - Method in class net.sf.saxon.xqj.SaxonXQConnection
 
getStaticContext() - Method in class net.sf.saxon.xqj.SaxonXQExpression
 
getStaticContext() - Method in class net.sf.saxon.xqj.SaxonXQPreparedExpression
 
getStaticField(Class, String, Class) - Method in class com.saxonica.bytecode.util.Generator
Helper method to generate code that gets a static field
getStaticKeyName() - Method in class net.sf.saxon.functions.KeyFn
Get the key name, if known statically.
getStaticKeySet() - Method in class net.sf.saxon.functions.KeyFn
 
getStaticMap() - Method in class net.sf.saxon.functions.Translate
Get the translation map built at compile time if there is one
getStaticResultType() - Method in interface javax.xml.xquery.XQPreparedExpression
Gets the static type information of the result sequence.
getStaticResultType() - Method in class net.sf.saxon.xqj.SaxonXQPreparedExpression
 
getStaticVariableType(QName) - Method in interface javax.xml.xquery.XQPreparedExpression
Retrieves the static type of a given external variable.
getStaticVariableType(QName) - Method in class net.sf.saxon.xqj.SaxonXQPreparedExpression
 
getStep() - Method in class net.sf.saxon.expr.SlashExpression
Get step of the path expression
getStreamability(ContextSwitchingExpression, int, boolean, List<String>) - Static method in class com.saxonica.stream.adjunct.ForEachAdjunct
 
getStreamability(Expression, int, boolean, List<String>) - Static method in class com.saxonica.stream.ExpressionInverter
Implement the default streamability rules for an expression.
getStreamability(int, boolean, List<String>) - Method in class com.saxonica.xslt3.instruct.Fork
 
getStreamability(int, boolean, List<String>) - Method in class com.saxonica.xslt3.instruct.IterateInstr
 
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.AdjacentTextNodeMerger
 
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.AtomicSequenceConverter
 
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.Atomizer
 
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.AxisExpression
 
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.CardinalityChecker
Get the "sweep" of this expression as defined in the W3C streamability specifications.
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.CastingExpression
Get the "sweep" of this expression as defined in the W3C streamability specifications.
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.CompareToIntegerConstant
 
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.ContextItemExpression
 
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.Expression
Get the "sweep" of this expression as defined in the W3C streamability specifications.
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.FilterExpression
Get the "sweep" of this expression as defined in the W3C streamability specifications.
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.FirstItemExpression
 
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.ForExpression
Get the "sweep" of this expression as defined in the W3C streamability specifications.
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.GroupVariableReference
 
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.IdentityComparison
Get the "sweep" of this expression as defined in the W3C streamability specifications.
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.InstanceOfExpression
 
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.instruct.ApplyImports
 
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
 
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.instruct.Choose
 
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.instruct.Copy
 
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.instruct.CopyOf
 
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.instruct.ForEach
 
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.instruct.ForEachGroup
Get the "sweep" of this expression as defined in the W3C streamability specifications.
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.instruct.Message
 
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.instruct.ResultDocument
Analyse the streamability of the instruction
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.instruct.UseAttributeSets
 
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.ItemChecker
Get the "sweep" of this expression as defined in the W3C streamability specifications.
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.LetExpression
 
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.Literal
 
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.ParentNodeExpression
 
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.QuantifiedExpression
Get the "sweep" of this expression as defined in the W3C streamability specifications.
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.RootExpression
Get the "sweep" of this expression as defined in the W3C streamability specifications.
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.SingletonAtomizer
 
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.SlashExpression
Get the "sweep" of this expression as defined in the W3C streamability specifications.
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.VariableReference
 
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.expr.VennExpression
Get the "sweep" of this expression as defined in the W3C streamability specifications.
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.functions.Last
 
getStreamability(int, boolean, List<String>) - Method in class net.sf.saxon.functions.Root
 
getStreamingAdjunct() - Method in class com.saxonica.xslt3.instruct.Fork
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class com.saxonica.xslt3.instruct.IterateInstr
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class com.saxonica.xslt3.instruct.NextIteration
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.expr.AdjacentTextNodeMerger
 
getStreamingAdjunct() - Method in class net.sf.saxon.expr.AtomicSequenceConverter
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.expr.Atomizer
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.expr.CardinalityChecker
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.expr.EmptyTextNodeRemover
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.expr.Expression
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.expr.FilterExpression
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.expr.FirstItemExpression
 
getStreamingAdjunct() - Method in class net.sf.saxon.expr.GeneralComparison
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.expr.GroupVariableReference
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.expr.instruct.ApplyImports
 
getStreamingAdjunct() - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
 
getStreamingAdjunct() - Method in class net.sf.saxon.expr.instruct.Block
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.expr.instruct.Choose
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.expr.instruct.Copy
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.expr.instruct.CopyOf
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.expr.instruct.DocumentInstr
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.expr.instruct.ElementCreator
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.expr.instruct.ForEach
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.expr.instruct.ForEachGroup
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.expr.instruct.NextMatch
 
getStreamingAdjunct() - Method in class net.sf.saxon.expr.instruct.ResultDocument
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.expr.instruct.SimpleNodeConstructor
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.expr.ItemChecker
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.expr.LetExpression
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.expr.RootExpression
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.expr.SingletonAtomizer
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.expr.SlashExpression
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.expr.sort.SortExpression
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.functions.Average
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.functions.Count
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.functions.DistinctValues
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.functions.Empty
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.functions.Exists
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.functions.Minimax
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.functions.StringFn
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.functions.StringJoin
Get a class that supports streamed evaluation of this expression
getStreamingAdjunct() - Method in class net.sf.saxon.functions.Sum
Get a class that supports streamed evaluation of this expression
getStreamingReceiver(Mode, Result) - Method in class net.sf.saxon.Controller
Get a receiver to which the input to this transformation can be supplied as a stream of events, causing the transformation to be executed in streaming mode.
getStrictErrorChecking() - Method in class net.sf.saxon.dom.DocumentOverNodeInfo
An attribute specifying whether error checking is enforced or not.
getString() - Method in class net.sf.saxon.xqj.SaxonXQSequenceType
 
getStringCollator() - Method in class net.sf.saxon.expr.sort.AtomicSortComparer
Get the underlying StringCollator
getStringCollator() - Method in class net.sf.saxon.expr.sort.GenericAtomicComparer
Get the underlying string collator
getStringConverter(AtomicType) - Method in class net.sf.saxon.lib.ConversionRules
Get a Converter that converts from strings to a given atomic type.
getStringLength() - Method in class net.sf.saxon.value.StringValue
Get the length of this string, as defined in XPath.
getStringLength(CharSequence) - Static method in class net.sf.saxon.value.StringValue
Get the length of a string, as defined in XPath.
getStringToDoubleConverter() - Method in class net.sf.saxon.lib.ConversionRules
Get the converter that will be used for converting strings to doubles and floats.
getStringValue() - Method in class com.saxonica.expr.IndexedValue
 
getStringValue() - Method in class com.saxonica.functions.hof.AbstractFunctionItem
Get the string value of the function item
getStringValue() - Method in class com.saxonica.functions.map.ImmutableMap
Get the value of the item as a string.
getStringValue() - Method in class com.saxonica.functions.map.RangeKey
Get the value of the item as a string.
getStringValue() - Method in class com.saxonica.functions.map.SingletonMap
Get the value of the item as a string.
getStringValue() - Method in class com.saxonica.pull.PullFromIterator
Get the string value of the current element, text node, processing-instruction, or top-level attribute or namespace node, or atomic value.
getStringValue() - Method in class com.saxonica.pull.TinyTreeWalker
Get the string value of the current attribute, text node, processing-instruction, or atomic value.
getStringValue() - Method in class com.saxonica.pull.TreeWalker
Get the string value of the current attribute, text node, processing-instruction, or atomic value.
getStringValue() - Method in class com.saxonica.pull.UnconstructedParent
Return the string value of the node.
getStringValue() - Method in class com.saxonica.pull.VirtualTreeWalker
Get the string value of the current element, text node, processing-instruction, or top-level attribute or namespace node, or atomic value.
getStringValue() - Method in class com.saxonica.stream.om.FleetingNode
Return the string value of the node as defined in the XPath data model.
getStringValue() - Method in class net.sf.saxon.expr.StringLiteral
Get the string represented by this StringLiteral
getStringValue() - Method in class net.sf.saxon.om.AtomicArray
 
getStringValue() - Method in interface net.sf.saxon.om.AtomicSequence
 
getStringValue() - Method in class net.sf.saxon.om.Chain
Get the string value of this sequence.
getStringValue() - Method in class net.sf.saxon.om.EmptyAtomicSequence
 
getStringValue() - Method in interface net.sf.saxon.om.GroundedValue
Get the string value of this sequence.
getStringValue() - Method in interface net.sf.saxon.om.Item
Get the value of the item as a string.
getStringValue() - Method in interface net.sf.saxon.om.NodeInfo
Return the string value of the node as defined in the XPath data model.
getStringValue(Sequence) - Static method in class net.sf.saxon.om.SequenceTool
 
getStringValue() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Return the string value of the node.
getStringValue() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Return the string value of the node.
getStringValue() - Method in class net.sf.saxon.pull.PullFilter
Get the string value of the current element, text node, processing-instruction, or top-level attribute or namespace node, or atomic value.
getStringValue() - Method in interface net.sf.saxon.pull.PullProvider
Get the string value of the current element, text node, processing-instruction, or top-level attribute or namespace node, or atomic value.
getStringValue() - Method in class net.sf.saxon.pull.StaxBridge
Get the string value of the current element, text node, processing-instruction, or top-level attribute or namespace node, or atomic value.
getStringValue() - Method in class net.sf.saxon.s9api.XdmItem
Get the string value of the item.
getStringValue() - Method in interface net.sf.saxon.tree.iter.AxisIterator
Return the string value of the current node.
getStringValue() - Method in class net.sf.saxon.tree.iter.AxisIteratorImpl
Return the string value of the current node.
getStringValue() - Method in class net.sf.saxon.tree.iter.AxisIteratorOverSequence
Return the string value of the current node.
getStringValue() - Method in class net.sf.saxon.tree.iter.EmptyIterator
Return the string value of the current node.
getStringValue() - Method in class net.sf.saxon.tree.iter.NodeWrappingAxisIterator
 
getStringValue() - Method in class net.sf.saxon.tree.iter.PrependIterator
Return the string value of the current node.
getStringValue() - Method in class net.sf.saxon.tree.iter.SingleNodeIterator
Return the string value of the current node.
getStringValue() - Method in class net.sf.saxon.tree.linked.TextImpl
Return the character value of the node.
getStringValue() - Method in class net.sf.saxon.tree.NamespaceNode
Return the string value of the node.
getStringValue() - Method in class net.sf.saxon.tree.tiny.TinyParentNodeImpl
Return the string-value of the node, that is, the concatenation of the character content of all descendent elements and text nodes.
getStringValue() - Method in class net.sf.saxon.tree.tiny.TinyTextImpl
Return the character value of the node.
getStringValue(TinyTree, int) - Static method in class net.sf.saxon.tree.tiny.TinyTextImpl
Static method to get the string value of a text node without first constructing the node object
getStringValue() - Method in class net.sf.saxon.tree.tiny.WhitespaceTextImpl
Return the character value of the node.
getStringValue() - Method in class net.sf.saxon.tree.util.Orphan
Return the string value of the node.
getStringValue() - Method in class net.sf.saxon.tree.util.SteppingNavigator.DescendantAxisIterator
Return the string value of the current node.
getStringValue() - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
Return the string value of the node.
getStringValue() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Return the string value of the node.
getStringValue() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Return the string value of the node.
getStringValue() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy.VirtualCopier
Return the string value of the current node.
getStringValue() - Method in class net.sf.saxon.tree.wrapper.WrappingIterator
Return the string value of the current node.
getStringValue() - Method in class net.sf.saxon.value.AtomicValue
Convert the value to a string, using the serialization rules.
getStringValue() - Method in class net.sf.saxon.value.EmptySequence
 
getStringValue() - Method in class net.sf.saxon.value.IntegerRange
 
getStringValue() - Method in class net.sf.saxon.value.ObjectValue
Get the value of the item as a string.
getStringValue() - Method in class net.sf.saxon.value.SequenceExtent
 
getStringValue() - Method in class net.sf.saxon.value.SingletonItem
Convert the value to a string, using the serialization rules.
getStringValue() - Method in class net.sf.saxon.value.TextFragmentValue
Get the String Value
getStringValueCS() - Method in class com.saxonica.expr.IndexedValue
 
getStringValueCS() - Method in class com.saxonica.functions.hof.AbstractFunctionItem
Get the string value of the function item
getStringValueCS() - Method in class com.saxonica.functions.map.ImmutableMap
Get the string value of the item as a CharSequence.
getStringValueCS() - Method in class com.saxonica.functions.map.RangeKey
Get the string value of the item as a CharSequence.
getStringValueCS() - Method in class com.saxonica.functions.map.SingletonMap
Get the string value of the item as a CharSequence.
getStringValueCS() - Method in class com.saxonica.pull.UnconstructedParent
Get the value of the item as a CharSequence.
getStringValueCS() - Method in class com.saxonica.stream.om.FleetingNode
Get the string value of the item as a CharSequence.
getStringValueCS() - Method in class net.sf.saxon.dom.DOMNodeWrapper
Get the value of the item as a CharSequence.
getStringValueCS() - Method in class net.sf.saxon.om.AtomicArray
Get the value of the item as a CharSequence.
getStringValueCS() - Method in interface net.sf.saxon.om.AtomicSequence
 
getStringValueCS() - Method in class net.sf.saxon.om.Chain
Get the string value of this sequence.
getStringValueCS() - Method in class net.sf.saxon.om.EmptyAtomicSequence
 
getStringValueCS() - Method in interface net.sf.saxon.om.GroundedValue
Get the string value of this sequence.
getStringValueCS() - Method in interface net.sf.saxon.om.Item
Get the string value of the item as a CharSequence.
getStringValueCS() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Get the value of the item as a CharSequence.
getStringValueCS() - Method in class net.sf.saxon.option.axiom.AxiomLeafNodeWrapper
Get the value of the item as a CharSequence.
getStringValueCS() - Method in class net.sf.saxon.option.axiom.AxiomParentNodeWrapper
Get the value of the item as a CharSequence.
getStringValueCS() - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
 
getStringValueCS() - Method in class net.sf.saxon.option.jdom.JDOMNodeWrapper
Get the value of the item as a CharSequence.
getStringValueCS() - Method in class net.sf.saxon.option.jdom2.JDOM2NodeWrapper
Get the value of the item as a CharSequence.
getStringValueCS() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Get the value of the item as a CharSequence.
getStringValueCS() - Method in class net.sf.saxon.tree.linked.NodeImpl
Get the value of the item as a CharSequence.
getStringValueCS() - Method in class net.sf.saxon.tree.NamespaceNode
Get the value of the item as a CharSequence.
getStringValueCS() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Get the value of the item as a CharSequence.
getStringValueCS() - Method in class net.sf.saxon.tree.tiny.TinyParentNodeImpl
Get the value of the item as a CharSequence.
getStringValueCS(TinyTree, int) - Static method in class net.sf.saxon.tree.tiny.TinyParentNodeImpl
Get the string value of a node.
getStringValueCS() - Method in class net.sf.saxon.tree.tiny.TinyTextImpl
Get the value of the item as a CharSequence.
getStringValueCS() - Method in class net.sf.saxon.tree.tiny.WhitespaceTextImpl
Get the value of the item as a CharSequence.
getStringValueCS(TinyTree, int) - Static method in class net.sf.saxon.tree.tiny.WhitespaceTextImpl
Static method to get the string value of a text node without first constructing the node object
getStringValueCS() - Method in class net.sf.saxon.tree.util.Orphan
Get the value of the item as a CharSequence.
getStringValueCS() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Get the value of the item as a CharSequence.
getStringValueCS() - Method in class net.sf.saxon.tree.wrapper.SpaceStrippedNode
Get the value of the item as a CharSequence.
getStringValueCS() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Get the value of the item as a CharSequence.
getStringValueCS() - Method in class net.sf.saxon.value.AtomicValue
Get the value of the item as a CharSequence.
getStringValueCS() - Method in class net.sf.saxon.value.EmptySequence
 
getStringValueCS() - Method in class net.sf.saxon.value.IntegerRange
 
getStringValueCS() - Method in class net.sf.saxon.value.ObjectValue
Get the string value of the item as a CharSequence.
getStringValueCS() - Method in class net.sf.saxon.value.SequenceExtent
 
getStringValueCS() - Method in class net.sf.saxon.value.SingletonItem
 
getStringValueCS() - Method in class net.sf.saxon.value.TextFragmentValue
Get the value of the item as a CharSequence.
getStringValueExpression() - Method in class net.sf.saxon.expr.instruct.DocumentInstr
In the case of a text-only instruction (xsl:variable containing a text node or one or more xsl:value-of instructions), return an expression that evaluates to the textual content as an instance of xs:untypedAtomic
getStripperRules() - Method in class net.sf.saxon.expr.instruct.Executable
Get the rules determining which nodes are to be stripped from the tree
getStrippingRule() - Method in class net.sf.saxon.tree.wrapper.SpaceStrippedDocument
Get the document's strippingRule
getStripSpace() - Method in class net.sf.saxon.dom.DocumentBuilderImpl
Get the space-stripping action to be applied to the source document
getStripSpace() - Method in class net.sf.saxon.functions.URIQueryParameters
Get the value of the strip-space=yes|no parameter.
getStripSpace() - Method in class net.sf.saxon.lib.AugmentedSource
Get the space-stripping action to be applied to the source document
getStripSpace() - Method in class net.sf.saxon.lib.ParseOptions
Get the space-stripping action to be applied to the source document
getStripsWhiteSpace() - Method in class net.sf.saxon.Configuration
Set which kinds of whitespace-only text node should be stripped.
getStripWhitespace() - Method in class net.sf.saxon.xqj.SaxonXQDataSource
Ask whether whitespace will be stripped when loading source documents
getStructuredQName() - Method in class net.sf.saxon.om.CodedName
Get the name in the form of a StructuredQName
getStructuredQName() - Method in class net.sf.saxon.om.NameOfNode
Get the name in the form of a StructuredQName
getStructuredQName(int) - Method in class net.sf.saxon.om.NamePool
Get a namespace binding for a given namecode.
getStructuredQName() - Method in interface net.sf.saxon.om.NodeName
Get the name in the form of a StructuredQName
getStructuredQName() - Method in class net.sf.saxon.om.NoNamespaceName
Get the name in the form of a StructuredQName
getStructuredQName(int) - Static method in class net.sf.saxon.om.StandardNames
Get a StructuredQName representing a system-defined name
getStructuredQName() - Method in class net.sf.saxon.om.StructuredQName
Get the name as a StructuredQName (which it already is; but this satisfies the NodeName interface)
getStructuredQName() - Method in class net.sf.saxon.s9api.QName
Get the underlying StructuredQName
getStructuredQName() - Method in class net.sf.saxon.value.QualifiedNameValue
Get the equivalent StructuredQName
getStructuredVersionNumber() - Static method in class net.sf.saxon.Version
Get the four components of the structured version number.
getStyleElement() - Method in class net.sf.saxon.style.ExpressionContext
Get the stylesheet element containing this XPath expression
getStyleNodeFactory() - Method in class net.sf.saxon.PreparedStylesheet
Get the StyleNodeFactory in use.
getStyleParser() - Method in class net.sf.saxon.Configuration
Get the parser for stylesheet documents.
getStyleParserClass() - Method in class net.sf.saxon.Configuration
Get the name of the class that will be instantiated to create an XML parser for parsing stylesheet modules.
getStyleSheet() - Method in class net.sf.saxon.trace.TimingTraceListener
Prepare Stylesheet to render the analyzed XML data out.
getStylesheetDocument(DocumentURI) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
Get a module from the cache
getStylesheetURI() - Method in class net.sf.saxon.style.XSLNamespaceAlias
 
getSubjectExpression() - Method in class com.saxonica.expr.SwitchExpression
Get the subject expression (the expression that computes the switch value)
getSubscriptExpression() - Method in class net.sf.saxon.expr.SubscriptExpression
Get the subscript expression
getSubstitutionGroup() - Method in class com.saxonica.schema.ElementDecl
Get all the elements contained in the substitution group of which this element is the head.
getSubstitutionGroupExclusions() - Method in class com.saxonica.schema.ElementDecl
Get the substitution group exclusions of this element, that is, the value of the applicable final or finalDefault attributes.
getSubstitutionGroupMembers() - Method in class com.saxonica.schema.ElementDecl
Get the known members of the substitution group of this element, as a Set containing the ElementDecl objects.
getSubstitutionGroupOwners() - Method in class com.saxonica.schema.ElementDecl
Returns the head(s) of the substitutionGroup for this element declaration, or null if there are none.
getSuccessorElement(SteppingNode, String, String) - Method in class net.sf.saxon.dom.DOMNodeWrapper
 
getSuccessorElement(SteppingNode, String, String) - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
 
getSuccessorElement(SteppingNode, String, String) - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
 
getSuccessorElement(SteppingNode, String, String) - Method in class net.sf.saxon.tree.linked.NodeImpl
 
getSuccessorElement(N, String, String) - Method in interface net.sf.saxon.tree.util.SteppingNode
Find the next matching element in document order; that is, the first child element with the required name if there is one; otherwise the next sibling element if there is one; otherwise the next sibling element of the parent, grandparent, etc, up to the anchor element.
getSuperclass() - Method in class com.saxonica.bytecode.util.CompilerService.GeneratedClassInfo
 
getSuperSchema() - Method in class com.saxonica.config.EnterpriseConfiguration
Get the SuperSchema, containing references to all names defined in all known schemas
getSuperType(TypeHierarchy) - Method in class com.saxonica.functions.hof.SpecificFunctionType
Get the type from which this item type is derived by restriction.
getSuperType(TypeHierarchy) - Method in class com.saxonica.functions.map.MapType
Get the type from which this item type is derived by restriction.
getSuperType(TypeHierarchy) - Method in class com.saxonica.schema.UserAtomicType
Get the type from which this item type is derived by restriction.
getSuperType(TypeHierarchy) - Method in class com.saxonica.schema.UserUnionType
Method defined in ItemType: get a supertype in the ItemType type hierarchy
getSuperType(TypeHierarchy) - Method in class net.sf.saxon.pattern.AnyNodeTest
 
getSuperType(TypeHierarchy) - Method in class net.sf.saxon.pattern.CombinedNodeTest
Get the supertype of this type.
getSuperType(TypeHierarchy) - Method in class net.sf.saxon.pattern.ContentTypeTest
 
getSuperType(TypeHierarchy) - Method in class net.sf.saxon.pattern.NamespaceTest
Get the type from which this item type is derived by restriction.
getSuperType(TypeHierarchy) - Method in class net.sf.saxon.pattern.NameTest
Get the type from which this item type is derived by restriction.
getSuperType(TypeHierarchy) - Method in class net.sf.saxon.pattern.NodeTest
Get the type from which this item type is derived by restriction.
getSuperType(TypeHierarchy) - Method in class net.sf.saxon.type.AnyFunctionType
Get the type from which this item type is derived by restriction.
getSuperType(TypeHierarchy) - Method in class net.sf.saxon.type.AnyItemType
 
getSuperType(TypeHierarchy) - Method in class net.sf.saxon.type.BuiltInAtomicType
Get the type from which this item type is derived by restriction.
getSuperType(TypeHierarchy) - Method in class net.sf.saxon.type.ErrorType
 
getSuperType(TypeHierarchy) - Method in class net.sf.saxon.type.ExternalObjectType
 
getSuperType(TypeHierarchy) - Method in interface net.sf.saxon.type.ItemType
Get the type from which this item type is derived by restriction.
getSupportedPropertyNames() - Method in interface javax.xml.xquery.ConnectionPoolXQDataSource
Returns an array containing the property names supported by this datasource.
getSupportedPropertyNames() - Method in interface javax.xml.xquery.XQDataSource
Returns an array containing the property names supported by this XQDataSource.
getSupportedPropertyNames() - Method in class net.sf.saxon.xqj.SaxonXQDataSource
 
getSupportedXQueryEncodings() - Method in interface javax.xml.xquery.XQMetaData
Returns a set of java.lang.String, each of which specifies a character encoding method the XQJ implmentation supports to parse the XQuery query text.
getSupportedXQueryEncodings() - Method in class net.sf.saxon.xqj.SaxonXQMetaData
 
getSymbolicValue() - Method in class net.sf.saxon.om.TreeModel
Get the integer constant used to identify this tree model in some legacy interfaces
getSymbolicValue() - Method in class net.sf.saxon.option.axiom.AxiomObjectModel
 
getSymbolicValue() - Method in class net.sf.saxon.option.jdom.JDOMObjectModel
 
getSymbolicValue() - Method in class net.sf.saxon.option.jdom2.JDOM2ObjectModel
 
getSymbolSpace() - Method in class com.saxonica.schema.AttributeGroupReference
Get the symbol space of the target of this reference
getSymbolSpace() - Method in interface com.saxonica.schema.ComponentReference
Get the symbol space of the target of this reference
getSymbolSpace() - Method in class com.saxonica.schema.IdentityConstraintReference
Get the symbol space of the target of this reference
getSymbolSpace() - Method in class com.saxonica.schema.KeyRef
Get the symbol space of the target of this reference
getSymbolSpace() - Method in class com.saxonica.schema.ModelGroupParticle
Get the symbol space of the target of this reference
getSymbolSpace() - Method in class com.saxonica.schema.SimpleComponentReference
Get the symbol space of the target of this reference
getSymbolSpace() - Method in class com.saxonica.schema.TypeReference
Get the symbol space of the target of this reference
getSymbolSpaceName(int) - Static method in class com.saxonica.schema.SymbolSpace
 
getSystemFunctionLibrary(int) - Static method in class net.sf.saxon.functions.SystemFunctionLibrary
Factory method to create or get a SystemFunctionLibrary
getSystemId() - Method in class com.saxonica.ptree.PTreeSource
Get the system identifier that was set with setSystemId.
getSystemId() - Method in class com.saxonica.pull.PullToStax.SourceStreamLocation
 
getSystemId() - Method in class com.saxonica.pull.TinyTreeWalker
Return the system identifier for the current document event.
getSystemId() - Method in class com.saxonica.pull.TreeWalker
Return the system identifier for the current document event.
getSystemId() - Method in class com.saxonica.pull.UnconstructedParent
Get the System ID for the node (that is, the document URI of the containing document node).
getSystemId() - Method in class com.saxonica.schema.SchemaStructure
Get the system identifier (URI) of the schema module (XML document) containing the definition of this component.
getSystemId() - Method in class com.saxonica.stream.om.FleetingDocumentNode
Get the System ID for the node.
getSystemId() - Method in class com.saxonica.stream.om.FleetingNode
Get the System ID for the node.
getSystemId() - Method in class com.saxonica.validate.Checker
 
getSystemId() - Method in class net.sf.saxon.dom.DocumentWrapper
Get the System ID for the node.
getSystemId() - Method in class net.sf.saxon.dom.DOMSender
 
getSystemId(long) - Method in class net.sf.saxon.dom.DOMSender
 
getSystemId() - Method in class net.sf.saxon.dom.DOMWriter
Get the system identifier that was set with setSystemId.
getSystemId() - Method in class net.sf.saxon.event.Builder
The SystemId is equivalent to the document-uri property defined in the XDM data model.
getSystemId() - Method in class net.sf.saxon.event.ContentHandlerProxy
Get the System ID of the destination tree
getSystemId() - Method in class net.sf.saxon.event.ContentHandlerProxyLocator
Get the System ID
getSystemId() - Method in class net.sf.saxon.event.EventSource
Get the system identifier that was set with setSystemId.
getSystemId(long) - Method in class net.sf.saxon.event.LocationCopier
 
getSystemId(long) - Method in interface net.sf.saxon.event.LocationProvider
Get the URI of the document, entity, or module containing a particular location
getSystemId() - Method in class net.sf.saxon.event.SequenceReceiver
Get the system ID
getSystemId() - Method in class net.sf.saxon.event.Transmitter
Get the system identifier that was set with setSystemId.
getSystemId() - Method in class net.sf.saxon.evpull.PullEventSource
Get the system identifier that was set with setSystemId.
getSystemId() - Method in class net.sf.saxon.evpull.StaxToEventBridge
Return the system identifier for the current document event.
getSystemId(long) - Method in class net.sf.saxon.evpull.StaxToEventBridge
 
getSystemId() - Method in class net.sf.saxon.expr.Expression
Get the systemId of the module containing the expression
getSystemId(long) - Method in class net.sf.saxon.expr.Expression
Get the URI of the document or module containing a particular location
getSystemId() - Method in class net.sf.saxon.expr.flwor.ClauseInfo
Get the system identifier (URI) of the source stylesheet or query module containing the instruction.
getSystemId(long) - Method in class net.sf.saxon.expr.flwor.ClauseInfo
Get the URI of the document, entity, or module containing a particular location
getSystemId() - Method in class net.sf.saxon.expr.instruct.GeneralVariable
Get the systemId of the module containing the expression
getSystemId(long) - Method in class net.sf.saxon.expr.instruct.GeneralVariable
 
getSystemId() - Method in class net.sf.saxon.expr.instruct.GlobalVariable
Get the system ID of the module containing the variable declaration
getSystemId() - Method in class net.sf.saxon.expr.instruct.InstructionDetails
Get the URI of the module containing the instruction
getSystemId(long) - Method in class net.sf.saxon.expr.instruct.InstructionDetails
 
getSystemId(long) - Method in class net.sf.saxon.expr.instruct.LocationMap
Get the system identifier corresponding to a locationId
getSystemId() - Method in class net.sf.saxon.expr.instruct.Procedure
 
getSystemId(long) - Method in class net.sf.saxon.expr.instruct.Procedure
 
getSystemId(long) - Method in class net.sf.saxon.expr.instruct.TraceExpression
Get the system identifier (that is the base URI) of the static context of the expression being traced.
getSystemId() - Method in class net.sf.saxon.expr.parser.ExpressionLocation
Get the system ID (the module URI)
getSystemId(long) - Method in class net.sf.saxon.expr.parser.ExpressionLocation
Get the system Id corresponding to a given location Id
getSystemId() - Method in class net.sf.saxon.expr.parser.ExpressionParser.TemporaryContainer
 
getSystemId(long) - Method in class net.sf.saxon.expr.parser.ExpressionParser.TemporaryContainer
 
getSystemId() - Method in interface net.sf.saxon.expr.StaticContext
Get the System ID of the container of the expression.
getSystemId(long) - Method in class net.sf.saxon.expr.UserFunctionCall
Get the URI of the document or module containing a particular location
getSystemId() - Method in class net.sf.saxon.functions.StaticContextForSystemFunctions
Get the system ID of the container of the expression.
getSystemId() - Method in class net.sf.saxon.IdentityTransformerHandler
Get the systemId of the document
getSystemId() - Method in class net.sf.saxon.lib.AugmentedSource
Get the System ID.
getSystemId() - Method in class net.sf.saxon.om.AbsolutePath
 
getSystemId(int) - Method in interface net.sf.saxon.om.AttributeCollection
Get the systemId part of the location of an attribute, at a given index.
getSystemId() - Method in interface net.sf.saxon.om.NodeInfo
Get the System ID for the node.
getSystemId() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Get the System ID for the node.
getSystemId() - Method in class net.sf.saxon.option.axiom.AxiomDocumentWrapper
Get the System ID for the node.
getSystemId() - Method in class net.sf.saxon.option.dom4j.DOM4JDocumentWrapper
Get the System ID for the node.
getSystemId() - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
Get the System ID for the node.
getSystemId() - Method in class net.sf.saxon.option.jdom.JDOMDocumentWrapper
Get the System ID for the node.
getSystemId() - Method in class net.sf.saxon.option.jdom2.JDOM2DocumentWrapper
 
getSystemId() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Get the System ID for the node.
getSystemId() - Method in class net.sf.saxon.pattern.Pattern
Get the system id of the entity in which the pattern occurred
getSystemId() - Method in class net.sf.saxon.pull.PullSource
Get the system identifier that was set with setSystemId.
getSystemId() - Method in class net.sf.saxon.pull.StaxBridge
Return the system identifier for the current document event.
getSystemId(long) - Method in class net.sf.saxon.pull.StaxBridge
 
getSystemId() - Method in class net.sf.saxon.pull.UnparsedEntity
Get the system identifier of the unparsed entity
getSystemId() - Method in class net.sf.saxon.query.QueryModule
Get the System ID for a module
getSystemId() - Method in class net.sf.saxon.query.StaticQueryContext
Get the system ID of the container of the expression.
getSystemId() - Method in class net.sf.saxon.query.XQueryExpression
Return the system identifier for the current document event.
getSystemId() - Method in class net.sf.saxon.query.XQueryFunction
Get the system identifier (URI) of the source module containing the instruction.
getSystemId(long) - Method in class net.sf.saxon.query.XQueryFunction
 
getSystemId() - Method in class net.sf.saxon.serialize.Emitter
Get the System ID
getSystemId() - Method in class net.sf.saxon.stax.ReceiverToXMLStreamWriter
 
getSystemId() - Method in class net.sf.saxon.style.ExpressionContext
Get the System ID of the entity containing the expression (used for diagnostics)
getSystemId(long) - Method in class net.sf.saxon.style.StyleElement
 
getSystemId() - Method in class net.sf.saxon.style.UseWhenStaticContext
Get the System ID of the container of the expression.
getSystemId() - Method in class net.sf.saxon.sxpath.AbstractStaticContext
Get the system ID of the container of the expression.
getSystemId() - Method in class net.sf.saxon.sxpath.SimpleContainer
Return the system identifier for the current document event.
getSystemId() - Method in class net.sf.saxon.TemplatesHandlerImpl
Get the systemId of the document
getSystemId() - Method in class net.sf.saxon.trace.ContextStackFrame
Get the system ID representing the location of the instruction that caused this new context to be created
getSystemId() - Method in interface net.sf.saxon.trace.InstructionInfo
Get the system identifier (URI) of the source stylesheet or query module containing the instruction.
getSystemId() - Method in class net.sf.saxon.TransformerHandlerImpl
Get the systemId of the document.
getSystemId() - Method in class net.sf.saxon.tree.linked.DocumentImpl
Get the system id of this root node
getSystemId() - Method in class net.sf.saxon.tree.linked.ElementImpl
Get the system ID of the entity containing this element node.
getSystemId() - Method in class net.sf.saxon.tree.linked.NodeImpl
Get the system ID for the node.
getSystemId(int) - Method in class net.sf.saxon.tree.linked.SystemIdMap
Get the system ID corresponding to a given sequence number
getSystemId() - Method in class net.sf.saxon.tree.NamespaceNode
Get the System ID for the node.
getSystemId(int) - Method in class net.sf.saxon.tree.tiny.TinyAttributeCollection
Get the systemId part of the location of an attribute, at a given index.
getSystemId() - Method in class net.sf.saxon.tree.tiny.TinyDocumentImpl
Get the system id of this root node
getSystemId() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Get the system ID for the entity containing the node.
getSystemId(int) - Method in class net.sf.saxon.tree.tiny.TinyTree
Get the system id of an element in the document
getSystemId(long) - Method in class net.sf.saxon.tree.tiny.TinyTreeEventIterator
Get location information: the system Id of the current start element event
getSystemId(int) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Get the systemId part of the location of an attribute, at a given index.
getSystemId() - Method in class net.sf.saxon.tree.util.Orphan
Get the System ID for the node.
getSystemId() - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
Get the System ID for the node.
getSystemId() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Get the System ID for the node.
getSystemId() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Get the System ID for the node.
getSystemId() - Method in class net.sf.saxon.type.AnySimpleType
Get the URI of the schema document containing the definition of this type
getSystemId() - Method in class net.sf.saxon.type.AnyType
Get the URI of the schema document containing the definition of this type
getSystemId() - Method in class net.sf.saxon.type.BuiltInAtomicType
Get the URI of the schema document where the type was originally defined.
getSystemId() - Method in class net.sf.saxon.type.BuiltInListType
Get the URI of the schema document containing the definition of this type
getSystemId() - Method in class net.sf.saxon.type.ErrorType
Get the URI of the schema document containing the definition of this type
getSystemId() - Method in interface net.sf.saxon.type.SchemaType
Get the URI of the schema document where the type was originally defined.
getSystemId() - Method in class net.sf.saxon.type.Untyped
Get the URI of the schema document containing the definition of this type
getSystemId() - Method in exception net.sf.saxon.type.ValidationException
 
getSystemId() - Method in class net.sf.saxon.type.ValidationFailure
 
getSystemId() - Method in class net.sf.saxon.value.TextFragmentValue
Get the system ID (the document URI) of the document node.
getSystemURIResolver() - Method in class net.sf.saxon.Configuration
Get the system-defined URI Resolver.
getTagName() - Method in class net.sf.saxon.dom.ElementOverNodeInfo
The name of the element (DOM interface).
getTailCallFunction() - Method in class net.sf.saxon.expr.XPathContextMajor
Determine whether the body of a function is to be repeated, due to tail-recursive function calls
getTailCallLabel() - Method in class com.saxonica.bytecode.util.GeneratedMethodInfo
Get the label to act as the target of a jump for a self-recursive tail call.
getTarget() - Method in class com.saxonica.schema.AttributeGroupReference
Resolves the attribute group reference Note this method doesn't bind irrevocably to the target attribute group declaration, because this may change following a redefine.
getTarget() - Method in interface com.saxonica.schema.ComponentReference
Get the schema component identified by this reference.
getTarget() - Method in class com.saxonica.schema.IdentityConstraintReference
Returns the identity constraint that this type reference is a reference to
getTarget() - Method in class com.saxonica.schema.KeyRef
Get the schema component identified by this reference.
getTarget() - Method in class com.saxonica.schema.ModelGroupParticle
Returns the group that this group object is a reference to.
getTarget() - Method in class com.saxonica.schema.SimpleComponentReference
Returns the schema component that this is a reference to
getTarget() - Method in class com.saxonica.schema.TypeReference
Returns the type that this type reference is a reference to
getTarget() - Method in class net.sf.saxon.dom.PIOverNodeInfo
The target of this processing instruction.
getTarget() - Method in class net.sf.saxon.expr.parser.PathMap.PathMapArc
Get the target node representing the destination of this arc
getTarget() - Method in class net.sf.saxon.z.IntValuePredicate
Get the value matched by this predicate
getTargetAttributeSets() - Method in class net.sf.saxon.expr.instruct.UseAttributeSets
Get the target attribute sets of this instruction.
getTargetClass() - Method in class com.saxonica.expr.JavaExtensionFunctionCall
Get the class containing the method being called
getTargetMethod() - Method in class com.saxonica.expr.JavaExtensionFunctionCall
Get the target method (or field, or constructor) being called
getTargetNamespace() - Method in class com.saxonica.schema.AttributeDecl
Get the namespace URI of this element declaration.
getTargetNamespace() - Method in class com.saxonica.schema.AttributeGroupDecl
Returns the namespace URI of the name of this named AttributeGroup.
getTargetNamespace() - Method in class com.saxonica.schema.ElementDecl
Get the namespace URI of this element declaration.
getTargetNamespace() - Method in class com.saxonica.schema.IdentityConstraint
Return the target namespace of this IdentityConstraint.
getTargetNamespace() - Method in class com.saxonica.schema.ModelGroupDefinition
Returns the namespace URI of the name of this named Group.
getTargetNamespace() - Method in class com.saxonica.schema.Notation
Return the target namespace of this Notation
getTargetNamespace() - Method in class com.saxonica.schema.sdoc.SchemaDocument
Get the target namespace of the schema document
getTargetNamespace() - Method in class com.saxonica.schema.sdoc.XSDImport
Get the target namespace.
getTargetNamespace() - Method in class com.saxonica.schema.sdoc.XSDSchema
Get the target namespace of this schema document.
getTargetNamespace() - Method in class com.saxonica.schema.SingleNamespaceSchema
Returns the target namespace for this Schema, or "" if the schema is a no-namespace schema.
getTargetNamespace() - Method in class com.saxonica.schema.UserDefinedType
Get the namespace URI of the name of this type if it has one.
getTargetNamespace() - Method in class net.sf.saxon.type.AnySimpleType
Get the target namespace of this type
getTargetNamespace() - Method in class net.sf.saxon.type.AnyType
Get the target namespace of this type
getTargetNamespace() - Method in class net.sf.saxon.type.BuiltInAtomicType
Get the target namespace of this type
getTargetNamespace() - Method in class net.sf.saxon.type.BuiltInListType
Get the target namespace of this type
getTargetNamespace() - Method in class net.sf.saxon.type.ErrorType
Get the target namespace of this type
getTargetNamespace() - Method in class net.sf.saxon.type.ExternalObjectType
Get the target namespace of this type.
getTargetNamespace() - Method in interface net.sf.saxon.type.SchemaType
Get the target namespace of this type
getTargetNamespace() - Method in class net.sf.saxon.type.Untyped
Get the target namespace of this type
getTargetNamespaces() - Method in class com.saxonica.schema.PreparedSchema
Get the set of all target namespaces of components present in this schema
getTargetNode() - Method in class com.saxonica.update.DeleteAction
Get the target node of the update action
getTargetNode() - Method in class com.saxonica.update.InsertAction
Get the target node of the update action
getTargetNode() - Method in class com.saxonica.update.InsertAttributeAction
Get the target node of the update action
getTargetNode() - Method in class com.saxonica.update.PendingUpdateAction
Get the target node of the update action
getTargetNode() - Method in class com.saxonica.update.PutAction
Get the target node of the update action
getTargetNode() - Method in class com.saxonica.update.RenameAction
Get the target node of the update action
getTargetNode() - Method in class com.saxonica.update.ReplaceAttributeAction
Get the target node of the update action
getTargetNode() - Method in class com.saxonica.update.ReplaceNodeAction
Get the target node of the update action
getTargetNode() - Method in class com.saxonica.update.ReplaceValueAction
Get the target node of the update action
getTargetPrimitiveType() - Method in class net.sf.saxon.expr.CastingExpression
Get the primitive base type of the target type of the cast
getTargetState() - Method in class com.saxonica.schema.fsa.Edge
Get the (fixed) state that is the target of this edge
getTargetTemplate() - Method in class net.sf.saxon.expr.instruct.CallTemplate
Get the target template, if known statically
getTargetTemplate(XPathContext) - Method in class net.sf.saxon.expr.instruct.CallTemplate
Get the template, in the case where it is specified dynamically.
getTargetType() - Method in class net.sf.saxon.expr.CastableToList
 
getTargetType() - Method in class net.sf.saxon.expr.CastableToUnion
 
getTargetType() - Method in class net.sf.saxon.expr.CastingExpression
Get the target type (the result type)
getTargetType() - Method in class net.sf.saxon.expr.CastToList
 
getTargetType() - Method in class net.sf.saxon.expr.CastToUnion
 
getTargetType() - Method in class net.sf.saxon.type.Converter.DownCastingConverter
 
getTemplateName() - Method in class net.sf.saxon.expr.instruct.Template
Get the name of the template (if it is named)
getTemplateName() - Method in class net.sf.saxon.style.XSLTemplate
Return the name of this template.
getTemplateName() - Method in class net.sf.saxon.trace.ContextStackFrame.CallTemplate
Get the name of the template being called
getTemplateRule(Item, Mode, int, int, XPathContext) - Method in class net.sf.saxon.trans.RuleManager
Get the template rule matching a given item whose import precedence is in a particular range.
getTemplates() - Method in class net.sf.saxon.TemplatesHandlerImpl
Get the Templates object to be used for a transformation
getTerm() - Method in class com.saxonica.schema.ElementParticle
Get the term corresponding to this particle
getTerm() - Method in class com.saxonica.schema.ElementWildcard
Get the term represented by this particle
getTerm() - Method in class com.saxonica.schema.fsa.Edge
Get the element or wildcard particle causing this transition
getTerm() - Method in class com.saxonica.schema.fsa.Edge.MaxOccursParticle
 
getTerm() - Method in class com.saxonica.schema.ModelGroup
Get the term corresponding to this particle
getTerm() - Method in class com.saxonica.schema.ModelGroupParticle
Get the term corresponding to this particle
getTerm() - Method in class com.saxonica.schema.Particle
Get the term corresponding to this particle
getTermComponentAsFunction() - Method in class com.saxonica.schema.ElementWildcard
 
getText() - Method in class com.saxonica.pull.PullToStax
 
getText() - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getTextCharacters() - Method in class com.saxonica.pull.PullToStax
 
getTextCharacters(int, char[], int, int) - Method in class com.saxonica.pull.PullToStax
 
getTextCharacters() - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getTextCharacters(int, char[], int, int) - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getTextContent() - Method in class net.sf.saxon.dom.NodeOverNodeInfo
Get the text content of a node.
getTextLength() - Method in class com.saxonica.pull.PullToStax
 
getTextLength() - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getTextStart() - Method in class com.saxonica.pull.PullToStax
 
getTextStart() - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getThreadManager() - Method in class net.sf.saxon.expr.XPathContextMajor
 
getTimezone() - Method in class net.sf.saxon.xqj.SaxonXMLGregorianCalendar
Return timezone offset in minutes or DatatypeConstants.FIELD_UNDEFINED if this optional field is not defined.
getTimeZone(int) - Method in class net.sf.saxon.xqj.SaxonXMLGregorianCalendar
Returns a java.util.TimeZone for this class.
getTimezoneInMinutes() - Method in class net.sf.saxon.value.CalendarValue
Get the timezone value held in this object.
getTimeZoneNameForDate(DateTimeValue, String) - Static method in class net.sf.saxon.expr.number.NamedTimeZone
Try to identify a timezone name corresponding to a given date (including time zone) and a given country.
getTokenizer() - Method in class net.sf.saxon.expr.parser.ExpressionParser
Get the tokenizer (the lexical analyzer)
getTopLevelElement() - Method in class com.saxonica.validate.ValidationStack
Get the name of the required top-level element (if any)
getTopLevelElement() - Method in class net.sf.saxon.lib.AugmentedSource
Get the name of the top-level element for validation.
getTopLevelElement() - Method in class net.sf.saxon.lib.ParseOptions
Get the name of the top-level element for validation.
getTopLevelModule() - Method in class net.sf.saxon.query.QueryModule
Get the QueryModule for the top-level module.
getTopLevelType() - Method in class net.sf.saxon.lib.AugmentedSource
Get the type of the document element for validation.
getTopLevelType() - Method in class net.sf.saxon.lib.ParseOptions
Get the type of the document element for validation.
getTotalMonths() - Method in class net.sf.saxon.value.DurationValue
Get the total number of months (ignoring the days/hours/minutes/seconds)
getTotalSeconds() - Method in class net.sf.saxon.value.DurationValue
Get the total number of seconds (ignoring the years/months)
getTraceFunctionDestination() - Method in class net.sf.saxon.Controller
Get the destination for output from the fn:trace() function.
getTraceFunctionDestination() - Method in class net.sf.saxon.query.DynamicQueryContext
Get the destination for output from the fn:trace() function.
getTraceFunctionDestination() - Method in class net.sf.saxon.s9api.XQueryEvaluator
Get the destination for output from the fn:trace() function.
getTraceListener() - Method in class net.sf.saxon.Configuration
Get the TraceListener used for run-time tracing of instruction execution.
getTraceListener() - Method in class net.sf.saxon.Controller
Get the TraceListener.
getTraceListener() - Method in class net.sf.saxon.event.ContentHandlerProxy
Get the associated TraceListener that receives notification of trace events
getTraceListener() - Method in class net.sf.saxon.query.DynamicQueryContext
Get the trace listener.
getTraceListener() - Method in class net.sf.saxon.s9api.XQueryEvaluator
Get the registered TraceListener, if any
getTraceListener() - Method in class net.sf.saxon.s9api.XsltTransformer
Get the TraceListener to be notified of all events occurring during the transformation.
getTraceListenerClass() - Method in class net.sf.saxon.Configuration
Get the name of the trace listener class to be used for run-time tracing of instruction execution.
getTransformer() - Method in class net.sf.saxon.event.TransformerReceiver
Get the Transformer used for this transformation
getTransformer() - Method in class net.sf.saxon.Filter
Get the underlying Transformer.
getTransformer() - Method in class net.sf.saxon.IdentityTransformerHandler
Get the Transformer used for this transformation
getTransformer() - Method in class net.sf.saxon.TransformerHandlerImpl
Get the Transformer used for this transformation
getTransition(int, UserComplexType) - Method in class com.saxonica.schema.fsa.AutomatonState
Find the edge representing the transition from this state to another state, that is triggered by a given input token
getTransition(int, UserComplexType) - Method in class com.saxonica.schema.fsa.CountingState
 
getTransition(int, UserComplexType) - Method in interface com.saxonica.schema.fsa.State
Find the edge representing the transition from this state to another state, that is triggered by a given input token
getTransition(int, UserComplexType) - Method in class com.saxonica.schema.fsa.SuffixState
Find the edge representing the transition from this state to another state, that is triggered by a given input token
getTree() - Method in class net.sf.saxon.tree.tiny.TinyBuilder
Get the tree being built by this builder
getTree() - Method in class net.sf.saxon.tree.tiny.TinyDocumentImpl
Get the tree containing this node
getTree() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Get the TinyTree object containing this node
getTreeModel() - Method in class net.sf.saxon.Configuration
Get the Tree Model used by this Configuration.
getTreeModel() - Method in class net.sf.saxon.Controller
Deprecated.
since 9.2: use Controller.getModel()
getTreeModel() - Method in class net.sf.saxon.lib.AugmentedSource
Deprecated.
getTreeModel() - Method in class net.sf.saxon.lib.ParseOptions
Get the tree model that will be used.
getTreeModel(int) - Static method in class net.sf.saxon.om.TreeModel
Get the tree model corresponding to a given integer constant
getTreeModel() - Method in class net.sf.saxon.s9api.DocumentBuilder
Get the tree model to be used for documents constructed using this DocumentBuilder.
getTreeModel() - Method in class net.sf.saxon.s9api.XdmDestination
Get the tree model to be used for documents constructed using this XdmDestination.
getTryExpr() - Method in class com.saxonica.expr.TryCatch
Get the "try" expression
getTunnelParameters() - Method in class net.sf.saxon.expr.EarlyEvaluationContext
Get the tunnel parameters that were passed to the current function or template.
getTunnelParameters() - Method in interface net.sf.saxon.expr.XPathContext
Get the tunnel parameters that were passed to the current function or template.
getTunnelParameters() - Method in class net.sf.saxon.expr.XPathContextMajor
Get the tunnel parameters for the current template call.
getTunnelParameters() - Method in class net.sf.saxon.expr.XPathContextMinor
Get the tunnel parameters for the current template call.
getTunnelParams() - Method in class net.sf.saxon.expr.instruct.ApplyImports
Get the tunnel parameters passed to the called template
getTunnelParams() - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
Get the tunnel parameters passed to the called template
getTunnelParams() - Method in class net.sf.saxon.expr.instruct.CallTemplate
Get the tunnel parameters passed to the called template
getTunnelParams() - Method in interface net.sf.saxon.expr.instruct.ITemplateCall
Get the tunnel parameters passed to the called template
getType() - Method in class com.saxonica.schema.AttributeDecl
Get the type of this attribute declaration.
getType() - Method in class com.saxonica.schema.ElementDecl
Returns the Schema Type (ComplexType or SimpleType) of this Element Declaration.
getType(int) - Method in class com.saxonica.schema.PreparedSchema
Get type defined in this schema, searching both named and anonymous types
getType() - Method in class com.saxonica.xslt3.instruct.Accumulator
Get the declared type of the accumulator.
getType(int) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Get the type of an attribute (by position).
getType(String, String) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Get the type of an attribute (by name).
getType(String) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Get the type of an attribute (by lexical QName).
getType() - Method in interface net.sf.saxon.type.SchemaDeclaration
Get the simple or complex type associated with the element or attribute declaration
getTypeAlternative() - Method in class com.saxonica.schema.sdoc.XSDAlternative
Get the TypeAlternative created by this xs:alternative element
getTypeAlternatives() - Method in class com.saxonica.schema.ElementDecl
Get the type alternatives defined for this element.
getTypeAnnotation() - Method in class com.saxonica.pull.UnconstructedParent
Get the type annotation of this node, if any.
getTypeAnnotation() - Method in class com.saxonica.stream.om.FleetingNode
Get the type annotation of this node, if any.
getTypeAnnotation() - Method in class net.sf.saxon.dom.DocumentWrapper
Get the type annotation.
getTypeAnnotation(int) - Method in interface net.sf.saxon.om.AttributeCollection
Get the type annotation of an attribute (by position).
getTypeAnnotation() - Method in interface net.sf.saxon.om.NodeInfo
Get the type annotation of this node, if any.
getTypeAnnotation() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Get the type annotation
getTypeAnnotation() - Method in class net.sf.saxon.option.axiom.AxiomDocumentWrapper
Get the type annotation of this node, if any.
getTypeAnnotation() - Method in class net.sf.saxon.option.axiom.AxiomElementNodeWrapper
Get the type annotation
getTypeAnnotation() - Method in class net.sf.saxon.option.axiom.AxiomLeafNodeWrapper
Get the type annotation
getTypeAnnotation() - Method in class net.sf.saxon.option.dom4j.DOM4JDocumentWrapper
Get the type annotation.
getTypeAnnotation() - Method in class net.sf.saxon.option.jdom.JDOMDocumentWrapper
Get the type annotation.
getTypeAnnotation() - Method in class net.sf.saxon.option.jdom2.JDOM2DocumentWrapper
Get the type annotation.
getTypeAnnotation() - Method in class net.sf.saxon.option.xom.XOMDocumentWrapper
Get the type annotation of this node, if any.
getTypeAnnotation() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Get the type annotation
getTypeAnnotation(SchemaType) - Method in class net.sf.saxon.style.StyleElement
Get the type annotation to use for a given schema type
getTypeAnnotation() - Method in class net.sf.saxon.tree.linked.DocumentImpl
Get the type annotation of this node, if any.
getTypeAnnotation() - Method in class net.sf.saxon.tree.linked.ElementImpl
Get the fingerpint of the type annotation of this node, if any
getTypeAnnotation() - Method in class net.sf.saxon.tree.linked.NodeImpl
Get the type annotation of this node, if any
getTypeAnnotation() - Method in class net.sf.saxon.tree.NamespaceNode
Get the type annotation of this node, if any.
getTypeAnnotation(int) - Method in class net.sf.saxon.tree.tiny.TinyAttributeCollection
Get the type annotation of an attribute (by position).
getTypeAnnotation() - Method in class net.sf.saxon.tree.tiny.TinyDocumentImpl
Get the type annotation of this node, if any.
getTypeAnnotation() - Method in class net.sf.saxon.tree.tiny.TinyElementImpl
Get the type annotation of this node, if any Returns Type.UNTYPED_ANY if there is no type annotation
getTypeAnnotation() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Get the type annotation of this node, if any
getTypeAnnotation(int) - Method in class net.sf.saxon.tree.tiny.TinyTree
Get the type annotation of a node.
getTypeAnnotation(int) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Get the type of an attribute (by position).
getTypeAnnotation() - Method in class net.sf.saxon.tree.util.Orphan
Get the type annotation
getTypeAnnotation() - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
Get the type annotation
getTypeAnnotation() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Get the type annotation
getTypeAnnotation() - Method in class net.sf.saxon.tree.wrapper.TypeStrippedDocument
Get the type annotation of this node.
getTypeAnnotation() - Method in class net.sf.saxon.tree.wrapper.TypeStrippedNode
Get the type annotation
getTypeAnnotation() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Get the type annotation of this node, if any.
getTypeAnnotation() - Method in class net.sf.saxon.tree.wrapper.VirtualUntypedCopy
Get the type annotation of this node, if any.
getTypeAnnotation() - Method in class net.sf.saxon.value.TextFragmentValue
Get the type annotation of this node, if any.
getTypeCode() - Method in class net.sf.saxon.evpull.StartElementEvent
Get the typeCode of this element
getTypeCodeArray() - Method in class net.sf.saxon.tree.tiny.TinyTree
Get the array holding node type information
getTypeDescriptor() - Method in class com.saxonica.bytecode.util.CompilerService.GeneratedClassInfo
 
getTypedValue() - Method in class com.saxonica.functions.hof.AbstractFunctionItem
Get the typed value of the item.
getTypedValue() - Method in class com.saxonica.functions.map.ImmutableMap
Get the typed value of the item.
getTypedValue() - Method in class com.saxonica.functions.map.SingletonMap
Get the typed value of the item.
getTypedValue(SimpleType, ConversionRules) - Method in class com.saxonica.schema.EnumerationFacet
Get the typed value of the enumeration value
getTypedValue(CharSequence, NamespaceResolver, ConversionRules) - Method in class com.saxonica.schema.sdoc.SimpleTypeDefinition
Get the typed value corresponding to a given string value, assuming it is valid against this type
getTypedValue(CharSequence, NamespaceResolver, ConversionRules) - Method in class com.saxonica.schema.UserAtomicType
Get the typed value corresponding to a given string value, assuming it is valid against this type
getTypedValue(CharSequence, NamespaceResolver, ConversionRules) - Method in class com.saxonica.schema.UserListType
Get the typed value of a given input string.
getTypedValue(CharSequence, NamespaceResolver, ConversionRules) - Method in class com.saxonica.schema.UserUnionType
 
getTypedValue() - Method in class net.sf.saxon.s9api.XdmNode
Get the typed value of this node, as defined in XDM
getTypedValue(CharSequence, NamespaceResolver, ConversionRules) - Method in class net.sf.saxon.type.AnySimpleType
Get the typed value corresponding to a given string value, assuming it is valid against this type
getTypedValue(CharSequence, NamespaceResolver, ConversionRules) - Method in class net.sf.saxon.type.BuiltInAtomicType
Get the typed value corresponding to a given string value, assuming it is valid against this type (and that the containing node is not nilled)
getTypedValue(CharSequence, NamespaceResolver, ConversionRules) - Method in class net.sf.saxon.type.BuiltInListType
Get the typed value of a given input string.
getTypedValue(CharSequence, NamespaceResolver, ConversionRules) - Method in class net.sf.saxon.type.ErrorType
Get the typed value corresponding to a given string value, assuming it is valid against this type
getTypedValue(CharSequence, NamespaceResolver, ConversionRules) - Method in interface net.sf.saxon.type.SimpleType
Get the typed value corresponding to a given string value, assuming it is valid against this type
getTypedValueOfAttribute(TinyAttributeImpl, int) - Method in class net.sf.saxon.tree.tiny.TinyTree
Get the typed value of an attribute node.
getTypedValueOfElement(TinyElementImpl) - Method in class net.sf.saxon.tree.tiny.TinyTree
Get the typed value of an element node.
getTypedValueOfElement(int) - Method in class net.sf.saxon.tree.tiny.TinyTree
Get the type value of an element node, given only the node number
getTypeFingerprint() - Method in class com.saxonica.schema.ElementDecl
Get the namepool fingerprint of the name of the element's type.
getTypeHierarchy() - Method in class com.saxonica.config.EnterpriseConfiguration
Get the TypeHierarchy: a cache holding type information
getTypeHierarchy() - Method in class com.saxonica.config.ProfessionalConfiguration
Get the TypeHierarchy: a cache holding type information
getTypeHierarchy() - Method in class net.sf.saxon.Configuration
Get the TypeHierarchy: a cache holding type information
getTypeHierarchy() - Method in class net.sf.saxon.trace.ExpressionPresenter
Get the type hierarchy cache
getTypeInfoProvider() - Method in class com.saxonica.jaxp.TypedContentHandler
Get a TypeInfoProvider to provide type information for the current element or attribute event.
getTypeInfoProvider() - Method in class com.saxonica.jaxp.ValidatorHandlerImpl
Obtains the TypeInfoProvider implementation of this ValidatorHandler.
getTypeLink(SchemaType) - Method in class com.saxonica.schema.SchemaModelSerializer
 
getTypeName() - Method in class com.saxonica.schema.UserAtomicType
Get the name of this type as a StructuredQName, unless the type is anonymous, in which case return null
getTypeName() - Method in interface javax.xml.xquery.XQItemType
Represents a type name (global or local).
getTypeName() - Method in class net.sf.saxon.dom.TypeInfoImpl
Get the local name of the type (a system-allocated name if anonymous).
getTypeName() - Method in interface net.sf.saxon.type.AtomicType
Get the name of this type as a StructuredQName, unless the type is anonymous, in which case return null
getTypeName() - Method in class net.sf.saxon.type.BuiltInAtomicType
Get the name of this type as a StructuredQName, unless the type is anonymous, in which case return null
getTypeName() - Method in class net.sf.saxon.type.ExternalObjectType
Get the name of this type as a StructuredQName, unless the type is anonymous, in which case return null
getTypeName() - Method in class net.sf.saxon.xqj.SaxonXQItemType
 
getTypeNamespace() - Method in class net.sf.saxon.dom.TypeInfoImpl
Get the namespace name of the type (a system-allocated name if anonymous).
getTypeReference() - Method in class com.saxonica.schema.TypeAlternative
Get the type reference for this alternative
getUltimateOriginalVariable() - Method in class net.sf.saxon.expr.instruct.GlobalVariable
Get the original declaration of this variable, or its original declaration, transitively
getUnderlyingCompiledQuery() - Method in class net.sf.saxon.s9api.XQueryExecutable
Get the underlying implementation object representing the compiled stylesheet.
getUnderlyingCompiledStylesheet() - Method in class net.sf.saxon.s9api.XsltExecutable
Get the underlying implementation object representing the compiled stylesheet.
getUnderlyingCompilerInfo() - Method in class net.sf.saxon.s9api.XsltCompiler
Get the underlying CompilerInfo object, which provides more detailed (but less stable) control over some compilation options
getUnderlyingConfiguration() - Method in class net.sf.saxon.s9api.Processor
Get the underlying Configuration object that underpins this Processor.
getUnderlyingContentHandler() - Method in class net.sf.saxon.event.ContentHandlerProxy
Get the underlying content handler
getUnderlyingController() - Method in class net.sf.saxon.s9api.XsltTransformer
Get the underlying Controller used to implement this XsltTransformer.
getUnderlyingDefaultValue() - Method in class com.saxonica.schema.AttributeUse
Get the default value of this attribute use if there is one; if there is none, get the default value of the corresponding attribute declaration; if the declaration defines no default value, return null
getUnderlyingExpression() - Method in class net.sf.saxon.s9api.XPathExecutable
Get the underlying implementation object representing the compiled XPath expression.
getUnderlyingFixedValue() - Method in class com.saxonica.schema.AttributeUse
Returns the fixed value of this attribute use, or of the corresponding attribute declaration if the attribute use has no fixed value.
getUnderlyingItemType() - Method in class net.sf.saxon.s9api.ItemType
Method to get the underlying Saxon implementation object
getUnderlyingNode() - Method in class net.sf.saxon.dom.DOMNodeWrapper
Get the underlying DOM node, to implement the VirtualNode interface
getUnderlyingNode() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Get the underlying Axiom node, to implement the VirtualNode interface
getUnderlyingNode() - Method in class net.sf.saxon.option.axiom.AxiomLeafNodeWrapper
Get the underlying XOM node, to implement the VirtualNode interface
getUnderlyingNode() - Method in class net.sf.saxon.option.axiom.AxiomParentNodeWrapper
Get the underlying Axiom node, to implement the VirtualNode interface
getUnderlyingNode() - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
Get the underlying DOM4J node, to implement the VirtualNode interface
getUnderlyingNode() - Method in class net.sf.saxon.option.jdom.JDOMNodeWrapper
Get the underlying JDOM node, to implement the VirtualNode interface
getUnderlyingNode() - Method in class net.sf.saxon.option.jdom2.JDOM2NodeWrapper
Get the underlying JDOM node, to implement the VirtualNode interface
getUnderlyingNode() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Get the underlying XOM node, to implement the VirtualNode interface
getUnderlyingNode() - Method in class net.sf.saxon.s9api.XdmNode
Get the underlying Saxon implementation object representing this node.
getUnderlyingNode() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Get the underlying node, to implement the VirtualNode interface
getUnderlyingNode() - Method in interface net.sf.saxon.tree.wrapper.VirtualNode
Get the node underlying this virtual node.
getUnderlyingNodeInfo() - Method in class net.sf.saxon.dom.NodeOverNodeInfo
Get the Saxon NodeInfo object representing this node
getUnderlyingProvider() - Method in class net.sf.saxon.pull.PullFilter
Get the underlying PullProvider
getUnderlyingQueryContext() - Method in class net.sf.saxon.s9api.XQueryEvaluator
Get the underlying dynamic context object.
getUnderlyingReceiver() - Method in class net.sf.saxon.event.ProxyReceiver
Get the underlying Receiver (that is, the next one in the pipeline)
getUnderlyingReceiver() - Method in class net.sf.saxon.event.TreeReceiver
Get the underlying Receiver (that is, the next one in the pipeline)
getUnderlyingState() - Method in class com.saxonica.schema.fsa.CountingState
 
getUnderlyingStaticContext() - Method in class net.sf.saxon.s9api.XPathCompiler
Escape-hatch method to get the underlying static context object used by the implementation.
getUnderlyingStaticContext() - Method in class net.sf.saxon.s9api.XPathExecutable
Get the underlying implementation object representing the static context of the compiled XPath expression.
getUnderlyingStaticContext() - Method in class net.sf.saxon.s9api.XQueryCompiler
Get the underlying StaticQueryContext object that maintains the static context information on behalf of this XQueryCompiler.
getUnderlyingValue() - Method in class net.sf.saxon.s9api.XdmValue
Get the underlying implementation object representing the value.
getUnderlyingXPathContext() - Method in class net.sf.saxon.s9api.XPathSelector
Get the underlying dynamic context object.
getUnicodeString() - Method in class net.sf.saxon.value.StringValue
 
getUniqueNumber() - Method in class com.saxonica.bytecode.util.CompilerService
Get a unique number which is different from any other number allocated by a call on this method, for the same CompilerService instance
getUnnamedMode() - Method in class net.sf.saxon.trans.RuleManager
Get the mode object for the unnamed mode
getUnparsedEntities() - Method in class com.saxonica.pull.PullFromIterator
Get a list of unparsed entities.
getUnparsedEntities() - Method in class com.saxonica.pull.TinyTreeWalker
Get a list of unparsed entities.
getUnparsedEntities() - Method in class com.saxonica.pull.TreeWalker
Get a list of unparsed entities.
getUnparsedEntities() - Method in class com.saxonica.pull.VirtualTreeWalker
Get a list of unparsed entities.
getUnparsedEntities() - Method in class net.sf.saxon.evpull.StaxToEventBridge
Get a list of unparsed entities.
getUnparsedEntities() - Method in class net.sf.saxon.pull.PullFilter
Get a list of unparsed entities.
getUnparsedEntities() - Method in interface net.sf.saxon.pull.PullProvider
Get a list of unparsed entities.
getUnparsedEntities() - Method in class net.sf.saxon.pull.StaxBridge
Get a list of unparsed entities.
getUnparsedEntity(String) - Method in class com.saxonica.pull.UnconstructedDocument
Get the unparsed entity with a given name
getUnparsedEntity(String) - Method in class com.saxonica.stream.om.FleetingDocumentNode
Get the unparsed entity with a given name
getUnparsedEntity(String) - Method in class net.sf.saxon.dom.DocumentWrapper
Get the unparsed entity with a given name
getUnparsedEntity(String) - Method in interface net.sf.saxon.om.DocumentInfo
Get the unparsed entity with a given name
getUnparsedEntity(String) - Method in class net.sf.saxon.option.axiom.AxiomDocumentWrapper
Get the unparsed entity with a given name
getUnparsedEntity(String) - Method in class net.sf.saxon.option.dom4j.DOM4JDocumentWrapper
Get the unparsed entity with a given name
getUnparsedEntity(String) - Method in class net.sf.saxon.option.jdom.JDOMDocumentWrapper
Get the unparsed entity with a given name
getUnparsedEntity(String) - Method in class net.sf.saxon.option.jdom2.JDOM2DocumentWrapper
Get the unparsed entity with a given name
getUnparsedEntity(String) - Method in class net.sf.saxon.option.xom.XOMDocumentWrapper
Get the unparsed entity with a given name
getUnparsedEntity(String) - Method in class net.sf.saxon.tree.linked.DocumentImpl
Get the unparsed entity with a given name
getUnparsedEntity(String) - Method in class net.sf.saxon.tree.tiny.TinyDocumentImpl
Get the unparsed entity with a given nameID if there is one, or null if not.
getUnparsedEntity(String) - Method in class net.sf.saxon.tree.wrapper.SpaceStrippedDocument
Get the unparsed entity with a given name
getUnparsedEntity(String) - Method in class net.sf.saxon.tree.wrapper.TypeStrippedDocument
Get the unparsed entity with a given name
getUnparsedEntity(String) - Method in class net.sf.saxon.tree.wrapper.VirtualDocumentCopy
Get the unparsed entity with a given name
getUnparsedEntity(String) - Method in class net.sf.saxon.value.TextFragmentValue
Get the unparsed entity with a given name
getUnparsedEntityNames() - Method in class com.saxonica.pull.UnconstructedDocument
Get the list of unparsed entities defined in this document
getUnparsedEntityNames() - Method in class com.saxonica.stream.om.FleetingDocumentNode
Get the list of unparsed entities defined in this document
getUnparsedEntityNames() - Method in class net.sf.saxon.dom.DocumentWrapper
Get the list of unparsed entities defined in this document
getUnparsedEntityNames() - Method in interface net.sf.saxon.om.DocumentInfo
Get the list of unparsed entities defined in this document
getUnparsedEntityNames() - Method in class net.sf.saxon.option.axiom.AxiomDocumentWrapper
Get the list of unparsed entities defined in this document
getUnparsedEntityNames() - Method in class net.sf.saxon.option.dom4j.DOM4JDocumentWrapper
Get the list of unparsed entities defined in this document
getUnparsedEntityNames() - Method in class net.sf.saxon.option.jdom.JDOMDocumentWrapper
Get the list of unparsed entities defined in this document
getUnparsedEntityNames() - Method in class net.sf.saxon.option.jdom2.JDOM2DocumentWrapper
Get the list of unparsed entities defined in this document
getUnparsedEntityNames() - Method in class net.sf.saxon.option.xom.XOMDocumentWrapper
Get the list of unparsed entities defined in this document
getUnparsedEntityNames() - Method in class net.sf.saxon.tree.linked.DocumentImpl
Get the list of unparsed entities defined in this document
getUnparsedEntityNames() - Method in class net.sf.saxon.tree.tiny.TinyDocumentImpl
Get the list of unparsed entities defined in this document
getUnparsedEntityNames() - Method in class net.sf.saxon.tree.wrapper.SpaceStrippedDocument
Get the list of unparsed entities defined in this document
getUnparsedEntityNames() - Method in class net.sf.saxon.tree.wrapper.TypeStrippedDocument
Get the list of unparsed entities defined in this document
getUnparsedEntityNames() - Method in class net.sf.saxon.tree.wrapper.VirtualDocumentCopy
Get the list of unparsed entities defined in this document
getUnparsedEntityNames() - Method in class net.sf.saxon.value.TextFragmentValue
Get the list of unparsed entities defined in this document
getUnparsedTextURIResolver() - Method in class net.sf.saxon.Controller
Get the URI resolver for the unparsed-text() function.
getUnparsedTextURIResolver() - Method in class net.sf.saxon.query.DynamicQueryContext
Get the URI resolver for unparsed text.
getUnparsedTextURIResolver() - Method in class net.sf.saxon.sxpath.XPathDynamicContext
Get the URI resolver for unparsed text.
getUnwindStack() - Method in class com.saxonica.bytecode.util.OnEmpty.UnwindAndJump
Get information about the stack that needs to be unwound before making the jump.
getUpdatedDocuments() - Method in class net.sf.saxon.s9api.XQueryEvaluator
After executing an updating query using the XQueryEvaluator.run() method, iterate over the root nodes of the documents updated by the query.
getUpperPattern() - Method in class net.sf.saxon.pattern.AncestorQualifiedPattern
Get the pattern applying to the parent node, if there is one
getUpwardsAxis() - Method in class net.sf.saxon.pattern.AncestorQualifiedPattern
Get the upwards axis, that is, the axis by which the upper pattern is reached.
getURI() - Method in class com.saxonica.pull.UnconstructedDocument
Get the URI part of the name of this node.
getURI() - Method in class com.saxonica.pull.UnconstructedParent
Get the URI part of the name of this node.
getURI(int) - Method in class com.saxonica.pull.VirtualTreeWalker
Get the namespace URI of the n'th declaration (or undeclaration) in the list, counting from zero.
getURI() - Method in class com.saxonica.stream.om.FleetingNode
Get the URI part of the name of this node.
getURI() - Method in class net.sf.saxon.dom.DOMNodeWrapper
Get the URI part of the name of this node.
getURI(int) - Method in interface net.sf.saxon.om.AttributeCollection
Get the namespace URI of an attribute (by position).
getURI() - Method in class net.sf.saxon.om.CodedName
Get the namespace URI of the QName.
getURI() - Method in class net.sf.saxon.om.NameOfNode
Get the namespace URI of the QName.
getURI(int) - Method in class net.sf.saxon.om.NamePool
Get the namespace-URI of a name, given its name code or fingerprint
getURI() - Method in class net.sf.saxon.om.NamespaceBinding
Get the URI part of the binding
getURI() - Method in interface net.sf.saxon.om.NodeInfo
Get the URI part of the name of this node.
getURI() - Method in interface net.sf.saxon.om.NodeName
Get the namespace URI of the QName.
getURI() - Method in class net.sf.saxon.om.NoNamespaceName
Get the namespace URI of the QName.
getURI(int) - Static method in class net.sf.saxon.om.StandardNames
Get the namespace URI part of a system-defined name
getURI() - Method in class net.sf.saxon.om.StructuredQName
Get the namespace URI of the QName.
getURI() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Get the URI part of the name of this node.
getURI() - Method in class net.sf.saxon.option.axiom.AxiomDocumentWrapper
Get the URI part of the name of this node.
getURI() - Method in class net.sf.saxon.option.axiom.AxiomElementNodeWrapper
Get the URI part of the name of this node.
getURI() - Method in class net.sf.saxon.option.axiom.AxiomLeafNodeWrapper
Get the URI part of the name of this node.
getURI() - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
Get the URI part of the name of this node.
getURI() - Method in class net.sf.saxon.option.jdom.JDOMNodeWrapper
Get the URI part of the name of this node.
getURI() - Method in class net.sf.saxon.option.jdom2.JDOM2NodeWrapper
Get the URI part of the name of this node.
getURI() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Get the URI part of the name of this node.
getURI() - Method in class net.sf.saxon.tree.linked.NodeImpl
Get the URI part of the name of this node.
getURI() - Method in class net.sf.saxon.tree.NamespaceNode
Get the URI part of the name of this node.
getURI(int) - Method in class net.sf.saxon.tree.tiny.TinyAttributeCollection
Get the namespace URI of an attribute (by position).
getURI() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Get the URI part of the name of this node.
getURI(int) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Get the namespace URI of an attribute (by position).
getURI() - Method in class net.sf.saxon.tree.util.Orphan
Get the URI part of the name of this node.
getURI() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Get the URI part of the name of this node.
getURI() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Get the URI part of the name of this node.
getURI() - Method in class net.sf.saxon.value.TextFragmentValue
Get the URI part of the name of this node.
getURICode(int) - Method in class net.sf.saxon.om.NamePool
Get the URI code of a name, given its name code or fingerprint
getURICode(int) - Static method in class net.sf.saxon.om.StandardNames
Get the namespace URI part of a system-defined name as a URI code
getURIForPrefix(String, boolean) - Method in class com.saxonica.pull.PullNamespaceReducer
Get the namespace URI corresponding to a given prefix.
getURIForPrefix(String) - Method in class com.saxonica.schema.sdoc.SchemaElement.XPathStaticContext
Get the URI for a prefix, using the declared namespaces as the context for namespace resolution.
getURIForPrefix(String, boolean) - Method in class com.saxonica.stream.watch.WatchManager
Get the namespace URI corresponding to a given prefix.
getURIForPrefix(String, boolean) - Method in class net.sf.saxon.event.NamespaceReducer
Get the namespace URI corresponding to a given prefix.
getURIForPrefix(String, boolean) - Method in class net.sf.saxon.event.StartTagBuffer
Get the namespace URI corresponding to a given prefix.
getURIForPrefix(String, boolean) - Method in class net.sf.saxon.evpull.NamespaceMaintainer
Get the namespace URI corresponding to a given prefix.
getURIForPrefix(String, boolean) - Method in class net.sf.saxon.expr.instruct.DummyNamespaceResolver
Get the namespace URI corresponding to a given prefix.
getURIForPrefix(String, boolean) - Method in class net.sf.saxon.expr.instruct.SavedNamespaceContext
Get the namespace URI corresponding to a given prefix.
getURIForPrefix(String) - Method in interface net.sf.saxon.expr.StaticContext
Get the URI for a namespace prefix.
getURIForPrefix(String, boolean) - Method in class net.sf.saxon.om.InscopeNamespaceResolver
Get the namespace URI corresponding to a given prefix.
getURIForPrefix(String, boolean) - Method in interface net.sf.saxon.om.NamespaceResolver
Get the namespace URI corresponding to a given prefix.
getURIForPrefix(String, boolean) - Method in class net.sf.saxon.pull.NamespaceContextImpl
Get the namespace URI corresponding to a given prefix.
getURIForPrefix(String) - Method in class net.sf.saxon.query.QueryModule
Get the URI for a prefix.
getURIForPrefix(String) - Method in class net.sf.saxon.style.ExpressionContext
Get the URI for a prefix, using this Element as the context for namespace resolution.
getURIForPrefix(String) - Method in class net.sf.saxon.style.UseWhenStaticContext
Get the URI for a namespace prefix.
getURIForPrefix(String) - Method in class net.sf.saxon.sxpath.IndependentContext
Get the URI for a prefix, using the declared namespaces as the context for namespace resolution.
getURIForPrefix(String, boolean) - Method in class net.sf.saxon.sxpath.IndependentContext
Get the namespace URI corresponding to a given prefix.
getURIForPrefix(String, boolean) - Method in class net.sf.saxon.trans.ConfigurationReader
Get the namespace URI corresponding to a given prefix.
getURIForPrefix(String, boolean) - Method in class net.sf.saxon.tree.linked.ElementImpl
Get the namespace URI corresponding to a given prefix.
getURIForPrefix(String, boolean) - Method in class net.sf.saxon.tree.tiny.TinyElementImpl
Get the namespace URI corresponding to a given prefix.
getURIForPrefix(String, boolean) - Method in class net.sf.saxon.tree.util.NamespaceResolverWithDefault
Get the namespace URI corresponding to a given prefix.
getURIForPrefix(String) - Method in class net.sf.saxon.xpath.JAXPXPathStaticContext
Get the URI for a prefix, using the declared namespaces as the context for namespace resolution.
getURIForPrefix(String, boolean) - Method in class net.sf.saxon.xpath.JAXPXPathStaticContext
Get the namespace URI corresponding to a given prefix.
getURIFromURICode(short) - Method in class net.sf.saxon.om.NamePool
Get the namespace URI from a URI code.
getURIResolver() - Method in class net.sf.saxon.Configuration
Get the URIResolver used in this configuration
getURIResolver() - Method in class net.sf.saxon.Controller
Get the URI resolver.
getURIResolver() - Method in class net.sf.saxon.event.PipelineConfiguration
Get the URIResolver used for processing URIs encountered on this pipeline
getURIResolver() - Method in class net.sf.saxon.query.DynamicQueryContext
Get the URI resolver.
getURIResolver() - Method in class net.sf.saxon.s9api.XPathSelector
Get the URI resolver.
getURIResolver() - Method in class net.sf.saxon.s9api.XQueryEvaluator
Get the URI resolver.
getURIResolver() - Method in class net.sf.saxon.s9api.XsltCompiler
Get the URIResolver to be used during stylesheet compilation.
getURIResolver() - Method in class net.sf.saxon.s9api.XsltTransformer
Get the URI resolver.
getURIResolver() - Method in class net.sf.saxon.sxpath.XPathDynamicContext
Get the URI resolver.
getURIResolver() - Method in class net.sf.saxon.trans.CompilerInfo
Get the URI Resolver being used in this compilation episode.
getURIResolver() - Method in class net.sf.saxon.TransformerFactoryImpl
Get the object that is used by default during the transformation to resolve URIs used in document(), xsl:import, or xsl:include.
getUse() - Method in class com.saxonica.schema.AttributeUse
Get the value of the 'use' attribute for this attribute declaration or attribute reference.
getUse() - Method in class net.sf.saxon.trans.KeyDefinition
Get the use expression for the key definition
getUseExpression() - Method in class com.saxonica.expr.IndexedFilterExpression
Get the expression to be indexed
getUseExpression() - Method in class com.saxonica.expr.IndexedLookupExpression
Get the expression that computes the key
getUserData(String) - Method in class com.saxonica.pull.UnconstructedDocument
Get user data held in the document node.
getUserData(String) - Method in class com.saxonica.stream.om.FleetingDocumentNode
Get user data held in the document node.
getUserData(Object, String) - Method in class net.sf.saxon.Controller
Get user data associated with a key.
getUserData(String) - Method in class net.sf.saxon.dom.DocumentWrapper
Get user data held in the document node.
getUserData(String) - Method in class net.sf.saxon.dom.NodeOverNodeInfo
Get user data associated with this node.
getUserData(String) - Method in interface net.sf.saxon.om.DocumentInfo
Get user data held in the document node.
getUserData(String) - Method in class net.sf.saxon.option.axiom.AxiomDocumentWrapper
Get user data held in the document node.
getUserData(String) - Method in class net.sf.saxon.option.dom4j.DOM4JDocumentWrapper
Get user data held in the document node.
getUserData(String) - Method in class net.sf.saxon.option.jdom.JDOMDocumentWrapper
Get user data held in the document node.
getUserData(String) - Method in class net.sf.saxon.option.jdom2.JDOM2DocumentWrapper
Get user data held in the document node.
getUserData(String) - Method in class net.sf.saxon.option.xom.XOMDocumentWrapper
Get user data held in the document node.
getUserData(String) - Method in class net.sf.saxon.tree.linked.DocumentImpl
Get user data held in the document node.
getUserData(String) - Method in class net.sf.saxon.tree.tiny.TinyDocumentImpl
Get user data held in the document node.
getUserData(String) - Method in class net.sf.saxon.tree.wrapper.SpaceStrippedDocument
Get user data held in the document node.
getUserData(String) - Method in class net.sf.saxon.tree.wrapper.TypeStrippedDocument
Get user data held in the document node.
getUserData(String) - Method in class net.sf.saxon.tree.wrapper.VirtualDocumentCopy
Get user data held in the document node.
getUserData(String) - Method in class net.sf.saxon.value.TextFragmentValue
Get user data held in the document node.
getUserDeclaredNamespaces() - Method in class net.sf.saxon.query.StaticQueryContext
Get the map of user-declared namespaces
getUserDefinedFunction(String, String, int) - Method in class net.sf.saxon.query.QueryModule
Get the function with a given name and arity.
getUserDefinedFunction(String, String, int) - Method in class net.sf.saxon.query.XQueryFunctionLibrary
Get the function with a given name and arity.
getUserFunction() - Method in class net.sf.saxon.query.XQueryFunction
Get the callable compiled function contained within this XQueryFunction definition.
getUserFunctionCall() - Method in class com.saxonica.functions.hof.UserFunctionItem
Get the underlying UserFunctionCall
getUserName() - Method in interface javax.xml.xquery.XQMetaData
Gets the user name associated with this connection.
getUserName() - Method in class net.sf.saxon.xqj.SaxonXQMetaData
 
getUserQueryContext() - Method in class net.sf.saxon.query.QueryModule
Get the StaticQueryContext object containing options set up by the user
getUseXsiSchemaLocation() - Method in class net.sf.saxon.xqj.SaxonXQDataSource
Ask whether the schema processor is to take account of xsi:schemaLocation and xsi:noNamespaceSchemaLocation attributes encountered in an instance document being validated
getUTF8Encoding(char, char, byte[]) - Static method in class net.sf.saxon.serialize.charcode.UTF8CharacterSet
Static method to generate the UTF-8 representation of a Unicode character
getValidationAction() - Method in class net.sf.saxon.expr.instruct.AttributeCreator
Get the validation action requested
getValidationAction() - Method in class net.sf.saxon.expr.instruct.CopyOf
Get the validation mode
getValidationAction() - Method in class net.sf.saxon.expr.instruct.ParentNodeConstructor
Get the validation mode for this instruction
getValidationAction() - Method in class net.sf.saxon.expr.instruct.ResultDocument
Get the validation mode for this instruction
getValidationAction() - Method in interface net.sf.saxon.expr.instruct.ValidatingInstruction
 
getValidationContext() - Method in class com.saxonica.validate.ConstraintChecker
 
getValidationContext() - Method in class com.saxonica.validate.ValidatingFilter
Get the validation context for this validation episode
getValidationErrorLimit() - Method in class net.sf.saxon.lib.ParseOptions
Get the limit on the number of errors reported before schema validation is abandoned.
getValidationLocationText() - Method in exception net.sf.saxon.type.ValidationException
Get additional location text, if any.
getValidationMode() - Method in class net.sf.saxon.functions.URIQueryParameters
Get the value of the validation=strict|lax|preserve|strip parameter, or null if unspecified
getValidationOptions() - Method in class net.sf.saxon.expr.instruct.ParentNodeConstructor
Get the validation options
getValidationOptions() - Method in class net.sf.saxon.expr.instruct.ResultDocument
Get the validation options
getValidationParams() - Method in class com.saxonica.validate.ValidationContext
Get the validation parameters (as declared using saxon:param)
getValidationParams() - Method in class net.sf.saxon.lib.ParseOptions
Get the validation parameters.
getValidationStatisticsRecipient() - Method in class net.sf.saxon.lib.ParseOptions
Ask whether statistics of component usage are maintained during schema validation, and where they will be sent
getValidationStatus() - Method in class com.saxonica.schema.AttributeWildcard
Get the validation status of this component.
getValidationStatus() - Method in class com.saxonica.schema.SchemaStructure
Get the current validation status
getValidationStatus() - Method in class net.sf.saxon.type.AnySimpleType
Get the validation status - always valid
getValidationStatus() - Method in class net.sf.saxon.type.AnyType
Get the validation status - always valid
getValidationStatus() - Method in class net.sf.saxon.type.BuiltInAtomicType
Get the validation status - always valid
getValidationStatus() - Method in class net.sf.saxon.type.BuiltInListType
Get the validation status - always valid
getValidationStatus() - Method in class net.sf.saxon.type.ErrorType
Get the validation status - always valid
getValidationStatus() - Method in interface net.sf.saxon.type.SchemaComponent
Get the validation status of this component.
getValidationStatus() - Method in class net.sf.saxon.type.Untyped
Get the validation status - always valid
getValue() - Method in class com.saxonica.functions.hof.FunctionLiteral
Get the value represented by this Literal
getValue() - Method in class com.saxonica.schema.AssertionFacet
 
getValue() - Method in class com.saxonica.schema.DigitsFacet
Get the value of this facet as a string
getValue() - Method in class com.saxonica.schema.EnumerationFacet
Returns the lexical representation of this facet
getValue() - Method in class com.saxonica.schema.EnumerationFacetSet
Get a string representation of the value of the facet
getValue() - Method in class com.saxonica.schema.ExplicitTimezoneFacet
 
getValue() - Method in class com.saxonica.schema.Facet
Returns the lexical representation of the value of this facet
getValue() - Method in class com.saxonica.schema.LengthRangeFacet
 
getValue() - Method in class com.saxonica.schema.PatternFacet
 
getValue() - Method in class com.saxonica.schema.PreprocessFacet
Returns the lexical representation of this facet
getValue() - Method in class com.saxonica.schema.ValueRangeFacet
 
getValue() - Method in class com.saxonica.schema.WhitespaceFacet
Returns the lexical representation of this facet
getValue() - Method in class com.saxonica.stream.feed.RetainingFeed
Get the accumulated value
getValue(NodeInfo, boolean) - Method in class com.saxonica.xslt3.instruct.AccumulatorData
Get the value of the accumulator for a given node
getValue() - Method in class javax.xml.xquery.XQStackTraceVariable
Gets a short string representation of the value of the stack variable.
getValue() - Method in class net.sf.saxon.dom.AttrOverNodeInfo
Return the character value of an attribute node (DOM method)
getValue(int) - Method in class net.sf.saxon.expr.instruct.ParameterSet
Get the value of the parameter at a given index
getValue() - Method in class net.sf.saxon.expr.Literal
Get the value represented by this Literal
getValue(String, String) - Method in interface net.sf.saxon.om.AttributeCollection
Get the value of an attribute (by name).
getValue(int) - Method in interface net.sf.saxon.om.AttributeCollection
Get the value of an attribute (by position).
getValue() - Method in class net.sf.saxon.s9api.XdmAtomicValue
Get the value as a Java object of the nearest equivalent type.
getValue() - Method in class net.sf.saxon.tree.iter.SingleNodeIterator
 
getValue() - Method in class net.sf.saxon.tree.iter.SingletonIterator
 
getValue(String, String) - Method in class net.sf.saxon.tree.tiny.TinyAttributeCollection
Get the value of an attribute (by name).
getValue(int) - Method in class net.sf.saxon.tree.tiny.TinyAttributeCollection
Get the value of an attribute (by position).
getValue(int) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Get the value of an attribute (by position).
getValue(String, String) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Get the value of an attribute (by name).
getValue(String) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Get the value of an attribute (by lexnical QName).
getValueByFingerprint(int) - Method in interface net.sf.saxon.om.AttributeCollection
Get the attribute value using its fingerprint
getValueByFingerprint(int) - Method in class net.sf.saxon.tree.tiny.TinyAttributeCollection
Get the attribute value using its fingerprint
getValueByFingerprint(int) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Get the attribute value using its fingerprint
getValueExpression() - Method in class net.sf.saxon.expr.IntegerRangeTest
Get the value to be tested
getValues() - Method in class net.sf.saxon.z.IntArraySet
Get the set of integer values as an array
getValues() - Method in class net.sf.saxon.z.IntHashSet
 
getValueType(TypeHierarchy) - Method in class com.saxonica.functions.map.ImmutableMap
Get the lowest common sequence type of all the values in the map
getValueType(TypeHierarchy) - Method in interface com.saxonica.functions.map.MapItem
Get the lowest common sequence type of all the values in the map
getValueType(TypeHierarchy) - Method in class com.saxonica.functions.map.RangeKey
Get the lowest common sequence type of all the values in the map
getValueType(TypeHierarchy) - Method in class com.saxonica.functions.map.SingletonMap
Get the lowest common sequence type of all the values in the map
getValueVariable() - Method in class com.saxonica.schema.Assertion
Get the variable bound to the name $value
getVariableBinding(int) - Method in class com.saxonica.expr.flwor.WindowClause
 
getVariableEQName() - Method in class net.sf.saxon.expr.Assignation
Get the name of the range variable as a Name or EQName.
getVariableMap() - Method in class net.sf.saxon.expr.instruct.SlotManager
Get the variable map (simply a list of variable names as structured QNames).
getVariableName() - Method in class net.sf.saxon.expr.Assignation
Get the display name of the range variable, for diagnostics only
getVariableName() - Method in class net.sf.saxon.trace.ContextStackFrame.VariableEvaluation
Get the name of the variable
getVariableQName() - Method in class com.saxonica.expr.XPath30Parser.TemporaryXSLTVariableBinding
 
getVariableQName() - Method in class net.sf.saxon.expr.Assignation
Get the name of the variable
getVariableQName() - Method in interface net.sf.saxon.expr.Binding
Get the name of the variable
getVariableQName() - Method in class net.sf.saxon.expr.flwor.LocalVariableBinding
Get the name of the variable
getVariableQName() - Method in class net.sf.saxon.expr.instruct.GeneralVariable
Get the name of this variable
getVariableQName() - Method in class net.sf.saxon.expr.instruct.UserFunctionParameter
Get the name of this parameter
getVariableQName() - Method in class net.sf.saxon.expr.PositionVariable
Get the name of the variable, as a namepool name code
getVariableQName() - Method in class net.sf.saxon.style.SourceBinding
Get the name of the variable
getVariableQName() - Method in class net.sf.saxon.style.XSLGeneralVariable
 
getVariableQName() - Method in class net.sf.saxon.sxpath.XPathVariable
Get the name of the variable as a QNameValue.
getVariableQName() - Method in class net.sf.saxon.xpath.JAXPVariable
Get the name of the variable as a structured QName
getVariables() - Method in class javax.xml.xquery.XQStackTraceElement
Gets the variables in scope at this execution point, or null if no variable value retrieval is possible.
getVariety() - Method in class com.saxonica.schema.UserComplexType
Get the variety of this complex type.
getVariety() - Method in class net.sf.saxon.type.AnyType
Get the variety of this complex type.
getVariety() - Method in interface net.sf.saxon.type.ComplexType
Get the variety of this complex type.
getVariety() - Method in class net.sf.saxon.type.Untyped
Get the variety of this complex type.
getVendorCode() - Method in exception javax.xml.xquery.XQException
Gets the vendor code associated with this exception or null if none.
getVendorFunctionLibrary() - Method in class com.saxonica.config.ProfessionalConfiguration
Get the FunctionLibrary used to bind calls on Saxon-defined extension functions
getVendorFunctionLibrary() - Method in class net.sf.saxon.Configuration
Get the FunctionLibrary used to bind calls on Saxon-defined extension functions.
getVersion() - Method in class com.saxonica.pull.PullToStax
 
getVersion() - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
getVersion() - Method in class net.sf.saxon.style.PrincipalStylesheetModule
Get the value of the version attribute on the xsl:stylesheet element of the principal stylesheet module
getVisitor() - Method in class com.saxonica.functions.hof.FunctionSequenceCoercer
 
getW3CStreamability() - Method in class net.sf.saxon.expr.instruct.AttributeSet
 
getWarningCount() - Method in class net.sf.saxon.lib.StandardErrorHandler
Return the number of warnings (including warnings) reported
getWarnings() - Method in class net.sf.saxon.regex.RECompiler
On completion of compilation, get any warnings that were generated
getWatch(WatchManager, Feed, Stack<XPathContext>) - Method in class com.saxonica.stream.Inversion
Make a Watch to represent this streaming route.
getWatch(WatchManager, Stack<XPathContext>) - Method in class com.saxonica.stream.TemplateInversion
Get a Watch associated with this template, if any.
getWatchMaker(Expression, List<String>) - Method in class com.saxonica.stream.adjunct.AdjacentTextNodeMergerAdjunct
 
getWatchMaker(Expression, List<String>) - Method in class com.saxonica.stream.adjunct.ApplyImportsAdjunct
 
getWatchMaker(Expression, List<String>) - Method in class com.saxonica.stream.adjunct.ApplyTemplatesAdjunct
 
getWatchMaker(Expression, List<String>) - Method in class com.saxonica.stream.adjunct.AtomizerAdjunct
 
getWatchMaker(Expression, List<String>) - Method in class com.saxonica.stream.adjunct.ChooseAdjunct
 
getWatchMaker(Expression, List<String>) - Method in class com.saxonica.stream.adjunct.CopyOfAdjunct
 
getWatchMaker(Expression, List<String>) - Method in class com.saxonica.stream.adjunct.CountAdjunct
 
getWatchMaker(Expression, List<String>) - Method in class com.saxonica.stream.adjunct.EmptyAdjunct
 
getWatchMaker(Expression, List<String>) - Method in class com.saxonica.stream.adjunct.EmptyTextNodeRemoverAdjunct
 
getWatchMaker(Expression, List<String>) - Method in class com.saxonica.stream.adjunct.ExistsAdjunct
 
getWatchMaker(Expression, List<String>) - Method in class com.saxonica.stream.adjunct.ForEachAdjunct
 
getWatchMaker(Expression, List<String>) - Method in class com.saxonica.stream.adjunct.ForEachGroupAdjunct
 
getWatchMaker(Expression, List<String>) - Method in class com.saxonica.stream.adjunct.ForkAdjunct
 
getWatchMaker(Expression, List<String>) - Method in class com.saxonica.stream.adjunct.GroupVariableReferenceAdjunct
 
getWatchMaker(Expression, List<String>) - Method in class com.saxonica.stream.adjunct.IterateAdjunct
 
getWatchMaker(Expression, List<String>) - Method in class com.saxonica.stream.adjunct.LetExpressionAdjunct
 
getWatchMaker(Expression, List<String>) - Method in class com.saxonica.stream.adjunct.NextMatchAdjunct
 
getWatchMaker(Expression, List<String>) - Method in class com.saxonica.stream.adjunct.SingletonAtomizerAdjunct
 
getWatchMaker(Expression, List<String>) - Method in class com.saxonica.stream.adjunct.StreamingAdjunct
Get a WatchMaker, a factory class that creates a Watch to evaluate this expression in streaming mode.
getWatchMaker(Expression, List<String>) - Method in class com.saxonica.stream.adjunct.StringFnAdjunct
 
getWatchMaker(Expression, List<String>) - Method in class com.saxonica.stream.adjunct.UnsupportedOperationAdjunct
Get a WatchMaker, a factory class that creates a Watch to evaluate this expression in streaming mode.
getWebSiteAddress() - Static method in class net.sf.saxon.Version
Return a web site address containing information about the product.
getWeekNumber(int, int, int) - Static method in class net.sf.saxon.value.DateValue
Get the ISO week number for a given date.
getWeekNumberWithinMonth(int, int, int) - Static method in class net.sf.saxon.value.DateValue
Get the week number within a month.
getWhitespaceAction() - Method in class com.saxonica.schema.Facet
Get the whitespace action required by this facet: one of PRESERVE, REPLACE, or COLLAPSE.
getWhitespaceAction() - Method in class com.saxonica.schema.UserSimpleType
Determine the whitespace normalization required for values of this type
getWhitespaceAction() - Method in class com.saxonica.schema.WhitespaceFacet
Get the whitespace action required: one of PRESERVE, REPLACE, or COLLAPSE
getWhitespaceAction() - Method in class net.sf.saxon.type.AnySimpleType
Determine how values of this simple type are whitespace-normalized.
getWhitespaceAction() - Method in class net.sf.saxon.type.BuiltInAtomicType
Determine the whitespace normalization required for values of this type
getWhitespaceAction() - Method in class net.sf.saxon.type.BuiltInListType
Determine how values of this simple type are whitespace-normalized.
getWhitespaceAction() - Method in class net.sf.saxon.type.ErrorType
Determine how values of this simple type are whitespace-normalized.
getWhitespaceAction() - Method in interface net.sf.saxon.type.SimpleType
Determine how values of this simple type are whitespace-normalized.
getWhitespaceStrippingPolicy() - Method in class net.sf.saxon.s9api.DocumentBuilder
Get the white whitespace stripping policy applied when loading a document using this DocumentBuilder.
getWhitespaceStrippingPolicy() - Method in class net.sf.saxon.s9api.XsltExecutable
Get the whitespace stripping policy defined by this stylesheet, that is, the policy defined by the xsl:strip-space and xsl:preserve-space elements in the stylesheet
getWholeText() - Method in class net.sf.saxon.dom.TextOverNodeInfo
Returns all text of Text nodes logically-adjacent text nodes to this node, concatenated in document order.
getWildcard() - Method in class com.saxonica.schema.AttributeWildcard
 
getWildcard() - Method in class com.saxonica.schema.ElementWildcard
 
getWildcard() - Method in class com.saxonica.schema.sdoc.XSDAnyAttribute
Returns the Wildcard
getWildcardEdges() - Method in class com.saxonica.schema.fsa.AutomatonState
Get an iterator over the wildcard transitions (edges) allowed from this state.
getWildcardEdges() - Method in class com.saxonica.schema.fsa.CountingState
Get an iterator over the wildcard transitions (edges) allowed from this state.
getWildcardEdges() - Method in interface com.saxonica.schema.fsa.State
Get an array of the wildcard transitions (edges) allowed from this state.
getWildcardEdges() - Method in class com.saxonica.schema.fsa.SuffixState
Get all the wildcard transitions (edges) allowed from this state.
getWildcards() - Method in class com.saxonica.schema.AllModelGroup
Get the list of element wildcards (XSDL 1.1 only)
getWithParamInstructions(Executable, Declaration, boolean, Expression) - Method in class net.sf.saxon.style.StyleElement
Get the list of xsl:with-param elements for a calling element (apply-templates, call-template, apply-imports, next-match).
getWrapDocument() - Method in class net.sf.saxon.lib.AugmentedSource
Assuming that the contained Source is a node in a tree, determine whether a tree will be created as a view of this supplied tree, or as a copy.
getWrapDocument() - Method in class net.sf.saxon.lib.ParseOptions
Assuming that the contained Source is a node in a tree, determine whether a tree will be created as a view of this supplied tree, or as a copy.
getWriter() - Method in class net.sf.saxon.serialize.Emitter
Get the output writer
getXdmNode() - Method in class net.sf.saxon.s9api.XdmDestination
Return the node at the root of the tree, after it has been constructed.
getXInclude() - Method in class net.sf.saxon.functions.URIQueryParameters
Get the value of xinclude=yes|no, or null if unspecified
getXmlEncoding() - Method in class net.sf.saxon.dom.DocumentOverNodeInfo
An attribute specifying, as part of the XML declaration, the encoding of this document.
getXMLReader() - Method in class net.sf.saxon.functions.URIQueryParameters
Get the selected XML parser, or null if unspecified
getXMLReader() - Method in class net.sf.saxon.lib.AugmentedSource
Get the SAX parser (XMLReader) to be used
getXMLReader() - Method in class net.sf.saxon.lib.ParseOptions
Get the SAX parser (XMLReader) to be used
getXMLSchemaType() - Method in class net.sf.saxon.xqj.SaxonDuration
Get the type of this duration, as one of the values xs:duration, xs:dayTimeDuration, or xs:yearMonthDuration.
getXMLSchemaType() - Method in class net.sf.saxon.xqj.SaxonXMLGregorianCalendar
Return the name of the XML Schema date/time type that this instance maps to.
getXmlStandalone() - Method in class net.sf.saxon.dom.DocumentOverNodeInfo
An attribute specifying, as part of the XML declaration, whether this document is standalone.
getXMLStreamReader() - Method in class net.sf.saxon.evpull.StaxToEventBridge
Get the XMLStreamReader used by this StaxBridge.
getXMLStreamReader() - Method in class net.sf.saxon.pull.StaxBridge
Get the XMLStreamReader used by this StaxBridge.
getXMLStreamWriter(StreamResult, Properties) - Method in class net.sf.saxon.lib.SerializerFactory
Create a serializer with given output properties, and return an XMLStreamWriter that can be used to feed events to the serializer.
getXMLStreamWriter() - Method in class net.sf.saxon.s9api.Serializer
Get an XMLStreamWriter that can be used for writing application-generated XML to be output via this serializer.
getXMLVersion() - Method in class net.sf.saxon.Configuration
Get the XML version to be used by default for validating characters and names
getXmlVersion() - Method in class net.sf.saxon.dom.DocumentOverNodeInfo
An attribute specifying, as part of the XML declaration, the version number of this document.
getXMLVersion() - Method in class net.sf.saxon.om.Name10Checker
Return the XML version supported by this NameChecker
getXMLVersion() - Method in class net.sf.saxon.om.Name11Checker
Return the XML version supported by this NameChecker
getXMLVersion() - Method in class net.sf.saxon.om.NameChecker
Return the XML version supported by this NameChecker
getXmlVersion() - Method in class net.sf.saxon.s9api.Processor
Get the version of XML used by this Processor.
getXmlVersion() - Method in class net.sf.saxon.xqj.SaxonXQDataSource
Ask whether XML 1.0 or XML 1.1 rules for XML names are to be followed
getXPath() - Method in class com.saxonica.schema.IdentityField
Returns the XPath of this IdentityField.
getXPath() - Method in class com.saxonica.schema.IdentitySelector
Return the source XPath expression of this IdentitySelector.
getXPathComparable(boolean, StringCollator, XPathContext) - Method in class net.sf.saxon.value.AtomicValue
Get an object value that implements the XPath equality and ordering comparison semantics for this value.
getXPathComparable(boolean, StringCollator, XPathContext) - Method in class net.sf.saxon.value.Base64BinaryValue
Get an object value that implements the XPath equality and ordering comparison semantics for this value.
getXPathComparable(boolean, StringCollator, XPathContext) - Method in class net.sf.saxon.value.BooleanValue
Get a Comparable value that implements the XPath ordering comparison semantics for this value.
getXPathComparable(boolean, StringCollator, XPathContext) - Method in class net.sf.saxon.value.CalendarValue
Get an object value that implements the XPath equality and ordering comparison semantics for this value.
getXPathComparable(boolean, StringCollator, XPathContext) - Method in class net.sf.saxon.value.DayTimeDurationValue
Get a Comparable value that implements the XPath ordering comparison semantics for this value.
getXPathComparable(boolean, StringCollator, XPathContext) - Method in class net.sf.saxon.value.DurationValue
Get an object value that implements the XPath equality and ordering comparison semantics for this value.
getXPathComparable(boolean, StringCollator, XPathContext) - Method in class net.sf.saxon.value.HexBinaryValue
Get an object value that implements the XPath equality and ordering comparison semantics for this value.
getXPathComparable(boolean, StringCollator, XPathContext) - Method in class net.sf.saxon.value.NumericValue
Get a Comparable value that implements the XPath ordering comparison semantics for this value.
getXPathComparable(boolean, StringCollator, XPathContext) - Method in class net.sf.saxon.value.QualifiedNameValue
Get an object value that implements the XPath equality and ordering comparison semantics for this value.
getXPathComparable(boolean, StringCollator, XPathContext) - Method in class net.sf.saxon.value.StringValue
Get an object value that implements the XPath equality and ordering comparison semantics for this value.
getXPathComparable(boolean, StringCollator, XPathContext) - Method in class net.sf.saxon.value.YearMonthDurationValue
Get a Comparable value that implements the XPath ordering comparison semantics for this value.
getXPathContext() - Method in class com.saxonica.pull.UnconstructedParent
Get the saved XPath dynamic context
getXPathContext() - Method in class com.saxonica.stream.watch.WatchManager
 
getXPathContext() - Method in exception net.sf.saxon.trans.XPathException
Get the dynamic context at the time the exception occurred
getXPathContextObject() - Method in class net.sf.saxon.sxpath.XPathDynamicContext
For system use: get the wrapped XPathContext object
getXPathDefaultNamespace() - Method in class com.saxonica.schema.IdentityField
Get the XPath default namespace
getXPathDefaultNamespace() - Method in class com.saxonica.schema.IdentitySelector
Get the XPath default namespace
getXPathDefaultNamespace() - Method in class com.saxonica.schema.sdoc.XSDSchema
Get the value of the defaultXPathDefaultNamespace attribute defined on this element
getXPathException() - Method in exception net.sf.saxon.trans.UncheckedXPathException
 
getXPathFunctionResolver() - Method in class net.sf.saxon.xpath.JAXPXPathStaticContext
 
getXPathFunctionResolver() - Method in class net.sf.saxon.xpath.XPathEvaluator
Get the resolver for XPath functions
getXPathFunctionResolver() - Method in class net.sf.saxon.xpath.XPathFunctionLibrary
Get the resolver
getXPathLanguageLevel() - Method in interface net.sf.saxon.expr.StaticContext
Get the XPath language level supported, as a decimal value.
getXPathLanguageLevel() - Method in class net.sf.saxon.functions.StaticContextForSystemFunctions
Get the XPath language level supported, as a string.
getXPathLanguageLevel() - Method in class net.sf.saxon.query.QueryModule
Get the XPath language level supported
getXPathLanguageLevel() - Method in class net.sf.saxon.style.ExpressionContext
Get the XPath language level supported, as a string.
getXPathLanguageLevel() - Method in class net.sf.saxon.sxpath.AbstractStaticContext
Get the XPath language level supported, as a string.
getXPathVariableResolver() - Method in class net.sf.saxon.xpath.JAXPXPathStaticContext
Get the XPathVariableResolver
getXPathVariableResolver() - Method in class net.sf.saxon.xpath.XPathEvaluator
Get the resolver for XPath variables
getXQException() - Method in class javax.xml.xquery.XQConnectionEvent
Retrieves the XQException for this XQConnectionEvent object.
getXQJMajorVersion() - Method in interface javax.xml.xquery.XQMetaData
Gets the major version number of XQJ specification supported by this implementation.
getXQJMajorVersion() - Method in class net.sf.saxon.xqj.SaxonXQMetaData
 
getXQJMinorVersion() - Method in interface javax.xml.xquery.XQMetaData
Gets the minor version number of XQJ specification supported by this implementation.
getXQJMinorVersion() - Method in class net.sf.saxon.xqj.SaxonXQMetaData
 
getXQJVersion() - Method in interface javax.xml.xquery.XQMetaData
Gets the full version of XQJ specification supported by this implementation.
getXQJVersion() - Method in class net.sf.saxon.xqj.SaxonXQMetaData
 
getXQueryExpression() - Method in class net.sf.saxon.xqj.SaxonXQPreparedExpression
 
getXSDSchema() - Method in class com.saxonica.schema.sdoc.SchemaDocument
Get the xs:schema element within the schema document
getXSDSchema() - Method in class com.saxonica.schema.sdoc.SchemaElement
Get the owning XSDSchema element.
getXsdVersion() - Method in class net.sf.saxon.Configuration
Get the version of XML Schema to be used
getXsdVersion() - Method in class net.sf.saxon.s9api.SchemaManager
Get the version of XSD in use.
getXsdVersion() - Method in class net.sf.saxon.xqj.SaxonXQDataSource
Ask whether XML Schema 1.0 syntax must be used or whether XML Schema 1.1 features are allowed
getXSIType() - Method in class com.saxonica.validate.ValidationContext
Get the value of the xsi:type attribute.
getXslIterateBreakLabelStack() - Method in class com.saxonica.bytecode.util.GeneratedMethodInfo
Get the stack of labels representing entry points to xsl:iterate instructions within this method
getXslIterateLoopLabelStack() - Method in class com.saxonica.bytecode.util.GeneratedMethodInfo
Get the stack of labels representing entry points to xsl:iterate instructions within this method
getXsltLanguageVersion() - Method in class net.sf.saxon.s9api.XsltCompiler
Get the XSLT (and XPath) language level supported by the processor.
getXsltProcessorVersion() - Method in class net.sf.saxon.style.StyleNodeFactory
Get the XSLT processor version to be used by this node factory.
getXsltVersion() - Method in class net.sf.saxon.trans.CompilerInfo
Get the version of XSLT supported by this processor
getXSLVersionString() - Static method in class net.sf.saxon.Version
Get the version of the XSLT specification that this product supports
getYear() - Method in class net.sf.saxon.value.DateTimeValue
Get the year component, in its internal form (which allows a year zero)
getYear() - Method in class net.sf.saxon.value.GDateValue
Get the year component of the date (in local form)
getYear() - Method in class net.sf.saxon.xqj.SaxonXMLGregorianCalendar
Return low order component for XML Schema 1.0 dateTime datatype field for year or DatatypeConstants.FIELD_UNDEFINED.
getYears() - Method in class net.sf.saxon.value.DurationValue
Get the year component
getZeroDigit() - Method in class net.sf.saxon.trans.DecimalSymbols
Get the zero digit symbol value
GIVE - Static variable in class net.sf.saxon.functions.StandardFunction
 
GLOBAL - Static variable in class net.sf.saxon.style.SourceBinding
 
GlobalOrderComparer - Class in net.sf.saxon.expr.sort
A Comparer used for comparing nodes in document order.
GlobalOrderComparer() - Constructor for class net.sf.saxon.expr.sort.GlobalOrderComparer
 
GlobalParam - Class in net.sf.saxon.expr.instruct
The compiled form of a global xsl:param element in an XSLT stylesheet or an external variable declared in the prolog of a Query.
GlobalParam() - Constructor for class net.sf.saxon.expr.instruct.GlobalParam
 
GlobalParameterSet - Class in net.sf.saxon.expr.instruct
A GlobalParameterSet is a set of parameters supplied when invoking a stylesheet or query.
GlobalParameterSet() - Constructor for class net.sf.saxon.expr.instruct.GlobalParameterSet
Create an empty parameter set
globalProperties - Variable in class net.sf.saxon.expr.instruct.ResultDocument
 
GlobalVariable - Class in net.sf.saxon.expr.instruct
A compiled global variable in a stylesheet or query.
GlobalVariable() - Constructor for class net.sf.saxon.expr.instruct.GlobalVariable
Create a global variable
GMonthDayValue - Class in net.sf.saxon.value
Implementation of the xs:gYear data type
GMonthDayValue(byte, byte, int) - Constructor for class net.sf.saxon.value.GMonthDayValue
 
GMonthDayValue(byte, byte, int, AtomicType) - Constructor for class net.sf.saxon.value.GMonthDayValue
 
GMonthValue - Class in net.sf.saxon.value
Implementation of the xs:gMonth data type
GMonthValue(byte, int) - Constructor for class net.sf.saxon.value.GMonthValue
 
GMonthValue(byte, int, AtomicType) - Constructor for class net.sf.saxon.value.GMonthValue
 
goTo(LabelInfo) - Method in class com.saxonica.bytecode.util.Generator
Generate code to go to a LabelInfo
graftElement(ElementImpl) - Method in class net.sf.saxon.tree.linked.LinkedTreeBuilder
graftElement() allows an element node to be transferred from one tree to another.
graftLocationMap(DocumentImpl) - Method in class net.sf.saxon.tree.linked.DocumentImpl
Copy the system ID and line number map from another document (used when grafting a simplified stylesheet)
greekLower - Static variable in class net.sf.saxon.expr.number.AbstractNumberer
 
greekUpper - Static variable in class net.sf.saxon.expr.number.AbstractNumberer
 
GROUNDED - Static variable in interface net.sf.saxon.om.SequenceIterator
Property value: the iterator is "grounded".
GroundedIterator<T extends Item> - Interface in net.sf.saxon.tree.iter
This interface is an extension to the SequenceIterator interface; it represents a SequenceIterator that is based on an in-memory representation of a sequence, and that is therefore capable of returned a SequenceValue containing all the items in the sequence.
GroundedValue - Interface in net.sf.saxon.om
A value that exists in memory and that can be directly addressed
GROUP - Static variable in class com.saxonica.schema.SymbolSpace
 
GROUP - Static variable in class net.sf.saxon.style.SourceBinding
 
GROUP_ADJACENT - Static variable in class net.sf.saxon.expr.instruct.ForEachGroup
 
GROUP_ADJACENT - Static variable in class net.sf.saxon.om.StandardNames
 
GROUP_BY - Static variable in class net.sf.saxon.expr.instruct.ForEachGroup
 
GROUP_BY - Static variable in class net.sf.saxon.expr.parser.Token
 
GROUP_BY - Static variable in class net.sf.saxon.om.StandardNames
 
GROUP_ENDING - Static variable in class net.sf.saxon.expr.instruct.ForEachGroup
 
GROUP_ENDING_WITH - Static variable in class net.sf.saxon.om.StandardNames
 
GROUP_STARTING - Static variable in class net.sf.saxon.expr.instruct.ForEachGroup
 
GROUP_STARTING_WITH - Static variable in class net.sf.saxon.om.StandardNames
 
GroupAdjacentFeed - Class in com.saxonica.stream.feed
This class implements GroupingFeed when the group-adjacent option is used.
GroupAdjacentFeed(GroupVariableReference, Feed, Stack<XPathContext>) - Constructor for class com.saxonica.stream.feed.GroupAdjacentFeed
 
GroupAdjacentIterator - Class in net.sf.saxon.expr.sort
A GroupAdjacentIterator iterates over a sequence of groups defined by xsl:for-each-group group-adjacent="x".
GroupAdjacentIterator(SequenceIterator, Expression, XPathContext, AtomicComparer, boolean) - Constructor for class net.sf.saxon.expr.sort.GroupAdjacentIterator
 
GroupAdjacentWatch - Class in com.saxonica.stream.watch
This class implements GroupingFeed when the group-adjacent option is used.
GroupAdjacentWatch(GroupVariableReference, Feed, Stack<XPathContext>) - Constructor for class com.saxonica.stream.watch.GroupAdjacentWatch
 
GroupByClause - Class in com.saxonica.expr.flwor
This class represents an "group by" clause in a FLWOR expression
GroupByClause(Configuration) - Constructor for class com.saxonica.expr.flwor.GroupByClause
Create a group-by clause
GROUPBYCLAUSE - Static variable in class net.sf.saxon.expr.flwor.Clause
 
GroupByClause.ObjectToBeGrouped - Class in com.saxonica.expr.flwor
Inner class representing the contents of a tuple from the pre-grouping tuple stream; a set of such objects consitutes a group.
GroupByClause.ObjectToBeGrouped() - Constructor for class com.saxonica.expr.flwor.GroupByClause.ObjectToBeGrouped
 
GroupByClause.TupleComparisonKey - Class in com.saxonica.expr.flwor
Inner class representing a tuple comparison key: that is, an arbitrary object whose equals() and hashCode() methods can be used to test whether two tuples have equivalent grouping keys
GroupByClause.TupleComparisonKey(Sequence[]) - Constructor for class com.saxonica.expr.flwor.GroupByClause.TupleComparisonKey
 
GroupByClausePull - Class in com.saxonica.expr.flwor
Represents the tuple stream delivered by an "group by" clause.
GroupByClausePull(TuplePull, GroupByClause) - Constructor for class com.saxonica.expr.flwor.GroupByClausePull
 
GroupByClausePush - Class in com.saxonica.expr.flwor
Represents the tuple stream delivered by an "group by" clause.
GroupByClausePush(TuplePush, GroupByClause, XPathContext) - Constructor for class com.saxonica.expr.flwor.GroupByClausePush
 
GroupByIterator - Class in net.sf.saxon.expr.sort
A GroupByIterator iterates over a sequence of groups defined by xsl:for-each-group group-by="x".
GroupByIterator(SequenceIterator, Expression, XPathContext, AtomicComparer, boolean) - Constructor for class net.sf.saxon.expr.sort.GroupByIterator
Create a GroupByIterator
GroupByIterator() - Constructor for class net.sf.saxon.expr.sort.GroupByIterator
 
GroupByIterator.ManualGroupByIterator - Class in net.sf.saxon.expr.sort
 
GroupByIterator.ManualGroupByIterator() - Constructor for class net.sf.saxon.expr.sort.GroupByIterator.ManualGroupByIterator
 
GroupedItemStoppingFeed - Class in com.saxonica.stream.watch
This feed supports xsl:for-each-group in streaming mode.
GroupedItemStoppingFeed(Expression, Feed, Stack<XPathContext>) - Constructor for class com.saxonica.stream.watch.GroupedItemStoppingFeed
 
GroupEndingFeed - Class in com.saxonica.stream.feed
This class implements GroupingFeed when the group-ending-with option is used.
GroupEndingFeed(GroupVariableReference, Feed, Stack<XPathContext>) - Constructor for class com.saxonica.stream.feed.GroupEndingFeed
 
GroupEndingIterator - Class in net.sf.saxon.expr.sort
A GroupEndingIterator iterates over a sequence of groups defined by xsl:for-each-group group-ending-with="x".
GroupEndingIterator(SequenceIterator, Pattern, XPathContext) - Constructor for class net.sf.saxon.expr.sort.GroupEndingIterator
 
GroupEndingWatch - Class in com.saxonica.stream.watch
This class implements GroupingFeed when the group-ending-with option is used.
GroupEndingWatch(GroupVariableReference, Feed, Stack<XPathContext>) - Constructor for class com.saxonica.stream.watch.GroupEndingWatch
 
GROUPING_KEY - Static variable in class net.sf.saxon.expr.parser.RoleLocator
 
GROUPING_SEPARATOR - Static variable in class net.sf.saxon.om.StandardNames
 
GROUPING_SEPARATOR - Static variable in class net.sf.saxon.trans.DecimalSymbols
 
GROUPING_SIZE - Static variable in class net.sf.saxon.om.StandardNames
 
GroupingFeed - Class in com.saxonica.stream.feed
This feed supports xsl:for-each-group in streaming mode.
GroupingFeed(GroupVariableReference, Feed, Stack<XPathContext>) - Constructor for class com.saxonica.stream.feed.GroupingFeed
 
groupingValues - Variable in class com.saxonica.expr.flwor.GroupByClause.ObjectToBeGrouped
 
GroupingWatch - Class in com.saxonica.stream.watch
This feed supports xsl:for-each-group in streaming mode.
GroupingWatch(GroupVariableReference, Feed, Stack<XPathContext>) - Constructor for class com.saxonica.stream.watch.GroupingWatch
 
GroupIterator - Interface in net.sf.saxon.expr.sort
A GroupIterator is an iterator that iterates over a sequence of groups.
groupKeys - Variable in class net.sf.saxon.expr.sort.GroupByIterator
 
GroupMatchingIterator - Class in net.sf.saxon.expr.sort
A GroupMatchingIterator contains code shared between GroupStartingIterator and GroupEndingIterator
GroupMatchingIterator() - Constructor for class net.sf.saxon.expr.sort.GroupMatchingIterator
 
groupNr - Variable in class net.sf.saxon.regex.Operation.OpBackReference
 
groupNr - Variable in class net.sf.saxon.regex.Operation.OpClose
 
groupNr - Variable in class net.sf.saxon.regex.Operation.OpOpen
 
groups - Variable in class net.sf.saxon.expr.sort.GroupByIterator
 
groupSlot - Variable in class net.sf.saxon.expr.sort.GroupByIterator
 
GroupStartingFeed - Class in com.saxonica.stream.feed
This class implements GroupingFeed when the group-starting-with option is used.
GroupStartingFeed(GroupVariableReference, Feed, Stack<XPathContext>) - Constructor for class com.saxonica.stream.feed.GroupStartingFeed
 
GroupStartingIterator - Class in net.sf.saxon.expr.sort
A GroupStartingIterator iterates over a sequence of groups defined by xsl:for-each-group group-starting-with="x".
GroupStartingIterator(SequenceIterator, Pattern, XPathContext) - Constructor for class net.sf.saxon.expr.sort.GroupStartingIterator
 
GroupStartingWatch - Class in com.saxonica.stream.watch
This class implements GroupingFeed when the group-starting-with option is used.
GroupStartingWatch(GroupVariableReference, Feed, Stack<XPathContext>) - Constructor for class com.saxonica.stream.watch.GroupStartingWatch
 
GroupToBeSorted - Class in net.sf.saxon.expr.sort
This class is a specialization of ObjectToBeSorted for use when the sequence being sorted is a sequence of groups.
GroupToBeSorted(int) - Constructor for class net.sf.saxon.expr.sort.GroupToBeSorted
 
GroupVariableReference - Class in net.sf.saxon.expr
This is a variant of LocalVariableReference used when the variable in question represents the group bound by the bind-group attribute of xsl:for-each-group.
GroupVariableReference() - Constructor for class net.sf.saxon.expr.GroupVariableReference
 
GroupVariableReference(Binding) - Constructor for class net.sf.saxon.expr.GroupVariableReference
 
GroupVariableReferenceAdjunct - Class in com.saxonica.stream.adjunct
Generate streaming code for a variable reference that binds to the "current group" declared in for-each-group.
GroupVariableReferenceAdjunct() - Constructor for class com.saxonica.stream.adjunct.GroupVariableReferenceAdjunct
 
grumble(String) - Method in class net.sf.saxon.expr.parser.ExpressionParser
Report a syntax error (a static error with error code XPST0003)
grumble(String, String) - Method in class net.sf.saxon.expr.parser.ExpressionParser
Report a static error
grumble(String, String, int) - Method in class net.sf.saxon.expr.parser.ExpressionParser
Report a static error, with location information
grumble(String, StructuredQName, int) - Method in class net.sf.saxon.expr.parser.ExpressionParser
Report a static error
grumble(String, StructuredQName, int) - Method in class net.sf.saxon.query.QueryParser
Report a static error
gsetAttributeCollection() - Method in class net.sf.saxon.tree.linked.ElementImpl
Get the attribute list.
GT - Static variable in class net.sf.saxon.expr.parser.Token
Operator ">"
GYearMonthValue - Class in net.sf.saxon.value
Implementation of the xs:gYearMonth data type
GYearMonthValue(int, byte, int, boolean) - Constructor for class net.sf.saxon.value.GYearMonthValue
 
GYearMonthValue(int, byte, int, AtomicType) - Constructor for class net.sf.saxon.value.GYearMonthValue
 
GYearValue - Class in net.sf.saxon.value
Implementation of the xs:gYear data type
GYearValue(int, int, boolean) - Constructor for class net.sf.saxon.value.GYearValue
 
GYearValue(int, int, AtomicType) - Constructor for class net.sf.saxon.value.GYearValue
 

H

halfDayName(int, int, int) - Method in class net.sf.saxon.expr.number.AbstractNumberer
Get an am/pm indicator.
halfDayName(int, int, int) - Method in interface net.sf.saxon.lib.Numberer
Get an am/pm indicator
halfDayName(int, int, int) - Method in class net.sf.saxon.option.local.Numberer_nl
Get an am/pm indicator
halfDayName(int, int, int) - Method in class net.sf.saxon.option.local.Numberer_nlBE
Get an am/pm indicator
handleChildElement(String) - Method in class com.saxonica.schema.SchemaModelLoader.AlternativeTypeHandler
 
handleChildElement(String) - Method in class com.saxonica.schema.SchemaModelLoader.IdentityConstraintHandler
 
handleChildElement(String) - Method in class com.saxonica.schema.SchemaModelLoader.SelectorHandler
 
handleChildElement(String) - Method in class com.saxonica.schema.SchemaModelLoader.SubstitutionGroupAffiliationHandler
 
handleEmptyStringResult(OnEmpty, Generator, GeneratedMethodInfo, LabelInfo) - Static method in class com.saxonica.bytecode.ExpressionCompiler
 
handleIOError(URI, IOException) - Static method in class com.saxonica.functions.xpath3.UnparsedTextLines
 
handleIOError(URI, IOException, XPathContext) - Static method in class net.sf.saxon.functions.UnparsedText
 
handler - Variable in class net.sf.saxon.event.ContentHandlerProxy
 
handleSequenceConstructor(Executable, Declaration) - Method in class net.sf.saxon.style.SourceBinding
If the element contains a sequence constructor, convert this to an expression and assign it to the select attribute
HAS_SIDE_EFFECTS - Static variable in class net.sf.saxon.expr.StaticProperty
Expression property: this bit indicates that an expression has (or might have) side-effects.
hasAssertions() - Method in class com.saxonica.schema.UserComplexType
Test whether there are any assertions defined on this complex type
hasAssertions() - Method in class net.sf.saxon.type.AnyType
Ask whether there are any assertions defined on this complex type
hasAssertions() - Method in interface net.sf.saxon.type.ComplexType
Ask whether there are any assertions defined on this complex type
hasAssertions() - Method in class net.sf.saxon.type.Untyped
Ask whether there are any assertions defined on this complex type
hasAttribute(String) - Method in class net.sf.saxon.dom.ElementOverNodeInfo
Returns true when an attribute with a given name is specified on this element or has a default value, false otherwise.
hasAttributeInNamespace(String) - Method in class net.sf.saxon.event.StartTagBuffer
Ask whether the attribute collection contains any attributes in a specified namespace
hasAttributeInNamespace(String) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Ask whether the attribute collection contains any attributes in a specified namespace
hasAttributeNS(String, String) - Method in class net.sf.saxon.dom.ElementOverNodeInfo
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 net.sf.saxon.dom.NodeOverNodeInfo
Returns whether this node has any attributes.
hasAttributes() - Method in class net.sf.saxon.event.StartTagBuffer
Determine if the current element has any attributes
hasAttributes() - Method in class net.sf.saxon.evpull.StartElementEvent
Ask whether the element has any attributes
hasBeenReported() - Method in exception net.sf.saxon.trans.XPathException
Ask whether this error is marked to indicate that it has already been reported to the error listener, and should not be reported again
hasChildNodes() - Method in class com.saxonica.pull.UnconstructedParent
Determine whether the node has any children.
hasChildNodes() - Method in class com.saxonica.stream.om.FleetingNode
Determine whether the node has any children.
hasChildNodes() - Method in class net.sf.saxon.dom.AttrOverNodeInfo
Determine whether the node has any children.
hasChildNodes() - Method in class net.sf.saxon.dom.DOMNodeWrapper
Determine whether the node has any children.
hasChildNodes() - Method in class net.sf.saxon.dom.NodeOverNodeInfo
Determine whether the node has any children.
hasChildNodes() - Method in interface net.sf.saxon.om.NodeInfo
Determine whether the node has any children.
hasChildNodes() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Determine whether the node has any children.
hasChildNodes() - Method in class net.sf.saxon.option.axiom.AxiomLeafNodeWrapper
Determine whether the node has any children.
hasChildNodes() - Method in class net.sf.saxon.option.axiom.AxiomParentNodeWrapper
Determine whether the node has any children.
hasChildNodes() - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
Determine whether the node has any children.
hasChildNodes() - Method in class net.sf.saxon.option.jdom.JDOMNodeWrapper
Determine whether the node has any children.
hasChildNodes() - Method in class net.sf.saxon.option.jdom2.JDOM2NodeWrapper
Determine whether the node has any children.
hasChildNodes() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Determine whether the node has any children.
hasChildNodes() - Method in class net.sf.saxon.tree.linked.NodeImpl
Determine whether the node has any children.
hasChildNodes() - Method in class net.sf.saxon.tree.NamespaceNode
Determine whether the node has any children.
hasChildNodes() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Determine whether the node has any children.
hasChildNodes() - Method in class net.sf.saxon.tree.tiny.TinyParentNodeImpl
Determine if the node has children.
hasChildNodes() - Method in class net.sf.saxon.tree.util.Orphan
Determine whether the node has any children.
hasChildNodes() - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
Determine whether the node has any children.
hasChildNodes() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Determine whether the node has any children.
hasChildNodes() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Determine whether the node has any children.
hasChildNodes() - Method in class net.sf.saxon.value.TextFragmentValue
Determine whether the node has any children.
HasChildren - Class in com.saxonica.functions.xpath3
This class implements the function fn:has-children($node), which is a standard function in XPath 3.0
HasChildren() - Constructor for class com.saxonica.functions.xpath3.HasChildren
 
hasCurrentGroup() - Method in class com.saxonica.stream.ManualGroupIterator
 
hasCurrentGroup() - Method in class com.saxonica.xslt3.instruct.MergeGroupingIterator
 
hasCurrentGroup() - Method in class net.sf.saxon.expr.sort.GroupAdjacentIterator
 
hasCurrentGroup() - Method in class net.sf.saxon.expr.sort.GroupByIterator
 
hasCurrentGroup() - Method in interface net.sf.saxon.expr.sort.GroupIterator
Ask whether this iterator has a current group
hasCurrentGroup() - Method in class net.sf.saxon.expr.sort.GroupMatchingIterator
 
hasCurrentGroup() - Method in class net.sf.saxon.expr.sort.SortedGroupIterator
 
hasCurrentGroupingKey() - Method in class com.saxonica.stream.ManualGroupIterator
 
hasCurrentGroupingKey() - Method in class com.saxonica.xslt3.instruct.MergeGroupingIterator
 
hasCurrentGroupingKey() - Method in class net.sf.saxon.expr.sort.GroupAdjacentIterator
 
hasCurrentGroupingKey() - Method in class net.sf.saxon.expr.sort.GroupByIterator
 
hasCurrentGroupingKey() - Method in interface net.sf.saxon.expr.sort.GroupIterator
Ask whether this iterator has a current grouping key
hasCurrentGroupingKey() - Method in class net.sf.saxon.expr.sort.GroupMatchingIterator
 
hasCurrentGroupingKey() - Method in class net.sf.saxon.expr.sort.SortedGroupIterator
 
hasFingerprint() - Method in class net.sf.saxon.om.CodedName
Ask whether this node name representation has a known namecode and fingerprint
hasFingerprint() - Method in class net.sf.saxon.om.FingerprintedQName
Ask whether this node name representation has a known namecode and fingerprint
hasFingerprint() - Method in class net.sf.saxon.om.NameOfNode
Ask whether this node name representation has a known namecode and fingerprint
hasFingerprint() - Method in interface net.sf.saxon.om.NodeName
Ask whether this node name representation has a known namecode and fingerprint
hasFingerprint() - Method in class net.sf.saxon.om.NoNamespaceName
Ask whether this node name representation has a known namecode and fingerprint
hasFingerprint() - Method in class net.sf.saxon.om.StructuredQName
Ask whether this node name representation has a known namecode and fingerprint
HASH - Static variable in class net.sf.saxon.expr.parser.Token
# symbol
hashCode() - Method in class com.saxonica.expr.flwor.GroupByClause.TupleComparisonKey
 
hashCode() - Method in class com.saxonica.expr.IndexedFilterExpression
get HashCode for comparing two expressions
hashCode() - Method in class com.saxonica.expr.IndexedLookupExpression
get HashCode for comparing two expressions
hashCode() - Method in class com.saxonica.functions.hof.FunctionLiteral
Return a hash code to support the equals() function
hashCode() - Method in class com.saxonica.functions.hof.FunctionSequenceCoercer
 
hashCode() - Method in class com.saxonica.functions.hof.SpecificFunctionType
Returns a hash code value for the object.
hashCode() - Method in class com.saxonica.functions.map.MapType
Returns a hash code value for the object.
hashCode() - Method in class com.saxonica.pull.UnconstructedParent
The hashCode() method obeys the contract for hashCode(): that is, if two objects are equal (represent the same node) then they must have the same hashCode()
hashCode() - Method in class com.saxonica.schema.Assertion
Hashcode is used when deciding whether two assertions are equal, as part of the type subsumption algorithm.
hashCode() - Method in class com.saxonica.schema.ElementDecl
 
hashCode() - Method in class com.saxonica.schema.fsa.CountingState
 
hashCode() - Method in class com.saxonica.schema.fsa.FiniteStateMachine.TermParticlePair
 
hashCode() - Method in class com.saxonica.schema.UserAtomicType
Returns a hash code value for the object.
hashCode() - Method in class com.saxonica.validate.SchemaAttributeTest
Returns a hash code value for the object.
hashCode() - Method in class com.saxonica.validate.SchemaElementTest
Returns a hash code value for the object.
hashCode() - Method in interface javax.xml.xquery.XQItemType
Returns a hash code consistent with the definition of the equals method.
hashCode() - Method in interface javax.xml.xquery.XQSequenceType
Returns a hash code consistent with the definition of the equals method.
hashCode() - Method in class net.sf.saxon.dom.NodeOverNodeInfo
Return a hashCode
hashCode() - Method in class net.sf.saxon.expr.AtomicSequenceConverter
get HashCode for comparing two expressions.
hashCode() - Method in class net.sf.saxon.expr.AxisExpression
get HashCode for comparing two expressions
hashCode() - Method in class net.sf.saxon.expr.BinaryExpression
Get a hashCode for comparing two expressions.
hashCode() - Method in class net.sf.saxon.expr.CardinalityChecker
get HashCode for comparing two expressions.
hashCode() - Method in class net.sf.saxon.expr.CastableExpression
get HashCode for comparing two expressions.
hashCode() - Method in class net.sf.saxon.expr.CastableToList
get HashCode for comparing two expressions.
hashCode() - Method in class net.sf.saxon.expr.CastableToUnion
get HashCode for comparing two expressions.
hashCode() - Method in class net.sf.saxon.expr.CastExpression
get HashCode for comparing two expressions.
hashCode() - Method in class net.sf.saxon.expr.CastToList
get HashCode for comparing two expressions.
hashCode() - Method in class net.sf.saxon.expr.CastToUnion
get HashCode for comparing two expressions.
hashCode() - Method in class net.sf.saxon.expr.ContextItemExpression
get HashCode for comparing two expressions
hashCode() - Method in class net.sf.saxon.expr.FilterExpression
get HashCode for comparing two expressions
hashCode() - Method in class net.sf.saxon.expr.FunctionCall
Get hashCode in support of equals() method
hashCode() - Method in class net.sf.saxon.expr.InstanceOfExpression
get HashCode for comparing two expressions.
hashCode() - Method in class net.sf.saxon.expr.instruct.UseAttributeSets
Compute a hashcode
hashCode() - Method in class net.sf.saxon.expr.ItemChecker
get HashCode for comparing two expressions.
hashCode() - Method in class net.sf.saxon.expr.Literal
Return a hash code to support the equals() function
hashCode() - Method in class net.sf.saxon.expr.ParentNodeExpression
get HashCode for comparing two expressions
hashCode() - Method in class net.sf.saxon.expr.RootExpression
get HashCode for comparing two expressions
hashCode() - Method in class net.sf.saxon.expr.SlashExpression
get HashCode for comparing two expressions
hashCode() - Method in class net.sf.saxon.expr.sort.ComparisonKey
Get a hashcode for a comparison key.
hashCode() - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
Get a hashcode to reflect the equals() method
hashCode() - Method in class net.sf.saxon.expr.SubscriptExpression
 
hashCode() - Method in class net.sf.saxon.expr.TailExpression
 
hashCode() - Method in class net.sf.saxon.expr.UnaryExpression
get HashCode for comparing two expressions.
hashCode() - Method in class net.sf.saxon.expr.UntypedSequenceConverter
get HashCode for comparing two expressions.
hashCode() - Method in class net.sf.saxon.expr.VariableReference
get HashCode for comparing two expressions
hashCode() - Method in class net.sf.saxon.expr.VennExpression
 
hashCode() - Method in class net.sf.saxon.om.AbsolutePath
 
hashCode() - Method in class net.sf.saxon.om.CodedName
Returns a hash code value for the object.
hashCode() - Method in class net.sf.saxon.om.DocumentURI
 
hashCode() - Method in class net.sf.saxon.om.NameOfNode
Returns a hash code value for the object.
hashCode() - Method in class net.sf.saxon.om.NamespaceBinding
 
hashCode() - Method in interface net.sf.saxon.om.NodeInfo
The hashCode() method obeys the contract for hashCode(): that is, if two objects are equal (represent the same node) then they must have the same hashCode()
hashCode() - Method in class net.sf.saxon.om.NoNamespaceName
Returns a hash code value for the object.
hashCode() - Method in class net.sf.saxon.om.StructuredQName
Get a hashcode to reflect the equals() method
hashCode() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
The hashCode() method obeys the contract for hashCode(): that is, if two objects are equal (represent the same node) then they must have the same hashCode()
hashCode() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
The hashCode() method obeys the contract for hashCode(): that is, if two objects are equal (represent the same node) then they must have the same hashCode()
hashCode() - Method in class net.sf.saxon.pattern.AncestorQualifiedPattern
hashcode supporting equals()
hashCode() - Method in class net.sf.saxon.pattern.AnyChildNodeTest
Returns a hash code value for the object.
hashCode() - Method in class net.sf.saxon.pattern.AnyNodeTest
Returns a hash code value for the object.
hashCode() - Method in class net.sf.saxon.pattern.BooleanExpressionPattern
Hashcode supporting equals()
hashCode() - Method in class net.sf.saxon.pattern.CombinedNodeTest
Returns a hash code value for the object.
hashCode() - Method in class net.sf.saxon.pattern.ConditionalPattern
Hashcode supporting equals()
hashCode() - Method in class net.sf.saxon.pattern.ContentTypeTest
Returns a hash code value for the object.
hashCode() - Method in class net.sf.saxon.pattern.DocumentNodeTest
Returns a hash code value for the object.
hashCode() - Method in class net.sf.saxon.pattern.EmptySequenceTest
Returns a hash code value for the object.
hashCode() - Method in class net.sf.saxon.pattern.ExceptPattern
Hashcode supporting equals()
hashCode() - Method in class net.sf.saxon.pattern.GeneralNodePattern
hashcode supporting equals()
hashCode() - Method in class net.sf.saxon.pattern.GeneralPositionalPattern
hashcode supporting equals()
hashCode() - Method in class net.sf.saxon.pattern.IntersectPattern
Hashcode supporting equals()
hashCode() - Method in class net.sf.saxon.pattern.ItemTypePattern
Hashcode supporting equals()
hashCode() - Method in class net.sf.saxon.pattern.LocalNameTest
Returns a hash code value for the object.
hashCode() - Method in class net.sf.saxon.pattern.NamespaceTest
Returns a hash code value for the object.
hashCode() - Method in class net.sf.saxon.pattern.NameTest
Returns a hash code value for the object.
hashCode() - Method in class net.sf.saxon.pattern.NodeKindTest
Returns a hash code value for the object.
hashCode() - Method in class net.sf.saxon.pattern.NodeSetPattern
Hashcode supporting equals()
hashCode() - Method in class net.sf.saxon.pattern.SimplePositionalPattern
hashcode supporting equals()
hashCode() - Method in class net.sf.saxon.pattern.UnionPattern
Hashcode supporting equals()
hashCode() - Method in class net.sf.saxon.pattern.VennPattern
Hashcode supporting equals()
hashCode() - Method in class net.sf.saxon.s9api.ItemType
Get a hash code with semantics corresponding to the equals() method
hashCode() - Method in class net.sf.saxon.s9api.QName
Get a hash code for the QName, to support equality matching.
hashCode() - Method in class net.sf.saxon.s9api.SequenceType
Get a hash code with semantics corresponding to the equals() method
hashCode() - Method in class net.sf.saxon.s9api.XdmNode
The hashcode is such that two XdmNode instances have the same hashCode if they represent the same node.
hashCode() - Method in class net.sf.saxon.trans.DecimalSymbols
 
hashCode() - Method in class net.sf.saxon.tree.NamespaceNode
The hashCode() method obeys the contract for hashCode(): that is, if two objects are equal (represent the same node) then they must have the same hashCode()
hashCode() - Method in class net.sf.saxon.tree.tiny.CharSlice
Generate a hash code
hashCode() - Method in class net.sf.saxon.tree.tiny.CompressedWhitespace
Returns a hash code value for the object.
hashCode() - Method in class net.sf.saxon.tree.tiny.LargeStringBuffer
Generate a hash code
hashCode() - Method in class net.sf.saxon.tree.tiny.TinyDocumentImpl
The hashCode() method obeys the contract for hashCode(): that is, if two objects are equal (represent the same node) then they must have the same hashCode()
hashCode() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
The hashCode() method obeys the contract for hashCode(): that is, if two objects are equal (represent the same node) then they must have the same hashCode()
hashCode() - Method in class net.sf.saxon.tree.util.FastStringBuffer
Generate a hash code
hashCode() - Method in class net.sf.saxon.tree.util.Orphan
The hashCode() method obeys the contract for hashCode(): that is, if two objects are equal (represent the same node) then they must have the same hashCode()
hashCode() - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
The hashCode() method obeys the contract for hashCode(): that is, if two objects are equal (represent the same node) then they must have the same hashCode()
hashCode() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
The hashCode() method obeys the contract for hashCode(): that is, if two objects are equal (represent the same node) then they must have the same hashCode()
hashCode() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
The hashCode() method obeys the contract for hashCode(): that is, if two objects are equal (represent the same node) then they must have the same hashCode()
hashCode() - Method in class net.sf.saxon.type.AnyItemType
Returns a hash code value for the object.
hashCode() - Method in class net.sf.saxon.type.BuiltInAtomicType
The fingerprint can be used as a hashcode
hashCode() - Method in class net.sf.saxon.type.ExternalObjectType
Returns a hash code value for the object.
hashCode() - Method in class net.sf.saxon.value.Base64BinaryValue
 
hashCode() - Method in class net.sf.saxon.value.BigIntegerValue.BigIntegerComparable
 
hashCode() - Method in class net.sf.saxon.value.BigIntegerValue
Get the hashCode.
hashCode() - Method in class net.sf.saxon.value.BooleanValue
Get a hash code for comparing two BooleanValues
hashCode() - Method in class net.sf.saxon.value.DateTimeValue
Hash code for context-free comparison of date time values.
hashCode() - Method in class net.sf.saxon.value.DecimalValue.DecimalComparable
 
hashCode() - Method in class net.sf.saxon.value.DecimalValue
Get the hashCode.
hashCode() - Method in class net.sf.saxon.value.DoubleValue
Get the hashCode.
hashCode() - Method in class net.sf.saxon.value.DurationValue
 
hashCode() - Method in class net.sf.saxon.value.EmptySequence
 
hashCode() - Method in class net.sf.saxon.value.FloatValue
Get the hashCode.
hashCode() - Method in class net.sf.saxon.value.GDateValue
 
hashCode() - Method in class net.sf.saxon.value.HexBinaryValue
 
hashCode() - Method in class net.sf.saxon.value.Int64Value
Get the hashCode.
hashCode() - Method in class net.sf.saxon.value.Int64Value.Int64Comparable
 
hashCode() - Method in class net.sf.saxon.value.NumericValue
hashCode() must be the same for two values that are equal.
hashCode() - Method in class net.sf.saxon.value.ObjectValue
 
hashCode() - Method in class net.sf.saxon.value.QualifiedNameValue
 
hashCode() - Method in class net.sf.saxon.value.SequenceType
Returns a hash code value for the object.
hashCode() - Method in class net.sf.saxon.value.StringValue
 
hashCode() - Method in class net.sf.saxon.value.TimeValue
 
hashCode() - Method in class net.sf.saxon.xqj.SaxonDuration
Returns a hash code consistent with the definition of the equals method.
hashCode() - Method in class net.sf.saxon.xqj.SaxonXQItemType
 
hashCode() - Method in class net.sf.saxon.z.IntArraySet
Construct a hash key that supports the equals() test
hashCode() - Method in class net.sf.saxon.z.IntBlockSet
Construct a hash key that supports the equals() test
hashCode() - Method in class net.sf.saxon.z.IntHashSet
Construct a hash key that supports the equals() test
hashCode() - Method in class net.sf.saxon.z.IntRangeSet
Construct a hash key that supports the equals() test
hasInheritedAttributes() - Method in class com.saxonica.validate.StartTagBufferEE
Ask whether there are any attributes to inherit.
hasLoopingVariableReference(Binding) - Method in class net.sf.saxon.expr.flwor.FLWORExpression
Determine whether a variable reference found within a clause of a FLWOR expression is a looping reference, that is, whether the variable is used more than once
hasName() - Method in class com.saxonica.pull.PullToStax
 
hasName() - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
hasNamespaceAliases() - Method in class net.sf.saxon.style.PrincipalStylesheetModule
 
hasNext() - Method in class com.saxonica.bytecode.iter.OneToOneMappingIterator
 
hasNext() - Method in class com.saxonica.pull.PullToStax
 
hasNext() - Method in class com.saxonica.xslt3.instruct.MergeEnumeration
 
hasNext() - Method in class com.saxonica.xslt3.instruct.MergeGroupingIterator
 
hasNext() - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
hasNext() - Method in class net.sf.saxon.expr.BigRangeIterator
 
hasNext() - Method in class net.sf.saxon.expr.ItemMappingIterator
 
hasNext() - Method in class net.sf.saxon.expr.MonoIterator
Returns true if the iteration has more elements.
hasNext() - Method in class net.sf.saxon.expr.MultiIterator
Returns true if the iteration has more elements.
hasNext() - Method in class net.sf.saxon.expr.PairIterator
Returns true if the iteration has more elements.
hasNext() - Method in class net.sf.saxon.expr.RangeIterator
 
hasNext() - Method in class net.sf.saxon.expr.ReverseRangeIterator
 
hasNext() - Method in class net.sf.saxon.expr.sort.EmptyIntIterator
Test whether there are any more integers in the sequence
hasNext() - Method in class net.sf.saxon.expr.sort.GroupAdjacentIterator
 
hasNext() - Method in class net.sf.saxon.expr.sort.GroupByIterator
 
hasNext() - Method in class net.sf.saxon.expr.sort.GroupMatchingIterator
 
hasNext() - Method in class net.sf.saxon.expr.sort.SortedIterator
Determine whether there are more items to come.
hasNext() - Method in class net.sf.saxon.expr.SubsequenceIterator
Test whether there are any more items available in the sequence
hasNext() - Method in class net.sf.saxon.expr.TailIterator
 
hasNext() - Method in class net.sf.saxon.expr.UnionEnumeration
 
hasNext() - Method in class net.sf.saxon.expr.ValueTailIterator
 
hasNext() - Method in class net.sf.saxon.s9api.XdmSequenceIterator
Returns true if the iteration has more elements.
hasNext() - Method in class net.sf.saxon.trace.ContextStackIterator
Returns true if the iteration has more elements.
hasNext() - Method in class net.sf.saxon.tree.iter.AdjacentTextNodeMergingIterator
 
hasNext() - Method in class net.sf.saxon.tree.iter.ArrayIterator
Test whether there are any more items
hasNext() - Method in class net.sf.saxon.tree.iter.EmptyIterator
Determine whether there are more items to come.
hasNext() - Method in class net.sf.saxon.tree.iter.IteratorIterator
 
hasNext() - Method in class net.sf.saxon.tree.iter.ListIterator
 
hasNext() - Method in interface net.sf.saxon.tree.iter.LookaheadIterator
Determine whether there are more items to come.
hasNext() - Method in class net.sf.saxon.tree.iter.LookaheadIteratorImpl
 
hasNext() - Method in class net.sf.saxon.tree.iter.ManualIterator
Determine whether there are more items to come.
hasNext() - Method in class net.sf.saxon.tree.iter.NodeWrappingAxisIterator
 
hasNext() - Method in class net.sf.saxon.tree.iter.ReverseArrayIterator
Determine whether there are more items to come.
hasNext() - Method in class net.sf.saxon.tree.iter.SingleNodeIterator
Determine whether there are more items to come.
hasNext() - Method in class net.sf.saxon.tree.iter.SingletonIterator
Determine whether there are more items to come.
hasNext() - Method in class net.sf.saxon.tree.iter.UntypedAtomizingIterator
 
hasNext() - Method in class net.sf.saxon.tree.util.NamespaceIterator
 
hasNext() - Method in interface net.sf.saxon.z.IntIterator
Test whether there are any more integers in the sequence
hasProperty(int) - Method in class net.sf.saxon.style.SourceBinding
Get a boolean property of the variable
hasReachableReturnables() - Method in class net.sf.saxon.expr.parser.PathMap.PathMapNode
Test whether there are any returnable nodes reachable from this node by zero or more arcs
hasReachableReturnables() - Method in class net.sf.saxon.expr.parser.PathMap.PathMapNodeSet
Test whether there are any returnable nodes reachable from nodes in this nodeset
hasRequiredParams() - Method in class net.sf.saxon.expr.instruct.Template
Ask whether this template has one or more required parameters
hasSameFocus - Variable in class net.sf.saxon.expr.SubExpressionInfo
 
hasSameNode(SequenceIterator, SequenceIterator) - Static method in class net.sf.saxon.option.exslt.Sets
Determine whether two node-sets (interpreted as sequences of nodes that must be supplied in document order) contain at least one node in common
hasSameNodes(SequenceIterator, SequenceIterator) - Static method in class com.saxonica.functions.extfn.Extensions
Determine whether two node-sets contain the same sequences of nodes, compared by identity
hasSameTypeTable(ElementDecl) - Method in class com.saxonica.schema.ElementDecl
Test whether this element declaration has "the same" type table as another element declaration
hasSideEffects() - Method in class com.saxonica.functions.extfn.SendMail
Ask whether the function has side-effects.
hasSideEffects() - Method in class net.sf.saxon.lib.ExtensionFunctionDefinition
Ask whether the function has side-effects.
hasText() - Method in class com.saxonica.pull.PullToStax
 
hasText() - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
hasThereBeenAnExplicitResultDocument() - Method in class net.sf.saxon.Controller
Test whether an explicit result tree has been written using xsl:result-document
hasTimezone() - Method in class net.sf.saxon.value.CalendarValue
Determine whether this value includes a timezone
hasTypeAlternatives() - Method in class com.saxonica.schema.ElementDecl
Ask whether any type alternatives are defined for this element
hasUnknownDependencies() - Method in class net.sf.saxon.expr.parser.PathMap.PathMapNode
Ask whether the path has unknown dependencies, typically because a node reached by the path is supplied as an argument to a user-defined function
hasVariableBinding(Binding) - Method in class net.sf.saxon.expr.Assignation
 
hasVariableBinding(Binding) - Method in class net.sf.saxon.expr.Expression
 
hasVariableBinding(Binding) - Method in class net.sf.saxon.expr.flwor.FLWORExpression
Determine whether a given variable binding belongs to this FLWOR expression
hasVariableBinding(Binding) - Method in class net.sf.saxon.expr.ForExpression
 
head() - Method in class com.saxonica.expr.IndexedValue
Get the first item in the sequence.
head() - Method in class com.saxonica.functions.map.RangeKey
Get the first item in the sequence.
head() - Method in class com.saxonica.pull.UnconstructedParent
To implement Sequence, this method returns the item itself
head() - Method in class com.saxonica.stream.om.FleetingNode
To implement Sequence, this method returns the item itself
head() - Method in class net.sf.saxon.om.AbstractItem
Get the first item in the sequence.
head() - Method in class net.sf.saxon.om.AtomicArray
 
head() - Method in interface net.sf.saxon.om.AtomicSequence
 
head() - Method in class net.sf.saxon.om.Chain
 
head() - Method in class net.sf.saxon.om.EmptyAtomicSequence
 
head() - Method in class net.sf.saxon.om.LazySequence
 
head() - Method in class net.sf.saxon.om.MemoSequence
 
head() - Method in interface net.sf.saxon.om.Sequence
Get the first item in the sequence.
head() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
To implement Sequence, this method returns the item itself
head() - Method in class net.sf.saxon.tree.linked.NodeImpl
To implement Sequence, this method returns the item itself
head() - Method in class net.sf.saxon.tree.NamespaceNode
To implement Sequence, this method returns the item itself
head() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
To implement Sequence, this method returns the item itself
head() - Method in class net.sf.saxon.tree.util.Orphan
To implement Sequence, this method returns the item itself
head() - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
To implement Sequence, this method returns the item itself
head() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
To implement Sequence, this method returns the item itself
head() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
To implement Sequence, this method returns the item itself
head() - Method in class net.sf.saxon.value.AtomicValue
To implement Sequence, this method returns the item itself
head() - Method in class net.sf.saxon.value.Closure
Get the first item in the sequence.
head() - Method in class net.sf.saxon.value.EmptySequence
Get the first item in the sequence.
head() - Method in class net.sf.saxon.value.IntegerRange
 
head() - Method in class net.sf.saxon.value.SequenceExtent
Get the first item in the sequence.
head() - Method in class net.sf.saxon.value.SingletonItem
Get the first item in the sequence.
head() - Method in class net.sf.saxon.value.TextFragmentValue
To implement Sequence, this method returns the item itself
HeadFn - Class in com.saxonica.functions.xpath3
This class implements the function fn:head(), which is a standard function in XPath 3.0
HeadFn() - Constructor for class com.saxonica.functions.xpath3.HeadFn
 
hebrew - Static variable in class net.sf.saxon.expr.number.AbstractNumberer
 
HEX - Static variable in class com.saxonica.serialize.HTMLEntityReferenceGenerator
 
HEX_BINARY - Static variable in class net.sf.saxon.s9api.ItemType
ItemType representing the primitive type xs:hexBinary
HEX_BINARY - Static variable in class net.sf.saxon.type.BuiltInAtomicType
 
HEX_BINARY_TO_BASE64_BINARY - Static variable in class net.sf.saxon.type.Converter
 
HexBinaryEmitter - Class in com.saxonica.serialize
This emitter implements output method saxon:hexBinary.
HexBinaryEmitter() - Constructor for class com.saxonica.serialize.HexBinaryEmitter
 
hexBinaryToOctets(HexBinaryValue) - Static method in class com.saxonica.functions.extfn.Extensions
Convert a hexBinary value to a sequence of integers representing the octets contained in the value
hexBinaryToString(XPathContext, HexBinaryValue, String) - Static method in class com.saxonica.functions.extfn.Extensions
Convert a hexBinary value to a String, assuming a particular encoding
HexBinaryValue - Class in net.sf.saxon.value
A value of type xs:hexBinary
HexBinaryValue(CharSequence) - Constructor for class net.sf.saxon.value.HexBinaryValue
Constructor: create a hexBinary value from a supplied string, in which each octet is represented by a pair of values from 0-9, a-f, A-F
HexBinaryValue(CharSequence, AtomicType) - Constructor for class net.sf.saxon.value.HexBinaryValue
Constructor: create a HexBinary value from a supplied string in hexBinary encoding, with a specified type.
HexBinaryValue(byte[]) - Constructor for class net.sf.saxon.value.HexBinaryValue
Constructor: create a hexBinary value from a given array of bytes
HexCharacterReferenceGenerator - Class in net.sf.saxon.serialize
A class that represents a character as a hexadecimal character reference and writes the result to a supplied Writer
HIGHER_ORDER_FUNCTION - Static variable in class net.sf.saxon.query.LanguageFeature
 
HIGHER_ORDER_FUNCTION_ALL_OPTIONAL_FEATURES - Static variable in class net.sf.saxon.query.LanguageFeature
 
Highest - Class in com.saxonica.functions.extfn
This class implements the saxon:highest() extension function
Highest() - Constructor for class com.saxonica.functions.extfn.Highest
 
highest(XPathContext, SequenceIterator) - Static method in class net.sf.saxon.option.exslt.Math
Get the items with maximum numeric value of the string-value of each of a sequence of items.
HighestOrLowest - Class in com.saxonica.functions.extfn
This class implements the saxon:highest() and saxon:lowest() extension functions.
HighestOrLowest() - Constructor for class com.saxonica.functions.extfn.HighestOrLowest
 
highSurrogate(int) - Static method in class net.sf.saxon.serialize.charcode.UTF16CharacterSet
Return the high surrogate of a non-BMP character
hiraganaA - Static variable in class net.sf.saxon.expr.number.AbstractNumberer
 
hiraganaI - Static variable in class net.sf.saxon.expr.number.AbstractNumberer
 
HOLDTYPE_CLOSE_CURSORS_AT_COMMIT - Static variable in class javax.xml.xquery.XQConstants
The constant indicating that the result sequences must be closed when the commit on the connection is called.
HOLDTYPE_HOLD_CURSORS_OVER_COMMIT - Static variable in class javax.xml.xquery.XQConstants
The constant indicating that the result sequences must be preserved when the commit on the connection is called.
HomogeneityChecker - Class in net.sf.saxon.expr
This class is an expression that does a run-time check of the result of a "/" expression to ensure that (a) the results consists entirely of atomic values and function items, or entirely of nodes, and (b) if the results are nodes, then they are deduplicated and sorted into document order.
HomogeneityChecker(Expression) - Constructor for class net.sf.saxon.expr.HomogeneityChecker
 
HomogeneityCheckerCompiler - Class in com.saxonica.bytecode
 
HomogeneityCheckerCompiler() - Constructor for class com.saxonica.bytecode.HomogeneityCheckerCompiler
 
HomogeneityCheckerIterator - Class in net.sf.saxon.tree.iter
An iterator that returns the same items as its base iterator, checking to see that they are either all nodes, or all non-nodes; if they are all nodes, it delivers them in document order.
HomogeneityCheckerIterator(SequenceIterator, SourceLocator) - Constructor for class net.sf.saxon.tree.iter.HomogeneityCheckerIterator
 
hourInDay(XPathContext, String) - Static method in class net.sf.saxon.option.exslt.Date
Return the hour of the day in the specified date or date/time
hourInDay(XPathContext) - Static method in class net.sf.saxon.option.exslt.Date
Return the current hour of the day
HOURS - Static variable in class net.sf.saxon.functions.Component
 
href - Variable in class net.sf.saxon.expr.instruct.ResultDocument
 
HREF - Static variable in class net.sf.saxon.om.StandardNames
 
HTML40Emitter - Class in net.sf.saxon.serialize
This class generates HTML 4.0 output
HTML40Emitter() - Constructor for class net.sf.saxon.serialize.HTML40Emitter
Constructor
HTML50Emitter - Class in net.sf.saxon.serialize
This class generates HTML 5.0 output
HTML50Emitter() - Constructor for class net.sf.saxon.serialize.HTML50Emitter
Constructor
HTML_URI - Static variable in class net.sf.saxon.functions.EscapeURI
 
HTML_VERSION - Static variable in class net.sf.saxon.lib.SaxonOutputKeys
html-version = decimal
HTML_VERSION - Static variable in class net.sf.saxon.om.StandardNames
 
HTMLEmitter - Class in net.sf.saxon.serialize
This class generates HTML output
HTMLEmitter() - Constructor for class net.sf.saxon.serialize.HTMLEmitter
Constructor
HTMLEntityReferenceGenerator - Class in com.saxonica.serialize
A class that represents a character as a decimal character reference and writes the result to a supplied Writer.
HTMLIndenter - Class in net.sf.saxon.serialize
HTMLIndenter: This ProxyEmitter indents HTML elements, by adding whitespace character data where appropriate.
HTMLIndenter(Receiver, String) - Constructor for class net.sf.saxon.serialize.HTMLIndenter
 
HTMLIndenterPE - Class in com.saxonica.serialize
HTMLIndenter with extra functionality used by Saxon-PE and Saxon-EE
HTMLIndenterPE(Receiver, String) - Constructor for class com.saxonica.serialize.HTMLIndenterPE
 
HTMLTagHashSet - Class in net.sf.saxon.serialize
A simple class for testing membership of a fixed set of case-insensitive ASCII strings.
HTMLTagHashSet(int) - Constructor for class net.sf.saxon.serialize.HTMLTagHashSet
 
HTMLURIEscaper - Class in net.sf.saxon.serialize
This class is used as a filter on the serialization pipeline; it performs the function of escaping URI-valued attributes in HTML
HTMLURIEscaper(Receiver) - Constructor for class net.sf.saxon.serialize.HTMLURIEscaper
 

I

IAccumulatorManager - Interface in net.sf.saxon.trans
Definition of the class that manages accumulator functions.
Id - Class in net.sf.saxon.functions
The XPath id() or element-with-id() function XPath 2.0 version: accepts any sequence as the first parameter; each item in the sequence is taken as an IDREFS value, that is, a space-separated list of ID values.
Id() - Constructor for class net.sf.saxon.functions.Id
 
ID - Static variable in class net.sf.saxon.functions.Id
 
ID - Static variable in class net.sf.saxon.om.StandardNames
 
ID - Static variable in class net.sf.saxon.s9api.ItemType
ItemType representing the built-in (but non-primitive) type xs:ID
ID - Static variable in class net.sf.saxon.type.BuiltInAtomicType
 
ID_IDREF_CHECKED - Static variable in class net.sf.saxon.event.ReceiverOptions
Flag indicating that the ID/IDREF properties have been set if applicable: if this bit is set, then the absence of the IS_ID bit means the node is not an ID, and similarly for IS_IDREF
identifyExpression(CompilerService, Expression, String) - Method in class com.saxonica.bytecode.ComputedElementCompiler
 
identifyExpression(CompilerService, Expression, String) - Method in class com.saxonica.bytecode.ElementCreatorCompiler
 
identifyExpression(CompilerService, Expression, String) - Method in class com.saxonica.bytecode.FixedElementCompiler
 
IDENTITY_CONSTRAINT - Static variable in class com.saxonica.schema.SymbolSpace
 
IDENTITY_CONVERTER - Static variable in class net.sf.saxon.type.Converter
 
IdentityComparable - Interface in net.sf.saxon.om
The IdentityComparable class provides a way to compare class objects for equality
IdentityComparison - Class in net.sf.saxon.expr
IdentityComparison: a boolean expression that compares two nodes for equals, not-equals, greater-than or less-than based on identity and document ordering
IdentityComparison(Expression, int, Expression) - Constructor for class net.sf.saxon.expr.IdentityComparison
Create an identity comparison identifying the two operands and the operator
IdentityComparisonCompiler - Class in com.saxonica.bytecode
Generate bytecode for IdentityComparison expression
IdentityComparisonCompiler() - Constructor for class com.saxonica.bytecode.IdentityComparisonCompiler
 
IdentityConstraint - Class in com.saxonica.schema
The base class for the XML Schema Identity Constraints (key, keyref, unique).
IdentityConstraint() - Constructor for class com.saxonica.schema.IdentityConstraint
Constructor used by sub-classes.
IdentityConstraintReference - Class in com.saxonica.schema
A reference to an identity constraint
IdentityConstraintReference() - Constructor for class com.saxonica.schema.IdentityConstraintReference
Create a new uninitialized IdentityConstraint reference (used during schema model loading)
IdentityConstraintReference(int, int, EnterpriseConfiguration, SourceLocator) - Constructor for class com.saxonica.schema.IdentityConstraintReference
Creates a new IdentityConstraint reference
IdentityField - Class in com.saxonica.schema
The field selector for an IdentityConstraint
IdentityField(String) - Constructor for class com.saxonica.schema.IdentityField
Creates a new IdentityField.
IdentitySelector - Class in com.saxonica.schema
The selector of an IdentityConstraint
IdentitySelector(String) - Constructor for class com.saxonica.schema.IdentitySelector
Create a new IdentitySelector.
IdentityTransformerHandler - Class in net.sf.saxon
IdentityTransformerHandler implements the javax.xml.transform.sax.TransformerHandler interface.
IdentityTransformerHandler(Controller) - Constructor for class net.sf.saxon.IdentityTransformerHandler
Create a IdentityTransformerHandler and initialise variables.
IDFilter - Class in net.sf.saxon.event
IDFilter is a ProxyReceiver that extracts the subtree of a document rooted at the element with a given ID value.
IDFilter(Receiver, String) - Constructor for class net.sf.saxon.event.IDFilter
 
IDIV - Static variable in class net.sf.saxon.expr.Calculator
 
IDIV - Static variable in class net.sf.saxon.expr.parser.Token
operator "idiv"
idiv(IntegerValue) - Method in class net.sf.saxon.value.BigIntegerValue
Integer divide by another integer
idiv(IntegerValue) - Method in class net.sf.saxon.value.Int64Value
Integer divide by another integer
idiv(IntegerValue) - Method in class net.sf.saxon.value.IntegerValue
Integer divide by another integer
Idref - Class in net.sf.saxon.functions
 
Idref() - Constructor for class net.sf.saxon.functions.Idref
 
IDREF - Static variable in class net.sf.saxon.s9api.ItemType
ItemType representing the built-in (but non-primitive) type xs:IDREF
IDREF - Static variable in class net.sf.saxon.type.BuiltInAtomicType
 
IDREFS - Static variable in class net.sf.saxon.type.BuiltInListType
 
IdrefTest - Class in net.sf.saxon.pattern
IdrefTest is a test that cannot be represented directly in XPath or XSLT patterns, but which is used internally for matching IDREF nodes: it tests whether the node has the is-idref property
IdValidator - Class in com.saxonica.validate
This class validates that ID elements and attributes have unique values and that IDREF and IDREFS elements and attributes refer to an ID in the same document.
IdValidator(Receiver) - Constructor for class com.saxonica.validate.IdValidator
Create a validator for ID/IDREF constraints
IF - Static variable in class net.sf.saxon.expr.parser.Token
Keyword "if"
IF_EXPRESSION - Static variable in class net.sf.saxon.trace.Location
An XPath or XQuery "if" expression.
ifCmp(Type, int, Label) - Method in class com.saxonica.bytecode.util.Generator
Generates the instructions to jump to a label based on the comparison of the top two stack values.
ifFalse(LabelInfo) - Method in class com.saxonica.bytecode.util.Generator
Generate code to test whether the object on top of stack is NOT an instance of a given class
ifInstance(Class, LabelInfo) - Method in class com.saxonica.bytecode.util.Generator
Generate code to test whether the object on top of stack is an instance of a given class
ifNotInstance(Class, LabelInfo) - Method in class com.saxonica.bytecode.util.Generator
Generate code to test whether the object on top of stack is NOT an instance of a given class
ifNotSameObject(LabelInfo) - Method in class com.saxonica.bytecode.util.Generator
Generate code to test whether the two object references on top of stack refer to different objects
ifSameObject(LabelInfo) - Method in class com.saxonica.bytecode.util.Generator
Generate code to test whether the two object references on top of stack refer to the same object
ifTrue(LabelInfo) - Method in class com.saxonica.bytecode.util.Generator
Generate code to test whether the object on top of stack is the boolean true
IGNORABLE - Static variable in class net.sf.saxon.s9api.WhitespaceStrippingPolicy
The value IGNORABLE indicates that whitespace text nodes in element-only content are discarded.
IGNORABLE - Static variable in class net.sf.saxon.value.Whitespace
 
ignorableWhitespace(char[], int, int) - Method in class com.saxonica.jaxp.ValidatorHandlerImpl
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class net.sf.saxon.event.ReceivingContentHandler
Report character data classified as "Ignorable whitespace", that is, whitespace text nodes appearing as children of elements with an element-only content model
ignorableWhitespace(char[], int, int) - Method in class net.sf.saxon.trans.ConfigurationReader
 
IgnorableWhitespaceStripper - Class in com.saxonica.validate
The IgnorableWhitespaceStripper removes whitespace text nodes belonging to elements whose schema-defined type defines element-only content
IgnorableWhitespaceStripper(Receiver) - Constructor for class com.saxonica.validate.IgnorableWhitespaceStripper
 
IGNORE_CASE - Static variable in class net.sf.saxon.om.StandardNames
 
IGNORE_MODIFIERS - Static variable in class net.sf.saxon.om.StandardNames
 
IGNORE_SAX_SOURCE_PARSER - Static variable in class net.sf.saxon.lib.FeatureKeys
If this option is set to true, then when a SAXSource is supplied as the input to an XSLT transformation, Saxon will ignore the XMLReader supplied in the SAXSource (in fact, it will modify the supplied SAXSource setting the XMLReader to null) and use an XMLReader created using the value of the SOURCE_PARSER_CLASS option in preference.
IGNORE_SYMBOLS - Static variable in class net.sf.saxon.om.StandardNames
 
IGNORE_WIDTH - Static variable in class net.sf.saxon.om.StandardNames
 
illegalElement(NodeInfo) - Method in class com.saxonica.schema.sdoc.SchemaElement
This method is called when an illegal Element is encountered.
ImmutableMap - Class in com.saxonica.functions.map
An immutable map.
ImmutableMap() - Constructor for class com.saxonica.functions.map.ImmutableMap
Create an empty map
ImmutableMap(MapItem, StringCollator, XPathContext) - Constructor for class com.saxonica.functions.map.ImmutableMap
Create an ImmutableMap whose entries are copies of the entries in an existing MapItem, and whose collation is as supplied
implementationClass - Variable in class net.sf.saxon.functions.StandardFunction.Entry
The class containing the implementation of this function (always a subclass of SystemFunction)
implementsStaticTypeCheck() - Method in class net.sf.saxon.expr.Expression
Determine whether this expression implements its own method for static type checking
implementsStaticTypeCheck() - Method in class net.sf.saxon.expr.flwor.FLWORExpression
Determine whether this expression implements its own method for static type checking
implementsStaticTypeCheck() - Method in class net.sf.saxon.expr.instruct.Choose
Determine whether this expression implements its own method for static type checking
implementsStaticTypeCheck() - Method in class net.sf.saxon.expr.LetExpression
Determine whether this expression implements its own method for static type checking
IMPLICIT_RESULT_DOCUMENT - Static variable in class net.sf.saxon.lib.SaxonOutputKeys
Property used internally to identify the XSLT implicit result document
IMPLICITLY_REQUIRED - Static variable in class net.sf.saxon.style.SourceBinding
 
ImplicitResultChecker - Class in net.sf.saxon.serialize
This filter is inserted into the serializer pipeline when serializing an implicit XSLT result tree, that is, one that is created without use of xsl:result-document.
ImplicitResultChecker(Receiver, Controller) - Constructor for class net.sf.saxon.serialize.ImplicitResultChecker
Create an ImplicitResultChecker.
implicitSelect - Variable in class net.sf.saxon.expr.instruct.ApplyTemplates
 
IMPORT_MODULE - Static variable in class net.sf.saxon.expr.parser.Token
"import module"
IMPORT_SCHEMA - Static variable in class net.sf.saxon.expr.parser.Token
"import schema"
importComponents(Source) - Method in class com.saxonica.config.EnterpriseConfiguration
Import a precompiled Schema Component Model from a given Source.
importComponents(Source) - Method in class net.sf.saxon.Configuration
Import a precompiled Schema Component Model from a given Source.
importComponents(Source) - Method in class net.sf.saxon.s9api.SchemaManager
Import a precompiled Schema Component Model from a given Source.
ImportedFunctionLibrary - Class in net.sf.saxon.query
This implementation of FunctionLibrary contains all the functions imported into a Query Module.
ImportedFunctionLibrary(QueryModule, XQueryFunctionLibrary) - Constructor for class net.sf.saxon.query.ImportedFunctionLibrary
Create an imported function library
importedModules - Variable in class net.sf.saxon.query.QueryParser
 
importedSchemaNamespaces - Variable in class net.sf.saxon.sxpath.IndependentContext
 
importLicenseDetails(ProfessionalConfiguration) - Method in class com.saxonica.config.ProfessionalConfiguration
Share licensing data stored in one configuration with another configuration.
importNode(Node, boolean) - Method in class net.sf.saxon.dom.DocumentOverNodeInfo
Import a node from another document to this document.
importSchema(Source) - Method in class net.sf.saxon.xpath.JAXPXPathStaticContext
Import a schema.
importSchema(Source) - Method in class net.sf.saxon.xpath.XPathEvaluator
Import a schema.
importSchemaNamespace(String) - Method in class net.sf.saxon.s9api.XPathCompiler
Import a schema namespace: that is, add the element and attribute declarations and type definitions contained in a given namespace to the static context for the XPath expression.
importsNamespace(String) - Method in class net.sf.saxon.query.QueryModule
Ask whether this module directly imports a particular namespace
IN - Static variable in class net.sf.saxon.expr.parser.Token
Keyword "in"
inCharset(int) - Method in class net.sf.saxon.serialize.charcode.ASCIICharacterSet
 
inCharset(int) - Method in interface net.sf.saxon.serialize.charcode.CharacterSet
Determine if a character is present in the character set
inCharset(int) - Method in class net.sf.saxon.serialize.charcode.ISO88591CharacterSet
 
inCharset(int) - Method in class net.sf.saxon.serialize.charcode.JavaCharacterSet
 
inCharset(int) - Method in class net.sf.saxon.serialize.charcode.UTF16CharacterSet
 
inCharset(int) - Method in class net.sf.saxon.serialize.charcode.UTF8CharacterSet
 
INCLUDE_COMMENTS - Static variable in class net.sf.saxon.functions.DeepEqual
Flag indicating that comment children are taken into account when comparing element or document nodes
INCLUDE_CONTENT_TYPE - Static variable in class net.sf.saxon.lib.SaxonOutputKeys
include-content-type = "yes" | "no".
INCLUDE_CONTENT_TYPE - Static variable in class net.sf.saxon.om.StandardNames
 
INCLUDE_NAMESPACES - Static variable in class net.sf.saxon.functions.DeepEqual
Flag indicating that two elements should only be considered equal if they have the same in-scope namespaces
INCLUDE_PREFIXES - Static variable in class net.sf.saxon.functions.DeepEqual
Flag indicating that two element or attribute nodes are considered equal only if their names use the same namespace prefix
INCLUDE_PROCESSING_INSTRUCTIONS - Static variable in class net.sf.saxon.functions.DeepEqual
Flag indicating that processing instruction nodes are taken into account when comparing element or document nodes
includes(int, int) - Static method in class net.sf.saxon.om.CopyOptions
 
INCOMPLETE - Static variable in interface net.sf.saxon.type.SchemaComponent
Validation status: validation attempted, component contains references to other components that are not (yet) available
incrementChildCount(int, NodeName) - Method in class com.saxonica.stream.om.FleetingParentNode
 
incrementCounter() - Method in class com.saxonica.schema.fsa.CountingState
 
incrementErrorCount() - Method in class com.saxonica.schema.sdoc.XSDSchema
Increment the number of errors detected in this schema document
incrementErrorCount() - Method in class com.saxonica.validate.ValidationContext
Increment the count of validation errors found
incrementLineNumber(int) - Method in class net.sf.saxon.expr.parser.Tokenizer
Increment the line number, making a record of where in the input string the newline character occurred.
incrementPosition() - Method in class net.sf.saxon.tree.iter.ManualIterator
 
incrementReferenceCount() - Method in class net.sf.saxon.style.XSLAttributeSet
Increment the number of references found to this attribute set
indefiniteArticle(String, String) - Method in class com.saxonica.schema.sdoc.SchemaElement
Construct an indefinite article in English
indent(SerializeJsonFn.Flags, FastStringBuffer) - Method in class com.saxonica.functions.xpath3.SerializeJsonFn
 
indent(int) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
Construct indent string, for diagnostic output
INDENT - Static variable in class net.sf.saxon.om.StandardNames
 
INDENT_SPACES - Static variable in class net.sf.saxon.lib.SaxonOutputKeys
saxon:indent-spaces = integer.
indentForNextAttribute - Variable in class net.sf.saxon.serialize.XMLEmitter
 
IndependentContext - Class in net.sf.saxon.sxpath
An IndependentContext provides a context for parsing an XPath expression appearing in a context other than a stylesheet.
IndependentContext() - Constructor for class net.sf.saxon.sxpath.IndependentContext
Create an IndependentContext along with a new (non-schema-aware) Saxon Configuration
IndependentContext(Configuration) - Constructor for class net.sf.saxon.sxpath.IndependentContext
Create an IndependentContext using a specific Configuration
INDETERMINATE_ORDERING - Static variable in class net.sf.saxon.om.SequenceTool
Constant returned by compareTo() method to indicate an indeterminate ordering between two values
Index - Class in com.saxonica.functions.extfn
This class supports the extension function saxon:index, which returns an indexed sequence
Index() - Constructor for class com.saxonica.functions.extfn.Index
 
index(Declaration, PrincipalStylesheetModule) - Method in class com.saxonica.xslt3.style.XSLAccumulator
 
index(Declaration, PrincipalStylesheetModule) - Method in class com.saxonica.xslt3.style.XSLMode
 
index(Declaration, PrincipalStylesheetModule) - Method in class com.saxonica.xsltextn.style.SaxonImportQuery
 
index - Variable in class net.sf.saxon.dom.DOMNodeWrapper
 
index - Variable in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
 
index - Variable in class net.sf.saxon.option.axiom.AxiomElementNodeWrapper
 
index - Variable in class net.sf.saxon.option.axiom.AxiomLeafNodeWrapper
 
index - Variable in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
 
index - Variable in class net.sf.saxon.option.jdom.JDOMNodeWrapper
 
index - Variable in class net.sf.saxon.option.jdom2.JDOM2NodeWrapper
 
index - Variable in class net.sf.saxon.option.xom.XOMNodeWrapper
 
index(Declaration, PrincipalStylesheetModule) - Method in class net.sf.saxon.style.StyleElement
Method supplied by declaration elements to add themselves to a stylesheet-level index
index(Declaration, PrincipalStylesheetModule) - Method in class net.sf.saxon.style.XSLDecimalFormat
Method supplied by declaration elements to add themselves to a stylesheet-level index
index(Declaration, PrincipalStylesheetModule) - Method in class net.sf.saxon.style.XSLFunction
 
index(Declaration, PrincipalStylesheetModule) - Method in class net.sf.saxon.style.XSLGlobalVariable
 
index(Declaration, PrincipalStylesheetModule) - Method in class net.sf.saxon.style.XSLImportSchema
 
index(Declaration, PrincipalStylesheetModule) - Method in class net.sf.saxon.style.XSLKey
 
index(Declaration, PrincipalStylesheetModule) - Method in class net.sf.saxon.style.XSLNamespaceAlias
 
index(Declaration, PrincipalStylesheetModule) - Method in class net.sf.saxon.style.XSLStylesheet
 
index(Declaration, PrincipalStylesheetModule) - Method in class net.sf.saxon.style.XSLTemplate
 
IndexedFilterExpression - Class in com.saxonica.expr
An IndexedFilterExpression contains a base expression and a filter predicate.
IndexedFilterExpression(VariableReference, ComparisonExpression, boolean) - Constructor for class com.saxonica.expr.IndexedFilterExpression
Constructor
IndexedFilterExpressionCompiler - Class in com.saxonica.bytecode
 
IndexedFilterExpressionCompiler() - Constructor for class com.saxonica.bytecode.IndexedFilterExpressionCompiler
 
IndexedLookupExpression - Class in com.saxonica.expr
An IndexedLookupExpression contains a base expression and a lookup expression.
IndexedLookupExpression(VariableReference, Expression, AtomicComparer) - Constructor for class com.saxonica.expr.IndexedLookupExpression
Constructor
IndexedLookupExpressionCompiler - Class in com.saxonica.bytecode
Compiler for an index lookup expression, which is generated by the optimizer for certain kinds of filter expression
IndexedLookupExpressionCompiler() - Constructor for class com.saxonica.bytecode.IndexedLookupExpressionCompiler
 
IndexedValue<T extends Item> - Class in com.saxonica.expr
A representation of a (sequence) value that allows the construction of one or more indexes to provide rapid access to the items in the sequence.
IndexedValue(SequenceIterator<? extends T>) - Constructor for class com.saxonica.expr.IndexedValue
Construct an indexed value (that is, a value that is capable of being indexed).
indexFunction(Declaration) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
Add a stylesheet function to the index
indexIDElement(NodeInfo, int, NameChecker) - Method in class net.sf.saxon.tree.tiny.TinyTree
Index an element of type xs:ID
indexNamedTemplate(Declaration) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
Add a named template to the index
IndexOf - Class in net.sf.saxon.functions
The XPath 2.0 index-of() function
IndexOf() - Constructor for class net.sf.saxon.functions.IndexOf
 
indexOf(int, int) - Method in class net.sf.saxon.regex.BMPString
 
indexOf(int, int) - Method in class net.sf.saxon.regex.GeneralUnicodeString
 
indexOf(int, int) - Method in class net.sf.saxon.regex.UnicodeString
Get the first match for a given character
indexOf(char) - Method in class net.sf.saxon.tree.tiny.CharSlice
Get the index of a specific character in the sequence.
indexOf(char) - Method in class net.sf.saxon.tree.util.FastStringBuffer
Get the index of the first character equal to a given value
IndexOf.IndexIterator - Class in net.sf.saxon.functions
Iterator to return the index positions of selected items in a sequence
IndexOf.IndexIterator(SequenceIterator, AtomicValue, AtomicComparer) - Constructor for class net.sf.saxon.functions.IndexOf.IndexIterator
Get an iterator returning the index positions of selected items in a sequence
indexVariableDeclaration(Declaration) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
Index a global xsl:variable or xsl:param element
INFINITY - Static variable in class net.sf.saxon.om.StandardNames
 
INFINITY - Static variable in class net.sf.saxon.trans.DecimalSymbols
 
INHERIT_NAMESPACES - Static variable in class net.sf.saxon.om.StandardNames
 
INHERITED_CONTEXT - Static variable in class net.sf.saxon.expr.Expression
 
inheritNamespaces - Variable in class net.sf.saxon.expr.instruct.ElementCreator
The inheritNamespaces flag indicates that the namespace nodes on the element created by this instruction are to be inherited (copied) on the children of this element.
init(StructuredQName, Class, AccessibleObject, Configuration) - Method in class com.saxonica.expr.JavaExtensionFunctionCall
Initialization: creates an ExtensionFunctionCall
init(Configuration) - Method in class com.saxonica.functions.extfn.ExtraFunctionLibrary
Initialize the set of functions available
init() - Static method in class com.saxonica.functions.StandardFunctionsPE
 
init() - Method in class net.sf.saxon.Configuration
 
init(Expression, boolean, boolean, Mode) - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
 
init(Expression, StructuredQName) - Method in class net.sf.saxon.expr.instruct.GeneralVariable
Initialize the properties of the variable
init() - Method in class net.sf.saxon.functions.VendorFunctionLibrary
 
init() - Method in class net.sf.saxon.xqj.SaxonXQDataFactory
 
INITIAL_VALUE - Static variable in class net.sf.saxon.om.StandardNames
 
initialise(NodeName, SchemaType, AttributeCollectionImpl, NodeInfo, int) - Method in class net.sf.saxon.tree.linked.ElementImpl
Initialise a new ElementImpl with an element name
initialize(Configuration) - Method in class com.saxonica.config.JavaPlatformPE
Perform platform-specific initialization of the configuration
initialize(Configuration) - Method in class net.sf.saxon.java.JavaPlatform
Perform platform-specific initialization of the configuration
initialize(Configuration) - Method in interface net.sf.saxon.lib.Initializer
Initialize the Configuration
initialize(Configuration) - Method in interface net.sf.saxon.Platform
Perform platform-specific initialization of the configuration
initializeBindery(Bindery) - Method in class net.sf.saxon.expr.instruct.Executable
Allocate space in bindery for all the variables needed
initializeBinding(Executable, Declaration, GeneralVariable) - Method in class net.sf.saxon.style.XSLGlobalVariable
Initialize - common code called from the compile() method of all subclasses
initializeConfiguration(Configuration) - Method in class net.sf.saxon.Transform
Customisation hook called immediately after the Configuration object is instantiated.
initializeController(Controller) - Method in class net.sf.saxon.query.DynamicQueryContext
Apply the settings from this DynamicQueryContext to a Controller
Initializer - Interface in net.sf.saxon.lib
This interface can be implemented by users (there are no implementations in Saxon itself).
initNewMethod(Generator, boolean) - Method in class com.saxonica.bytecode.util.CompilerService
Initialize context information for a new method.
inject(Expression, StaticContext, int, StructuredQName) - Method in interface net.sf.saxon.expr.parser.CodeInjector
Wrap an expression in a diagnostic expression.
inject(Expression, StaticContext, int, StructuredQName) - Method in class net.sf.saxon.trace.TimingCodeInjector
If tracing, wrap an expression in a trace instruction
inject(Expression, StaticContext, int, StructuredQName) - Method in class net.sf.saxon.trace.TraceCodeInjector
If tracing, wrap an expression in a trace instruction
inject(Expression, StaticContext, int, StructuredQName) - Method in class net.sf.saxon.trace.XSLTTraceCodeInjector
If tracing, wrap an expression in a trace instruction
injectClause(Clause, StaticContext, Container) - Method in interface net.sf.saxon.expr.parser.CodeInjector
Insert a tracing clause into the pipeline of clauses that evaluates a FLWOR expression
injectClause(Clause, StaticContext, Container) - Method in class net.sf.saxon.trace.TimingCodeInjector
 
injectClause(Clause, StaticContext, Container) - Method in class net.sf.saxon.trace.TraceCodeInjector
If tracing, add a clause to a FLWOR expression that can be used to monitor requests for tuples to be processed
INLINE_FUNCTION_LITERAL - Static variable in class net.sf.saxon.expr.parser.Token
Token representing a function name and the following "#" symbol
INLINE_VARIABLE_REFERENCES - Static variable in class net.sf.saxon.expr.parser.PromotionOffer
Inline variable references causes all references to a variable V to be replaced by the expression E.
Innermost - Class in com.saxonica.functions.xpath3
This class implements the function fn:has-children(), which is a standard function in XPath 3.0
Innermost() - Constructor for class com.saxonica.functions.xpath3.Innermost
 
innermost(SequenceIterator) - Method in class com.saxonica.functions.xpath3.Innermost
 
input - Variable in class net.sf.saxon.expr.parser.Tokenizer
The string being parsed
INPUT_TYPE_ANNOTATIONS - Static variable in class net.sf.saxon.om.StandardNames
 
inputIterator - Variable in class net.sf.saxon.value.Closure
 
inputOffset - Variable in class net.sf.saxon.expr.parser.Tokenizer
The current position within the input string
InscopeNamespaceResolver - Class in net.sf.saxon.om
A NamespaceResolver that resolves namespace prefixes by reference to a node in a document for which those namespaces are in-scope.
InscopeNamespaceResolver(NodeInfo) - Constructor for class net.sf.saxon.om.InscopeNamespaceResolver
Create a NamespaceResolver that resolves according to the in-scope namespaces of a given node
InScopePrefixes - Class in net.sf.saxon.functions
This class supports fuctions get-in-scope-prefixes()
InScopePrefixes() - Constructor for class net.sf.saxon.functions.InScopePrefixes
 
Insert - Class in net.sf.saxon.functions
The XPath 2.0 insert-before() function
Insert() - Constructor for class net.sf.saxon.functions.Insert
 
insert(int, char) - Method in class net.sf.saxon.tree.util.FastStringBuffer
Insert a character at a particular offset
Insert.InsertIterator - Class in net.sf.saxon.functions
Insertion iterator.
Insert.InsertIterator(SequenceIterator, SequenceIterator, int) - Constructor for class net.sf.saxon.functions.Insert.InsertIterator
 
INSERT_EXPRESSION - Static variable in class net.sf.saxon.trace.Location
An XQuery Update insert expression.
INSERT_NODE - Static variable in class net.sf.saxon.expr.parser.Token
"insert node/nodes"
InsertAction - Class in com.saxonica.update
A pending update action representing the effect of an insert expression
InsertAction(NodeInfo[], MutableNodeInfo, int, boolean) - Constructor for class com.saxonica.update.InsertAction
Create an InsertAction
InsertAttributeAction - Class in com.saxonica.update
A pending update action representing the insert attribute action.
InsertAttributeAction(NodeInfo, NodeName, SimpleType, CharSequence, int) - Constructor for class com.saxonica.update.InsertAttributeAction
Create a InsertAttributeAction
insertBefore(Node, Node) - Method in class net.sf.saxon.dom.NodeOverNodeInfo
Insert the node newChild before the existing child node refChild.
insertChildren(NodeInfo[], boolean, boolean) - Method in interface net.sf.saxon.om.MutableNodeInfo
Insert a sequence of nodes as children of this node.
insertChildren(NodeInfo[], boolean, boolean) - Method in class net.sf.saxon.tree.linked.NodeImpl
Insert a sequence of nodes as children of this node.
insertChildren(NodeInfo[], boolean, boolean) - Method in class net.sf.saxon.tree.util.Orphan
Insert copies of a sequence of nodes as children of this node.
insertData(int, String) - Method in class net.sf.saxon.dom.TextOverNodeInfo
Insert a string at the specified character offset.
InsertExpression - Class in com.saxonica.update
An insert expression in XQuery Update
InsertExpression(Expression, Expression, int, int, boolean, boolean) - Constructor for class com.saxonica.update.InsertExpression
Create an InsertExpression
insertSiblings(NodeInfo[], boolean, boolean) - Method in interface net.sf.saxon.om.MutableNodeInfo
Insert a sequence of nodes as siblings of this node.
insertSiblings(NodeInfo[], boolean, boolean) - Method in class net.sf.saxon.tree.linked.NodeImpl
Insert copies of a sequence of nodes as siblings of this node.
insertSiblings(NodeInfo[], boolean, boolean) - Method in class net.sf.saxon.tree.util.Orphan
Insert copies of a sequence of nodes as siblings of this node.
insertWideChar(int, int) - Method in class net.sf.saxon.tree.util.FastStringBuffer
Insert wide character at a particular offset
inSituPut(AtomicValue, Sequence, XPathContext) - Method in class com.saxonica.functions.map.ImmutableMap
Add a new entry to this map, modifying the original in place
InSituValidator - Class in com.saxonica.validate
This class performs in-situ validation of a tree represented in memory as a NodeInfo object.
InSituValidator(MutableNodeInfo, int) - Constructor for class com.saxonica.validate.InSituValidator
Create an InSituValidator
INSPECTION_CONTEXT - Static variable in class net.sf.saxon.expr.Expression
 
INSTANCE - Static variable in class net.sf.saxon.expr.JPConverter.FromBigDecimal
 
INSTANCE - Static variable in class net.sf.saxon.expr.JPConverter.FromBigInteger
 
INSTANCE - Static variable in class net.sf.saxon.expr.JPConverter.FromBoolean
 
INSTANCE - Static variable in class net.sf.saxon.expr.JPConverter.FromBooleanArray
 
INSTANCE - Static variable in class net.sf.saxon.expr.JPConverter.FromByte
 
INSTANCE - Static variable in class net.sf.saxon.expr.JPConverter.FromByteArray
 
INSTANCE - Static variable in class net.sf.saxon.expr.JPConverter.FromCharacter
 
INSTANCE - Static variable in class net.sf.saxon.expr.JPConverter.FromCharArray
 
INSTANCE - Static variable in class net.sf.saxon.expr.JPConverter.FromCollection
 
INSTANCE - Static variable in class net.sf.saxon.expr.JPConverter.FromDate
 
INSTANCE - Static variable in class net.sf.saxon.expr.JPConverter.FromDouble
 
INSTANCE - Static variable in class net.sf.saxon.expr.JPConverter.FromDoubleArray
 
INSTANCE - Static variable in class net.sf.saxon.expr.JPConverter.FromFloat
 
INSTANCE - Static variable in class net.sf.saxon.expr.JPConverter.FromFloatArray
 
INSTANCE - Static variable in class net.sf.saxon.expr.JPConverter.FromInt
 
INSTANCE - Static variable in class net.sf.saxon.expr.JPConverter.FromIntArray
 
INSTANCE - Static variable in class net.sf.saxon.expr.JPConverter.FromLong
 
INSTANCE - Static variable in class net.sf.saxon.expr.JPConverter.FromLongArray
 
INSTANCE - Static variable in class net.sf.saxon.expr.JPConverter.FromMap
 
INSTANCE - Static variable in class net.sf.saxon.expr.JPConverter.FromQName
 
INSTANCE - Static variable in class net.sf.saxon.expr.JPConverter.FromSequence
 
INSTANCE - Static variable in class net.sf.saxon.expr.JPConverter.FromSequenceIterator
 
INSTANCE - Static variable in class net.sf.saxon.expr.JPConverter.FromShort
 
INSTANCE - Static variable in class net.sf.saxon.expr.JPConverter.FromShortArray
 
INSTANCE - Static variable in class net.sf.saxon.expr.JPConverter.FromSource
 
INSTANCE - Static variable in class net.sf.saxon.expr.JPConverter.FromString
 
INSTANCE - Static variable in class net.sf.saxon.expr.JPConverter.FromURI
 
INSTANCE - Static variable in class net.sf.saxon.expr.JPConverter.VoidConverter
 
INSTANCE - Static variable in class net.sf.saxon.expr.JPConverter.WrapExternalObject
 
INSTANCE - Static variable in class net.sf.saxon.expr.PJConverter.AnyURIValueToURI
 
INSTANCE - Static variable in class net.sf.saxon.expr.PJConverter.AnyURIValueToURL
 
INSTANCE - Static variable in class net.sf.saxon.expr.PJConverter.Atomic
 
INSTANCE - Static variable in class net.sf.saxon.expr.PJConverter.BooleanValueToBoolean
 
INSTANCE - Static variable in class net.sf.saxon.expr.PJConverter.CalendarValueToCalendar
 
INSTANCE - Static variable in class net.sf.saxon.expr.PJConverter.CalendarValueToDate
 
INSTANCE - Static variable in class net.sf.saxon.expr.PJConverter.General
 
INSTANCE - Static variable in class net.sf.saxon.expr.PJConverter.Identity
 
INSTANCE - Static variable in class net.sf.saxon.expr.PJConverter.IntegerValueToBigInteger
 
INSTANCE - Static variable in class net.sf.saxon.expr.PJConverter.IntegerValueToByte
 
INSTANCE - Static variable in class net.sf.saxon.expr.PJConverter.IntegerValueToChar
 
INSTANCE - Static variable in class net.sf.saxon.expr.PJConverter.IntegerValueToInt
 
INSTANCE - Static variable in class net.sf.saxon.expr.PJConverter.IntegerValueToLong
 
INSTANCE - Static variable in class net.sf.saxon.expr.PJConverter.IntegerValueToShort
 
INSTANCE - Static variable in class net.sf.saxon.expr.PJConverter.NumericValueToBigDecimal
 
INSTANCE - Static variable in class net.sf.saxon.expr.PJConverter.NumericValueToDouble
 
INSTANCE - Static variable in class net.sf.saxon.expr.PJConverter.NumericValueToFloat
 
INSTANCE - Static variable in class net.sf.saxon.expr.PJConverter.QualifiedNameValueToQName
 
INSTANCE - Static variable in class net.sf.saxon.expr.PJConverter.StringValueToChar
 
INSTANCE - Static variable in class net.sf.saxon.expr.PJConverter.StringValueToString
 
INSTANCE - Static variable in class net.sf.saxon.expr.PJConverter.ToCollection
 
INSTANCE - Static variable in class net.sf.saxon.expr.PJConverter.ToNull
 
INSTANCE - Static variable in class net.sf.saxon.expr.PJConverter.ToSequenceExtent
 
INSTANCE - Static variable in class net.sf.saxon.expr.PJConverter.ToSequenceIterator
 
INSTANCE - Static variable in class net.sf.saxon.expr.PJConverter.UnwrapExternalObject
 
INSTANCE_OF - Static variable in class net.sf.saxon.expr.parser.Token
operator "instance of"
instanceOf(XQItemType) - Method in interface javax.xml.xquery.XQItemAccessor
Checks if the item "matches" an item type, as defined in 2.5.4.2 Matching an Item Type and an Item, XQuery 1.0: An XML Query Language.
instanceOf(XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQForwardSequence
 
instanceOf(XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQItem
 
instanceOf(XQItemType) - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
InstanceOfCompiler - Class in com.saxonica.bytecode
Generate bytecode for a call to the "instance of" expression
InstanceOfCompiler() - Constructor for class com.saxonica.bytecode.InstanceOfCompiler
 
InstanceOfExpression - Class in net.sf.saxon.expr
InstanceOf Expression: implements "Expr instance of data-type"
InstanceOfExpression(Expression, SequenceType) - Constructor for class net.sf.saxon.expr.InstanceOfExpression
Construct an "instance of" expression in the form "source instance of target"
instantiateClassName(String, Object, Class) - Method in class net.sf.saxon.Configuration
 
instruction - Variable in class com.saxonica.pull.UnconstructedParent
 
Instruction - Class in net.sf.saxon.expr.instruct
Abstract superclass for all instructions in the compiled stylesheet.
Instruction() - Constructor for class net.sf.saxon.expr.instruct.Instruction
Constructor
INSTRUCTION - Static variable in class net.sf.saxon.expr.parser.RoleLocator
 
InstructionDetails - Class in net.sf.saxon.expr.instruct
Details about an instruction, used when reporting errors and when tracing
InstructionDetails() - Constructor for class net.sf.saxon.expr.instruct.InstructionDetails
 
InstructionInfo - Interface in net.sf.saxon.trace
Information about an instruction in the stylesheet or a construct in a Query, made available at run-time to a TraceListener
inSummerTime(XPathContext, DateTimeValue, String) - Static method in class com.saxonica.functions.extfn.Extensions
Determine whether a given date/time is in summer time (daylight savings time) in a given region.
inSummerTime(DateTimeValue, String) - Static method in class net.sf.saxon.expr.number.NamedTimeZone
Determine whether a given date/time is in summer time (daylight savings time) in a given region.
INT - Static variable in class net.sf.saxon.s9api.ItemType
ItemType representing the built-in (but non-primitive) type xs:int
INT - Static variable in class net.sf.saxon.type.BuiltInAtomicType
 
Int64Value - Class in net.sf.saxon.value
An integer value: note this is a subtype of decimal in XML Schema, not a primitive type.
Int64Value(long) - Constructor for class net.sf.saxon.value.Int64Value
Constructor supplying a long
Int64Value(long, BuiltInAtomicType, boolean) - Constructor for class net.sf.saxon.value.Int64Value
Constructor for a subtype, supplying a long and a type label.
Int64Value.Int64Comparable - Class in net.sf.saxon.value
A Comparable that performs comparison of an Int64Value either with another Int64Value or with some other representation of an XPath numeric value
Int64Value.Int64Comparable(Int64Value) - Constructor for class net.sf.saxon.value.Int64Value.Int64Comparable
 
IntArraySet - Class in net.sf.saxon.z
Set of int values.
IntArraySet() - Constructor for class net.sf.saxon.z.IntArraySet
Create an empty set
IntArraySet(IntHashSet) - Constructor for class net.sf.saxon.z.IntArraySet
Create a set containing integers from the specified IntHashSet
IntArraySet(IntArraySet) - Constructor for class net.sf.saxon.z.IntArraySet
Create one IntArraySet as a copy of another
IntBlockSet - Class in net.sf.saxon.z
Set of int values.
IntBlockSet(int, int) - Constructor for class net.sf.saxon.z.IntBlockSet
Create an IntRangeSet given the start point and end point of the integer range.
IntCheckingSet - Class in net.sf.saxon.z
An immutable integer set where membership is tested algorithmically
IntCheckingSet() - Constructor for class net.sf.saxon.z.IntCheckingSet
 
IntComplementPredicate - Class in net.sf.saxon.z
An IntPredicate formed as the complement of another predicate; it matches an integer if the operand does not, and vice versa.
IntComplementPredicate(IntPredicate) - Constructor for class net.sf.saxon.z.IntComplementPredicate
 
IntComplementSet - Class in net.sf.saxon.z
An immutable integer set containing all int values except those in an excluded set
IntComplementSet(IntSet) - Constructor for class net.sf.saxon.z.IntComplementSet
 
INTEGER - Static variable in class net.sf.saxon.s9api.ItemType
ItemType representing the built-in (but non-primitive) type xs:integer
INTEGER - Static variable in class net.sf.saxon.type.BuiltInAtomicType
 
INTEGER_DECIMAL - Static variable in class net.sf.saxon.expr.Calculator
 
INTEGER_DOUBLE - Static variable in class net.sf.saxon.expr.Calculator
Calculators used when the first operand is an integer
INTEGER_FLOAT - Static variable in class net.sf.saxon.expr.Calculator
 
INTEGER_INTEGER - Static variable in class net.sf.saxon.expr.Calculator
 
INTEGER_TO_DECIMAL - Static variable in class net.sf.saxon.type.Converter
 
IntegerRange - Class in net.sf.saxon.value
This class represents a sequence of consecutive ascending integers, for example 1 to 50.
IntegerRange(long, long) - Constructor for class net.sf.saxon.value.IntegerRange
Construct an integer range expression
IntegerRangeTest - Class in net.sf.saxon.expr
An IntegerRangeTest is an expression of the form E = N to M where E is numeric, and N and M are both expressions of type integer.
IntegerRangeTest(Expression, Expression, Expression) - Constructor for class net.sf.saxon.expr.IntegerRangeTest
Construct a IntegerRangeTest
IntegerRangeTestCompiler - Class in com.saxonica.bytecode
Generate bytecode for an expression of the form ($I = $J to $K)
IntegerRangeTestCompiler() - Constructor for class com.saxonica.bytecode.IntegerRangeTestCompiler
 
IntegerToBooleanCompiler - Class in com.saxonica.bytecode.converter
Generate code for a Integer to Boolean CastExpression
IntegerToBooleanCompiler() - Constructor for class com.saxonica.bytecode.converter.IntegerToBooleanCompiler
 
IntegerToDoubleCompiler - Class in com.saxonica.bytecode.converter
Generate code for a Integer to Double CastExpression
IntegerToDoubleCompiler() - Constructor for class com.saxonica.bytecode.converter.IntegerToDoubleCompiler
 
IntegerToFloatCompiler - Class in com.saxonica.bytecode.converter
Generate code for a Integer to Float CastExpression
IntegerToFloatCompiler() - Constructor for class com.saxonica.bytecode.converter.IntegerToFloatCompiler
 
IntegerToStringCompiler - Class in com.saxonica.bytecode.converter
Generate code for a Integer to String CastExpression
IntegerToStringCompiler() - Constructor for class com.saxonica.bytecode.converter.IntegerToStringCompiler
 
IntegerToUntypedAtomicCompiler - Class in com.saxonica.bytecode.converter
Generate code for a Integer to Untyped Atomic CastExpression
IntegerToUntypedAtomicCompiler() - Constructor for class com.saxonica.bytecode.converter.IntegerToUntypedAtomicCompiler
 
IntegerValue - Class in net.sf.saxon.value
This class represents the XPath built-in type xs:integer.
IntegerValue() - Constructor for class net.sf.saxon.value.IntegerValue
 
IntegratedFunctionCall - Class in net.sf.saxon.functions
Expression representing a call to a user-written extension function implemented as a subtype of ExtensionFunctionCall
IntegratedFunctionCall(ExtensionFunctionCall) - Constructor for class net.sf.saxon.functions.IntegratedFunctionCall
 
IntegratedFunctionLibrary - Class in net.sf.saxon.functions
A library of integrated function calls, that is, user-written extension functions implemented as instances of the class IntegratedFunction.
IntegratedFunctionLibrary() - Constructor for class net.sf.saxon.functions.IntegratedFunctionLibrary
 
IntEmptySet - Class in net.sf.saxon.z
An immutable integer set containing no integers
INTERNAL - Static variable in class net.sf.saxon.functions.StandardFunction
 
internalError(String) - Method in class net.sf.saxon.regex.REMatcher
Throws an Error representing an internal error condition probably resulting from a bug in the regular expression compiler (or possibly data corruption).
internalKeyCall(KeyDefinitionSet, String, Expression, Expression) - Static method in class net.sf.saxon.functions.KeyFn
Non-standard constructor to create an internal call on key() with a known key definition
internalSetBooleanProperty(String, Object) - Method in class net.sf.saxon.Configuration
Set a boolean property value, without checking that it is a recognized property name
InterpretedExpressionCompiler - Class in com.saxonica.bytecode
Bytecode generator for instructions that calls back to the interpreter.
InterpretedExpressionCompiler() - Constructor for class com.saxonica.bytecode.InterpretedExpressionCompiler
 
INTERSECT - Static variable in class net.sf.saxon.expr.parser.Token
Operator "intersect"
intersect(IntSet) - Method in class net.sf.saxon.z.AbstractIntSet
Form a new set that is the intersection of two IntSets.
intersect(IntSet) - Method in class net.sf.saxon.z.IntCheckingSet
 
intersect(IntSet) - Method in class net.sf.saxon.z.IntComplementSet
 
intersect(IntSet) - Method in class net.sf.saxon.z.IntEmptySet
 
intersect(IntSet) - Method in interface net.sf.saxon.z.IntSet
Form a new set that is the intersection of this IntSet and another.
intersect(IntSet) - Method in class net.sf.saxon.z.IntSingletonSet
 
intersect(IntSet) - Method in class net.sf.saxon.z.IntUniversalSet
 
intersection(SequenceIterator, SequenceIterator) - Static method in class net.sf.saxon.option.exslt.Sets
Return the intersection of two node-sets (interpreted as sequences of nodes that must be supplied in document order)
IntersectionEnumeration - Class in net.sf.saxon.expr
An enumeration representing a nodeset that is an intersection of two other NodeSets.
IntersectionEnumeration(SequenceIterator, SequenceIterator, ItemOrderComparer) - Constructor for class net.sf.saxon.expr.IntersectionEnumeration
Form an enumeration of the intersection of the nodes in two nodesets
IntersectPattern - Class in net.sf.saxon.pattern
A pattern formed as the difference of two other patterns
IntersectPattern(Pattern, Pattern) - Constructor for class net.sf.saxon.pattern.IntersectPattern
Constructor
IntExceptPredicate - Class in net.sf.saxon.z
An IntPredicate formed as the difference of two other predicates: it matches an integer if the first operand matches the integer and the second does not
IntExceptPredicate(IntPredicate, IntPredicate) - Constructor for class net.sf.saxon.z.IntExceptPredicate
 
IntHashMap<T> - Class in net.sf.saxon.z
A hash table that maps int keys to Object values.
IntHashMap() - Constructor for class net.sf.saxon.z.IntHashMap
Initializes a map with a capacity of 8 and a load factor of 0,25.
IntHashMap(int) - Constructor for class net.sf.saxon.z.IntHashMap
Initializes a map with the given capacity and a load factor of 0,25.
IntHashMap(int, double) - Constructor for class net.sf.saxon.z.IntHashMap
Constructs a new map with initial capacity, and load factor.
IntHashSet - Class in net.sf.saxon.z
Set of int values.
IntHashSet() - Constructor for class net.sf.saxon.z.IntHashSet
Initializes a set with a capacity of 8 and a load factor of 0,25.
IntHashSet(int) - Constructor for class net.sf.saxon.z.IntHashSet
Initializes a set with the given capacity and a load factor of 0,25.
IntHashSet(int, int) - Constructor for class net.sf.saxon.z.IntHashSet
Initializes a set with a load factor of 0,25.
IntIntersectionPredicate - Class in net.sf.saxon.z
An IntPredicate formed as the intersection of two other predicates: it matches an integer if both of the operands matches the integer
IntIntersectionPredicate(IntPredicate, IntPredicate) - Constructor for class net.sf.saxon.z.IntIntersectionPredicate
 
IntIterator - Interface in net.sf.saxon.z
An iterator over a sequence of unboxed int values
INTO - Static variable in class net.sf.saxon.expr.parser.Token
"into"
IntPredicate - Interface in net.sf.saxon.z
Interface defining a predicate that can be tested to determine whether an integer satisfies, or does not satisfy, some condition.
IntRangeSet - Class in net.sf.saxon.z
Set of int values.
IntRangeSet() - Constructor for class net.sf.saxon.z.IntRangeSet
Create an empty set
IntRangeSet(IntRangeSet) - Constructor for class net.sf.saxon.z.IntRangeSet
Create one IntRangeSet as a copy of another
IntRangeSet(int[], int[]) - Constructor for class net.sf.saxon.z.IntRangeSet
Create an IntRangeSet given the start points and end points of the integer ranges.
IntSet - Interface in net.sf.saxon.z
A set of integers represented as int values
IntSetPredicate - Class in net.sf.saxon.z
An implementation of IntPredicate that tests whether a given integer is a member of some IntSet
IntSetPredicate(IntSet) - Constructor for class net.sf.saxon.z.IntSetPredicate
 
IntSingletonSet - Class in net.sf.saxon.z
An immutable integer set containing a single integer
IntSingletonSet(int) - Constructor for class net.sf.saxon.z.IntSingletonSet
 
IntToIntArrayMap - Class in net.sf.saxon.z
An implementation of IntToIntMap that relies on serial searching, and is therefore optimized for very small map sizes
IntToIntArrayMap() - Constructor for class net.sf.saxon.z.IntToIntArrayMap
Create an initial empty map with default space allocation
IntToIntArrayMap(int) - Constructor for class net.sf.saxon.z.IntToIntArrayMap
Create an initial empty map with a specified initial capacity
IntToIntHashMap - Class in net.sf.saxon.z
A hash table that maps int keys to int values.
IntToIntHashMap() - Constructor for class net.sf.saxon.z.IntToIntHashMap
Initializes a map with a capacity of 8 and a load factor of 0,25.
IntToIntHashMap(int) - Constructor for class net.sf.saxon.z.IntToIntHashMap
Initializes a map with the given capacity and a load factor of 0,25.
IntToIntHashMap(int, double) - Constructor for class net.sf.saxon.z.IntToIntHashMap
Constructs a new map with initial capacity, and load factor.
IntToIntMap - Interface in net.sf.saxon.z
Interface defining a map from integers to integers
IntUnionPredicate - Class in net.sf.saxon.z
An IntPredicate formed as the union of two other predicates: it matches an integer if either of the operands matches the integer
IntUnionPredicate(IntPredicate, IntPredicate) - Constructor for class net.sf.saxon.z.IntUnionPredicate
 
IntUniversalSet - Class in net.sf.saxon.z
An immutable integer set containing every integer
IntValuePredicate - Class in net.sf.saxon.z
An IntPredicate that matches a single specific integer
IntValuePredicate(int) - Constructor for class net.sf.saxon.z.IntValuePredicate
 
inUse - Variable in class com.saxonica.bytecode.util.GeneratedMethodInfo.LocalSlotInfo
 
INVALID - Static variable in class net.sf.saxon.lib.Validation
Code indicating that the value of a validation request was invalid
INVALID - Static variable in exception net.sf.saxon.trans.LicenseException
 
INVALID - Static variable in interface net.sf.saxon.type.SchemaComponent
Validation status: validation attempted and failed with fatal errors
INVALID_ACCESS_ERR - Static variable in exception net.sf.saxon.dom.DOMExceptionImpl
 
INVALID_MODIFICATION_ERR - Static variable in exception net.sf.saxon.dom.DOMExceptionImpl
 
INVALID_STATE_ERR - Static variable in exception net.sf.saxon.dom.DOMExceptionImpl
 
invalidAttributeValue(String, String, String) - Method in class com.saxonica.schema.sdoc.SchemaElement
This method is called when an invalid attribute value is found
inverse(int) - Static method in class net.sf.saxon.expr.parser.Token
Return the inverse of a relational operator, so that "a op b" can be rewritten as "b inverse(op) a"
inverseAxis - Static variable in class net.sf.saxon.om.AxisInfo
For each axis, determine the inverse axis, in the sense that if A is on axis X starting at B, the B is on the axis inverseAxis[X] starting at A.
Inversion - Class in com.saxonica.stream
This class represents an expression that has been "inverted" (in the Jackson sense) so that its execution is push-driven, that is, driven by events from the streamed document.
Inversion() - Constructor for class com.saxonica.stream.Inversion
 
Inversion.PushAction - Class in com.saxonica.stream
A PushAction is a collection of data that together represents the strategy for how an expression should be evaluated in push mode.
Inversion.PushAction() - Constructor for class com.saxonica.stream.Inversion.PushAction
 
invert() - Method in class com.saxonica.stream.TemplateInversion
Invert the body of the template.
invertExpression(Expression) - Method in class com.saxonica.stream.ExpressionInverter
Compute the Jackson inversion of an expression.
invertStreamableTemplates(Optimizer) - Method in class net.sf.saxon.trans.Mode
For a streamable mode, invert all the templates to generate streamable code
invertStreamableTemplates(Optimizer) - Method in class net.sf.saxon.trans.RuleManager
Invert streamable templates in all streamable modes
invokeConstructor(Class, Class...) - Method in class com.saxonica.bytecode.util.Generator
Helper method to generate code that invokes a constructor.
invokeConstructor(Constructor, Object[]) - Method in class com.saxonica.expr.JavaExtensionFunctionCall
Invoke a constructor.
invokeDefaultConstructor(Class) - Method in class com.saxonica.bytecode.util.Generator
Helper method for a zero-argument constructor.
invokeInstanceMethod(Class, String, Class...) - Method in class com.saxonica.bytecode.util.Generator
Helper method to generate code that invokes an instance method
invokeMethod(Method, Object, Object[]) - Method in class com.saxonica.expr.JavaExtensionFunctionCall
Invoke a method.
invokeStaticMethod(Class, String, Class...) - Method in class com.saxonica.bytecode.util.Generator
Helper method to generate code that invokes a static method
IRI_TO_URI - Static variable in class net.sf.saxon.functions.EscapeURI
 
iriToUri(CharSequence) - Static method in class net.sf.saxon.functions.EscapeURI
Escape special characters in a URI.
IrregularGroupFormatter - Class in net.sf.saxon.expr.number
Handles grouping separators when formatting a number in cases where the grouping separators are not at regular intervals
IrregularGroupFormatter(IntSet, List<Integer>, UnicodeString) - Constructor for class net.sf.saxon.expr.number.IrregularGroupFormatter
Create a formatter for numbers where the grouping separators occur at irregular positions
IS - Static variable in class net.sf.saxon.expr.parser.Token
Operator "is"
IS_DTD_TYPE - Static variable in interface net.sf.saxon.om.NodeInfo
Bit setting in the returned type annotation indicating a DTD_derived type on an attribute node
IS_ID - Static variable in class net.sf.saxon.event.ReceiverOptions
Flag indicating an element or attribute that has the is-id property
IS_IDREF - Static variable in class net.sf.saxon.event.ReceiverOptions
Flag indicating an element or attribute that has the is-idref property (indicating that it is an IDREF or IDREFS attribute)
IS_NILLED - Static variable in interface net.sf.saxon.om.NodeInfo
Bit setting for use alongside a type annotation indicating that the is-nilled property is set
IS_XQUERY - Static variable in class net.sf.saxon.om.CopyOptions
 
isAbsolute(TypeHierarchy) - Method in class net.sf.saxon.expr.SlashExpression
Test whether a path expression is an absolute path - that is, a path whose first step selects a document node
isAbstract() - Method in class com.saxonica.schema.AttributeDecl
Determine, in the case of an Element Declaration, whether it is nillable.
isAbstract() - Method in class com.saxonica.schema.ElementDecl
Returns true if this element definition is abstract.
isAbstract() - Method in class com.saxonica.schema.UserAtomicType
Determine whether the type is abstract, that is, whether it cannot have instances that are not also instances of some concrete subtype
isAbstract() - Method in class com.saxonica.schema.UserComplexType
Returns true if this UserComplexType has been marked as Abstract.
isAbstract() - Method in class net.sf.saxon.type.AnyType
Test whether this ComplexType has been marked as abstract.
isAbstract() - Method in interface net.sf.saxon.type.AtomicType
Determine whether the type is abstract, that is, whether it cannot have instances that are not also instances of some concrete subtype
isAbstract() - Method in class net.sf.saxon.type.BuiltInAtomicType
Determine whether the type is abstract, that is, whether it cannot have instances that are not also instances of some concrete subtype
isAbstract() - Method in interface net.sf.saxon.type.ComplexType
Test whether this complex type has been marked as abstract.
isAbstract() - Method in interface net.sf.saxon.type.SchemaDeclaration
Determine, in the case of an Element Declaration, whether the declaration is abstract
isAbstract() - Method in class net.sf.saxon.type.Untyped
Test whether this ComplexType has been marked as abstract.
isActionCompleted(int) - Method in class net.sf.saxon.style.StyleElement
Ask if an action on this StyleElement has been completed
isActuallyStreamable(boolean, List<String>) - Method in class net.sf.saxon.expr.instruct.Template
Ask whether this template satisfies the rules for a guaranteed streamable template
isAddCommentsAfterValidationErrors() - Method in class net.sf.saxon.lib.ParseOptions
Ask whether on validation errors, messages explaining the error should (where possible) be written as comments in the validated source document.
isAfterLast() - Method in interface javax.xml.xquery.XQSequence
Checks if the current position is after the last item in the sequence.
isAfterLast() - Method in class net.sf.saxon.xqj.SaxonXQForwardSequence
 
isAfterLast() - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
isAliasResultNamespace(String) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
Determine if a namespace is included in the result-prefix of a namespace-alias
isAllContent() - Method in class com.saxonica.schema.UserComplexType
Test whether this complex type has "all" content, that is, a content model using an xs:all compositor
isAllContent() - Method in class net.sf.saxon.type.AnyType
Test whether this complex type has "all" content, that is, a content model using an xs:all compositor
isAllContent() - Method in interface net.sf.saxon.type.ComplexType
Test whether this complex type has "all" content, that is, a content model using an xs:all compositor
isAllContent() - Method in class net.sf.saxon.type.Untyped
Test whether this complex type has "all" content, that is, a content model using an xs:all compositor
isAllow30features() - Method in class net.sf.saxon.expr.instruct.AnalyzeString
 
isAllowAnyItem() - Method in class net.sf.saxon.expr.instruct.ApplyImports
Ask whether the instruction can process any item (XSLT 3.0), or only nodes (XSLT 1.0/2.0)
isAllowedBuiltInType(BuiltInAtomicType) - Method in interface net.sf.saxon.expr.StaticContext
Ask whether a built-in type is available in this context.
isAllowedBuiltInType(BuiltInAtomicType) - Method in class net.sf.saxon.functions.StaticContextForSystemFunctions
Determine whether a built-in type is available in this context.
isAllowedBuiltInType(BuiltInAtomicType) - Method in class net.sf.saxon.query.QueryModule
Determine whether a built-in type is available in this context.
isAllowedBuiltInType(BuiltInAtomicType) - Method in class net.sf.saxon.style.ExpressionContext
Determine whether a built-in type is available in this context.
isAllowedBuiltInType(BuiltInAtomicType) - Method in class net.sf.saxon.style.UseWhenStaticContext
Determine whether a built-in type is available in this context.
isAllowedBuiltInType(BuiltInAtomicType) - Method in class net.sf.saxon.sxpath.AbstractStaticContext
Determine whether a built-in type is available in this context.
isAllowedInBasicXSLT() - Method in class net.sf.saxon.type.BuiltInAtomicType
Determine whether this type is supported in a basic XSLT 2.0 processor (all types are allowed in a basic XSLT 3.0 processor)
isAllowedInUpdatingContext(Expression) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
Determine whether the expression is either an updating expression, or an expression that is permitted in a context where updating expressions are allowed
isAllowedInXSD10() - Method in class net.sf.saxon.type.BuiltInAtomicType
Determine whether this type is supported when using XSD 1.0
isAllowEmpty() - Method in class net.sf.saxon.expr.CastableToList
 
isAllowEmpty() - Method in class net.sf.saxon.expr.CastableToUnion
 
isAllowEmpty() - Method in class net.sf.saxon.expr.CastToList
 
isAllowEmpty() - Method in class net.sf.saxon.expr.CastToUnion
 
isAllowingEmpty() - Method in class net.sf.saxon.expr.flwor.ForClause
Ask whether the "allowing empty" option is present
isAllowNameAsQName() - Method in class net.sf.saxon.expr.instruct.ComputedAttribute
Ask whether it is allowed for the name to be evaluted as an xs:QName instance (true in XQuery)
isAllowNameAsQName() - Method in class net.sf.saxon.expr.instruct.ComputedElement
Ask whether the name can be supplied as a QName.
isAllowStreamabilityExtensions() - Method in class net.sf.saxon.Configuration
Ask whether streamability extensions are allowed.
isAllowsXPath20Extensions() - Method in class net.sf.saxon.regex.REFlags
 
isAllowsXPath30Extensions() - Method in class net.sf.saxon.regex.REFlags
 
isAllowsXSD11Syntax() - Method in class net.sf.saxon.regex.REFlags
 
isAllowUndeclaredVariables() - Method in class net.sf.saxon.s9api.XPathCompiler
Ask whether undeclared variables are allowed.
isAllowUndeclaredVariables() - Method in class net.sf.saxon.sxpath.IndependentContext
Ask whether undeclared variables are allowed.
isAllowUnknownBlockNames() - Method in class net.sf.saxon.regex.REFlags
 
isAllowWhitespace() - Method in class net.sf.saxon.regex.REFlags
 
isAllowXPath30() - Method in class net.sf.saxon.expr.instruct.Executable
Ask whether XPath 3.0 functionality is enabled
isAllowYearZero() - Method in class net.sf.saxon.lib.ConversionRules
Ask whether year zero is permitted in dates.
isAlphanumeric(int) - Static method in class net.sf.saxon.expr.number.Alphanumeric
Determine whether a Unicode codepoint is alphanumeric, that is, whether it is in one of the categories Nd, Nl, No, Lu, Ll, Lt, Lm or Lo
isAlwaysEmpty(int, int) - Static method in class net.sf.saxon.om.AxisInfo
Ask whether a given axis can contain any nodes when starting at the specified node kind.
isAlwaysMatches() - Method in class net.sf.saxon.trans.Rule
 
isAlwaysSuccessful() - Method in class net.sf.saxon.type.Converter.Base64BinaryToHexBinary
 
isAlwaysSuccessful() - Method in class net.sf.saxon.type.Converter.BooleanToDecimal
 
isAlwaysSuccessful() - Method in class net.sf.saxon.type.Converter.BooleanToDouble
 
isAlwaysSuccessful() - Method in class net.sf.saxon.type.Converter.BooleanToFloat
 
isAlwaysSuccessful() - Method in class net.sf.saxon.type.Converter.BooleanToInteger
 
isAlwaysSuccessful() - Method in class net.sf.saxon.type.Converter.DateTimeToDate
 
isAlwaysSuccessful() - Method in class net.sf.saxon.type.Converter.DateTimeToGDay
 
isAlwaysSuccessful() - Method in class net.sf.saxon.type.Converter.DateTimeToGMonth
 
isAlwaysSuccessful() - Method in class net.sf.saxon.type.Converter.DateTimeToGMonthDay
 
isAlwaysSuccessful() - Method in class net.sf.saxon.type.Converter.DateTimeToGYear
 
isAlwaysSuccessful() - Method in class net.sf.saxon.type.Converter.DateTimeToGYearMonth
 
isAlwaysSuccessful() - Method in class net.sf.saxon.type.Converter.DateTimeToTime
 
isAlwaysSuccessful() - Method in class net.sf.saxon.type.Converter.DateToDateTime
 
isAlwaysSuccessful() - Method in class net.sf.saxon.type.Converter.DecimalToInteger
 
isAlwaysSuccessful() - Method in class net.sf.saxon.type.Converter.HexBinaryToBase64Binary
 
isAlwaysSuccessful() - Method in class net.sf.saxon.type.Converter.IntegerToDecimal
 
isAlwaysSuccessful() - Method in class net.sf.saxon.type.Converter
Ask if this converter will always succeed
isAlwaysSuccessful() - Method in class net.sf.saxon.type.Converter.NotationToQName
 
isAlwaysSuccessful() - Method in class net.sf.saxon.type.Converter.NumericToBoolean
 
isAlwaysSuccessful() - Method in class net.sf.saxon.type.Converter.NumericToDouble
 
isAlwaysSuccessful() - Method in class net.sf.saxon.type.Converter.NumericToFloat
 
isAlwaysSuccessful() - Method in class net.sf.saxon.type.Converter.ToStringConverter
 
isAlwaysSuccessful() - Method in class net.sf.saxon.type.Converter.ToUntypedAtomicConverter
 
isAlwaysSuccessful() - Method in class net.sf.saxon.type.Converter.UpCastingConverter
 
isAlwaysSuccessful() - Method in class net.sf.saxon.type.StringConverter.IdentityConverter
 
isAlwaysSuccessful() - Method in class net.sf.saxon.type.StringConverter.StringToNormalizedString
 
isAlwaysSuccessful() - Method in class net.sf.saxon.type.StringConverter.StringToString
 
isAlwaysSuccessful() - Method in class net.sf.saxon.type.StringConverter.StringToToken
 
isAlwaysSuccessful() - Method in class net.sf.saxon.type.StringConverter.StringToUntypedAtomic
 
isAncestorOrSelf(TinyNodeImpl) - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Test if this node is an ancestor-or-self of another
isAncestorOrSelf(NodeInfo, NodeInfo) - Static method in class net.sf.saxon.tree.util.Navigator
Test if one node is an ancestor-or-self of another
isAnonymousType() - Method in class com.saxonica.schema.TypeReference
Test whether this is a reference to an anonymous type
isAnonymousType() - Method in class com.saxonica.schema.UserDefinedType
Test whether this is an anonymous type
isAnonymousType() - Method in interface javax.xml.xquery.XQItemType
Represents whether the item type is an anonymous type in the schema.
isAnonymousType() - Method in class net.sf.saxon.type.AnySimpleType
 
isAnonymousType() - Method in class net.sf.saxon.type.AnyType
Test whether this is an anonymous type
isAnonymousType() - Method in class net.sf.saxon.type.BuiltInAtomicType
Ask whether this is an anonymous type
isAnonymousType() - Method in class net.sf.saxon.type.BuiltInListType
Test whether this is an anonymous type
isAnonymousType() - Method in class net.sf.saxon.type.ErrorType
 
isAnonymousType() - Method in interface net.sf.saxon.type.SchemaType
Test whether this is an anonymous type
isAnonymousType() - Method in class net.sf.saxon.type.Untyped
Test whether this is an anonymous type
isAnonymousType() - Method in class net.sf.saxon.xqj.SaxonXQItemType
 
isApplyFunctionConversionRulesToExternalVariables() - Method in class net.sf.saxon.expr.instruct.Bindery
Ask whether the function conversion rules should be applied to supplied parameter values.
isApplyFunctionConversionRulesToExternalVariables() - Method in class net.sf.saxon.query.DynamicQueryContext
Ask whether the function conversion rules should be applied to supplied parameter values.
isAssignable() - Method in class com.saxonica.expr.XPath30Parser.TemporaryXSLTVariableBinding
 
isAssignable() - Method in class net.sf.saxon.expr.Assignation
Test whether it is permitted to assign to the variable using the saxon:assign extension element.
isAssignable() - Method in interface net.sf.saxon.expr.Binding
Test whether it is permitted to assign to the variable using the saxon:assign extension element.
isAssignable() - Method in class net.sf.saxon.expr.flwor.LocalVariableBinding
Test whether it is permitted to assign to the variable using the saxon:assign extension element.
isAssignable() - Method in class net.sf.saxon.expr.instruct.GeneralVariable
 
isAssignable() - Method in class net.sf.saxon.expr.instruct.GlobalVariable
Test whether it is permitted to assign to the variable using the saxon:assign extension element.
isAssignable() - Method in class net.sf.saxon.expr.instruct.UserFunctionParameter
Test whether it is permitted to assign to the variable using the saxon:assign extension element.
isAssignable() - Method in class net.sf.saxon.expr.PositionVariable
Test whether it is permitted to assign to the variable using the saxon:assign extension element.
isAssignable() - Method in class net.sf.saxon.style.XSLGlobalVariable
Ask whether the global variable is declared with assignable="yes"
isAssignable() - Method in class net.sf.saxon.sxpath.XPathVariable
Test whether it is permitted to assign to the variable using the saxon:assign extension element.
isAssignable() - Method in class net.sf.saxon.xpath.JAXPVariable
Test whether it is permitted to assign to the variable using the saxon:assign extension element.
isAssociative(int) - Static method in class net.sf.saxon.expr.BinaryExpression
Determine whether an operator is associative, that is, ((a^b)^c) = (a^(b^c))
isAsynchronous() - Method in class net.sf.saxon.expr.instruct.ResultDocument
Ask if the instruction is to be asynchronous
isAtLast() - Method in class net.sf.saxon.expr.EarlyEvaluationContext
Determine whether the context position is the same as the context size that is, whether position()=last()
isAtLast() - Method in interface net.sf.saxon.expr.XPathContext
Determine whether the context position is the same as the context size that is, whether position()=last().
isAtLast() - Method in class net.sf.saxon.expr.XPathContextMinor
Determine whether the context position is the same as the context size that is, whether position()=last()
isAtomic(Expression) - Static method in class net.sf.saxon.expr.Literal
Test whether the literal wraps an atomic value.
isAtomicType() - Method in class com.saxonica.schema.sdoc.SimpleTypeDefinition
Test whether this Simple Type is an atomic type.
isAtomicType() - Method in class com.saxonica.schema.UserAtomicType
Test whether this Simple Type is an atomic type
isAtomicType() - Method in class com.saxonica.schema.UserComplexType
Ask whether this SchemaType is an atomic type
isAtomicType() - Method in class com.saxonica.schema.UserListType
Test whether this Simple Type is an atomic type
isAtomicType() - Method in class com.saxonica.schema.UserSimpleType
Test whether this Simple Type is an atomic type
isAtomicType() - Method in class com.saxonica.schema.UserUnionType
Ask whether this Simple Type is an atomic type
isAtomicType() - Method in class net.sf.saxon.pattern.NodeTest
Determine whether this item type is an atomic type
isAtomicType() - Method in class net.sf.saxon.type.AnyFunctionType
Determine whether this item type is an atomic type
isAtomicType() - Method in class net.sf.saxon.type.AnyItemType
Determine whether this item type is an atomic type
isAtomicType() - Method in class net.sf.saxon.type.AnySimpleType
Test whether this Simple Type is an atomic type
isAtomicType() - Method in class net.sf.saxon.type.AnyType
Test whether this SchemaType is an atomic type
isAtomicType() - Method in class net.sf.saxon.type.BuiltInAtomicType
Test whether this Simple Type is an atomic type
isAtomicType() - Method in class net.sf.saxon.type.BuiltInListType
Test whether this Simple Type is an atomic type
isAtomicType() - Method in class net.sf.saxon.type.ErrorType
Test whether this Simple Type is an atomic type
isAtomicType() - Method in class net.sf.saxon.type.ExternalObjectType
Test whether this item type is an atomic type
isAtomicType() - Method in interface net.sf.saxon.type.ItemType
Determine whether this item type is an atomic type
isAtomicType() - Method in interface net.sf.saxon.type.SchemaType
Test whether this SchemaType is an atomic type
isAtomicType() - Method in interface net.sf.saxon.type.SimpleType
Test whether this Simple Type is an atomic type
isAtomicType() - Method in class net.sf.saxon.type.Untyped
Test whether this SchemaType is an atomic type
isAtomicValue() - Method in class net.sf.saxon.s9api.XdmFunctionItem
Determine whether the item is an atomic value
isAtomicValue() - Method in class net.sf.saxon.s9api.XdmItem
Determine whether the item is an atomic value or a node
isAtomizable() - Method in class com.saxonica.schema.UserAtomicType
Ask whether values of this type are atomizable
isAtomizable() - Method in class com.saxonica.schema.UserUnionType
 
isAtomizable() - Method in class net.sf.saxon.pattern.CombinedNodeTest
Ask whether values of this type are atomizable
isAtomizable() - Method in class net.sf.saxon.pattern.ContentTypeTest
Ask whether values of this type are atomizable
isAtomizable() - Method in class net.sf.saxon.pattern.NodeTest
Ask whether values of this type are atomizable
isAtomizable() - Method in class net.sf.saxon.type.AnyFunctionType
Ask whether values of this type are atomizable
isAtomizable() - Method in class net.sf.saxon.type.AnyItemType
Ask whether values of this type are atomizable
isAtomizable() - Method in class net.sf.saxon.type.BuiltInAtomicType
Ask whether values of this type are atomizable
isAtomizable() - Method in class net.sf.saxon.type.ErrorType
 
isAtomizable() - Method in class net.sf.saxon.type.ExternalObjectType
Ask whether values of this type are atomizable
isAtomizable() - Method in interface net.sf.saxon.type.ItemType
Ask whether values of this type are atomizable
isAtomized() - Method in class net.sf.saxon.expr.parser.PathMap.PathMapNode
Ask whether the typed value (or string value) of the node reached by this path will be required.
isAttributeSpecified(int) - Method in class com.saxonica.pull.PullToStax
 
isAttributeSpecified(int) - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
isAvailable(StructuredQName, int) - Method in class com.saxonica.config.JavaExtensionLibrary
Test whether a function with a given name and arity is available
isAvailable(StructuredQName, int) - Method in class com.saxonica.xslt3.instruct.AccumulatorManagerPE
Test whether a function with a given name and arity is available
isAvailable(StructuredQName, int) - Method in class net.sf.saxon.functions.ConstructorFunctionLibrary
 
isAvailable(StructuredQName, int) - Method in class net.sf.saxon.functions.ExecutableFunctionLibrary
Test whether a function with a given name and arity is available
isAvailable(StructuredQName, int) - Method in interface net.sf.saxon.functions.FunctionLibrary
Test whether a function with a given name and arity is available
isAvailable(StructuredQName, int) - Method in class net.sf.saxon.functions.FunctionLibraryList
Test whether a function with a given name and arity is available
isAvailable(StructuredQName, int) - Method in class net.sf.saxon.functions.IntegratedFunctionLibrary
Test whether a function with a given name and arity is available
isAvailable(StructuredQName, int) - Method in class net.sf.saxon.functions.SystemFunctionLibrary
Test whether a function with a given name and arity is available
isAvailable(StructuredQName, int) - Method in class net.sf.saxon.query.ImportedFunctionLibrary
Test whether a function with a given name and arity is available
isAvailable(StructuredQName, int) - Method in class net.sf.saxon.query.UnboundFunctionLibrary
Test whether a function with a given name and arity is available
isAvailable(StructuredQName, int) - Method in class net.sf.saxon.query.XQueryFunctionLibrary
Test whether a function with a given name and arity is available
isAvailable(StructuredQName, int) - Method in class net.sf.saxon.style.StylesheetFunctionLibrary
Test whether a function with a given name and arity is available
isAvailable(StructuredQName, int) - Method in class net.sf.saxon.xpath.XPathFunctionLibrary
Test whether a function with a given name and arity is available
isBackwardsCompatible() - Method in class net.sf.saxon.expr.ArithmeticExpression10
Determine whether the expression is to be evaluated in backwards-compatible mode
isBackwardsCompatible() - Method in class net.sf.saxon.expr.NegateExpression
Ask whether the expression is to be evaluated in XPath 1.0 compatibility mode
isBackwardsCompatible() - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
Ask whether this sort key is evaluated in XSLT 1.0 backwards compatibility mode
isBackwardsCompatible() - Method in class net.sf.saxon.s9api.XPathCompiler
Ask whether XPath 1.0 backwards compatibility mode is in force.
isBackwardsCompatible() - Method in class net.sf.saxon.trans.KeyDefinition
Test backwards compatibility mode
isBackwardsCompatible() - Method in class net.sf.saxon.trans.KeyDefinitionSet
Ask if the keys are to be evaluated in backwards compatible mode
isBackwardsCompatible() - Method in class net.sf.saxon.xpath.XPathEvaluator
Get the value of XPath 1.0 compatibility mode
isBeforeFirst() - Method in interface javax.xml.xquery.XQSequence
Checks if the current position before the first item in the sequence.
isBeforeFirst() - Method in class net.sf.saxon.xqj.SaxonXQForwardSequence
 
isBeforeFirst() - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
isBeingRead(String) - Method in class com.saxonica.schema.SchemaCompiler
Determine whether a particular URI is currently being read
isBuiltInType() - Method in class com.saxonica.schema.sdoc.SimpleTypeDefinition
Determine whether this is a built-in type or a user-defined type
isBuiltInType() - Method in class com.saxonica.schema.UserAtomicType
Determine whether this is a built-in type or a user-defined type
isBuiltInType() - Method in class com.saxonica.schema.UserListType
Determine whether this is a built-in type or a user-defined type
isBuiltInType() - Method in class com.saxonica.schema.UserUnionType
Determine whether this is a built-in type or a user-defined type
isBuiltInType() - Method in class net.sf.saxon.type.AnySimpleType
Determine whether this is a built-in type or a user-defined type
isBuiltInType() - Method in interface net.sf.saxon.type.AtomicType
Determine whether the atomic type is a built-in type.
isBuiltInType() - Method in class net.sf.saxon.type.BuiltInAtomicType
Determine whether this is a built-in type or a user-defined type
isBuiltInType() - Method in class net.sf.saxon.type.BuiltInListType
Determine whether this is a built-in type or a user-defined type
isBuiltInType() - Method in class net.sf.saxon.type.ErrorType
Determine whether this is a built-in type or a user-defined type
isBuiltInType() - Method in interface net.sf.saxon.type.SimpleType
Determine whether this is a built-in type or a user-defined type
isCaching() - Method in class net.sf.saxon.s9api.XPathCompiler
Ask whether the compiler is maintaining a cache of compiled expressions
isCandidateForSharedAppend() - Method in class net.sf.saxon.expr.instruct.Block
Determine whether the block is a candidate for evaluation using a "shared append expression" where the result of the evaluation is a sequence implemented as a list of subsequences
isCaseIndependent() - Method in class net.sf.saxon.regex.REFlags
 
isChameleon() - Method in class com.saxonica.schema.sdoc.XSDSchema
Determine if this is a chameleon schema document, that is, one with no targetNamespace of its own, whose effective target namespace (and for many purposes, default namespace) are set to the targetNamespace of the referring schema document.
isCharacters() - Method in class com.saxonica.pull.PullToStax
 
isCharacters() - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
isCheckEntityReferences() - Method in class net.sf.saxon.lib.ParseOptions
Ask whether to check elements and attributes of type xs:ENTITY (or xs:ENTITIES) against the unparsed entities declared in the document's DTD.
isCheckValues() - Method in class net.sf.saxon.event.StreamWriterToReceiver
Ask whether names and values are to be checked for conformance with XML rules
isCheckValues() - Method in interface net.sf.saxon.s9api.BuildingStreamWriter
Ask whether names and values are to be checked for conformance with XML rules
ISchemaCompiler - Interface in net.sf.saxon.type
Marker interface: the only instance of this class is the SchemaCompiler object in Saxon-EE
isChildSelection(Expression, boolean, List<String>) - Static method in class com.saxonica.stream.Streamability
 
isClosed() - Method in class com.saxonica.stream.Conduit
Ask whether the conduit has been closed
isClosed() - Method in interface javax.xml.xquery.XQConnection
Checks if the connection is closed.
isClosed() - Method in interface javax.xml.xquery.XQExpression
Checks if the expression is in a closed state.
isClosed() - Method in interface javax.xml.xquery.XQItem
Checks if the item is closed.
isClosed() - Method in interface javax.xml.xquery.XQPreparedExpression
Checks if the prepared expression in a closed state.
isClosed() - Method in interface javax.xml.xquery.XQSequence
Checks if the sequence is closed.
isClosed() - Method in class net.sf.saxon.xqj.Closable
Ask whether this object has been closed.
isCommutative(int) - Static method in class net.sf.saxon.expr.BinaryExpression
Determine whether a binary operator is commutative, that is, A op B = B op A.
isCompatible(Configuration) - Method in class net.sf.saxon.Configuration
Determine whether two Configurations are compatible.
isCompileWithTracing() - Method in class net.sf.saxon.Configuration
Determine whether compile-time generation of trace code was requested
isCompileWithTracing() - Method in class net.sf.saxon.PreparedStylesheet
Determine whether trace hooks are included in the compiled code.
isCompileWithTracing() - Method in class net.sf.saxon.query.StaticQueryContext
Ask whether compile-time generation of trace code was requested
isCompileWithTracing() - Method in class net.sf.saxon.s9api.XQueryCompiler
Ask whether trace hooks are included in the compiled code.
isCompileWithTracing() - Method in class net.sf.saxon.s9api.XsltCompiler
Ask whether trace hooks are included in the compiled code.
isCompileWithTracing() - Method in class net.sf.saxon.trans.CompilerInfo
Determine whether trace hooks are included in the compiled code.
isComplexContent() - Method in class com.saxonica.schema.UserComplexType
Returns true if this complexType has complex content: that is, if its {content type} is anything other than a simple type definition.
isComplexContent() - Method in class net.sf.saxon.type.AnyType
Test whether this complex type has complex content
isComplexContent() - Method in interface net.sf.saxon.type.ComplexType
Test whether this complex type has complex content.
isComplexContent() - Method in class net.sf.saxon.type.Untyped
Test whether this complex type has complex content
isComplexType() - Method in class com.saxonica.schema.UserDefinedType
Test whether this SchemaType is a complex type
isComplexType() - Method in class net.sf.saxon.type.AnySimpleType
Test whether this SchemaType is a complex type
isComplexType() - Method in class net.sf.saxon.type.AnyType
Test whether this SchemaType is a complex type
isComplexType() - Method in class net.sf.saxon.type.BuiltInAtomicType
Ask whether this SchemaType is a complex type
isComplexType() - Method in class net.sf.saxon.type.BuiltInListType
Test whether this SchemaType is a complex type
isComplexType() - Method in class net.sf.saxon.type.ErrorType
Test whether this SchemaType is a complex type
isComplexType() - Method in interface net.sf.saxon.type.SchemaType
Test whether this SchemaType is a complex type
isComplexType() - Method in class net.sf.saxon.type.Untyped
Test whether this SchemaType is a complex type
isComposite() - Method in class net.sf.saxon.expr.instruct.ForEachGroup
 
isConditionallyFinalState() - Method in class com.saxonica.schema.fsa.AutomatonState
Test whether this state is a final state assuming the counter has reached its minimum value
isConstantBoolean(Expression, boolean) - Static method in class net.sf.saxon.expr.Literal
Test if a literal represents the boolean value true
isConstantOne(Expression) - Static method in class net.sf.saxon.expr.Literal
Test if a literal represents the integer value 1
isConstraining() - Method in class com.saxonica.schema.Facet
Ask whether this is a constraining facet (as distinct from a pre-lexical facet)
isConstraining() - Method in class com.saxonica.schema.PreprocessFacet
Ask whether this is a constraining facet (as distinct from a pre-lexical facet)
isConstraining() - Method in class com.saxonica.schema.WhitespaceFacet
Ask whether this is a constraining facet (as distinct from a pre-lexical facet)
isContextPossiblyUndefined() - Method in class net.sf.saxon.expr.AxisExpression
Ask whether there is a possibility that the context item will be undefined
isContextPossiblyUndefined() - Method in class net.sf.saxon.expr.ContextItemExpression
Ask whether the context item may possibly be undefined
isContextPossiblyUndefined() - Method in class net.sf.saxon.expr.SingleNodeExpression
Ask whether there is a possibility that the context item will be undefined
isContextPossiblyUndefined() - Method in class net.sf.saxon.functions.Last
Ask whether the context item may possibly be undefined
isContextPossiblyUndefined() - Method in class net.sf.saxon.functions.Position
Ask whether the context item may possibly be undefined
isContextPossiblyUndefined() - Method in class net.sf.saxon.functions.StringLength
Ask whether the context item may possibly be undefined
isContextVariableAnArgument() - Method in class com.saxonica.bytecode.util.GeneratedMethodInfo
 
isContinueAfterValidationErrors() - Method in class net.sf.saxon.lib.ParseOptions
Ask whether processing should continue after a validation error.
isConvertUntypedToOther() - Method in class net.sf.saxon.trans.KeyDefinition
Determine whether untypedAtomic values are converted to the type of the other operand.
isCopyForUpdate() - Method in class net.sf.saxon.expr.instruct.CopyOf
Ask whether this instruction is creating a copy for the purpose of updating (XQuery transform expression)
isCopyNamespaces() - Method in class net.sf.saxon.expr.instruct.Copy
Ask whether namespace nodes are to be copied (in the case of an element)
isCopyNamespaces() - Method in class net.sf.saxon.expr.instruct.CopyOf
Determine whether namespaces are to be copied or not
isDebug() - Method in class net.sf.saxon.regex.REFlags
 
isDebugByteCode() - Method in class com.saxonica.bytecode.util.CompilerService
 
isDeclaration() - Method in class com.saxonica.xslt3.style.XSLAccumulator
Ask whether this node is a declaration, that is, a permitted child of xsl:stylesheet (including xsl:include and xsl:import).
isDeclaration() - Method in class com.saxonica.xslt3.style.XSLMode
Ask whether this node is a declaration, that is, a permitted child of xsl:stylesheet (including xsl:include and xsl:import).
isDeclaration() - Method in class net.sf.saxon.style.StyleElement
Ask whether this node is a declaration, that is, a permitted child of xsl:stylesheet (including xsl:include and xsl:import).
isDeclaration() - Method in class net.sf.saxon.style.XSLAttributeSet
Ask whether this node is a declaration, that is, a permitted child of xsl:stylesheet (including xsl:include and xsl:import).
isDeclaration() - Method in class net.sf.saxon.style.XSLCharacterMap
Ask whether this node is a declaration, that is, a permitted child of xsl:stylesheet (including xsl:include and xsl:import).
isDeclaration() - Method in class net.sf.saxon.style.XSLDecimalFormat
Ask whether this node is a declaration, that is, a permitted child of xsl:stylesheet (including xsl:include and xsl:import).
isDeclaration() - Method in class net.sf.saxon.style.XSLFunction
Ask whether this node is a declaration, that is, a permitted child of xsl:stylesheet (including xsl:include and xsl:import).
isDeclaration() - Method in class net.sf.saxon.style.XSLGeneralIncorporate
Ask whether this node is a declaration, that is, a permitted child of xsl:stylesheet (including xsl:include and xsl:import).
isDeclaration() - Method in class net.sf.saxon.style.XSLGlobalVariable
Determine whether this node is a declaration.
isDeclaration() - Method in class net.sf.saxon.style.XSLImportSchema
Ask whether this node is a declaration, that is, a permitted child of xsl:stylesheet (including xsl:include and xsl:import).
isDeclaration() - Method in class net.sf.saxon.style.XSLKey
 
isDeclaration() - Method in class net.sf.saxon.style.XSLNamespaceAlias
Ask whether this node is a declaration, that is, a permitted child of xsl:stylesheet (including xsl:include and xsl:import).
isDeclaration() - Method in class net.sf.saxon.style.XSLOutput
Ask whether this node is a declaration, that is, a permitted child of xsl:stylesheet (including xsl:include and xsl:import).
isDeclaration() - Method in class net.sf.saxon.style.XSLPreserveSpace
Ask whether this node is a declaration, that is, a permitted child of xsl:stylesheet (including xsl:include and xsl:import).
isDeclaration() - Method in class net.sf.saxon.style.XSLTemplate
Ask whether this node is a declaration, that is, a permitted child of xsl:stylesheet (including xsl:include and xsl:import).
isDeclaredNotation(String, String) - Method in class com.saxonica.config.EnterpriseConfiguration
Ask whether a given notation has been declared in the schema
isDeclaredNotation(String, String) - Method in class com.saxonica.schema.PreparedSchema
 
isDeclaredNotation(String, String) - Method in class net.sf.saxon.Configuration
Ask whether a given notation has been declared in the schema
isDeclaredNotation(String, String) - Method in class net.sf.saxon.lib.ConversionRules
Ask whether a given notation is accepted by xs:NOTATION and its subclasses.
isDeclaredNotation(String, String) - Method in interface net.sf.saxon.om.NotationSet
Ask whether a given notation name is present in this set of notations
isDeclaredStreamable() - Method in class net.sf.saxon.expr.instruct.Template
Ask whether or not this template is declared as streamable
isDefaultMode() - Method in class net.sf.saxon.trans.Mode
Determine if this is the default mode
isDefaultNamespace(String) - Method in class net.sf.saxon.dom.NodeOverNodeInfo
Test whether a particular namespace is the default namespace.
isDefaultUndeclaration() - Method in class net.sf.saxon.om.NamespaceBinding
Ask whether this is an undeclaration of the default prefix, that is, a namespace binding corresponding to xmlns=""
isDeferredValidationMode() - Method in class com.saxonica.schema.SchemaCompiler
Ask if deferred validation mode is currently set
isDeleted() - Method in interface net.sf.saxon.om.MutableNodeInfo
Test whether this MutableNodeInfo object represents a node that has been deleted.
isDeleted() - Method in class net.sf.saxon.tree.linked.NodeImpl
Test whether this MutableNodeInfo object represents a node that has been deleted.
isDeleted(int) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Test whether the attribute at a given index has been deleted
isDeleted() - Method in class net.sf.saxon.tree.util.Orphan
Test whether this MutableNodeInfo object represents a node that has been deleted.
isDerivedFrom(String, String, int) - Method in class net.sf.saxon.dom.TypeInfoImpl
This method returns true if there is a derivation between the reference type definition, that is the TypeInfo on which the method is being called, and the other type definition, that is the one passed as parameters.
isDespatched - Variable in class com.saxonica.expr.flwor.WindowClause.Window
 
isDespatched() - Method in class com.saxonica.expr.flwor.WindowClause.Window
Ask whether the tuple corresponding to this window has been despatched to the output tuple stream.
isDir(String) - Static method in class com.saxonica.functions.extfn.EXPathFile
 
isDisableOutputEscaping() - Method in class net.sf.saxon.expr.instruct.ValueOf
Test whether disable-output-escaping was requested
isDisallowDefinedNames() - Method in class com.saxonica.schema.Wildcard
Ask whether globally-defined names are disallowed
isDisallowDefinedSiblings() - Method in class com.saxonica.schema.Wildcard
Ask whether defined siblings are disallowed
isDisallowedQName(int) - Method in class com.saxonica.schema.Wildcard
Ask whether a specific QName is disallowed
isDisplayByteCode() - Method in class com.saxonica.bytecode.util.CompilerService
 
isDocumentOrElementRequired() - Method in class net.sf.saxon.expr.instruct.CopyOf
Test whether this expression requires a document or element node
isDocumentProjectionAllowed() - Method in class net.sf.saxon.query.XQueryExpression
Ask whether document projection is allowed
isDoNotMerge() - Method in class com.saxonica.schema.PatternFacet
 
isDotNet() - Method in class net.sf.saxon.java.JavaPlatform
Return true if this is the .NET platform
isDotNet() - Method in interface net.sf.saxon.Platform
Return true if this is the .NET platform
isDoubleSpaced(NodeName) - Method in class com.saxonica.serialize.XMLIndenterPE
 
isDoubleSpaced(NodeName) - Method in class net.sf.saxon.serialize.XMLIndenter
Ask whether a particular element is to be double-spaced
isDTDValidation() - Method in class net.sf.saxon.s9api.DocumentBuilder
Ask whether DTD validation is to be applied to documents loaded using this DocumentBuilder
isElementAvailable(String) - Method in class net.sf.saxon.style.ExpressionContext
Determine if an extension element is available
isElementAvailable(String, String) - Method in class net.sf.saxon.style.StyleNodeFactory
Method to support the element-available() function
isElementAvailable(String) - Method in class net.sf.saxon.style.UseWhenStaticContext
Determine if an extension element is available
isElementAvailable(String) - Method in interface net.sf.saxon.style.XSLTStaticContext
Determine if an extension element is available
isElementContentWhitespace() - Method in class net.sf.saxon.dom.TextOverAttrInfo
Returns whether this text node contains element content whitespace, often abusively called "ignorable whitespace".
isElementContentWhitespace() - Method in class net.sf.saxon.dom.TextOverNodeInfo
Returns whether this text node contains element content whitespace, often abusively called "ignorable whitespace".
isElementNillable() - Method in interface javax.xml.xquery.XQItemType
Returns whether the element type is nillable or not.
isElementNillable() - Method in class net.sf.saxon.xqj.SaxonXQItemType
 
isEmptiable() - Method in class com.saxonica.schema.AllModelGroup
Determine if empty content is allowed
isEmptiable() - Method in class com.saxonica.schema.ChoiceModelGroup
Determine if empty content is allowed
isEmptiable() - Method in class com.saxonica.schema.ElementParticle
Determine if this particle can be empty
isEmptiable() - Method in class com.saxonica.schema.ElementWildcard
Determine if this particle can be empty
isEmptiable() - Method in class com.saxonica.schema.ModelGroup
Determine if empty content is allowed
isEmptiable() - Method in class com.saxonica.schema.ModelGroupDefinition
Determine if empty content is allowed
isEmptiable() - Method in class com.saxonica.schema.ModelGroupParticle
Determine if empty content is allowed
isEmptiable() - Method in class com.saxonica.schema.Particle
Determine if empty content is allowed
isEmptiable() - Method in class com.saxonica.schema.SequenceModelGroup
Determine if empty content is allowed
isEmptiable() - Method in class com.saxonica.schema.UserComplexType
Test whether the content model of this complexType allows empty content
isEmptiable() - Method in class net.sf.saxon.type.AnyType
Test whether the content model of this complexType allows empty content
isEmptiable() - Method in interface net.sf.saxon.type.ComplexType
Test whether the content model of this complex type allows empty content.
isEmptiable() - Method in class net.sf.saxon.type.Untyped
Test whether the content model of this complexType allows empty content
isEmpty() - Method in class com.saxonica.functions.map.ImmutableMap
Ask whether the map is empty
isEmpty() - Method in interface com.saxonica.functions.map.MapItem
Ask whether the map is empty
isEmpty() - Method in class com.saxonica.functions.map.RangeKey
Ask whether the map is empty
isEmpty() - Method in class com.saxonica.functions.map.SingletonMap
Ask whether the map is empty
isEmpty() - Method in class com.saxonica.schema.ModelGroup
Return true if the content model is empty
isEmpty() - Method in class com.saxonica.xslt3.instruct.AccumulatorManagerPE
Ask whether any accumulators exist
isEmpty() - Method in class net.sf.saxon.trans.Mode
Ask whether there are any template rules in this mode (a mode could exist merely because it is referenced in apply-templates)
isEmpty() - Method in class net.sf.saxon.z.IntArraySet
 
isEmpty() - Method in class net.sf.saxon.z.IntBlockSet
 
isEmpty() - Method in class net.sf.saxon.z.IntCheckingSet
 
isEmpty() - Method in class net.sf.saxon.z.IntComplementSet
 
isEmpty() - Method in class net.sf.saxon.z.IntEmptySet
 
isEmpty() - Method in class net.sf.saxon.z.IntHashSet
 
isEmpty() - Method in class net.sf.saxon.z.IntRangeSet
 
isEmpty() - Method in interface net.sf.saxon.z.IntSet
Determine if the set is empty
isEmpty() - Method in class net.sf.saxon.z.IntSingletonSet
 
isEmpty() - Method in class net.sf.saxon.z.IntUniversalSet
 
isEmptyContent() - Method in class com.saxonica.schema.UserComplexType
Ask whether the contentType of this complexType is empty
isEmptyContent() - Method in class net.sf.saxon.type.AnyType
Test whether the content type of this complex type is empty
isEmptyContent() - Method in interface net.sf.saxon.type.ComplexType
Test whether the content model of this complex type is empty.
isEmptyContent() - Method in class net.sf.saxon.type.Untyped
Test whether the content type of this complex type is empty
isEmptyLeast() - Method in class net.sf.saxon.query.QueryModule
Ask what is the option for where an empty sequence appears in the collation order, if not otherwise specified in the "order by" clause
isEmptyLeast() - Method in class net.sf.saxon.query.StaticQueryContext
Ask where an empty sequence should appear in the collation order, if not otherwise specified in the "order by" clause
isEmptySequence(Expression) - Static method in class net.sf.saxon.expr.Literal
Test whether the literal explicitly wraps an empty sequence.
isEmptyTag(String) - Static method in class net.sf.saxon.serialize.HTMLEmitter
 
isEnd(int) - Method in class net.sf.saxon.regex.BMPString
 
isEnd(int) - Method in class net.sf.saxon.regex.GeneralUnicodeString
 
isEnd(int) - Method in class net.sf.saxon.regex.UnicodeString
Ask whether a given position is at (or beyond) the end of the string
isEndElement() - Method in class com.saxonica.pull.PullToStax
 
isEndElement() - Method in class net.sf.saxon.evpull.EventToStaxBridge
 
isEqualNode(Node) - Method in class net.sf.saxon.dom.NodeOverNodeInfo
Compare whether two nodes have the same content.
isEvaluatedRepeatedly - Variable in class net.sf.saxon.expr.SubExpressionInfo
 
isExcludedNamespace(String) - Method in class net.sf.saxon.style.StyleElement
Check whether a namespace uri defines an namespace excluded from the result.
isExpandAttributeDefaults() - Method in class net.sf.saxon.Configuration
Determine whether elements and attributes that have a fixed or default value are to be expanded.
isExpandAttributeDefaults() - Method in class net.sf.saxon.event.PipelineConfiguration
Ask whether attribute defaults defined in a schema or DTD are to be expanded or not (by default, fixed and default attribute values are expanded, that is, they are inserted into the document during validation as if they were present in the instance being validated)
isExpandAttributeDefaults() - Method in class net.sf.saxon.lib.ParseOptions
Ask whether to expand default attributes defined in a DTD or schema.
isExpandAttributeDefaults() - Method in class net.sf.saxon.s9api.SchemaValidator
Ask whether attribute defaults defined in a schema are to be expanded or not (by default, fixed and default attribute values are expanded, that is, they are inserted into the document during validation as if they were present in the instance being validated)
isExpandingText() - Method in class net.sf.saxon.style.StyleElement
Ask whether content value templates are available within this element
isExplaining() - Method in class net.sf.saxon.style.StyleElement
Determine whether saxon:explain has been set to "yes"
isExtensionNamespace(String) - Method in class net.sf.saxon.style.StyleElement
Check whether a namespace uri defines an extension element.
isExternalType() - Method in class com.saxonica.schema.UserDefinedType
Return true if this is an external object type, that is, a Saxon-defined type for external Java or .NET objects
isExternalType() - Method in class net.sf.saxon.type.AnySimpleType
Return true if this is an external object type, that is, a Saxon-defined type for external Java or .NET objects
isExternalType() - Method in class net.sf.saxon.type.BuiltInAtomicType
Return true if this is an external object type, that is, a Saxon-defined type for external Java or .NET objects
isExternalType() - Method in class net.sf.saxon.type.BuiltInListType
Return true if this is an external object type, that is, a Saxon-defined type for external Java or .NET objects
isExternalType() - Method in class net.sf.saxon.type.ErrorType
Return true if this is an external object type, that is, a Saxon-defined type for external Java or .NET objects
isExternalType() - Method in class net.sf.saxon.type.ExternalObjectType
Return true if this is an external object type, that is, a Saxon-defined type for external Java or .NET objects
isExternalType() - Method in interface net.sf.saxon.type.PlainType
 
isExternalType() - Method in interface net.sf.saxon.type.SimpleType
Return true if this is an external object type, that is, a Saxon-defined type for external Java or .NET objects
isFacetName(String, int) - Static method in class com.saxonica.schema.Facet
Test whether a given string is one of the recognized facet names
isFile(String) - Static method in class com.saxonica.functions.extfn.EXPathFile
 
isFiltered() - Method in class net.sf.saxon.expr.VariableReference
Determine whether this variable reference is filtered
isFilterIsPositional() - Method in class net.sf.saxon.expr.FilterExpression
 
isFinalState() - Method in class com.saxonica.schema.fsa.AutomatonState
Test whether this state is a final state
isFinalState() - Method in class com.saxonica.schema.fsa.CountingState
 
isFinalState() - Method in interface com.saxonica.schema.fsa.State
 
isFinalState() - Method in class com.saxonica.schema.fsa.SuffixState
 
isFinalState(int) - Method in class com.saxonica.schema.sdoc.SchemaElement
For elements whose content model is parsed using a finite state machine, test whether a given state is a final state.
isFinalState(int) - Method in class com.saxonica.schema.sdoc.XSDAlternative
 
isFinalState(int) - Method in class com.saxonica.schema.sdoc.XSDAttributeGroup
 
isFinalState(int) - Method in class com.saxonica.schema.sdoc.XSDComplexContent
 
isFinalState(int) - Method in class com.saxonica.schema.sdoc.XSDComplexContentRestriction
 
isFinalState(int) - Method in class com.saxonica.schema.sdoc.XSDComplexType
 
isFinalState(int) - Method in class com.saxonica.schema.sdoc.XSDDefaultOpenContent
 
isFinalState(int) - Method in class com.saxonica.schema.sdoc.XSDElement
 
isFinalState(int) - Method in class com.saxonica.schema.sdoc.XSDExtension
 
isFinalState(int) - Method in class com.saxonica.schema.sdoc.XSDOpenContent
 
isFinalState(int) - Method in class com.saxonica.schema.sdoc.XSDSchema
 
isFinalState(int) - Method in class com.saxonica.schema.sdoc.XSDSimpleContent
 
isFinalState(int) - Method in class com.saxonica.schema.sdoc.XSDSimpleContentRestriction
 
isFinalState(int) - Method in class com.saxonica.schema.sdoc.XSDSimpleType
 
isFinalState(int) - Method in class com.saxonica.schema.sdoc.XSDSimpleTypeRestriction
 
isFinished() - Method in class com.saxonica.expr.flwor.WindowClause.Window
Ask whether we have found the last item in the window
isFirst() - Method in interface javax.xml.xquery.XQSequence
Checks if the current position at the first item in the sequence.
isFirst() - Method in class net.sf.saxon.xqj.SaxonXQForwardSequence
 
isFirst() - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
isFixed() - Method in class com.saxonica.schema.Facet
Ask whether the facet is defined in the schema with fixed="true"
isFixed() - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
Ask whether the sort key definition is fixed, that is, whether all the information needed to create a Comparator is known statically
isFlatSequence() - Method in class net.sf.saxon.evpull.BlockEventIterator
Determine whether the EventIterator returns a flat sequence of events, or whether it can return nested event iterators
isFlatSequence() - Method in class net.sf.saxon.evpull.BracketedDocumentIterator
Determine whether the EventIterator returns a flat sequence of events, or whether it can return nested event iterators
isFlatSequence() - Method in class net.sf.saxon.evpull.BracketedElementIterator
Determine whether the EventIterator returns a flat sequence of events, or whether it can return nested event iterators
isFlatSequence() - Method in class net.sf.saxon.evpull.ComplexContentProcessor
Determine whether the EventIterator returns a flat sequence of events, or whether it can return nested event iterators
isFlatSequence() - Method in class net.sf.saxon.evpull.Decomposer
Determine whether the EventIterator returns a flat sequence of events, or whether it can return nested event iterators
isFlatSequence() - Method in class net.sf.saxon.evpull.EmptyEventIterator
Determine whether the EventIterator returns a flat sequence of events, or whether it can return nested event iterators
isFlatSequence() - Method in class net.sf.saxon.evpull.EventAnnotationStripper
Determine whether the EventIterator returns a flat sequence of events, or whether it can return nested event iterators
isFlatSequence() - Method in interface net.sf.saxon.evpull.EventIterator
Determine whether the EventIterator returns a flat sequence of events, or whether it can return nested event iterators
isFlatSequence() - Method in class net.sf.saxon.evpull.EventIteratorOverSequence
Determine whether the EventIterator returns a flat sequence of events, or whether it can return nested event iterators
isFlatSequence() - Method in class net.sf.saxon.evpull.EventMappingIterator
Determine whether the EventIterator returns a flat sequence of events, or whether it can return nested event iterators
isFlatSequence() - Method in class net.sf.saxon.evpull.EventStackIterator
Determine whether the EventIterator returns a flat sequence of events, or whether it can return nested event iterators
isFlatSequence() - Method in class net.sf.saxon.evpull.NamespaceMaintainer
Determine whether the EventIterator returns a flat sequence of events, or whether it can return nested event iterators
isFlatSequence() - Method in class net.sf.saxon.evpull.PullEventTracer
Determine whether the EventIterator returns a flat sequence of events, or whether it can return nested event iterators
isFlatSequence() - Method in class net.sf.saxon.evpull.SingletonEventIterator
Determine whether the EventIterator returns a flat sequence of events, or whether it can return nested event iterators
isFlatSequence() - Method in class net.sf.saxon.evpull.StaxToEventBridge
Determine whether the EventIterator returns a flat sequence of events, or whether it can return nested event iterators
isFlatSequence() - Method in class net.sf.saxon.evpull.TracingEventIterator
Determine whether the EventIterator returns a flat sequence of events, or whether it can return nested event iterators
isFlatSequence() - Method in class net.sf.saxon.tree.tiny.TinyTreeEventIterator
Determine whether the EventIterator returns a flat sequence of events, or whether it can return nested event iterators
isFlattened() - Method in class net.sf.saxon.expr.VariableReference
Test whether this variable reference is flattened - that is, whether it is atomized etc
isForwards - Static variable in class net.sf.saxon.om.AxisInfo
Table indicating for each axis whether it is in forwards document order
isFullAxisFeatureSupported() - Method in interface javax.xml.xquery.XQMetaData
Query if XQuery full axis feature is supported in this connection.
isFullAxisFeatureSupported() - Method in class net.sf.saxon.xqj.SaxonXQMetaData
 
isFullyRead() - Method in class net.sf.saxon.value.MemoClosure
Determine whether the contents of the MemoClosure have been fully read
isGenerallyComparable(BuiltInAtomicType, BuiltInAtomicType, boolean) - Static method in class net.sf.saxon.type.Type
Determine whether two primitive atomic types are comparable under the rules for GeneralComparisons (that is, untyped atomic values treated as comparable to anything)
isGenerateByteCode(int) - Method in class net.sf.saxon.Configuration
Ask whether bytecode should be generated.
isGenerateIdEmulation() - Method in class net.sf.saxon.expr.IdentityComparison
Test the flag that indicates different empty-sequence behavior when emulating comparison of two generate-id's
isGlobal() - Method in class com.saxonica.expr.XPath30Parser.TemporaryXSLTVariableBinding
 
isGlobal() - Method in class com.saxonica.schema.AttributeDecl
Determine whether this attribute declaration is global.
isGlobal() - Method in class com.saxonica.schema.ElementDecl
Determine whether this element declaration is global.
isGlobal() - Method in class net.sf.saxon.expr.Assignation
Indicate whether the binding is local or global.
isGlobal() - Method in interface net.sf.saxon.expr.Binding
Indicate whether the binding is local or global.
isGlobal() - Method in class net.sf.saxon.expr.flwor.LocalVariableBinding
Indicate whether the binding is local or global.
isGlobal() - Method in class net.sf.saxon.expr.instruct.GeneralVariable
 
isGlobal() - Method in class net.sf.saxon.expr.instruct.GlobalVariable
Is this a global variable?
isGlobal() - Method in class net.sf.saxon.expr.instruct.UserFunctionParameter
Indicate whether the binding is local or global.
isGlobal() - Method in class net.sf.saxon.expr.PositionVariable
Indicate whether the binding is local or global.
isGlobal() - Method in class net.sf.saxon.style.XSLGeneralVariable
Test whether this is a global variable or parameter
isGlobal() - Method in class net.sf.saxon.sxpath.XPathVariable
Ask whether the binding is local or global.
isGlobal() - Method in class net.sf.saxon.xpath.JAXPVariable
Indicate whether the binding is local or global.
isGlobalError() - Method in exception net.sf.saxon.trans.XPathException
Ask whether this exception originated while evaluating a global variable reference, and is therefore to be reported regardless of the try/catch context surrounding the variable reference
isGuaranteedComparable(BuiltInAtomicType, BuiltInAtomicType, boolean) - Static method in class net.sf.saxon.type.Type
Determine whether two primitive atomic types are comparable under the rules for ValueComparisons (that is, untyped atomic values treated as strings)
isGuaranteedGenerallyComparable(BuiltInAtomicType, BuiltInAtomicType, boolean) - Static method in class net.sf.saxon.type.Type
Determine whether two primitive atomic types are guaranteed comparable under the rules for GeneralComparisons (that is, untyped atomic values treated as comparable to anything).
isHighSurrogate(int) - Static method in class net.sf.saxon.serialize.charcode.UTF16CharacterSet
Test whether the given character is a high surrogate
isHTMLElement(NodeName) - Method in class net.sf.saxon.serialize.HTML40Emitter
Decide whether an element is "serialized as an HTML element" in the language of the 3.0 specification
isHTMLElement(NodeName) - Method in class net.sf.saxon.serialize.HTML50Emitter
Decide whether an element is "serialized as an HTML element" in the language of the 3.0 specification
isHTMLElement(NodeName) - Method in class net.sf.saxon.serialize.HTMLEmitter
Decide whether an element is "serialized as an HTML element" in the language of the 3.0 specification
isHtmlVersion5(Properties) - Static method in class net.sf.saxon.lib.SaxonOutputKeys
Examine the already-validated properties to see whether the html-version property is present with the decimal value 5.0
isId() - Method in class com.saxonica.pull.UnconstructedParent
Determine whether this node has the is-id property
isId() - Method in class com.saxonica.stream.om.FleetingNode
Determine whether this node has the is-id property
isId() - Method in class net.sf.saxon.dom.AttrOverNodeInfo
Determine whether this (attribute) node is an ID.
isId() - Method in class net.sf.saxon.dom.DOMNodeWrapper
Determine whether this node has the is-id property
isId(int) - Method in interface net.sf.saxon.om.AttributeCollection
Determine whether a given attribute has the is-ID property set
isId() - Method in interface net.sf.saxon.om.NodeInfo
Determine whether this node has the is-id property
isId() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Determine whether this node has the is-id property
isId() - Method in class net.sf.saxon.option.axiom.AxiomLeafNodeWrapper
Determine whether this node has the is-id property
isId() - Method in class net.sf.saxon.option.jdom.JDOMNodeWrapper
Determine whether this node has the is-id property
isId() - Method in class net.sf.saxon.option.jdom2.JDOM2NodeWrapper
Determine whether this node has the is-id property
isId() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Determine whether this node has the is-id property
isId() - Method in class net.sf.saxon.tree.linked.ElementImpl
Determine whether this node has the is-id property
isId() - Method in class net.sf.saxon.tree.linked.NodeImpl
Determine whether this node has the is-id property
isId() - Method in class net.sf.saxon.tree.NamespaceNode
Determine whether this node has the is-id property
isId(int) - Method in class net.sf.saxon.tree.tiny.TinyAttributeCollection
Determine whether a given attribute has the is-ID property set
isId() - Method in class net.sf.saxon.tree.tiny.TinyElementImpl
Determine whether this node has the is-id property
isId() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Determine whether this node has the is-id property
isId(int) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Determine whether a given attribute has the is-ID property set
isId() - Method in class net.sf.saxon.tree.util.Orphan
Determine whether this node has the is-id property
isId() - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
Determine whether this node has the is-id property
isId() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Determine whether this node has the is-id property
isId() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Determine whether this node has the is-id property
isId() - Method in class net.sf.saxon.value.TextFragmentValue
Determine whether this node has the is-id property
isIdAttribute(int) - Method in class com.saxonica.jaxp.TypedContentHandler.TypeInfoProviderImpl
Returns true if the specified attribute is determined to be an ID.
isIdAttribute(int) - Method in class net.sf.saxon.tree.tiny.TinyTree
Determine whether an attribute is an IDREF/IDREFS attribute.
isIdCode(int) - Method in class net.sf.saxon.type.TypeHierarchy
Test whether a type annotation code represents the type xs:ID or one of its subtypes
isIdElement(int) - Method in class net.sf.saxon.tree.tiny.TinyTree
Ask whether an element is an ID element.
isIdentical(IdentityComparable) - Method in class net.sf.saxon.om.CodedName
 
isIdentical(IdentityComparable) - Method in class net.sf.saxon.om.FingerprintedQName
 
isIdentical(IdentityComparable) - Method in interface net.sf.saxon.om.IdentityComparable
Determine whether two IdentityComparable objects are identical.
isIdentical(IdentityComparable) - Method in class net.sf.saxon.om.NameOfNode
 
isIdentical(IdentityComparable) - Method in class net.sf.saxon.om.NoNamespaceName
 
isIdentical(AtomicValue) - Method in class net.sf.saxon.value.AtomicValue
Determine whether two atomic values are identical, as determined by XML Schema rules.
isIdentical(IdentityComparable) - Method in class net.sf.saxon.value.AtomicValue
Determine whether two IdentityComparable values are identical.
isIdentical(AtomicValue) - Method in class net.sf.saxon.value.CalendarValue
 
isIdentical(AtomicValue) - Method in class net.sf.saxon.value.DecimalValue
Determine whether two atomic values are identical, as determined by XML Schema rules.
isIdentical(AtomicValue) - Method in class net.sf.saxon.value.DoubleValue
Determine whether two atomic values are identical, as determined by XML Schema rules.
isIdentical(AtomicValue) - Method in class net.sf.saxon.value.FloatValue
Determine whether two atomic values are identical, as determined by XML Schema rules.
isIdentical(AtomicValue) - Method in class net.sf.saxon.value.IntegerValue
Determine whether two atomic values are identical, as determined by XML Schema rules.
isIdentical(AtomicValue) - Method in class net.sf.saxon.value.QualifiedNameValue
 
isIdentical(AtomicValue) - Method in class net.sf.saxon.value.StringValue
Determine whether two atomic values are identical, as determined by XML Schema rules.
isIdref() - Method in class com.saxonica.pull.UnconstructedParent
Determine whether this node has the is-idref property
isIdref() - Method in class com.saxonica.stream.om.FleetingNode
Determine whether this node has the is-idref property
isIdref(int) - Method in interface net.sf.saxon.om.AttributeCollection
Determine whether a given attribute has the is-idref property set
isIdref() - Method in interface net.sf.saxon.om.NodeInfo
Determine whether this node has the is-idref property
isIdref() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Determine whether this node has the is-idref property
isIdref() - Method in class net.sf.saxon.option.axiom.AxiomLeafNodeWrapper
Determine whether this node has the is-idref property
isIdref() - Method in class net.sf.saxon.option.jdom.JDOMNodeWrapper
Determine whether this node has the is-idref property
isIdref() - Method in class net.sf.saxon.option.jdom2.JDOM2NodeWrapper
Determine whether this node has the is-idref property
isIdref() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Determine whether this node has the is-idref property
isIdref() - Method in class net.sf.saxon.tree.linked.NodeImpl
Determine whether this node has the is-idref property
isIdref() - Method in class net.sf.saxon.tree.NamespaceNode
Determine whether this node has the is-idref property
isIdref(int) - Method in class net.sf.saxon.tree.tiny.TinyAttributeCollection
Determine whether a given attribute has the is-idref property set
isIdref() - Method in class net.sf.saxon.tree.tiny.TinyElementImpl
Determine whether this node has the is-idref property
isIdref() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Determine whether this node has the is-idref property
isIdref(int) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
Determine whether a given attribute has the is-idref property set
isIdref() - Method in class net.sf.saxon.tree.util.Orphan
Determine whether this node has the is-idref property
isIdref() - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
Determine whether this node has the is-idref property
isIdref() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Determine whether this node has the is-idref property
isIdref() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Determine whether this node has the is-idref property
isIdref() - Method in class net.sf.saxon.value.TextFragmentValue
Determine whether this node has the is-idref property
isIdrefAttribute(int) - Method in class net.sf.saxon.tree.tiny.TinyTree
Determine whether an attribute is an IDREF/IDREFS attribute.
isIdrefElement(int) - Method in class net.sf.saxon.tree.tiny.TinyTree
Ask whether an element is an IDREF/IDREFS element.
isIdrefsCode(int) - Method in class net.sf.saxon.type.TypeHierarchy
Test whether a type annotation code represents the type xs:IDREF, xs:IDREFS or one of their subtypes
isIdRefType() - Method in class com.saxonica.schema.UserAtomicType
Ask whether this type is an IDREF or IDREFS type.
isIdRefType() - Method in class com.saxonica.schema.UserComplexType
Ask whether this type is an IDREF or IDREFS type.
isIdRefType() - Method in class com.saxonica.schema.UserListType
Ask whether this type is an IDREF or IDREFS type.
isIdRefType() - Method in class com.saxonica.schema.UserSimpleType
Ask whether this type is an IDREF or IDREFS type.
isIdRefType() - Method in class com.saxonica.schema.UserUnionType
Ask whether this type is an IDREF or IDREFS type.
isIdRefType() - Method in class net.sf.saxon.type.AnySimpleType
Ask whether this type is an IDREF or IDREFS type.
isIdRefType() - Method in class net.sf.saxon.type.AnyType
Ask whether this type is an IDREF or IDREFS type.
isIdRefType() - Method in class net.sf.saxon.type.BuiltInAtomicType
Ask whether this type is an IDREF or IDREFS type.
isIdRefType() - Method in class net.sf.saxon.type.BuiltInListType
Ask whether this type is an IDREF or IDREFS type.
isIdRefType() - Method in class net.sf.saxon.type.ErrorType
Ask whether this type is an IDREF or IDREFS type.
isIdRefType() - Method in interface net.sf.saxon.type.SchemaType
Ask whether this type is an IDREF or IDREFS type.
isIdRefType() - Method in class net.sf.saxon.type.Untyped
Ask whether this type is an IDREF or IDREFS type.
isIdType() - Method in class com.saxonica.schema.UserAtomicType
Ask whether this type is an ID type.
isIdType() - Method in class com.saxonica.schema.UserComplexType
Ask whether this type is an ID type.
isIdType() - Method in class com.saxonica.schema.UserListType
Ask whether this type is an ID type.
isIdType() - Method in class com.saxonica.schema.UserSimpleType
Ask whether this type is an ID type.
isIdType() - Method in class com.saxonica.schema.UserUnionType
Ask whether this type is an ID type.
isIdType() - Method in class net.sf.saxon.type.AnySimpleType
Ask whether this type is an ID type.
isIdType() - Method in class net.sf.saxon.type.AnyType
Ask whether this type is an ID type.
isIdType() - Method in class net.sf.saxon.type.BuiltInAtomicType
Ask whether this type is an ID type.
isIdType() - Method in class net.sf.saxon.type.BuiltInListType
Ask whether this type is an ID type.
isIdType() - Method in class net.sf.saxon.type.ErrorType
Ask whether this type is an ID type.
isIdType() - Method in interface net.sf.saxon.type.SchemaType
Ask whether this type is an ID type.
isIdType() - Method in class net.sf.saxon.type.Untyped
Ask whether this type is an ID type.
isIgnorable(B) - Method in class net.sf.saxon.tree.iter.NodeWrappingAxisIterator
 
isIgnoreNaN() - Method in class net.sf.saxon.functions.Minimax
Test whether NaN values are to be ignored
isIgnoringIgnorableWhitespace() - Method in class net.sf.saxon.event.ReceivingContentHandler
Determine whether "ignorable whitespace" is ignored.
isImaginary() - Method in class net.sf.saxon.tree.linked.DocumentImpl
Ask whether this is an imaginary document node
isImplicitlyRequiredParam() - Method in class net.sf.saxon.expr.instruct.GeneralVariable
Ask whether this variable represents a parameter that is implicitly required, because there is no usable default value
isImplicitSelect() - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
Ask if the select expression was implicit
isImport() - Method in class net.sf.saxon.style.XSLGeneralIncorporate
isImport() returns true if this is an xsl:import declaration rather than an xsl:include
isImport() - Method in class net.sf.saxon.style.XSLImport
isImport() returns true if this is an xsl:import statement rather than an xsl:include
isImport() - Method in class net.sf.saxon.style.XSLInclude
isImport() returns true if this is an xsl:import statement rather than an xsl:include
isImportedNamespace(String) - Method in class com.saxonica.schema.sdoc.XSDSchema
Determine whether a given URI is that of a namespace that has been imported into this schema document.
isImportedSchema(String) - Method in interface net.sf.saxon.expr.StaticContext
Ask whether a Schema for a given target namespace has been imported.
isImportedSchema(String) - Method in class net.sf.saxon.query.QueryModule
Get the schema for a given namespace, if it has been imported
isImportedSchema(String) - Method in class net.sf.saxon.style.ExpressionContext
Test whether a schema has been imported for a given namespace
isImportedSchema(String) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
Get an imported schema with a given namespace
isImportedSchema(String) - Method in class net.sf.saxon.style.UseWhenStaticContext
Determine whether a Schema for a given target namespace has been imported.
isImportedSchema(String) - Method in class net.sf.saxon.sxpath.IndependentContext
 
isImportedSchema(String) - Method in class net.sf.saxon.xpath.JAXPXPathStaticContext
Determine whether a Schema for a given target namespace has been imported.
isInBackwardsCompatibleMode() - Method in interface net.sf.saxon.expr.StaticContext
Determine whether backwards compatibility mode is used
isInBackwardsCompatibleMode() - Method in class net.sf.saxon.functions.StaticContextForSystemFunctions
Determine whether Backwards Compatible Mode is used
isInBackwardsCompatibleMode() - Method in class net.sf.saxon.query.QueryModule
Determine whether Backwards Compatible Mode is used
isInBackwardsCompatibleMode() - Method in class net.sf.saxon.style.ExpressionContext
Determine whether Backwards Compatible Mode is used
isInBackwardsCompatibleMode() - Method in class net.sf.saxon.style.UseWhenStaticContext
Determine whether Backwards Compatible Mode is used
isInBackwardsCompatibleMode() - Method in class net.sf.saxon.sxpath.AbstractStaticContext
Determine whether Backwards Compatible Mode is used
isIncludeUnclosedWindows() - Method in class com.saxonica.expr.flwor.WindowClause
 
isIncrementallyConsuming(Expression) - Static method in class com.saxonica.stream.Streamability
 
isIndependentNumericFilter() - Method in class net.sf.saxon.expr.FilterExpression
Determine whether the filter is a simple independent numeric, that is, an expression that satisfies the following conditions: (a) its value is numeric; (b) the value does not depend on the context item or position; (c) the cardinality is zero or one.
isIndexableFilter(Expression) - Method in class com.saxonica.expr.ee.OptimizerEE
Test whether a filter predicate is indexable.
isIndexableFilter(Expression) - Method in class net.sf.saxon.expr.parser.Optimizer
Test whether a filter predicate is indexable.
isIndexedVariable() - Method in class net.sf.saxon.expr.Assignation
Test whether the variable bound by this let expression should be indexable
isIndexedVariable() - Method in class net.sf.saxon.expr.instruct.GlobalVariable
Ask whether this is an indexed variable
isIndexedVariable() - Method in class net.sf.saxon.expr.instruct.UserFunctionParameter
Ask whether this parameter requires support for indexing
isInexpressible() - Method in class com.saxonica.schema.Wildcard
Determine whether this wildcard represents an "inexpressible" intersection or union
isInheritable() - Method in class com.saxonica.schema.AttributeDecl
Ask whether this attribute is inheritable
isInheritable() - Method in class com.saxonica.schema.AttributeUse
Ask whether this attribute is inheritable
isInheritedAttributePath(Expression) - Static method in class net.sf.saxon.expr.SlashExpression
Tests whether a path selects attributes of ancestor elements: this has special significance for streamability analysis.
isInheritNamespaces() - Method in class net.sf.saxon.expr.instruct.ElementCreator
Determine whether the inherit namespaces flag is set
isInheritNamespaces() - Method in class net.sf.saxon.query.QueryModule
Get the namespace inheritance mode
isInheritNamespaces() - Method in class net.sf.saxon.query.StaticQueryContext
Get the namespace inheritance mode
isInlineable() - Method in class net.sf.saxon.expr.instruct.UserFunction
Ask whether the function can be inlined
isInLoop() - Method in class net.sf.saxon.expr.VariableReference
Determine whether this variable reference appears in a loop relative to its declaration.
isInNamespace(String) - Method in class net.sf.saxon.om.CodedName
Test whether this name is in a given namespace
isInNamespace(String) - Method in class net.sf.saxon.om.NameOfNode
Test whether this name is in a given namespace
isInNamespace(String) - Method in interface net.sf.saxon.om.NodeName
Test whether this name is in a given namespace
isInNamespace(String) - Method in class net.sf.saxon.om.NoNamespaceName
Test whether this name is in a given namespace
isInNamespace(String) - Method in class net.sf.saxon.om.StructuredQName
Test whether this name is in a given namespace
isInRangeForInt(Expression) - Method in class com.saxonica.bytecode.util.CompilerService
 
isInRangeForLong(Expression) - Method in class com.saxonica.bytecode.util.CompilerService
 
isInSameNamespace(NodeName) - Method in class net.sf.saxon.om.CodedName
Test whether this name is in the same namespace as another name
isInSameNamespace(NodeName) - Method in class net.sf.saxon.om.NameOfNode
Test whether this name is in the same namespace as another name
isInSameNamespace(NodeName) - Method in interface net.sf.saxon.om.NodeName
Test whether this name is in the same namespace as another name
isInSameNamespace(NodeName) - Method in class net.sf.saxon.om.NoNamespaceName
Test whether this name is in the same namespace as another name
isInSameNamespace(NodeName) - Method in class net.sf.saxon.om.StructuredQName
Test whether this name is in the same namespace as another name
isInstruction() - Method in class com.saxonica.xslt3.style.XSLAssert
Determine whether this node is an instruction.
isInstruction() - Method in class com.saxonica.xslt3.style.XSLBreakOrContinue
Determine whether this node is an instruction.
isInstruction() - Method in class com.saxonica.xslt3.style.XSLCatch
Determine whether this node is an instruction.
isInstruction() - Method in class com.saxonica.xslt3.style.XSLEvaluate
Determine whether this node is an instruction.
isInstruction() - Method in class com.saxonica.xslt3.style.XSLFork
Determine whether this node is an instruction.
isInstruction() - Method in class com.saxonica.xslt3.style.XSLIterate
Determine whether this node is an instruction.
isInstruction() - Method in class com.saxonica.xslt3.style.XSLMap
Determine whether this node is an instruction.
isInstruction() - Method in class com.saxonica.xslt3.style.XSLMapEntry
Determine whether this node is an instruction.
isInstruction() - Method in class com.saxonica.xslt3.style.XSLMerge
Determine whether this node is an instruction.
isInstruction() - Method in class com.saxonica.xslt3.style.XSLMergeAction
Determine whether this node is an instruction.
isInstruction() - Method in class com.saxonica.xslt3.style.XSLMergeSource
Determine whether this node is an instruction.
isInstruction() - Method in class com.saxonica.xslt3.style.XSLMode
Determine whether this node is an instruction.
isInstruction() - Method in class com.saxonica.xslt3.style.XSLOnCompletion
Determine whether this node is an instruction.
isInstruction() - Method in class com.saxonica.xslt3.style.XSLStream
Determine whether this node is an instruction.
isInstruction() - Method in class com.saxonica.xslt3.style.XSLTry
Determine whether this node is an instruction.
isInstruction() - Method in class com.saxonica.xsltextn.style.SaxonAssign
Determine whether this node is an instruction.
isInstruction() - Method in class com.saxonica.xsltextn.style.SaxonDoctype
Determine whether this node is an instruction.
isInstruction() - Method in class com.saxonica.xsltextn.style.SaxonEntityRef
Determine whether this node is an instruction.
isInstruction() - Method in class com.saxonica.xsltextn.style.SaxonWhile
Determine whether this node is an instruction.
isInstruction() - Method in class net.sf.saxon.option.sql.SQLColumn
Determine whether this node is an instruction.
isInstruction() - Method in class net.sf.saxon.style.AbsentExtensionElement
 
isInstruction() - Method in class net.sf.saxon.style.ExtensionInstruction
Determine whether this node is an instruction.
isInstruction() - Method in class net.sf.saxon.style.LiteralResultElement
Specify that this is an instruction
isInstruction() - Method in class net.sf.saxon.style.StyleElement
Ask whether this node is an instruction.
isInstruction() - Method in class net.sf.saxon.style.XSLAnalyzeString
Determine whether this node is an instruction.
isInstruction() - Method in class net.sf.saxon.style.XSLApplyImports
Determine whether this node is an instruction.
isInstruction() - Method in class net.sf.saxon.style.XSLApplyTemplates
Determine whether this node is an instruction.
isInstruction() - Method in class net.sf.saxon.style.XSLCallTemplate
Determine whether this node is an instruction.
isInstruction() - Method in class net.sf.saxon.style.XSLChoose
Determine whether this node is an instruction.
isInstruction() - Method in class net.sf.saxon.style.XSLCopy
Determine whether this node is an instruction.
isInstruction() - Method in class net.sf.saxon.style.XSLCopyOf
Determine whether this node is an instruction.
isInstruction() - Method in class net.sf.saxon.style.XSLDocument
Determine whether this node is an instruction.
isInstruction() - Method in class net.sf.saxon.style.XSLElement
Determine whether this node is an instruction.
isInstruction() - Method in class net.sf.saxon.style.XSLFallback
Determine whether this node is an instruction.
isInstruction() - Method in class net.sf.saxon.style.XSLForEach
Determine whether this node is an instruction.
isInstruction() - Method in class net.sf.saxon.style.XSLForEachGroup
Determine whether this node is an instruction.
isInstruction() - Method in class net.sf.saxon.style.XSLGlobalVariable
Determine whether this node is an instruction.
isInstruction() - Method in class net.sf.saxon.style.XSLIf
Determine whether this node is an instruction.
isInstruction() - Method in class net.sf.saxon.style.XSLLeafNodeConstructor
Determine whether this node is an instruction.
isInstruction() - Method in class net.sf.saxon.style.XSLLocalVariable
Determine whether this node is an instruction.
isInstruction() - Method in class net.sf.saxon.style.XSLMessage
Determine whether this node is an instruction.
isInstruction() - Method in class net.sf.saxon.style.XSLNextMatch
Determine whether this node is an instruction.
isInstruction() - Method in class net.sf.saxon.style.XSLNumber
Determine whether this node is an instruction.
isInstruction() - Method in class net.sf.saxon.style.XSLPerformSort
Determine whether this node is an instruction.
isInstruction() - Method in class net.sf.saxon.style.XSLResultDocument
Determine whether this node is an instruction.
isInstruction() - Method in class net.sf.saxon.style.XSLSequence
Determine whether this node is an instruction.
isInteger(AtomicValue) - Static method in class net.sf.saxon.value.NumericValue
Test whether a value is an integer (an instance of a subtype of xs:integer)
isInventPrefixes() - Method in class net.sf.saxon.event.StreamWriterToReceiver
Ask whether prefixes are to be invented when none is specified by the user
isInventPrefixes() - Method in interface net.sf.saxon.s9api.BuildingStreamWriter
Ask whether prefixes are to be invented when none is specified by the user
isInverse(int, int) - Static method in class net.sf.saxon.expr.BinaryExpression
Test if one operator is the inverse of another, so that (A op1 B) is equivalent to (B op2 A).
isJava() - Method in class net.sf.saxon.java.JavaPlatform
Return true if this is the Java platform
isJava() - Method in interface net.sf.saxon.Platform
Return true if this is the Java platform
isKeyword(String) - Method in class net.sf.saxon.expr.parser.ExpressionParser
Test whether the current token is a given keyword.
isKnownToBeComparable() - Method in class com.saxonica.expr.EquivalenceComparison
 
isKnownToContainNoSurrogates() - Method in class net.sf.saxon.value.StringValue
Ask whether the string is known to contain no surrogate pairs.
isLang(String, NodeInfo) - Static method in class net.sf.saxon.functions.Lang
Test whether the context node has the given language attribute
isLanguagePrimitiveType(AtomicType) - Static method in class com.saxonica.bytecode.util.CompilerService
 
isLast() - Method in interface javax.xml.xquery.XQSequence
Checks if the current position at the last item in the sequence.
isLast() - Method in class net.sf.saxon.xqj.SaxonXQForwardSequence
 
isLast() - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
IsLastExpression - Class in net.sf.saxon.expr
A position() eq last() expression, generated by the optimizer.
IsLastExpression(boolean) - Constructor for class net.sf.saxon.expr.IsLastExpression
Construct a condition that tests position() eq last() (if condition is true) or position() ne last() (if condition is false).
IsLastExpressionCompiler - Class in com.saxonica.bytecode
Generate bytecode for the IsLastExpression, which tests whether position() is equal to last()
IsLastExpressionCompiler() - Constructor for class com.saxonica.bytecode.IsLastExpressionCompiler
 
isLax() - Method in class net.sf.saxon.s9api.SchemaValidator
Ask whether validation is to be in lax mode.
isLazyConstruction() - Method in class net.sf.saxon.expr.instruct.ParentNodeConstructor
Establish whether lazy construction is to be used
isLeapYear(int) - Static method in class net.sf.saxon.value.GDateValue
Test whether a year is a leap year
isLetterOrDigit(int) - Static method in class net.sf.saxon.expr.number.NumberFormatter
Determine whether a (possibly non-BMP) character is a letter or digit.
isLicensedFeature(int) - Method in class com.saxonica.config.ProfessionalConfiguration
Determine if a particular feature is licensed.
isLicensedFeature(int) - Method in class net.sf.saxon.Configuration
Determine if a particular feature is licensed.
isLicenseFound() - Method in class com.saxonica.config.ProfessionalConfiguration
Ask if the configuration is known to be licensed
isLicenseNotFound() - Method in class com.saxonica.config.ProfessionalConfiguration
Ask if the configuration is known to be unlicensed
isLineNumbering() - Method in class net.sf.saxon.Configuration
Determine whether source documents will maintain line numbers, for the benefit of the saxon:line-number() extension function as well as run-time tracing.
isLineNumbering() - Method in class net.sf.saxon.lib.AugmentedSource
Get whether line numbers are to be maintained in the constructed document
isLineNumbering() - Method in class net.sf.saxon.lib.ParseOptions
Get whether line numbers are to be maintained in the constructed document
isLineNumbering() - Method in class net.sf.saxon.s9api.DocumentBuilder
Ask whether line numbering is enabled for documents loaded using this DocumentBuilder.
isLineNumberingSet() - Method in class net.sf.saxon.lib.AugmentedSource
Determine whether setLineNumbering() has been called
isLineNumberingSet() - Method in class net.sf.saxon.lib.ParseOptions
Determine whether setLineNumbering() has been called
isListType() - Method in class com.saxonica.schema.sdoc.SimpleTypeDefinition
On a SimpleTypeDefinition, isListType() always returns true if the type is "derived by List".
isListType() - Method in class com.saxonica.schema.UserListType
Returns true if this type is derived by list, or if it is derived by restriction from a list type, or if it is a union that contains a list as one of its members
isListType() - Method in class com.saxonica.schema.UserSimpleType
Returns true if this type is derived by list, or if it is derived by restriction from a list type, or if it is a union that contains a list as one of its members
isListType() - Method in class com.saxonica.schema.UserUnionType
Determine whether this is a list type
isListType() - Method in class net.sf.saxon.type.AnySimpleType
Determine whether this is a list type
isListType() - Method in class net.sf.saxon.type.BuiltInAtomicType
Returns true if this type is derived by list, or if it is derived by restriction from a list type, or if it is a union that contains a list as one of its members
isListType() - Method in class net.sf.saxon.type.BuiltInListType
Returns true if this type is derived by list, or if it is derived by restriction from a list type, or if it is a union that contains a list as one of its members
isListType() - Method in class net.sf.saxon.type.ErrorType
Determine whether this is a list type
isListType() - Method in interface net.sf.saxon.type.SimpleType
Test whether this Simple Type is a list type
isLiteral() - Method in class net.sf.saxon.regex.REFlags
 
isLoopingReference(Binding, VariableReference) - Method in class net.sf.saxon.expr.parser.ExpressionVisitor
 
isLoopingSubexpression(Expression) - Method in class net.sf.saxon.expr.parser.ExpressionVisitor
Return true if the current expression at the top of the visitor's stack is evaluated repeatedly when a given ancestor expression is evaluated once
isLowSurrogate(int) - Static method in class net.sf.saxon.serialize.charcode.UTF16CharacterSet
Test whether the given character is a low surrogate
isMainModule() - Method in class net.sf.saxon.query.QueryModule
Ask whether this is a "main" module, in the sense of the XQuery language specification
isMapType() - Method in class com.saxonica.functions.map.MapType
Ask whether this function item type is a map type.
isMapType() - Method in class net.sf.saxon.type.AnyFunctionType
Ask whether this function item type is a map type.
isMapType() - Method in interface net.sf.saxon.type.FunctionItemType
Ask whether this function item type is a map type.
isMarkedUnavailable(DocumentURI) - Method in class net.sf.saxon.om.DocumentPool
Ask whether a document URI is in the set of URIs known to be unavailable, because doc-available() has been previously called and has returned false
isMatching() - Method in class net.sf.saxon.regex.ARegexIterator
Determine whether the current item is a matching item or a non-matching item
isMatching() - Method in class net.sf.saxon.regex.JRegexIterator
Determine whether the current item is a matching item or a non-matching item
isMatching() - Method in interface net.sf.saxon.regex.RegexIterator
Determine whether the current item in the sequence is a matching item or a non-matching item
isMemoFunction() - Method in class com.saxonica.expr.MemoFunction
Ask whether this function is a memo function
isMemoFunction() - Method in class net.sf.saxon.expr.instruct.UserFunction
Ask whether this function is a memo function
isMemoFunction() - Method in class net.sf.saxon.query.XQueryFunction
Find out whether this is a memo function
isMixedContent() - Method in class com.saxonica.schema.UserComplexType
Ask whether this complex type allows mixed content
isMixedContent() - Method in class net.sf.saxon.type.AnyType
Test whether this complex type allows mixed content
isMixedContent() - Method in interface net.sf.saxon.type.ComplexType
Test whether this complex type allows mixed content.
isMixedContent() - Method in class net.sf.saxon.type.Untyped
Test whether this complex type allows mixed content
isModuleFeatureSupported() - Method in interface javax.xml.xquery.XQMetaData
Query if XQuery module feature is supported in this connection.
isModuleFeatureSupported() - Method in class net.sf.saxon.xqj.SaxonXQMetaData
 
isMotionless(boolean) - Method in class net.sf.saxon.pattern.AncestorQualifiedPattern
Test whether a pattern is motionless, that is, whether it can be evaluated against a node without repositioning the input stream.
isMotionless(boolean) - Method in class net.sf.saxon.pattern.ConditionalPattern
 
isMotionless(boolean) - Method in class net.sf.saxon.pattern.GeneralNodePattern
Test whether a pattern is motionless, that is, whether it can be evaluated against a node without repositioning the input stream.
isMotionless(boolean) - Method in class net.sf.saxon.pattern.GeneralPositionalPattern
Test whether a pattern is motionless, that is, whether it can be evaluated against a node without repositioning the input stream.
isMotionless(boolean) - Method in class net.sf.saxon.pattern.NodeSetPattern
Test whether a pattern is motionless, that is, whether it can be evaluated against a node without repositioning the input stream.
isMotionless(boolean) - Method in class net.sf.saxon.pattern.Pattern
Test whether a pattern is motionless, that is, whether it can be evaluated against a node without repositioning the input stream.
isMotionless(boolean) - Method in class net.sf.saxon.pattern.PatternThatSetsCurrent
Test whether a pattern is motionless, that is, whether it can be evaluated against a node without repositioning the input stream.
isMotionless(boolean) - Method in class net.sf.saxon.pattern.PatternWithPredicate
 
isMotionless(boolean) - Method in class net.sf.saxon.pattern.SimplePositionalPattern
Test whether a pattern is motionless, that is, whether it can be evaluated against a node without repositioning the input stream.
isMotionless(boolean) - Method in class net.sf.saxon.pattern.VennPattern
Test whether a pattern is motionless, that is, whether it can be evaluated against a node without repositioning the input stream.
isMultiLine() - Method in class net.sf.saxon.regex.REFlags
 
isMutable() - Method in class net.sf.saxon.om.TreeModel
Ask whether this tree model supports updating (that is, whether the nodes in the constructed tree will implement MutableNodeInfo, which is necessary if they are to support XQuery Update.
isNamedNodeKind() - Method in class com.saxonica.bytecode.NamespaceConstructorCompiler
Ask whether this instruction generates a kind of node that is named
isNamedNodeKind() - Method in class com.saxonica.bytecode.ProcessingInstructionCompiler
Ask whether this instruction generates a kind of node that is named
isNamedNodeKind() - Method in class com.saxonica.bytecode.SimpleNodeConstructorCompiler
Ask whether this instruction generates a kind of node that is named
isNamespaceAware() - Method in class net.sf.saxon.dom.DocumentBuilderImpl
Indicates whether or not this document builder is configured to understand namespaces.
isNamespaceSensitive() - Method in class com.saxonica.schema.sdoc.SimpleTypeDefinition
Test whether this type is namespace sensitive, that is, if a namespace context is needed to translate between the lexical space and the value space.
isNamespaceSensitive() - Method in class com.saxonica.schema.UserAtomicType
Test whether this simple type is namespace-sensitive, that is, whether it is derived from xs:QName or xs:NOTATION
isNamespaceSensitive() - Method in class com.saxonica.schema.UserListType
Test whether this simple type is namespace-sensitive, that is, whether the item types is derived from xs:QName or xs:NOTATION
isNamespaceSensitive() - Method in class com.saxonica.schema.UserUnionType
Test whether this type is namespace sensitive, that is, if a namespace context is needed to translate between the lexical space and the value space.
isNamespaceSensitive() - Method in class net.sf.saxon.type.AnySimpleType
Test whether this type represents namespace-sensitive content
isNamespaceSensitive() - Method in class net.sf.saxon.type.BuiltInAtomicType
Test whether this simple type is namespace-sensitive, that is, whether it is derived from xs:QName or xs:NOTATION
isNamespaceSensitive() - Method in class net.sf.saxon.type.BuiltInListType
 
isNamespaceSensitive() - Method in class net.sf.saxon.type.ErrorType
Test whether this type represents namespace-sensitive content
isNamespaceSensitive() - Method in interface net.sf.saxon.type.SimpleType
Test whether this type is namespace sensitive, that is, if a namespace context is needed to translate between the lexical space and the value space.
isNamespaceTestAllowed() - Method in class com.saxonica.expr.ExtendedXQueryParser
Ask whether the syntax namespace-node() is allowed in a node kind test.
isNamespaceTestAllowed() - Method in class com.saxonica.expr.XPath30Parser
Ask whether the syntax namespace-node() is allowed in a node kind test.
isNamespaceTestAllowed() - Method in class net.sf.saxon.expr.parser.ExpressionParser
Ask whether the syntax namespace-node() is allowed in a node kind test.
isNaN() - Method in class net.sf.saxon.value.AtomicValue
Test whether the value is the special value NaN
isNaN() - Method in class net.sf.saxon.value.DoubleValue
Test whether the value is the double/float value NaN
isNaN() - Method in class net.sf.saxon.value.FloatValue
Test whether the value is the double/float value NaN
isNCName10(int) - Static method in class net.sf.saxon.serialize.charcode.XMLCharacterData
Determine whether a character is valid in an NCName in XML 1.0
isNCName11(int) - Static method in class net.sf.saxon.serialize.charcode.XMLCharacterData
Determine whether a character is valid in an NCName in XML 1.1
isNCNameChar(int) - Method in class net.sf.saxon.om.Name10Checker
Test whether a character can appear in an NCName
isNCNameChar(int) - Method in class net.sf.saxon.om.Name11Checker
Test whether a character can appear in an NCName
isNCNameChar(int) - Method in class net.sf.saxon.om.NameChecker
Test whether a character can appear in an NCName
isNCNameStart10(int) - Static method in class net.sf.saxon.serialize.charcode.XMLCharacterData
Determine whether a character is valid at the start of an NCName in XML 1.0
isNCNameStart11(int) - Static method in class net.sf.saxon.serialize.charcode.XMLCharacterData
Determine whether a character is valid at the start of an NCName in XML 1.1
isNCNameStartChar(int) - Method in class net.sf.saxon.om.Name10Checker
Test whether a character can appear at the start of an NCName
isNCNameStartChar(int) - Method in class net.sf.saxon.om.Name11Checker
Test whether a character can appear at the start of an NCName
isNCNameStartChar(int) - Method in class net.sf.saxon.om.NameChecker
Test whether a character can appear at the start of an NCName
isNegatable(ExpressionVisitor) - Method in class net.sf.saxon.expr.BooleanExpression
Check whether this specific instance of the expression is negatable
isNegatable(ExpressionVisitor) - Method in interface net.sf.saxon.expr.Negatable
Check whether this specific instance of the expression is negatable
isNegatable(ExpressionVisitor) - Method in class net.sf.saxon.expr.ValueComparison
Check whether this specific instance of the expression is negatable
isNegatable(ExpressionVisitor) - Method in class net.sf.saxon.functions.BooleanFn
Check whether this specific instance of the expression is negatable
isNegatable(ExpressionVisitor) - Method in class net.sf.saxon.functions.Empty
Check whether this specific instance of the expression is negatable
isNegatable(ExpressionVisitor) - Method in class net.sf.saxon.functions.Exists
Check whether this specific instance of the expression is negatable
isNegatable(ExpressionVisitor) - Method in class net.sf.saxon.functions.NotFn
Check whether this specific instance of the expression is negatable
isNewlyIntroduced(SimpleType) - Method in class com.saxonica.schema.Facet
Test whether this facet is newly introduced on this type, that is, whether it is absent from the base type
isNil() - Method in class com.saxonica.validate.ContentValidator
Determine whether xsi:nil = true was set on this element
isNillable() - Method in class com.saxonica.schema.AttributeDecl
Determine, in the case of an Element Declaration, whether it is nillable.
isNillable() - Method in class com.saxonica.schema.ElementDecl
Determine whether or not instances of this element definition permit xsi:nil to be set to "yes".
isNillable() - Method in class com.saxonica.validate.SchemaElementTest
Determine whether nilled nodes can match this node test
isNillable(int) - Method in class com.saxonica.validate.SchemaElementTest
Determine if nilled nodes named N can match this node test
isNillable() - Method in class net.sf.saxon.pattern.CombinedNodeTest
Determine whether the content type (if present) is nillable
isNillable() - Method in class net.sf.saxon.pattern.ContentTypeTest
The test is nillable if a question mark was specified as the occurrence indicator
isNillable() - Method in class net.sf.saxon.pattern.NodeTest
Determine whether the content type (if present) is nillable
isNillable() - Method in interface net.sf.saxon.type.SchemaDeclaration
Determine, in the case of an Element Declaration, whether it is nillable.
isNilled() - Method in class com.saxonica.pull.UnconstructedParent
Determine whether the node has the is-nilled property
isNilled() - Method in class com.saxonica.stream.om.FleetingNode
Determine whether the node has the is-nilled property
isNilled(NodeInfo) - Static method in class net.sf.saxon.functions.Nilled
Determine whether a node is nilled.
isNilled() - Method in interface net.sf.saxon.om.NodeInfo
Determine whether the node has the is-nilled property
isNilled() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
Determine whether the node has the is-nilled property
isNilled() - Method in class net.sf.saxon.option.axiom.AxiomLeafNodeWrapper
Determine whether the node has the is-nilled property
isNilled() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
Determine whether the node has the is-nilled property
isNilled() - Method in class net.sf.saxon.tree.linked.ElementImpl
Determine whether the node has the is-nilled property
isNilled() - Method in class net.sf.saxon.tree.linked.NodeImpl
Determine whether the node has the is-nilled property
isNilled() - Method in class net.sf.saxon.tree.NamespaceNode
Determine whether the node has the is-nilled property
isNilled() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
Determine whether the node has the is-nilled property
isNilled(int) - Method in class net.sf.saxon.tree.tiny.TinyTree
Ask whether a given node is nilled
isNilled() - Method in class net.sf.saxon.tree.util.Orphan
Determine whether the node has the is-nilled property
isNilled() - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
Determine whether the node has the is-nilled property
isNilled() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
Determine whether the node has the is-nilled property
isNilled() - Method in class net.sf.saxon.tree.wrapper.TypeStrippedNode
Determine whether the node has the is-nilled property
isNilled() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
Determine whether the node has the is-nilled property
isNilled() - Method in class net.sf.saxon.value.TextFragmentValue
Determine whether the node has the is-nilled property
isNodeCheckRequired() - Method in class com.saxonica.expr.JavaExtensionFunctionCall
Ask whether the result needs to be checked to ensure it contains no nodes from the wrong Configuration
isNodeType(ItemType) - Static method in class net.sf.saxon.type.Type
Test whether a given type is (some subtype of) node()
isNoNodeIfEmpty(Expression) - Method in class com.saxonica.bytecode.SimpleNodeConstructorCompiler
Overridable method to ask whether no node should be produced in the case that the content is empty
isNoNodeIfEmpty(Expression) - Method in class com.saxonica.bytecode.ValueOfCompiler
Overridable method to ask whether no node should be produced in the case that the content is empty
isNoNodeIfEmpty() - Method in class net.sf.saxon.expr.instruct.ValueOf
 
isNotStronger(String, String) - Static method in class com.saxonica.schema.Wildcard
Test whether one processContents value is <= the strength of another, where skip < lax < strict
isNullable() - Method in class net.sf.saxon.regex.REProgram
Ask whether the regular expression matches a zero length string
isNumberingInstruction() - Method in class net.sf.saxon.expr.instruct.ValueOf
Determine whether this is really an xsl:number instruction
isNumericType() - Method in class net.sf.saxon.type.BuiltInAtomicType
Ask whether a built-in type is a numeric type (integer, float, double)
ISO88591CharacterSet - Class in net.sf.saxon.serialize.charcode
This class defines properties of the ISO-8859-1 character set
isObjectModelSupported(String) - Method in class net.sf.saxon.xpath.XPathFactoryImpl
Test whether a given object model is supported.
isOneToOne() - Method in class net.sf.saxon.expr.ItemMappingIterator
Ask whether this ItemMappingIterator is one-to-one: that is, for every input item, there is always exactly one output item.
isOnItem() - Method in interface javax.xml.xquery.XQSequence
Check if the sequence is positioned on an item or not.
isOnItem() - Method in class net.sf.saxon.xqj.SaxonXQForwardSequence
 
isOnItem() - Method in class net.sf.saxon.xqj.SaxonXQSequence
 
isOpenContentInterleaved() - Method in class com.saxonica.schema.fsa.