- C - Static variable in class net.sf.saxon.serialize.codenorm.Normalizer
-
Normalization Form Selector
- C1024 - Static variable in class net.sf.saxon.tree.util.FastStringBuffer
-
- C16 - Static variable in class net.sf.saxon.tree.util.FastStringBuffer
-
- C256 - Static variable in class net.sf.saxon.tree.util.FastStringBuffer
-
- C64 - Static variable in class net.sf.saxon.tree.util.FastStringBuffer
-
- 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.AnyIdivAny - Class in net.sf.saxon.expr
-
Arithmetic: anyAtomicType idiv AnyAtomicType
- Calculator.AnyMinusAny - Class in net.sf.saxon.expr
-
Arithmetic: anyAtomicType - AnyAtomicType
- Calculator.AnyModAny - Class in net.sf.saxon.expr
-
Arithmetic: anyAtomicType mod AnyAtomicType
- Calculator.AnyPlusAny - Class in net.sf.saxon.expr
-
Arithmetic: anyAtomicType + AnyAtomicType
- Calculator.AnyTimesAny - Class in net.sf.saxon.expr
-
Arithmetic: anyAtomicType * AnyAtomicType
- Calculator.DecimalDivDecimal - Class in net.sf.saxon.expr
-
Arithmetic: decimal div decimal (including types that promote to decimal, that is, integer)
- Calculator.DecimalIdivDecimal - Class in net.sf.saxon.expr
-
Arithmetic: decimal idiv decimal (including types that promote to decimal, that is, integer)
- Calculator.DecimalMinusDecimal - Class in net.sf.saxon.expr
-
Arithmetic: decimal - decimal (including types that promote to decimal, that is, integer)
- Calculator.DecimalModDecimal - Class in net.sf.saxon.expr
-
Arithmetic: decimal mod decimal (including types that promote to decimal, that is, integer)
- Calculator.DecimalPlusDecimal - Class in net.sf.saxon.expr
-
Arithmetic: decimal + decimal (including types that promote to decimal, that is, integer)
- Calculator.DecimalTimesDecimal - Class in net.sf.saxon.expr
-
Arithmetic: decimal * decimal (including types that promote to decimal, that is, integer)
- Calculator.DoubleDivDouble - Class in net.sf.saxon.expr
-
Arithmetic: double div double (including types that promote to double)
- Calculator.DoubleMinusDouble - Class in net.sf.saxon.expr
-
Arithmetic: double - double (including types that promote to double)
- Calculator.DoubleModDouble - Class in net.sf.saxon.expr
-
Arithmetic: double mod double (including types that promote to double)
- Calculator.DoublePlusDouble - Class in net.sf.saxon.expr
-
Arithmetic: double + double (including types that promote to double)
- Calculator.DoubleTimesDouble - Class in net.sf.saxon.expr
-
Arithmetic: double * double (including types that promote to double)
- Calculator.FloatDivFloat - Class in net.sf.saxon.expr
-
Arithmetic: float div float (including types that promote to float)
- Calculator.FloatIdivFloat - Class in net.sf.saxon.expr
-
Arithmetic: float idiv float (including types that promote to float)
- Calculator.FloatMinusFloat - Class in net.sf.saxon.expr
-
Arithmetic: float - float (including types that promote to float)
- Calculator.FloatModFloat - Class in net.sf.saxon.expr
-
Arithmetic: float mod float (including types that promote to float)
- Calculator.FloatPlusFloat - Class in net.sf.saxon.expr
-
Arithmetic: float + float (including types that promote to float)
- Calculator.FloatTimesFloat - Class in net.sf.saxon.expr
-
Arithmetic: float * float (including types that promote to float)
- Calculator.IntegerDivInteger - Class in net.sf.saxon.expr
-
Arithmetic: integer div integer
- Calculator.IntegerIdivInteger - Class in net.sf.saxon.expr
-
Arithmetic: integer idiv integer
- Calculator.IntegerMinusInteger - Class in net.sf.saxon.expr
-
Arithmetic: integer - integer
- Calculator.IntegerModInteger - Class in net.sf.saxon.expr
-
Arithmetic: integer mod integer
- Calculator.IntegerPlusInteger - Class in net.sf.saxon.expr
-
Arithmetic: integer + integer
- Calculator.IntegerTimesInteger - Class in net.sf.saxon.expr
-
Arithmetic: integer * integer
- CalculatorCompiler - Class in com.saxonica.ee.bytecode
-
This class generates bytecode for arithmetic expressions; it acts as a helper class to the ArithmeticCompiler
class.
- CalculatorCompiler() - Constructor for class com.saxonica.ee.bytecode.CalculatorCompiler
-
- CalculatorCompiler.AnyDivAny - Class in com.saxonica.ee.bytecode
-
Arithmetic: anyAtomicType div AnyAtomicType
- CalculatorCompiler.AnyIdivAny - Class in com.saxonica.ee.bytecode
-
Arithmetic: anyAtomicType idiv AnyAtomicType
- CalculatorCompiler.AnyMinusAny - Class in com.saxonica.ee.bytecode
-
Arithmetic: anyAtomicType - AnyAtomicType
- CalculatorCompiler.AnyModAny - Class in com.saxonica.ee.bytecode
-
- CalculatorCompiler.AnyPlusAny - Class in com.saxonica.ee.bytecode
-
Arithmetic: anyAtomicType + AnyAtomicType
- CalculatorCompiler.AnyTimesAny - Class in com.saxonica.ee.bytecode
-
Arithmetic: anyAtomicType * AnyAtomicType
- CalculatorCompiler.DecimalDivDecimal - Class in com.saxonica.ee.bytecode
-
Arithmetic: decimal / decimal (including types that promote to decimal, that is, integer)
- CalculatorCompiler.DecimalIdivDecimal - Class in com.saxonica.ee.bytecode
-
Arithmetic: decimal % decimal (including types that promote to decimal, that is, integer)
- CalculatorCompiler.DecimalMinusDecimal - Class in com.saxonica.ee.bytecode
-
Arithmetic: decimal - decimal (including types that promote to decimal, that is, integer)
- CalculatorCompiler.DecimalModDecimal - Class in com.saxonica.ee.bytecode
-
Arithmetic: decimal % decimal (including types that promote to decimal, that is, integer)
- CalculatorCompiler.DecimalPlusDecimal - Class in com.saxonica.ee.bytecode
-
Arithmetic: decimal + decimal (including types that promote to decimal, that is, integer)
- CalculatorCompiler.DecimalTimesDecimal - Class in com.saxonica.ee.bytecode
-
Arithmetic: decimal * decimal (including types that promote to decimal, that is, integer)
- CalculatorCompiler.DoubleDivDouble - Class in com.saxonica.ee.bytecode
-
Arithmetic: double / double (including types that promote to double)
- CalculatorCompiler.DoubleMinusDouble - Class in com.saxonica.ee.bytecode
-
Arithmetic: double - double (including types that promote to double)
- CalculatorCompiler.DoubleModDouble - Class in com.saxonica.ee.bytecode
-
Arithmetic: double % double (including types that promote to double)
- CalculatorCompiler.DoublePlusDouble - Class in com.saxonica.ee.bytecode
-
Arithmetic: double + double (including types that promote to double)
- CalculatorCompiler.DoubleTimesDouble - Class in com.saxonica.ee.bytecode
-
Arithmetic: double * double (including types that promote to double)
- CalculatorCompiler.FloatDivFloat - Class in com.saxonica.ee.bytecode
-
Arithmetic: float div float (including types that promote to float)
- CalculatorCompiler.FloatIdivFloat - Class in com.saxonica.ee.bytecode
-
Arithmetic: float idiv float (including types that promote to float)
- CalculatorCompiler.FloatMinusFloat - Class in com.saxonica.ee.bytecode
-
Arithmetic: float - float (including types that promote to float)
- CalculatorCompiler.FloatModFloat - Class in com.saxonica.ee.bytecode
-
Arithmetic: float mod float (including types that promote to float)
- CalculatorCompiler.FloatPlusFloat - Class in com.saxonica.ee.bytecode
-
Arithmetic: float + float (including types that promote to float))
- CalculatorCompiler.FloatTimesFloat - Class in com.saxonica.ee.bytecode
-
Arithmetic: float * float (including types that promote to float)
- CalculatorCompiler.IntegerDivInteger - Class in com.saxonica.ee.bytecode
-
- CalculatorCompiler.IntegerIdivInteger - Class in com.saxonica.ee.bytecode
-
- CalculatorCompiler.IntegerMinusInteger - Class in com.saxonica.ee.bytecode
-
- CalculatorCompiler.IntegerModInteger - Class in com.saxonica.ee.bytecode
-
- CalculatorCompiler.IntegerPlusInteger - Class in com.saxonica.ee.bytecode
-
- CalculatorCompiler.IntegerTimesInteger - Class in com.saxonica.ee.bytecode
-
- 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
-
- CalendarValueToCalendar() - Constructor for class net.sf.saxon.expr.PJConverter.CalendarValueToCalendar
-
- CalendarValueToDate() - Constructor for class net.sf.saxon.expr.PJConverter.CalendarValueToDate
-
- call(XPathContext, Sequence[]) - Method in class com.saxonica.expr.JavaExtensionFunctionCall
-
Call an extension function previously identified using the bind() method.
- call(XPathContext, 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.EXPathFileBaseDir.BaseDirCall
-
- 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.ApplyFn
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.hof.AtomicConstructorFunction
-
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.FilterFn
-
Evaluate the expression
- 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.FunctionArity
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.hof.FunctionLookup
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.hof.FunctionName
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.hof.InlineFunction
-
Invoke the function
- call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.hof.RandomNumberGenerator
-
- call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.hof.SortTwo
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.hof.UserFunctionReference.BoundUserFunction
-
- call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.xslt3.AccumulatorFn
-
Call the Callable.
- call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.xslt3.CopyOfFn
-
Evaluate the expression (used only for dynamic calls)
- call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.xslt3.CurrentMergeGroup
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.xslt3.CurrentMergeKey
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.xslt3.CurrentOutputUri
-
Call the Callable.
- call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.xslt3.SnapshotFn
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class com.saxonica.functions.xslt3.StreamAvailable
-
Call the Callable.
- 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.CastExpression
-
- 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(XPathContext, Sequence[]) - Method in class net.sf.saxon.expr.instruct.OriginalFunction
-
Invoke the function
- call(XPathContext, 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.expr.ListCastableFunction
-
Invoke the function
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.expr.ListConstructorFunction
-
Invoke the function
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.expr.StaticFunctionCall
-
Call the Callable.
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.expr.UnionCastableFunction
-
Invoke the function
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.expr.UnionConstructorFunction
-
Invoke the function
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.expr.ValueComparison
-
Call the Callable.
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Adjust_1
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Adjust_2
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.AnalyzeStringFn
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.AvailableEnvironmentVariables
-
Evaluate the expression (dynamic evaluation)
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.AvailableSystemProperties
-
Evaluate the expression (dynamic evaluation)
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.BaseUri_1
-
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.BooleanFn
-
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.CallableFunction
-
Invoke the function
- 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.CollatingFunctionFree
-
Invoke the function.
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.CollationKeyFn
-
Call the Callable.
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.CollectionFn
-
Dynamic call on collection() function
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Compare
-
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Concat
-
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.ConstantFunction
-
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Contains
-
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.ContainsToken
-
Dynamic evaluation
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.ContextAccessorFunction
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.ContextItemAccessorFunction
-
Evaluate the expression.
- 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.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_1
-
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.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.DynamicContextAccessor
-
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.EnvironmentVariable
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Error
-
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Exists
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.FoldingFunction
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.FormatDate
-
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.FormatInteger
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.FormatNumber
-
Call the format-number function, supplying two or three arguments
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.FormatNumber.FormatNumberFixed
-
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.FunctionAvailable
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.HasChildren_1
-
Evaluate the function dynamically
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.HeadFn
-
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.Innermost
-
Evaluate the expression in a dynamic call
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.InScopePrefixes
-
Dynamic function call of in-scope-prefixes
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.InsertBefore
-
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.LoadXqueryModule
-
Invoke the function
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Matches
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Minimax
-
Evaluate the function
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.NamespaceForPrefix
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Nilled_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.Outermost
-
Evaluate the expression in a dynamic call
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.ParseIetfDate
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.ParseXml
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.ParseXmlFragment
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.PositionAndLast
-
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.RegexFunctionSansFlags
-
Invoke the function.
- 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_1
-
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.ScalarSystemFunction
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Serialize
-
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.SortOne
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.StartsWith
-
Evaluate the function
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.StaticContextAccessor
-
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_2
-
Call the function
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Subsequence_3
-
Call the function
- 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.SuperId
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.SystemProperty
-
Evaluate the function call
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.TailFn
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Tokenize_1
-
Evaluate the expression dynamically
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Tokenize_3
-
Evaluate the expression dynamically
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Trace
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.TransformFn
-
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Translate
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.Translate.TranslateFixed
-
Invoke the function
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.functions.TreatFn
-
- 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.UnparsedTextLines
-
Evaluate the expression
- 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 class net.sf.saxon.ma.arrays.SimpleArrayItem
-
Invoke the array in its role as a function
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.ma.json.JsonDoc
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.ma.json.JsonToXMLFn
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.ma.json.SerializeJsonFn
-
Evaluate the expression
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.ma.json.XMLToJsonFn
-
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.ma.json.XMLToJsonTransform
-
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.ma.map.HashTrieMap
-
Invoke the function
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.ma.map.RangeKey
-
Invoke the function
- call(XPathContext, Sequence[]) - Method in interface net.sf.saxon.om.Function
-
Invoke the function
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.option.sql.SQLConnect.ConnectInstruction
-
- 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(Processor, XdmValue...) - Method in class net.sf.saxon.s9api.XdmFunctionItem
-
Call the function
- call(XPathContext, Sequence[]) - Method in class net.sf.saxon.xpath.JAXPVariableReference
-
- 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.ee.bytecode
-
Compiler for a CallableExpression.
- CallableExpressionCompiler() - Constructor for class com.saxonica.ee.bytecode.CallableExpressionCompiler
-
- CallableFeed - Class in com.saxonica.ee.stream.feed
-
A CallableFeed is used to wrap an expression that does (a) not have intrinsic capability
to accept streamed input, and (b) does not expect any operand to be a sequence, and (c)
implements the Callable interface.
- CallableFeed(Callable, Feed, XPathContext, Expression[]) - Constructor for class com.saxonica.ee.stream.feed.CallableFeed
-
Create a Feed that evaluates a Callable (often but not necessarily a function)
- CallableFunction - Class in net.sf.saxon.functions
-
A function item that wraps a Callable
- CallableFunction(SymbolicName, Callable, FunctionItemType) - Constructor for class net.sf.saxon.functions.CallableFunction
-
- CallableFunction(int, Callable, FunctionItemType) - Constructor for class net.sf.saxon.functions.CallableFunction
-
- 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.ee.bytecode.util
-
A convenient place to put static methods that will be called from generated byte code
- Callback() - Constructor for class com.saxonica.ee.bytecode.util.Callback
-
- callFunction(QName, XdmValue[]) - Method in class net.sf.saxon.s9api.XQueryEvaluator
-
Call a global user-defined function in the compiled query.
- callFunction(QName, XdmValue[]) - Method in class net.sf.saxon.s9api.Xslt30Transformer
-
Call a public user-defined function in the stylesheet.
- callFunction(QName, XdmValue[], Destination) - Method in class net.sf.saxon.s9api.Xslt30Transformer
-
Call a public user-defined function in the stylesheet, wrapping the result in an XML document, and sending
this document to a specified destination
- CallingApplication() - Constructor for class net.sf.saxon.trace.ContextStackFrame.CallingApplication
-
- calls - Variable in class net.sf.saxon.trans.RuleSearchState
-
- callsFunction(Expression, StructuredQName, boolean) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
-
Determine whether an expression contains a call on the function with a given name
- callTemplate(StructuredQName, Receiver) - Method in class net.sf.saxon.Controller
-
Transform a source XML document supplied as a tree.
- CallTemplate - Class in net.sf.saxon.expr.instruct
-
Instruction representing an xsl:call-template element in the stylesheet.
- CallTemplate(NamedTemplate, StructuredQName, boolean) - Constructor for class net.sf.saxon.expr.instruct.CallTemplate
-
Construct a CallTemplate instruction.
- callTemplate(QName, Destination) - Method in class net.sf.saxon.s9api.Xslt30Transformer
-
Invoke a transformation by calling a named template.
- callTemplate(QName) - Method in class net.sf.saxon.s9api.Xslt30Transformer
-
Invoke a transformation by calling a named template.
- CallTemplate() - Constructor for class net.sf.saxon.trace.ContextStackFrame.CallTemplate
-
- 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.
- CallTemplateAdjunct - Class in com.saxonica.ee.stream.adjunct
-
- CallTemplateAdjunct() - Constructor for class com.saxonica.ee.stream.adjunct.CallTemplateAdjunct
-
- CallTemplateCompiler - Class in com.saxonica.ee.bytecode
-
Compiler for the XSLT apply-templates instruction
- CallTemplateCompiler() - Constructor for class com.saxonica.ee.bytecode.CallTemplateCompiler
-
- CallTemplatePackage(Component, ParameterSet, ParameterSet, CallTemplate, XPathContext) - Constructor for class net.sf.saxon.expr.instruct.CallTemplate.CallTemplatePackage
-
Construct a CallTemplatePackage that contains information about a call.
- callUpdating(Sequence[], XPathContextMajor, PendingUpdateList) - Method in class net.sf.saxon.expr.instruct.UserFunction
-
Call an updating function.
- camelBump(String) - Method in class net.sf.saxon.option.local.Numberer_tr
-
- cancel() - Method in class com.saxonica.xqj.SaxonXQExpression
-
- cancel() - Method in class com.saxonica.xqj.SaxonXQPreparedExpression
-
- 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
.
- cancelValidation() - Method in class com.saxonica.ee.schema.UserComplexType
-
Cancel validation and compilation: this happens when the complex type is redefined
- canCompileToLoop(Expression) - Method in class com.saxonica.ee.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.ee.bytecode.util
-
Exception indicating that constructs were encountered in the expression tree that
cannot be compiled to bytecode
- CannotCompileException() - Constructor for exception com.saxonica.ee.bytecode.util.CannotCompileException
-
- CannotCompileException(Expression) - Constructor for exception com.saxonica.ee.bytecode.util.CannotCompileException
-
- CannotCompileException(String) - Constructor for exception com.saxonica.ee.bytecode.util.CannotCompileException
-
- CannotCompileException(Expression, String) - Constructor for exception com.saxonica.ee.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
- CardinalityCheckerADJ - Class in com.saxonica.ee.expr
-
Description for class
- CardinalityCheckerADJ(Expression) - Constructor for class com.saxonica.ee.expr.CardinalityCheckerADJ
-
- CardinalityCheckerAdjunct - Class in com.saxonica.ee.stream.adjunct
-
Generate streaming code for a cardinality checker
- CardinalityCheckerAdjunct() - Constructor for class com.saxonica.ee.stream.adjunct.CardinalityCheckerAdjunct
-
- CardinalityCheckerCompiler - Class in com.saxonica.ee.bytecode
-
- CardinalityCheckerCompiler() - Constructor for class com.saxonica.ee.bytecode.CardinalityCheckerCompiler
-
- CardinalityCheckingFeed - Class in com.saxonica.ee.stream.feed
-
A Feed to go on the streaming pipeline that checks the cardinality of the sequence represented
by the events passing down the pipeline.
- CardinalityCheckingFeed(Expression, Feed, XPathContext) - Constructor for class com.saxonica.ee.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, RoleDiagnostic, Location) - 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.LocationKind
-
CASE clause within "typeswitch".
- CaseFirstCollator - Class in net.sf.saxon.expr.sort
-
A StringCollator that sorts lowercase before uppercase, or vice versa.
- CaseFirstCollator(StringCollator, boolean, String) - 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(AtomicValue, XPathContext) - Method in class net.sf.saxon.expr.UnionConstructorFunction
-
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.ee.bytecode
-
Generate bytecode for evaluation of a CastableExpression
- CastableExpressionCompiler() - Constructor for class com.saxonica.ee.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.ee.bytecode
-
Generate bytecode for evaluation of a CastableToList
- CastableToListCompiler() - Constructor for class com.saxonica.ee.bytecode.CastableToListCompiler
-
- CastableToUnion - Class in net.sf.saxon.expr
-
Expression class for testing castability to a union type
- CastableToUnion(Expression, UnionType, boolean) - Constructor for class net.sf.saxon.expr.CastableToUnion
-
Create the expression
- CastableToUnionCompiler - Class in com.saxonica.ee.bytecode
-
Generate bytecode for evaluation of a CastableToUnion
- CastableToUnionCompiler() - Constructor for class com.saxonica.ee.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
- CastExpressionADJ - Class in com.saxonica.ee.expr
-
- CastExpressionADJ(Expression) - Constructor for class com.saxonica.ee.expr.CastExpressionADJ
-
- CastExpressionCompiler - Class in com.saxonica.ee.bytecode
-
Generate code for a CastExpression
- CastExpressionCompiler() - Constructor for class com.saxonica.ee.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.ee.bytecode
-
Generate code for a CastToList
- CastToListCompiler() - Constructor for class com.saxonica.ee.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
-
Create a cast expression to a union type
- CastToUnionCompiler - Class in com.saxonica.ee.bytecode
-
Generate code for a CastToUnion
- CastToUnionCompiler() - Constructor for class com.saxonica.ee.bytecode.CastToUnionCompiler
-
- CatalogCollection - Class in net.sf.saxon.resource
-
- CatalogCollection(Configuration, String) - Constructor for class net.sf.saxon.resource.CatalogCollection
-
- 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
- catalogContents(String, XPathContext) - Method in class net.sf.saxon.resource.CatalogCollection
-
Return a collection defined as a list of URIs in a catalog file
- CatchClause() - Constructor for class net.sf.saxon.expr.TryCatch.CatchClause
-
- catchDepth - Variable in class net.sf.saxon.expr.parser.XPathParser
-
- CatchingReceiver - Class in com.saxonica.ee.validate
-
This class catches all errors thrown by a Receiver pipeline, and reports them to a specified
ErrorListener; after an error has occurred, all further events are ignored.
- CatchingReceiver(Receiver, UnfailingErrorListener) - Constructor for class com.saxonica.ee.validate.CatchingReceiver
-
- catchOp - Variable in class net.sf.saxon.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.ee.bytecode.util.CompilerService
-
- 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() 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
-
- changesRetainedStaticContext() - Method in class net.sf.saxon.style.StyleElement
-
Ask whether this instruction requires a different retained static context from the containing
(parent) instruction.
- changesXsltContext(Expression) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
-
Determine whether an expression possible calls (directly or indirectly) xsl:result-document, or
has other context dependencies that prevent function inlining,
which we assume is true if it contains a template call.
- CHARACTER_MAP_EXPANSION - Static variable in class net.sf.saxon.expr.parser.RoleDiagnostic
-
- CHARACTER_REPRESENTATION - Static variable in class net.sf.saxon.lib.SaxonOutputKeys
-
representation = rep1[;rep2].
- CharacterIterator(CharSequence) - Constructor for class net.sf.saxon.value.StringValue.CharacterIterator
-
Create an iterator over a string
- 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(StructuredQName, 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 - Variable in class net.sf.saxon.expr.instruct.ResultDocument
-
- 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, Location, int) - Method in class com.saxonica.config.EvaluationNuisance
-
- characters(char[], int, int) - Method in class com.saxonica.ee.jaxp.ValidatorHandlerImpl
-
Receive notification of character data.
- characters(CharSequence, Location, int) - Method in class com.saxonica.ee.schema.SchemaModelLoader
-
Character data
- characters(CharSequence, Location, int) - Method in class com.saxonica.ee.schema.sdoc.VersionControlFilter
-
Character data
- characters(CharSequence, Location, int) - Method in class com.saxonica.ee.stream.ContentDetector
-
Character data
- characters(CharSequence, Location, int) - Method in class com.saxonica.ee.stream.feed.StringValueGatherer
-
- characters(CharSequence, Location, int) - Method in class com.saxonica.ee.stream.Projector
-
- characters(CharSequence, Location, int) - Method in class com.saxonica.ee.stream.watch.WatchManager
-
Text node
- characters(CharSequence, Location, int) - Method in class com.saxonica.ee.validate.AllElementValidator
-
Handle character data appearing as a child of the element being validated
- characters(CharSequence, Location, int) - Method in class com.saxonica.ee.validate.AnyTypeValidator
-
Handle character data appearing as a child of the element being validated
- characters(CharSequence, Location, int) - Method in class com.saxonica.ee.validate.AttributeValidator
-
Handle character data appearing as a child of the element being validated
- characters(CharSequence, Location, int) - Method in class com.saxonica.ee.validate.CatchingReceiver
-
- characters(CharSequence, Location, int) - Method in class com.saxonica.ee.validate.Checker
-
- characters(CharSequence, Location, int) - Method in class com.saxonica.ee.validate.ComplexContentValidator
-
Handle character data appearing as a child of the element being validated
- characters(CharSequence, Location, int) - Method in class com.saxonica.ee.validate.DocumentValidator
-
Character data
- characters(CharSequence, Location, int) - Method in class com.saxonica.ee.validate.EmptyContentValidator
-
Character data
- characters(CharSequence, Location, int) - Method in class com.saxonica.ee.validate.EntityValidator
-
Character data
- characters(CharSequence, Location, int) - Method in class com.saxonica.ee.validate.FieldChecker
-
Notify character data.
- characters(CharSequence, Location, int) - Method in class com.saxonica.ee.validate.IdValidator
-
Character data
- characters(CharSequence, Location, int) - Method in class com.saxonica.ee.validate.IgnorableWhitespaceStripper
-
Handle a text node
- characters(CharSequence, Location, int) - Method in class com.saxonica.ee.validate.LaxValidator
-
Character data
- characters(CharSequence, Location, int) - Method in class com.saxonica.ee.validate.SimpleContentValidator
-
Handle character data appearing as a child of the element being validated
- characters(CharSequence, Location, int) - Method in class com.saxonica.ee.validate.ValidationStack
-
- characters(CharSequence, Location, int) - Method in class com.saxonica.ptree.PTreeEmitter
-
Notify character data.
- characters(CharSequence, Location, int) - Method in class com.saxonica.serialize.BinaryEmitter
-
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.dom.DOMWriter
-
Character data.
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.event.CheckSumFilter
-
Character data
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.event.CommentStripper
-
Handle a text node.
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.event.ComplexContentOutputter
-
Produce text content output.
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.event.ContentHandlerProxy
-
Character data
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.event.IDFilter
-
Character data
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.event.ProxyReceiver
-
Character data
- characters(CharSequence, Location, 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, Location, int) - Method in class net.sf.saxon.event.SequenceNormalizer
-
Character data
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.event.SequenceWriter
-
Produce text content output.
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.event.SignificantItemDetector
-
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.event.Sink
-
Character data
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.event.Stripper
-
Handle a text node
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.event.TeeOutputter
-
Notify character data.
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.event.TracingFilter
-
Character data
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.event.TreeReceiver
-
Character data
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.event.TypeCheckingFilter
-
Character data
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.ma.json.JsonReceiver
-
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.option.axiom.AxiomWriter
-
Character data.
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.option.dom4j.DOM4JWriter
-
Character data.
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.option.jdom.JDOMWriter
-
Character data.
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.option.jdom2.JDOM2Writer
-
Character data.
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.option.xom.XOMWriter
-
Character data.
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.query.SequenceWrapper
-
Character data
- characters(CharSequence) - Method in interface net.sf.saxon.regex.RegexIterator.MatchHandler
-
Method to be called with each fragment of text in a matching substring
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.serialize.CDATAFilter
-
Output character data
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.serialize.CharacterMapExpander
-
Output character data
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.serialize.HTMLEmitter
-
Character data.
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.serialize.HTMLIndenter
-
Output character data
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.serialize.ImplicitResultChecker
-
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.serialize.TEXTEmitter
-
Produce output using the current Writer.
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.serialize.UncommittedSerializer
-
Produce character output using the current Writer.
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.serialize.UnicodeNormalizer
-
Output character data
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.serialize.XHTML5Emitter
-
Character data.
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.serialize.XML10ContentChecker
-
Character data
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.serialize.XMLEmitter
-
Character data.
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.serialize.XMLIndenter
-
Output character data
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.stax.ReceiverToXMLStreamWriter
-
- characters(CharSequence, Location, 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, Location, int) - Method in class net.sf.saxon.tree.linked.LinkedBuilderMonitor
-
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.tree.linked.LinkedTreeBuilder
-
Notify a text node.
- characters(CharSequence, Location, int) - Method in class net.sf.saxon.tree.tiny.TinyBuilder
-
Notify a text node
- characters(CharSequence, Location, 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
-
Returns the char
value at the specified index.
- charAt(int) - Method in class net.sf.saxon.regex.GeneralUnicodeString
-
Returns the char
value at the specified index.
- charAt(int) - Method in class net.sf.saxon.regex.LatinString
-
Returns the char
value at the specified index.
- 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
-
- charChecker - Variable in class net.sf.saxon.expr.parser.XPathParser
-
- charChecker - Variable in class net.sf.saxon.ma.json.JsonHandler
-
- CharSlice - Class in net.sf.saxon.tree.tiny
-
This is an implementation of the 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
- check(Item, XPathContext) - Method in interface com.saxonica.ee.pattern.preconditions.ConditionState
-
Check the validity of an item against this ConditionState
- check(int[], Item, XPathContext) - Method in class com.saxonica.ee.pattern.preconditions.Matcher
-
Check a set of preconditions described by their indices into the expression array.
- check30attribute(String) - Method in class net.sf.saxon.style.StyleElement
-
Check an attribute that is permitted under 3.0 but not under 2.0
- checkAcceptableModeForPackage(XSLTemplate, Mode) - Method in class com.saxonica.ee.packages.PrincipalStylesheetModuleEE
-
Check that it is legitimate to add a given template rule to a given mode
- checkAcceptableModeForPackage(XSLTemplate, Mode) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
-
Check that it is legitimate to add a given template rule to a given mode
- checkAcceptableUri(XPathContext, String) - Static method in class net.sf.saxon.expr.instruct.ResultDocument
-
- checkAgainstFacets(AtomicSequence, CharSequence, List<Facet>, ConversionRules) - Method in class com.saxonica.ee.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.ee.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.LocalParam
-
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.
- checkAnnotations(ArrayList<Annotation>, boolean) - Method in class net.sf.saxon.expr.parser.XPathParser
-
Check the list of annotations that appear in a variable or function declaration, for duplicates, etc.
- checkAnnotations(ArrayList<Annotation>, boolean) - Method in class net.sf.saxon.query.XQueryParser
-
Check the list of annotations that appear in a variable or function declaration, for duplicates, etc.
- checkArgumentCount(StructuredQName, int, int, int) - Method in class com.saxonica.functions.extfn.VendorFunctionLibraryPE
-
- checkArgumentCount(int, int) - Method in class net.sf.saxon.expr.FunctionCall
-
Check number of arguments.
- 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.functions.FormatDate
-
- 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.
- 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.
- checkBoolean(String) - Method in class com.saxonica.ee.pattern.PatternOptimizationEE
-
- 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.ee.bytecode.util.Generator
-
Generate a "checking" cast instruction, given a Class to check against.
- checkCompatibility(SymbolicName, Visibility, Visibility) - Method in class com.saxonica.ee.packages.XSLAcceptExpose
-
- checkCompatibility(Component) - Method in class com.saxonica.xslt3.style.XSLAccumulator
-
- checkCompatibility(Component) - Method in interface net.sf.saxon.style.StylesheetComponent
-
Check the compatibility of this component with another component that it is overriding
- checkCompatibility(Component) - Method in class net.sf.saxon.style.XSLAttributeSet
-
Check the compatibility of this component with another component that it is overriding
- checkCompatibility(Component) - Method in class net.sf.saxon.style.XSLFunction
-
- checkCompatibility(Component) - Method in class net.sf.saxon.style.XSLGlobalVariable
-
- checkCompatibility(Component) - Method in class net.sf.saxon.style.XSLKey
-
- checkCompatibility(Component) - Method in class net.sf.saxon.style.XSLTemplate
-
- checkComponentPresence(StylesheetPackage) - Method in class com.saxonica.ee.packages.XSLAcceptExpose
-
Check that the referenced components are present in a specified package.
- 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
- checkConsistency() - Method in class net.sf.saxon.trans.RuleManager
-
Check all modes for conflicts in property values
- checkContent(CompilerService, Expression) - Method in class com.saxonica.ee.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.ee.bytecode.ProcessingInstructionCompiler
-
- checkContent(CompilerService, Expression) - Method in class com.saxonica.ee.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.ee.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, Operand, 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
- checkedOperands() - Method in class net.sf.saxon.expr.Expression
-
Get the immediate sub-expressions of this expression, verifying that the parent pointers
in the child expressions are correct.
- checkElements(IntHashMap<ElementDecl>, SchemaCompiler) - Method in class com.saxonica.ee.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.ee.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.ee.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.ee.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.ee.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.ee.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.ee.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.ee.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.ee.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.ee.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.ee.schema.FractionDigitsFacet
-
- checkFacetRestriction(UserSimpleType, SimpleType, SchemaCompiler) - Method in class com.saxonica.ee.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.ee.schema.MaxExclusiveFacet
-
- checkFacetRestriction(UserSimpleType, SimpleType, SchemaCompiler) - Method in class com.saxonica.ee.schema.MaxInclusiveFacet
-
- checkFacetRestriction(UserSimpleType, SimpleType, SchemaCompiler) - Method in class com.saxonica.ee.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.ee.schema.MinExclusiveFacet
-
- checkFacetRestriction(UserSimpleType, SimpleType, SchemaCompiler) - Method in class com.saxonica.ee.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.ee.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.ee.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.ee.schema.TotalDigitsFacet
-
- checkFacetRestriction(UserSimpleType, SimpleType, SchemaCompiler) - Method in class com.saxonica.ee.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.ee.schema.WhitespaceFacet
-
Check that this facet is legal when used on a type derived by restriction
- checkForAbstractComponents() - Method in class net.sf.saxon.style.StylesheetPackage
-
- checkForCircularities(List<GlobalVariable>, XQueryFunctionLibrary) - Method in class net.sf.saxon.query.QueryModule
-
Check for circular definitions of global variables.
- checkForConflictingProperties() - Method in class net.sf.saxon.trans.SimpleMode
-
Check that the mode does not contain conflicting property values
- checkForDuplicates - Variable in class net.sf.saxon.ma.json.JsonHandlerXML
-
- checkForUpdatingSubexpressions() - Method in class com.saxonica.ee.bytecode.CompiledExpression
-
- checkForUpdatingSubexpressions() - Method in class com.saxonica.ee.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(Function, ExpressionVisitor) - Method in class net.sf.saxon.expr.FunctionCall
-
Check the function call against the declared function signature, applying the
function conversion rules to each argument as necessary
- 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
- checkInitialContextItem(Item, XPathContext) - Method in class net.sf.saxon.expr.instruct.Executable
-
Check that the supplied global context item meets all requirements, and perform any required
conversions or defaulting
- checkLabels() - Method in class com.saxonica.ee.bytecode.util.GeneratedMethodInfo
-
Check (on completion of the method) that all labels that have been used have also been marked
- checkLanguageVersion30() - Method in class net.sf.saxon.expr.parser.XPathParser
-
Check that XPath 3.0 is in use
- checkLanguageVersion31() - Method in class net.sf.saxon.expr.parser.XPathParser
-
Check that XPath 3.1 is in use
- checkLicensedFeature(int, String, int) - 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, int) - 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, int) - 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.ee.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.
- checkMode(SimpleMode) - Method in class com.saxonica.ee.pattern.preconditions.UnifyingDefn
-
- checkMutuallyExclusiveAttributes(String, String) - Method in class com.saxonica.ee.schema.sdoc.SchemaElement
-
This method tests whether two attributes coexist and reports an error if they do
- checkNotNull(Object) - Method in class com.saxonica.xqj.SaxonXQStaticContext
-
- checkOnlyChildIsAnnotation() - Method in class com.saxonica.ee.schema.sdoc.SchemaElement
-
Check that the only child element of this element is an
(optional and non-repeatable) xs:annotation element
- checkOptions(MapItem, XPathContext) - Static method in class net.sf.saxon.ma.json.JsonParser
-
- checkOptions(MapItem, XPathContext) - Static method in class net.sf.saxon.ma.json.XMLToJsonFn
-
- checkOutputProperty(String, String, Configuration, boolean) - Static method in class net.sf.saxon.lib.SaxonOutputKeys
-
Check that a supplied output property is valid, and normalize the value (specifically in the case of boolean
values where yes|true|1 are normalized to "yes", and no|false|0 are normalized to "no").
- checkParams(WithParam[]) - Static method in class com.saxonica.ee.stream.adjunct.ApplyTemplatesAdjunct
-
Test whether template parameters satisfy the conditions for streamability
- checkPercentEncoding(String) - Static method in class net.sf.saxon.functions.EncodeForUri
-
Check that any percent-encoding within a URI is well-formed.
- checkPermittedContents(SchemaType, boolean) - Method in class com.saxonica.ee.bytecode.CompiledExpression
-
- checkPermittedContents(SchemaType, boolean) - Method in class com.saxonica.xslt3.instruct.ConditionalBlock
-
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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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.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.ee.schema.sdoc.SchemaElement
-
Check that a given type is a permitted type
- checkQNameParts(CharSequence) - Static 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, Location) - Method in class com.saxonica.ee.validate.KeySelectorWatch
-
Method to check that a row (that is, the collection of fields corresponding
to one selected node) is valid.
- checkRow(AtomicSequence[], boolean, Location) - Method in class com.saxonica.ee.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, TemplateRule) - Method in class com.saxonica.ee.optim.OptimizerEE
-
Check the streamability of a template
- checkStreamability(AttributeSet) - Method in class com.saxonica.ee.packages.PrincipalStylesheetModuleEE
-
Check the streamability of an attribute set declared within this stylesheet module.
- checkStreamability(MergeInstr.MergeSource, Configuration) - Static method in class com.saxonica.ee.stream.adjunct.MergeInstrAdjunct
-
- checkStreamability(Expression, ContextItemStaticInfo) - Method in class com.saxonica.ee.update.XQueryParserEE
-
- checkStreamability(XSLTemplate, TemplateRule) - Method in class net.sf.saxon.expr.parser.Optimizer
-
Check the streamability of a template
- checkStreamability(Expression, ContextItemStaticInfo) - Method in class net.sf.saxon.query.XQueryParser
-
Check that an expression is streamable
- checkStreamability(AttributeSet) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
-
Check the streamability of an attribute set declared within this stylesheet module.
- CheckSumFilter - Class in net.sf.saxon.event
-
A filter to go on a Receiver pipeline and calculate a checksum of the data passing through the pipeline.
- CheckSumFilter(Receiver) - Constructor for class net.sf.saxon.event.CheckSumFilter
-
- checkTopLevel(String, boolean) - 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.ee.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.ee.schema.UserDefinedType
-
Check that this type is validly derived from a given type
- checkTypeDerivationIsOK(SchemaType, int) - Method in class com.saxonica.ee.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 class net.sf.saxon.type.NumericType
-
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 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.
- checkWhen() - Method in class com.saxonica.ee.pattern.preconditions.UnifyingDefn
-
- checkWhen(RewriteContext) - Method in class com.saxonica.ee.pattern.preconditions.UnifyingDefn
-
- CHILD - Static variable in class net.sf.saxon.om.AxisInfo
-
Constant representing the child axis
- CHILD_NODE_KINDS - Static variable in class net.sf.saxon.type.UType
-
- childOp - Variable in class net.sf.saxon.regex.Operation.OpCapture
-
- children(One<StringValue>) - Static method in class com.saxonica.functions.extfn.EXPathFile
-
- childValidator - Variable in class com.saxonica.ee.validate.ContentValidator
-
- ChildWrappingIterator(AxiomParentNodeWrapper, NodeTest) - Constructor for class net.sf.saxon.option.axiom.AxiomParentNodeWrapper.ChildWrappingIterator
-
- ChoiceModelGroup - Class in com.saxonica.ee.schema
-
A ChoiceCompositor represents an xs:choice element in the schema
- ChoiceModelGroup() - Constructor for class com.saxonica.ee.schema.ChoiceModelGroup
-
- choices - Variable in class com.saxonica.ee.expr.WhichOf
-
- 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.ee.stream.adjunct
-
Streaming code to implement a conditional ("if/choose") expression
- ChooseAdjunct() - Constructor for class com.saxonica.ee.stream.adjunct.ChooseAdjunct
-
- ChooseCompiler - Class in com.saxonica.ee.bytecode
-
Generate code for a conditional expression (if-then-else, xsl:if, xsl:choose, typeswitch...)
- ChooseCompiler() - Constructor for class com.saxonica.ee.bytecode.ChooseCompiler
-
- ci - Static variable in class com.saxonica.ee.expr.ExpressionADJ
-
- Circularity(String) - Constructor for exception net.sf.saxon.trans.XPathException.Circularity
-
Create an exception indicating that a circularity was detected
- 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.
- classNameToLocalName(String) - Static method in class net.sf.saxon.type.JavaExternalObjectType
-
Static method to convert a Java class name to an XPath local name.
- classNameToQName(String) - Static method in class net.sf.saxon.type.JavaExternalObjectType
-
Static method to get the QName corresponding to a Java class name
- classVar - Variable in class com.saxonica.ee.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.LocationKind
-
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) - Constructor for class net.sf.saxon.expr.flwor.ClauseInfo
-
- clauses - Variable in class net.sf.saxon.expr.flwor.FLWORExpression
-
- clear() - Method in class com.saxonica.ee.pattern.preconditions.EmptyPreconditions
-
- 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.value.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).
- clearCapturedGroupsBeyond(int) - Method in class net.sf.saxon.regex.REMatcher
-
Clear any captured groups whose start position is at or beyond some specified position
- clearDeclaredGlobalVariables() - Method in class net.sf.saxon.query.StaticQueryContext
-
Clear all declared global variables
- clearDocumentIndexes(TreeInfo) - 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, xsl, saxon).
- clearParameters() - Method in class net.sf.saxon.jaxp.IdentityTransformer
-
Clear all parameters set with setParameter.
- clearParameters() - Method in class net.sf.saxon.jaxp.TransformerImpl
-
Clear all parameters set with setParameter.
- clearParameters() - Method in class net.sf.saxon.query.DynamicQueryContext
-
Reset the parameters to an empty list.
- clearParameters() - Method in class net.sf.saxon.s9api.XsltCompiler
-
- clearParameters() - Method in class net.sf.saxon.s9api.XsltTransformer
-
Clear the values of all parameters that have been set
- clearParameters() - Method in class net.sf.saxon.trans.CompilerInfo
-
- 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.
- clearStreamabilityData() - Method in class net.sf.saxon.expr.Expression
-
- CLIMBING_AND_MOTIONLESS - Static variable in class com.saxonica.ee.stream.PostureAndSweep
-
Constant value for (posture = climbing, sweep = motionless)
- clone() - Method in class net.sf.saxon.value.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 com.saxonica.xqj
-
This class represents the common ability of many XQJ classes to be closed.
- Closable() - Constructor for class com.saxonica.xqj.Closable
-
- close() - Method in class com.saxonica.ee.bytecode.iter.CompiledBlockIterator
-
- close() - Method in class com.saxonica.ee.bytecode.iter.CompiledFilterIterator
-
- close() - Method in class com.saxonica.ee.bytecode.iter.OneToOneMappingIterator
-
- close() - Method in class com.saxonica.ee.optim.MultithreadedContextMappingIterator
-
- close() - Method in class com.saxonica.ee.optim.MultithreadedItemMappingIterator
-
- close() - Method in class com.saxonica.ee.pattern.preconditions.IndexMatcher
-
- close() - Method in class com.saxonica.ee.s9api.SchemaValidatorImpl
-
Close the destination, allowing resources to be released.
- close() - Method in class com.saxonica.ee.stream.adjunct.BooleanFnAdjunct.BooleanFnFeed
-
- close() - Method in class com.saxonica.ee.stream.adjunct.ConditionalBlockAdjunct.ConditionalBlockFeed
-
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.ee.stream.adjunct.TryCatchAdjunct.TryCatchFeed
-
Finish evaluating the expression.
- close() - Method in class com.saxonica.ee.stream.feed.BufferingFeed
-
Signal the end of the sequence of items
- close() - Method in class com.saxonica.ee.stream.feed.BufferingFilterExpressionFeed
-
- close() - Method in class com.saxonica.ee.stream.feed.CallableFeed
-
- close() - Method in class com.saxonica.ee.stream.feed.CardinalityCheckingFeed
-
Signal the end of the sequence of items
- close() - Method in class com.saxonica.ee.stream.feed.ComplexNodeEventFeed
-
- close() - Method in class com.saxonica.ee.stream.feed.CopyOfFeed.AccumulatorCopier
-
- close() - Method in class com.saxonica.ee.stream.feed.CopyOfFeed
-
- close() - Method in class com.saxonica.ee.stream.feed.DecomposingFeed
-
Signal the end of the sequence of items
- close() - Method in interface com.saxonica.ee.stream.feed.Feed
-
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.ee.stream.feed.FilteringFeed
-
- close() - Method in class com.saxonica.ee.stream.feed.GeneralComparisonFeed
-
- close() - Method in class com.saxonica.ee.stream.feed.ItemCheckingFeed
-
Signal the end of the sequence of items
- close() - Method in class com.saxonica.ee.stream.feed.ItemFeed
-
Finish evaluating the expression.
- close() - Method in class com.saxonica.ee.stream.feed.ItemMappingFeed
-
Finish evaluating the expression.
- close() - Method in class com.saxonica.ee.stream.feed.NextIterationFeed
-
Signal the end of the sequence of items
- close() - Method in class com.saxonica.ee.stream.feed.NoOpenFeed
-
- close() - Method in class com.saxonica.ee.stream.feed.NoOpenOrCloseFeed
-
- close() - Method in class com.saxonica.ee.stream.feed.ShallowCopyEventFeed
-
- close() - Method in class com.saxonica.ee.stream.feed.SimpleNodeConstructorFeed
-
- close() - Method in class com.saxonica.ee.stream.feed.StringValueFeed
-
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.ee.stream.feed.WithParamFeed
-
Signal the end of the sequence of items
- close() - Method in class com.saxonica.ee.stream.watch.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.ee.stream.watch.AccumulatorWatch
-
- close() - Method in class com.saxonica.ee.stream.watch.ApplyTemplatesAction
-
- close() - Method in class com.saxonica.ee.stream.watch.ForEachAction
-
- close() - Method in class com.saxonica.ee.stream.watch.ForEachGroupAction
-
- close() - Method in class com.saxonica.ee.stream.watch.ForkingWatch
-
- close() - Method in class com.saxonica.ee.stream.watch.IterateAction
-
- close() - Method in class com.saxonica.ee.stream.watch.PatternWatch
-
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.ee.stream.watch.Trigger
-
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.ee.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.ee.stream.watch.WatchManager
-
Notify the end of the event stream
- close() - Method in class com.saxonica.ee.validate.CatchingReceiver
-
- close() - Method in class com.saxonica.ee.validate.Checker
-
- close() - Method in class com.saxonica.ee.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.ee.validate.IdValidator
-
- close() - Method in class com.saxonica.ee.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.ee.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.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.xqj.Closable
-
Close this object
- close() - Method in class com.saxonica.xslt3.instruct.MergeGroupingIterator
-
- close() - Method in class com.saxonica.xslt3.instruct.MergeIterator
-
- 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.CountClausePush
-
Close the tuple stream, indicating that no more tuples will be supplied
- 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.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 net.sf.saxon.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 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.flwor.WindowClausePull
-
Close the tuple stream, indicating that no more tuples will be supplied
- close() - Method in class net.sf.saxon.expr.flwor.WindowClausePush
-
Close the tuple stream, indicating that no more tuples will be supplied
- 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.InsertBefore.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() - Method in class net.sf.saxon.lib.Logger
-
Close the logger, indicating that no further messages will be written
and that underlying streams should be closed, if they were created by the Logger
itself rather than by the user.
- 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() - Method in class net.sf.saxon.lib.StandardLogger
-
Close the logger, indicating that no further messages will be written
- 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.ma.json.JsonReceiver
-
- close() - Method in class net.sf.saxon.om.FocusTrackingIterator
-
Close the iterator.
- 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(XPathContext, Item) - Static method in class net.sf.saxon.option.sql.SQLExtensionFunctions
-
- 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.XdmSequenceIterator
-
The close() method should be called to release resources if the caller wants to stop reading
data before reaching the end.
- 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.AdaptiveEmitter
-
- 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.JSONEmitter
-
End of the document.
- 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 the destination, allowing resources to be released.
- 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.RuleTraceListener
-
- 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.ReverseListIterator
-
- close() - Method in class net.sf.saxon.tree.iter.SingleAtomicIterator
-
- 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.value.StringValue.UnicodeCharacterIterator
-
- closeAncestors(List<NodeInfo>, Receiver) - Static method in class com.saxonica.functions.xslt3.SnapshotFn
-
- closeLocal(XPathContext, Connection) - Static method in class net.sf.saxon.option.sql.SQLExtensionFunctions
-
- closeStartTag() - Method in class net.sf.saxon.serialize.XMLEmitter
-
Mark the end of the start tag
- Closure - 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
-
- code() - Method in class net.sf.saxon.expr.Calculator
-
Get a short code to identify the calculator in expression export files
- 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.XPathParser
-
- 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
- CodepointMatchKey - Class in net.sf.saxon.expr.sort
-
A match key for comparing strings (represented as an array of characters) using codepoint collation.
- CodepointMatchKey(char[]) - Constructor for class net.sf.saxon.expr.sort.CodepointMatchKey
-
- CodepointMatchKey(CharSequence) - Constructor for class net.sf.saxon.expr.sort.CodepointMatchKey
-
- 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
-
- CodepointsToStringAdjunct - Class in com.saxonica.ee.stream.adjunct
-
- CodepointsToStringAdjunct() - Constructor for class com.saxonica.ee.stream.adjunct.CodepointsToStringAdjunct
-
- coerce(Function, SpecificFunctionType, RoleDiagnostic) - 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(Function, SpecificFunctionType) - Constructor for class com.saxonica.functions.hof.CoercedFunction
-
Create a CoercedFunction as a wrapper around a target function
- CoercedFunction(SpecificFunctionType) - Constructor for class com.saxonica.functions.hof.CoercedFunction
-
Create a CoercedFunction whose target function is not yet known (happens during package re-loading)
- Coercer(SpecificFunctionType, Location) - Constructor for class com.saxonica.functions.hof.FunctionSequenceCoercer.Coercer
-
- 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) - Constructor for class net.sf.saxon.expr.sort.CollatingAtomicComparer
-
Create an GenericAtomicComparer
- CollatingFunctionFixed - Class in net.sf.saxon.functions
-
Abstract superclass for functions that take an optional collation argument, in which the
collation is not present as an explicit argument, either because it was defaulted in the
original function call, or because it has been bound during static analysis.
- CollatingFunctionFixed() - Constructor for class net.sf.saxon.functions.CollatingFunctionFixed
-
- CollatingFunctionFree - Class in net.sf.saxon.functions
-
Generic class for all functions that take an optional collation argument,
where the collation argument is supplied and has not yet been resolved.
- CollatingFunctionFree() - Constructor for class net.sf.saxon.functions.CollatingFunctionFree
-
- collation - Variable in class com.saxonica.ee.optim.SwitchExpression.SwitchCaseInfo
-
- collation - Variable in class net.sf.saxon.expr.sort.SortKeyDefinition
-
- 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
-
- CollationDeclaration - Interface in net.sf.saxon.style
-
Interface implemented by SaxonCollation, which is not available in Saxon-HE
- CollationKeyFn - Class in net.sf.saxon.functions
-
Implements the collation-key function defined in the XSLT 3.0 and XPath 3.1 specifications
- CollationKeyFn() - Constructor for class net.sf.saxon.functions.CollationKeyFn
-
- CollationMatchKey - Class in net.sf.saxon.expr.sort
-
A match key for comparing strings under a collation.
- CollationMatchKey(CollationKey) - Constructor for class net.sf.saxon.expr.sort.CollationMatchKey
-
- 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_FINDER - Static variable in class net.sf.saxon.lib.FeatureKeys
-
The supplied
CollectionFinder
is used to retrieve a
ResourceCollection
object given by any URI defined in
calls to the
collection()
or the
uri-collection()
function.
- COLLECTION_FINDER_CLASS - Static variable in class net.sf.saxon.lib.FeatureKeys
-
- 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
-
- collectionFinder - Variable in class net.sf.saxon.Configuration
-
- CollectionFinder - Interface in net.sf.saxon.lib
-
An instance of CollectionFinder can be registered with the Saxon configuration; it is called in response
to calls on the fn:collection() and fn:uri-collection() functions.
- CollectionFn - Class in net.sf.saxon.functions
-
Implement the fn:collection() function.
- CollectionFn() - Constructor for class net.sf.saxon.functions.CollectionFn
-
- collectionURI - Variable in class net.sf.saxon.resource.AbstractResourceCollection
-
- CollectionURIResolver - Interface in net.sf.saxon.lib
-
- CollectionURIResolverWrapper - Class in net.sf.saxon.resource
-
The class bridges the old CollectionURIResolver interface to the new CollectionFinder interface; it means
that existing CollectionURIResolver implementations can continue to be used with Saxon 9.7.
- CollectionURIResolverWrapper(CollectionURIResolver) - Constructor for class net.sf.saxon.resource.CollectionURIResolverWrapper
-
Create a wrapper for a CollectionURIResolver
- COLON - Static variable in class net.sf.saxon.expr.parser.Token
-
":" (XPath 3.0 maps)
- 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(ZeroOrOne<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.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.config.pe - package com.saxonica.config.pe
-
- com.saxonica.ee.bytecode - package com.saxonica.ee.bytecode
-
This package and its subpackages contain code responsible for bytecode generation
under Saxon-EE.
- com.saxonica.ee.bytecode.converter - package com.saxonica.ee.bytecode.converter
-
This package contains classes responsible for generating bytecode to effect data type
conversions, for example boolean to double conversion.
- com.saxonica.ee.bytecode.iter - package com.saxonica.ee.bytecode.iter
-
This package contains classes responsible for generating bytecode for custom iterators.
- com.saxonica.ee.bytecode.map - package com.saxonica.ee.bytecode.map
-
This package contains classes responsible for generating bytecode for custom mapping functions.
- com.saxonica.ee.bytecode.util - package com.saxonica.ee.bytecode.util
-
This package contains utility classes supporting the generation of bytecode and the interface with the
ASM library.
- com.saxonica.ee.config - package com.saxonica.ee.config
-
- com.saxonica.ee.expr - package com.saxonica.ee.expr
-
- com.saxonica.ee.extfn - package com.saxonica.ee.extfn
-
- com.saxonica.ee.jaxp - package com.saxonica.ee.jaxp
-
This package contains the Saxon implementation of the JAXP schema validation API.
- com.saxonica.ee.optim - package com.saxonica.ee.optim
-
This package contains classes used to support optimized 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.ee.packages - package com.saxonica.ee.packages
-
This package contains classes used to support creation of XSLT 3.0 packages.
- com.saxonica.ee.pattern - package com.saxonica.ee.pattern
-
- com.saxonica.ee.pattern.preconditions - package com.saxonica.ee.pattern.preconditions
-
- com.saxonica.ee.s9api - package com.saxonica.ee.s9api
-
This package contains classes used to support the Saxon-EE specific parts of the s9api
API, in particular the parts concerned with schema validation.
- com.saxonica.ee.schema - package com.saxonica.ee.schema
-
This package contains classes used to represent the information in a schema, that is, the schema components.
- com.saxonica.ee.schema.fsa - package com.saxonica.ee.schema.fsa
-
The package com.saxonica.ee.schema.fsa contains classes used to implement the finite state
machines used when validating document instances against a schema.
- com.saxonica.ee.schema.sdoc - package com.saxonica.ee.schema.sdoc
-
This package contains code used to import a schema.
- com.saxonica.ee.stream - package com.saxonica.ee.stream
-
This package and its subpackages contains classes used to support streaming
and document projection.
- com.saxonica.ee.stream.adjunct - package com.saxonica.ee.stream.adjunct
-
This package contains classes used to support streaming.
- com.saxonica.ee.stream.feed - package com.saxonica.ee.stream.feed
-
This package contains classes used to support streaming.
- com.saxonica.ee.stream.om - package com.saxonica.ee.stream.om
-
The package com.saxonica.ee.stream.om
contains internal code to support
executing of streaming templates in XSLT.
- com.saxonica.ee.stream.watch - package com.saxonica.ee.stream.watch
-
This package contains defines the two interfaces Watch and WatchMaker, and various
implementations of these interfaces.
- com.saxonica.ee.trans - package com.saxonica.ee.trans
-
- com.saxonica.ee.update - package com.saxonica.ee.update
-
This package contains classes used to support XQuery Update.
- com.saxonica.ee.validate - package com.saxonica.ee.validate
-
The validation package contains classes used to validate document instances against a schema.
- 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.sort - package com.saxonica.expr.sort
-
- 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.extfn.EXPathArchive - package com.saxonica.functions.extfn.EXPathArchive
-
- com.saxonica.functions.hof - package com.saxonica.functions.hof
-
The package com.saxonica.hof
contains code to support 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.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.serialize - package com.saxonica.serialize
-
This package contains additions to the serializer that are specific to Saxon-PE and Saxon-EE.
- com.saxonica.trans - package com.saxonica.trans
-
- com.saxonica.xqj - package com.saxonica.xqj
-
This package contains an implementation of the XQJ specification
defined in JSR 225.
- 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
-
- CombinedChoice - Class in com.saxonica.ee.optim
-
A class that encompasses a set of template choices
- CombinedChoice(ModeExperimentalChoice, Rule, int) - Constructor for class com.saxonica.ee.optim.CombinedChoice
-
- CombinedChoice(ModeExperimentalChoice, Rule, Rule, int) - Constructor for class com.saxonica.ee.optim.CombinedChoice
-
- CombinedChoice(ModeExperimentalChoice, Rule, Rule, int, int) - Constructor for class com.saxonica.ee.optim.CombinedChoice
-
- CombinedChoice(ModeExperimentalChoice, Rule, Rule, Rule, int, int) - Constructor for class com.saxonica.ee.optim.CombinedChoice
-
- 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
- CombinedNodeTestADJ - Class in com.saxonica.ee.pattern
-
- CombinedNodeTestADJ(NodeTest) - Constructor for class com.saxonica.ee.pattern.CombinedNodeTestADJ
-
- combinedPosture(Set<Posture>) - Static method in enum com.saxonica.ee.stream.Posture
-
Get the combined posture of a set of postures, as defined in the XSLT 3.0 specification
- 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
-
- CommandLineOptions.ParamSetter - Interface in net.sf.saxon.trans
-
- comment(char[], int, int) - Method in class com.saxonica.ee.jaxp.ValidatorHandlerImpl
-
Report an XML comment anywhere in the document.
- comment(CharSequence, Location, int) - Method in class com.saxonica.ee.schema.sdoc.VersionControlFilter
-
Output a comment
- comment(CharSequence, Location, int) - Method in class com.saxonica.ee.stream.ContentDetector
-
Output a comment
- comment(CharSequence, Location, int) - Method in class com.saxonica.ee.stream.Projector
-
- comment(CharSequence, Location, int) - Method in class com.saxonica.ee.stream.watch.WatchManager
-
Output a comment
- comment(CharSequence, Location, int) - Method in class com.saxonica.ee.validate.CatchingReceiver
-
- comment(CharSequence, Location, int) - Method in class com.saxonica.ee.validate.Checker
-
- comment(CharSequence, Location, int) - Method in class com.saxonica.ptree.PTreeEmitter
-
Notify a comment.
- comment(CharSequence, Location, int) - Method in class com.saxonica.serialize.BinaryEmitter
-
- comment(CharSequence, Location, int) - Method in class net.sf.saxon.dom.DOMWriter
-
Handle a comment.
- comment(CharSequence, Location, int) - Method in class net.sf.saxon.event.CommentStripper
-
Remove comments
- comment(CharSequence, Location, int) - Method in class net.sf.saxon.event.ComplexContentOutputter
-
Write a comment
- comment(CharSequence, Location, int) - Method in class net.sf.saxon.event.ContentHandlerProxy
-
Output a comment.
- comment(CharSequence, Location, int) - Method in class net.sf.saxon.event.IDFilter
-
Output a comment
- comment(CharSequence, Location, int) - Method in class net.sf.saxon.event.ProxyReceiver
-
Output a comment
- comment(CharSequence, Location, 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, Location, int) - Method in class net.sf.saxon.event.SequenceNormalizer
-
Output a comment
- comment(CharSequence, Location, int) - Method in class net.sf.saxon.event.SequenceWriter
-
Write a comment.
- comment(CharSequence, Location, int) - Method in class net.sf.saxon.event.SignificantItemDetector
-
- comment(CharSequence, Location, int) - Method in class net.sf.saxon.event.Sink
-
Output a comment
- comment(CharSequence, Location, int) - Method in class net.sf.saxon.event.TeeOutputter
-
Notify a comment.
- comment(CharSequence, Location, int) - Method in class net.sf.saxon.event.TracingFilter
-
Output a comment
- comment(CharSequence, Location, int) - Method in class net.sf.saxon.event.TreeReceiver
-
Output a comment
- comment(CharSequence, Location, 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, Location, int) - Method in class net.sf.saxon.ma.json.JsonReceiver
-
- comment(CharSequence, Location, int) - Method in class net.sf.saxon.option.axiom.AxiomWriter
-
Handle a comment.
- comment(CharSequence, Location, int) - Method in class net.sf.saxon.option.dom4j.DOM4JWriter
-
Handle a comment.
- comment(CharSequence, Location, int) - Method in class net.sf.saxon.option.jdom.JDOMWriter
-
Handle a comment.
- comment(CharSequence, Location, int) - Method in class net.sf.saxon.option.jdom2.JDOM2Writer
-
Handle a comment.
- comment(CharSequence, Location, 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, Location, int) - Method in class net.sf.saxon.query.SequenceWrapper
-
Output a comment
- comment(CharSequence, Location, int) - Method in class net.sf.saxon.serialize.CDATAFilter
-
Output a comment
- comment(CharSequence, Location, int) - Method in class net.sf.saxon.serialize.HTMLIndenter
-
Output a comment
- comment(CharSequence, Location, int) - Method in class net.sf.saxon.serialize.ImplicitResultChecker
-
- comment(CharSequence, Location, int) - Method in class net.sf.saxon.serialize.TEXTEmitter
-
Output a comment.
- comment(CharSequence, Location, int) - Method in class net.sf.saxon.serialize.UncommittedSerializer
-
Output a comment
- comment(CharSequence, Location, int) - Method in class net.sf.saxon.serialize.XML10ContentChecker
-
Output a comment
- comment(CharSequence, Location, int) - Method in class net.sf.saxon.serialize.XMLEmitter
-
Handle a comment.
- comment(CharSequence, Location, int) - Method in class net.sf.saxon.serialize.XMLIndenter
-
Output a comment
- comment(CharSequence, Location, int) - Method in class net.sf.saxon.stax.ReceiverToXMLStreamWriter
-
- comment(CharSequence, Location, int) - Method in class net.sf.saxon.style.UseWhenFilter
-
Output a comment
- comment(CharSequence, Location, int) - Method in class net.sf.saxon.tree.linked.LinkedBuilderMonitor
-
- comment(CharSequence, Location, int) - Method in class net.sf.saxon.tree.linked.LinkedTreeBuilder
-
Notify a comment
- comment(CharSequence, Location, int) - Method in class net.sf.saxon.tree.tiny.TinyBuilder
-
Callback interface for SAX: not for application use
- comment(CharSequence, Location, 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
- COMMENT - Static variable in class net.sf.saxon.type.UType
-
- commentBuffer - Variable in class net.sf.saxon.tree.tiny.TinyTree
-
- commentCombined - Variable in class com.saxonica.ee.trans.ModeExperimentalChoice
-
- CommentCompiler - Class in com.saxonica.ee.bytecode
-
Generate bytecode for the Comment Instruction
- CommentCompiler() - Constructor for class com.saxonica.ee.bytecode.CommentCompiler
-
- CommentImpl - Class in net.sf.saxon.tree.linked
-
CommentImpl is an implementation of a Comment node
- CommentImpl(String) - Constructor for class net.sf.saxon.tree.linked.CommentImpl
-
- commentRuleChain - Variable in class net.sf.saxon.trans.SimpleMode
-
- 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 class com.saxonica.xqj.SaxonXQConnection
-
- 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.
- Common - Class in net.sf.saxon.option.exslt
-
This class implements extension functions in the
http://exslt.org/common namespace.
- commonlhs - Variable in class com.saxonica.ee.optim.SwitchExpression.SwitchCaseInfo
-
- commontype - Variable in class com.saxonica.ee.optim.SwitchExpression.SwitchCaseInfo
-
- compact() - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
-
Compact the attribute list to avoid wasting memory
- CompactStringValue - Class in com.saxonica.ee.validate
-
A compact representation of an atomic xs:string value used in saved tables for key and keyref constraints,
designed to economize on space.
- CompactStringValue(String) - Constructor for class com.saxonica.ee.validate.CompactStringValue
-
- 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(String, String) - Method in class com.saxonica.expr.sort.UCACollator
-
- 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, NamespaceResolver) - 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.value.SaxonDuration
-
Partial order relation comparison with this Duration
instance.
- compare(XMLGregorianCalendar) - Method in class net.sf.saxon.value.SaxonXMLGregorianCalendar
-
- 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) - Static method in class net.sf.saxon.expr.sort.CodepointCollator
-
Compare two CharSequence objects.
- compareCS(CharSequence, CharSequence) - Method in class net.sf.saxon.expr.sort.HTML5CaseBlindCollator
-
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 net.sf.saxon.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.ee.stream.om.FleetingNode
-
Determine the relative position of this node and another node, in document order.
- 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 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.AxiomDocumentNodeWrapper
-
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.ee.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 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 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.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 com.saxonica.ee.pattern.preconditions.ComparisonPredicateIndex.IndexBase
-
- comparer - Variable in class net.sf.saxon.expr.GeneralComparison
-
- comparer - Variable in class net.sf.saxon.expr.GeneralComparison10
-
- 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(CharSequence, CharSequence) - 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(CharSequence, CharSequence) - 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(CharSequence, CharSequence) - 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(CharSequence, CharSequence) - Method in class net.sf.saxon.expr.sort.HTML5CaseBlindCollator
-
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.NumericComparer
-
Compare two AtomicValue objects for equality according to the rules for their data type.
- comparesEqual(CharSequence, CharSequence) - 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(CharSequence, CharSequence) - Method in interface net.sf.saxon.lib.StringCollator
-
Compare two strings for equality.
- compareSortKeys(GroundedValue, GroundedValue, AtomicComparer) - Static method in class net.sf.saxon.ma.arrays.ArraySort
-
- compareStrength(Wildcard) - Method in class com.saxonica.ee.schema.Wildcard
-
- compareStrings(CharSequence, CharSequence) - Method in class net.sf.saxon.expr.sort.AlphanumericCollator
-
Compare two objects.
- compareStrings(CharSequence, CharSequence) - 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(CharSequence, CharSequence) - Method in class net.sf.saxon.expr.sort.CodepointCollator
-
Compare two string objects.
- compareStrings(CharSequence, CharSequence) - Method in class net.sf.saxon.expr.sort.HTML5CaseBlindCollator
-
Compare two string objects.
- compareStrings(CharSequence, CharSequence) - Method in class net.sf.saxon.expr.sort.SimpleCollation
-
Compares its two arguments for order.
- compareStrings(CharSequence, CharSequence) - Method in interface net.sf.saxon.lib.StringCollator
-
Compare two strings
- compareTo(CollationKey) - Method in class com.saxonica.expr.sort.UCACollationKey
-
- compareTo(Object) - Method in class net.sf.saxon.expr.sort.CodepointMatchKey
-
- compareTo(Object) - Method in class net.sf.saxon.expr.sort.CollationMatchKey
-
- compareTo(UnicodeString) - Method in class net.sf.saxon.regex.UnicodeString
-
Compare two unicode strings in codepoint collating sequence
- compareTo(Object) - Method in class net.sf.saxon.style.PackageVersion
-
- compareTo(Object) - Method in class net.sf.saxon.value.Base64BinaryValue
-
- 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, int) - Method in class net.sf.saxon.value.CalendarValue
-
Compare this value to another value of the same type, using the supplied implicit timezone if required.
- compareTo(CalendarValue, int) - 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, int) - 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.HexBinaryValue
-
- 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.NestedIntegerValue
-
- 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, int) - 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.ee.bytecode
-
Generate code for a CompareToIntegerConstant
- CompareToIntegerConstantCompiler() - Constructor for class com.saxonica.ee.bytecode.CompareToIntegerConstantCompiler
-
- ComparisonADJ - Class in com.saxonica.ee.expr
-
- ComparisonADJ(Expression) - Constructor for class com.saxonica.ee.expr.ComparisonADJ
-
- comparisonCardinality - Variable in class net.sf.saxon.expr.GeneralComparison
-
- ComparisonExpression - Interface in net.sf.saxon.expr
-
Interface implemented by expressions that perform a comparison
- comparisonLHS - Variable in class com.saxonica.ee.pattern.preconditions.ComparisonPredicateIndex.IndexBase
-
- ComparisonPredicateIndex - Class in com.saxonica.ee.pattern.preconditions
-
A class containing information for simple indexation of templates rules of the general
form base[expr = vals], and the special case for DITA-OT *[contains(@class,' tag ')]
To iterate across candidate rules, the
IndexMatcher
class can be used, behaving as a sequence iterator
to yield successive candidate matching Rules (wrapped in ObjectValue).
- ComparisonPredicateIndex() - Constructor for class com.saxonica.ee.pattern.preconditions.ComparisonPredicateIndex
-
- comparisonPredicateIndex - Variable in class com.saxonica.ee.trans.ModeExperimental
-
- ComparisonPredicateIndex.AncestorQualifiedRuleCase - Class in com.saxonica.ee.pattern.preconditions
-
A rule case which has ancestral qualification.
- ComparisonPredicateIndex.IndexBase - Class in com.saxonica.ee.pattern.preconditions
-
A class that is used to index sets of rules with common forms,
such as patt[expr = value] where
patt - the base pattern and
expr - the LHS of a comparison
are common
By matching instances of this class we can group rules that have similar
'left hand sides' for indexation
- ComparisonPredicateIndex.RuleCase - Class in com.saxonica.ee.pattern.preconditions
-
A class to contain a rule (held as an ObjectValue, which is an Item)
and a possible matching condition
- ComparisonPredicateIndex.RuleIndex - Class in com.saxonica.ee.pattern.preconditions
-
A class to contain a list of rules
indexed against a set of atomic value match keys.
- ComparisonPredicateIndex.ValueObject<R> - Class in com.saxonica.ee.pattern.preconditions
-
A class to encapsulate an atomic value and associated Object (usually a Rule)
- Compilation - Class in net.sf.saxon.style
-
Represents an XSLT compilation episode, compiling a single package.
- Compilation(Configuration, CompilerInfo) - Constructor for class net.sf.saxon.style.Compilation
-
Create a compilation object ready to perform an XSLT compilation
- compile(SchemaCompiler) - Method in class com.saxonica.ee.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.ee.schema.ElementWildcard
-
- compile(SchemaCompiler) - Method in class com.saxonica.ee.schema.ModelGroup
-
Compile this Compositor by compiling each of the particles contained in its
content model.
- compile(SchemaCompiler) - Method in class com.saxonica.ee.schema.ModelGroupParticle
-
Compile a particle
- compile(SchemaCompiler) - Method in class com.saxonica.ee.schema.Particle
-
Compile a particle
- compile(List<String>) - Method in class com.saxonica.ee.schema.PatternFacet
-
Compile the regular expression
- compile() - Method in class com.saxonica.ee.schema.SchemaCompiler
-
y
In deferred validation mode, validate and compile the accumulated schema components.
- compile(SchemaCompiler) - Method in class com.saxonica.ee.schema.UserComplexType
-
Compile the finite-state machine for validating instances against this type
- compile(Compilation, ComponentDeclaration) - Method in class com.saxonica.xslt3.style.XSLAssert
-
- compile(Compilation, ComponentDeclaration) - Method in class com.saxonica.xslt3.style.XSLBreak
-
- compile(Compilation, ComponentDeclaration) - Method in class com.saxonica.xslt3.style.XSLCatch
-
- compile(Compilation, ComponentDeclaration) - Method in class com.saxonica.xslt3.style.XSLEvaluate
-
- compile(Compilation, ComponentDeclaration) - Method in class com.saxonica.xslt3.style.XSLFork
-
- compile(Compilation, ComponentDeclaration) - Method in class com.saxonica.xslt3.style.XSLIterate
-
- compile(Compilation, ComponentDeclaration) - Method in class com.saxonica.xslt3.style.XSLMap
-
- compile(Compilation, ComponentDeclaration) - Method in class com.saxonica.xslt3.style.XSLMapEntry
-
- compile(Compilation, ComponentDeclaration) - Method in class com.saxonica.xslt3.style.XSLMerge
-
- compile(Compilation, ComponentDeclaration) - Method in class com.saxonica.xslt3.style.XSLMergeAction
-
- compile(Compilation, ComponentDeclaration) - Method in class com.saxonica.xslt3.style.XSLMergeSource
-
- compile(Compilation, ComponentDeclaration) - Method in class com.saxonica.xslt3.style.XSLNextIteration
-
- compile(Compilation, ComponentDeclaration) - Method in class com.saxonica.xslt3.style.XSLOnCompletion
-
- compile(Compilation, ComponentDeclaration) - Method in class com.saxonica.xslt3.style.XSLOnEmpty
-
- compile(Compilation, ComponentDeclaration) - Method in class com.saxonica.xslt3.style.XSLOnNonEmpty
-
- compile(Compilation, ComponentDeclaration) - Method in class com.saxonica.xslt3.style.XSLStream
-
- compile(Compilation, ComponentDeclaration) - Method in class com.saxonica.xslt3.style.XSLTry
-
- compile(Compilation, ComponentDeclaration) - Method in class com.saxonica.xslt3.style.XSLWherePopulated
-
- compile(Compilation, ComponentDeclaration) - Method in class com.saxonica.xsltextn.style.SaxonAssign
-
- compile(Compilation, ComponentDeclaration) - Method in class com.saxonica.xsltextn.style.SaxonDoctype
-
- compile(Compilation, ComponentDeclaration) - Method in class com.saxonica.xsltextn.style.SaxonEntityRef
-
- compile(Compilation, ComponentDeclaration) - Method in class com.saxonica.xsltextn.style.SaxonImportQuery
-
Compile this XSLT declaration.
- compile(Compilation, ComponentDeclaration) - 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(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.option.sql.SQLClose
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.option.sql.SQLColumn
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.option.sql.SQLConnect
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.option.sql.SQLDelete
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.option.sql.SQLExecute
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.option.sql.SQLInsert
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.option.sql.SQLQuery
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.option.sql.SQLUpdate
-
- 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(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.AbsentExtensionElement
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.LiteralResultElement
-
Compile code to process the literal result element at runtime
- compile(Compilation) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
-
Compile the source XSLT stylesheet package
- compile(Compilation, ComponentDeclaration) - 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(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLAnalyzeString
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLApplyImports
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLApplyTemplates
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLAttribute
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLCallTemplate
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLChoose
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLComment
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLCopy
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLCopyOf
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLDocument
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLElement
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLFallback
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLForEach
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLForEachGroup
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLIf
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLLocalParam
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLMatchingSubstring
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLMessage
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLNamespace
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLNamespaceAlias
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLNextMatch
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLNumber
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLOtherwise
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLOutputCharacter
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLPerformSort
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLProcessingInstruction
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLResultDocument
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLSequence
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLSortOrMergeKey
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLText
-
- compile(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLValueOf
-
- compile(Compilation, ComponentDeclaration) - 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.ee.bytecode.LetExpressionCompiler
-
Helper method to generate bytecode the same for both compileToIterator and compileToItem
Precondition: none.
- compileContent(Compilation, ComponentDeclaration, SimpleNodeConstructor, Expression) - Method in class net.sf.saxon.style.XSLLeafNodeConstructor
-
- compileContentValueTemplate(TextImpl, List<Expression>) - Method in class com.saxonica.config.pe.StyleNodeFactoryPE
-
Compile a content value text node.
- 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.ee.bytecode.CopyCompiler
-
- compileCopyComment(CompilerService, Expression, int) - Static method in class com.saxonica.ee.bytecode.CopyCompiler
-
- compileCopyNamespace(CompilerService, Expression, int) - Static method in class com.saxonica.ee.bytecode.CopyCompiler
-
- compileCopyNonNode(CompilerService, Expression, int) - Static method in class com.saxonica.ee.bytecode.CopyCompiler
-
- compileCopyProcessingInstruction(CompilerService, Expression, int) - Static method in class com.saxonica.ee.bytecode.CopyCompiler
-
- compileCopyText(CompilerService, Expression, int) - Static method in class com.saxonica.ee.bytecode.CopyCompiler
-
- CompiledBlockIterator - Class in com.saxonica.ee.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.ee.bytecode.iter.CompiledBlockIterator
-
- CompiledBlockIterator(XPathContext) - Constructor for class com.saxonica.ee.bytecode.iter.CompiledBlockIterator
-
- CompiledContextMappingFunction - Class in com.saxonica.ee.bytecode.map
-
Abstract ContextMappingFunction class that must be passed to a ContextMappingIterator.
- CompiledContextMappingFunction() - Constructor for class com.saxonica.ee.bytecode.map.CompiledContextMappingFunction
-
- compileDeclaration(Compilation, ComponentDeclaration) - Method in class com.saxonica.xslt3.style.XSLAccumulator
-
- compileDeclaration(Compilation, ComponentDeclaration) - Method in class com.saxonica.xslt3.style.XSLMode
-
- compileDeclaration(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.StyleElement
-
Compile a declaration in the stylesheet tree
for use at run-time.
- compileDeclaration(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLAttributeSet
-
Compile the attribute set
- compileDeclaration(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLCharacterMap
-
- compileDeclaration(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLDecimalFormat
-
- compileDeclaration(Compilation, ComponentDeclaration) - 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(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLGeneralIncorporate
-
- compileDeclaration(Compilation, ComponentDeclaration) - 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(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLGlobalVariable
-
Compile.
- compileDeclaration(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLImportSchema
-
- compileDeclaration(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLKey
-
- compileDeclaration(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLOutput
-
- compileDeclaration(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLPreserveSpace
-
- compileDeclaration(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLTemplate
-
Compile: creates the executable form of the template
- CompiledExpression - Class in com.saxonica.ee.bytecode
-
An expression that has been compiled to Java bytecode.
- CompiledExpression(Expression, GeneratedCode) - Constructor for class com.saxonica.ee.bytecode.CompiledExpression
-
- CompiledFilterIterator - Class in com.saxonica.ee.bytecode.iter
-
A CompiledFilterIterator filters an input sequence using a filter expression.
- CompiledFilterIterator() - Constructor for class com.saxonica.ee.bytecode.iter.CompiledFilterIterator
-
Zero-argument constructor (used by generated bytecode)
- CompiledItemMappingFunction - Class in com.saxonica.ee.bytecode.map
-
- CompiledItemMappingFunction() - Constructor for class com.saxonica.ee.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.XSLGlobalVariable
-
- 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
- compileErrorInAttribute(String, String, String) - Method in class net.sf.saxon.style.StyleElement
-
Compile time error, specifying an error code and the name of the attribute that
is in error.
- compileFunctionCall(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.UserFunctionCallCompiler
-
- compileIsCastable(CompilerService, CastableExpression, int) - Method in class com.saxonica.ee.bytecode.CastableExpressionCompiler
-
- compileItemFromInt(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ExpressionCompiler
-
Helper method to implement compileFromItem when the class implements compileToPrimitive returning an integer
- compileItemFromString(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ToStringCompiler
-
Helper method to implement compileFromItem when the class implements compileToPrimitive
- compileLibrary(String) - Method in class com.saxonica.ee.optim.StaticQueryContextEE
-
Compile an XQuery library module for subsequent evaluation.
- compileLibrary(Reader) - Method in class com.saxonica.ee.optim.StaticQueryContextEE
-
Prepare an XQuery library module for subsequent evaluation.
- compileLibrary(InputStream, String) - Method in class com.saxonica.ee.optim.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(Compilation, ComponentDeclaration) - 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<AtomicMatchKey, Operand>, int) - Method in class com.saxonica.ee.bytecode.SwitchExpressionCompiler
-
Internal method to generate a map containing the compiled "case" expressions
- compileNodeName(CompilerService, Expression) - Method in class com.saxonica.ee.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.ee.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.ee.bytecode.SimpleNodeConstructorCompiler
-
Compile code to generate the node name (if any) and leave it on the top of the stack.
- compilePackage(Source) - Method in class net.sf.saxon.s9api.XsltCompiler
-
Compile a library package.
- compilePackage(Source) - Method in class net.sf.saxon.style.Compilation
-
Compile a stylesheet package
- compilePackages(Iterable<Source>) - Method in class net.sf.saxon.s9api.XsltCompiler
-
Compile a list of packages.
- compileParameterSet(CompilerService, ExpressionCompiler, WithParam[]) - Static method in class com.saxonica.ee.bytecode.ApplyTemplatesCompiler
-
- compileParticle(SchemaCompiler, Particle, NonDeterminizedState, UserComplexType, FiniteStateMachine) - Static method in class com.saxonica.ee.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(XQueryCompiler, 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.
- compiler - Variable in class net.sf.saxon.Transform
-
- 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
- CompilerService - Class in com.saxonica.ee.bytecode.util
-
Controlling/service class for compilation of expressions to Java bytecode
- CompilerService(Configuration) - Constructor for class com.saxonica.ee.bytecode.util.CompilerService
-
- CompilerService.GeneratedClassInfo - Class in com.saxonica.ee.bytecode.util
-
- CompilerService.GeneratedExpression - Class in com.saxonica.ee.bytecode.util
-
sub-class GeneratedExpression - used to keep track of ExpressionCompiler classes that need to generate a method
- CompilerService.MyClassLoader - Class in com.saxonica.ee.bytecode.util
-
MyClassLoader.
- CompilerService.StaticSubClasses - Class in com.saxonica.ee.bytecode.util
-
- CompilerService.StaticVariableInfo - Class in com.saxonica.ee.bytecode.util
-
- compileSequenceConstructor(Compilation, ComponentDeclaration, 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.
- compileSequenceConstructor(Compilation, ComponentDeclaration, 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.
- compileSingletonPackage(Configuration, CompilerInfo, Source) - Static method in class net.sf.saxon.style.Compilation
-
Static factory method: Compile an XSLT stylesheet consisting of a single package
- compileSortKeyDefinitions(CompilerService, SortKeyDefinitionList) - Static method in class com.saxonica.ee.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
-
- CompileTimeFunction - Class in net.sf.saxon.functions
-
Abstract 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.ee.bytecode.AndExpressionCompiler
-
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.BooleanFnCompiler
-
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.CastableExpressionCompiler
-
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.CastableToListCompiler
-
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.CastableToUnionCompiler
-
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ChooseCompiler
-
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.CompareToIntegerConstantCompiler
-
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ContainsCompiler
-
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.EmptyCompiler
-
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.EquivalenceComparisonCompiler
-
Generate bytecode to evaluate the expression as a boolean
Precondition: none.
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ErrorExpressionCompiler
-
Generate bytecode to evaluate the expression as a boolean
Precondition: none.
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ExistsCompiler
-
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ExpressionCompiler
-
Generate bytecode to evaluate the expression as a boolean
Precondition: none.
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.GeneralComparisonCompiler
-
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.IdentityComparisonCompiler
-
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.IndexedLookupExpressionCompiler
-
Generate bytecode to evaluate the expression as a boolean
Precondition: none.
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.InstanceOfCompiler
-
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.IntegerRangeTestCompiler
-
Generate bytecode to evaluate the expression as a boolean
Precondition: none.
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.IsLastExpressionCompiler
-
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.IsWholeNumberCompiler
-
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.LiteralCompiler
-
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.MatchesCompiler
-
Generate bytecode to evaluate the expression as a boolean
Precondition: none.
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.NotFnCompiler
-
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.OrExpressionCompiler
-
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.QuantifiedExpressionCompiler
-
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.SingletonIntersectExpressionCompiler
-
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.StartsWithCompiler
-
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ToItemCompiler
-
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ToIteratorCompiler
-
- compileToBoolean(Expression) - Method in class com.saxonica.ee.bytecode.util.CompilerService
-
Generate bytecode to evaluate an expression leaving a boolean on the stack.
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ValueComparisonCompiler
-
Generate bytecode to evaluate the ValueComparison as a boolean value
Precondition: none.
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.VariableReferenceCompiler
-
- compileToBoolean(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.WhichOfCompiler
-
- compileToBooleanManyToMany(CompilerService, GeneralComparison) - Method in class com.saxonica.ee.bytecode.GeneralComparisonCompiler
-
- compileToByteCode(Expression, String, int) - Method in class com.saxonica.ee.bytecode.util.CompilerService
-
Compile a top-level expression to bytecode, and return the resulting expression
- compileToByteCode(Expression, String, int) - Method in class com.saxonica.ee.optim.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.ee.bytecode.AccessorFnCompiler
-
Generate bytecode to evaluate the expression as an Item
Precondition: none.
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ArithmeticCompiler
-
Generate bytecode to evaluate the ArithmeticExpression
Precondition: none.
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ArrayBlockCompiler
-
Generate bytecode to evaluate the ArrayBlockExpression as an (array) item
Precondition: none.
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.AtomicSequenceConverterCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.AtomizerCompiler
-
Generate bytecode to evaluate the Atomizer as an Item
Precondition: none.
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.BaseURICompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.CardinalityCheckerCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.CastExpressionCompiler
-
Generate bytecode to evaluate the CastExpression as an Item
Precondition: none.
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.CastToUnionCompiler
-
Generate bytecode to evaluate the CastToUnion expression as an Item
Precondition: none.
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ChooseCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ComputedAttributeCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ContextItemCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.converter.AnyTypeToStringConverterCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.converter.BooleanToDoubleCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.converter.BooleanToFloatCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.converter.BooleanToIntegerCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.converter.BooleanToStringCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.converter.BooleanToUntypedAtomicCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.converter.ConverterCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.converter.ConverterCompiler.GenericConverterCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.converter.DoubleToBooleanCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.converter.DoubleToFloatCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.converter.DoubleToIntegerCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.converter.DoubleToStringCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.converter.DoubleToUntypedAtomicCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.converter.FloatToBooleanCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.converter.FloatToDoubleCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.converter.FloatToIntegerCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.converter.FloatToStringCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.converter.FloatToUntypedAtomicCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.converter.IntegerToBooleanCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.converter.IntegerToDoubleCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.converter.IntegerToFloatCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.converter.IntegerToStringCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.converter.IntegerToUntypedAtomicCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.converter.StringToBooleanCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.converter.StringToDoubleCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.converter.StringToFloatCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.converter.StringToIntegerCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.converter.StringToUntypedAtomicCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.CountCompiler
-
Generate bytecode to evaluate the expression as an Item
Precondition: none.
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.DateTimeConstructorCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.DocumentInstrCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ErrorExpressionCompiler
-
Generate bytecode to evaluate the expression as an Item
Precondition: none.
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ExpressionCompiler
-
Generate bytecode to evaluate the expression as an Item
Precondition: none.
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.FirstItemExpressionCompiler
-
Generate bytecode to evaluate the expression as a Item
Precondition: none.
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.FixedAttributeCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.FunctionLiteralCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.FunctionSequenceCoercerCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.IdentityComparisonCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.InterpretedExpressionCompiler
-
Generate bytecode to evaluate the expression as an Item
Precondition: none.
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ItemCheckerCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.LastCompiler
-
Generate bytecode to evaluate the expression as an Item
Precondition: none.
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.LastItemExpressionCompiler
-
Generate bytecode to evaluate the LastItemExpression as an item
Precondition: none.
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.LetExpressionCompiler
-
Generate bytecode to evaluate the LetExpression as an Item
Precondition: none.
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.LiteralCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.LocalVariableReferenceCompiler
-
Generate bytecode to get the LocalVariable from the Context as a ValueRepresentation
Precondition: none.
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.MinimaxCompiler
-
Generate bytecode to evaluate the expression as an Item
Precondition: none.
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.NamespaceUriFnCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.NegateExpressionCompiler
-
Generate bytecode to evaluate the expression as an Item
Precondition: none.
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.NodeNameFnCompiler
-
Generate bytecode to evaluate the expression as an Item
Precondition: none.
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.NumberFnCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.PartialApplyCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.PositionCompiler
-
Generate bytecode to evaluate the expression as an Item
Precondition: none.
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.QNameFnCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.RootExpressionCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.RootFunctionCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.RoundingCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.SimpleNodeConstructorCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.SingletonAtomizerCompiler
-
Generate bytecode to evaluate the SingletonAtomizer as an Item
Precondition: none.
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.StringLengthCompiler
-
Generate bytecode to evaluate the expression as an Item
Precondition: none.
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.SubscriptExpressionCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.SubstringCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.SumCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.SuppliedParameterReferenceCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.SwitchExpressionCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.TailCallLoopCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ToBooleanCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ToIteratorCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ToPushCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ToStringCompiler
-
Generate bytecode to evaluate the expression as an Item
Precondition: none.
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.TraceExpressionCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.TryCatchExpressionCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.TupleExpressionCompiler
-
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.UserFunctionCallCompiler
-
- compileToItem(Expression) - Method in class com.saxonica.ee.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.ee.bytecode.ValueComparisonCompiler
-
Generate bytecode to evaluate the expression as an Item
Precondition: none.
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ValueOfCompiler
-
Generate bytecode to get the ValueOf text from the instruction
Precondition: none.
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.VariableReferenceCompiler
-
Generate bytecode to evaluate a VariableReference as an Item
Precondition: none.
- compileToItem(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.WhichOfCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.AdjacentTextNodeMergerCompiler
-
Generate bytecode to evaluate the expression as a
SequenceIterator
Precondition: none.
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.AnalyzeStringCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.AtomicSequenceConverterCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.AtomizerCompiler
-
Generate bytecode to evaluate the Atomizer as a MappingIterator
(i.e.
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.AxisExpressionCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.BlockCompiler
-
Generate bytecode to evaluate the BlockExpression as an iterator
Precondition: none.
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.CallableExpressionCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.CardinalityCheckerCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.CastToListCompiler
-
Generate bytecode to evaluate the CastToList as a SequenceIterator
Precondition: none.
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.CastToUnionCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ChooseCompiler
-
Generate bytecode to evaluate the expression as a SequenceIterator
Precondition: none.
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ConditionalSorterCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.DocumentInstrCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.DocumentSorterCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.EmptyTextNodeRemoverCompiler
-
Generate bytecode to evaluate the EmptyTextNodeRemover as an ItemMappingIterator
Precondition: none.
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ErrorExpressionCompiler
-
Generate bytecode to evaluate the expression as a
SequenceIterator
Precondition: none.
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ExpressionCompiler
-
Generate bytecode to evaluate the expression as a
SequenceIterator
Precondition: none.
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.FilterExpressionCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.FLWORExpressionCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ForEachGroupCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ForExpressionCompiler
-
Generate bytecode to evaluate the ForExpression as an iterator
Precondition: none.
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.FunctionSequenceCoercerCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.HomogeneityCheckerCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.IndexedFilterExpressionCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.InterpretedExpressionCompiler
-
Generate bytecode to evaluate the expression as an Iterator
Precondition: none.
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ItemCheckerCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.JavaExtensionFunctionCallCompiler
-
Generate bytecode to evaluate the expression as a
SequenceIterator
Precondition: none.
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.KeyFnCompiler
-
Generate bytecode to evaluate the KeyFn as a SequenceIterator
Precondition: none.
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.LetExpressionCompiler
-
Generate bytecode to evaluate the LetExpression as an Iterator
Precondition: none.
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.LiteralCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.LocalVariableReferenceCompiler
-
Generate bytecode to get the LocalVariable from the Context as a ValueRepresentation
Precondition: none.
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.OuterForExpressionCompiler
-
Generate bytecode to evaluate the OuterForExpression as an iterator
Precondition: none.
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.RangeExpressionCompiler
-
Generate bytecode to evaluate the expression as a
SequenceIterator
Precondition: none.
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.SimpleStepExpressionCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.SingletonIntersectExpressionCompiler
-
Generate bytecode to evaluate the expression as a
SequenceIterator
Precondition: none.
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.SlashExpressionCompiler
-
Generate bytecode to evaluate the SlashExpression as a ContextMappingIterator
Precondition: none.
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.SortExpressionCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.StaticFunctionCallCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.SuppliedParameterReferenceCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.SwitchExpressionCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.TailCallLoopCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.TailExpressionCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ToBooleanCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ToItemCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ToPushCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.TraceExpressionCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.TryCatchExpressionCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.UserFunctionCallCompiler
-
- compileToIterator(Expression) - Method in class com.saxonica.ee.bytecode.util.CompilerService
-
Generate bytecode to evaluate an expression leaving a SequenceIterator on the stack
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.VariableReferenceCompiler
-
Generate bytecode to evaluate a VariableReference as an Iterator
Precondition: none.
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.VennExpressionCompiler
-
- compileToIterator(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.WhichOfCompiler
-
- compileToLoop(CompilerService, Expression, LoopBodyGenerator) - Method in class com.saxonica.ee.bytecode.BlockCompiler
-
- compileToLoop(CompilerService, Expression, LoopBodyGenerator) - Method in class com.saxonica.ee.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.ee.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.ee.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.ee.bytecode.util.CompilerService
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.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.ee.bytecode.AtomicSequenceConverterCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.AtomizerCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.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.ee.bytecode.ChooseCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.ConcatCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.converter.AnyTypeToStringConverterCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.converter.BooleanToDoubleCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.converter.BooleanToFloatCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.converter.BooleanToIntegerCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.converter.BooleanToStringCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.converter.BooleanToUntypedAtomicCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.converter.ConverterCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.converter.ConverterCompiler.GenericConverterCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.converter.DoubleToBooleanCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.converter.DoubleToFloatCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.converter.DoubleToIntegerCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.converter.DoubleToStringCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.converter.DoubleToUntypedAtomicCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.converter.FloatToBooleanCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.converter.FloatToDoubleCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.converter.FloatToIntegerCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.converter.FloatToStringCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.converter.FloatToUntypedAtomicCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.converter.IntegerToBooleanCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.converter.IntegerToDoubleCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.converter.IntegerToFloatCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.converter.IntegerToStringCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.converter.IntegerToUntypedAtomicCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.converter.StringToBooleanCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.converter.StringToDoubleCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.converter.StringToFloatCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.converter.StringToUntypedAtomicCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.CountCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.ErrorExpressionCompiler
-
Generate bytecode to evaluate the expression as a String or other CharSequence.
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.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.ee.bytecode.ForceCaseCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.GenerateIdCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.LastCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.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.ee.bytecode.NodePropertyCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.NormalizeSpaceCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.NumberFnCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.PositionCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.StringFnCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.StringJoinCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.StringLengthCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.SubstringAfterCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.SubstringBeforeCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.SubstringCompiler
-
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.TranslateCompiler
-
- compileToPrimitive(Expression, Class) - Method in class com.saxonica.ee.bytecode.util.CompilerService
-
Generate bytecode to evaluate an expression leaving a primitive on the stack.
- compileToPrimitive(Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.util.CompilerService
-
Compile an expression that returns a singleton (or empty) result of type xs:double, xs:float, xs:string,
xs:untypedAtomic.
- compileToPrimitive(CompilerService, Expression, Class, OnEmpty) - Method in class com.saxonica.ee.bytecode.WhichOfCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.AnalyzeStringCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ApplyImportsCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ApplyTemplatesCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.BlockCompiler
-
Generate bytecode to evaluate the BlockExpression in push mode
Precondition: none.
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.BreakInstrCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.CallTemplateCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.CardinalityCheckerCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ChooseCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ComputedAttributeCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.CopyCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.DocumentInstrCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ElementCreatorCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ErrorExpressionCompiler
-
Generate bytecode to evaluate the expression in push mode
Precondition: none.
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ExpressionCompiler
-
Generate bytecode to evaluate the expression in push mode
Precondition: none.
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.FixedAttributeCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.FLWORExpressionCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ForEachGroupCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ForExpressionCompiler
-
Generate bytecode to evaluate the ForExpression in push mode
Precondition: none.
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.InterpretedExpressionCompiler
-
Generate bytecode to evaluate the expression
Precondition: none.
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.IterateInstrCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.LetExpressionCompiler
-
Generate bytecode to evaluate the LetExpression as an Item
Precondition: none.
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.LiteralCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.LocalParamBlockCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.LocalParamCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.LocalVariableReferenceCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.NextIterationCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.NextMatchCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.OuterForExpressionCompiler
-
Generate bytecode to evaluate the OuterForExpression in push mode
Precondition: none.
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ResultDocumentCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.SimpleNodeConstructorCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.SlashExpressionCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.StringJoinCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.SwitchExpressionCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.TailCallLoopCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ToBooleanCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ToItemCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.ToIteratorCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.TraceExpressionCompiler
-
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.UseAttributeSetCompiler
-
- compileToPush(Expression) - Method in class com.saxonica.ee.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.ee.bytecode.VariableReferenceCompiler
-
Generate bytecode to evaluate a VariableReference in push mode
Precondition: none.
- compileToPush(CompilerService, Expression) - Method in class com.saxonica.ee.bytecode.WhichOfCompiler
-
- compileToSequence(Expression) - Method in class com.saxonica.ee.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.ee.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(Expression, Compilation, ComponentDeclaration) - Method in class net.sf.saxon.style.XSLWithParam
-
- complete() - Method in class net.sf.saxon.style.PrincipalStylesheetModule
-
- complete() - Method in class net.sf.saxon.style.StylesheetPackage
-
Perform all registered completion actions for the package
- 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.ee.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.ee.validate.ComplexContentValidator
-
Create a ComplexContentValidator for a given type
- ComplexNodeEventFeed - Class in com.saxonica.ee.stream.feed
-
This event feed supports instructions that create a document or element node.
- ComplexNodeEventFeed(Expression, Feed, XPathContext) - Constructor for class com.saxonica.ee.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<T extends ComponentCode> - Class in net.sf.saxon.expr
-
Represents a component as defined in the XSLT 3.0 specification: for example a function, a named template,
an attribute set, a global variable.
- Component(T, Visibility, StylesheetPackage, StylesheetPackage) - Constructor for class net.sf.saxon.expr.Component
-
Create a component
- COMPONENT_FUNCTION_TYPE - Static variable in interface net.sf.saxon.type.SchemaComponent
-
The function type of the function returned by getComponentAsFunction()
- ComponentAcceptor - Interface in net.sf.saxon.style
-
An abstraction of the capability of the xsl:accept declaration, provided because the real xsl:accept
element is not available in Saxon-HE.
- ComponentBinding - Class in net.sf.saxon.expr
-
A ComponentBinding is a reference from one component to another; for example a variable
reference or function call.
- ComponentBinding(SymbolicName, Component) - Constructor for class net.sf.saxon.expr.ComponentBinding
-
Create a ComponentBinding
- ComponentCode<T extends ComponentCode> - Class in net.sf.saxon.expr.instruct
-
This object represents the compiled form of a user-written function, template, attribute-set, etc
(the source can be either an XSLT stylesheet function or an XQuery function).
- ComponentCode() - Constructor for class net.sf.saxon.expr.instruct.ComponentCode
-
- ComponentDeclaration - Class in net.sf.saxon.style
-
The object represents a declaration (that is, a top-level element) in a stylesheet.
- ComponentDeclaration(StylesheetModule, StyleElement) - Constructor for class net.sf.saxon.style.ComponentDeclaration
-
Create a ComponentDeclaration as the combination of a stylesheet module and a declaration
within that module
- ComponentInvocation - Interface in net.sf.saxon.expr
-
Represents an expression or instruction such as call-template, or a user function call, or
a global variable reference, that needs to be bound to a target component, and can potentially
be re-bound when the containing component is copied into another package.
- ComponentReference - Interface in com.saxonica.ee.schema
-
A reference to a schema component.
- ComponentTest - Class in net.sf.saxon.trans
-
- ComponentTest(int, QNameTest, int) - Constructor for class net.sf.saxon.trans.ComponentTest
-
- composeErrorMessage(ItemType, ItemType) - Method in class net.sf.saxon.expr.parser.RoleDiagnostic
-
Construct a full error message
- composeErrorMessage(ItemType, UType) - Method in class net.sf.saxon.expr.parser.RoleDiagnostic
-
Construct a full error message
- composeRequiredMessage(ItemType) - Method in class net.sf.saxon.expr.parser.RoleDiagnostic
-
Construct the part of the message giving the required item type
- ComposingAdjunct - Class in com.saxonica.ee.stream.adjunct
-
Watch factory class for an class that composes items from sequences of events:
examples are copy-of(), data(), and string().
- ComposingAdjunct() - Constructor for class com.saxonica.ee.stream.adjunct.ComposingAdjunct
-
- composite - Variable in class net.sf.saxon.expr.sort.GroupByIterator
-
- CompoundMode - Class in com.saxonica.ee.trans
-
A CompoundMode is a mode representing the templates contained within an xsl:override element in a using package
together with the rules in the corresponding mode of the base package.
- CompoundMode(Mode, SimpleMode) - Constructor for class com.saxonica.ee.trans.CompoundMode
-
Create a compound Mode
- 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
-
- compression - Variable in class com.saxonica.functions.extfn.EXPathArchive.Entry
-
- compressionType(Base64BinaryValue) - Static method in class com.saxonica.functions.extfn.EXPathArchive.Archive
-
- compute(Generator, SourceLocator) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler.AnyDivAny
-
- compute(Generator, SourceLocator) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler.AnyIdivAny
-
- compute(Generator, SourceLocator) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler.AnyMinusAny
-
- compute(Generator, SourceLocator) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler.AnyModAny
-
- compute(Generator, SourceLocator) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler.AnyPlusAny
-
- compute(Generator, SourceLocator) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler.AnyTimesAny
-
- compute(Generator, SourceLocator) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler
-
Generate bytecode to compute the result of the arithmetic expression
- compute(Generator, SourceLocator) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler.DecimalDivDecimal
-
- compute(Generator, SourceLocator) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler.DecimalIdivDecimal
-
- compute(Generator, SourceLocator) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler.DecimalMinusDecimal
-
- compute(Generator, SourceLocator) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler.DecimalModDecimal
-
- compute(Generator, SourceLocator) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler.DecimalPlusDecimal
-
- compute(Generator, SourceLocator) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler.DecimalTimesDecimal
-
- compute(Generator, SourceLocator) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler.DoubleDivDouble
-
- compute(Generator, SourceLocator) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler.DoubleMinusDouble
-
- compute(Generator, SourceLocator) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler.DoubleModDouble
-
- compute(Generator, SourceLocator) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler.DoublePlusDouble
-
- compute(Generator, SourceLocator) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler.DoubleTimesDouble
-
- compute(Generator, SourceLocator) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler.FloatDivFloat
-
- compute(Generator, SourceLocator) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler.FloatIdivFloat
-
- compute(Generator, SourceLocator) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler.FloatMinusFloat
-
- compute(Generator, SourceLocator) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler.FloatModFloat
-
- compute(Generator, SourceLocator) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler.FloatPlusFloat
-
- compute(Generator, SourceLocator) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler.FloatTimesFloat
-
- compute(Generator, SourceLocator) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler.IntegerDivInteger
-
- compute(Generator, SourceLocator) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler.IntegerIdivInteger
-
- compute(Generator, SourceLocator) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler.IntegerMinusInteger
-
- compute(Generator, SourceLocator) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler.IntegerModInteger
-
- compute(Generator, SourceLocator) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler.IntegerPlusInteger
-
- compute(Generator, SourceLocator) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler.IntegerTimesInteger
-
- 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
-
- compute(double) - Method in class net.sf.saxon.functions.TrigonometricFn.AcosFn
-
- compute(double) - Method in class net.sf.saxon.functions.TrigonometricFn.AsinFn
-
- compute(double) - Method in class net.sf.saxon.functions.TrigonometricFn.AtanFn
-
- compute(double) - Method in class net.sf.saxon.functions.TrigonometricFn
-
The function that does the work, which must be implemented in subclasses
- compute(double) - Method in class net.sf.saxon.functions.TrigonometricFn.CosFn
-
- compute(double) - Method in class net.sf.saxon.functions.TrigonometricFn.Exp10Fn
-
- compute(double) - Method in class net.sf.saxon.functions.TrigonometricFn.ExpFn
-
- compute(double) - Method in class net.sf.saxon.functions.TrigonometricFn.Log10Fn
-
- compute(double) - Method in class net.sf.saxon.functions.TrigonometricFn.LogFn
-
- compute(double) - Method in class net.sf.saxon.functions.TrigonometricFn.SinFn
-
- compute(double) - Method in class net.sf.saxon.functions.TrigonometricFn.SqrtFn
-
- compute(double) - Method in class net.sf.saxon.functions.TrigonometricFn.TanFn
-
- computeActualParams(WithParam[]) - Method in class com.saxonica.ee.stream.watch.ApplyTemplatesAction
-
- computeArgumentEvaluationModes() - Method in class net.sf.saxon.expr.UserFunctionCall
-
Compute the evaluation mode of each argument
- computeCardinality() - Method in class com.saxonica.ee.bytecode.CompiledExpression
-
- computeCardinality() - Method in class com.saxonica.ee.expr.WhichOf
-
- computeCardinality() - Method in class com.saxonica.ee.optim.IndexedFilterExpression
-
Get the static cardinality of this expression
- computeCardinality() - Method in class com.saxonica.ee.optim.IndexedLookupExpression
-
Get the static cardinality of this expression
- computeCardinality() - Method in class com.saxonica.ee.optim.SwitchExpression
-
Compute the static cardinality of this expression
- computeCardinality() - Method in class com.saxonica.ee.update.BasicUpdatingExpression
-
Determine the static cardinality of the expression.
- computeCardinality() - Method in class com.saxonica.ee.update.CopyModifyExpression
-
Determine the static cardinality of the expression.
- computeCardinality() - Method in class com.saxonica.expr.JavaExtensionFunctionCall
-
- 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.hof.UserFunctionReference
-
Compute the static cardinality of this expression
- computeCardinality() - Method in class com.saxonica.xslt3.instruct.EvaluateInstr
-
- computeCardinality() - Method in class com.saxonica.xslt3.instruct.WherePopulated
-
- 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.ConsumingOperand
-
Get the static cardinality
- 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.EquivalenceComparison
-
Determine the static cardinality.
- 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.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.PseudoExpression
-
- 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.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.StaticFunctionCall
-
Compute the static cardinality of this expression
- 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.SystemFunctionCall
-
Compute the static cardinality of this expression
- computeCardinality() - Method in class net.sf.saxon.expr.TailExpression
-
- computeCardinality() - Method in class net.sf.saxon.expr.TryCatch
-
Determine the cardinality of the function.
- 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.CurrentGroupCall
-
Compute the static cardinality of this expression
- computeCardinality() - Method in class net.sf.saxon.functions.CurrentGroupingKeyCall
-
Compute the static cardinality of this expression
- computeCardinality() - Method in class net.sf.saxon.functions.IntegratedFunctionCall
-
Compute the static cardinality of this expression
- computeCardinality() - Method in class net.sf.saxon.ma.arrays.ArrayBlock
-
Determine the cardinality of the expression
- computeCardinality() - Method in class net.sf.saxon.option.sql.SQLConnect.ConnectInstruction
-
- computeCardinality() - Method in class net.sf.saxon.xpath.JAXPVariableReference
-
Get the static cardinality
- 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.ee.config.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,
for example attribute(*, xs:integer) and attribute(xs:string).
- 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.ee.bytecode
-
Generate bytecode for a computed attribute constructor
- ComputedAttributeCompiler() - Constructor for class com.saxonica.ee.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, 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.ee.bytecode
-
Generate bytecode for a computed element constructor (or xsl:element in XSLT)
- ComputedElementCompiler() - Constructor for class com.saxonica.ee.bytecode.ComputedElementCompiler
-
- computeDependencies() - Method in class com.saxonica.ee.bytecode.CompiledExpression
-
- computeDependencies() - Method in class com.saxonica.ee.optim.IndexedFilterExpression
-
Determine which aspects of the context the expression depends on.
- computeDependencies() - Method in class com.saxonica.ee.optim.IndexedLookupExpression
-
Determine which aspects of the context the expression depends on.
- computeDependencies() - Method in class com.saxonica.ee.stream.StreamInstr
-
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 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.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.ForEachGroup
-
Compute the dependencies of an expression, as the union of the
dependencies of its subexpressions.
- 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.LocalParam
-
- 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.ee.schema.UserComplexType
-
Compute whether this complex type has a content model defined by an xs:all compositor
(after simplification to remove pointless particles)
- computeNewBaseUri(NodeInfo, String) - Static method in class net.sf.saxon.expr.instruct.CopyOf
-
- computeParticleCardinality(int, int) - Static method in class com.saxonica.ee.schema.Particle
-
Compute an XPath cardinality (e.g.
- computePreconditions() - Method in class com.saxonica.ee.trans.ModeEE
-
Compute the set of preconditions for all the rules
(of all types) within this mode
Then filter them according to usage and retain on rules only those retained on the mode.
- computeRankings(int) - Method in class com.saxonica.ee.trans.CompoundMode
-
Compute a rank for each rule, as a combination of the precedence and priority, to allow
rapid comparison.
- computeRankings(int) - 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.
- computeRankings(int) - Method in class net.sf.saxon.trans.SimpleMode
-
Compute a rank for each rule, as a combination of the precedence and priority, to allow
rapid comparison.
- computeSpecialProperties() - Method in class com.saxonica.ee.bytecode.CompiledExpression
-
- computeSpecialProperties() - Method in class com.saxonica.ee.optim.IndexedFilterExpression
-
Get the static properties of this expression (other than its type).
- computeSpecialProperties() - Method in class com.saxonica.ee.optim.IndexedLookupExpression
-
Get the static properties of this expression (other than its type).
- computeSpecialProperties() - Method in class com.saxonica.ee.stream.StreamInstr
-
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.xslt3.instruct.ConditionalBlock
-
- 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.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.RootExpression
-
- 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.SystemFunctionCall
-
Compute the special properties of this expression.
- 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.CurrentGroupCall
-
Determine the special properties of this expression.
- computeSpecialProperties() - Method in class net.sf.saxon.functions.IntegratedFunctionCall
-
Compute the special properties of this expression.
- computeSpecialProperties() - Method in class net.sf.saxon.ma.arrays.ArrayBlock
-
- computeSpecialProperties() - Method in class net.sf.saxon.xpath.JAXPVariableReference
-
Determine the special properties of this expression
- computeStaticProperties() - Method in class net.sf.saxon.expr.Expression
-
Compute the static properties.
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.ApplyImportsAdjunct
-
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.ApplyTemplatesAdjunct
-
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.AxisExpressionAdjunct
-
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.CallTemplateAdjunct
-
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.CardinalityCheckerAdjunct
-
Get the sweep and posture of this expression as defined in the W3C streamability specifications.
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.ContextItemExprAdjunct
-
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.CurrentGroupAdjunct
-
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.CurrentMergeGroupAdjunct
-
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.DocumentSorterAdjunct
-
Compute the posture and sweep of this expression as defined in the W3C streamability specifications.
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.FilterExpressionAdjunct
-
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.FirstItemExpressionAdjunct
-
Get the posture and sweep of this expression as defined in the W3C streamability specifications.
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.ForEachAdjunct
-
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.ForEachGroupAdjunct
-
Get the "sweep" of this expression as defined in the W3C streamability specifications.
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.ForExpressionAdjunct
-
Get the "sweep" of this expression as defined in the W3C streamability specifications.
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.ForkAdjunct
-
Compute the posture and sweep of this expression as defined in the W3C streamability specifications.
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.IsLastExprAdjunct
-
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.ItemCheckerAdjunct
-
Get the sweep and posture of this expression as defined in the W3C streamability specifications.
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.IterateAdjunct
-
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.LastAdjunct
-
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.LetExpressionAdjunct
-
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.LiteralAdjunct
-
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.MergeInstrAdjunct
-
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.NewMapAdjunct
-
Compute the posture and sweep of this expression as defined in the W3C streamability specifications.
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.NextMatchAdjunct
-
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.OutermostAdjunct
-
Get the posture and sweep of this expression as defined in the W3C streamability specifications.
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.ReverseAdjunct
-
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.RootAdjunct
-
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.RootExpressionAdjunct
-
Get the posture and sweep of this expression as defined in the W3C streamability specifications.
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.SortExpressionAdjunct
-
Get the posture and sweep of this expression as defined in the W3C streamability specifications.
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.StreamingAdjunct
-
Compute the posture and sweep of this expression as defined in the W3C streamability specifications.
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.StreamInstrAdjunct
-
Get the posture and sweep of this expression as defined in the W3C streamability specifications.
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.UseAttributeSetAdjunct
-
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.UserFunctionCallAdjunct
-
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.VariableReferenceAdjunct
-
- computeStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class com.saxonica.ee.stream.adjunct.VennExpressionAdjunct
-
Get the "sweep" of this expression as defined in the W3C streamability specifications.
- computeStreamability() - Method in class com.saxonica.ee.trans.ModeEE
-
Compute the streamability of all template rules
- computeStreamability() - Method in class net.sf.saxon.trans.SimpleMode
-
Compute the streamability of all template rules.
- computeTunnelParams(WithParam[]) - Method in class com.saxonica.ee.stream.watch.ApplyTemplatesAction
-
- 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
-
- concat(ArrayItem) - Method in interface net.sf.saxon.ma.arrays.ArrayItem
-
Concatenate this array with another
- concat(ArrayItem) - Method in class net.sf.saxon.ma.arrays.SimpleArrayItem
-
Concatenate this array with another
- ConcatCompiler - Class in com.saxonica.ee.bytecode
-
Generate bytecode for evaluation of a Concat function
- ConcatCompiler() - Constructor for class com.saxonica.ee.bytecode.ConcatCompiler
-
- concatenateStrings(int) - Method in class com.saxonica.ee.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.
- Condition - Interface in com.saxonica.ee.pattern.preconditions
-
An interface subsuming a variety of types of precondition
- ConditionalBlock - Class in com.saxonica.xslt3.instruct
-
An XSLT 3.0 sequence constructor containing xsl:on-empty and/or xsl:on-non-empty instructions
- ConditionalBlock(Expression[]) - Constructor for class com.saxonica.xslt3.instruct.ConditionalBlock
-
Create a block, supplying its child expressions
- ConditionalBlock(List<Expression>) - Constructor for class com.saxonica.xslt3.instruct.ConditionalBlock
-
Create a block, supplying its child expressions
- ConditionalBlockAdjunct - Class in com.saxonica.ee.stream.adjunct
-
Generate streaming code for a conditional Block, that is a sequence constructor containing
xsl:on-empty and/or xsl:on-not-empty instructions
- ConditionalBlockAdjunct() - Constructor for class com.saxonica.ee.stream.adjunct.ConditionalBlockAdjunct
-
- ConditionalBlockAdjunct.ConditionalBlockFeed - Class in com.saxonica.ee.stream.adjunct
-
- ConditionalBlockFeed(ConditionalBlock, int, Feed, XPathContext) - Constructor for class com.saxonica.ee.stream.adjunct.ConditionalBlockAdjunct.ConditionalBlockFeed
-
- 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.ee.bytecode
-
Generate bytecode for evaluation of a ConditionalSorterCompiler
- ConditionalSorterCompiler() - Constructor for class com.saxonica.ee.bytecode.ConditionalSorterCompiler
-
- conditions() - Method in class net.sf.saxon.expr.instruct.Choose
-
- ConditionState - Interface in com.saxonica.ee.pattern.preconditions
-
- config(Locale, String, Configuration) - Method in class com.saxonica.config.pe.ICUNumberer_de
-
- config(Locale, String, Configuration) - Method in class com.saxonica.config.pe.ICUNumberer_en
-
- config(Locale, String, Configuration) - Method in class com.saxonica.config.pe.ICUNumbererPE
-
Configure an ICU numberer.
- config - Variable in class com.saxonica.functions.extfn.VendorFunctionLibraryPE
-
- config - Variable in class com.saxonica.Validate
-
- config - Variable in class net.sf.saxon.event.Builder
-
- config - Variable in class net.sf.saxon.expr.PackageData
-
- 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.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.resource.AbstractResourceCollection
-
- 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.type.TypeHierarchy
-
- configuration - Variable in class com.saxonica.ee.trans.ModeExperimentalChoice
-
- 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
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_FILE - Static variable in class net.sf.saxon.lib.FeatureKeys
-
Defines a configuration file to be applied to the configuration.
- ConfigurationCheckingFunction(Configuration) - Constructor for class com.saxonica.expr.JavaExtensionFunctionCall.ConfigurationCheckingFunction
-
- configurationClass - Static variable in class net.sf.saxon.Version
-
- 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
-
- ConfigurationReaderEE - Class in com.saxonica.ee.config
-
Class to read configuration files with Saxon-EE specific details
- ConfigurationReaderEE() - Constructor for class com.saxonica.ee.config.ConfigurationReaderEE
-
- ConfigurationReaderPE - Class in com.saxonica.config.pe
-
Subclass of ConfigurationReader providing functionality particular to Saxon Professional Edition
- ConfigurationReaderPE() - Constructor for class com.saxonica.config.pe.ConfigurationReaderPE
-
- configureParser(XMLReader) - Static method in class net.sf.saxon.event.Sender
-
Configure a SAX parser to ensure it has the correct namesapce properties set
- connect(XPathContext, One<StringValue>, One<StringValue>, One<StringValue>, One<StringValue>, One<StringValue>) - Static method in class net.sf.saxon.option.sql.SQLExtensionFunctions
-
- ConnectInstruction(Expression, Expression, Expression, Expression, Expression) - Constructor for class net.sf.saxon.option.sql.SQLConnect.ConnectInstruction
-
- connection - Variable in class com.saxonica.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.
- connectMap(XPathContext, One<StringValue>, One<StringValue>, One<StringValue>, One<StringValue>, One<StringValue>) - Static method in class net.sf.saxon.option.sql.SQLExtensionFunctions
-
- constant(XPathContext, String, double) - Static method in class net.sf.saxon.option.exslt.Math
-
Get a named constant to a given precision (SStL)
- ConstantFunction - Class in net.sf.saxon.functions
-
A ConstantFunction is a zero-argument function that always delivers the same result, supplied
at the time the function is instantiated.
- ConstantFunction(GroundedValue) - Constructor for class net.sf.saxon.functions.ConstantFunction
-
- ConstantFunction.False - Class in net.sf.saxon.functions
-
- ConstantFunction.True - Class in net.sf.saxon.functions
-
- constantText - Variable in class net.sf.saxon.style.SourceBinding
-
- constantValue - Variable in class net.sf.saxon.expr.VariableReference
-
- ConstraintChecker - Class in com.saxonica.ee.validate
-
This class handles the checking of Schema-defined unique, key, and keyref
constraints.
- ConstraintChecker(PipelineConfiguration) - Constructor for class com.saxonica.ee.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
- ConsumingOperand - Class in net.sf.saxon.expr
-
This expression is used as a proxy for the consuming operand of an expression such as an
arithmetic expression for which there is no explicit streaming support.
- ConsumingOperand(Expression) - Constructor for class net.sf.saxon.expr.ConsumingOperand
-
Constructor
- containingDeclarationIsElement() - Method in class com.saxonica.ee.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.HTML5CaseBlindCollator
-
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, with the collation already known
- 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(TreeInfo) - Method in class net.sf.saxon.om.DocumentPool
-
Determine whether a given document is present in the pool
- contains(String) - Method in class net.sf.saxon.serialize.HTMLTagHashSet
-
- contains(PackageVersion) - Method in class net.sf.saxon.style.PackageVersionRanges
-
Test whether a given package version lies within any of the ranges described in this PackageVersionRanges
- 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.ee.schema.AllModelGroup
-
Determine if the content model uses xs:all.
- containsAll(boolean) - Method in class com.saxonica.ee.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.ee.bytecode
-
Generate bytecode for a call on fn:contains
- ContainsCompiler() - Constructor for class com.saxonica.ee.bytecode.ContainsCompiler
-
- containsElementWildcard() - Method in class com.saxonica.ee.schema.ElementParticle
-
Ask whether the particle contains an element wildcard
- containsElementWildcard() - Method in class com.saxonica.ee.schema.ElementWildcard
-
Ask whether the particle contains an element wildcard
- containsElementWildcard() - Method in class com.saxonica.ee.schema.ModelGroup
-
Ask whether the model group contains an element wildcard
- containsElementWildcard() - Method in class com.saxonica.ee.schema.ModelGroupParticle
-
Ask whether the particle contains an element wildcard
- containsElementWildcard() - Method in class com.saxonica.ee.schema.Particle
-
Ask whether the particle contains an element wildcard
- containsElementWildcard() - Method in class com.saxonica.ee.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
- containsEscape(String) - Method in class net.sf.saxon.ma.json.JsonHandlerXML
-
Check whether a string contains an escape sequence
- containsKey(StructuredQName) - Method in class net.sf.saxon.expr.instruct.GlobalParameterSet
-
- containsListType() - Method in class com.saxonica.ee.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 class net.sf.saxon.type.NumericType
-
Ask whether the union contains a list type among its member types
- containsListType() - Method in interface net.sf.saxon.type.UnionType
-
Ask whether the union contains a list type among its member types
- containsLocalParam(Expression) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
-
Determine whether an expression contains a LocalParamSetter subexpression
- containsLocalVariableReference(Expression) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
-
Determine whether an expression contains a local variable reference
- 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 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.GroupByClause
-
- 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
- containsSubexpression(Expression, Class<? extends Expression>) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
-
Determine whether an expression has a subexpression of a given implementation class
- 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)
- ContainsToken - Class in net.sf.saxon.functions
-
Implements the fn:contains-token() function with the collation already bound.
- ContainsToken() - Constructor for class net.sf.saxon.functions.ContainsToken
-
- containsWhitespace(CharSequence) - Static method in class net.sf.saxon.value.Whitespace
-
Determine if a string contains any whitespace
- content - Variable in class com.saxonica.functions.extfn.EXPathArchive.Entry
-
- ContentDetector - Class in com.saxonica.ee.stream
-
A ContentDetector is a filter that can be added to a Receiver pipeline to note whether the current
element node has children.
- ContentDetector(StartTagBuffer) - Constructor for class com.saxonica.ee.stream.ContentDetector
-
- 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.
- ContentHandlerProxyLocator - Class in net.sf.saxon.event
-
Implementation of the SAX Locator interface, used to supply location information to the ContentHandler.
- ContentHandlerProxyLocator(ContentHandlerProxy) - Constructor for class net.sf.saxon.event.ContentHandlerProxyLocator
-
Create the Locator for a ContentHandlerProxy
- ContentHandlerProxyTraceListener() - Constructor for class net.sf.saxon.event.ContentHandlerProxy.ContentHandlerProxyTraceListener
-
- contentModel - Variable in class com.saxonica.ee.schema.ModelGroup
-
The list of particles making up the content model of this ModelGroup.
- contentOp - Variable in class net.sf.saxon.expr.instruct.ParentNodeConstructor
-
- contents - Variable in class net.sf.saxon.expr.flwor.WindowClause.Window
-
- ContentType - Class in com.saxonica.ee.schema
-
Corresponds to a Content Type Property Record as defined in the XML Schema 1.1 specification
- ContentType() - Constructor for class com.saxonica.ee.schema.ContentType
-
- contentType - Variable in class net.sf.saxon.resource.AbstractResourceCollection.InputDetails
-
- 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
- ContentTypeTestADJ - Class in com.saxonica.ee.pattern
-
- ContentTypeTestADJ(NodeTest) - Constructor for class com.saxonica.ee.pattern.ContentTypeTestADJ
-
- ContentValidator - Class in com.saxonica.ee.validate
-
This class is an abstract superclass for all the validators.
- ContentValidator(Receiver) - Constructor for class com.saxonica.ee.validate.ContentValidator
-
- context - Variable in class com.saxonica.ee.bytecode.iter.CompiledBlockIterator
-
- context - Variable in class com.saxonica.ee.bytecode.iter.OneToOneMappingIterator
-
- context - Variable in class com.saxonica.ee.bytecode.map.ForItemMappingAction
-
- context - Variable in class com.saxonica.ee.bytecode.map.ForSequenceMappingAction
-
- context - Variable in class com.saxonica.ee.pattern.preconditions.UnifyingDefn
-
- context - Variable in class com.saxonica.ee.stream.watch.ForEachAction.Activation
-
- 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.RoleDiagnostic
-
- ContextAccessorFunction - Class in net.sf.saxon.functions
-
A ContextAccessorFunction is a function that is dependent on the dynamic context.
- ContextAccessorFunction() - Constructor for class net.sf.saxon.functions.ContextAccessorFunction
-
- ContextItemAccessorFunction - Class in net.sf.saxon.functions
-
A ContextItemAccessorFunction is a function that takes no arguments, but operates implicitly on the
context item.
- ContextItemAccessorFunction() - Constructor for class net.sf.saxon.functions.ContextItemAccessorFunction
-
- ContextItemAccessorFunction.Number_0 - Class in net.sf.saxon.functions
-
Subclass of ContextItemAccessorFunction to handle number().
- ContextItemAccessorFunction.StringAccessor - Class in net.sf.saxon.functions
-
Subclass of ContextItemAccessorFunction to handle string-length() and normalize-space().
- ContextItemCompiler - Class in com.saxonica.ee.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.ee.bytecode.ContextItemCompiler
-
- ContextItemExprAdjunct - Class in com.saxonica.ee.stream.adjunct
-
- ContextItemExprAdjunct() - Constructor for class com.saxonica.ee.stream.adjunct.ContextItemExprAdjunct
-
- 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
- ContextItemExpressionADJ - Class in com.saxonica.ee.expr
-
- ContextItemExpressionADJ(Expression) - Constructor for class com.saxonica.ee.expr.ContextItemExpressionADJ
-
- ContextItemStaticInfo - 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.
- ContextItemStaticInfo(ItemType, boolean) - Constructor for class net.sf.saxon.expr.parser.ContextItemStaticInfo
-
Create a ContextItemStaticInfo
- ContextItemStaticInfo(ItemType, boolean, Expression) - Constructor for class net.sf.saxon.expr.parser.ContextItemStaticInfo
-
Create a ContextItemStaticInfo
- ContextItemStaticInfo(ItemType, boolean, boolean) - Constructor for class net.sf.saxon.expr.parser.ContextItemStaticInfo
-
Create a ContextItemStaticInfo
- ContextItemStaticInfo(ItemType, boolean, Posture) - Constructor for class net.sf.saxon.expr.parser.ContextItemStaticInfo
-
Create a ContextItemStaticInfo
- ContextMappingFunction - 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, 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.
- ContextOriginator - Interface in net.sf.saxon.expr
-
Represents a construct that is responsible for originating a new context; used in analysing the
stack of context objects for diagnostics
- 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.BuiltInTemplateRule - Class in net.sf.saxon.trace
-
Subclass of ContextStackFrame representing a built-in template rule in XSLT
- ContextStackFrame.CallingApplication - Class in net.sf.saxon.trace
-
Subclass of ContextStackFrame representing the outermost stack frame,
for the calling application
- ContextStackFrame.CallTemplate - Class in net.sf.saxon.trace
-
Subclass of ContextStackFrame representing an xsl:call-template instruction in XSLT
- 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.VariableEvaluation - Class in net.sf.saxon.trace
-
Subclass of ContextStackFrame representing the evaluation of a variable (typically a global variable)
- 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 underpins 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.
- 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.ExternalObjectWrapper
-
- 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.FromObject
-
- 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(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.ToOne
-
- convert(Sequence, Class, XPathContext) - Method in class net.sf.saxon.expr.PJConverter.ToOneOrMore
-
- 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.ToZeroOrMore
-
- convert(Sequence, Class, XPathContext) - Method in class net.sf.saxon.expr.PJConverter.ToZeroOrOne
-
- 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.Number_1
-
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
-
- convertDigitSystem(long, int[], int) - Static method in class net.sf.saxon.expr.number.AbstractNumberer
-
Convert a number to use a given set of digits, to a required length.
- 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.BooleanToDecimal - Class in net.sf.saxon.type
-
Converts a boolean to a decimal
- Converter.BooleanToDouble - Class in net.sf.saxon.type
-
Converts a boolean to a double
- Converter.BooleanToFloat - Class in net.sf.saxon.type
-
Converts a boolean to an xs:float
- Converter.BooleanToInteger - Class in net.sf.saxon.type
-
Converts a boolean to an integer
- Converter.DateTimeToDate - Class in net.sf.saxon.type
-
Converts a dateTime to a date
- Converter.DateTimeToGDay - Class in net.sf.saxon.type
-
Converts a dateTime to a gDay
- Converter.DateTimeToGMonth - Class in net.sf.saxon.type
-
Converts a dateTime to a gMonth
- Converter.DateTimeToGMonthDay - Class in net.sf.saxon.type
-
Converts a dateTime to a gMonthDay
- Converter.DateTimeToGYear - Class in net.sf.saxon.type
-
Converts a dateTime to a gYear
- Converter.DateTimeToGYearMonth - Class in net.sf.saxon.type
-
Converts a dateTime to a gYearMonth
- Converter.DateTimeToTime - Class in net.sf.saxon.type
-
Converts a dateTime to a time
- Converter.DateToDateTime - Class in net.sf.saxon.type
-
Converts a date to a dateTime
- Converter.DecimalToInteger - Class in net.sf.saxon.type
-
Converts a decimal to an integer.
- Converter.DoubleToDecimal - Class in net.sf.saxon.type
-
Convers a double to a decimal
- Converter.DoubleToInteger - Class in net.sf.saxon.type
-
Converts a double to an integer
- Converter.DownCastingConverter - Class in net.sf.saxon.type
-
Converter that checks that a value belonging to a supertype is a valid
instance of a subtype, and returns an instance of the subtype
- Converter.DurationToDayTimeDuration - Class in net.sf.saxon.type
-
Converts a duration to a dayTimeDuration
- Converter.DurationToYearMonthDuration - Class in net.sf.saxon.type
-
Converts a duration to a yearMonthDuration
- Converter.FloatToDecimal - Class in net.sf.saxon.type
-
Converts a float to a decimal
- Converter.FloatToInteger - Class in net.sf.saxon.type
-
Converts a float to an integer
- Converter.HexBinaryToBase64Binary - Class in net.sf.saxon.type
-
Converts hexBinary to base64Binary
- Converter.IntegerToDecimal - Class in net.sf.saxon.type
-
Converts an integer to a decimal
- Converter.NotationToQName - Class in net.sf.saxon.type
-
Converts Notation to QName
- Converter.NumericToBoolean - Class in net.sf.saxon.type
-
Converts a numeric value to a boolean
- Converter.NumericToDecimal - Class in net.sf.saxon.type
-
Converts any numeric value to a decimal
- Converter.NumericToDouble - Class in net.sf.saxon.type
-
Converts any numeric value to a double.
- Converter.NumericToFloat - Class in net.sf.saxon.type
-
Converts any numeric value to xs:float
- Converter.NumericToInteger - Class in net.sf.saxon.type
-
Converts any numeric value to an integer.
- Converter.PromoterToDouble - Class in net.sf.saxon.type
-
Converter that implements the promotion rules to a required type of xs:double
- Converter.PromoterToFloat - Class in net.sf.saxon.type
-
Converter that implements the promotion rules to a required type of xs:float
- Converter.QNameToNotation - Class in net.sf.saxon.type
-
Converts QName to Notation
- Converter.StringToBase64BinaryConverter - Class in net.sf.saxon.type
-
Converts string to base64
- Converter.ToStringConverter - Class in net.sf.saxon.type
-
Converts any value to a string
- Converter.ToUntypedAtomicConverter - Class in net.sf.saxon.type
-
Converts any value to untyped atomic
- Converter.TwoPhaseConverter - Class in net.sf.saxon.type
-
Converter that operates in two phases, via an intermediate type
- Converter.UpCastingConverter - Class in net.sf.saxon.type
-
Converter that does nothing except change the type annotation of the value.
- ConverterCompiler - Class in com.saxonica.ee.bytecode.converter
-
This class generates code to implement a casting conversion.
- ConverterCompiler() - Constructor for class com.saxonica.ee.bytecode.converter.ConverterCompiler
-
- ConverterCompiler.GenericConverterCompiler - Class in com.saxonica.ee.bytecode.converter
-
- convertFacetValues() - Method in class com.saxonica.ee.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 the required type, or checked against the
required type if no type conversion is in force
- convertParams(GlobalParameterSet, Collection<GlobalParam>) - Method in class com.saxonica.ee.s9api.SchemaValidatorImpl
-
- convertPathExpressionToKey(SlashExpression, ExpressionVisitor) - Method in class com.saxonica.ee.optim.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.StringToDateTimeStamp
-
- 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.StringToDuration
-
- convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToFloat
-
- convertString(CharSequence) - Method in class net.sf.saxon.type.StringConverter.StringToGDay
-
- 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
-
- convertString(CharSequence) - Method in class net.sf.saxon.type.StringToDouble
-
Convert a string to the target type of this converter.
- 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.EquivalenceComparison
-
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.ee.optim.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 com.saxonica.xqj.ObjectConverter
-
Convert a Java object to an Item, when no information is available about the required type
- convertToItem(Object, XQItemType) - Method in interface com.saxonica.xqj.ObjectConverter
-
Convert a Java object to an Item, when a required type has been specified.
- convertToItem(Object) - Method in class com.saxonica.xqj.StandardObjectConverter
-
Convert a Java object to a Saxon Item
- convertToItem(Object, XQItemType) - Method in class com.saxonica.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.ee.schema.ValueRangeFacet
-
- convertToTypedPattern(String) - Method in class net.sf.saxon.pattern.AncestorQualifiedPattern
-
Convert the pattern to a typed pattern, in which an element name is treated as
schema-element(N)
- convertToTypedPattern(String) - Method in class net.sf.saxon.pattern.ExceptPattern
-
Convert the pattern to a typed pattern, in which an element name is treated as
schema-element(N)
- convertToTypedPattern(String) - Method in class net.sf.saxon.pattern.IntersectPattern
-
Convert the pattern to a typed pattern, in which an element name is treated as
schema-element(N)
- convertToTypedPattern(String) - Method in class net.sf.saxon.pattern.NodeTestPattern
-
Convert the pattern to a typed pattern, in which an element name is treated as
schema-element(N)
- convertToTypedPattern(String) - Method in class net.sf.saxon.pattern.Pattern
-
Convert the pattern to a typed pattern, in which an element name is treated as
schema-element(N)
- convertToTypedPattern(String) - Method in class net.sf.saxon.pattern.PatternThatSetsCurrent
-
Convert the pattern to a typed pattern, in which an element name is treated as
schema-element(N)
- convertToTypedPattern(String) - Method in class net.sf.saxon.pattern.PatternWithPredicate
-
Convert the pattern to a typed pattern, in which an element name is treated as
schema-element(N)
- convertToTypedPattern(String) - Method in class net.sf.saxon.pattern.UnionPattern
-
Convert the pattern to a typed pattern, in which an element name is treated as
schema-element(N)
- 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.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.ee.bytecode.CompiledExpression
-
- copy() - Method in class com.saxonica.ee.expr.WhichOf
-
- copy() - Method in class com.saxonica.ee.extfn.VendorFunctionLibraryEE
-
- copy() - Method in class com.saxonica.ee.optim.GeneralComparisonEE
-
- copy() - Method in class com.saxonica.ee.optim.IndexedFilterExpression
-
Copy an expression.
- copy() - Method in class com.saxonica.ee.optim.IndexedLookupExpression
-
Copy an expression.
- copy() - Method in class com.saxonica.ee.optim.MultithreadedForEach
-
Copy an expression.
- copy() - Method in class com.saxonica.ee.optim.RewriteContext
-
- copy() - Method in class com.saxonica.ee.optim.SwitchExpression
-
Copy an expression.
- copy() - Method in class com.saxonica.ee.packages.XSLOriginalLibrary
-
- copy() - Method in class com.saxonica.ee.schema.ElementParticle
-
Copy an element particle
- copy() - Method in class com.saxonica.ee.schema.ElementWildcard
-
- copy() - Method in class com.saxonica.ee.stream.Inversion
-
Create a copy of this inverted expression
- copy(Receiver, int, Location) - Method in class com.saxonica.ee.stream.om.FleetingDocumentNode
-
Copy this node to a given Receiver.
- copy(Receiver, int, Location) - Method in class com.saxonica.ee.stream.om.FleetingElementNode
-
Copy this node to a given Receiver.
- copy(Receiver, int, Location) - Method in class com.saxonica.ee.stream.om.FleetingNode
-
Copy this node to a given Receiver.
- copy() - Method in class com.saxonica.ee.stream.StreamInstr
-
Copy an expression.
- copy() - Method in class com.saxonica.ee.update.CopyModifyExpression
-
Copy an expression.
- copy() - Method in class com.saxonica.ee.update.DeleteExpression
-
Copy an expression.
- copy() - Method in class com.saxonica.ee.update.InsertExpression
-
Copy an expression.
- copy() - Method in class com.saxonica.ee.update.RenameExpression
-
Copy an expression.
- copy() - Method in class com.saxonica.ee.update.ReplaceNodeExpression
-
Copy an expression.
- copy() - Method in class com.saxonica.ee.update.ReplaceValueExpression
-
Copy an expression.
- copy() - Method in class com.saxonica.expr.JavaExtensionFunctionCall
-
Copy an expression.
- copy(One<StringValue>, One<StringValue>) - Static method in class com.saxonica.functions.extfn.EXPathFile
-
- copy() - Method in class com.saxonica.functions.extfn.VendorFunctionLibraryPE
-
- copy() - Method in class com.saxonica.functions.hof.FunctionLiteral
-
Copy an expression.
- 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.hof.UserFunctionReference
-
Copy an expression.
- copy(Receiver, int, Location) - Method in class com.saxonica.pull.UnconstructedParent
-
Copy this node to a given outputter
- copy() - Method in class com.saxonica.xslt3.instruct.BreakInstr
-
- copy() - Method in class com.saxonica.xslt3.instruct.ConditionalBlock
-
Copy an expression.
- 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.xslt3.instruct.OnEmptyExpr
-
- copy() - Method in class com.saxonica.xslt3.instruct.OnNonEmptyExpr
-
- copy() - Method in class com.saxonica.xslt3.instruct.WherePopulated
-
- 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, Location) - 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.ConsumingOperand
-
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.EquivalenceComparison
-
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(FLWORExpression) - Method in class net.sf.saxon.expr.flwor.Clause
-
Create a copy of this clause
- copy(FLWORExpression) - Method in class net.sf.saxon.expr.flwor.CountClause
-
- copy() - Method in class net.sf.saxon.expr.flwor.FLWORExpression
-
Copy an expression.
- copy(FLWORExpression) - Method in class net.sf.saxon.expr.flwor.ForClause
-
- copy(FLWORExpression) - Method in class net.sf.saxon.expr.flwor.GroupByClause
-
- copy(FLWORExpression) - 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(FLWORExpression) - Method in class net.sf.saxon.expr.flwor.OrderByClause
-
- copy() - Method in class net.sf.saxon.expr.flwor.OuterForExpression
-
Copy an expression.
- copy(FLWORExpression) - Method in class net.sf.saxon.expr.flwor.TraceClause
-
- copy() - Method in class net.sf.saxon.expr.flwor.TupleExpression
-
Copy an expression.
- copy(FLWORExpression) - Method in class net.sf.saxon.expr.flwor.WhereClause
-
- copy(FLWORExpression) - Method in class net.sf.saxon.expr.flwor.WindowClause
-
- 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.GlobalVariableReference
-
- 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(boolean, boolean, SchemaType, int) - Constructor for class net.sf.saxon.expr.instruct.Copy
-
Create a shallow copy instruction
param select selects the node (or other item) to be copied.
- 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.LocalParam
-
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.ResultDocument
-
Copy an expression.
- copy() - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
Create a copy of a template rule.
- copy() - Method in class net.sf.saxon.expr.instruct.TraceExpression
-
- copy() - Method in class net.sf.saxon.expr.instruct.UseAttributeSet
-
Copy an expression.
- copy() - Method in class net.sf.saxon.expr.instruct.ValueOf
-
Copy an expression.
- copy(Expression, 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 - 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.sort.SortKeyDefinitionList
-
Copy this pseudo-expression
- copy() - Method in class net.sf.saxon.expr.StackFrame
-
- copy() - Method in class net.sf.saxon.expr.StaticFunctionCall
-
Copy an expression.
- 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.SystemFunctionCall
-
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.TryCatch
-
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.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.CurrentGroupCall
-
- copy() - Method in class net.sf.saxon.functions.CurrentGroupingKeyCall
-
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 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.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.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() - Method in class net.sf.saxon.ma.arrays.ArrayBlock
-
Copy an expression.
- copy(MapItem, XPathContext) - Static method in class net.sf.saxon.ma.map.HashTrieMap
-
Create a map whose entries are copies of the entries in an existing MapItem
- copy(Receiver, int, Location) - Method in class net.sf.saxon.om.DocumentInfo
-
- copy(Receiver, int, Location) - Method in interface net.sf.saxon.om.NodeInfo
-
Copy this node to a given Receiver.
- copy(Receiver, int, Location) - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
-
Copy this node to a given outputter (deep copy)
- copy(Receiver, int, Location) - Method in class net.sf.saxon.option.axiom.AxiomLeafNodeWrapper
-
Copy this node to a given outputter (deep copy)
- copy(Receiver, int, Location) - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
-
Copy this node to a given outputter (deep copy)
- copy(Receiver, int, Location) - Method in class net.sf.saxon.option.jdom2.JDOM2NodeWrapper
-
Copy this node to a given outputter (deep copy)
- copy() - Method in class net.sf.saxon.option.sql.SQLConnect.ConnectInstruction
-
- copy(Receiver, int, Location) - 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.AncestorQualifiedPattern
-
Copy a pattern.
- copy() - Method in class net.sf.saxon.pattern.AnchorPattern
-
Copy an AnchorPattern.
- copy() - Method in class net.sf.saxon.pattern.BooleanExpressionPattern
-
Copy a pattern.
- copy() - Method in class net.sf.saxon.pattern.ConditionalPattern
-
Copy a pattern.
- copy() - Method in class net.sf.saxon.pattern.ExceptPattern
-
Copy a pattern.
- copy() - Method in class net.sf.saxon.pattern.GeneralNodePattern
-
Copy a pattern.
- copy() - Method in class net.sf.saxon.pattern.GeneralPositionalPattern
-
Copy a pattern.
- copy() - Method in class net.sf.saxon.pattern.IntersectPattern
-
Copy a pattern.
- copy() - Method in class net.sf.saxon.pattern.NodeSetPattern
-
Copy a pattern.
- copy() - Method in class net.sf.saxon.pattern.NodeTest
-
Copy a NodeTest.
- copy() - Method in class net.sf.saxon.pattern.NodeTestPattern
-
Copy a pattern.
- copy() - Method in class net.sf.saxon.pattern.Pattern
-
- copy() - Method in class net.sf.saxon.pattern.PatternThatSetsCurrent
-
Copy a pattern.
- copy() - Method in class net.sf.saxon.pattern.PatternWithPredicate
-
Copy a pattern.
- copy() - Method in class net.sf.saxon.pattern.SimplePositionalPattern
-
Copy a pattern.
- copy() - Method in class net.sf.saxon.pattern.UnionPattern
-
Copy a pattern.
- copy() - Method in class net.sf.saxon.pattern.UniversalPattern
-
Copy a UniversalPattern.
- 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() - Method in class net.sf.saxon.trans.PackageLibrary
-
- copy(Receiver, int, Location) - Method in class net.sf.saxon.tree.linked.AttributeImpl
-
Copy this node to a given outputter
- copy(Receiver, int, Location) - Method in class net.sf.saxon.tree.linked.CommentImpl
-
Copy this node to a given outputter
- copy(Receiver, int, Location) - Method in class net.sf.saxon.tree.linked.DocumentImpl
-
Copy this node to a given outputter
- copy(Receiver, int, Location) - Method in class net.sf.saxon.tree.linked.ElementImpl
-
Copy this node to a given Receiver.
- copy(Receiver, int, Location) - Method in class net.sf.saxon.tree.linked.ProcInstImpl
-
Copy this node to a given outputter
- copy(Receiver, int, Location) - Method in class net.sf.saxon.tree.linked.TextImpl
-
Copy this node to a given outputter
- copy(Receiver, int, Location) - Method in class net.sf.saxon.tree.NamespaceNode
-
Copy this node to a given outputter
- copy(Receiver, int, Location) - Method in class net.sf.saxon.tree.tiny.TinyAttributeImpl
-
Copy this node to a given outputter
- copy(Receiver, int, Location) - Method in class net.sf.saxon.tree.tiny.TinyDocumentImpl
-
Copy this node to a given outputter
- copy(Receiver, int, Location) - Method in class net.sf.saxon.tree.tiny.TinyElementImpl
-
Copy this node to a given receiver
- copy(Receiver, int, Location) - Method in class net.sf.saxon.tree.tiny.TinyTextImpl
-
Copy this node to a given outputter
- copy(Receiver, int, Location) - 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, Location) - Static method in class net.sf.saxon.tree.util.Navigator
-
Generic (model-independent) implementation of deep copy algorithm for nodes.
- copy(Receiver, int, Location) - Method in class net.sf.saxon.tree.util.Orphan
-
Copy this node to a given outputter (deep copy)
- copy(Receiver, int, Location) - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
-
Copy this node to a given outputter (deep copy)
- copy(Receiver, int, Location) - Method in class net.sf.saxon.tree.wrapper.SnapshotNode
-
Copy this node to a given outputter
- copy(Receiver, int, Location) - Method in class net.sf.saxon.tree.wrapper.SpaceStrippedNode
-
Copy this node to a given outputter (deep copy)
- copy(Receiver, int, Location) - Method in class net.sf.saxon.tree.wrapper.TypeStrippedNode
-
Copy this node to a given outputter (deep copy)
- copy(Receiver, int, Location) - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
-
Copy this node to a given outputter
- copy(Receiver, int, Location) - Method in class net.sf.saxon.tree.wrapper.VirtualUntypedCopy
-
- copy(Receiver, int, Location) - 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.JAXPVariableReference
-
Create a clone copy of this expression
- 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.LocationKind
-
An XQuery Update copy-modify (transform) expression.
- COPY_NAMESPACES_MODE_INHERIT - Static variable in class javax.xml.xquery.XQConstants
-
- COPY_NAMESPACES_MODE_NO_INHERIT - Static variable in class javax.xml.xquery.XQConstants
-
- COPY_NAMESPACES_MODE_NO_PRESERVE - Static variable in class javax.xml.xquery.XQConstants
-
- COPY_NAMESPACES_MODE_PRESERVE - Static variable in class javax.xml.xquery.XQConstants
-
- copyAccumulatorData(NodeInfo, VirtualCopy) - Method in class com.saxonica.trans.AccumulatorManagerPE
-
Copy the accumulator data for a subtree (unstreamed) when making a virtual copy of the subtree
- CopyAdjunct - Class in com.saxonica.ee.stream.adjunct
-
Compile an xsl:copy expression/instruction to streaming code.
- CopyAdjunct() - Constructor for class com.saxonica.ee.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.NestedIntegerValue
-
- 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.ee.bytecode
-
Generate bytecode for an xsl:copy instruction
- CopyCompiler() - Constructor for class com.saxonica.ee.bytecode.CopyCompiler
-
- copyFrom(StaticQueryContext) - Method in class com.saxonica.ee.optim.StaticQueryContextEE
-
- copyFrom(VariableReference) - Method in class net.sf.saxon.expr.VariableReference
-
- copyFrom(StaticQueryContext) - Method in class net.sf.saxon.query.StaticQueryContext
-
- copyFrom(CompilerInfo) - Method in class net.sf.saxon.trans.CompilerInfo
-
Copy all properties from a supplied CompilerInfo
- CopyInformee<T> - 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) - Method in class com.saxonica.ee.expr.ExpressionADJ
-
Copy location information from this Expression onto another (new) Expression
- copyLocationInfo(Pattern) - Method in class com.saxonica.ee.pattern.PatternADJ
-
Copy location information from this Pattern onto another (new) Pattern
- 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.ee.update
-
A copy-modify expression (called a "transform" expression in the XQuery Update specification)
- CopyModifyExpression(Expression, Expression, int) - Constructor for class com.saxonica.ee.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.ee.stream.adjunct
-
- CopyOfAdjunct() - Constructor for class com.saxonica.ee.stream.adjunct.CopyOfAdjunct
-
- CopyOfFeed - Class in com.saxonica.ee.stream.feed
-
This class is used to construct a grounded copy of a streamed node, by capturing the events representing the
streamed node as they are notified, and constructing the grounded copy from these events.
- CopyOfFeed(WatchManager, Feed, XPathContext) - Constructor for class com.saxonica.ee.stream.feed.CopyOfFeed
-
- CopyOfFeed.AccumulatorCopier - Class in com.saxonica.ee.stream.feed
-
- CopyOfFn - Class in com.saxonica.functions.xslt3
-
XSLT 3.0 function copy-of().
- CopyOfFn() - Constructor for class com.saxonica.functions.xslt3.CopyOfFn
-
- copyOperandsFrom(SimpleExpression) - Method in class net.sf.saxon.expr.SimpleExpression
-
Helper method for subclasses to implement the copy() operation: this method can be applied
to the new expression to copy operands from the old expressions
- CopyOptions - Class in net.sf.saxon.om
-
- CopyOptions() - Constructor for class net.sf.saxon.om.CopyOptions
-
- copyPreparedExpression(XQPreparedExpression) - Method in class com.saxonica.xqj.SaxonXQConnection
-
Copy a prepared expression to create a new prepared expression.
- copyRules(SimpleMode, SimpleMode) - Static method in class net.sf.saxon.trans.SimpleMode
-
Construct a new Mode, copying the contents of an existing Mode
- copySequence(SequenceIterator, SequenceReceiver) - Static method in class net.sf.saxon.event.SequenceCopier
-
- copyTo(PreparedSchema, SchemaCompiler) - Method in class com.saxonica.ee.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
- copyUnparsedEntities(NodeInfo, SequenceReceiver) - Static method in class net.sf.saxon.expr.instruct.Copy
-
- 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)
- CosFn() - Constructor for class net.sf.saxon.functions.TrigonometricFn.CosFn
-
- count(Expression) - Method in class com.saxonica.ee.pattern.preconditions.RealPreconditions
-
- count() - Method in class com.saxonica.xqj.SaxonXQForwardSequence
-
- count() - Method in class com.saxonica.xqj.SaxonXQSequence
-
- 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
-
"count" 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() - Method in class net.sf.saxon.trans.RuleSearchState
-
- CountAdjunct - Class in com.saxonica.ee.stream.adjunct
-
Streaming code for the count() function.
- CountAdjunct() - Constructor for class com.saxonica.ee.stream.adjunct.CountAdjunct
-
- CountClause - Class in net.sf.saxon.expr.flwor
-
A "count" clause in a FLWOR expression
- CountClause() - Constructor for class net.sf.saxon.expr.flwor.CountClause
-
- CountClausePull - Class in net.sf.saxon.expr.flwor
-
A tuple stream that implements a "count" clause in an XQuery 3.0 FLWOR expression
- CountClausePull(TuplePull, CountClause) - Constructor for class net.sf.saxon.expr.flwor.CountClausePull
-
- CountClausePush - Class in net.sf.saxon.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 net.sf.saxon.expr.flwor.CountClausePush
-
- CountCompiler - Class in com.saxonica.ee.bytecode
-
Generate bytecode for a call to the count() function
- CountCompiler() - Constructor for class com.saxonica.ee.bytecode.CountCompiler
-
- CountingCompletionService<V> - Class in com.saxonica.ee.trans
-
Extension of ExecutorCompletionService to count the number of tasks submitted
and take that many completed tasks before calling it a day.
- CountingCompletionService(Executor) - Constructor for class com.saxonica.ee.trans.CountingCompletionService
-
- CountingCompletionService(Executor, BlockingQueue<Future<V>>) - Constructor for class com.saxonica.ee.trans.CountingCompletionService
-
- CountingState - Class in com.saxonica.ee.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.ee.schema.fsa.CountingState
-
- create(ZeroOrMore<StringValue>, ZeroOrMore<Base64BinaryValue>) - Static method in class com.saxonica.functions.extfn.EXPathArchive.Archive
-
- 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 class com.saxonica.xqj.SaxonXQDataFactory
-
Create an atomic item type object representing a particular built-in atomic type
- createAtomicType(int, QName, URI) - Method in class com.saxonica.xqj.SaxonXQDataFactory
-
See interface definition, and description of Saxon extensions below.
- 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.
- 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 class com.saxonica.xqj.SaxonXQDataFactory
-
- createAttributeType(QName, int, QName, URI) - Method in class com.saxonica.xqj.SaxonXQDataFactory
-
- 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.
- 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 class com.saxonica.xqj.SaxonXQDataFactory
-
- createCommentType() - Method in interface javax.xml.xquery.XQDataFactory
-
Creates a new XQItemType
object representing the XQuery
comment()
type.
- createDir(One<StringValue>) - Static method in class com.saxonica.functions.extfn.EXPathFile
-
- createDocumentElementType(XQItemType) - Method in class com.saxonica.xqj.SaxonXQDataFactory
-
- 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.
- createDocumentFragment() - Method in class net.sf.saxon.dom.DocumentOverNodeInfo
-
Creates an empty DocumentFragment
object.
- createDocumentSchemaElementType(XQItemType) - Method in class com.saxonica.xqj.SaxonXQDataFactory
-
- 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(...)
.
- createDocumentType() - Method in class com.saxonica.xqj.SaxonXQDataFactory
-
- createDocumentType() - Method in interface javax.xml.xquery.XQDataFactory
-
Creates a new XQItemType
object representing the XQuery
document-node()
type.
- 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 class com.saxonica.xqj.SaxonXQDataFactory
-
- createElementType(QName, int, QName, URI, boolean) - Method in class com.saxonica.xqj.SaxonXQDataFactory
-
- 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.
- createEntityReference(String) - Method in class net.sf.saxon.dom.DocumentOverNodeInfo
-
Create an EntityReference
object.
- createExpression() - Method in class com.saxonica.xqj.SaxonXQConnection
-
- createExpression(XQStaticContext) - Method in class com.saxonica.xqj.SaxonXQConnection
-
- 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.
- createFunctionLibrary() - Method in class net.sf.saxon.style.StylesheetPackage
-
Create the function library containing stylesheet functions declared in this package
- 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 class com.saxonica.xqj.SaxonXQDataFactory
-
- createItem(XQItem) - Method in interface javax.xml.xquery.XQDataFactory
-
Creates a copy of the specified XQItem
.
- createItemFromAtomicValue(String, XQItemType) - Method in class com.saxonica.xqj.SaxonXQDataFactory
-
- createItemFromAtomicValue(String, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
-
Creates an item from a given value.
- createItemFromBoolean(boolean, XQItemType) - Method in class com.saxonica.xqj.SaxonXQDataFactory
-
- createItemFromBoolean(boolean, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
-
Creates an item from a given value.
- createItemFromByte(byte, XQItemType) - Method in class com.saxonica.xqj.SaxonXQDataFactory
-
- createItemFromByte(byte, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
-
Creates an item from a given value.
- createItemFromDocument(InputStream, String, XQItemType) - Method in class com.saxonica.xqj.SaxonXQDataFactory
-
- createItemFromDocument(Reader, String, XQItemType) - Method in class com.saxonica.xqj.SaxonXQDataFactory
-
- createItemFromDocument(Source, XQItemType) - Method in class com.saxonica.xqj.SaxonXQDataFactory
-
- createItemFromDocument(String, String, XQItemType) - Method in class com.saxonica.xqj.SaxonXQDataFactory
-
- createItemFromDocument(XMLStreamReader, XQItemType) - Method in class com.saxonica.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
.
- createItemFromDouble(double, XQItemType) - Method in class com.saxonica.xqj.SaxonXQDataFactory
-
- createItemFromDouble(double, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
-
Creates an item from a given value.
- createItemFromFloat(float, XQItemType) - Method in class com.saxonica.xqj.SaxonXQDataFactory
-
- createItemFromFloat(float, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
-
Creates an item from a given value.
- createItemFromInt(int, XQItemType) - Method in class com.saxonica.xqj.SaxonXQDataFactory
-
- createItemFromInt(int, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
-
Creates an item from a given value.
- createItemFromLong(long, XQItemType) - Method in class com.saxonica.xqj.SaxonXQDataFactory
-
- createItemFromLong(long, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
-
Creates an item from a given value.
- createItemFromNode(Node, XQItemType) - Method in class com.saxonica.xqj.SaxonXQDataFactory
-
- createItemFromNode(Node, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
-
Creates an item from a given value.
- createItemFromObject(Object, XQItemType) - Method in class com.saxonica.xqj.SaxonXQDataFactory
-
- createItemFromObject(Object, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
-
Creates an item from a given value.
- createItemFromShort(short, XQItemType) - Method in class com.saxonica.xqj.SaxonXQDataFactory
-
- createItemFromShort(short, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
-
Creates an item from a given value.
- createItemFromString(String, XQItemType) - Method in class com.saxonica.xqj.SaxonXQDataFactory
-
- createItemFromString(String, XQItemType) - Method in interface javax.xml.xquery.XQDataFactory
-
Creates an item from a given value.
- createItemType() - Method in class com.saxonica.xqj.SaxonXQDataFactory
-
- createItemType() - Method in interface javax.xml.xquery.XQDataFactory
-
Creates a new XQItemType
object representing the XQuery item type.
- createMap(One<MapItem>) - Static method in class com.saxonica.functions.extfn.EXPathArchive.Archive
-
- createMetaData() - Method in class com.saxonica.ee.validate.InvalidityReportGenerator
-
Create metedata element which contains summary information in the output XML document
- createNodeType() - Method in class com.saxonica.xqj.SaxonXQDataFactory
-
- createNodeType() - Method in interface javax.xml.xquery.XQDataFactory
-
Creates a new XQItemType
object representing the XQuery node()
type.
- 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.ee.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 class com.saxonica.xqj.SaxonXQDataFactory
-
- createProcessingInstructionType(String) - Method in interface javax.xml.xquery.XQDataFactory
-
Creates a new XQItemType
object representing the XQuery
processing-instruction(piTarget)
type.
- createResult(URI) - Method in class net.sf.saxon.lib.StandardOutputResolver
-
- 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 class com.saxonica.xqj.SaxonXQDataFactory
-
- 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.
- createSchemaElementType(QName, int, URI) - Method in class com.saxonica.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.
- createSequence(Iterator) - Method in class com.saxonica.xqj.SaxonXQDataFactory
-
- createSequence(XQSequence) - Method in class com.saxonica.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.
- createSequenceType(XQItemType, int) - Method in class com.saxonica.xqj.SaxonXQDataFactory
-
- createSequenceType(XQItemType, int) - Method in interface javax.xml.xquery.XQDataFactory
-
Creates a new sequence type from an item type and occurence indicator.
- createSkeletonElementNode() - Method in class com.saxonica.ee.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.ee.stream.StreamInstr
-
Determine whether this instruction creates new nodes.
- createsNewNodes() - Method in class com.saxonica.xslt3.instruct.BreakInstr
-
- createsNewNodes() - Method in class com.saxonica.xslt3.instruct.ConditionalBlock
-
Determine whether this instruction creates new nodes.
- 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.
- createsNewNodes() - Method in class net.sf.saxon.ma.arrays.ArrayBlock
-
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
- createTempDir(XPathContext, One<StringValue>, One<StringValue>) - Static method in class com.saxonica.functions.extfn.EXPathFile
-
- createTempDir(XPathContext, One<StringValue>, One<StringValue>, One<StringValue>) - Static method in class com.saxonica.functions.extfn.EXPathFile
-
- createTempFile(XPathContext, One<StringValue>, One<StringValue>) - Static method in class com.saxonica.functions.extfn.EXPathFile
-
- createTempFile(XPathContext, One<StringValue>, One<StringValue>, One<StringValue>) - Static method in class com.saxonica.functions.extfn.EXPathFile
-
- 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 class com.saxonica.xqj.SaxonXQDataFactory
-
- createTextType() - Method in interface javax.xml.xquery.XQDataFactory
-
Creates a new XQItemType
object representing the XQuery
text()
type.
- createThreadManager() - Method in class net.sf.saxon.expr.XPathContextMajor
-
Create a new thread manager.
- 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, Location) - Method in class net.sf.saxon.style.UseWhenFilter
-
- 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 - Variable in class net.sf.saxon.expr.sort.GroupMatchingIterator
-
- Current - Class in net.sf.saxon.functions
-
Implement the XSLT current() function
- Current() - Constructor for class net.sf.saxon.functions.Current
-
- current() - Method in interface net.sf.saxon.om.FocusIterator
-
Get the current value in the sequence (the one returned by the
most recent call on next()).
- current() - Method in class net.sf.saxon.om.FocusTrackingIterator
-
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.tree.iter.ManualIterator
-
- current() - Method in class net.sf.saxon.tree.wrapper.WrappingIterator
-
- CurrentDate() - Constructor for class net.sf.saxon.functions.DynamicContextAccessor.CurrentDate
-
- CurrentDateTime() - Constructor for class net.sf.saxon.functions.DynamicContextAccessor.CurrentDateTime
-
- currentDestination - Variable in class net.sf.saxon.expr.XPathContextMinor
-
- currentDir() - Static method in class com.saxonica.functions.extfn.EXPathFile
-
- currentElement - Variable in class net.sf.saxon.serialize.HTMLURIEscaper
-
- currentEvent - Variable in class net.sf.saxon.pull.PullFilter
-
- currentGenerator - Variable in class com.saxonica.ee.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
-
- CurrentGroupAdjunct - Class in com.saxonica.ee.stream.adjunct
-
Provides streaming code for a call on current-group().
- CurrentGroupAdjunct() - Constructor for class com.saxonica.ee.stream.adjunct.CurrentGroupAdjunct
-
- CurrentGroupCall - Class in net.sf.saxon.functions
-
Implements the XSLT function current-group()
- CurrentGroupCall() - Constructor for class net.sf.saxon.functions.CurrentGroupCall
-
- 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
-
- CurrentGroupingKeyCall - Class in net.sf.saxon.functions
-
Implements the XSLT function current-grouping-key()
- CurrentGroupingKeyCall() - Constructor for class net.sf.saxon.functions.CurrentGroupingKeyCall
-
- 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.ee.bytecode.iter.CompiledBlockIterator
-
- currentMembers - Variable in class net.sf.saxon.expr.sort.GroupMatchingIterator
-
- CurrentMergeGroup - Class in com.saxonica.functions.xslt3
-
Implements the XSLT 3.0 function current-merge-group()
- CurrentMergeGroup() - Constructor for class com.saxonica.functions.xslt3.CurrentMergeGroup
-
- CurrentMergeGroupAdjunct - Class in com.saxonica.ee.stream.adjunct
-
Generate streaming code for a call on current-group().
- CurrentMergeGroupAdjunct() - Constructor for class com.saxonica.ee.stream.adjunct.CurrentMergeGroupAdjunct
-
- CurrentMergeKey - Class in com.saxonica.functions.xslt3
-
Implements the XSLT function current-grouping-key()
- CurrentMergeKey() - Constructor for class com.saxonica.functions.xslt3.CurrentMergeKey
-
- currentModeName(XPathContext) - Static method in class com.saxonica.functions.extfn.Extensions
-
Get the current mode.
- CurrentOutputUri - Class in com.saxonica.functions.xslt3
-
This class implements the XSLT 3.0 function current-output-uri()
- CurrentOutputUri() - Constructor for class com.saxonica.functions.xslt3.CurrentOutputUri
-
- currentRoot - Variable in class net.sf.saxon.event.Builder
-
- CurrentTime() - Constructor for class net.sf.saxon.functions.DynamicContextAccessor.CurrentTime
-
- 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.XPathParser
-
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(Function, Sequence[]) - Constructor for class com.saxonica.functions.hof.CurriedFunction
-
Create a curried function
- CurriedSystemFunction - Class in net.sf.saxon.functions
-
A function obtained by optimizing a system function call in which some of the parameter values are
supplied statically.
- CurriedSystemFunction() - Constructor for class net.sf.saxon.functions.CurriedSystemFunction
-
- curryFunction(Expression, Expression[], IntSet) - Static method in class com.saxonica.expr.XPathParserPE
-
Process a function expression in which one or more of the argument positions are
represented as "?" placemarkers (indicating partial application or currying)
- customizeAdaptiveSerializer(AdaptiveEmitter, Properties, CharacterMapExpander, ProxyReceiver) - Method in class net.sf.saxon.lib.SerializerFactory
-
Create a serialization pipeline to implement the Adaptive output method.
- customizeJSONSerializer(JSONEmitter, Properties, CharacterMapExpander, ProxyReceiver) - Method in class net.sf.saxon.lib.SerializerFactory
-
Create a serialization pipeline to implement the JSON output method.
- customizeTokenizer(Tokenizer) - Method in class com.saxonica.xslt3.PatternParser30
-
Callback to tailor the tokenizer
- customizeTokenizer(Tokenizer) - Method in class net.sf.saxon.expr.parser.XPathParser
-
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.XQueryParser
-
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
-
- 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_DAY - Static variable in class net.sf.saxon.type.UType
-
- 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 - Static variable in class net.sf.saxon.type.UType
-
- 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_MONTH_DAY - Static variable in class net.sf.saxon.type.UType
-
- 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 - Static variable in class net.sf.saxon.type.UType
-
- 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
-
- G_YEAR_MONTH - Static variable in class net.sf.saxon.type.UType
-
- gatherAllPermittedChildren(HashSet<StructuredQName>, boolean) - Method in class com.saxonica.ee.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(HashSet<StructuredQName>, 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(HashSet<StructuredQName>, 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(HashSet<StructuredQName>, 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(HashSet<StructuredQName>) - Method in class com.saxonica.ee.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(HashSet<StructuredQName>) - 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(HashSet<StructuredQName>) - 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(HashSet<StructuredQName>) - 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(HashSet<StructuredQName>, boolean) - Method in class com.saxonica.ee.schema.ElementParticle
-
Find the set of all element particles allowed within the content model of this particle, identified
by their integer fingerprints.
- gatherAllPermittedElements(HashSet<StructuredQName>, boolean) - Method in class com.saxonica.ee.schema.ElementWildcard
-
Find the set of all element particles allowed within the content model of this particle, identified
by their integer fingerprints.
- gatherAllPermittedElements(HashSet<StructuredQName>, boolean) - Method in class com.saxonica.ee.schema.ModelGroup
-
Find the set of all element particles allowed within the content model of this particle, identified
by their integer fingerprints.
- gatherAllPermittedElements(HashSet<StructuredQName>, boolean) - Method in class com.saxonica.ee.schema.ModelGroupParticle
-
Find the set of all element particles allowed within the content model of this particle, identified
by their integer fingerprints.
- gatherAllPermittedElements(HashSet<StructuredQName>, boolean) - Method in class com.saxonica.ee.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<SymbolicName>) - 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<Expression>) - 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.ee.validate.StartTagBufferEE
-
Get all inherited attributes
- gatherNamedOverrides(CompilerInfo, PrincipalStylesheetModule, List<ComponentDeclaration>, Set<SymbolicName>) - Method in class com.saxonica.ee.packages.XSLUsePackage
-
Process all the xsl:override declarations in the xsl:use-package, adding the overriding named components
to the list of top-level declarations
- gatherOperands(Expression, WithParam[], List<Operand>) - 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)
- gatherOrExpressions(int, ExpressionVisitor, ContextItemStaticInfo, HashMap<Expression, List<Expression>>, List<Expression>, Expression) - Method in class com.saxonica.ee.optim.OptimizerEE
-
Try to convert a collection of comparisons connected by "or" operators into a
single GeneralComparison
- 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
- gatherRuleOverrides(PrincipalStylesheetModule, List<ComponentAcceptor>, Set<SymbolicName>) - Method in class com.saxonica.ee.packages.XSLUsePackage
-
Process all the xsl:override declarations in the xsl:use-package, adding the overriding template rules
to the list of top-level declarations
- 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(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
- 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() - Constructor for class net.sf.saxon.expr.PJConverter.General
-
- 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.ee.stream.adjunct
-
Watch factory class for a general comparison
- GeneralComparisonAdjunct() - Constructor for class com.saxonica.ee.stream.adjunct.GeneralComparisonAdjunct
-
- GeneralComparisonCompiler - Class in com.saxonica.ee.bytecode
-
Generate code for a GeneralComparison
- GeneralComparisonCompiler() - Constructor for class com.saxonica.ee.bytecode.GeneralComparisonCompiler
-
- GeneralComparisonEE - Class in com.saxonica.ee.optim
-
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.ee.optim.GeneralComparisonEE
-
Create a relational expression identifying the two operands and the operator
- GeneralComparisonFeed - Class in com.saxonica.ee.stream.feed
-
This class is used when a streaming template requests a general comparison with one operand
being pushed from the streamed input document, and the other being evaluated in pull mode.
- GeneralComparisonFeed(Expression, int, Feed, XPathContext) - Constructor for class com.saxonica.ee.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
-
- 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
- GeneralNodePatternADJ - Class in com.saxonica.ee.pattern
-
- GeneralNodePatternADJ(Pattern) - Constructor for class com.saxonica.ee.pattern.GeneralNodePatternADJ
-
- 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 GeneralPositionalPattern
- GeneralPositionalPatternADJ - Class in com.saxonica.ee.pattern
-
- GeneralPositionalPatternADJ(Pattern) - Constructor for class com.saxonica.ee.pattern.GeneralPositionalPatternADJ
-
- generalStreamabilityRules(Expression, Iterable<Operand>, boolean, ContextItemStaticInfo, List<String>) - Static method in class com.saxonica.ee.stream.Streamability
-
Implement the general streamability rules; the rules used to determine the posture and sweep of any
expression except when more specific rules are defined for that class of expression
- 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
-
- generate(Generator) - Method in class com.saxonica.ee.bytecode.util.OnEmpty
-
- generate(Generator) - Method in class com.saxonica.ee.bytecode.util.OnEmpty.ReturnEmptyString
-
- generate(Generator) - Method in class com.saxonica.ee.bytecode.util.OnEmpty.ReturnNull
-
- generate(Generator) - Method in class com.saxonica.ee.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, NodeName, int) - Static method in class com.saxonica.ee.bytecode.FixedAttributeCompiler
-
Generate code to validate the contents of the attribute against schema definitions.
- generateByteCode(Optimizer) - Method in class com.saxonica.xslt3.style.XSLAccumulator
-
Generate byte code if appropriate
- generateByteCode(Optimizer) - Method in interface net.sf.saxon.style.StylesheetComponent
-
Generate byte code if appropriate
- generateByteCode(Optimizer) - Method in class net.sf.saxon.style.XSLAttributeSet
-
Generate byte code if appropriate
- generateByteCode(Optimizer) - Method in class net.sf.saxon.style.XSLFunction
-
Generate byte code if appropriate
- generateByteCode(Optimizer) - Method in class net.sf.saxon.style.XSLGlobalVariable
-
Generate byte code if appropriate
- generateByteCode(Optimizer) - Method in class net.sf.saxon.style.XSLKey
-
Generate byte code if appropriate
- generateByteCode(Optimizer) - Method in class net.sf.saxon.style.XSLTemplate
-
Generate byte code for the template (if appropriate)
- generateComparisonCode(CompilerService, ComparisonExpression, LabelInfo, LabelInfo, LabelInfo, int, int, AtomicType, AtomicType, boolean) - Static method in class com.saxonica.ee.bytecode.GeneralComparisonCompiler
-
Generate code to compare two items, leaving a boolean result on the top of the bytecode stack
- GeneratedClassInfo() - Constructor for class com.saxonica.ee.bytecode.util.CompilerService.GeneratedClassInfo
-
- GeneratedClassLoader - Interface in com.saxonica.ee.bytecode.util
-
GeneratedClassLoader interface.
- GeneratedCode - Class in com.saxonica.ee.bytecode
-
This abstract class is extended by the compiled code representing an Expression.
- GeneratedCode() - Constructor for class com.saxonica.ee.bytecode.GeneratedCode
-
- GeneratedExpression(ExpressionCompiler, Expression) - Constructor for class com.saxonica.ee.bytecode.util.CompilerService.GeneratedExpression
-
- GeneratedMethodInfo - Class in com.saxonica.ee.bytecode.util
-
Information about the current method whose bytecode is being generated
- GeneratedMethodInfo() - Constructor for class com.saxonica.ee.bytecode.util.GeneratedMethodInfo
-
- GeneratedMethodInfo.LocalSlotInfo - Class in com.saxonica.ee.bytecode.util
-
- generateDynamicError(String, String, SourceLocator, boolean) - Method in class com.saxonica.ee.bytecode.util.CompilerService
-
Generate code to throw an XPathException.
- generateElementEnd(ComplexNodeEventFeed, XPathContext) - Static method in class com.saxonica.ee.stream.feed.ElementCreatorFeed
-
In streaming mode, process the right half of the instruction (for example, to end a new document or element)
- generateElementStart(ComplexNodeEventFeed, XPathContext) - Static method in class com.saxonica.ee.stream.feed.ElementCreatorFeed
-
In streaming mode, process the first half of an element creation instruction (to start a new element)
- generateErrorMessage() - Method in interface com.saxonica.ee.bytecode.util.MessageBuilder
-
Generate code to construct the error message and leave it on the run-time stack
- generateErrorMessage() - Method in class com.saxonica.ee.bytecode.util.MessageFromStack
-
- generateErrorMessage() - Method in class com.saxonica.ee.bytecode.util.MessageTemplate
-
- generateGetContext() - Method in class com.saxonica.ee.bytecode.util.CompilerService
-
Generate code to load the current XPathContext, leaving it on the top of the stack
- generateGetReceiver() - Method in class com.saxonica.ee.bytecode.util.CompilerService
-
Generate code to load the current Receiver, leaving it on the top of the stack
- generateId(FastStringBuffer) - Method in class com.saxonica.ee.stream.om.FleetingNode
-
Construct a character string that uniquely identifies this node.
- generateId(FastStringBuffer) - Method in class com.saxonica.pull.UnconstructedParent
-
Get 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(NodeInfo) - Static method in class net.sf.saxon.functions.GenerateId_1
-
- 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() - Method in class net.sf.saxon.style.StyleElement
-
- generateId(FastStringBuffer) - Method in class net.sf.saxon.tree.linked.AttributeImpl
-
Get sequential key.
- 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.TinyAttributeImpl
-
Generate id.
- 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
- GenerateId_1 - Class in net.sf.saxon.functions
-
This class supports the generate-id() function with one argument
- GenerateId_1() - Constructor for class net.sf.saxon.functions.GenerateId_1
-
- GenerateIdCompiler - Class in com.saxonica.ee.bytecode
-
Generate bytecode for evaluation of a generate-id() function
- GenerateIdCompiler() - Constructor for class com.saxonica.ee.bytecode.GenerateIdCompiler
-
- generateLoopBody(CompilerService) - Method in class com.saxonica.ee.bytecode.util.LoopBodyGenerator
-
Generate the code to process each item delivered by the looping expression.
- generateMappingFunction(CompilerService, Expression) - Static method in class com.saxonica.ee.bytecode.SlashExpressionCompiler
-
Generate a mapping function for a given step expression
- generateMethod(CompilerService, Expression, ClassVisitor) - Method in class com.saxonica.ee.bytecode.CastableToListCompiler
-
This method generates the method effectiveBooleanValue, returning a boolean.
- generateMethod(CompilerService, Expression, ClassVisitor) - Method in class com.saxonica.ee.bytecode.ExpressionCompiler
-
- generateMultithreadedInstruction(Expression) - Method in class com.saxonica.ee.optim.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.
- generateNonNullCode(Class, Generator) - Method in class com.saxonica.ee.bytecode.converter.ConverterCompiler.GenericConverterCompiler
-
- generateParameterizedDynamicError(MessageBuilder, String, SourceLocator, boolean) - Method in class com.saxonica.ee.bytecode.util.CompilerService
-
Generate code to throw an XPath Exception.
- generateSequenceMappingAction(CompilerService, ForExpression, Expression, int) - Static method in class com.saxonica.ee.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.ee.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, boolean, ClassVisitor) - Constructor for class com.saxonica.ee.bytecode.util.Generator
-
Create a code generator for a particular method
- 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
- genericCombined - Variable in class com.saxonica.ee.trans.ModeExperimentalChoice
-
- GenericConverterCompiler() - Constructor for class com.saxonica.ee.bytecode.converter.ConverterCompiler.GenericConverterCompiler
-
- genericRuleChain - Variable in class net.sf.saxon.trans.SimpleMode
-
- 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.
- GenericTreeInfo - Class in net.sf.saxon.om
-
A generic (model-independent) implementation of the DocumentInfo interface, suitable for use with all
tree models where the object representing the document node does not itself act as the DocumentInfo
implementation
- GenericTreeInfo(Configuration) - Constructor for class net.sf.saxon.om.GenericTreeInfo
-
Create the TreeInfo
- GenericTreeInfo(Configuration, NodeInfo) - Constructor for class net.sf.saxon.om.GenericTreeInfo
-
Create the TreeInfo
- genEvaluateVariable(CompilerService, Generator, VariableReference) - Static method in class com.saxonica.ee.bytecode.VariableReferenceCompiler
-
- 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) - Method in interface net.sf.saxon.ma.arrays.ArrayItem
-
Get a member of the array
- get(int) - Method in class net.sf.saxon.ma.arrays.SimpleArrayItem
-
Get a member of the array
- get(AtomicValue) - Method in class net.sf.saxon.ma.map.HashTrieMap
-
Get an entry from the Map
- get(AtomicValue) - Method in interface net.sf.saxon.ma.map.MapItem
-
Get an entry from the Map
- get(AtomicValue) - Method in class net.sf.saxon.ma.map.RangeKey
-
Get an entry from the Map
- get(K) - Method in class net.sf.saxon.ma.trie.ImmutableHashTrieMap
-
- get(K) - Method in interface net.sf.saxon.ma.trie.ImmutableMap
-
Retrieve a stored value from the map based on the key for the
associated entry.
- get() - Method in class net.sf.saxon.ma.trie.Option
-
- get(String) - Static method in enum net.sf.saxon.s9api.Serializer.Property
-
- get(int) - Static method in enum net.sf.saxon.s9api.ValidationMode
-
- get(AtomicValue) - Method in class net.sf.saxon.trans.KeyIndex
-
Get the nodes with a given key value
- 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
- getAbsolutePath() - Method in class net.sf.saxon.type.ValidationFailure
-
Get the location of the error as a structured path object
- getAbsoluteURI(String, String, XPathContext) - Static method in class net.sf.saxon.functions.UnparsedTextFunction
-
- getAbsoluteURI(String, String) - Static method in class net.sf.saxon.functions.UnparsedTextLines
-
- getAbstractComponents() - Method in class net.sf.saxon.style.StylesheetPackage
-
- getAcceptors() - Method in class com.saxonica.ee.packages.XSLUsePackage
-
Get the child xsl:accept elements
- getAccumulator() - Method in class com.saxonica.ee.stream.watch.AccumulatorWatch
-
- getAccumulator() - Method in class com.saxonica.xslt3.instruct.AccumulatorData
-
Get the associated accumulator
- getAccumulator(StructuredQName) - Method in class com.saxonica.xslt3.instruct.AccumulatorRegistryPE
-
Get the accumulator with a given name
- getAccumulator() - Method in interface com.saxonica.xslt3.instruct.IAccumulatorData
-
Get the associated accumulator
- getAccumulator() - Method in class com.saxonica.xslt3.instruct.VirtualAccumulatorData
-
- getAccumulatorData(TreeInfo, Accumulator, XPathContext) - Method in class com.saxonica.trans.AccumulatorManagerPE
-
Get the data relating to a particular accumulator for a particular unstreamed document tree
- getAccumulatorManager() - Method in class net.sf.saxon.Controller
-
Get the accumulator manager for this transformation.
- getAccumulatorManager() - Method in class net.sf.saxon.style.PrincipalStylesheetModule
-
Get the class that manages accumulator functions
- getAccumulatorName() - Method in class com.saxonica.xslt3.instruct.Accumulator
-
Get the name of the accumulator
- getAccumulatorRegistry() - Method in class net.sf.saxon.expr.PackageData
-
Get the object that manages accumulator functions
- getAccumulators() - Method in class com.saxonica.trans.GlobalContextRequirementPE
-
- getAccumulatorWatchMap() - Method in class com.saxonica.ee.stream.om.FleetingDocumentNode
-
Get a mapping from accumulators to the AccumulatorWatch that implements the accumulator.
- getAccumulatorWatchMap() - Method in class com.saxonica.ee.stream.watch.WatchManager
-
Get a map from accumulators to AccumulatorWatch instances
- getAction() - Method in class com.saxonica.ee.schema.PreprocessFacet
-
Get the XPath expression representing the action performed by this facet, represented as
an Assertion object
- getAction() - Method in class com.saxonica.ee.schema.sdoc.SaxonPreprocess
-
Get the Assertion schema component corresponding to the action in this saxon:preprocess element
- getAction() - Method in class com.saxonica.ee.stream.StreamInstr
-
- getAction() - Method in class com.saxonica.ee.stream.watch.ForEachAction
-
- getAction() - Method in class com.saxonica.ee.stream.watch.Trigger
-
Get the Feed representing the pipeline of operations performed by this Trigger
- getAction() - Method in class com.saxonica.xslt3.instruct.MergeInstr
-
- getAction() - Method in class com.saxonica.xsltextn.instruct.While
-
- getAction() - Method in class net.sf.saxon.expr.Assignation
-
Get the action expression
- getAction(int) - Method in class net.sf.saxon.expr.instruct.Choose
-
Get i'th action to be performed
- getAction() - Method in class net.sf.saxon.expr.instruct.ForEach
-
Get the action expression (in XSLT, the body of the xsl:for-each instruction
- getAction() - Method in class net.sf.saxon.trans.Rule
-
- getActionExpression() - Method in class com.saxonica.ee.optim.IndexedFilterExpression
-
Get the subexpression that is evaluated in the new context
- 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 interface net.sf.saxon.expr.ContextSwitchingExpression
-
Get the subexpression that is evaluated in the new context
- getActionExpression() - Method in class net.sf.saxon.expr.FilterExpression
-
Get the subexpression that is evaluated in the new context
- getActionExpression() - Method in class net.sf.saxon.expr.instruct.ForEach
-
Get the subexpression that is evaluated in the new context
- getActionExpression() - Method in class net.sf.saxon.expr.instruct.ForEachGroup
-
Get the action expression (the content of the for-each-group)
- getActionExpression() - Method in class net.sf.saxon.expr.SlashExpression
-
Get the step expression (the right-hand operand)
- getActionForParentNodes(int) - Method in class com.saxonica.xslt3.instruct.DeepCopyRuleSet
-
Get the default action for unmatched nodes
- getActionForParentNodes(int) - Method in class com.saxonica.xslt3.instruct.DeepSkipRuleSet
-
Get the default action for unmatched nodes
- getActionForParentNodes(int) - Method in class com.saxonica.xslt3.instruct.FailRuleSet
-
Get the default action for unmatched nodes
- getActionForParentNodes(int) - Method in class com.saxonica.xslt3.instruct.RuleSetWithWarnings
-
Get the default action for unmatched nodes
- getActionForParentNodes(int) - Method in class com.saxonica.xslt3.instruct.ShallowCopyRuleSet
-
Get the default action for unmatched nodes
- getActionForParentNodes(int) - Method in interface net.sf.saxon.trans.BuiltInRuleSet
-
Get the action for unmatched element and document nodes (used when streaming)
- getActionForParentNodes(int) - Method in class net.sf.saxon.trans.ShallowSkipRuleSet
-
Get the default action for unmatched nodes
- getActionForParentNodes(int) - Method in class net.sf.saxon.trans.TextOnlyCopyRuleSet
-
Get the default action for unmatched nodes
- getActionInversion(boolean) - Method in class com.saxonica.ee.stream.adjunct.ForEachAdjunct
-
- getActionOp() - Method in class net.sf.saxon.expr.Assignation
-
- getActionOperand(int) - Method in class net.sf.saxon.expr.instruct.Choose
-
Get i'th action operand
- getActivationStack() - Method in class com.saxonica.ee.stream.watch.ForEachAction
-
- 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.
- getActivePart() - Method in class com.saxonica.ee.trans.CompoundMode
-
Get the active component of this mode.
- getActivePart() - Method in class net.sf.saxon.trans.Mode
-
Get the active component of this mode.
- getActivePart() - Method in class net.sf.saxon.trans.SimpleMode
-
Get the active component of this mode.
- getActualParams() - Method in class com.saxonica.xslt3.instruct.EvaluateInstr
-
- getActualParams() - Method in class net.sf.saxon.expr.instruct.ApplyImports
-
Get the actual 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.ee.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)
- getAllAccumulators() - Method in class com.saxonica.xslt3.instruct.AccumulatorRegistryPE
-
Get all the registered accumulators
- getAllAccumulators() - Method in interface net.sf.saxon.trans.IAccumulatorRegistry
-
Get all the accumulators
- getAllAttributes() - Method in class net.sf.saxon.event.StartTagBuffer
-
Get all the attributes on the current element start tag
- getAllCompositor() - Method in class com.saxonica.ee.schema.UserComplexType
-
For a complex type with "all" content, get the "all" model group.
- getAllExternalVariables() - Method in class com.saxonica.xqj.SaxonXQPreparedExpression
-
- getAllExternalVariables() - Method in interface javax.xml.xquery.XQPreparedExpression
-
Retrieves all the external variables defined in the prolog of the
prepared expression.
- getAllKeyDefinitionSets() - Method in class net.sf.saxon.trans.KeyManager
-
Get all the key definition sets
- 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.ee.schema.sdoc.XSDSchema
-
Get the set of extensions allowed in this schema document
- getAllowedNamespaces() - Method in class com.saxonica.ee.schema.Wildcard
-
Returns the set of permitted namespaces of this wildcard
- getAllowExternalFunctions() - Method in class com.saxonica.xqj.SaxonXQDataSource
-
Ask whether queries are allowed to call external functions.
- getAllUnboundExternalVariables() - Method in class com.saxonica.xqj.SaxonXQPreparedExpression
-
- getAllUnboundExternalVariables() - Method in interface javax.xml.xquery.XQPreparedExpression
-
Retrieves the names of all unbound external variables.
- 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 class com.saxonica.ee.stream.watch.ForkingWatch
-
Get the anchor node for the watch.
- getAnchorNode() - Method in class com.saxonica.ee.stream.watch.PatternWatch
-
Get the anchor node for the watch.
- getAnchorNode() - Method in class com.saxonica.ee.stream.watch.StreamWatch
-
Get the anchor node for the watch.
- getAnchorNode() - Method in interface com.saxonica.ee.stream.watch.Watch
-
Get the anchor node for the watch.
- getAnnotation() - Method in class com.saxonica.ee.validate.ContentValidator
-
Get the type annotation code to be used on elements validated by this validator
- getAnnotationParameters() - Method in class net.sf.saxon.query.Annotation
-
Get the list of annotation parameters
- 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.ee.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.ee.bytecode.iter.CompiledFilterIterator
-
Get another iterator to return the same nodes
- getAnother() - Method in class com.saxonica.ee.bytecode.iter.OneToOneMappingIterator
-
- getAnother() - Method in class com.saxonica.ee.bytecode.map.ForItemMappingAction
-
- getAnother() - Method in class com.saxonica.ee.bytecode.map.ForSequenceMappingAction
-
- getAnother() - Method in class com.saxonica.ee.optim.MultithreadedContextMappingIterator
-
- getAnother() - Method in class com.saxonica.ee.pattern.preconditions.IndexMatcher
-
- getAnother() - Method in class com.saxonica.xslt3.instruct.MergeGroupingIterator
-
- getAnother() - Method in class com.saxonica.xslt3.instruct.MergeGroupingIterator.ManualMergeGroupingIterator
-
- getAnother() - Method in class com.saxonica.xslt3.instruct.MergeIterator
-
- 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.SortedGroupIterator
-
- 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.InsertBefore.InsertIterator
-
- getAnother() - Method in class net.sf.saxon.functions.Remove.RemoveIterator
-
- getAnother() - Method in interface net.sf.saxon.om.AtomizedValueIterator
-
- getAnother() - Method in interface net.sf.saxon.om.FocusIterator
-
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.om.FocusTrackingIterator
-
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.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.AxiomDocument.FollowingSiblingIterator
-
- getAnother() - Method in class net.sf.saxon.option.axiom.AxiomDocument.PrecedingSiblingIterator
-
- getAnother() - Method in class net.sf.saxon.option.axiom.AxiomDocumentNodeWrapper.FollowingSiblingIterator
-
- getAnother() - Method in class net.sf.saxon.option.axiom.AxiomDocumentNodeWrapper.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 interface net.sf.saxon.tree.iter.AtomicIterator
-
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.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.EmptyIterator
-
Get another iterator over the same items, positioned at the start.
- getAnother() - Method in class net.sf.saxon.tree.iter.EmptyIterator.OfAtomic
-
Get another iterator over the same items, positioned at the start.
- getAnother() - Method in class net.sf.saxon.tree.iter.EmptyIterator.OfNodes
-
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.Atomic
-
- 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.ReverseListIterator
-
- getAnother() - Method in class net.sf.saxon.tree.iter.SingleAtomicIterator
-
- 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.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.WrappingIterator
-
- getAnother() - Method in class net.sf.saxon.value.MemoClosure.ProgressiveIterator
-
- getAnother() - Method in class net.sf.saxon.value.StringValue.CharacterIterator
-
- getAnother() - Method in class net.sf.saxon.value.StringValue.UnicodeCharacterIterator
-
- getApplicableModes() - Method in class net.sf.saxon.style.XSLTemplate
-
- getAppliedItemStack() - Method in class net.sf.saxon.event.PipelineConfiguration
-
- getApplyPhase() - Method in class com.saxonica.ee.update.DeleteAction
-
Get the phase of operation in which this pending update action is applied.
- getApplyPhase() - Method in class com.saxonica.ee.update.InsertAction
-
Get the phase of operation in which this pending update action is applied.
- getApplyPhase() - Method in class com.saxonica.ee.update.InsertAttributeAction
-
Get the phase of operation in which this pending update action is applied.
- getApplyPhase() - Method in class com.saxonica.ee.update.PendingUpdateAction
-
Get the phase of operation in which this pending update action is applied.
- getApplyPhase() - Method in class com.saxonica.ee.update.PutAction
-
Get the phase of operation in which this pending update action is applied.
- getApplyPhase() - Method in class com.saxonica.ee.update.RenameAction
-
Get the phase of operation in which this pending update action is applied.
- getApplyPhase() - Method in class com.saxonica.ee.update.ReplaceAttributeAction
-
Get the phase of operation in which this pending update action is applied.
- getApplyPhase() - Method in class com.saxonica.ee.update.ReplaceNodeAction
-
Get the phase of operation in which this pending update action is applied.
- getApplyPhase() - Method in class com.saxonica.ee.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
- getArg(int) - Method in class com.saxonica.ee.expr.SystemFunctionCallADJ
-
- getArg(int) - Method in class net.sf.saxon.expr.FunctionCall
-
Get the expression supplied as the Nth argument
- getArgument(int) - Method in class com.saxonica.functions.hof.PartialApply
-
- 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.FunctionCall
-
Get the expressions supplied as actual arguments to the function
- 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.ee.extfn.SchemaFn
-
Get the required types for the arguments of this function, counting from zero
- getArgumentTypes() - Method in class com.saxonica.ee.extfn.ValidateFn
-
Get the required types for the arguments of this function, counting from zero
- 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.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.EXPathFileBaseDir
-
- 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.Remember
-
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.TransformFn
-
Get the required types for the arguments of this function, counting from zero
- getArgumentTypes() - Method in class net.sf.saxon.functions.Atan2Fn
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.functions.DynamicErrorInfo
-
Get the required types for the arguments of this function, counting from zero
- getArgumentTypes() - Method in class net.sf.saxon.functions.ExsltNodeSet
-
Get the required types for the arguments of this function, counting from zero
- getArgumentTypes() - Method in class net.sf.saxon.functions.IsIdRef
-
Get the required types for the arguments of this function, counting from zero
- 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.functions.Pi
-
- getArgumentTypes() - Method in class net.sf.saxon.functions.PowFn
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.functions.TrigonometricFn
-
Get the required types for the arguments of this function.
- 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.ma.arrays.ArrayAppend
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.ma.arrays.ArrayFilter
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.ma.arrays.ArrayFlatten
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.ma.arrays.ArrayFoldLeft
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.ma.arrays.ArrayFoldRight
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.ma.arrays.ArrayForEach
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.ma.arrays.ArrayForEachPair
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.ma.arrays.ArrayFromSequence
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.ma.arrays.ArrayGet
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.ma.arrays.ArrayHead
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.ma.arrays.ArrayInsertBefore
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.ma.arrays.ArrayItemType
-
Get the argument types of this array, viewed as a function
- getArgumentTypes() - Method in class net.sf.saxon.ma.arrays.ArrayJoin
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.ma.arrays.ArrayRemove
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.ma.arrays.ArrayReverse
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.ma.arrays.ArraySize
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.ma.arrays.ArraySort
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.ma.arrays.ArraySubarray
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.ma.arrays.ArrayTail
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.ma.arrays.ArrayToSequence
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.ma.map.MapContains
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.ma.map.MapCreate
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.ma.map.MapEntry
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.ma.map.MapForEach
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.ma.map.MapGet
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.ma.map.MapKeys
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.ma.map.MapMerge
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.ma.map.MapNew
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.ma.map.MapPut
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.ma.map.MapRemove
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.ma.map.MapSize
-
Get the required types for the arguments of this function.
- getArgumentTypes() - Method in class net.sf.saxon.ma.map.MapType
-
Get the argument types of this map, viewed as a function
- getArgumentTypes() - Method in class net.sf.saxon.ma.map.MapUntypedContains
-
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
- getArgumentTypes() - Method in class net.sf.saxon.type.SpecificFunctionType
-
Get the argument types
- getArity() - Method in class com.saxonica.ee.expr.SystemFunctionCallADJ
-
- getArity() - Method in class com.saxonica.functions.hof.AtomicConstructorFunction
-
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.InlineFunction
-
Get the arity of the function
- getArity() - Method in class com.saxonica.functions.hof.UserFunctionReference.BoundUserFunction
-
- getArity() - Method in class com.saxonica.functions.hof.UserFunctionReference
-
Get the arity of the function
- getArity() - Method in class net.sf.saxon.expr.FunctionCall
-
Determine the number of actual arguments supplied in the function call
- getArity() - Method in class net.sf.saxon.expr.instruct.OriginalFunction
-
Get the arity of the function
- getArity() - Method in class net.sf.saxon.expr.instruct.UserFunction
-
Get the arity of this function
- getArity() - Method in class net.sf.saxon.expr.ListConstructorFunction
-
Get the arity of the function
- getArity() - Method in class net.sf.saxon.expr.UnionConstructorFunction
-
Get the arity of the function
- getArity() - Method in class net.sf.saxon.functions.CallableFunction
-
Get the arity of the function
- getArity() - Method in class net.sf.saxon.functions.CurriedSystemFunction
-
- getArity() - Method in class net.sf.saxon.functions.SystemFunction
-
Get the arity of the function (the number of arguments).
- getArity() - Method in class net.sf.saxon.ma.arrays.ArrayItemType
-
Get the arity (number of arguments) of this function type
- getArity() - Method in class net.sf.saxon.ma.arrays.SimpleArrayItem
-
Get the arity of the function
- getArity() - Method in class net.sf.saxon.ma.map.HashTrieMap
-
Get the arity of the function
- getArity() - Method in class net.sf.saxon.ma.map.MapType
-
Get the arity (number of arguments) of this function type
- getArity() - Method in class net.sf.saxon.ma.map.RangeKey
-
Get the arity of the function
- getArity() - Method in interface net.sf.saxon.om.Function
-
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
- getArity() - Method in class net.sf.saxon.trans.ComponentTest
-
- getArity() - Method in class net.sf.saxon.trans.SymbolicName
-
Get the arity, in the case of function components
- getArity() - Method in class net.sf.saxon.type.SpecificFunctionType
-
Get the arity (number of arguments) of this function type
- getArray() - Method in class net.sf.saxon.tree.iter.ArrayIterator
-
Get the underlying array
- getAssertion() - Method in class com.saxonica.ee.schema.sdoc.XSDAssert
-
Get the Assertion schema component corresponding to this xsd:assert element
- getAssertions() - Method in class com.saxonica.ee.schema.UserComplexType
-
Get the assertions defined on this complex type
- getAssociatedStylesheet(Source, String, String, String) - Method in class net.sf.saxon.jaxp.SaxonTransformerFactory
-
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.s9api.XsltCompiler
-
Get the stylesheet 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(Configuration, URIResolver, Source, String, String, String) - Static method in class net.sf.saxon.style.StylesheetModule
-
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
- getAtom() - Method in class net.sf.saxon.regex.Operation.OpAtom
-
- getAtomicComparer() - Method in class com.saxonica.ee.optim.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.EquivalenceComparison
-
- 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(XPathContext) - Method in class net.sf.saxon.functions.CollatingFunctionFixed
-
During evaluation, get the pre-allocated atomic comparer if available, or allocate a new one otherwise
- 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 class com.saxonica.xqj.SaxonXQForwardSequence
-
- getAtomicValue() - Method in class com.saxonica.xqj.SaxonXQItem
-
- getAtomicValue() - Method in class com.saxonica.xqj.SaxonXQSequence
-
- 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.
- getAtomizedItemType() - Method in class com.saxonica.ee.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.ee.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.ma.arrays.ArrayItemType
-
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.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 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
- getAtomizedItemType() - Method in class net.sf.saxon.type.JavaExternalObjectType
-
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.NumericType
-
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.jaxp.SaxonTransformerFactory
-
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(StructuredQName) - Method in class com.saxonica.ee.schema.PreparedSchema
-
Get the attribute declaration with a given name if there is one.
- getAttributeDecl(int) - Method in class com.saxonica.ee.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 by fingerprint
- getAttributeDeclaration(StructuredQName) - Method in class com.saxonica.config.EnterpriseConfiguration
-
Get a global attribute declaration by name
- getAttributeDeclaration() - Method in class com.saxonica.ee.schema.AttributeUse
-
Get the corresponding attribute declaration
- getAttributeDeclaration() - Method in class com.saxonica.ee.schema.sdoc.XSDAttribute
-
Get the attribute declaration.
- getAttributeDeclaration(int) - Method in class net.sf.saxon.Configuration
-
Get a global attribute declaration by fingerprint
- getAttributeDeclaration(StructuredQName) - Method in class net.sf.saxon.Configuration
-
Get a global attribute declaration by name
- getAttributeFormDefault() - Method in class com.saxonica.ee.schema.sdoc.XSDSchema
-
Returns the attributeFormDefault property of this Schema.
- getAttributeGroup(StructuredQName) - Method in class com.saxonica.ee.schema.PreparedSchema
-
Get the attribute declaration with a given name if there is one.
- getAttributeGroup() - Method in class com.saxonica.ee.schema.UserComplexType
-
Returns the attribute group containing details of all the
attributes defined for this complex type.
- getAttributeGroupDecl() - Method in class com.saxonica.ee.schema.sdoc.XSDAttributeGroup
-
Returns the AttributeGroupDecl created by this AttributeGroup declaration.
- getAttributeGroupName() - Method in class com.saxonica.ee.schema.AttributeGroupDecl
-
Get the name of this attribute group, as a qualified name
- getAttributeGroupReference() - Method in class com.saxonica.ee.schema.sdoc.XSDAttributeGroup
-
Return the AttributeGroupReference, if this is a reference
- getAttributeIndentString() - Method in class net.sf.saxon.serialize.XMLEmitter
-
- getAttributeIndex(String, String) - Method in class com.saxonica.ee.stream.om.FleetingElementNode
-
Get the index position of an attribute with given local name and fingerprint
- 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() - Method in class com.saxonica.ee.update.InsertAttributeAction
-
Get the name of the attribute to be inserted
- getAttributeName(int) - Method in class com.saxonica.pull.PullToStax
-
- getAttributeName(int) - Method in class net.sf.saxon.evpull.EventToStaxBridge
-
- getAttributeName() - Method in class net.sf.saxon.expr.instruct.FixedAttribute
-
- getAttributeName() - Method in class net.sf.saxon.tree.AttributeLocation
-
Get the name of the containing attribute
- 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.
- getAttributeSetDeclarations(StructuredQName) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
-
Return all the attribute set declarations in the package having a particular QName
- getAttributeSetEvaluationStack() - Method in class net.sf.saxon.Controller
-
Get the stack of attribute sets being evaluated (for detection of cycles)
- getAttributeSetName() - Method in class net.sf.saxon.style.XSLAttributeSet
-
Get the name of this attribute set
- getAttributeSets(StructuredQName, List<ComponentDeclaration>) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
-
Get the list of attribute-set declarations associated with a given QName.
- 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
-
- getAttributeTypeArray() - 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.ee.jaxp.TypedContentHandler.TypeInfoProviderImpl
-
Returns the immutable
TypeInfo
object for the specified
attribute of the current element.
- getAttributeUse(StructuredQName) - Method in class com.saxonica.ee.schema.AttributeGroupDecl
-
Get the attribute use with a specific name, if there
is one.
- getAttributeUse() - Method in class com.saxonica.ee.schema.sdoc.XSDAttribute
-
Get the attribute use.
- getAttributeUseCardinality(StructuredQName) - Method in class com.saxonica.ee.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(StructuredQName) - 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(StructuredQName) - 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(StructuredQName) - 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.ee.schema.AttributeGroupDecl
-
Returns a list of all the attribute uses of this
attribute group.
- getAttributeUseType(StructuredQName) - Method in class com.saxonica.ee.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(StructuredQName) - 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(StructuredQName) - 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(StructuredQName) - 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(String, String) - Method in class com.saxonica.ee.stream.om.FleetingElementNode
-
Get the string value of a given attribute of this node
- getAttributeValue(int) - Method in class com.saxonica.ee.stream.om.FleetingElementNode
-
Get the value of the attribute with a given fingerprint.
- getAttributeValue(String, String) - Method in class com.saxonica.ee.stream.om.FleetingNode
-
Get the string value of a given attribute of this node
- 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 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(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.ee.schema.AttributeGroupDecl
-
Get the complete attribute wildcard used in this attribute group.
- getAttributeWildcard(SchemaCompiler, Stack<AttributeGroupDecl>) - Method in class com.saxonica.ee.schema.AttributeGroupDecl
-
- getAttributeWildcard(SchemaCompiler) - Method in class com.saxonica.ee.schema.AttributeGroupReference
-
Returns the attribute wildcard in the referenced attribute group, if any.
- getAttributeWildcard(SchemaCompiler, Stack<AttributeGroupDecl>) - Method in class com.saxonica.ee.schema.AttributeGroupReference
-
- getAutoCommit() - Method in class com.saxonica.xqj.SaxonXQConnection
-
- getAutoCommit() - Method in interface javax.xml.xquery.XQConnection
-
Gets the auto-commit attribute of this connection
- 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.
- getAverageAttributes() - Method in class net.sf.saxon.tree.tiny.Statistics
-
- getAverageCharacters() - Method in class net.sf.saxon.tree.tiny.Statistics
-
- getAverageNamespaces() - Method in class net.sf.saxon.tree.tiny.Statistics
-
- getAverageNodes() - Method in class net.sf.saxon.tree.tiny.Statistics
-
- getAxis() - Method in class com.saxonica.ee.expr.AxisExpressionADJ
-
- 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
- getBase() - Method in class com.saxonica.ee.optim.IndexedLookupExpression
-
- getBase() - Method in class net.sf.saxon.expr.FilterExpression
-
- 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)
- getBaseComponent() - Method in class net.sf.saxon.expr.Component
-
Get the component from which this one is derived
- getBaseExpression() - Method in class com.saxonica.ee.optim.IndexedFilterExpression
-
Get the underlying expression
- getBaseExpression() - Method in class com.saxonica.ee.optim.IndexedLookupExpression
-
Get the underlying expression
- getBaseExpression() - Method in class com.saxonica.functions.hof.PartialApply
-
- 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.UnaryExpression
-
- getBaseIterator() - Method in class net.sf.saxon.expr.ItemMappingIterator
-
Get the base (input) iterator
- getBaseIterator() - Method in class net.sf.saxon.tree.iter.NodeWrappingAxisIterator
-
- getBaseOperand() - Method in class net.sf.saxon.expr.sort.SortExpression
-
Get the operand representing the expresion being sorted
- getBaseOutputURI() - Method in class net.sf.saxon.Controller
-
Get the base output URI.
- getBaseOutputURI() - Method in class net.sf.saxon.s9api.Xslt30Transformer
-
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
- getBasePattern() - Method in class net.sf.saxon.pattern.PatternWithPredicate
-
- getBaseRuleSet() - Method in class com.saxonica.xslt3.instruct.RuleSetWithWarnings
-
- getBaseType() - Method in class com.saxonica.ee.schema.UserDefinedType
-
Returns the base type that this type inherits from.
- getBaseType() - Method in class com.saxonica.xqj.SaxonXQItemType
-
- 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 class net.sf.saxon.type.NumericType
-
Returns the base type that this type inherits from.
- 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.
- getBaseTypeFingerprint() - Method in class com.saxonica.ee.schema.UserDefinedType
-
Get the fingerprint of the name of the base type of this type
- getBaseTypeReference() - Method in class com.saxonica.ee.schema.UserDefinedType
-
Get the reference to the base type.
- getBaseURI() - Method in class com.saxonica.ee.schema.TypeAlternative
-
Get the base URI of the XPath expression
- getBaseURI() - Method in class com.saxonica.ee.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.ee.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 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.xqj.SaxonXQStaticContext
-
- 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.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(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.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.AxiomDocumentNodeWrapper
-
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.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.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.StyleElement
-
Get the base URI of the element, which acts as the static base URI for XPath expressions defined
on this element.
- 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.
- getBaseUriExpr() - Method in class com.saxonica.xslt3.instruct.EvaluateInstr
-
- 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(PackageData) - Method in class net.sf.saxon.Controller
-
Get the bindery for the global variables in a particular package.
- getBinderySlotNumber() - Method in class net.sf.saxon.expr.instruct.GlobalVariable
-
Get the slot number allocated to this variable in the 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.LocalVariableReference
-
- 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 class com.saxonica.xqj.SaxonXQStaticContext
-
- getBindingMode() - Method in interface javax.xml.xquery.XQStaticContext
-
Gets the value of the binding mode property.
- getBindingSlot() - Method in class com.saxonica.functions.hof.UserFunctionReference
-
Get the binding slot to be used.
- getBindingSlot() - Method in interface net.sf.saxon.expr.ComponentInvocation
-
Get the binding slot to be used.
- getBindingSlot() - Method in class net.sf.saxon.expr.GlobalVariableReference
-
Get the binding slot to be used.
- getBindingSlot() - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
-
Get the binding slot to be used (for the explicit or implicit reference to the mode).
- getBindingSlot() - Method in class net.sf.saxon.expr.instruct.CallTemplate
-
Get the binding slot to be used.
- getBindingSlot() - Method in class net.sf.saxon.expr.instruct.UseAttributeSet
-
Get the binding slot to be used.
- getBindingSlot() - Method in class net.sf.saxon.expr.UserFunctionCall
-
Get the binding slot to be used.
- getBit() - Method in enum net.sf.saxon.type.PrimitiveUType
-
- getBlock() - Method in class com.saxonica.ee.schema.ElementDecl
-
Returns the value of the 'block' attribute for this element.
- getBlock() - Method in class com.saxonica.ee.schema.UserComplexType
-
Returns the value of the 'block' attribute for this element
- getBlock() - Method in class com.saxonica.ee.schema.UserDefinedType
-
- getBlock(String) - Static method in class net.sf.saxon.regex.UnicodeBlocks
-
- getBlock() - Method in class net.sf.saxon.type.AnySimpleType
-
- getBlock() - Method in class net.sf.saxon.type.AnyType
-
- getBlock() - Method in class net.sf.saxon.type.BuiltInAtomicType
-
- getBlock() - Method in class net.sf.saxon.type.BuiltInListType
-
- getBlock() - Method in class net.sf.saxon.type.ErrorType
-
- getBlock() - Method in class net.sf.saxon.type.NumericType
-
- getBlock() - Method in interface net.sf.saxon.type.SchemaType
-
- getBlock() - Method in class net.sf.saxon.type.Untyped
-
- getBlockDefault() - Method in class com.saxonica.ee.schema.sdoc.XSDSchema
-
Returns the default BlockList for this Schema.
- getBody() - Method in class com.saxonica.ee.stream.StreamInstr
-
- getBody() - Method in class net.sf.saxon.expr.instruct.ComponentCode
-
- getBody() - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
- getBody() - Method in class net.sf.saxon.query.XQueryFunction
-
Get the body of the function
- getBodyContext() - Method in class com.saxonica.ee.stream.watch.ForEachAction
-
- getBoolean() - Method in class com.saxonica.xqj.SaxonXQForwardSequence
-
- getBoolean() - Method in class com.saxonica.xqj.SaxonXQItem
-
- getBoolean() - Method in class com.saxonica.xqj.SaxonXQSequence
-
- getBoolean() - Method in interface javax.xml.xquery.XQItemAccessor
-
Gets the current item as a boolean
.
- 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
- getBoundarySpacePolicy() - Method in class com.saxonica.xqj.SaxonXQStaticContext
-
- getBoundarySpacePolicy() - Method in interface javax.xml.xquery.XQStaticContext
-
Gets the boundary-space policy defined in the static context.
- 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.ee.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 class net.sf.saxon.type.NumericType
-
Get the built-in type from which this type is derived by restriction
- 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 com.saxonica.ee.trans.CompoundMode
-
Get the built-in template rules to be used with this Mode in the case where there is no
explicit template rule
- 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
- getBuiltInRuleSet() - Method in class net.sf.saxon.trans.SimpleMode
-
Get the built-in template rules to be used with this Mode in the case where there is no
explicit template rule
- getBuiltInRuleSetForCode(String) - Method in class com.saxonica.trans.ModePE
-
Return a built-in rule set for a code string.
- getBuiltInRuleSetForCode(String) - Method in class net.sf.saxon.trans.Mode
-
Return a built-in rule set for a code string.
- 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 class com.saxonica.xqj.SaxonXQForwardSequence
-
- getByte() - Method in class com.saxonica.xqj.SaxonXQItem
-
- getByte() - Method in class com.saxonica.xqj.SaxonXQSequence
-
- getByte() - Method in interface javax.xml.xquery.XQItemAccessor
-
Gets the current item as a byte
.
- 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 net.sf.saxon.functions.CallableFunction
-
- 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).
- getCalls() - Method in class net.sf.saxon.trans.RuleSearchState
-
- 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 com.saxonica.ee.validate.CompactStringValue
-
- 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.ee.bytecode.CompiledExpression
-
- getCardinality() - Method in class com.saxonica.ee.schema.AttributeUse
-
- getCardinality(ExpressionVisitor, ContextItemStaticInfo) - Method in class com.saxonica.ee.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(Expression[]) - Method in class com.saxonica.functions.xslt3.CopyOfFn
-
- getCardinality(Expression[]) - Method in class com.saxonica.functions.xslt3.SnapshotFn
-
- getCardinality() - Method in class com.saxonica.xslt3.instruct.ConditionalBlock
-
Determine the cardinality of the expression
- 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.LocalParam
-
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.FromObject
-
- 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(Expression[]) - Method in class net.sf.saxon.functions.Average
-
Determine the cardinality of the function.
- getCardinality(Expression[]) - Method in class net.sf.saxon.functions.Doc
-
- getCardinality(Expression[]) - Method in class net.sf.saxon.functions.DocumentFn
-
Determine the static cardinality
- getCardinality(Expression[]) - Method in class net.sf.saxon.functions.Minimax
-
Determine the cardinality of the function.
- getCardinality(Expression[]) - Method in class net.sf.saxon.functions.Round
-
Determine the cardinality of the function.
- getCardinality(Expression[]) - Method in class net.sf.saxon.functions.RoundHalfToEven
-
Determine the cardinality of the function.
- getCardinality(Expression[]) - Method in class net.sf.saxon.functions.StringJoin
-
Determine the cardinality of the function.
- getCardinality(Expression[]) - Method in class net.sf.saxon.functions.Subsequence_2
-
Determine the cardinality of the function.
- getCardinality(Expression[]) - Method in class net.sf.saxon.functions.Sum
-
- getCardinality(Expression[]) - Method in class net.sf.saxon.functions.SystemFunction
-
Get the cardinality, given knowledge of the actual arguments
- getCardinality(Expression[]) - Method in class net.sf.saxon.functions.Trace
-
- getCardinality(Sequence) - Static method in class net.sf.saxon.om.SequenceTool
-
Get the cardinality of a sequence
- 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.SequenceExtent
-
Determine the cardinality
- getCardinality() - Method in class net.sf.saxon.value.SequenceType
-
Get the cardinality component of this SequenceType.
- 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.ee.optim.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 net.sf.saxon.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() - Method in class net.sf.saxon.serialize.CharacterMapExpander
-
Get the character map used by this CharacterMapExpander
- getCharacterMap(StructuredQName) - Method in class net.sf.saxon.serialize.CharacterMapIndex
-
- getCharacterMap() - Method in class net.sf.saxon.serialize.SerializationParamsHandler
-
- 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
- getCharacterMapIndex() - Method in class net.sf.saxon.style.PrincipalStylesheetModule
-
Get an index of character maps declared using xsl:character-map entries in this package
- getCharacterMapIndex() - Method in class net.sf.saxon.style.StylesheetPackage
-
Get the index of named character maps defined in this package
- 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
- getCharacterSet(String) - Method in class net.sf.saxon.serialize.charcode.CharacterSetFactory
-
Make a CharacterSet appropriate to the encoding
- getCharacterSet() - Method in class net.sf.saxon.serialize.ExpandedStreamResult
-
Get the character set
- getCharacterSetFactory() - Method in class net.sf.saxon.Configuration
-
Get the CharacterSetFactory.
- 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
-
Get the underlying CharSequence
- getChecksum() - Method in class net.sf.saxon.event.CheckSumFilter
-
Get the accumulated checksum
- getChild(NodeInfo, int) - Method in class com.saxonica.trans.PackageLoaderPE
-
Get the n'th element child of an element (zero-based)
- getChild() - Method in class net.sf.saxon.expr.instruct.TraceExpression
-
- getChildExpression(int) - Method in class com.saxonica.xslt3.instruct.ConditionalBlock
-
Get the n'th child expression
- getChildExpression() - Method in class net.sf.saxon.expr.Operand
-
Get the expression used as the actual operand
- getChildExpressionArray(PackageLoaderPE, NodeInfo) - Static method in class com.saxonica.trans.PackageLoaderPE
-
- getChildExpressionList(PackageLoaderPE, NodeInfo) - Static method in class com.saxonica.trans.PackageLoaderPE
-
- getChildExpressions() - Method in class com.saxonica.xslt3.instruct.ConditionalBlock
-
Get the list of child expressions
- 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.ConditionalBlock
-
- getChildren() - Method in class net.sf.saxon.query.LanguageFeature
-
Get the children of this feature
- getChildValidator() - Method in class com.saxonica.ee.validate.AllElementValidator
-
Get a validator to handle the children of the current element.
- getChildValidator() - Method in class com.saxonica.ee.validate.ComplexContentValidator
-
Get a validator to handle the children of the current element.
- getChildValidator() - Method in class com.saxonica.ee.validate.ContentValidator
-
Get a validator to handle the children of the current element.
- getChildValidator() - Method in class com.saxonica.ee.validate.EmptyContentValidator
-
- getChildValidator() - Method in class com.saxonica.ee.validate.LaxValidator
-
- getChildValidator() - Method in class com.saxonica.ee.validate.SimpleContentValidator
-
Return a validator to handle the children of the element just started.
- getChildValidator() - Method in class com.saxonica.ee.validate.SkipValidator
-
Get a validator to handle the children of the current element.
- getChildWithRole(NodeInfo, String) - Method in class com.saxonica.trans.PackageLoaderPE
-
- getChoice(Item, XPathContext) - Method in class com.saxonica.ee.optim.CombinedChoice
-
- getChoice(Item, Rule, XPathContext) - Method in class com.saxonica.ee.optim.CombinedChoice
-
- getChoice(Item, int, int, XPathContext) - Method in class com.saxonica.ee.optim.CombinedChoice
-
- getChoice(NodeInfo, XPathContext) - Method in class com.saxonica.ee.trans.ModeExperimentalChoice
-
- getChoice(NodeInfo, Rule, XPathContext) - Method in class com.saxonica.ee.trans.ModeExperimentalChoice
-
- getChoice(NodeInfo, int, int, XPathContext) - Method in class com.saxonica.ee.trans.ModeExperimentalChoice
-
- getChoice(NodeInfo, IntHashMap<CombinedChoice>, CombinedChoice, XPathContext) - Method in class com.saxonica.ee.trans.ModeExperimentalChoice
-
- getChoice(NodeInfo, IntHashMap<CombinedChoice>, CombinedChoice, Rule, XPathContext) - Method in class com.saxonica.ee.trans.ModeExperimentalChoice
-
- getChoice(NodeInfo, IntHashMap<CombinedChoice>, CombinedChoice, int, int, XPathContext) - Method in class com.saxonica.ee.trans.ModeExperimentalChoice
-
- getChoice(NodeInfo, CombinedChoice, XPathContext) - Method in class com.saxonica.ee.trans.ModeExperimentalChoice
-
- getChoice(NodeInfo, CombinedChoice, int, int, XPathContext) - Method in class com.saxonica.ee.trans.ModeExperimentalChoice
-
- getChoice(NodeInfo, CombinedChoice, Rule, XPathContext) - Method in class com.saxonica.ee.trans.ModeExperimentalChoice
-
- getChoiceSet(NodeInfo, IntHashMap<CombinedChoice>) - Method in class com.saxonica.ee.trans.ModeExperimentalChoice
-
- 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, Logger, ClassLoader) - Method in class net.sf.saxon.trans.DynamicLoader
-
Load a class using the class name provided.
- getClassLoader() - Method in class net.sf.saxon.trans.DynamicLoader
-
- getClassName() - Method in class com.saxonica.ee.bytecode.util.CompilerService.GeneratedClassInfo
-
- getClassWriter() - Method in class com.saxonica.ee.bytecode.util.CompilerService.GeneratedClassInfo
-
- getClause() - Method in class net.sf.saxon.expr.flwor.ClauseInfo
-
Get the clause being traced
- 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.CountClause
-
- getClauseKey() - Method in class net.sf.saxon.expr.flwor.ForClause
-
- getClauseKey() - Method in class net.sf.saxon.expr.flwor.GroupByClause
-
- 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
-
- getClauseKey() - Method in class net.sf.saxon.expr.flwor.WindowClause
-
- 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.
- getCode() - Method in class net.sf.saxon.expr.Component
-
Get the code (for example a compiled template, function, or variable) that is executed
when this component is called
- getCode(String) - Static method in class net.sf.saxon.lib.Validation
-
Get the integer validation code corresponding to a given string
- getCodeForBuiltInRuleSet(BuiltInRuleSet) - Method in class com.saxonica.ee.trans.CompoundMode
-
- getCodeForBuiltInRuleSet(BuiltInRuleSet) - Method in class com.saxonica.trans.ModePE
-
- getCodeForBuiltInRuleSet(BuiltInRuleSet) - Method in class net.sf.saxon.trans.Mode
-
Return a code string for a built-in rule set.
- getCodeInjector() - Method in class net.sf.saxon.expr.parser.XPathParser
-
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.ee.optim.SwitchExpression
-
Get the collation used
- getCollation(String) - Method in class net.sf.saxon.Configuration
-
Get the collation with a given collation name.
- getCollation(String, String) - Method in class net.sf.saxon.Configuration
-
Get the collation with a given collation name, supplying a relative URI and base
URI separately.
- getCollation(String, String, String) - Method in class net.sf.saxon.Configuration
-
Get the collation with a given collation name, supplying a relative URI and base
URI separately, and throwing an error if it cannot be found.
- 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.SortKeyDefinition
-
Get the collation to be used
- getCollation(String) - Method in class net.sf.saxon.query.StaticQueryContext
-
- getCollation() - Method in class net.sf.saxon.trans.KeyDefinition
-
Get the collation.
- getCollationKey(String) - Method in class com.saxonica.expr.sort.UCACollator
-
- getCollationKey(CharSequence) - Method in class net.sf.saxon.expr.sort.AlphanumericCollator
-
Get a collation key for comparing two Strings.
- getCollationKey(CharSequence) - Method in class net.sf.saxon.expr.sort.CaseFirstCollator
-
Get a collation key for two Strings.
- getCollationKey(CharSequence) - Method in class net.sf.saxon.expr.sort.CodepointCollator
-
Get a collation key for a string.
- getCollationKey(CharSequence) - Method in class net.sf.saxon.expr.sort.HTML5CaseBlindCollator
-
Get a collation key for a string.
- getCollationKey(CharSequence) - Method in class net.sf.saxon.expr.sort.RuleBasedSubstringMatcher
-
Get a collation key for two Strings.
- getCollationKey(CharSequence) - 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(CharSequence) - 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.
- 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).
- getCollationURI() - Method in class net.sf.saxon.expr.sort.AlphanumericCollator
-
Get the collation URI.
- getCollationURI() - Method in class net.sf.saxon.expr.sort.CaseFirstCollator
-
Get the collation URI.
- getCollationURI() - Method in class net.sf.saxon.expr.sort.CodepointCollator
-
Get the collation URI.
- getCollationURI() - Method in class net.sf.saxon.expr.sort.HTML5CaseBlindCollator
-
Get the collation URI.
- getCollationURI() - Method in class net.sf.saxon.expr.sort.SimpleCollation
-
Get the collation URI.
- getCollationURI() - Method in interface net.sf.saxon.lib.StringCollator
-
Get the collation URI.
- getCollationURIResolver() - Method in class net.sf.saxon.Configuration
-
Get the collation URI resolver associated with this configuration.
- 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() - Method in interface net.sf.saxon.style.CollationDeclaration
-
Get the collator defined by this collation declaration
- getCollectionFinder() - Method in class net.sf.saxon.Configuration
-
Get the collection finder associated with this configuration.
- getCollectionFinder() - Method in class net.sf.saxon.Controller
-
Get the collection finder associated with this configuration.
- getCollectionFinder() - Method in class net.sf.saxon.sxpath.XPathDynamicContext
-
Get the collection finder associated with this configuration.
- getCollectionURI() - Method in interface net.sf.saxon.lib.ResourceCollection
-
Get the URI of the collection
- getCollectionURI() - Method in class net.sf.saxon.resource.AbstractResourceCollection
-
- getCollectionURI() - Method in class net.sf.saxon.resource.JarCollection
-
Get the URI identifying this collection
- getCollectionURIResolver() - Method in class net.sf.saxon.Configuration
-
- getCollectionURIResolver() - Method in class net.sf.saxon.Controller
-
- getCollectionURIResolver() - Method in class net.sf.saxon.resource.CollectionURIResolverWrapper
-
- getCollectionURIResolver() - Method in class net.sf.saxon.sxpath.XPathDynamicContext
-
- getColumnInstructions(Compilation, ComponentDeclaration) - Method in class net.sf.saxon.option.sql.SQLInsert
-
- getColumnInstructions(Compilation, ComponentDeclaration) - 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.ee.schema.SchemaStructure
-
Get the column number of the element defining this schema component.
- getColumnNumber() - Method in class com.saxonica.ee.stream.om.FleetingNode
-
Get column number.
- 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 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.event.ContentHandlerProxyLocator
-
Get the column number
- getColumnNumber(int) - Method in class net.sf.saxon.event.LocationCopier
-
- getColumnNumber() - Method in class net.sf.saxon.evpull.StaxToEventBridge
-
Return the column number where the current document event ends.
- getColumnNumber(int) - Method in class net.sf.saxon.evpull.StaxToEventBridge
-
- 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.ComponentCode
-
- getColumnNumber() - Method in class net.sf.saxon.expr.instruct.ExpressionInfo
-
Get the column number identifying the position of the instruction.
- getColumnNumber() - Method in class net.sf.saxon.expr.instruct.InstructionDetails
-
Get the column number identifying the position of the instruction.
- getColumnNumber() - Method in class net.sf.saxon.expr.instruct.LocalParam
-
Get the column number of the expression
- getColumnNumber() - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
- getColumnNumber() - Method in class net.sf.saxon.expr.instruct.TraceExpression
-
- getColumnNumber() - Method in class net.sf.saxon.expr.parser.ExplicitLocation
-
Get the column number
- getColumnNumber() - Method in interface net.sf.saxon.expr.parser.Location
-
Get the column number.
- 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 class net.sf.saxon.expr.parser.XPathParser.NestedLocation
-
Get the column number of the error within the expression or query
- 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.pull.StaxBridge
-
Return the column number where the current document event ends.
- getColumnNumber(int) - 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() - Method in class net.sf.saxon.s9api.StaticError
-
The coloumn number locating the error within a query or stylesheet module
- getColumnNumber() - Method in class net.sf.saxon.s9api.XdmNode
-
Get the column number of the node in a source document.
- getColumnNumber() - Method in class net.sf.saxon.style.UseWhenStaticContext
-
- getColumnNumber() - Method in class net.sf.saxon.sxpath.IndependentContext
-
- getColumnNumber() - Method in class net.sf.saxon.tree.AttributeLocation
-
Get the column number.
- 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.TinyAttributeImpl
-
Get the column number of the node within its source document entity
- getColumnNumber() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
-
Get the column number of the node.
- getColumnNumber(int) - Method in class net.sf.saxon.tree.tiny.TinyTree
-
Get the column number for a node.
- 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.ee.schema.UserComplexType
-
Returns the attribute group containing details of all the
attributes defined for this complex type.
- getCombinedOutputProperties() - Method in class net.sf.saxon.s9api.Serializer
-
Create a Properties object holding the defined serialization properties.
- getCombinedPrecondition() - Method in class com.saxonica.ee.expr.WhichOf.ChoiceExpression
-
- getCommentBuffer() - Method in class net.sf.saxon.tree.tiny.TinyTree
-
Get the character buffer used to hold all the comment data of the document
- 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
- getComparator() - Method in class net.sf.saxon.expr.sort.SimpleCollation
-
Get the underlying comparator
- getComparators() - Method in class net.sf.saxon.expr.sort.SortExpression
-
Get the comparators, if known statically.
- getComparer(SortKeyDefinitionList, AtomicComparer[]) - Method in class com.saxonica.xslt3.instruct.MergeInstr
-
- getComparer() - Method in class net.sf.saxon.expr.EquivalenceComparison
-
- 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, GenericAtomicComparer[]) - Method in class net.sf.saxon.expr.flwor.GroupByClause
-
Callback to get the comparison key for a tuple.
- getComparisonKey(XPathContext) - Method in class net.sf.saxon.value.CalendarValue
-
Method retained only because it is used in a test case
- getComparisonOperator() - Method in class net.sf.saxon.expr.CompareToIntegerConstant
-
Get the comparison operator
- getCompilation() - Method in class net.sf.saxon.style.StyleElement
-
- getCompilation() - Method in class net.sf.saxon.style.StyleNodeFactory
-
- getCompilation() - Method in class net.sf.saxon.style.UseWhenStaticContext
-
- getCompiledClass(Expression) - Method in class com.saxonica.ee.bytecode.util.CompilerService
-
- getCompiledFunction() - Method in class net.sf.saxon.style.XSLFunction
-
Get the compiled function
- getCompiledLibrary(String) - Method in class com.saxonica.ee.optim.StaticQueryContextEE
-
Get a previously compiled library module
- getCompiledLibrary(String) - Method in class net.sf.saxon.query.StaticQueryContext
-
Get a previously compiled library module
- getCompiledNamedTemplate() - Method in class net.sf.saxon.style.XSLTemplate
-
Get the compiled template
- getCompiledParam() - Method in class net.sf.saxon.style.XSLLocalParam
-
- getCompiledProcedure() - Method in class com.saxonica.xslt3.style.XSLAccumulator
-
Get the corresponding Procedure object that results from the compilation of this
StylesheetProcedure
- getCompiledProcedure() - Method in interface net.sf.saxon.style.StylesheetComponent
-
Get the corresponding ComponentCode object that results from the compilation of this
StylesheetComponent
- getCompiledProcedure() - Method in class net.sf.saxon.style.XSLAttributeSet
-
Get the corresponding Procedure object that results from the compilation of this
StylesheetProcedure
- getCompiledProcedure() - Method in class net.sf.saxon.style.XSLFunction
-
Get the corresponding Procedure object that results from the compilation of this
StylesheetProcedure
- getCompiledProcedure() - Method in class net.sf.saxon.style.XSLGlobalVariable
-
Get the corresponding Procedure object that results from the compilation of this
StylesheetProcedure
- getCompiledProcedure() - Method in class net.sf.saxon.style.XSLKey
-
Get the corresponding Procedure object that results from the compilation of this
StylesheetProcedure
- getCompiledProcedure() - Method in class net.sf.saxon.style.XSLTemplate
-
Get the corresponding Procedure object that results from the compilation of this
StylesheetProcedure
- getCompiledVariable() - Method in class net.sf.saxon.style.XSLGlobalVariable
-
- getCompilerInfo() - Method in class net.sf.saxon.style.Compilation
-
Get the compilation options used by this compilation
- getCompileTimeParams() - Method in class net.sf.saxon.PreparedStylesheet
-
Get the parameters that were set at compile time.
- getCompletionService() - Method in class com.saxonica.ee.trans.ThreadManagerEE
-
- getComplexType() - Method in class com.saxonica.ee.schema.sdoc.XSDComplexContentRestriction
-
Get the complex type that is the result of the restriction
- getComplexType() - Method in class com.saxonica.ee.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(SymbolicName) - Method in class net.sf.saxon.PreparedStylesheet
-
- getComponent(SymbolicName) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
-
Search the package for a component with a given name
- getComponent(SymbolicName) - Method in class net.sf.saxon.style.StylesheetPackage
-
Get the component within this package having a given symbolic name
- getComponent(AccessorFn.Component) - Method in class net.sf.saxon.value.AtomicValue
-
Method to extract components of a value.
- getComponent(AccessorFn.Component) - Method in class net.sf.saxon.value.DateTimeValue
-
Get a component of the value.
- getComponent(AccessorFn.Component) - Method in class net.sf.saxon.value.DurationValue
-
Get a component of the normalized value
- getComponent(AccessorFn.Component) - Method in class net.sf.saxon.value.GDateValue
-
Get a component of the value.
- getComponent(AccessorFn.Component) - Method in class net.sf.saxon.value.QNameValue
-
Get a component.
- getComponent(AccessorFn.Component) - Method in class net.sf.saxon.value.TimeValue
-
Get a component of the value.
- getComponentAsFunction() - Method in class com.saxonica.ee.schema.Assertion
-
- getComponentAsFunction() - Method in class com.saxonica.ee.schema.AttributeDecl
-
- getComponentAsFunction() - Method in class com.saxonica.ee.schema.AttributeGroupDecl
-
- getComponentAsFunction() - Method in class com.saxonica.ee.schema.AttributeUse
-
- getComponentAsFunction() - Method in class com.saxonica.ee.schema.AttributeWildcard
-
Get the schema component in the form of a function item.
- getComponentAsFunction() - Method in class com.saxonica.ee.schema.ElementDecl
-
- getComponentAsFunction() - Method in class com.saxonica.ee.schema.IdentityConstraint
-
- getComponentAsFunction() - Method in class com.saxonica.ee.schema.ModelGroup
-
- getComponentAsFunction() - Method in class com.saxonica.ee.schema.ModelGroupDefinition
-
- getComponentAsFunction() - Method in class com.saxonica.ee.schema.Notation
-
- getComponentAsFunction() - Method in class com.saxonica.ee.schema.Particle
-
- getComponentAsFunction() - Method in class com.saxonica.ee.schema.TypeAlternative
-
- getComponentAsFunction() - Method in class com.saxonica.ee.schema.UserComplexType
-
- getComponentAsFunction(ComplexType) - Static method in class com.saxonica.ee.schema.UserComplexType
-
- getComponentAsFunction() - Method in class com.saxonica.ee.schema.UserSimpleType
-
- getComponentAsFunction(SimpleType) - Static method in class com.saxonica.ee.schema.UserSimpleType
-
Get schema information for a simple type in the form of a function item
- getComponentAsFunction() - Method in class com.saxonica.ee.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 class net.sf.saxon.type.NumericType
-
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.
- getComponentBindings() - Method in class net.sf.saxon.expr.Component
-
Get the component's binding vector; that is the list of external references to other components
- getComponentId() - Method in class net.sf.saxon.functions.AccessorFn.DayFromDate
-
- getComponentId() - Method in class net.sf.saxon.functions.AccessorFn.DayFromDateTime
-
- getComponentId() - Method in class net.sf.saxon.functions.AccessorFn.DaysFromDuration
-
- getComponentId() - Method in class net.sf.saxon.functions.AccessorFn
-
- getComponentId() - Method in class net.sf.saxon.functions.AccessorFn.HoursFromDateTime
-
- getComponentId() - Method in class net.sf.saxon.functions.AccessorFn.HoursFromDuration
-
- getComponentId() - Method in class net.sf.saxon.functions.AccessorFn.HoursFromTime
-
- getComponentId() - Method in class net.sf.saxon.functions.AccessorFn.LocalNameFromQName
-
- getComponentId() - Method in class net.sf.saxon.functions.AccessorFn.MinutesFromDateTime
-
- getComponentId() - Method in class net.sf.saxon.functions.AccessorFn.MinutesFromDuration
-
- getComponentId() - Method in class net.sf.saxon.functions.AccessorFn.MinutesFromTime
-
- getComponentId() - Method in class net.sf.saxon.functions.AccessorFn.MonthFromDate
-
- getComponentId() - Method in class net.sf.saxon.functions.AccessorFn.MonthFromDateTime
-
- getComponentId() - Method in class net.sf.saxon.functions.AccessorFn.MonthsFromDuration
-
- getComponentId() - Method in class net.sf.saxon.functions.AccessorFn.NamespaceUriFromQName
-
- getComponentId() - Method in class net.sf.saxon.functions.AccessorFn.PrefixFromQName
-
- getComponentId() - Method in class net.sf.saxon.functions.AccessorFn.SecondsFromDateTime
-
- getComponentId() - Method in class net.sf.saxon.functions.AccessorFn.SecondsFromDuration
-
- getComponentId() - Method in class net.sf.saxon.functions.AccessorFn.SecondsFromTime
-
- getComponentId() - Method in class net.sf.saxon.functions.AccessorFn.TimezoneFromDate
-
- getComponentId() - Method in class net.sf.saxon.functions.AccessorFn.TimezoneFromDateTime
-
- getComponentId() - Method in class net.sf.saxon.functions.AccessorFn.TimezoneFromTime
-
- getComponentId() - Method in class net.sf.saxon.functions.AccessorFn.YearFromDate
-
- getComponentId() - Method in class net.sf.saxon.functions.AccessorFn.YearFromDateTime
-
- getComponentId() - Method in class net.sf.saxon.functions.AccessorFn.YearsFromDuration
-
- getComponentIndex() - Method in class net.sf.saxon.style.StylesheetPackage
-
Get a map containing all the components in this package, indexed by symbolic name
- getComponentKind() - Method in class com.saxonica.xslt3.instruct.Accumulator
-
- getComponentKind() - Method in class net.sf.saxon.expr.instruct.AttributeSet
-
- getComponentKind() - Method in class net.sf.saxon.expr.instruct.ComponentCode
-
- getComponentKind() - Method in class net.sf.saxon.expr.instruct.GlobalVariable
-
- getComponentKind() - Method in class net.sf.saxon.expr.instruct.NamedTemplate
-
- getComponentKind() - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
- getComponentKind() - Method in class net.sf.saxon.expr.instruct.UserFunction
-
- getComponentKind() - Method in class net.sf.saxon.trans.ComponentTest
-
- getComponentKind() - Method in class net.sf.saxon.trans.KeyDefinition
-
- getComponentKind() - Method in class net.sf.saxon.trans.Mode
-
- getComponentKind() - Method in class net.sf.saxon.trans.SymbolicName
-
- getComponentName() - Method in class com.saxonica.ee.schema.AttributeDecl
-
Get the attribute name
- getComponentName() - Method in class com.saxonica.ee.schema.ElementDecl
-
- getComponentName(String, int) - Method in class com.saxonica.ee.schema.sdoc.SchemaElement
-
This method is called to check that a lexical QName is valid and allocate a
nameCode for the name in the namePool.
- getComponentName() - Method in class net.sf.saxon.trans.SymbolicName
-
Get the QName part of the symbolic name of the component
- getComponentName() - Method in interface net.sf.saxon.type.SchemaDeclaration
-
Get the name of the schema component
- getComponentNodeTests() - Method in class net.sf.saxon.pattern.CombinedNodeTest
-
Get the two parts of the combined node test
- getComponentReference() - Method in exception com.saxonica.ee.schema.MissingComponentExceptionImpl
-
- getComposite(SequenceIterator) - Method in class net.sf.saxon.trans.KeyIndex
-
Get the nodes with a given composite key value
- getCompositorName() - Method in class com.saxonica.ee.schema.AllModelGroup
-
Get the name of this compositor
- getCompositorName() - Method in class com.saxonica.ee.schema.ChoiceModelGroup
-
Get the name of this compositor
- getCompositorName() - Method in class com.saxonica.ee.schema.ModelGroup
-
Get the name of the compositor used in this model group
- getCompositorName() - Method in class com.saxonica.ee.schema.ModelGroupDefinition
-
- getCompositorName() - Method in class com.saxonica.ee.schema.SequenceModelGroup
-
Get the name of this compositor
- getCompressedValue() - Method in class net.sf.saxon.tree.tiny.CompressedWhitespace
-
- getCondition() - Method in class com.saxonica.ee.schema.Assertion
-
Get the XPath expression representing the assertion.
- getCondition() - Method in class com.saxonica.ee.schema.TypeAlternative
-
Get the XPath expression used in the test attribute of the alternative.
- getCondition(int) - Method in class net.sf.saxon.expr.instruct.Choose
-
- 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
-
- getConditionExpressions() - Method in interface com.saxonica.ee.pattern.preconditions.Condition
-
- getConditionExpressions() - Method in class com.saxonica.ee.pattern.preconditions.ExpressionCondition
-
- getConditionExpressions() - Method in class com.saxonica.ee.pattern.preconditions.TokenizedCondition
-
- getConditions() - Method in class com.saxonica.ee.expr.WhichOf
-
- getConditionText() - Method in class com.saxonica.ee.schema.Assertion
-
Get the original text of the condition.
- getConditionText() - Method in class com.saxonica.ee.schema.TypeAlternative
-
Get the original text of the condition.
- getConfig() - Method in class com.saxonica.StatsTransform.StatsCase
-
- getConfigFile() - Method in class com.saxonica.StatsTransform.StatsCase
-
- getConfiguration() - Method in class com.saxonica.config.ee.StandardSchemaResolver
-
Get the configuration used by the resolver
- getConfiguration() - Method in class com.saxonica.ee.bytecode.GeneratedCode
-
Get the configuration.
- getConfiguration() - Method in class com.saxonica.ee.bytecode.util.CompilerService
-
Get the Configuration used by this CompilerService
- getConfiguration() - Method in class com.saxonica.ee.jaxp.SchemaFactoryImpl
-
Get the underlying Saxon Configuration object
- getConfiguration() - Method in class com.saxonica.ee.jaxp.ValidatorHandlerImpl
-
Get the Configuration object
- getConfiguration() - Method in class com.saxonica.ee.jaxp.ValidatorImpl
-
Get the underlying Saxon Configuration object
- getConfiguration() - Method in interface com.saxonica.ee.schema.ComponentReference
-
Determine the configuration containing this reference (and its target)
- getConfiguration() - Method in class com.saxonica.ee.schema.PreparedSchema
-
Get the configuration
- getConfiguration() - Method in class com.saxonica.ee.schema.SchemaCompiler
-
Get the configuration
- getConfiguration() - Method in class com.saxonica.ee.schema.SchemaStructure
-
Get the schema containing this structure
- getConfiguration() - Method in class com.saxonica.ee.stream.adjunct.StreamingAdjunct
-
Get the Saxon Configuration
- getConfiguration() - Method in class com.saxonica.ee.stream.om.FleetingDocumentNode
-
Get the configuration used to build the tree containing this node.
- getConfiguration() - Method in class com.saxonica.ee.stream.om.FleetingNode
-
Get the configuration used to build the tree containing this node.
- getConfiguration() - Method in class com.saxonica.ee.validate.Checker
-
- getConfiguration(XPathContext) - Static method in class com.saxonica.functions.extfn.Extensions
-
Return the Configuration object
- getConfiguration() - Method in class com.saxonica.pull.UnconstructedParent
-
Get the configuration
- getConfiguration() - Method in class com.saxonica.trans.PackageLoaderPE
-
- getConfiguration() - Method in class com.saxonica.xqj.SaxonXQConnection
-
Get the Saxon Configuration in use.
- getConfiguration() - Method in class com.saxonica.xqj.SaxonXQDataSource
-
Get the Saxon Configuration in use.
- getConfiguration() - Method in class com.saxonica.xqj.SaxonXQDynamicContext
-
- 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.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.Expression
-
Get the configuration containing this expression
- getConfiguration() - Method in class net.sf.saxon.expr.flwor.Clause
-
- getConfiguration() - Method in class net.sf.saxon.expr.instruct.Executable
-
Get the configuration
- getConfiguration() - Method in class net.sf.saxon.expr.PackageData
-
Get the Configuration to which this package belongs
- getConfiguration() - Method in class net.sf.saxon.expr.parser.ExpressionVisitor
-
Get the Configuration
- getConfiguration() - Method in class net.sf.saxon.expr.parser.Optimizer
-
Get the Saxon configuration object
- getConfiguration() - Method in class net.sf.saxon.expr.parser.RetainedStaticContext
-
Get the Configuration
- 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.jaxp.IdentityTransformer
-
- getConfiguration() - Method in class net.sf.saxon.jaxp.SaxonTransformerFactory
-
Get the configuration.
- getConfiguration() - Method in class net.sf.saxon.lib.StandardInvalidityHandler
-
- getConfiguration() - Method in class net.sf.saxon.lib.StandardURIResolver
-
Get the configuration if available
- getConfiguration() - Method in interface net.sf.saxon.om.FingerprintedNode
-
Get the configuration used to build the tree containing this node.
- getConfiguration() - Method in class net.sf.saxon.om.GenericTreeInfo
-
Get the Configuration to which this document belongs
- getConfiguration() - Method in interface net.sf.saxon.om.NodeInfo
-
Convenience method to get the Configuration.
- getConfiguration() - Method in interface net.sf.saxon.om.TreeInfo
-
Get the Configuration to which this document belongs
- getConfiguration() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
-
Get the configuration
- getConfiguration() - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
-
- 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.XQueryExpression
-
Get the Configuration to which this Container belongs
- getConfiguration() - Method in class net.sf.saxon.query.XQueryFunctionLibrary
-
Get the Configuration options
- getConfiguration() - Method in class net.sf.saxon.style.Compilation
-
Get the Saxon Configuration used by this Compilation
- getConfiguration() - Method in class net.sf.saxon.style.ExpressionContext
-
Get the system configuration
- getConfiguration() - Method in class net.sf.saxon.style.StyleNodeFactory
-
- getConfiguration() - Method in class net.sf.saxon.style.StylesheetModule
-
- 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.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.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.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 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
- 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 class com.saxonica.xqj.SaxonXQDataSource
-
- getConnection(Connection) - Method in class com.saxonica.xqj.SaxonXQDataSource
-
Get a connection based on an underlying JDBC connection
- getConnection(String, String) - Method in class com.saxonica.xqj.SaxonXQDataSource
-
Get a connection, by supplying a username and password.
- getConnection() - Method in class com.saxonica.xqj.SaxonXQForwardSequence
-
- getConnection() - Method in class com.saxonica.xqj.SaxonXQItem
-
- getConnection() - Method in class com.saxonica.xqj.SaxonXQPreparedExpression
-
- getConnection() - Method in class com.saxonica.xqj.SaxonXQSequence
-
- 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
- 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.ee.validate.SkipValidator
-
- getConstraintChecker() - Method in class com.saxonica.ee.validate.ValidatingFilter
-
Get the constraint checker used in this pipeline
- getConstraintChecker() - Method in class com.saxonica.ee.validate.ValidationContext
-
Get the constraint checker used in this pipeline
- getConstraintClauseNumber() - Method in interface net.sf.saxon.lib.Invalidity
-
Get the clause number of the rule that has been violated
- 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
- getConstraintName() - Method in class com.saxonica.ee.schema.IdentityConstraint
-
Get the name of this identity constraint
- getConstraintName() - Method in interface net.sf.saxon.lib.Invalidity
-
Get the name of the constraint that has been violated
- 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 interface net.sf.saxon.lib.Invalidity
-
Get the constraint name and clause in the format defined in XML Schema Part 1 Appendix C (Outcome Tabulations).
- 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(Invalidity) - Static method in class net.sf.saxon.lib.StandardInvalidityHandler
-
Get the constraint reference as a string for inserting into an error message.
- getConstraintReferenceMessage() - Method in exception net.sf.saxon.type.ValidationException
-
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
- getConstructionMode() - Method in class com.saxonica.xqj.SaxonXQStaticContext
-
- 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
- getConstructType() - Method in class com.saxonica.ee.bytecode.CompiledExpression
-
- getConstructType() - Method in class com.saxonica.xslt3.instruct.Accumulator
-
Get the type of construct.
- 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.ExpressionInfo
-
Get the construct type
- 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.NamedTemplate
-
Get the type of construct.
- getConstructType() - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
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.XSLGlobalVariable
-
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.
- getConstructType() - Method in class net.sf.saxon.trans.Mode
-
- getConsumingOperand(Expression) - Static method in class com.saxonica.ee.stream.Streamability
-
Get the consuming (or potentially consuming) operand of an expression, assuming there is exactly one
- getContainedInstructions() - Method in class net.sf.saxon.style.XSLAttributeSet
-
Get the contained xsl:attribute instructions, in compiled form
- getContainedSource() - Method in class net.sf.saxon.lib.AugmentedSource
-
Get the Source object wrapped by this AugmentedSource
- 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 class net.sf.saxon.expr.instruct.TemplateRule
-
- getContainingAttributeGroup() - Method in class com.saxonica.ee.schema.AttributeDecl
-
Get the containing attribute group.
- getContainingAttributeGroupDecl() - Method in class com.saxonica.ee.schema.AttributeUse
-
Get the attribute group declaration containing this attribute use, if any
- getContainingComplexType() - Method in class com.saxonica.ee.schema.AttributeDecl
-
Get the containing complex type.
- getContainingComplexType() - Method in class com.saxonica.ee.schema.ElementDecl
-
Get the containing complex type.
- getContainingComplexType() - Method in class com.saxonica.ee.schema.sdoc.SchemaElement
-
Get the complexType associated with the containing xs:complexType element
- getContainingDeclarationName() - Method in class com.saxonica.ee.schema.UserDefinedType
-
Get the name of the containing element or attribute declaration, if any (and if known).
- getContainingElement() - Method in class com.saxonica.ee.validate.ContentValidator
-
Get the name of the element being validated (for diagnostics).
- getContainingElementLocationId() - Method in class com.saxonica.ee.validate.ContentValidator
-
Get the location of the element being validated
- getContainingElementName() - Method in class com.saxonica.ee.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
- getContainingLocation() - Method in class net.sf.saxon.expr.parser.XPathParser.NestedLocation
-
Get the location of the container.
- getContainingLocation() - Method in interface net.sf.saxon.expr.StaticContext
-
Get the containing location.
- getContainingLocation() - 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.
- getContainingLocation() - Method in class net.sf.saxon.style.ExpressionContext
-
Get the containing location of an XPath expression within the stylesheet
- getContainingLocation() - Method in class net.sf.saxon.sxpath.AbstractStaticContext
-
- getContainingPackage() - Method in class net.sf.saxon.expr.Component
-
Get the containing package of this component
- getContainingPackage() - Method in class net.sf.saxon.style.StyleElement
-
Get the containing package (the principal stylesheet module of the package in which
this XSLT element appears)
- getContainingPackageName() - Method in class net.sf.saxon.expr.instruct.OriginalFunction
-
Get the name of the package containing the function
- getContainingSimpleType() - Method in class com.saxonica.ee.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 or XSLPackage element
- getContent() - Method in class net.sf.saxon.expr.instruct.Doctype
-
- getContentExpression() - Method in class com.saxonica.xslt3.style.TextValueTemplateNode
-
- getContentExpression() - Method in interface net.sf.saxon.expr.instruct.InstructionWithComplexContent
-
Get the subexpression that is used to evaluated the content, that is,
the contained sequence constructor
- 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
-
- getContentHandler() - Method in class com.saxonica.ee.jaxp.ValidatingReader
-
Return the current content handler.
- getContentHandler() - Method in class com.saxonica.ee.jaxp.ValidatorHandlerImpl
-
Gets the
ContentHandler
which receives the
augmented validation result.
- getContentHandler() - Method in class net.sf.saxon.jaxp.FilterImpl
-
Get the ContentHandler registered using setContentHandler()
- getContentHandler() - Method in class net.sf.saxon.s9api.Serializer
-
Get a ContentHandler that can be used to direct the output of a SAX parser (or other
source of SAX events) to this serializer.
- getContentModelSize() - Method in class com.saxonica.ee.schema.ModelGroup
-
Get the number of particles in the (unsimplified) content model
- getContentOperand() - Method in class net.sf.saxon.expr.instruct.ParentNodeConstructor
-
- getContentType() - Method in class com.saxonica.ee.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.ee.validate.SchemaElementTest
-
Get the content type allowed by this NodeTest (that is, the type annotation of the matched nodes).
- getContentType() - Method in interface net.sf.saxon.lib.Resource
-
Get the media type (MIME type) of the resource if known
- 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).
- getContentType() - Method in class net.sf.saxon.resource.BinaryResource
-
- getContentType() - Method in class net.sf.saxon.resource.FailedResource
-
Get the media type (MIME type) of the resource if known
- getContentType() - Method in class net.sf.saxon.resource.JSONResource
-
- getContentType() - Method in class net.sf.saxon.resource.MetadataResource
-
- getContentType() - Method in class net.sf.saxon.resource.UnparsedTextResource
-
- getContentType() - Method in class net.sf.saxon.resource.XmlResource
-
- getContext() - Method in class com.saxonica.ee.bytecode.iter.CompiledBlockIterator
-
- getContext() - Method in class com.saxonica.ee.stream.feed.ItemFeed
-
Get the dynamic evaluation context
- getContext() - Method in class com.saxonica.ee.stream.watch.AccumulatorWatch
-
- getContext(XPathContext) - Static method in class com.saxonica.functions.extfn.Extensions
-
Return the XPathContext object
- getContext() - Method in class net.sf.saxon.expr.sort.GenericAtomicComparer
-
- getContext() - Method in class net.sf.saxon.ma.json.JsonHandler
-
- getContextComponent() - Method in class com.saxonica.ee.schema.UserSimpleType
-
Get the component that contains the definition of this anonymous simple type definition
- getContextDeterminedTypeForAttribute(StructuredQName) - Method in class com.saxonica.ee.schema.UserComplexType
-
Get the context-determined type for a given attribute.
- getContextDeterminedTypeForElement(StructuredQName) - Method in class com.saxonica.ee.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
- 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
- getContextItemExpr() - Method in class com.saxonica.xslt3.instruct.EvaluateInstr
-
- getContextItemPosture() - Method in class net.sf.saxon.expr.parser.ContextItemStaticInfo
-
Get the context item posture
- getContextItemRequirements() - Method in class net.sf.saxon.style.StylesheetPackage
-
Get the required context item type and other details of the global context item.
- 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 class com.saxonica.xqj.SaxonXQStaticContext
-
- getContextItemStaticType() - Method in interface javax.xml.xquery.XQStaticContext
-
Gets the static type of the context item.
- 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.
- getContextLocationText() - Method in class net.sf.saxon.type.ValidationFailure
-
Get additional location text, if any.
- getContextNode(XPathContext) - Method in class net.sf.saxon.functions.SystemFunction
-
Helper method for subclasses: get the context item if it is a node, throwing appropriate errors
if not
- getContextPath() - Method in interface net.sf.saxon.lib.Invalidity
-
Get a hierarchic path giving the logical position in the instance document where the
validation error was found
- getContextPath() - Method in exception net.sf.saxon.type.ValidationException
-
- getContextPath() - Method in class net.sf.saxon.type.ValidationFailure
-
- getContextVariablePosition() - Method in class com.saxonica.ee.bytecode.util.GeneratedMethodInfo
-
- getController() - Method in class com.saxonica.ee.validate.ValidationContext
-
Get the Controller used for this validation episode
- getController(XPathContext) - Static method in class com.saxonica.functions.extfn.Extensions
-
Return the Controller object
- getController() - Method in class net.sf.saxon.event.PipelineConfiguration
-
Get the controller associated with this pipelineConfiguration
- getController() - Method in class net.sf.saxon.event.TransformerReceiver
-
Get the Controller used for this transformation
- 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.ee.stream.adjunct.GroupBoundaryTester
-
- getControllingInstruction() - Method in class com.saxonica.functions.xslt3.CurrentMergeGroup
-
Get the innermost containing xsl:merge instruction, if there is one
- getControllingInstruction() - Method in class net.sf.saxon.functions.CurrentGroupCall
-
Get the innermost containing xsl:for-each-group instruction, if there is one
- 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
- getConvertedParameter(StructuredQName, SequenceType, XPathContext) - Method in class net.sf.saxon.Controller
-
Get the value of a parameter, converted and/or type-checked
- 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(PlainType, AtomicType) - Static method in class com.saxonica.ee.bytecode.CastExpressionCompiler
-
- getCookedBaseOutputURI() - Method in class net.sf.saxon.Controller
-
Get the base output URI after processing.
- getCopyBindings() - Method in class com.saxonica.ee.update.CopyModifyExpression
-
- getCopyNamespacesModeInherit() - Method in class com.saxonica.xqj.SaxonXQStaticContext
-
- getCopyNamespacesModeInherit() - Method in interface javax.xml.xquery.XQStaticContext
-
Gets the inherit part of the copy-namespaces mode
defined in the static context.
- getCopyNamespacesModePreserve() - Method in class com.saxonica.xqj.SaxonXQStaticContext
-
- getCopyNamespacesModePreserve() - Method in interface javax.xml.xquery.XQStaticContext
-
Gets the preserve part of the copy-namespaces mode
defined in the static context.
- getCorrespondingSingletonOperator(int) - Static method in class net.sf.saxon.expr.GeneralComparison
-
Return the singleton form of the comparison operator, e.g.
- getCost() - Method in class net.sf.saxon.expr.AndExpression
-
- getCost() - Method in class net.sf.saxon.expr.Assignation
-
Return the estimated cost of evaluating an expression.
- getCost() - Method in class net.sf.saxon.expr.AxisExpression
-
Return the estimated cost of evaluating an expression.
- getCost() - Method in class net.sf.saxon.expr.Expression
-
Return the estimated cost of evaluating an expression.
- getCost() - Method in class net.sf.saxon.expr.FilterExpression
-
Return the estimated cost of evaluating an expression.
- getCost() - Method in class net.sf.saxon.expr.LetExpression
-
Return the estimated cost of evaluating an expression.
- getCost() - Method in class net.sf.saxon.expr.Literal
-
Return the estimated cost of evaluating an expression.
- getCost() - Method in class net.sf.saxon.expr.OrExpression
-
- getCost() - Method in class net.sf.saxon.expr.SlashExpression
-
Return the estimated cost of evaluating an expression.
- getCounterMap() - Method in class com.saxonica.ee.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.ee.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.ee.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.ee.bytecode.util.CompilerService
-
- getCurrentComponent() - Method in class net.sf.saxon.expr.EarlyEvaluationContext
-
Get the current component
- getCurrentComponent() - Method in interface net.sf.saxon.expr.XPathContext
-
Get the current component
- getCurrentComponent() - Method in class net.sf.saxon.expr.XPathContextMajor
-
Get the current component
- getCurrentComponent() - Method in class net.sf.saxon.expr.XPathContextMinor
-
Get the current component
- 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
-
- 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.XPathContextMajor
-
Get the current exception (in saxon:catch)
- getCurrentException() - Method in class net.sf.saxon.expr.XPathContextMinor
-
Get the current exception (in saxon:catch)
- getCurrentGenerator() - Method in class com.saxonica.ee.bytecode.util.CompilerService
-
- getCurrentGenerator() - Method in class com.saxonica.ee.bytecode.util.GeneratedMethodInfo
-
- 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.ee.stream.adjunct.GroupAdjacentTester
-
- getCurrentGroupingKey() - Method in class com.saxonica.ee.stream.ManualGroupIterator
-
- getCurrentGroupingKey() - Method in class com.saxonica.xslt3.instruct.MergeGroupingIterator
-
- getCurrentGroupingKey() - Method in class com.saxonica.xslt3.instruct.MergeGroupingIterator.ManualMergeGroupingIterator
-
- 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
- getCurrentLocation() - Method in class net.sf.saxon.event.ContentHandlerProxy
-
Get the current location identifier
- getCurrentMergeGroupIterator() - Method in class net.sf.saxon.expr.EarlyEvaluationContext
-
Get the current merge group iterator.
- getCurrentMergeGroupIterator() - Method in interface net.sf.saxon.expr.XPathContext
-
Get the current merge group iterator.
- getCurrentMergeGroupIterator() - Method in class net.sf.saxon.expr.XPathContextMajor
-
Get the current merge group iterator.
- getCurrentMergeGroupIterator() - Method in class net.sf.saxon.expr.XPathContextMinor
-
Get the current merge group iterator.
- getCurrentMethod() - Method in class com.saxonica.ee.bytecode.util.CompilerService
-
- getCurrentMethods() - Method in class com.saxonica.ee.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.
- getCurrentOutputUri() - Method in class net.sf.saxon.expr.EarlyEvaluationContext
-
Get the current output URI
- getCurrentOutputUri() - Method in interface net.sf.saxon.expr.XPathContext
-
Get the current output URI
- getCurrentOutputUri() - Method in class net.sf.saxon.expr.XPathContextMinor
-
Get the current output URI
- 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 com.saxonica.xqj.SaxonXQDynamicContext
-
- getDataFactory() - Method in class com.saxonica.xqj.SaxonXQExpression
-
- getDataFactory() - Method in class com.saxonica.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.value.SaxonXMLGregorianCalendar
-
- 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 class net.sf.saxon.expr.PackageData
-
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.expr.parser.RetainedStaticContext
-
Get the decimal format manager
- 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.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.PrincipalStylesheetModule
-
Get the decimal format manager used to manage xsl:decimal-format declarations in this package
- 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.
- getDecimalFormatNames() - Method in class net.sf.saxon.trans.DecimalFormatManager
-
Get the names of all named decimal formats that have been registered
- 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.IntegerValue
-
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.ee.schema.ElementParticle
-
Returns the ElementDecl that this element definition references.
- getDeclaration(StructuredQName, int) - Method in class net.sf.saxon.functions.FunctionLibraryList
-
Get the function declaration corresponding to a given function name and arity
- getDeclaration(StructuredQName, int) - Method in class net.sf.saxon.query.ImportedFunctionLibrary
-
Get the function declaration corresponding to a given function name and arity
- getDeclaration(StructuredQName, int) - Method in interface net.sf.saxon.query.XQueryFunctionBinder
-
Get the function declaration corresponding to a given function name and arity
- getDeclaration(StructuredQName, int) - Method in class net.sf.saxon.query.XQueryFunctionLibrary
-
Get the function declaration corresponding to a given function name and arity
- getDeclarationByKey(SymbolicName) - 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.ee.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.ee.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.ee.stream.om.FleetingElementNode
-
Get all namespace declarations and undeclarations defined on this element.
- getDeclaredNamespaces(NamespaceBinding[]) - Method in class com.saxonica.ee.stream.om.FleetingNode
-
Get all namespace declarations and undeclarations defined on this element.
- getDeclaredNamespaces(NamespaceBinding[]) - Method in class com.saxonica.pull.UnconstructedParent
-
Get all namespace undeclarations 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.
- getDeclaredStreamability() - Method in class net.sf.saxon.expr.instruct.UserFunction
-
Get the declared streamability (XSLT 3.0 attribute)
- getDeclaredType() - Method in class net.sf.saxon.style.SourceBinding
-
Get the type actually declared for the attribute
- getDeclaredVariables() - Method in class net.sf.saxon.sxpath.IndependentContext
-
- getDeclaredVisibility() - Method in class net.sf.saxon.expr.instruct.ComponentCode
-
- getDeclaredVisibility() - Method in class net.sf.saxon.style.StyleElement
-
- getDeclaringComponent() - Method in class net.sf.saxon.expr.instruct.ComponentCode
-
- getDeclaringPackage() - Method in class net.sf.saxon.expr.Component
-
Get the declaring package of this component
- getDefaultAttributeGroupReference() - Method in class com.saxonica.ee.schema.sdoc.XSDSchema
-
Get a reference to the default attribute group
- getDefaultCollation() - Method in class com.saxonica.xqj.SaxonXQStaticContext
-
- getDefaultCollation() - Method in interface javax.xml.xquery.XQStaticContext
-
Gets the URI of the default collation.
- getDefaultCollation() - Method in class net.sf.saxon.s9api.XsltCompiler
-
Get the default collation
- getDefaultCollation() - Method in class net.sf.saxon.trans.CompilerInfo
-
Get the name of the default collation
- getDefaultCollationName() - Method in class net.sf.saxon.Configuration
-
Get the name of the global default collation
- getDefaultCollationName() - Method in class net.sf.saxon.expr.parser.RetainedStaticContext
-
Get the name of the default collation for this static context
- getDefaultCollationName() - Method in interface net.sf.saxon.expr.StaticContext
-
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.
- 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.ee.schema.TypeAlternative
-
Get the default namesapce for elements and types from the static context of the XPath expression
- getDefaultElementNamespace() - Method in class net.sf.saxon.expr.parser.RetainedStaticContext
-
Get the default namespace for elements and types
- 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.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 class com.saxonica.xqj.SaxonXQStaticContext
-
- getDefaultElementTypeNamespace() - Method in interface javax.xml.xquery.XQStaticContext
-
Gets the URI of the default element/type namespace, the empty string
if not set.
- getDefaultFeedMaker(int) - Method in class com.saxonica.ee.stream.adjunct.StreamingAdjunct
-
Get a FeedMaker which will generate a feed to handle streamed input of operand "arg".
- getDefaultFunctionNamespace() - Method in class com.saxonica.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 class net.sf.saxon.expr.parser.RetainedStaticContext
-
Get the default namespace for functions
- getDefaultFunctionNamespace() - Method in interface net.sf.saxon.expr.StaticContext
-
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.
- 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.StyleElement
-
Get the default mode for this stylesheet element.
- getDefaultMode() - Method in class net.sf.saxon.style.StylesheetPackage
-
Get the default mode for the package
- getDefaultOpenContentMode() - Method in class com.saxonica.ee.schema.sdoc.XSDSchema
-
Get the default open content mode, as a string (interleave or suffix)
- getDefaultOpenContentWildcard() - Method in class com.saxonica.ee.schema.sdoc.XSDSchema
-
Get the default open content wildcard, if any
- getDefaultOrderForEmptySequences() - Method in class com.saxonica.xqj.SaxonXQStaticContext
-
- getDefaultOrderForEmptySequences() - Method in interface javax.xml.xquery.XQStaticContext
-
Gets the default order for empty sequences defined in the static context.
- getDefaultOutputProperties() - Method in class net.sf.saxon.expr.instruct.Executable
-
Get the default output properties
- getDefaultPriority() - Method in class com.saxonica.ee.validate.SchemaAttributeTest
-
Determine the default priority of this node test when used on its own as a Pattern
- getDefaultPriority() - Method in class com.saxonica.ee.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.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.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.MultipleNodeKindTest
-
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.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.NodeTest
-
Determine the default priority to use if this node-test appears as a match pattern
for a template with no explicit priority attribute.
- 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.SameNameTest
-
Determine the default priority of this node test when used on its own as a Pattern
- getDefaultPriority() - Method in class net.sf.saxon.type.AnyItemType
-
- getDefaultPriority() - Method in class net.sf.saxon.type.ErrorType
-
- getDefaultPriority() - Method in class net.sf.saxon.type.JavaExternalObjectType
-
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.StyleElement
-
Get the value of the default-validation attribute on the containing xsl:stylesheet element
- getDefaultValidation() - Method in class net.sf.saxon.style.XSLModuleRoot
-
Get the value of the default validation attribute
- getDefaultValue() - Method in class com.saxonica.ee.schema.AttributeDecl
-
Returns the default value of this attribute declaration.
- getDefaultValue() - Method in class com.saxonica.ee.schema.AttributeUse
-
Returns the default value of this attribute use.
- getDefaultValue() - Method in class com.saxonica.ee.schema.ElementDecl
-
Returns the default value defined for this element definition.
- getDefaultValue() - Method in class net.sf.saxon.expr.instruct.GlobalContextRequirement
-
- 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.ee.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.PatternWithPredicate
-
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.ee.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 class net.sf.saxon.type.NumericType
-
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(StructuredQName) - Method in class com.saxonica.ee.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(StructuredQName) - 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(StructuredQName) - 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(StructuredQName) - 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(StructuredQName) - Method in class com.saxonica.ee.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(StructuredQName) - 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(StructuredQName) - 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(StructuredQName) - 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.ee.schema.UserDefinedType
-
Get a description of this type for use in diagnostics.
- getDescription() - Method in class com.saxonica.functions.hof.AtomicConstructorFunction
-
Get a description of this function for use in error messages.
- getDescription() - Method in class com.saxonica.functions.hof.CoercedFunction
-
Get a description of this function for use in error messages.
- getDescription() - Method in class com.saxonica.functions.hof.CurriedFunction
-
Get a description of this function for use in error messages.
- getDescription() - Method in class com.saxonica.functions.hof.InlineFunction
-
Get a description of this function for use in error messages.
- getDescription() - Method in class com.saxonica.functions.hof.UserFunctionReference.BoundUserFunction
-
- getDescription() - Method in class net.sf.saxon.expr.instruct.OriginalFunction
-
Get a description of this function for use in error messages.
- getDescription() - Method in class net.sf.saxon.expr.instruct.UserFunction
-
Get a description of this function for use in error messages.
- getDescription() - Method in class net.sf.saxon.expr.ListConstructorFunction
-
Get a description of this function for use in error messages.
- getDescription() - Method in class net.sf.saxon.expr.UnionConstructorFunction
-
Get a description of this function for use in error messages.
- getDescription() - Method in class net.sf.saxon.functions.CallableFunction
-
Get a description of this function for use in error messages.
- getDescription() - Method in class net.sf.saxon.functions.CurriedSystemFunction
-
Get a description of this function for use in error messages.
- getDescription() - Method in class net.sf.saxon.functions.SystemFunction
-
Get a description of this function for use in error messages.
- getDescription() - Method in class net.sf.saxon.ma.arrays.SimpleArrayItem
-
Get a description of this function for use in error messages.
- getDescription() - Method in class net.sf.saxon.ma.map.HashTrieMap
-
Get a description of this function for use in error messages.
- getDescription() - Method in class net.sf.saxon.ma.map.RangeKey
-
Get a description of this function for use in error messages.
- getDescription() - Method in interface net.sf.saxon.om.Function
-
Get a description of this function for use in error messages.
- 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.JavaExternalObjectType
-
- getDescription() - Method in class net.sf.saxon.type.NumericType
-
Get a description of this type for use in error messages.
- 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 com.saxonica.ee.s9api.SchemaValidatorImpl
-
Get the Destination that will receive the validated document.
- getDestination() - Method in class com.saxonica.ee.validate.InvalidityReportGenerator
-
- getDestination() - Method in class net.sf.saxon.event.TransformerReceiver
-
Get the output destination of the transformation
- 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
-
- getDetails() - Method in class net.sf.saxon.functions.SystemFunction
-
Get the details of the function signature
- getDeterminism() - Method in class net.sf.saxon.expr.instruct.UserFunction
-
Get the determinism of the function.
- 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.ee.schema.Wildcard
-
Get the disallowed namespaces.
- getDisplayName() - Method in class com.saxonica.ee.schema.AttributeDecl
-
Returns the name of the attribute defined by this AttributeDecl.
- getDisplayName() - Method in class com.saxonica.ee.schema.AttributeGroupDecl
-
Return the name of this AttributeGroup, for display purposes
- getDisplayName() - Method in class com.saxonica.ee.schema.AttributeUse
-
Returns the name of the attribute defined by this AttributeDecl.
- getDisplayName() - Method in class com.saxonica.ee.schema.ElementDecl
-
Returns the name of this Element declaration in a form suitable for error messages.
- getDisplayName() - Method in class com.saxonica.ee.schema.ElementParticle
-
Returns the display name of this Element particle.
- getDisplayName() - Method in class com.saxonica.ee.schema.UserDefinedType
-
Get the display name of the type: that is, a lexical QName with an arbitrary prefix
- getDisplayName() - Method in class com.saxonica.ee.stream.om.FleetingNode
-
Get the display name of this node, in the form of a lexical QName.
- getDisplayName() - Method in class com.saxonica.pull.UnconstructedDocument
-
Get the display name of this node.
- getDisplayName() - Method in class com.saxonica.pull.UnconstructedElement
-
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.FingerprintedQName
-
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.AxiomDocumentNodeWrapper
-
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.TinyAttributeImpl
-
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.JavaExternalObjectType
-
- getDisplayName() - Method in class net.sf.saxon.type.NumericType
-
Get the display name of the type: that is, a lexical QName with an arbitrary prefix
- 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.ee.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.
- getDocumentClassName() - Method in class net.sf.saxon.dom.DOMEnvelope
-
Get the name of a characteristic class, which, if it can be loaded, indicates that the supporting libraries
for this object model implementation are available on the classpath
- getDocumentClassName() - Method in class net.sf.saxon.dom.DOMObjectModel
-
Get the name of a characteristic class, which, if it can be loaded, indicates that the supporting libraries
for this object model implementation are available on the classpath
- getDocumentClassName() - Method in interface net.sf.saxon.lib.ExternalObjectModel
-
Get the name of a characteristic class, which, if it can be loaded, indicates that the supporting libraries
for this object model implementation are available on the classpath
- getDocumentClassName() - Method in class net.sf.saxon.option.axiom.AxiomObjectModel
-
Get the name of a characteristic class, which, if it can be loaded, indicates that the supporting libraries
for this object model implementation are available on the classpath
- getDocumentClassName() - Method in class net.sf.saxon.option.dom4j.DOM4JObjectModel
-
Get the name of a characteristic class, which, if it can be loaded, indicates that the supporting libraries
for this object model implementation are available on the classpath
- getDocumentClassName() - Method in class net.sf.saxon.option.jdom.JDOMObjectModel
-
Get the name of a characteristic class, which, if it can be loaded, indicates that the supporting libraries
for this object model implementation are available on the classpath
- getDocumentClassName() - Method in class net.sf.saxon.option.jdom2.JDOM2ObjectModel
-
Get the name of a characteristic class, which, if it can be loaded, indicates that the supporting libraries
for this object model implementation are available on the classpath
- getDocumentClassName() - Method in class net.sf.saxon.option.xom.XOMObjectModel
-
Get the name of a characteristic class, which, if it can be loaded, indicates that the supporting libraries
for this object model implementation are available on the classpath
- 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 com.saxonica.ee.s9api.SchemaValidatorImpl
-
Get the name of the required top-level element of the document to be validated.
- 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 com.saxonica.ee.s9api.SchemaValidatorImpl
-
Get the schema type against which the document element is 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 com.saxonica.ee.s9api.SchemaValidatorImpl
-
Get the name of the required type of the top-level element of the document 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.ee.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.ee.stream.om.FleetingDocumentNode
-
Get the document number, which identifies this tree uniquely within a Configuration
- getDocumentNumber() - Method in class net.sf.saxon.om.GenericTreeInfo
-
Get the document number, which identifies this document uniquely within a Configuration
- getDocumentNumber() - Method in interface net.sf.saxon.om.TreeInfo
-
Get the document number, which identifies this tree uniquely within a Configuration
- 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.tree.linked.DocumentImpl
-
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.
- 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.DocumentUri_1
-
- 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
-
- getDOMLevel() - Method in class net.sf.saxon.dom.DocumentWrapper
-
Get the level of DOM interface to be used
- getDouble() - Method in class com.saxonica.xqj.SaxonXQForwardSequence
-
- getDouble() - Method in class com.saxonica.xqj.SaxonXQItem
-
- getDouble() - Method in class com.saxonica.xqj.SaxonXQSequence
-
- getDouble() - Method in interface javax.xml.xquery.XQItemAccessor
-
Gets the current item as a double
.
- 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
- getDoubleValueIfKnown() - Method in class net.sf.saxon.value.UntypedAtomicValue
-
Get the result of converting this untyped atomic value to a double, if this is already known.
- getDTDHandler() - Method in class com.saxonica.ee.jaxp.ValidatingReader
-
Return the current DTD handler.
- getDTDHandler() - Method in class net.sf.saxon.jaxp.FilterImpl
-
Return the current DTD handler.
- getDtdValidation() - Method in class com.saxonica.xqj.SaxonXQDataSource
-
Ask whether source documents are to be parsed with DTD validation enabled
- getDTDValidation() - Method in class net.sf.saxon.lib.AugmentedSource
-
Get whether or not DTD validation of this source is required
- 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.value.SaxonDuration
-
Get the underlying DurationValue
- getDynamicContext() - Method in class com.saxonica.xqj.SaxonXQDynamicContext
-
- getDynamicContext() - Method in class com.saxonica.xqj.SaxonXQExpression
-
- getDynamicContext() - Method in class com.saxonica.xqj.SaxonXQPreparedExpression
-
- getDynamicLoader() - Method in class net.sf.saxon.Configuration
-
Get the DynamicLoader used by this Configuration.
- getDynamicParams() - Method in class com.saxonica.xslt3.instruct.EvaluateInstr
-
- getEdges() - Method in class com.saxonica.ee.schema.fsa.AutomatonState
-
Get an iterator over all the transitions (edges) allowed from this state
- getEdges() - Method in class com.saxonica.ee.schema.fsa.CountingState
-
Get an iterator over all the transitions (edges) allowed from this state
- getEdges() - Method in interface com.saxonica.ee.schema.fsa.State
-
Get an iterator over all the transitions (edges) allowed from this state
- getEdges() - Method in class com.saxonica.ee.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(StructuredQName) - Method in class com.saxonica.ee.schema.PreparedSchema
-
Get the global element declaration with a given name
- getElementDecl(int) - Method in class com.saxonica.ee.schema.PreparedSchema
-
Get the global element declaration with a given fingerprint
- getElementDeclaration(int) - Method in class com.saxonica.config.EnterpriseConfiguration
-
Get a global element declaration by fingerprint
- getElementDeclaration(StructuredQName) - Method in class com.saxonica.config.EnterpriseConfiguration
-
Get a global element declaration by name.
- getElementDeclaration() - Method in class com.saxonica.ee.schema.sdoc.XSDElement
-
Return the element declaration schema component corresponding to this xs:element element
- getElementDeclaration() - Method in class com.saxonica.ee.validate.ContentValidator
-
Get the element declaration that this validator is validating against
- getElementDeclaration() - Method in class com.saxonica.ee.validate.SchemaElementTest
-
Get the element declaration
- getElementDeclaration(int) - Method in class net.sf.saxon.Configuration
-
Get a global element declaration by fingerprint
- getElementDeclaration(StructuredQName) - Method in class net.sf.saxon.Configuration
-
Get a global element declaration by name.
- getElementFormDefault() - Method in class com.saxonica.ee.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
-
- getElementName() - Method in class net.sf.saxon.tree.AttributeLocation
-
Get the name of the containing element
- getElementParticle() - Method in class com.saxonica.ee.schema.sdoc.XSDElement
-
Return the element particle schema component
- getElementParticleCardinality(StructuredQName) - Method in class com.saxonica.ee.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(StructuredQName) - Method in class com.saxonica.ee.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(StructuredQName) - Method in class com.saxonica.ee.schema.ModelGroup
-
Find an element particle within this complex type definition having a given element name
(identified by elementName), and return the cardinality associated with that element particle,
that is, the number of times the element can occur within this complex type.
- getElementParticleCardinality(StructuredQName) - Method in class com.saxonica.ee.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(StructuredQName) - Method in class com.saxonica.ee.schema.Particle
-
Find an element particle within this complex type definition having a given element name
(identified by elementName), and return the cardinality associated with that element particle,
that is, the number of times the element can occur within this complex type.
- getElementParticleCardinality(StructuredQName, boolean) - Method in class com.saxonica.ee.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(StructuredQName, 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(StructuredQName, 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 elementName), and return the cardinality associated with that element particle,
that is, the number of times the element can occur within this complex type.
- getElementParticleCardinality(StructuredQName, 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(StructuredQName) - Method in class com.saxonica.ee.schema.ElementParticle
-
Find an element particle within this complex type definition having a given element name
(identified by elementName), and return the schema type associated with that element particle.
- getElementParticleType(StructuredQName) - Method in class com.saxonica.ee.schema.ElementWildcard
-
Find an element particle within this complex type definition having a given element name
(identified by elementName), and return the schema type associated with that element particle.
- getElementParticleType(StructuredQName) - Method in class com.saxonica.ee.schema.ModelGroup
-
Find an element particle within this complex type definition having a given element name
(identified by elementName), and return the schema type associated with that element particle.
- getElementParticleType(StructuredQName) - Method in class com.saxonica.ee.schema.ModelGroupParticle
-
Find an element particle within this complex type definition having a given element name
(identified by elementName), and return the schema type associated with that element particle.
- getElementParticleType(StructuredQName) - Method in class com.saxonica.ee.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(StructuredQName, boolean) - Method in class com.saxonica.ee.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(StructuredQName, 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(StructuredQName, 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 elementName), and return the schema type associated with that element particle.
- getElementParticleType(StructuredQName, 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.ee.jaxp.TypedContentHandler.TypeInfoProviderImpl
-
Returns the immutable
TypeInfo
object for the current element.
- getElementValidator(SequenceReceiver, ParseOptions, Location) - 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, Location) - 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.ee.schema.sdoc.XSDAny
-
Returns the Wildcard.
- getElementWildcard() - Method in class com.saxonica.ee.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 net.sf.saxon.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.ee.jaxp.ValidatingReader
-
Return the current entity resolver.
- getEntityResolver() - Method in class net.sf.saxon.jaxp.FilterImpl
-
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.value.SaxonXMLGregorianCalendar
-
Return high order component for XML Schema 1.0 dateTime datatype field for
year
.
- getEonAndYear() - Method in class net.sf.saxon.value.SaxonXMLGregorianCalendar
-
Return XML Schema 1.0 dateTime datatype field for
year
.
- getEQName() - Method in class com.saxonica.ee.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.ee.schema.UserDefinedType
-
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.ee.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.s9api.QName
-
- 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 class net.sf.saxon.type.NumericType
-
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.
- getEquivalentExpr() - Method in class net.sf.saxon.pattern.GeneralNodePattern
-
- getEquivalentSequenceType(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.
- getError() - Method in class net.sf.saxon.resource.FailedResource
-
Get the underlying error
- getErrorCode() - Method in class com.saxonica.ee.validate.ValidationContext
-
- getErrorCode() - Method in class com.saxonica.xslt3.style.XSLMergeKey
-
- getErrorCode() - Method in exception javax.xml.xquery.XQQueryException
-
- getErrorCode() - Method in class net.sf.saxon.expr.instruct.Message
-
- getErrorCode() - Method in class net.sf.saxon.expr.parser.RoleDiagnostic
-
Get the error code to be produced if a type error is detected
- getErrorCode() - Method in interface net.sf.saxon.lib.Invalidity
-
Get the error code associated with the validity error.
- 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.s9api.StaticError
-
The error code, as a QName.
- getErrorCode() - Method in class net.sf.saxon.style.XSLSortOrMergeKey
-
- getErrorCode() - Method in class net.sf.saxon.type.ValidationFailure
-
Get the error code associated with the validity error.
- 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.SystemFunction
-
Return the error code to be used for type errors.
- getErrorCodeForTypeErrors() - Method in class net.sf.saxon.functions.TreatFn.ExactlyOne
-
- getErrorCodeForTypeErrors() - Method in class net.sf.saxon.functions.TreatFn
-
Return the error code to be used for type errors
- getErrorCodeForTypeErrors() - Method in class net.sf.saxon.functions.TreatFn.OneOrMore
-
- getErrorCodeForTypeErrors() - Method in class net.sf.saxon.functions.TreatFn.ZeroOrOne
-
- 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 class net.sf.saxon.expr.ErrorExpression
-
- 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
- getErrorCodePrefix(XPathContext) - Static method in class net.sf.saxon.functions.UnparsedTextFunction
-
Get the prefix of the error code for dynamic errors: "XTDE" for XSLT 2.0, "FOUT" for XPath 3.0
- 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.ee.schema.SchemaCompiler
-
Test whether errors have been reported
- getErrorCount() - Method in class com.saxonica.ee.schema.sdoc.XSDSchema
-
Get the number of errors detected in this schema document
- getErrorCount() - Method in class com.saxonica.ee.validate.InvalidityReportGenerator
-
- getErrorCount() - Method in class com.saxonica.ee.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.style.Compilation
-
Get the number of errors reported so far
- getErrorHandler() - Method in class com.saxonica.ee.jaxp.SchemaFactoryImpl.ErrorListenerWrappingErrorHandler
-
Get the wrapped SAX ErrorHandler
- getErrorHandler() - Method in class com.saxonica.ee.jaxp.SchemaFactoryImpl
-
Get the error handler in use
- getErrorHandler() - Method in class com.saxonica.ee.jaxp.ValidatingReader
-
Return the current error handler.
- getErrorHandler() - Method in class com.saxonica.ee.jaxp.ValidatorHandlerImpl
-
- getErrorHandler() - Method in class com.saxonica.ee.jaxp.ValidatorImpl
-
- getErrorHandler() - Method in class net.sf.saxon.jaxp.FilterImpl
-
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.ee.s9api.SchemaManagerImpl
-
Get the ErrorListener being used while loading and validating schema documents
- getErrorListener() - Method in class com.saxonica.ee.s9api.SchemaValidatorImpl
-
Get the ErrorListener being used while validating instance documents
- getErrorListener() - Method in class com.saxonica.ee.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.expr.EarlyEvaluationContext
-
Get the error listener.
- getErrorListener() - Method in interface net.sf.saxon.expr.XPathContext
-
Get the error listener.
- getErrorListener() - Method in class net.sf.saxon.expr.XPathContextMajor
-
Get the error listener.
- getErrorListener() - Method in class net.sf.saxon.expr.XPathContextMinor
-
Get the error listener.
- getErrorListener() - Method in class net.sf.saxon.jaxp.IdentityTransformer
-
Get the error event handler in effect for the transformation.
- getErrorListener() - Method in class net.sf.saxon.jaxp.SaxonTransformerFactory
-
Get the error event handler for the TransformerFactory.
- 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.InvalidityHandlerWrappingErrorListener
-
- 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.Xslt30Transformer
-
Get the ErrorListener being used during this compilation episode
- 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
- 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).
- 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.LocalParam
-
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.instruct.WithParam
-
Get the evaluation mode of the variable
- 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 com.saxonica.ee.trans.Outcome
-
Get the result of the task if it was unsuccessful
- getException() - Method in class net.sf.saxon.expr.ErrorExpression
-
Get the wrapped exception
- getExclusions() - Method in class net.sf.saxon.z.IntComplementSet
-
- getExecutable() - Method in class com.saxonica.ee.schema.sdoc.SchemaElement.XPathStaticContext
-
- getExecutable() - Method in class com.saxonica.ee.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 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.XQueryExpression
-
Get the Executable (representing a complete stylesheet or query) of which this Container forms part
- getExecutable() - Method in class net.sf.saxon.query.XQueryParser
-
Get the executable containing this expression.
- getExecutable() - Method in class net.sf.saxon.sxpath.IndependentContext
-
- getExecutable() - Method in class net.sf.saxon.sxpath.XPathExpression
-
Get the Executable associated with this expression
- getExecutorService() - Method in class com.saxonica.ee.trans.ThreadManagerEE
-
Get the ExecutorService (so that new work can be submitted)
- getExistingSchemaDocument(String, String) - Method in class com.saxonica.ee.schema.SchemaCompiler
-
Get the root element of the tree representing a schema document that has already been read
- getExpandAttributeDefaults() - Method in class com.saxonica.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
- getExpandedMessage(Invalidity) - Method in class net.sf.saxon.lib.StandardInvalidityHandler
-
Get a string containing the message for this exception and all contained exceptions
- getExpandXInclude() - Method in class com.saxonica.xqj.SaxonXQDataSource
-
Ask whether XInclude processing is to be applied to source documents
- getExpectedItemClass() - Method in class com.saxonica.ee.bytecode.util.LoopBodyGenerator
-
Say in what form the loop body generator expects the items to be delivered.
- getExpectedKindOfConstraint() - Method in class com.saxonica.ee.schema.IdentityConstraintReference
-
Get the expected kind of constraint
- getExplain() - Method in class com.saxonica.StatsTransform.StatsCase
-
- getExplicitComponentTests() - Method in class com.saxonica.ee.packages.XSLAcceptExpose
-
- getExplicitNamespaces(NamePool) - Method in class com.saxonica.ee.trans.CompoundMode
-
Get the "explicit namespaces" matched by this mode.
- getExplicitNamespaces(NamePool) - Method in class net.sf.saxon.trans.Mode
-
Get the "explicit namespaces" matched by this mode.
- getExplicitNamespaces(NamePool) - Method in class net.sf.saxon.trans.SimpleMode
-
Get the "explicit namespaces" matched by this mode.
- getExponentSeparator() - Method in class net.sf.saxon.trans.DecimalSymbols
-
Get the exponent separator symbol
- getExpression() - Method in exception com.saxonica.ee.bytecode.util.CannotCompileException
-
- getExpression() - Method in class com.saxonica.ee.bytecode.util.CompilerService.GeneratedExpression
-
- getExpression() - Method in class com.saxonica.ee.stream.adjunct.StreamingAdjunct
-
Get the expression being processed by this StreamingAdjunct
- getExpression() - Method in class com.saxonica.ee.stream.feed.ItemFeed
-
Get the expression being evaluated by this ItemFeed.
- getExpression() - Method in class com.saxonica.ee.stream.Inversion.PushAction
-
- getExpression() - Method in class net.sf.saxon.pattern.BooleanExpressionPattern
-
- 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
-
- getExpressionAdjunct(Expression) - Static method in class com.saxonica.ee.pattern.Adjunct
-
- getExpressionCompiler() - Method in class com.saxonica.ee.bytecode.util.CompilerService.GeneratedExpression
-
- getExpressionCompiler() - Method in class com.saxonica.ee.optim.IndexedFilterExpression
-
Return the compiler of the IndexedFilter expression
- getExpressionCompiler() - Method in class com.saxonica.ee.optim.IndexedLookupExpression
-
Return the compiler of the IndexedLookup expression
- getExpressionCompiler() - Method in class com.saxonica.ee.optim.MultithreadedForEach
-
Return the compiler of the MultithreadedForEach expression.
- getExpressionCompiler() - Method in class com.saxonica.ee.optim.SwitchExpression
-
Return the compiler of the Switch expression
- getExpressionCompiler() - Method in class com.saxonica.ee.stream.StreamInstr
-
Return the compiler of the Stream expression
- getExpressionCompiler() - Method in class com.saxonica.ee.update.CopyModifyExpression
-
Return the compiler of the CopyModify expression
- getExpressionCompiler() - Method in class com.saxonica.ee.update.DeleteExpression
-
Return the compiler of the Delete expression
- getExpressionCompiler() - Method in class com.saxonica.ee.update.InsertExpression
-
Return the compiler of the expression
- getExpressionCompiler() - Method in class com.saxonica.ee.update.RenameExpression
-
Return the compiler of the Rename expression
- getExpressionCompiler() - Method in class com.saxonica.ee.update.ReplaceNodeExpression
-
Return the compiler of the ReplaceNode expression
- getExpressionCompiler() - Method in class com.saxonica.ee.update.ReplaceValueExpression
-
Return the compiler of the ReplaceValue expression
- getExpressionCompiler() - Method in class com.saxonica.expr.JavaExtensionFunctionCall
-
Return the compiler of the JavaExtensionFunctionCall 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.xslt3.instruct.BreakInstr
-
Return the compiler of the BreakInstr expression
- getExpressionCompiler() - Method in class com.saxonica.xslt3.instruct.ConditionalBlock
-
Return the compiler of the Block 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.xslt3.instruct.OnEmptyExpr
-
Return the compiler of the OnEmpty expression
- getExpressionCompiler() - Method in class com.saxonica.xslt3.instruct.OnNonEmptyExpr
-
Return the compiler of the OnEmpty expression
- getExpressionCompiler() - Method in class com.saxonica.xslt3.instruct.WherePopulated
-
Return the compiler of the ConditionalContent 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.ConsumingOperand
-
Return the compiler of the SuppliedParameterReference 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.EquivalenceComparison
-
Return the compiler of the EquivalenceComparison 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.OuterForExpression
-
Return the compiler of the OuterFor 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.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.UseAttributeSet
-
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 for 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.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 bytecode compiler for the Sort expression
- getExpressionCompiler() - Method in class net.sf.saxon.expr.StaticFunctionCall
-
Return the bytecode compiler for this system function call.
- 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.SystemFunctionCall
-
Return the bytecode compiler for this system function call.
- 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.TryCatch
-
Return the compiler of the TryCatch 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.Abs
-
Return the compiler of the Round expression
- getExpressionCompiler() - Method in class net.sf.saxon.functions.AccessorFn
-
Return the compiler of the Component expression
- getExpressionCompiler() - Method in class net.sf.saxon.functions.BaseUri_1
-
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.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
-
Return the compiler of the Sum expression
- getExpressionCompiler() - Method in class net.sf.saxon.functions.DateTimeConstructor
-
Return the compiler of the DateTimeConstructor 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_1
-
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.LocalName_1
-
Return the compiler of the NameFn 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.Name_1
-
Return the compiler of the NameFn expression
- getExpressionCompiler() - Method in class net.sf.saxon.functions.NamespaceUri_1
-
Return the compiler of the NameFn expression
- getExpressionCompiler() - Method in class net.sf.saxon.functions.NodeName_1
-
Return the compiler of the NameFn 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.Number_1
-
Return the compiler of the NumberFn expression
- getExpressionCompiler() - Method in class net.sf.saxon.functions.PositionAndLast.Last
-
Return the compiler of the Position expression
- getExpressionCompiler() - Method in class net.sf.saxon.functions.PositionAndLast.Position
-
Return the compiler of the Position 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.Root_1
-
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.String_1
-
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_1
-
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.SystemFunction
-
Return the bytecode compiler for a static call to the function in question.
- 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
- getExpressionCompiler() - Method in class net.sf.saxon.ma.arrays.ArrayBlock
-
Return the compiler of the Block expression
- getExpressionName() - Method in class com.saxonica.ee.bytecode.CompiledExpression
-
- getExpressionName() - Method in class com.saxonica.ee.stream.StreamInstr
-
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 com.saxonica.xslt3.instruct.ConditionalBlock
-
- 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.FixedElement
-
Get a name identifying the kind of expression, in terms meaningful to a user.
- getExpressionName() - Method in class net.sf.saxon.expr.instruct.ForEach
-
Get a name identifying the kind of expression, in terms meaningful to a user.
- 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.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.SlashExpression
-
- 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.TryCatch
-
Get a name identifying the kind of expression, in terms meaningful to a user.
- 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.
- getExpressionName() - Method in class net.sf.saxon.ma.arrays.ArrayBlock
-
- getExpressionName() - Method in class net.sf.saxon.xpath.JAXPVariableReference
-
Get a name identifying the kind of expression, in terms meaningful to a user.
- getExpressionType() - Method in class net.sf.saxon.expr.SimpleExpression
-
Return a distinguishing name for the expression, for use in diagnostics.
- getExpressionType() - Method in class net.sf.saxon.option.sql.SQLConnect.ConnectInstruction
-
- getExpressionWithRole(NodeInfo, String) - Method in class com.saxonica.trans.PackageLoaderPE
-
- getExtendedFacetList() - Method in class com.saxonica.ee.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
-
- getExtensionsOfBuiltInType(int) - Method in class com.saxonica.ee.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.ee.schema.UserDefinedType
-
Get all the types defined as extensions of this type, transitively
- getExternalJavaClass(String, 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(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.ee.schema.sdoc.XSDRedefine
-
Get the referenced schema before redefinition of redefined components
- getExternalSchemaDocumentURI() - Method in class com.saxonica.ee.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.ee.schema.sdoc.XSDFacet
-
Get the Facet "component" created from this facet definition
- getFacet(Class) - Method in class com.saxonica.ee.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.ee.schema.AssertionFacet
-
- getFacetAsFunctionItem() - Method in class com.saxonica.ee.schema.DigitsFacet
-
- getFacetAsFunctionItem() - Method in class com.saxonica.ee.schema.EnumerationFacet
-
- getFacetAsFunctionItem() - Method in class com.saxonica.ee.schema.EnumerationFacetSet
-
- getFacetAsFunctionItem() - Method in class com.saxonica.ee.schema.ExplicitTimezoneFacet
-
- getFacetAsFunctionItem() - Method in class com.saxonica.ee.schema.Facet
-
Get a function item that represents this Facet schema component.
- getFacetAsFunctionItem() - Method in class com.saxonica.ee.schema.LengthFacet
-
- getFacetAsFunctionItem() - Method in class com.saxonica.ee.schema.LengthRangeFacet
-
- getFacetAsFunctionItem() - Method in class com.saxonica.ee.schema.PatternFacet
-
- getFacetAsFunctionItem() - Method in class com.saxonica.ee.schema.PreprocessFacet
-
- getFacetAsFunctionItem() - Method in class com.saxonica.ee.schema.ValueRangeFacet
-
- getFacetAsFunctionItem() - Method in class com.saxonica.ee.schema.WhitespaceFacet
-
- getFailure() - Method in class com.saxonica.ee.pattern.preconditions.Matcher
-
- 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
-
- getFeature(String) - Method in class com.saxonica.ee.jaxp.SchemaFactoryImpl
-
Look up the value of a feature flag.
- getFeature(String) - Method in class com.saxonica.ee.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.jaxp.FilterImpl
-
Look up the value of a feature.
- getFeature(String) - Method in class net.sf.saxon.jaxp.SaxonTransformerFactory
-
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.xpath.XPathFactoryImpl
-
Get a feature of this XPath implementation.
- getFeedMaker(int) - Method in class com.saxonica.ee.stream.adjunct.ChooseAdjunct
-
- getFeedMaker(int) - Method in class com.saxonica.ee.stream.adjunct.DistinctValuesAdjunct
-
- getFeedMaker(int) - Method in class com.saxonica.ee.stream.adjunct.DocumentSorterAdjunct
-
- getFeedMaker(int) - Method in class com.saxonica.ee.stream.adjunct.ElementCreatorAdjunct
-
- getFeedMaker(int) - Method in class com.saxonica.ee.stream.adjunct.FilterExpressionAdjunct
-
- getFeedMaker(int) - Method in class com.saxonica.ee.stream.adjunct.FoldAdjunct
-
- getFeedMaker(int) - Method in class com.saxonica.ee.stream.adjunct.GeneralComparisonAdjunct
-
- getFeedMaker(int) - Method in class com.saxonica.ee.stream.adjunct.IndexOfAdjunct
-
- getFeedMaker(int) - Method in class com.saxonica.ee.stream.adjunct.MapEntryAdjunct
-
- getFeedMaker(int) - Method in class com.saxonica.ee.stream.adjunct.MinimaxAdjunct
-
- getFeedMaker(int) - Method in class com.saxonica.ee.stream.adjunct.NextIterationAdjunct
-
- getFeedMaker(int) - Method in class com.saxonica.ee.stream.adjunct.RemoveAdjunct
-
- getFeedMaker(int) - Method in class com.saxonica.ee.stream.adjunct.ResultDocumentAdjunct
-
- getFeedMaker(int) - Method in class com.saxonica.ee.stream.adjunct.SimpleNodeConstructorAdjunct
-
- getFeedMaker(int) - Method in class com.saxonica.ee.stream.adjunct.StreamingAdjunct
-
Get a FeedMaker, a factory class that creates a Feed to evaluate this expression
in streaming mode.
- getFeedMaker(int) - Method in class com.saxonica.ee.stream.adjunct.SubsequenceAdjunct
-
- getFeedMaker(int) - Method in class com.saxonica.ee.stream.adjunct.SumAdjunct
-
- getFeedMaker(int) - Method in class com.saxonica.ee.stream.adjunct.TraceAdjunct
-
- getField(Field, Object) - Method in class com.saxonica.expr.JavaExtensionFunctionCall
-
Access a field.
- getField(DatatypeConstants.Field) - Method in class net.sf.saxon.value.SaxonDuration
-
Gets the value of a field.
- getFields() - Method in class com.saxonica.ee.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.ee.optim.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.ee.schema.sdoc.XSDSchema
-
Returns the default value of "final" for this Schema.
- getFinalProhibitions() - Method in class com.saxonica.ee.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 class net.sf.saxon.type.NumericType
-
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.ee.schema.AttributeDecl
-
Gets the fingerprint of this attribute name
- getFingerprint() - Method in class com.saxonica.ee.schema.ElementDecl
-
Get the fingerprint of the name of this element declaration in the namePool
- getFingerprint(String, int) - Method in class com.saxonica.ee.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.ee.schema.UserDefinedType
-
Get the fingerprint of the name of this type
- getFingerprint() - Method in class com.saxonica.ee.stream.om.FleetingNode
-
Get fingerprint.
- getFingerprint() - Method in class com.saxonica.pull.UnconstructedDocument
-
Get fingerprint.
- getFingerprint() - Method in class com.saxonica.pull.UnconstructedElement
-
Get fingerprint.
- getFingerprint() - Method in class net.sf.saxon.om.CodedName
-
Get the fingerprint of this name if known.
- getFingerprint() - Method in interface net.sf.saxon.om.FingerprintedNode
-
Get fingerprint.
- 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.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.option.axiom.AxiomAttributeWrapper
-
Get fingerprint.
- getFingerprint() - Method in class net.sf.saxon.option.axiom.AxiomDocumentNodeWrapper
-
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.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.NodeTestPattern
-
Determine the name fingerprint of nodes to which this pattern applies.
- 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.SameNameTest
-
Get the fingerprint required
- 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.pattern.UniversalPattern
-
Determine the name fingerprint of nodes to which this pattern applies.
- getFingerprint() - Method in class net.sf.saxon.tree.linked.AttributeImpl
-
Get the fingerprint of the node.
- 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.TinyAttributeImpl
-
Get the fingerprint of the node, used for matching names
- 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.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 class net.sf.saxon.type.NumericType
-
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.ee.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
- getFirstChildExpression(NodeInfo) - Method in class com.saxonica.trans.PackageLoaderPE
-
- 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
- getFirstStep() - Method in class net.sf.saxon.expr.SlashExpression
-
Get the first step in this expression.
- getFixedTarget() - Method in class com.saxonica.functions.hof.UserFunctionReference
-
Get the target component if this is known in advance, that is, if the target component
is private or final.
- getFixedTarget() - Method in interface net.sf.saxon.expr.ComponentInvocation
-
Get the target component if this is known in advance, that is, if the target component
is private or final, or in some other cases such as xsl:original.
- getFixedTarget() - Method in class net.sf.saxon.expr.GlobalVariableReference
-
- getFixedTarget() - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
-
Get the target component if this is known in advance, that is, if the target component
is private or final, or in some other cases such as xsl:original.
- getFixedTarget() - Method in class net.sf.saxon.expr.instruct.CallTemplate
-
- getFixedTarget() - Method in class net.sf.saxon.expr.instruct.UseAttributeSet
-
- getFixedTarget() - Method in class net.sf.saxon.expr.UserFunctionCall
-
- getFixedValue() - Method in class com.saxonica.ee.schema.AttributeDecl
-
Returns the fixed value of this attribute declaration.
- getFixedValue() - Method in class com.saxonica.ee.schema.AttributeUse
-
Returns the fixed value of this attribute use.
- getFixedValue() - Method in class com.saxonica.ee.schema.ElementDecl
-
Returns the 'fixed' value defined for this element declaration.
- getFixedValueComparable() - Method in class com.saxonica.ee.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.ee.schema.ElementDecl
-
Return the canonical lexical representation of the "fixed" value defined for this element declaration
- getFixupStatus() - Method in class com.saxonica.ee.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.ee.bytecode.util.CompilerService
-
Get the flag options used by the ClassWriter
- getFlags() - Method in class com.saxonica.ee.schema.PatternFacet
-
Get the flags for the regular expression
- getFlags() - Method in class net.sf.saxon.expr.instruct.AnalyzeString
-
- getFlags() - Method in class net.sf.saxon.expr.instruct.GlobalParam
-
- getFlags() - Method in class net.sf.saxon.expr.instruct.GlobalVariable
-
- getFlags(MapItem, XPathContext, Boolean) - Static method in class net.sf.saxon.ma.json.JsonParser
-
- getFloat() - Method in class com.saxonica.xqj.SaxonXQForwardSequence
-
- getFloat() - Method in class com.saxonica.xqj.SaxonXQItem
-
- getFloat() - Method in class com.saxonica.xqj.SaxonXQSequence
-
- getFloat() - Method in interface javax.xml.xquery.XQItemAccessor
-
Gets the current item as a float
.
- 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
- getFold(XPathContext, Sequence...) - Method in class com.saxonica.functions.hof.FoldLeftFn
-
- getFold(XPathContext, Sequence...) - Method in class net.sf.saxon.functions.Average
-
Create the Fold object which actually performs the evaluation.
- getFold(XPathContext, Sequence...) - Method in class net.sf.saxon.functions.Count
-
Create the Fold object which actually performs the evaluation.
- getFold(XPathContext, Sequence...) - Method in class net.sf.saxon.functions.FoldingFunction
-
Create the Fold object which actually performs the evaluation.
- getFold(XPathContext, Sequence...) - Method in class net.sf.saxon.functions.StringJoin
-
- getFold(XPathContext, Sequence...) - Method in class net.sf.saxon.functions.Sum
-
Create the Fold object which actually performs the evaluation.
- getFollowingNode(N, N) - Static method in class net.sf.saxon.tree.util.SteppingNavigator
-
Get the next following node after a given node
- getForEachItem() - Method in class com.saxonica.xslt3.instruct.MergeInstr.MergeSource
-
- getForEachItem() - Method in class com.saxonica.xslt3.style.XSLMergeSource
-
Get the for-each-item expression, if it exists
- getForEachStream() - Method in class com.saxonica.xslt3.instruct.MergeInstr.MergeSource
-
- getForEachStream() - Method in class com.saxonica.xslt3.style.XSLMergeSource
-
Get the for-each-stream 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.value.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(SymbolicName) - Method in class net.sf.saxon.style.StylesheetPackage
-
Get the function with a given name and arity
- getFunctionDefinitions() - Method in class net.sf.saxon.query.XQueryFunctionLibrary
-
Get an iterator over the Functions defined in this module
- getFunctionItem(SymbolicName, 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(SymbolicName, StaticContext) - Method in class com.saxonica.ee.packages.XSLOriginalLibrary
-
- getFunctionItem(SymbolicName, 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(SymbolicName, 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(SymbolicName, 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(SymbolicName, 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(SymbolicName, 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(SymbolicName, 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(SymbolicName, 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(SymbolicName, 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(SymbolicName, 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(SymbolicName, 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(SymbolicName, 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() - Method in class com.saxonica.functions.hof.AtomicConstructorFunction
-
Get the item type of the function item
- getFunctionItemType() - Method in class com.saxonica.functions.hof.CoercedFunction
-
Get the item type of the function item
- getFunctionItemType() - Method in class com.saxonica.functions.hof.CurriedFunction
-
Get the item type of the function item
- getFunctionItemType() - Method in class com.saxonica.functions.hof.InlineFunction
-
Get the item type of the function item
- getFunctionItemType() - Method in class com.saxonica.functions.hof.UserFunctionReference.BoundUserFunction
-
- getFunctionItemType(TypeHierarchy) - Method in class com.saxonica.functions.hof.UserFunctionReference
-
Get the item type of the function item
- getFunctionItemType() - Method in class net.sf.saxon.expr.instruct.OriginalFunction
-
Get the item type of the function item
- getFunctionItemType() - Method in class net.sf.saxon.expr.instruct.UserFunction
-
Get the type of the function
- getFunctionItemType() - Method in class net.sf.saxon.expr.ListCastableFunction
-
Get the item type of the function item
- getFunctionItemType() - Method in class net.sf.saxon.expr.ListConstructorFunction
-
Get the item type of the function item
- getFunctionItemType() - Method in class net.sf.saxon.expr.UnionCastableFunction
-
Get the item type of the function item
- getFunctionItemType() - Method in class net.sf.saxon.expr.UnionConstructorFunction
-
Get the item type of the function item
- getFunctionItemType() - Method in class net.sf.saxon.functions.CallableFunction
-
Get the item type of the function item
- getFunctionItemType() - Method in class net.sf.saxon.functions.Concat
-
Get the item type of the function item
- getFunctionItemType() - Method in class net.sf.saxon.functions.FormatNumber.FormatNumberFixed
-
Get the item type of the function item
- getFunctionItemType() - Method in class net.sf.saxon.functions.SystemFunction
-
Get the item type of the function item
- getFunctionItemType() - Method in class net.sf.saxon.functions.Translate.TranslateFixed
-
Get the item type of the function item
- getFunctionItemType() - Method in class net.sf.saxon.ma.arrays.SimpleArrayItem
-
Get the item type of the function item
- getFunctionItemType() - Method in class net.sf.saxon.ma.map.HashTrieMap
-
Get the item type of this item as a function item.
- getFunctionItemType() - Method in class net.sf.saxon.ma.map.RangeKey
-
Get the item type of the function item
- getFunctionItemType() - Method in interface net.sf.saxon.om.Function
-
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.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.StylesheetPackage
-
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.expr.JavaExtensionFunctionCall
-
Get the qualified of the function being called
- getFunctionName() - Method in class com.saxonica.functions.hof.AtomicConstructorFunction
-
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.InlineFunction
-
Get the name of the function, or null if it is anonymous
- getFunctionName() - Method in class com.saxonica.functions.hof.UserFunctionReference.BoundUserFunction
-
- getFunctionName() - Method in class com.saxonica.functions.hof.UserFunctionReference
-
Get the name of the function, or null if it is anonymous
- 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.OriginalFunction
-
Get the name of the function, or null if it is anonymous
- getFunctionName() - Method in class net.sf.saxon.expr.instruct.UserFunction
-
Get the function name
- getFunctionName() - Method in class net.sf.saxon.expr.ListCastableFunction
-
Get the name of the function, or null if it is anonymous
- getFunctionName() - Method in class net.sf.saxon.expr.ListConstructorFunction
-
Get the name of the function, or null if it is anonymous
- getFunctionName() - Method in class net.sf.saxon.expr.StaticFunctionCall
-
Get the qualified of the function being called
- getFunctionName() - Method in class net.sf.saxon.expr.UnionCastableFunction
-
Get the name of the function, or null if it is anonymous
- getFunctionName() - Method in class net.sf.saxon.expr.UnionConstructorFunction
-
Get the name of the function, or null if it is anonymous
- getFunctionName() - Method in class net.sf.saxon.expr.UserFunctionCall
-
Get the qualified of the function being called
- getFunctionName() - Method in class net.sf.saxon.functions.CallableFunction
-
Get the name of the function, or null if it is anonymous
- getFunctionName() - Method in class net.sf.saxon.functions.CurriedSystemFunction
-
- getFunctionName() - Method in class net.sf.saxon.functions.IntegratedFunctionCall
-
Get the qualified of the function being called
- getFunctionName() - Method in class net.sf.saxon.functions.SystemFunction
-
Get the qualified name of the function being called
- getFunctionName() - Method in class net.sf.saxon.ma.arrays.SimpleArrayItem
-
Get the name of the function, or null if it is anonymous
- getFunctionName() - Method in class net.sf.saxon.ma.map.HashTrieMap
-
Get the name of the function, or null if it is anonymous
- getFunctionName() - Method in class net.sf.saxon.ma.map.RangeKey
-
Get the name of the function, or null if it is anonymous
- getFunctionName() - Method in interface net.sf.saxon.om.Function
-
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
- getFunctionName() - Method in class net.sf.saxon.xpath.XPathFunctionCall
-
Get the qualified of the function being called
- getFunctionQName() - Method in class com.saxonica.ee.extfn.SchemaFn
-
Get the function name, as a QName
- getFunctionQName() - Method in class com.saxonica.ee.extfn.ValidateFn
-
Get the function name, as a QName
- 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.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.EXPathFileBaseDir
-
- getFunctionQName() - Method in class com.saxonica.functions.extfn.ExpressionFn
-
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.Remember
-
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.TransformFn
-
Get the function name, as a QName
- 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.Atan2Fn
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.functions.DynamicErrorInfo
-
Get the function name, as a QName
- getFunctionQName() - Method in class net.sf.saxon.functions.ExsltNodeSet
-
Get the function name, as a QName
- getFunctionQName() - Method in class net.sf.saxon.functions.IsIdRef
-
Get the function name, as a QName
- getFunctionQName() - Method in class net.sf.saxon.functions.IsWholeNumber
-
Get the function name, as a QName
- getFunctionQName() - Method in class net.sf.saxon.functions.Pi
-
- getFunctionQName() - Method in class net.sf.saxon.functions.PowFn
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.functions.TrigonometricFn.AcosFn
-
- getFunctionQName() - Method in class net.sf.saxon.functions.TrigonometricFn.AsinFn
-
- getFunctionQName() - Method in class net.sf.saxon.functions.TrigonometricFn.AtanFn
-
- getFunctionQName() - Method in class net.sf.saxon.functions.TrigonometricFn.CosFn
-
- getFunctionQName() - Method in class net.sf.saxon.functions.TrigonometricFn.Exp10Fn
-
- getFunctionQName() - Method in class net.sf.saxon.functions.TrigonometricFn.ExpFn
-
- getFunctionQName() - Method in class net.sf.saxon.functions.TrigonometricFn.Log10Fn
-
- getFunctionQName() - Method in class net.sf.saxon.functions.TrigonometricFn.LogFn
-
- getFunctionQName() - Method in class net.sf.saxon.functions.TrigonometricFn.SinFn
-
- getFunctionQName() - Method in class net.sf.saxon.functions.TrigonometricFn.SqrtFn
-
- getFunctionQName() - Method in class net.sf.saxon.functions.TrigonometricFn.TanFn
-
- getFunctionQName() - Method in class net.sf.saxon.lib.ExtensionFunctionDefinition
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.arrays.ArrayAppend
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.arrays.ArrayFilter
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.arrays.ArrayFlatten
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.arrays.ArrayFoldLeft
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.arrays.ArrayFoldRight
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.arrays.ArrayForEach
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.arrays.ArrayForEachPair
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.arrays.ArrayFromSequence
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.arrays.ArrayGet
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.arrays.ArrayHead
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.arrays.ArrayInsertBefore
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.arrays.ArrayJoin
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.arrays.ArrayRemove
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.arrays.ArrayReverse
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.arrays.ArraySize
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.arrays.ArraySort
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.arrays.ArraySubarray
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.arrays.ArrayTail
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.arrays.ArrayToSequence
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.map.MapContains
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.map.MapCreate
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.map.MapEntry
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.map.MapForEach
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.map.MapGet
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.map.MapKeys
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.map.MapMerge
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.map.MapNew
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.map.MapPut
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.map.MapRemove
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.map.MapSize
-
Get the name of the function, as a QName.
- getFunctionQName() - Method in class net.sf.saxon.ma.map.MapUntypedContains
-
Get the name of the function, as a QName.
- getGatherer() - Method in class com.saxonica.ee.stream.feed.AbsorptionFeed.PendingItem
-
Get a receiver which will be notified of all events in the streamed input between the start event
for this node and the corresponding end event.
- getGenericFunctionItemType() - Method in class com.saxonica.ee.config.TypeHierarchyEE
-
- getGenericFunctionItemType() - Method in class net.sf.saxon.type.TypeHierarchy
-
- getGlobalContextItem() - Method in class net.sf.saxon.Controller
-
Get the item used as the context for evaluating global variables.
- getGlobalContextRequirement() - Method in class net.sf.saxon.expr.instruct.Executable
-
- 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.ee.schema.PreparedSchema
-
Get the GlobalParam object representing a named parameter (Saxon extension)
- getGlobalParam(StructuredQName) - Method in class com.saxonica.ee.schema.sdoc.XSDSchema
-
Get the GlobalParam object representing a named parameter (Saxon extension)
- getGlobalParameters() - Method in class net.sf.saxon.expr.instruct.Executable
-
Get all the registered global parameters
- 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.ee.schema.PreparedSchema
-
Return the set of global parameters defined in this schema document
- getGlobalParams() - Method in class com.saxonica.ee.schema.sdoc.XSDSchema
-
Return the set of global parameters defined in this schema document
- getGlobalSlotManager() - Method in class net.sf.saxon.expr.PackageData
-
Get the SlotManager used to record the names and slot numbers of all global variables
- 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.style.PrincipalStylesheetModule
-
- getGlobalVariable(StructuredQName) - Method in interface net.sf.saxon.trans.GlobalVariableManager
-
Get the global variable with a specific name
- getGlobalVariableBinding(StructuredQName) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
-
Get the global variable or parameter with a given name (taking
precedence rules into account).
- getGlobalVariableList() - Method in class net.sf.saxon.expr.PackageData
-
Get the list of global variables contained in this package
- getGlobalVariableNames() - Method in class net.sf.saxon.style.PrincipalStylesheetModule
-
- getGlobalVariableNames() - Method in interface net.sf.saxon.trans.GlobalVariableManager
-
Get the names of all global variables in the collection
- 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.ee.schema.ModelGroupParticle
-
- getGroup(StructuredQName) - Method in class com.saxonica.ee.schema.PreparedSchema
-
Get the model group with a given name if there is one.
- getGroupDeclaration() - Method in class com.saxonica.ee.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 net.sf.saxon.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.ee.schema.sdoc.XSDGroup
-
Returns the Group reference under construction.
- getHeadFingerprint() - Method in class com.saxonica.ee.validate.SchemaElementTest
-
Get the fingerprint of the head of the substitution group
- getHiddenComponent(SymbolicName) - Method in class net.sf.saxon.style.StylesheetPackage
-
- getHoldability() - Method in class com.saxonica.xqj.SaxonXQStaticContext
-
- getHoldability() - Method in interface javax.xml.xquery.XQStaticContext
-
Gets the value of the holdability property.
- getHostLanguage() - Method in class com.saxonica.ee.bytecode.CompiledExpression
-
- getHostLanguage() - Method in class net.sf.saxon.event.PipelineConfiguration
-
Get the host language in use
- 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.PackageData
-
Get the language in which this package is written
- 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 exception net.sf.saxon.trans.XPathException
-
Get the host language code
- getHour() - Method in class net.sf.saxon.value.DateTimeValue
-
Get the hour component, 0-23
- getHour() - Method in class net.sf.saxon.value.SaxonXMLGregorianCalendar
-
- getHour() - Method in class net.sf.saxon.value.TimeValue
-
Get the hour component, 0-23
- getHours() - Method in class net.sf.saxon.value.DurationValue
-
Get the hours component
- getHref() - Method in class com.saxonica.ee.stream.StreamInstr
-
- getHref() - Method in class net.sf.saxon.expr.instruct.ResultDocument
-
- getICUVersion() - Static method in class com.saxonica.config.pe.ICUNumbererPE
-
Return the version of the ICU supported in this implementation
- getId(SchemaComponent, boolean) - Method in class com.saxonica.ee.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(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(StructuredQName) - Method in class com.saxonica.ee.schema.PreparedSchema
-
Get the identity constraint whose name has a given fingerprint
- getIdentityConstraint() - Method in class com.saxonica.ee.schema.sdoc.XSDIdentityConstraint
-
Returns the IdentityConstraint created.
- getIdentityConstraint() - Method in class com.saxonica.ee.validate.SelectorWatch
-
Get the identityConstraint implemented by this SelectorWatch
- getIdentityConstraints() - Method in class com.saxonica.ee.schema.ElementDecl
-
Returns a list of the identity constraints defined within
this element definition.
- getIdentityField() - Method in class com.saxonica.ee.schema.sdoc.XSDFieldOrSelector
-
- getIdentitySelector() - Method in class com.saxonica.ee.schema.sdoc.XSDFieldOrSelector
-
- getIdMultiple(TreeInfo, SequenceIterator, int) - Static method in class net.sf.saxon.functions.SuperId
-
Get an iterator over the nodes that have an id equal to one of the values is a set of whitespace separated
strings
- getIdrefMultiple(TreeInfo, SequenceIterator, XPathContext) - Static method in class net.sf.saxon.functions.Idref
-
Get the result when multiple idref values are supplied.
- getIdSingle(TreeInfo, String, int) - Static method in class net.sf.saxon.functions.SuperId
-
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.ee.bytecode.CompiledExpression
-
- getImplementationMethod() - Method in class com.saxonica.ee.expr.WhichOf
-
- getImplementationMethod() - Method in class com.saxonica.ee.optim.IndexedLookupExpression
-
- getImplementationMethod() - Method in class com.saxonica.ee.optim.MultithreadedForEach
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class com.saxonica.ee.optim.SwitchExpression
-
- getImplementationMethod() - Method in class com.saxonica.ee.update.BasicUpdatingExpression
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class com.saxonica.ee.update.CopyModifyExpression
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class com.saxonica.functions.hof.FunctionSequenceCoercer
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class com.saxonica.functions.hof.PartialApply
-
- getImplementationMethod() - Method in class com.saxonica.functions.hof.UserFunctionReference
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class com.saxonica.xslt3.instruct.ConditionalBlock
-
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 com.saxonica.xslt3.instruct.OnEmptyExpr
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class com.saxonica.xslt3.instruct.OnNonEmptyExpr
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class com.saxonica.xslt3.instruct.WherePopulated
-
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.AtomicSequenceConverter
-
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.AxisExpression
-
- getImplementationMethod() - Method in class net.sf.saxon.expr.BinaryExpression
-
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.CastableExpression
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class net.sf.saxon.expr.CastableToList
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class net.sf.saxon.expr.CastableToUnion
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class net.sf.saxon.expr.CastExpression
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class net.sf.saxon.expr.CastToList
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class net.sf.saxon.expr.CastToUnion
-
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.ConsumingOperand
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class net.sf.saxon.expr.ContextItemExpression
-
- 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.ErrorExpression
-
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.FilterExpression
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class net.sf.saxon.expr.FirstItemExpression
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class net.sf.saxon.expr.flwor.FLWORExpression
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class net.sf.saxon.expr.flwor.TupleExpression
-
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.FunctionCall
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class net.sf.saxon.expr.HomogeneityChecker
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class net.sf.saxon.expr.InstanceOfExpression
-
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.NumberInstruction
-
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.IntegerRangeTest
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class net.sf.saxon.expr.IsLastExpression
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- 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.LastItemExpression
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class net.sf.saxon.expr.LetExpression
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class net.sf.saxon.expr.Literal
-
- getImplementationMethod() - Method in class net.sf.saxon.expr.NegateExpression
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class net.sf.saxon.expr.PseudoExpression
-
- getImplementationMethod() - Method in class net.sf.saxon.expr.QuantifiedExpression
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class net.sf.saxon.expr.RangeExpression
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class net.sf.saxon.expr.RootExpression
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class net.sf.saxon.expr.SimpleStepExpression
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class net.sf.saxon.expr.SingletonAtomizer
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class net.sf.saxon.expr.SlashExpression
-
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.sort.DocumentSorter
-
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.SortExpression
-
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.SortKeyDefinition
-
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.SortKeyDefinitionList
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class net.sf.saxon.expr.SubscriptExpression
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class net.sf.saxon.expr.SuppliedParameterReference
-
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.TailExpression
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class net.sf.saxon.expr.TryCatch
-
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.expr.VennExpression
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class net.sf.saxon.functions.CurrentGroupCall
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class net.sf.saxon.functions.CurrentGroupingKeyCall
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class net.sf.saxon.ma.arrays.ArrayBlock
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class net.sf.saxon.option.sql.SQLConnect.ConnectInstruction
-
A subclass must provide one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - Method in class net.sf.saxon.xpath.JAXPVariableReference
-
- getImplicitTimeZone() - Method in class com.saxonica.xqj.SaxonXQDynamicContext
-
- 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.
- 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.ee.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
-
- getImportPrecedence() - Method in class com.saxonica.xslt3.instruct.Accumulator
-
Get the import precedence
- getImportStack() - Method in class net.sf.saxon.style.Compilation
-
Get the stack of include/imports, used to detect circularities
- getIncludedSchema() - Method in class com.saxonica.ee.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(StructuredQName) - 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
- getIndexes() - Method in interface com.saxonica.ee.pattern.preconditions.Condition
-
- getIndexes() - Method in class com.saxonica.ee.pattern.preconditions.EmptyPreconditions
-
- getIndexes() - Method in class com.saxonica.ee.pattern.preconditions.ExpressionCondition
-
- getIndexes() - Method in interface com.saxonica.ee.pattern.preconditions.PreconditionSet
-
- getIndexes() - Method in class com.saxonica.ee.pattern.preconditions.RealPreconditions
-
- getIndexes() - Method in class com.saxonica.ee.pattern.preconditions.TokenizedCondition
-
- 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
- getInheritanceFlags() - Method in class net.sf.saxon.expr.instruct.ElementCreator
-
- getInheritedAttribute(NodeInfo, String) - Method in class com.saxonica.trans.PackageLoaderPE
-
- getInitialContextNode() - Method in class net.sf.saxon.s9api.XsltTransformer
-
Get the initial context node for the transformation, if one has been set
- getInitiallyExp() - Method in class com.saxonica.xslt3.instruct.IterateInstr
-
- getInitialMode() - Method in class net.sf.saxon.Controller
-
Get the initial mode for the transformation
- getInitialMode() - Method in class net.sf.saxon.s9api.Xslt30Transformer
-
Get the name of the initial mode for the transformation, if one has been set.
- 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.ee.schema.fsa.FiniteStateMachine
-
Get the initial state of this finite state machine
- getInitialState() - Method in class com.saxonica.ee.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
- getInitialTemplateParameters(boolean) - Method in class net.sf.saxon.Controller
-
Get the parameters for the initial template
- getInitialValueExpression() - Method in class com.saxonica.xslt3.instruct.Accumulator
-
Get the expression that computes the initial value of the accumulator
- getInputDetails(String) - Method in class net.sf.saxon.resource.AbstractResourceCollection
-
- 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.XSLModuleRoot
-
Get the value of the input-type-annotations attribute, for this module alone.
- getInspectionWatchMaker(Expression, Expression, boolean) - Method in class com.saxonica.ee.stream.adjunct.InspectionAdjunct
-
This is a utility method for subclasses;
it provides a WatchMaker suitable for all constructs that perform inspection on a sequence,
for example exists(), count(), empty(), boolean(), not(), instanceOf.
- 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.ee.bytecode.util.MessageFromStack
-
- getInstance() - Static method in class com.saxonica.ee.packages.XSLOriginalLibrary
-
- getInstance() - Static method in class com.saxonica.ee.schema.fsa.Edge.MaxOccursParticle
-
- getInstance() - Static method in class com.saxonica.ee.schema.fsa.Edge.MaxOccursTerm
-
- getInstance() - Static method in class com.saxonica.ee.schema.fsa.SuffixState
-
- getInstance() - Static method in class com.saxonica.ee.stream.watch.Terminator
-
- 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.HTML5CaseBlindCollator
-
- 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.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.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.AnchorPattern
-
- 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.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, Logger, 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.NumericType
-
- 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.ee.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
- 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
- getInstructionName() - Method in class net.sf.saxon.s9api.StaticError
-
Get a name identifying the kind of instruction, in terms meaningful to a user.
- 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.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 class com.saxonica.xqj.SaxonXQForwardSequence
-
- getInt() - Method in class com.saxonica.xqj.SaxonXQItem
-
- getInt() - Method in class com.saxonica.xqj.SaxonXQSequence
-
- getInt() - Method in interface javax.xml.xquery.XQItemAccessor
-
Gets the current item as an int
.
- getIntegerAttribute(NodeInfo, String) - Method in class com.saxonica.trans.PackageLoaderPE
-
Read an integer-valued attribute
- getIntegerBounds() - Method in class com.saxonica.functions.hof.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.SystemFunctionCall
-
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.AccessorFn
-
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.ConstantFunction
-
- 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.PositionAndLast
-
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_1
-
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.
- getIntegerBounds() - Method in class net.sf.saxon.functions.SystemFunction
-
For a function 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.XPathParserPE.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.GlobalVariable
-
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.
- 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.
- getInterpretedBody() - Method in class net.sf.saxon.expr.instruct.NamedTemplate
-
- getInterpretedBody() - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
- getIntrinsicDependencies() - Method in class com.saxonica.ee.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.xslt3.instruct.OnEmptyExpr
-
Determine the intrinsic dependencies of an expression, that is, those which are not derived
from the dependencies of its subexpressions.
- getIntrinsicDependencies() - Method in class com.saxonica.xslt3.instruct.OnNonEmptyExpr
-
Determine the intrinsic dependencies of an expression, that is, those which are not derived
from the dependencies of its subexpressions.
- 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.ConsumingOperand
-
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.ResultDocument
-
- getIntrinsicDependencies() - Method in class net.sf.saxon.expr.instruct.UseAttributeSet
-
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.ValueOf
-
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.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.SystemFunctionCall
-
Compute the dependencies of an expression, as the union of 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.CurrentGroupCall
-
Determine the dependencies
- getIntrinsicDependencies() - Method in class net.sf.saxon.functions.CurrentGroupingKeyCall
-
Determine the dependencies
- 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.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
- getInvalidityHandler() - Method in class com.saxonica.ee.s9api.SchemaValidatorImpl
-
Get the InvalidityHandler used when validating instance documents
- getInvalidityHandler() - Method in class com.saxonica.ee.validate.ValidationContext
-
Get the callback for reporting validation errors
- getInvalidityHandler() - Method in class net.sf.saxon.lib.ParseOptions
-
Get the callback for reporting validation errors
- getInvalidityHandler() - Method in class net.sf.saxon.s9api.SchemaValidator
-
Get the InvalidityHandler used when validating instance documents
- getInvalidNode() - Method in class net.sf.saxon.type.ValidationFailure
-
- getInverseComparison() - Method in class com.saxonica.ee.optim.GeneralComparisonEE
-
- getInverseComparison() - Method in class net.sf.saxon.expr.GeneralComparison
-
- getInverseComparison() - Method in class net.sf.saxon.expr.GeneralComparison20
-
- getInversion() - Method in class com.saxonica.ee.stream.watch.ForEachAction
-
- getInversion() - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
- getItem() - Method in class com.saxonica.xqj.SaxonXQForwardSequence
-
- getItem() - Method in class com.saxonica.xqj.SaxonXQSequence
-
- getItem() - Method in interface javax.xml.xquery.XQSequence
-
Get the current item as an immutable XQItem
object.
- getItem(XPathContext) - Method in interface net.sf.saxon.lib.Resource
-
Get an XDM Item holding the contents of this resource.
- getItem(XPathContext) - Method in class net.sf.saxon.resource.BinaryResource
-
- getItem(XPathContext) - Method in class net.sf.saxon.resource.FailedResource
-
Get an XDM Item holding the contents of this resource.
- getItem(XPathContext) - Method in class net.sf.saxon.resource.JSONResource
-
- getItem(XPathContext) - Method in class net.sf.saxon.resource.MetadataResource
-
- getItem(XPathContext) - Method in class net.sf.saxon.resource.UnparsedTextResource
-
- getItem(XPathContext) - Method in class net.sf.saxon.resource.XmlResource
-
Get an item representing the resource: in this case a document node for the XML document.
- getItemAsStream() - Method in class com.saxonica.xqj.SaxonXQForwardSequence
-
- getItemAsStream() - Method in class com.saxonica.xqj.SaxonXQItem
-
- getItemAsStream() - Method in class com.saxonica.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.
- getItemAsString(Properties) - Method in class com.saxonica.xqj.SaxonXQForwardSequence
-
- getItemAsString(Properties) - Method in class com.saxonica.xqj.SaxonXQItem
-
- getItemAsString(Properties) - Method in class com.saxonica.xqj.SaxonXQSequence
-
- getItemAsString(Properties) - Method in interface javax.xml.xquery.XQItemAccessor
-
- getItemFromProcessMethod(Expression, XPathContext) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
-
Helper method to construct an item representing the results of the expression when all that
the expression itself offers is a process() method.
- getItemKind() - Method in class com.saxonica.xqj.SaxonXQItemType
-
- getItemKind() - Method in interface javax.xml.xquery.XQItemType
-
Returns the kind of the item.
- getItemOccurrence() - Method in class com.saxonica.xqj.SaxonXQItemType
-
- getItemOccurrence() - Method in class com.saxonica.xqj.SaxonXQSequenceType
-
- 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.
- getItemType() - Method in class com.saxonica.ee.bytecode.CompiledExpression
-
- getItemType() - Method in class com.saxonica.ee.expr.WhichOf
-
- getItemType() - Method in class com.saxonica.ee.optim.IndexedFilterExpression
-
Get the data type of the items returned
- getItemType() - Method in class com.saxonica.ee.optim.IndexedLookupExpression
-
Get the data type of the items returned
- getItemType() - Method in class com.saxonica.ee.optim.SwitchExpression
-
Determine the data type of the expression, if possible.
- getItemType() - Method in class com.saxonica.ee.schema.UserListType
-
Returns the simpleType of the items in this ListType.
- getItemType() - Method in class com.saxonica.ee.update.BasicUpdatingExpression
-
Determine the data type of the expression, if possible.
- getItemType() - Method in class com.saxonica.ee.update.CopyModifyExpression
-
Determine the data type of the expression, if possible.
- getItemType() - Method in class com.saxonica.expr.JavaExtensionFunctionCall
-
Determine the data type of the expression, if possible.
- getItemType() - Method in class com.saxonica.functions.hof.FunctionLiteral
-
Determine the data type of the items in the expression, if possible
- getItemType() - Method in class com.saxonica.functions.hof.FunctionSequenceCoercer
-
Determine the data type of the items returned by the expression, if possible
- getItemType() - Method in class com.saxonica.functions.hof.PartialApply
-
- getItemType() - Method in class com.saxonica.functions.hof.UserFunctionReference
-
Determine the data type of the expression, if possible.
- getItemType() - Method in class com.saxonica.xqj.SaxonXQForwardSequence
-
- getItemType() - Method in class com.saxonica.xqj.SaxonXQItem
-
- getItemType() - Method in class com.saxonica.xqj.SaxonXQItemType
-
- getItemType() - Method in class com.saxonica.xqj.SaxonXQSequence
-
- getItemType() - Method in class com.saxonica.xqj.SaxonXQSequenceType
-
- getItemType() - Method in class com.saxonica.xslt3.instruct.ConditionalBlock
-
Determine the data type of the items returned by this expression
- getItemType() - Method in class com.saxonica.xslt3.instruct.EvaluateInstr
-
Determine the data type of the items returned by this expression
- getItemType() - Method in class com.saxonica.xslt3.instruct.Fork
-
Determine the item type of the value returned by the function
- getItemType() - Method in class com.saxonica.xslt3.instruct.IterateInstr
-
Determine the data type of the items returned by this expression
- getItemType() - Method in class com.saxonica.xslt3.instruct.MergeInstr
-
Get the item type of the items returned by evaluating this instruction
- getItemType() - 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() - Method in class net.sf.saxon.expr.AdjacentTextNodeMerger
-
Determine the data type of the expression, if possible.
- getItemType() - Method in class net.sf.saxon.expr.ArithmeticExpression
-
Determine the data type of the expression, insofar as this is known statically
- getItemType() - Method in class net.sf.saxon.expr.ArithmeticExpression10
-
Determine the data type of the expression, if this is known statically
- getItemType() - Method in class net.sf.saxon.expr.AtomicSequenceConverter
-
Determine the data type of the items returned by the expression, if possible
- getItemType() - Method in class net.sf.saxon.expr.Atomizer
-
Determine the data type of the items returned by the expression, if possible
- getItemType() - Method in class net.sf.saxon.expr.AxisExpression
-
Determine the data type of the items returned by this expression
- getItemType() - Method in class net.sf.saxon.expr.BooleanExpression
-
Determine the data type of the expression
- getItemType() - Method in class net.sf.saxon.expr.CardinalityChecker
-
Determine the data type of the items returned by the expression, if possible
- getItemType() - Method in class net.sf.saxon.expr.CastableExpression
-
Determine the data type of the result of the Castable expression
/*@NotNull
- getItemType() - Method in class net.sf.saxon.expr.CastableToList
-
Get the static type of the expression
/*@NotNull
- getItemType() - Method in class net.sf.saxon.expr.CastableToUnion
-
Get the static type of the expression
- getItemType() - Method in class net.sf.saxon.expr.CastExpression
-
Get the static type of the expression
/*@NotNull
- getItemType() - Method in class net.sf.saxon.expr.CastToList
-
Get the static type of the expression
/*@NotNull
- getItemType() - Method in class net.sf.saxon.expr.CastToUnion
-
Get the static type of the expression
- getItemType() - Method in class net.sf.saxon.expr.CompareToIntegerConstant
-
Determine the data type of the expression, if possible.
- getItemType() - Method in class net.sf.saxon.expr.ConsumingOperand
-
Determine the data type of the expression, if possible.
- getItemType() - Method in class net.sf.saxon.expr.ContextItemExpression
-
Determine the item type
- getItemType() - Method in class net.sf.saxon.expr.EmptyTextNodeRemover
-
Determine the data type of the expression, if possible.
- getItemType() - Method in class net.sf.saxon.expr.EquivalenceComparison
-
Determine the data type of the expression
- getItemType() - Method in class net.sf.saxon.expr.ErrorExpression
-
Determine the data type of the expression, if possible
- getItemType() - Method in class net.sf.saxon.expr.Expression
-
Determine the data type of the expression, if possible.
- getItemType() - Method in class net.sf.saxon.expr.FilterExpression
-
Get the data type of the items returned
- getItemType() - Method in class net.sf.saxon.expr.flwor.FLWORExpression
-
Determine the data type of the items returned by the expression.
- getItemType() - Method in class net.sf.saxon.expr.flwor.TupleExpression
-
- getItemType() - Method in class net.sf.saxon.expr.ForExpression
-
Determine the data type of the items returned by the expression, if possible
- getItemType() - Method in class net.sf.saxon.expr.GeneralComparison
-
Determine the data type of the expression
- getItemType() - Method in class net.sf.saxon.expr.GeneralComparison10
-
Determine the data type of the expression
- getItemType() - Method in class net.sf.saxon.expr.IdentityComparison
-
Determine the data type of the expression
- getItemType() - Method in class net.sf.saxon.expr.InstanceOfExpression
-
Determine the data type of the result of the InstanceOf expression
/*@NotNull
- getItemType() - Method in class net.sf.saxon.expr.instruct.AnalyzeString
-
Get the item type of the items returned by evaluating this instruction
- getItemType() - Method in class net.sf.saxon.expr.instruct.AttributeCreator
-
Get the static type of this expression
- getItemType() - Method in class net.sf.saxon.expr.instruct.Block
-
Determine the data type of the items returned by this expression
- getItemType() - Method in class net.sf.saxon.expr.instruct.CallTemplate
-
Get the item type of the items returned by evaluating this instruction
- getItemType() - Method in class net.sf.saxon.expr.instruct.Choose
-
Get the item type of the items returned by evaluating this instruction
- getItemType() - Method in class net.sf.saxon.expr.instruct.Comment
-
- getItemType() - Method in class net.sf.saxon.expr.instruct.ComputedAttribute
-
Get the static type of this expression
- getItemType() - Method in class net.sf.saxon.expr.instruct.ComputedElement
-
Get the item type of the value returned by this instruction
- getItemType() - Method in class net.sf.saxon.expr.instruct.Copy
-
Get the item type of the result of this instruction.
- getItemType() - Method in class net.sf.saxon.expr.instruct.CopyOf
-
- getItemType() - Method in class net.sf.saxon.expr.instruct.DocumentInstr
-
Get the item type
- getItemType() - Method in class net.sf.saxon.expr.instruct.ElementCreator
-
Get the item type of the value returned by this instruction
- getItemType() - Method in class net.sf.saxon.expr.instruct.FixedElement
-
Get the type of the item returned by this instruction
- getItemType() - Method in class net.sf.saxon.expr.instruct.ForEach
-
Determine the data type of the items returned by this expression
- getItemType() - Method in class net.sf.saxon.expr.instruct.ForEachGroup
-
Get the item type of the items returned by evaluating this instruction
- getItemType() - Method in class net.sf.saxon.expr.instruct.Instruction
-
Get the item type of the items returned by evaluating this instruction
- getItemType() - Method in class net.sf.saxon.expr.instruct.LocalParamBlock
-
Determine the data type of the items returned by this expression
- getItemType() - Method in class net.sf.saxon.expr.instruct.LocalParamSetter
-
Get the item type of the items returned by evaluating this instruction
- getItemType() - Method in class net.sf.saxon.expr.instruct.Message
-
Get the item type.
- getItemType() - Method in class net.sf.saxon.expr.instruct.NamespaceConstructor
-
- getItemType() - Method in class net.sf.saxon.expr.instruct.NumberInstruction
-
- getItemType() - Method in class net.sf.saxon.expr.instruct.ProcessingInstruction
-
- getItemType() - Method in class net.sf.saxon.expr.instruct.ResultDocument
-
Get the item type of the items returned by evaluating this instruction
- getItemType() - Method in class net.sf.saxon.expr.instruct.TraceExpression
-
Get the item type of the items returned by evaluating this instruction
- getItemType() - Method in class net.sf.saxon.expr.instruct.UseAttributeSet
-
Get the item type of the items returned by evaluating this instruction
- getItemType() - Method in class net.sf.saxon.expr.instruct.ValueOf
-
- getItemType() - Method in class net.sf.saxon.expr.IntegerRangeTest
-
Get the data type of the items returned
- getItemType() - Method in class net.sf.saxon.expr.IsLastExpression
-
Determine the data type of the expression
- getItemType() - Method in class net.sf.saxon.expr.ItemChecker
-
Determine the data type of the items returned by the expression
/*@NotNull
- getItemType() - Method in class net.sf.saxon.expr.JPConverter.ExternalObjectWrapper
-
- 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.FromObject
-
- 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.LetExpression
-
Determine the data type of the items returned by the expression, if possible
- getItemType() - Method in class net.sf.saxon.expr.Literal
-
Determine the data type of the items in the expression, if possible
- getItemType() - Method in class net.sf.saxon.expr.NegateExpression
-
Determine the data type of the expression, if this is known statically
/*@NotNull
- getItemType() - Method in class net.sf.saxon.expr.parser.ContextItemStaticInfo
-
Get the static type of the context item.
- getItemType() - Method in class net.sf.saxon.expr.PseudoExpression
-
- getItemType() - Method in class net.sf.saxon.expr.QuantifiedExpression
-
Determine the data type of the items returned by the expression
- getItemType() - Method in class net.sf.saxon.expr.RangeExpression
-
Get the data type of the items returned
- getItemType() - Method in class net.sf.saxon.expr.RootExpression
-
Determine the data type of the items returned by this expression
- getItemType() - Method in class net.sf.saxon.expr.SimpleExpression
-
Determine the data type of the items returned by this expression.
- getItemType() - Method in class net.sf.saxon.expr.SingletonAtomizer
-
Determine the data type of the items returned by the expression, if possible
- getItemType() - 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() - Method in class net.sf.saxon.expr.sort.ConditionalSorter
-
Determine the data type of the expression, if possible.
- getItemType() - Method in class net.sf.saxon.expr.sort.SortExpression
-
Determine the data type of the items returned by the expression, if possible
- getItemType() - Method in class net.sf.saxon.expr.StaticFunctionCall
-
Determine the data type of the expression, if possible.
- getItemType() - Method in class net.sf.saxon.expr.SuppliedParameterReference
-
Determine the data type of the expression, if possible.
- getItemType() - Method in class net.sf.saxon.expr.SystemFunctionCall
-
Determine the data type of the expression, if possible.
- getItemType() - Method in class net.sf.saxon.expr.TailCallLoop
-
Determine the data type of the items returned by the expression
/*@NotNull
- getItemType() - Method in class net.sf.saxon.expr.TailExpression
-
- getItemType() - Method in class net.sf.saxon.expr.TryCatch
-
Determine the item type of the value returned by the function
- getItemType() - Method in class net.sf.saxon.expr.UnaryExpression
-
Determine the data type of the expression, if possible.
- getItemType() - Method in class net.sf.saxon.expr.UntypedSequenceConverter
-
Determine the data type of the items returned by the expression, if possible
- getItemType() - Method in class net.sf.saxon.expr.UserFunctionCall
-
Determine the data type of the expression, if possible
- getItemType() - Method in class net.sf.saxon.expr.ValueComparison
-
Determine the data type of the expression
- getItemType() - Method in class net.sf.saxon.expr.VariableReference
-
Determine the data type of the expression, if possible
- getItemType() - Method in class net.sf.saxon.expr.VennExpression
-
Determine the data type of the items returned by this expression
- getItemType() - Method in class net.sf.saxon.functions.CurrentGroupCall
-
Determine the item type of the value returned by the function
- getItemType() - Method in class net.sf.saxon.functions.CurrentGroupingKeyCall
-
Determine the data type of the expression, if possible.
- getItemType() - Method in class net.sf.saxon.functions.IntegratedFunctionCall
-
Determine the data type of the expression, if possible.
- getItemType() - Method in class net.sf.saxon.ma.arrays.ArrayBlock
-
Determine the data type of the items returned by this expression
- getItemType(Sequence, TypeHierarchy) - Static method in class net.sf.saxon.om.SequenceTool
-
Get the item type of the items in a sequence.
- 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.NodeSetPattern
-
Get a NodeTest that all the nodes matching this pattern must satisfy
- getItemType() - Method in class net.sf.saxon.pattern.NodeTestPattern
-
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() - 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.UniversalPattern
-
Get a NodeTest that all the nodes 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.ObjectValue
-
Determine the data type of the items in the expression, if possible
- getItemType() - Method in class net.sf.saxon.xpath.JAXPVariableReference
-
Determine the item type
- getItemType() - Method in class net.sf.saxon.xpath.XPathFunctionCall
-
Determine the data type of the expression, if possible.
- getItemTypeReference() - Method in class com.saxonica.ee.schema.UserListType
-
Get the reference to the item type of the list
- getIterator() - Method in class com.saxonica.ee.stream.PushToPull
-
Get an iterator over the result of evaluating the supplied expression.
- getIteratorFromProcessMethod(Expression, XPathContext) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
-
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.JavaExternalObjectType
-
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
-
- getJsonString() - Method in class net.sf.saxon.ma.json.JsonReceiver
-
On completion, get the assembled JSON string
- 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.
- getKey() - Method in class com.saxonica.expr.sort.UCACollationKey
-
- 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.expr.PackageData
-
Get the KeyManager, containing definitions of keys available for use.
- getKeyManager() - Method in interface net.sf.saxon.expr.StaticContext
-
Get the KeyManager, containing definitions of keys available for use.
- getKeyManager() - Method in class net.sf.saxon.functions.KeyFn
-
- getKeyManager() - Method in class net.sf.saxon.query.QueryModule
-
Get the KeyManager, containing definitions of keys available for use.
- getKeyManager() - Method in class net.sf.saxon.style.ExpressionContext
-
Get the KeyManager, containing definitions of keys available for use.
- getKeyManager() - Method in class net.sf.saxon.style.PrincipalStylesheetModule
-
Get the key manager used to manage xsl:key declarations in this package
- getKeyManager() - Method in class net.sf.saxon.sxpath.AbstractStaticContext
-
Get the KeyManager, containing definitions of keys available for use.
- 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() - Method in class net.sf.saxon.ma.map.HashTrieMap
-
Get the lowest common item type of the keys in the map
- getKeyType() - Method in interface net.sf.saxon.ma.map.MapItem
-
Get the lowest common item type of the keys in the map
- getKeyType() - Method in class net.sf.saxon.ma.map.MapType
-
Get the type of the keys
- getKeyType() - Method in class net.sf.saxon.ma.map.RangeKey
-
Get the lowest common item type of the keys in the map
- getKeyUType() - Method in class net.sf.saxon.ma.map.HashTrieMap
-
Get the lowest common item type of the keys in the map
- getKeyUType() - Method in interface net.sf.saxon.ma.map.MapItem
-
Get the lowest common item type of the keys in the map
- getKeyUType() - Method in class net.sf.saxon.ma.map.RangeKey
-
Get the lowest common item type of the keys in the map
- getKeyValuePair(AtomicValue) - Method in class net.sf.saxon.ma.map.HashTrieMap
-
Get an key/value pair 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.ee.bytecode.util.OnEmpty.UnwindAndJump
-
Get the label acting as the jump destination
- getLabel() - Method in class net.sf.saxon.Configuration
-
Get the associated label for this configuration
- getLambdaTransitions() - Method in class com.saxonica.ee.schema.fsa.NonDeterminizedState
-
Get the lambda transitions from this state
- getLanguage() - Method in class net.sf.saxon.expr.parser.XPathParser
-
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.XQueryParser
-
Get the current language (XPath or XQuery)
- getLanguageLevel() - Method in class net.sf.saxon.trans.DecimalSymbols
-
Get the XPath language level
- getLanguageVersion() - Method in class com.saxonica.ee.schema.SchemaCompiler
-
Get the XSD langauge version allowed
- getLanguageVersion() - Method in class com.saxonica.ee.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, XPath 3.0 or XPath 3.1 processor is being used
- getLanguageVersion() - Method in class net.sf.saxon.s9api.XQueryCompiler
-
Ask whether an XQuery 1.0 or XQuery 3.0 processor is being used
- 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
- getLeaf() - Method in class net.sf.saxon.value.NestedIntegerValue
-
- getLength() - Method in class com.saxonica.ee.bytecode.iter.OneToOneMappingIterator
-
- getLength() - Method in class com.saxonica.ee.optim.IndexedValue
-
Get the length of the sequence
- getLength() - Method in class com.saxonica.ee.validate.CompactStringValue
-
- getLength() - Method in class com.saxonica.xslt3.instruct.MergeGroupingIterator.ManualMergeGroupingIterator
-
- 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.instruct.UserFunction
-
Get the size of the value (the number of items)
- 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.ma.map.RangeKey
-
Get the size of the value (the number of items)
- 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.FocusIterator
-
Get the position of the last item in the sequence
- getLength() - Method in class net.sf.saxon.om.FocusTrackingIterator
-
Get the position of the last item in the sequence
- 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.om.ZeroOrMore
-
Get the size of the value (the number of items)
- getLength() - Method in class net.sf.saxon.om.ZeroOrOne
-
Get the length of the sequence
- 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.ReverseListIterator
-
- getLength() - Method in class net.sf.saxon.tree.iter.SingleAtomicIterator
-
- 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
- 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.expr.BinaryExpression
-
Get the left-hand operand
- getLhs() - Method in class net.sf.saxon.expr.CompareToIntegerConstant
-
- getLhs() - Method in interface net.sf.saxon.expr.ComparisonExpression
-
Get the two operands of the comparison
- getLHS() - Method in class net.sf.saxon.pattern.VennPattern
-
Get the LHS of the union
- getLhsExpression() - Method in class net.sf.saxon.expr.BinaryExpression
-
Get the left-hand operand expression
- getLhsExpression() - Method in class net.sf.saxon.expr.CompareToIntegerConstant
-
- getLhsExpression() - Method in interface net.sf.saxon.expr.ComparisonExpression
-
- getLibraryList() - Method in class net.sf.saxon.functions.FunctionLibraryList
-
Get the list of contained FunctionLibraries.
- getLicenseFeature(String) - Method in class com.saxonica.config.ProfessionalConfiguration
-
Get the value of a named license feature
- getLicenseFeature(String) - Method in class net.sf.saxon.Configuration
-
Get the value of a named license feature
- 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.ee.schema.SchemaStructure
-
Get the line number of the element defining this schema component, within its
module.
- getLineNumber() - Method in class com.saxonica.ee.stream.om.FleetingNode
-
Get line number.
- 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 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.event.ContentHandlerProxyLocator
-
Get the line number
- getLineNumber() - Method in class net.sf.saxon.event.LocationCopier
-
- getLineNumber() - Method in class net.sf.saxon.evpull.StaxToEventBridge
-
Return the line number where the current document event ends.
- getLineNumber(int) - Method in class net.sf.saxon.evpull.StaxToEventBridge
-
- getLineNumber() - Method in class net.sf.saxon.expr.flwor.ClauseInfo
-
Get the line number of the instruction in the source stylesheet module.
- getLineNumber() - Method in class net.sf.saxon.expr.instruct.ComponentCode
-
- getLineNumber() - Method in class net.sf.saxon.expr.instruct.ExpressionInfo
-
Get the line number of the instruction within its module
- getLineNumber() - Method in class net.sf.saxon.expr.instruct.InstructionDetails
-
Get the line number of the instruction within its module
- getLineNumber() - Method in class net.sf.saxon.expr.instruct.LocalParam
-
Get the line number of the expression
- getLineNumber() - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
- getLineNumber() - Method in class net.sf.saxon.expr.instruct.TraceExpression
-
- getLineNumber() - Method in class net.sf.saxon.expr.parser.ExplicitLocation
-
Get the line number
- getLineNumber() - Method in interface net.sf.saxon.expr.parser.Location
-
Get the line number.
- 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 class net.sf.saxon.expr.parser.XPathParser.NestedLocation
-
Get the line number within the containing entity.
- 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.pull.StaxBridge
-
Return the line number where the current document event ends.
- getLineNumber(int) - Method in class net.sf.saxon.pull.StaxBridge
-
- 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() - Method in exception net.sf.saxon.s9api.SaxonApiException
-
Get the line number associated with the exception, if known.
- getLineNumber() - Method in class net.sf.saxon.s9api.StaticError
-
The line number locating the error within a query or stylesheet module
- 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.UseWhenStaticContext
-
- getLineNumber() - Method in class net.sf.saxon.sxpath.IndependentContext
-
- 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 class net.sf.saxon.tree.AttributeLocation
-
Get the line number.
- 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.linked.ProcInstImpl
-
Get the line number of the node within its source 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.TinyAttributeImpl
-
Get the line number of the node within its source document entity
- 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(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
- getLiveNamespaceResolver() - Method in class net.sf.saxon.query.QueryModule
-
Return a NamespaceResolver which is "live" in the sense that, as the parse proceeeds,
it always uses the namespaces declarations in scope at the relevant time
- getLocalAttributeGroupReferences() - Method in class com.saxonica.ee.schema.AttributeGroupDecl
-
Returns the AttributeGroup references contained locally in this attribute group.
- getLocalAttributes() - Method in class com.saxonica.ee.schema.AttributeGroupDecl
-
Returns the attributes defined locally in this attribute group.
- getLocalAttributeWildcard() - Method in class com.saxonica.ee.schema.AttributeGroupDecl
-
Get the local attribute wildcard used in this attribute group
- getLocalContext() - Method in class com.saxonica.ee.stream.adjunct.GroupBoundaryTester
-
- getLocalContext() - Method in class com.saxonica.ee.stream.watch.ApplyTemplatesAction
-
- getLocale() - Method in class com.saxonica.expr.sort.UCACollator
-
- getLocalErrorListener() - Method in class net.sf.saxon.event.PipelineConfiguration
-
Get the ErrorListener set as a property of this pipeline
- getLocales() - Static method in class com.saxonica.config.pe.ICUNumbererPE
-
Return all the locales available for collation
- getLocales() - Static method in class com.saxonica.expr.sort.UCACollator
-
Return the locales supported in this version of ICU
Note that with Java 6 this method has been known to throw an array index exception from RuleBasedCollator,
With Java 7 this performs correctly and getAvailableLocales() does not appear to be
invoked from any of the UCA or numbering support.
- getLocalFacetList() - Method in class com.saxonica.ee.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
- getLocalLicenseId() - Method in class com.saxonica.ee.schema.PreparedSchema
-
Get the local license id, identifying any local license in the case
where this package was loaded from a compiled package that contained its own
embedded license
- getLocalLicenseId() - Method in class net.sf.saxon.expr.PackageData
-
Get the local license id, identifying any local license in the case
where this package was loaded from a compiled package that contained its own
embedded license
- getLocalLineNumber() - Method in class net.sf.saxon.expr.parser.XPathParser.NestedLocation
-
Get the local line number, that is the line number relative to the start of the
expression or query.
- getLocalName() - Method in class com.saxonica.pull.PullToStax
-
- 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
- getLocalOutputProperties() - Method in class net.sf.saxon.jaxp.IdentityTransformer
-
Get the local output properties held in this Transformer object, that is the properties
explicitly requested using setOutputProperty() or setOutputProperties()
- getLocalOutputProperties() - Method in class net.sf.saxon.s9api.Serializer
-
Create a Properties object holding the serialization properties explicitly declared
within this Serializer object, and not including any defaults taken from the stylesheet or query.
- getLocalParam(StructuredQName) - Method in class net.sf.saxon.expr.instruct.NamedTemplate
-
Get the local parameter with a given parameter id
- getLocalParam(StructuredQName) - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
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.
- getLocalParams() - Method in class net.sf.saxon.expr.instruct.NamedTemplate
-
- getLocalParams() - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
- getLocalPart() - Method in class com.saxonica.ee.stream.om.FleetingNode
-
Get the local part of the name of this node.
- 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.UnconstructedElement
-
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.FingerprintedQName
-
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.AxiomDocumentNodeWrapper
-
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.pattern.SameNameTest
-
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.TinyAttributeImpl
-
Get the local 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.XPathParserPE.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 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.GlobalVariable
-
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.LocalParam
-
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 interface net.sf.saxon.expr.LocalBinding
-
Return the slot number of the variable held on the local stack frame
- 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.
- getLocalType(int) - Method in class com.saxonica.ee.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
-
- getLocation() - Method in class net.sf.saxon.evpull.StartElementEvent
-
Get the location associated with the event
- getLocation() - Method in class net.sf.saxon.expr.Expression
-
Get the location of the expression
- getLocation() - Method in class net.sf.saxon.expr.flwor.Clause
-
Get the location, which can be used to determine
the system ID and line number of the clause
- getLocation() - Method in class net.sf.saxon.expr.instruct.ComponentCode
-
- getLocation(int) - Method in interface net.sf.saxon.om.AttributeCollection
-
Get the location of an attribute (by position)
- getLocation() - Method in class net.sf.saxon.style.StyleElement
-
- getLocation(int) - Method in class net.sf.saxon.tree.tiny.TinyAttributeCollection
-
Get the location of an attribute (by position)
- getLocation(int) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
-
Get the location of an attribute (by position)
- getLocationId() - Method in class net.sf.saxon.expr.instruct.LocalParam
-
Get the location of the expression
- getLocationMessage(TransformerException) - Method in class net.sf.saxon.lib.StandardErrorListener
-
Get a string identifying the location of an error.
- getLocationMessage(Invalidity) - Method in class net.sf.saxon.lib.StandardInvalidityHandler
-
Get a string identifying the location of an error.
- getLocationMessageText(SourceLocator) - Static method in class net.sf.saxon.lib.StandardErrorListener
-
- getLocationURI() - Method in class net.sf.saxon.query.QueryModule
-
Get the location URI for a module
- getLocator() - Method in exception net.sf.saxon.trans.XPathException
-
Method getLocator retrieves an instance of a SourceLocator
object that specifies where an error occured.
- getLocator() - Method in exception net.sf.saxon.type.ValidationException
-
- getLocator() - Method in class net.sf.saxon.type.ValidationFailure
-
- getLogger() - Method in class net.sf.saxon.Configuration
-
- getLogger() - Method in class net.sf.saxon.lib.StandardErrorListener
-
Get the error output stream
- getLogger() - Method in class net.sf.saxon.lib.StandardInvalidityHandler
-
Get the error output stream
- getLoginTimeout() - Method in class com.saxonica.xqj.SaxonXQDataSource
-
- 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.
- getLogWriter() - Method in class com.saxonica.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.
- getLong() - Method in class com.saxonica.xqj.SaxonXQForwardSequence
-
- getLong() - Method in class com.saxonica.xqj.SaxonXQItem
-
- getLong() - Method in class com.saxonica.xqj.SaxonXQSequence
-
- getLong() - Method in interface javax.xml.xquery.XQItemAccessor
-
Gets the current item as a long
.
- 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.ee.optim.IndexedLookupExpression
-
Get the lookup expression
- getLSResourceResolver() - Method in class com.saxonica.ee.jaxp.URIResourceResolver
-
- getMainModule() - Method in class net.sf.saxon.query.XQueryExpression
-
Get the static context in which this expression was compiled.
- 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) - Static method in class com.saxonica.functions.xslt3.SnapshotFn
-
- getMappingFunction(XPathContext) - Method in class net.sf.saxon.expr.ItemChecker
-
Get the mapping function used to implement this item check.
- getMappingFunction() - Method in class net.sf.saxon.expr.ItemMappingIterator
-
Get the mapping function (the function applied to each item in the input sequence
- 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.style.XSLTemplate
-
- getMatch() - Method in class net.sf.saxon.trans.KeyDefinition
-
Get the match pattern for the key definition
- getMatching() - Method in class net.sf.saxon.expr.instruct.AnalyzeString
-
- getMatchingNodeName() - Method in class net.sf.saxon.pattern.CombinedNodeTest
-
- getMatchingNodeName() - Method in class net.sf.saxon.pattern.NameTest
-
Get the name of the nodes matched by this nodetest, if it matches a specific name.
- getMatchingNodeName() - Method in class net.sf.saxon.pattern.NodeTest
-
Get the name of the nodes matched by this nodetest, if it matches a specific name.
- getMatchingNodeName() - Method in class net.sf.saxon.type.ErrorType
-
Get the name of the nodes matched by this nodetest, if it matches a specific name.
- getMatchLength() - Method in class net.sf.saxon.regex.Operation
-
Get the length of the matches returned by this operation if they are fixed-length
- getMatchLength() - Method in class net.sf.saxon.regex.Operation.OpAtom
-
- getMatchLength() - Method in class net.sf.saxon.regex.Operation.OpBOL
-
- getMatchLength() - Method in class net.sf.saxon.regex.Operation.OpCapture
-
- getMatchLength() - Method in class net.sf.saxon.regex.Operation.OpCharClass
-
- getMatchLength() - Method in class net.sf.saxon.regex.Operation.OpChoice
-
- getMatchLength() - Method in class net.sf.saxon.regex.Operation.OpEndProgram
-
- getMatchLength() - Method in class net.sf.saxon.regex.Operation.OpEOL
-
- getMatchLength() - Method in class net.sf.saxon.regex.Operation.OpGreedyFixed
-
- getMatchLength() - Method in class net.sf.saxon.regex.Operation.OpNothing
-
- getMatchLength() - Method in class net.sf.saxon.regex.Operation.OpReluctantFixed
-
- getMatchLength() - Method in class net.sf.saxon.regex.Operation.OpRepeat
-
- getMatchLength() - Method in class net.sf.saxon.regex.Operation.OpSequence
-
- getMatchLength() - Method in class net.sf.saxon.regex.Operation.OpTrace
-
- getMatchLength() - Method in class net.sf.saxon.regex.Operation.OpUnambiguousRepeat
-
- getMatchPattern() - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
Get the match pattern used with this template
- getMax() - Method in class net.sf.saxon.expr.IntegerRangeTest
-
- getMaxExpressionLength() - Method in class com.saxonica.xqj.SaxonXQMetaData
-
- getMaxExpressionLength() - Method in interface javax.xml.xquery.XQMetaData
-
Gets the maximum number of characters allowed in an expression in this
data source.
- getMaxFunctionArity() - Method in class net.sf.saxon.style.StylesheetPackage
-
Get the maximum arity of functions in this package
- getMaxima() - Method in class com.saxonica.ee.schema.AllModelGroup
-
Get the values of maxOccurs() for all the particles, as an array
- getMaximumNumberOfArguments() - Method in class com.saxonica.ee.extfn.SchemaFn
-
Get the maximum number of arguments allowed by the function
- getMaximumNumberOfArguments() - Method in class com.saxonica.ee.extfn.ValidateFn
-
Get the maximum number of arguments allowed by the function
- 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.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.Remember
-
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.TransformFn
-
Get the maximum number of arguments allowed by the function
- getMaximumNumberOfArguments() - Method in class net.sf.saxon.functions.Atan2Fn
-
Get the maximum number of arguments allowed by the function.
- getMaximumNumberOfArguments() - Method in class net.sf.saxon.functions.DynamicErrorInfo
-
Get the maximum number of arguments allowed by the function
- getMaximumNumberOfArguments() - Method in class net.sf.saxon.functions.ExsltNodeSet
-
Get the maximum number of arguments allowed by the function
- getMaximumNumberOfArguments() - Method in class net.sf.saxon.functions.IsIdRef
-
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.functions.Pi
-
- getMaximumNumberOfArguments() - Method in class net.sf.saxon.functions.PowFn
-
Get the maximum number of arguments allowed by the function.
- getMaximumNumberOfArguments() - Method in class net.sf.saxon.functions.TrigonometricFn
-
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.
- getMaximumNumberOfArguments() - Method in class net.sf.saxon.ma.arrays.ArraySort
-
Get the maximum number of arguments allowed by the function.
- getMaximumNumberOfArguments() - Method in class net.sf.saxon.ma.arrays.ArraySubarray
-
Get the maximum number of arguments allowed by the function.
- getMaximumNumberOfArguments() - Method in class net.sf.saxon.ma.map.MapNew
-
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.ee.schema.Particle
-
Returns the maximum number of occurrences that this Particle
may appear in the containing content model
- getMaxPrecedence() - Method in class com.saxonica.ee.trans.CompoundMode
-
Get the maximum precedence of the rules in this mode
- getMaxPrecedence() - Method in class net.sf.saxon.trans.Mode
-
Get the maximum precedence of the rules in this mode
- getMaxPrecedence() - Method in class net.sf.saxon.trans.SimpleMode
-
- getMaxRank() - Method in class com.saxonica.ee.trans.CompoundMode
-
Get the highest rank of the rules in this mode
- getMaxRank() - Method in class net.sf.saxon.trans.Mode
-
Get the highest rank of the rules in this mode
- getMaxRank() - Method in class net.sf.saxon.trans.SimpleMode
-
- getMaxTransition() - Method in class com.saxonica.ee.schema.fsa.AutomatonState
-
Get the transition to be used when the maxOccurs value is reached for a counting state.
- getMaxUserNameLength() - Method in class com.saxonica.xqj.SaxonXQMetaData
-
- getMaxUserNameLength() - Method in interface javax.xml.xquery.XQMetaData
-
Gets the maximum number of characters allowed in a user name.
- getMaxWidth(CharSequence) - Static method in class net.sf.saxon.regex.UnicodeString
-
Get the maximum width of codepoints in this string, in bytes
- getMediaQueryEvaluator() - Method in class net.sf.saxon.Configuration
-
Get a comparator which can be used to assess whether the media pseudo-attribute
in an xml-stylesheet processing instruction matches the media requested in the API
for the transformation
- getMediaTypeForFileExtension(String) - Method in class net.sf.saxon.Configuration
-
Get the media type to be associated with a file extension by the standard
collection handler
- getMember() - Method in class net.sf.saxon.z.IntSingletonSet
-
- getMembers() - Method in class net.sf.saxon.expr.flwor.Tuple
-
- getMembers() - Method in interface net.sf.saxon.ma.arrays.ArrayItem
-
Get a list of the members of the array
- getMembers() - Method in class net.sf.saxon.ma.arrays.SimpleArrayItem
-
Get a list of the members of the array
- getMemberType() - Method in class net.sf.saxon.expr.ListConstructorFunction
-
Get the list item type (member type)
- getMemberType() - Method in interface net.sf.saxon.ma.arrays.ArrayItem
-
Get the lowest common item type of the members of the array
- getMemberType() - Method in class net.sf.saxon.ma.arrays.ArrayItemType
-
Get the type of the members of the array
- getMemberType() - Method in class net.sf.saxon.ma.arrays.SimpleArrayItem
-
Get the lowest common item type of the members of the array
- getMemberTypeReferences() - Method in class com.saxonica.ee.schema.UserUnionType
-
Get the list of member types
- getMemoClosure() - Method in class net.sf.saxon.value.MemoClosure.ProgressiveIterator
-
- getMergeKeyDefinitionSet() - Method in class com.saxonica.xslt3.instruct.MergeInstr.MergeSource
-
- getMergeSources() - Method in class com.saxonica.xslt3.instruct.MergeInstr
-
- getMessage() - Method in exception com.saxonica.ee.bytecode.util.CannotCompileException
-
- getMessage() - Method in class com.saxonica.ee.schema.Assertion
-
Get the user-defined error message associated with the assertion
- getMessage() - Method in class com.saxonica.ee.schema.Facet
-
Get the message to be used when this facet is violated.
- getMessage() - Method in exception com.saxonica.ee.schema.MissingComponentExceptionImpl
-
- getMessage() - Method in class net.sf.saxon.expr.ErrorExpression
-
- getMessage() - Method in class net.sf.saxon.expr.parser.RoleDiagnostic
-
Construct and return the error message indicating a type error
- getMessage() - Method in interface net.sf.saxon.lib.Invalidity
-
Get the text of a message explaining what is wrong
- 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.s9api.StaticError
-
Return the error message associated with this error
- 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.Xslt30Transformer
-
Get the MessageListener to be notified whenever the stylesheet evaluates an
xsl:message
instruction.
- 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 class com.saxonica.xqj.SaxonXQConnection
-
- getMetaData() - Method in interface javax.xml.xquery.XQConnection
-
Gets the metadata for this connection.
- getMetaData() - Method in class net.sf.saxon.functions.URIQueryParameters
-
Get the value of metadata=yes|no, or null if unspecified
- getMethodNameFromLocalName(String, String, boolean) - Method in class com.saxonica.config.JavaExtensionLibrary
-
Get the Java method/field name from the local name used in the function call.
- getMicrosecond() - Method in class net.sf.saxon.value.DateTimeValue
-
Get the microsecond component, 0-999999
- getMicrosecond() - Method in class net.sf.saxon.value.SaxonXMLGregorianCalendar
-
- getMicrosecond() - Method in class net.sf.saxon.value.TimeValue
-
Get the microsecond component, 0-999999
- getMicroseconds() - Method in class net.sf.saxon.value.DurationValue
-
Get the microseconds component
- getMin() - Method in class net.sf.saxon.expr.IntegerRangeTest
-
- getMinima() - Method in class com.saxonica.ee.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
-
- getMinimumMatchLength() - Method in class net.sf.saxon.regex.Operation
-
Get the minimum length of the matches returned by this operation
- getMinimumMatchLength() - Method in class net.sf.saxon.regex.Operation.OpChoice
-
- getMinimumMatchLength() - Method in class net.sf.saxon.regex.Operation.OpRepeat
-
- getMinimumMatchLength() - Method in class net.sf.saxon.regex.Operation.OpSequence
-
- getMinimumNumberOfArguments() - Method in class com.saxonica.ee.extfn.SchemaFn
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class com.saxonica.ee.extfn.ValidateFn
-
Get the minimum number of arguments required by the function
- 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.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.Remember
-
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.TransformFn
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.functions.Atan2Fn
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.functions.DynamicErrorInfo
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.functions.ExsltNodeSet
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.functions.IsIdRef
-
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.functions.Pi
-
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.functions.PowFn
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.functions.TrigonometricFn
-
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
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.ma.arrays.ArrayAppend
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.ma.arrays.ArrayFilter
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.ma.arrays.ArrayFlatten
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.ma.arrays.ArrayFoldLeft
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.ma.arrays.ArrayFoldRight
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.ma.arrays.ArrayForEach
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.ma.arrays.ArrayForEachPair
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.ma.arrays.ArrayFromSequence
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.ma.arrays.ArrayGet
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.ma.arrays.ArrayHead
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.ma.arrays.ArrayInsertBefore
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.ma.arrays.ArrayJoin
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.ma.arrays.ArrayRemove
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.ma.arrays.ArrayReverse
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.ma.arrays.ArraySize
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.ma.arrays.ArraySort
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.ma.arrays.ArraySubarray
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.ma.arrays.ArrayTail
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.ma.arrays.ArrayToSequence
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.ma.map.MapContains
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.ma.map.MapEntry
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.ma.map.MapGet
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.ma.map.MapKeys
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.ma.map.MapNew
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.ma.map.MapRemove
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.ma.map.MapSize
-
Get the minimum number of arguments required by the function
- getMinimumNumberOfArguments() - Method in class net.sf.saxon.ma.map.MapUntypedContains
-
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.ee.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.SaxonXMLGregorianCalendar
-
- getMinute() - Method in class net.sf.saxon.value.TimeValue
-
Get the minute component, 0-59
- getMinutes() - Method in class net.sf.saxon.value.DurationValue
-
Get the minutes component
- getMissingFunctionExplanation(StructuredQName, Configuration) - Static method in class net.sf.saxon.expr.parser.XPathParser
-
- getMixedAttribute() - Method in class com.saxonica.ee.schema.sdoc.XSDComplexContent
-
- getMode() - Method in class com.saxonica.ee.schema.sdoc.XSDOpenContent
-
- getMode() - Method in class com.saxonica.ee.stream.watch.ApplyTemplatesAction
-
- getMode() - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
-
Get the 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.ee.schema.sdoc.XSDCompositor
-
Returns the constructed Compositor.
- getModelGroupName() - Method in class com.saxonica.ee.schema.ModelGroupDefinition
-
- getModelGroupParticle() - Method in class com.saxonica.ee.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.style.XSLTemplate
-
Return the list of mode names to which this template rule is applicable.
- getModeTitle() - Method in class net.sf.saxon.trans.Mode
-
Get a title for the mode: either "Mode mode-name" or "The unnamed mode" as appropriate
- getModule() - Method in class net.sf.saxon.style.ComponentDeclaration
-
Get the module in which this ComponentDeclaration appears
- getModuleLocation() - Method in class net.sf.saxon.query.StaticQueryContext
-
Get the module location.
- 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.
- getModuleUri() - Method in class net.sf.saxon.s9api.StaticError
-
The URI of the query or stylesheet module in which the error was detected (as a string)
May be null if the location of the error is unknown, or if the error is not localized
to a specific module, or if the module in question has no known URI (for example, if
it was supplied as an anonymous Stream)
- 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.value.SaxonXMLGregorianCalendar
-
- getMonths() - Method in class net.sf.saxon.value.DurationValue
-
Get the months component
- getMostRecentAttributeType() - Method in class com.saxonica.ee.validate.AttributeValidator
-
Get the SimpleType used for validating the most recent attribute, if any
- getMultithreadedItemMappingIterator(SequenceIterator, ItemMappingFunction) - Method in class com.saxonica.config.EnterpriseConfiguration
-
Get an item mapping iterator suitable for multi-threaded execution, if this is permitted
- getMultithreadedItemMappingIterator(SequenceIterator, ItemMappingFunction) - Method in class net.sf.saxon.Configuration
-
Get an item mapping iterator suitable for multi-threaded execution, if this is permitted
- getName() - Method in class com.saxonica.ee.bytecode.util.NamedLabel
-
- getName() - Method in class com.saxonica.ee.schema.AssertionFacet
-
- getName() - Method in class com.saxonica.ee.schema.AttributeDecl
-
Get the local name of this Attribute Declaration.
- getName() - Method in class com.saxonica.ee.schema.AttributeGroupDecl
-
Returns the local part of the name of this named AttributeGroup.
- getName() - Method in class com.saxonica.ee.schema.ElementDecl
-
Returns the local name of this Element declaration.
- getName() - Method in class com.saxonica.ee.schema.ElementParticle
-
Returns the local name of this Element particle.
- getName() - Method in class com.saxonica.ee.schema.EnumerationFacet
-
Get the name of this facet
- getName() - Method in class com.saxonica.ee.schema.EnumerationFacetSet
-
The name of this facet.
- getName() - Method in class com.saxonica.ee.schema.ExplicitTimezoneFacet
-
- getName() - Method in class com.saxonica.ee.schema.Facet
-
Returns the name of this Facet
- getName() - Method in class com.saxonica.ee.schema.FractionDigitsFacet
-
- getName() - Method in class com.saxonica.ee.schema.IdentityConstraint
-
Return the name of this IdentityConstraint.
- getName() - Method in class com.saxonica.ee.schema.LengthFacet
-
- getName() - Method in class com.saxonica.ee.schema.MaxExclusiveFacet
-
- getName() - Method in class com.saxonica.ee.schema.MaxInclusiveFacet
-
- getName() - Method in class com.saxonica.ee.schema.MaxLengthFacet
-
- getName() - Method in class com.saxonica.ee.schema.MinExclusiveFacet
-
- getName() - Method in class com.saxonica.ee.schema.MinInclusiveFacet
-
- getName() - Method in class com.saxonica.ee.schema.MinLengthFacet
-
- getName() - Method in class com.saxonica.ee.schema.ModelGroupDefinition
-
Returns the local part of the name of this named Group.
- getName() - Method in class com.saxonica.ee.schema.Notation
-
Return the local name of this Notation.
- getName() - Method in class com.saxonica.ee.schema.PatternFacet
-
- getName() - Method in class com.saxonica.ee.schema.PreprocessFacet
-
- getName() - Method in class com.saxonica.ee.schema.TotalDigitsFacet
-
- getName() - Method in class com.saxonica.ee.schema.UserDefinedType
-
Get the local name of this type if it has one.
- getName() - Method in class com.saxonica.ee.schema.WhitespaceFacet
-
- getName() - Method in class com.saxonica.pull.PullToStax
-
- 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.functions.CurriedSystemFunction
-
- getName() - Method in class net.sf.saxon.functions.FormatNumber.FormatNumberFixed
-
- getName() - Method in class net.sf.saxon.functions.Translate.TranslateFixed
-
- 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.s9api.XsltPackage
-
Get the name of the package (the URI appearing as the value of xsl:package/@name
)
- getName() - Method in class net.sf.saxon.serialize.CharacterMap
-
Get the name of the character map
- getName() - Method in class net.sf.saxon.style.XSLPackage
-
Get the name of the package (the value of its @name attribute)
- 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 name of this type.
- getName() - Method in class net.sf.saxon.type.JavaExternalObjectType
-
Get the local name of this type.
- getName() - Method in class net.sf.saxon.type.NumericType
-
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
- getNameCode(String, int) - Method in class com.saxonica.ee.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(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 interface net.sf.saxon.om.FingerprintedNode
-
Get nameCode.
- 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.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.option.axiom.AxiomDocumentNodeWrapper
-
Get name code.
- getNameCode() - Method in class net.sf.saxon.tree.linked.AttributeImpl
-
Get the name code, which enables the name to be located in the name pool
- 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.TinyAttributeImpl
-
Get the name code of the node, used for finding names in the name pool
- 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).
- getNameCodeArray() - Method in class net.sf.saxon.tree.tiny.TinyTree
-
Get the array holding node name information
- getNameCodes() - Method in class com.saxonica.ee.schema.AllModelGroup
-
Get the namecodes of the element particles corresponding to each
item in the maxima/minima arrays.
- getNamedComparisonPredicateIndex(NodeInfo, XPathContext) - Method in class com.saxonica.ee.trans.ModeExperimental
-
- getNamedComparisonPredicateIndex(XPathContext, int, String, String) - Method in class com.saxonica.ee.trans.ModeExperimental
-
- getNamedDecimalFormat(DecimalFormatManager, String) - Method in class net.sf.saxon.functions.FormatNumber
-
Get a decimal format, given its lexical QName
- getNamedDecimalFormat(StructuredQName) - Method in class net.sf.saxon.trans.DecimalFormatManager
-
Get a named decimal-format registered using setNamedDecimalFormat
- getNamedNodeChain(NodeInfo, XPathContext) - Method in class com.saxonica.ee.trans.ModeEE
-
Find the named node rule chain for a given node
- getNamedOutputProperties(StructuredQName) - Method in class net.sf.saxon.style.StylesheetPackage
-
Get a set of named output properties
- getNamedRuleChain(XPathContext, int, String, String) - Method in class net.sf.saxon.trans.SimpleMode
-
Get a rule chain for a particular node name without allocating a fingerprint from the name pool
- 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
- getNamedTimeZone(String) - Static method in class net.sf.saxon.expr.number.NamedTimeZone
-
Get the TimeZone object for a given Olson timezone name
- getNameExp() - Method in class com.saxonica.ee.update.RenameExpression
-
- getNameExp() - Method in class net.sf.saxon.expr.instruct.ComputedAttribute
-
Get the expression used to compute the name of the attribute
- getNameExp() - Method in class net.sf.saxon.expr.instruct.ComputedElement
-
Get the expression used to compute the element name
- getNameExp() - Method in class net.sf.saxon.expr.instruct.NamespaceConstructor
-
- getNameExp() - Method in class net.sf.saxon.expr.instruct.ProcessingInstruction
-
- getNamePool() - Method in class com.saxonica.ee.schema.PreparedSchema
-
Get the NamePool used by this schema
- getNamePool() - Method in class com.saxonica.ee.schema.SchemaCompiler
-
Get the NamePool
- getNamePool() - Method in class com.saxonica.ee.schema.UserDefinedType
-
Get the NamePool in which the name of this type is defined
- getNamePool() - Method in class com.saxonica.ee.stream.om.FleetingDocumentNode
-
Get the NamePool that holds the namecode for this node
- getNamePool() - Method in class com.saxonica.ee.stream.om.FleetingNode
-
Get the NamePool that holds the namecode for this node
- 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 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.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.XPathContext
-
Get the Name Pool
- getNamePool() - Method in class net.sf.saxon.expr.XPathContextMinor
-
Get the Name Pool
- getNamePool() - Method in interface net.sf.saxon.om.FingerprintedNode
-
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.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.LocalNameTest
-
- 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.StaticQueryContext
-
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
-
- getNamePool() - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
-
Get the name pool for this node
- 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.FingerprintedQName
-
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
- getNamespaceBindings() - Method in class net.sf.saxon.tree.tiny.TinyTree
-
Get the array used to hold the namespace declarations
- getNamespaceContext() - Method in class com.saxonica.ee.schema.EnumerationFacet
-
Get the namespace context of the value
- getNamespaceContext() - Method in class com.saxonica.ee.schema.IdentityField
-
Get the namespace context for evaluating the XPath expression
- getNamespaceContext() - Method in class com.saxonica.ee.schema.IdentitySelector
-
Get the namespace context for evaluating the XPath expression
- getNamespaceContext() - Method in class com.saxonica.ee.schema.TypeAlternative
-
Get the namespace context for evaluating the XPath expression
- getNamespaceContext() - Method in class com.saxonica.pull.PullToStax
-
- getNamespaceContext() - Method in class net.sf.saxon.event.StreamWriterToReceiver
-
Return the current namespace context.
- 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
-
- getNamespaceContextExpr() - Method in class com.saxonica.xslt3.instruct.EvaluateInstr
-
- 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.
- getNamespaceExp() - Method in class net.sf.saxon.expr.instruct.ComputedAttribute
-
Get the expression used to compute the namespace part of the name of the attribute
- getNamespaceExp() - 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
-
- getNamespaceList() - Method in class net.sf.saxon.tree.linked.ElementImpl
-
Get the namespace list for this element.
- getNamespaceNodeIndex(String) - Method in class com.saxonica.ee.stream.om.FleetingElementNode
-
Get the index position of a namespace node with given local name (=prefix
- 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 class com.saxonica.xqj.SaxonXQStaticContext
-
- getNamespacePrefixes() - Method in interface javax.xml.xquery.XQStaticContext
-
Returns the prefixes of all the statically known namespaces.
- getNamespaceResolver() - Method in class com.saxonica.ee.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 class com.saxonica.ee.stream.watch.AbstractWatch
-
Get the namespace resolver in use by the Watch
- getNamespaceResolver() - Method in interface com.saxonica.ee.stream.watch.Watch
-
Get the namespace resolver in use by the Watch
- getNamespaceResolver() - Method in class com.saxonica.ee.validate.ContentValidator
-
Get the namespace resolver
- getNamespaceResolver() - Method in class net.sf.saxon.expr.CastableToList
-
- getNamespaceResolver() - Method in class net.sf.saxon.expr.CastableToUnion
-
Get the namespace resolver to be used for resolving namespace-sensitive content (QNames)
- 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
-
Get the namespace resolver that will be used to resolve any namespace-sensitive values (such as QNames) when casting
- 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.GeneralComparison
-
Get the namespace context for this expression, needed in the event that one operand contains untyped
atomic values and the other contains QNames
- 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.expr.UnionConstructorFunction
-
Get the namespace resolver that will be used to resolve any namespace-sensitive values (such as QNames) when casting
- 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.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.ee.schema.ElementParticle
-
Get the namespace URI of this element particle
- 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(String) - Method in class com.saxonica.xqj.SaxonXQStaticContext
-
- 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() - Method in class net.sf.saxon.pattern.SameNameTest
-
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.
- getNaN() - Method in class net.sf.saxon.trans.DecimalSymbols
-
Get the NaN symbol value
- getNearbyText() - Method in class net.sf.saxon.expr.parser.XPathParser.NestedLocation
-
Get text appearing near to the error (typically a syntax error) within the source
text of the expression or query.
- getNetCost() - Method in class net.sf.saxon.expr.Expression
-
Return the net cost of evaluating this expression, excluding the cost of evaluating
its operands.
- getNetCost() - Method in class net.sf.saxon.expr.FunctionCall
-
Return the estimated cost of evaluating an expression.
- getNetCost() - Method in class net.sf.saxon.expr.instruct.Instruction
-
Return the estimated cost of evaluating an expression.
- getNetCost() - Method in class net.sf.saxon.expr.sort.DocumentSorter
-
Return the net cost of evaluating this expression, excluding the cost of evaluating
its operands.
- getNewAttributes() - Method in class com.saxonica.ee.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.ee.update.ReplaceNodeAction
-
Get the list of nodes acting as the replacement nodes
- getNewName() - Method in class com.saxonica.ee.update.RenameAction
-
Get the new name as an integer namecode
- getNewStringValue() - Method in class com.saxonica.ee.update.InsertAttributeAction
-
Get the string value of the inserted attribute
- getNewTypeCode() - Method in class com.saxonica.ee.update.InsertAttributeAction
-
Get the type code of the inserted attribute
- getNewValueExpression() - Method in class com.saxonica.xslt3.instruct.AccumulatorRule
-
- getNewValueExpression(Compilation, ComponentDeclaration) - Method in class com.saxonica.xslt3.style.XSLAccumulatorRule
-
- 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.AttributeImpl
-
Get the next node in document order (skipping attributes)
- getNextInDocument(NodeImpl) - Method in class net.sf.saxon.tree.linked.NodeImpl
-
Get the next node in document order
- 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.AttributeImpl
-
Get next sibling - not defined for attributes
- 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.ee.validate.ContentValidator
-
Determine whether this type permits xsi:nil = true BlockCom
- getNilledProperty(NodeInfo) - Static method in class net.sf.saxon.functions.Nilled_1
-
Determine whether a node has the nilled property
- getNode() - Method in class com.saxonica.xqj.SaxonXQForwardSequence
-
- getNode() - Method in class com.saxonica.xqj.SaxonXQItem
-
- getNode() - Method in class com.saxonica.xqj.SaxonXQSequence
-
- getNode() - Method in interface javax.xml.xquery.XQItemAccessor
-
Gets the item as a DOM node.
- getNode(XPathContext) - Method in class net.sf.saxon.expr.RootExpression
-
Return the first element selected by this Expression
- 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
-
- getNodeDepthArray() - Method in class net.sf.saxon.tree.tiny.TinyTree
-
Get the array holding node depth information
- getNodeKind() - Method in class com.saxonica.ee.stream.om.FleetingNode
-
Get the kind of node.
- getNodeKind() - Method in class com.saxonica.pull.UnconstructedDocument
-
- getNodeKind() - Method in class com.saxonica.pull.UnconstructedElement
-
- 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.AxiomDocumentNodeWrapper
-
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.ContentTypeTest
-
- 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.SameNameTest
-
Get the node kind that this name test matches
- getNodeKind() - Method in class net.sf.saxon.s9api.XdmNode
-
Get the kind of node.
- getNodeKind() - Method in class net.sf.saxon.tree.linked.AttributeImpl
-
Return the type of node.
- getNodeKind() - Method in class net.sf.saxon.tree.linked.CommentImpl
-
- 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.ProcInstImpl
-
- 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.TinyAttributeImpl
-
Return the type 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.ee.validate.SchemaAttributeTest
-
Get a mask indicating which kinds of nodes this NodeTest can match.
- getNodeKindMask() - Method in class com.saxonica.ee.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.LocalNameTest
-
Get a mask indicating which kinds of nodes this NodeTest can match.
- getNodeKindMask() - Method in class net.sf.saxon.pattern.MultipleNodeKindTest
-
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.
- getNodeKindMask() - Method in class net.sf.saxon.pattern.SameNameTest
-
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 class com.saxonica.pull.ElementNameTracker
-
Get the node name identifying the name of the current node.
- getNodeName() - Method in class com.saxonica.pull.PullFromIterator
-
Get the NodeName identifying the name of the current node.
- getNodeName() - Method in class com.saxonica.pull.TinyTreeWalker
-
Get a nodeName identifying the name of the current node.
- getNodeName() - Method in class com.saxonica.pull.TreeWalker
-
Get the NodeName identifying the name of the current node.
- getNodeName() - Method in class com.saxonica.pull.UnconstructedElement
-
Get the name of this node
- getNodeName() - Method in class com.saxonica.pull.VirtualTreeWalker
-
Get the nameCode identifying the name of the current node.
- getNodeName() - Method in class com.saxonica.xqj.SaxonXQItemType
-
- 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.pull.PullFilter
-
- getNodeName() - Method in interface net.sf.saxon.pull.PullProvider
-
Get the NodeName identifying the name of the current node.
- getNodeName() - Method in class net.sf.saxon.pull.StaxBridge
-
Get the NodeName identifying the name of the current node.
- getNodeName() - Method in class net.sf.saxon.s9api.XdmNode
-
Get the name of the node, as a QName
- getNodeName() - Method in class net.sf.saxon.tree.linked.AttributeImpl
-
Get the name of the node.
- getNodeName() - Method in class net.sf.saxon.tree.linked.ElementImpl
-
Get the name of the node.
- getNodeName() - Method in class net.sf.saxon.tree.linked.NodeImpl
-
Get the name of the node.
- getNodeName() - Method in class net.sf.saxon.tree.linked.ProcInstImpl
-
Get the name of the node.
- 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(NodeInfo) - Static method in class net.sf.saxon.tree.util.Navigator
-
Helper method to get the name of a node as a structuredQName.
- getNodeNumber() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
-
Get the node number of this node within the TinyTree.
- getNodeTest() - Method in class com.saxonica.ee.expr.AxisExpressionADJ
-
- 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
- getNodeTest() - Method in class net.sf.saxon.pattern.NodeTestPattern
-
- getNodeTest() - Method in class net.sf.saxon.pattern.SimplePositionalPattern
-
Get the node test
- getNodeTestAdjunct(NodeTest) - Static method in class com.saxonica.ee.pattern.Adjunct
-
- 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 class com.saxonica.xqj.SaxonXQForwardSequence
-
- getNodeUri() - Method in class com.saxonica.xqj.SaxonXQItem
-
- getNodeUri() - Method in class com.saxonica.xqj.SaxonXQSequence
-
- getNodeUri() - Method in interface javax.xml.xquery.XQItemAccessor
-
Returns the URI for this item.
- 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
- getNonMatching() - Method in class net.sf.saxon.expr.instruct.AnalyzeString
-
- getNormalizer() - Method in class net.sf.saxon.serialize.UnicodeNormalizer
-
Get the underlying normalizer
- getNotation(StructuredQName) - Method in class com.saxonica.ee.schema.PreparedSchema
-
Get the notation with a given name
- getNotation() - Method in class com.saxonica.ee.schema.sdoc.XSDNotation
-
- getNotationName() - Method in class com.saxonica.ee.schema.Notation
-
Get the notation name
- getNotationPublicId() - Method in class com.saxonica.ee.schema.Notation
-
Get the public identifier of the notation
- getNotationSystemId() - Method in class com.saxonica.ee.schema.Notation
-
Get the system identifier of the notation
- getNthChildExpression(NodeInfo, int) - Method in class com.saxonica.trans.PackageLoaderPE
-
- 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(Locale, String, Configuration) - Static method in class com.saxonica.config.pe.ICUNumbererPE
-
Returns a suitable configured ICU numberer or a specialist subclass thereof.
- 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 com.saxonica.functions.hof.PartialApply
-
- 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
- getNumberOfCompletedTasks() - Method in class com.saxonica.ee.trans.CountingCompletionService
-
- getNumberOfConditions() - Method in class net.sf.saxon.expr.instruct.Choose
-
- getNumberOfElementParticles() - Method in class com.saxonica.ee.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
- getNumberOfOperands() - Method in class net.sf.saxon.expr.oper.OperandArray
-
Get the number of operands in the operand array
- getNumberOfParams() - Method in class net.sf.saxon.expr.instruct.LocalParamBlock
-
- getNumberOfPlaceHolders() - Method in class com.saxonica.functions.hof.PartialApply
-
- getNumberOfRanges() - Method in class net.sf.saxon.z.IntRangeSet
-
Get the number of ranges actually in use
- getNumberOfStates() - Method in class com.saxonica.ee.schema.fsa.FiniteStateMachine
-
Determine the number of states in this finite state machine
- getNumberOfSubmittedTasks() - Method in class com.saxonica.ee.trans.CountingCompletionService
-
- 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.ee.schema.DigitsFacet
-
Get the value of this facet as an integer (used for integer facets such as minLength or totalDigits)
- getObject() - Method in class com.saxonica.xqj.SaxonXQForwardSequence
-
- getObject() - Method in class com.saxonica.xqj.SaxonXQItem
-
- getObject() - Method in class com.saxonica.xqj.SaxonXQSequence
-
- 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
- getObjectConverter() - Method in class com.saxonica.xqj.SaxonXQDataFactory
-
Get the ObjectConverter in use.
- getObjectName() - Method in class com.saxonica.ee.bytecode.CompiledExpression
-
- getObjectName() - Method in class com.saxonica.xslt3.instruct.Accumulator
-
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 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 com.saxonica.xslt3.style.XSLMode
-
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.ExpressionInfo
-
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.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.NamedTemplate
-
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 class net.sf.saxon.style.XSLGeneralVariable
-
- getObjectName() - Method in class net.sf.saxon.style.XSLGlobalVariable
-
- 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.
- getObjectName() - Method in class net.sf.saxon.trans.Mode
-
- 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.ee.schema.SchemaCompiler
-
Get the occurrence limits previously set using setOccurrenceLimits (or the default)
- getOldAttribute() - Method in class com.saxonica.ee.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.
- getOnCompletion() - Method in class com.saxonica.xslt3.instruct.IterateInstr
-
- getOnError() - Method in class net.sf.saxon.functions.URIQueryParameters
-
Get the value of the on-error=fail|warning|ignore parameter, or null if unspecified
- getOp() - Method in class net.sf.saxon.functions.SuperId.ElementWithId
-
- getOp() - Method in class net.sf.saxon.functions.SuperId
-
- getOp() - Method in class net.sf.saxon.functions.SuperId.Id
-
- getOp() - Method in class net.sf.saxon.functions.UnparsedEntity
-
- getOp() - Method in class net.sf.saxon.functions.UnparsedEntity.UnparsedEntityPublicId
-
- getOp() - Method in class net.sf.saxon.functions.UnparsedEntity.UnparsedEntityUri
-
- getOpenContentMode() - Method in class com.saxonica.ee.schema.UserComplexType
-
Ask whether open content permitted on this complex type is interleaved or suffixed.
- getOpenContentModeString() - Method in class com.saxonica.ee.schema.UserComplexType
-
- getOpenContentWildcard() - Method in class com.saxonica.ee.schema.fsa.FiniteStateMachine
-
Get the open content wildcard, if any
- getOpenContentWildcard() - Method in class com.saxonica.ee.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(int) - Method in class net.sf.saxon.expr.oper.OperandArray
-
Get the operand whose identifying number is n.
- getOperand() - Method in class net.sf.saxon.expr.UnaryExpression
-
- getOperand() - Method in class net.sf.saxon.z.IntComplementPredicate
-
Get the operand
- getOperanda() - Method in class net.sf.saxon.expr.flwor.TupleExpression
-
Get the data structure holding the operands of this expression.
- getOperanda() - Method in class net.sf.saxon.expr.FunctionCall
-
Get the data structure holding the operands of this expression.
- getOperanda() - Method in class net.sf.saxon.expr.instruct.Block
-
Get the children of this instruction
- getOperanda() - Method in class net.sf.saxon.expr.SimpleExpression
-
Get the data structure holding the operands of this expression.
- getOperanda() - Method in class net.sf.saxon.ma.arrays.ArrayBlock
-
Get the data structure holding the operands of this expression.
- getOperandExpression(int) - Method in class net.sf.saxon.expr.oper.OperandArray
-
Get the child expression associated with the operand whose identifying number is n.
- getOperandItemType() - Method in class net.sf.saxon.expr.Atomizer
-
- getOperandPreconditions(PatternOptimizationEE, Expression) - Static method in class com.saxonica.ee.expr.ExpressionADJ
-
Get preconditions for the operands of an expression
- getOperandPreconditions(PatternOptimizationEE) - Method in class com.saxonica.ee.expr.ExpressionADJ
-
Get preconditions for the operands of an expression
- getOperandRole(int) - Method in class com.saxonica.ee.optim.IndexedFilterExpression
-
- getOperandRole() - Method in class com.saxonica.functions.hof.FunctionSequenceCoercer
-
- getOperandRole() - Method in class com.saxonica.xslt3.instruct.OnEmptyExpr
-
Get the usage (in terms of streamability analysis) of the single operand
- getOperandRole() - Method in class com.saxonica.xslt3.instruct.OnNonEmptyExpr
-
Get the usage (in terms of streamability analysis) of the single operand
- getOperandRole() - Method in class com.saxonica.xslt3.instruct.WherePopulated
-
Get the usage (in terms of streamability analysis) of the single operand
- getOperandRole() - Method in class net.sf.saxon.expr.AdjacentTextNodeMerger
-
- getOperandRole() - Method in class net.sf.saxon.expr.AtomicSequenceConverter
-
- getOperandRole() - Method in class net.sf.saxon.expr.Atomizer
-
- getOperandRole(int) - Method in class net.sf.saxon.expr.BinaryExpression
-
Get the operand role
- getOperandRole(int) - Method in class net.sf.saxon.expr.BooleanExpression
-
- getOperandRole() - Method in class net.sf.saxon.expr.CardinalityChecker
-
- getOperandRole() - Method in class net.sf.saxon.expr.CastableToList
-
- getOperandRole() - Method in class net.sf.saxon.expr.CastableToUnion
-
Get the operand role for streamability analysis
- getOperandRole() - Method in class net.sf.saxon.expr.CastingExpression
-
- getOperandRole() - Method in class net.sf.saxon.expr.CastToList
-
- getOperandRole() - Method in class net.sf.saxon.expr.CastToUnion
-
Get the usage (in terms of streamability analysis) of the single operand
- getOperandRole() - Method in class net.sf.saxon.expr.CompareToIntegerConstant
-
- getOperandRole() - Method in class net.sf.saxon.expr.ConsumingOperand
-
Get the usage (in terms of streamability analysis) of the single operand
- getOperandRole() - Method in class net.sf.saxon.expr.EmptyTextNodeRemover
-
- getOperandRole(int) - Method in class net.sf.saxon.expr.FilterExpression
-
- getOperandRole() - Method in class net.sf.saxon.expr.HomogeneityChecker
-
- getOperandRole(int) - Method in class net.sf.saxon.expr.IdentityComparison
-
- getOperandRole() - Method in class net.sf.saxon.expr.InstanceOfExpression
-
- getOperandRole() - Method in class net.sf.saxon.expr.ItemChecker
-
- getOperandRole() - Method in class net.sf.saxon.expr.NegateExpression
-
- getOperandRole() - Method in class net.sf.saxon.expr.Operand
-
Get the operand role
- getOperandRole() - Method in class net.sf.saxon.expr.SingleItemFilter
-
- getOperandRole() - Method in class net.sf.saxon.expr.SingletonAtomizer
-
- getOperandRole(int) - Method in class net.sf.saxon.expr.SlashExpression
-
- getOperandRole() - Method in class net.sf.saxon.expr.sort.DocumentSorter
-
- getOperandRole() - Method in class net.sf.saxon.expr.TailCallLoop
-
- getOperandRole() - Method in class net.sf.saxon.expr.TailExpression
-
- getOperandRole() - Method in class net.sf.saxon.expr.UnaryExpression
-
Get the usage (in terms of streamability analysis) of the single operand
- getOperandRole() - Method in class net.sf.saxon.expr.UnionConstructorFunction
-
Get the usage (in terms of streamability analysis) of the single operand
- getOperandRole(int) - Method in class net.sf.saxon.expr.VennExpression
-
Get the operand role (applies to both operands)
- getOperandRoles() - Method in class net.sf.saxon.expr.instruct.UserFunction
-
Get the roles of the arguments, for the purposes of streaming
- getOperandRoles() - Method in class net.sf.saxon.functions.AbstractFunction
-
Get the roles of the arguments, for the purposes of streaming
- getOperandRoles() - Method in class net.sf.saxon.functions.Concat
-
Get the roles of the arguments, for the purposes of streaming
- getOperandRoles() - Method in class net.sf.saxon.functions.SystemFunction
-
Get the roles of the arguments, for the purposes of streaming
- getOperandRoles() - Method in class net.sf.saxon.ma.arrays.SimpleArrayItem
-
Get the roles of the arguments, for the purposes of streaming
- getOperandRoles() - Method in class net.sf.saxon.ma.map.HashTrieMap
-
Get the roles of the arguments, for the purposes of streaming
- getOperandRoles() - Method in class net.sf.saxon.ma.map.RangeKey
-
Get the roles of the arguments, for the purposes of streaming
- getOperandRoles() - Method in interface net.sf.saxon.om.Function
-
Get the roles of the arguments, for the purposes of streaming
- 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
- getOperations() - Method in class net.sf.saxon.regex.Operation.OpSequence
-
- getOperator(String) - Static method in class com.saxonica.trans.PackageLoaderPE
-
- getOperator() - Method in class net.sf.saxon.expr.BinaryExpression
-
Get the operator
- getOperator() - Method in class net.sf.saxon.expr.QuantifiedExpression
-
- getOperator() - Method in class net.sf.saxon.pattern.CombinedNodeTest
-
- getOperatorName() - Method in class net.sf.saxon.pattern.ExceptPattern
-
Get the relevant operator: "union", "intersect", or "except"
- getOperatorName() - Method in class net.sf.saxon.pattern.IntersectPattern
-
Get the relevant operator: "union", "intersect", or "except"
- getOperatorName() - Method in class net.sf.saxon.pattern.UnionPattern
-
Get the relevant operator: "union", "intersect", or "except"
- getOperatorName() - Method in class net.sf.saxon.pattern.VennPattern
-
Get the relevant operator: "union", "intersect", or "except"
- 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 class com.saxonica.xqj.SaxonXQStaticContext
-
- getOrderingMode() - Method in interface javax.xml.xquery.XQStaticContext
-
Gets the ordering mode defined in the static context.
- 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.
- getOrElse(T) - Method in class net.sf.saxon.ma.trie.Option
-
- 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.
- getOriginalExpression() - Method in class com.saxonica.ee.bytecode.CompiledExpression
-
Get the original (uncompiled) expression of which this is the compiled form
- getOriginalNode() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
-
Get the original (wrapped) node
- getOriginalSchema() - Method in class com.saxonica.ee.schema.sdoc.XSDOverride
-
- getOriginalSchemaDocument() - Method in class com.saxonica.ee.schema.sdoc.XSDOverride
-
- getOriginalTemplate() - Method in class com.saxonica.ee.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.
- getOriginator() - Method in class com.saxonica.ee.update.PendingUpdateAction
-
Get the originating update expression.
- getOtherwiseExpression() - Method in class com.saxonica.ee.optim.SwitchExpression
-
Get the default ("otherwise") expression
- getOut() - Method in class com.saxonica.StatsTransform.StatsCase
-
- getOutermostElement(TreeInfo) - 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(StructuredQName) - Method in class net.sf.saxon.expr.instruct.Executable
-
Get a named output format
- getOutputProperties() - Method in class net.sf.saxon.jaxp.IdentityTransformer
-
Get the output properties for the transformation.
- getOutputProperties() - Method in class net.sf.saxon.jaxp.TemplatesImpl
-
Get the properties corresponding to the effective xsl:output element.
- getOutputProperties() - Method in class net.sf.saxon.PreparedStylesheet
-
Get the properties for xsl:output.
- getOutputProperties() - Method in class net.sf.saxon.serialize.AdaptiveEmitter
-
- getOutputProperties() - Method in class net.sf.saxon.serialize.Emitter
-
Get the output properties
- getOutputProperties() - Method in class net.sf.saxon.serialize.JSONEmitter
-
Get the output properties
- getOutputProperty(String) - Method in class net.sf.saxon.jaxp.IdentityTransformer
-
Get an output property that is in effect for the transformer.
- getOutputProperty(Serializer.Property) - Method in class net.sf.saxon.s9api.Serializer
-
Get the value of a serialization property
- getOutputProperty(QName) - 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
- getOutputStream() - Method in class net.sf.saxon.serialize.ExpandedStreamResult
-
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.
- getOverriddenComponent() - Method in class net.sf.saxon.style.StyleElement
-
Get the component that this declaration overrides, or null if this is not an overriding declaration
- getOverriddenComponent(SymbolicName) - Method in class net.sf.saxon.style.StylesheetPackage
-
If this component overrides a component named N, get the component that N overrides (that
is, the component identified by xsl:original appearing within the overriding declaration of N)
- 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.
- getPackage() - Method in class com.saxonica.trans.PackageLoaderPE
-
- getPackage(String, PackageVersionRanges) - Method in class net.sf.saxon.trans.PackageLibrary
-
Return a package from the library that has the given name and whose version lies in the given ranges.
- getPackage(String, PackageVersionRanges, boolean) - Method in class net.sf.saxon.trans.PackageLibrary
-
Return the first or latest package from the library that has the given name
and whose version lies in the given ranges
- getPackage(String) - Method in class net.sf.saxon.trans.PackageLibrary
-
Return the latest version of a package of the given name from the library.
- getPackageData() - Method in class net.sf.saxon.expr.Expression
-
Get information about the containing package
- getPackageData() - Method in class net.sf.saxon.expr.flwor.Clause
-
- getPackageData() - Method in class net.sf.saxon.expr.instruct.ComponentCode
-
Get basic data about the unit of compilation (XQuery module, XSLT package) to which this
container belongs
- getPackageData() - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
- getPackageData() - Method in class net.sf.saxon.expr.parser.RetainedStaticContext
-
Get information about the package (unit of compilation)
- getPackageData() - Method in interface net.sf.saxon.expr.StaticContext
-
Get information about the containing package (unit of compilation)
- getPackageData() - Method in class net.sf.saxon.query.QueryModule
-
Get package data.
- getPackageData() - Method in class net.sf.saxon.query.XQueryExpression
-
Get data about the unit of compilation (XQuery module, XSLT package) to which this
container belongs
- getPackageData() - Method in class net.sf.saxon.query.XQueryFunction
-
Get data about the unit of compilation (XQuery module, XSLT package) to which this
container belongs
- getPackageData() - Method in class net.sf.saxon.style.Compilation
-
Get information about the package that was compiled in the course of this Compilation
- getPackageData() - Method in class net.sf.saxon.style.ExpressionContext
-
- getPackageData() - Method in class net.sf.saxon.style.StyleElement
-
- getPackageData() - Method in class net.sf.saxon.sxpath.AbstractStaticContext
-
Get data about the unit of compilation (XQuery module, XSLT package) to which this
container belongs
- getPackageLibrary() - Method in class net.sf.saxon.s9api.XsltCompiler
-
- getPackageLibrary() - Method in class net.sf.saxon.trans.CompilerInfo
-
Get the package library to be used during the compilation episode.
- getPackageName() - Method in class net.sf.saxon.style.StylesheetPackage
-
Get the name identifier of the xsl:package as an absolute URI
- getPackages() - Method in class net.sf.saxon.expr.instruct.Executable
-
Get information about the packages in this executable
- getPackages() - Method in class net.sf.saxon.trans.PackageLibrary
-
Supply all the packages that currently exist in this library
- getPackageVersion() - Method in class net.sf.saxon.s9api.XsltPackage
-
- getPackageVersion() - Method in class net.sf.saxon.style.StylesheetPackage
-
Get the package-version identifier appearing on the xsl:package element
- getPackageVersion() - Method in class net.sf.saxon.style.XSLPackage
-
Get the package version (the value of the @package-version attribute)
- getPackageVersionRanges() - Method in class com.saxonica.ee.packages.XSLUsePackage
-
Get the ranges of package versions this use-package directive will accept.
- getPackStack() - Method in class com.saxonica.trans.PackageLoaderPE
-
- getPairwiseComposition(int, int) - Method in class net.sf.saxon.serialize.codenorm.NormalizerData
-
Returns the composite of the two characters.
- getParam(StructuredQName) - Method in class net.sf.saxon.style.XSLTemplate
-
- getParameter(QName) - Method in class com.saxonica.ee.s9api.SchemaValidatorImpl
-
Get the value that has been set for a schema parameter (a parameter defined in the schema using
the saxon:param
extension)
- getParameter(StructuredQName) - Method in class net.sf.saxon.Controller
-
Get the value of a supplied parameter (XSLT) or external variable (XQuery)
- getParameter(String) - Method in class net.sf.saxon.jaxp.IdentityTransformer
-
Get a parameter that was explicitly set with setParameter.
- getParameter(String) - Method in class net.sf.saxon.jaxp.TransformerImpl
-
Get a parameter that was explicitly set with setParameter.
- getParameter(StructuredQName) - 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
- getParameterizedSequenceType(Type) - Static method in class net.sf.saxon.expr.PJConverter
-
Get the nearest XPath equivalent to a Java parameterized type.
- getParameterNames() - Method in class net.sf.saxon.expr.instruct.ParameterSet
-
Get the set of key names
- getParameters() - Method in class com.saxonica.ee.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.
- 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.ee.stream.om.FleetingNode
-
Get the NodeInfo object representing the parent of this node
- getParent() - Method in class com.saxonica.pull.UnconstructedParent
-
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.jaxp.FilterImpl
-
Get the parent reader.
- getParent() - Method in class net.sf.saxon.om.DocumentInfo
-
- 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.AxiomDocumentNodeWrapper
-
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.TinyAttributeImpl
-
Get the parent 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.SnapshotNode
-
Get the NodeInfo object representing 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.Expression
-
Get the parent expression of this expression in the expression tree.
- getParentExpression() - Method in class net.sf.saxon.expr.Operand
-
Get the parent expression of this operand
- 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.functions.Doc
-
Get the parsing options set via setParseOptions()
- getParseOptions() - Method in class net.sf.saxon.lib.AugmentedSource
-
Get the ParseOptions defined in this AugmentedSource
- getParserFeature(String) - Method in class net.sf.saxon.lib.ParseOptions
-
Get a particular parser feature added
- getParserFeatures() - Method in class net.sf.saxon.lib.ParseOptions
-
Get all the parser features added
- getParserProperties() - Method in class net.sf.saxon.lib.ParseOptions
-
Get all the parser properties added
- getParserProperty(String) - Method in class net.sf.saxon.lib.ParseOptions
-
Get a particular parser property added
- 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.ee.schema.fsa.Edge
-
Get the element or wildcard particle causing this transition
- getParticle() - Method in class com.saxonica.ee.schema.UserComplexType
-
Get the (extended) particle representing the content model of this complex type.
- getParticles() - Method in class com.saxonica.ee.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() - Method in interface net.sf.saxon.lib.Invalidity
-
Get a hierarchic path giving the logical position in the instance document where the
validation error was found
- getPath() - Method in class net.sf.saxon.s9api.StaticError
-
Get the absolute XPath expression that identifies the node within its document
where the error occurred, if available
- 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
- getPath() - Method in class net.sf.saxon.type.ValidationFailure
-
- 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 com.saxonica.ee.optim.XQueryExpressionEE
-
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.trans.Rule
-
- getPatternAdjunct(Pattern) - Static method in class com.saxonica.ee.pattern.Adjunct
-
- getPatternExpression() - Method in class net.sf.saxon.expr.instruct.AnalyzeString
-
- getPatternOptimization() - Method in class net.sf.saxon.trans.CompilerInfo
-
Get the pattern optimization options to be used during this compilation
- getPatternPreconditions(PatternOptimizationEE, Pattern) - Static method in class com.saxonica.ee.pattern.PatternADJ
-
Get the preconditions for a pattern
- 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.ee.update.XQueryParserEE
-
Get the permitted set of standard functions in this environment
- getPermittedFunctions() - Method in class com.saxonica.expr.XQueryParserPE
-
Get the permitted set of standard functions in this environment
- getPermittedFunctions() - Method in class net.sf.saxon.query.XQueryParser
-
Get the permitted set of standard functions in this environment
- getPhase() - Method in class com.saxonica.functions.xslt3.AccumulatorFn.AccumulatorAfter
-
- getPhase() - Method in class com.saxonica.functions.xslt3.AccumulatorFn.AccumulatorBefore
-
- getPhase() - Method in class com.saxonica.functions.xslt3.AccumulatorFn
-
- 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.
- getPicSeparators(String) - Static method in class net.sf.saxon.functions.FormatInteger
-
Get the picture separators and filter
them out of the picture.
- getPIData() - Method in class com.saxonica.pull.PullToStax
-
- getPIData() - Method in class net.sf.saxon.evpull.EventToStaxBridge
-
- getPIName() - Method in class com.saxonica.xqj.SaxonXQItemType
-
- getPIName() - Method in interface javax.xml.xquery.XQItemType
-
Returns the name of the processing instruction type.
- getPipelineConfiguration() - Method in class com.saxonica.ee.schema.SchemaCompiler
-
Get the pipeline configuration
- getPipelineConfiguration() - Method in class com.saxonica.ee.schema.sdoc.SchemaNodeFactory
-
Get the pipeline configuration
- getPipelineConfiguration() - Method in class com.saxonica.ee.stream.feed.DecomposingFeed
-
Get the pipeline configuration
- getPipelineConfiguration() - Method in interface com.saxonica.ee.stream.feed.Feed
-
Get the pipeline configuration
- getPipelineConfiguration() - Method in class com.saxonica.ee.stream.feed.ItemFeed
-
Get the pipeline configuration
- getPipelineConfiguration() - Method in class com.saxonica.ee.stream.watch.AbstractWatch
-
Get the pipeline configuration in use
- getPipelineConfiguration() - Method in interface com.saxonica.ee.stream.watch.Watch
-
Get the pipeline configuration in use
- getPipelineConfiguration() - Method in class com.saxonica.ee.validate.Checker
-
- 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 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.ma.json.JsonReceiver
-
- 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.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.ee.schema.UserAtomicType
-
Get the set of atomic types that are subsumed by this type
- getPlainMemberTypes() - Method in class com.saxonica.ee.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 class net.sf.saxon.type.NumericType
-
Get the "plain" types in the transitive membership.
- 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
-
Get the "plain" types in the transitive membership.
- 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() - Method in class com.saxonica.xqj.SaxonXQForwardSequence
-
- getPosition() - Method in class com.saxonica.xqj.SaxonXQSequence
-
- 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.pattern.SimplePositionalPattern
-
Get the required position
- 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
- getPositionVariable() - Method in class net.sf.saxon.expr.flwor.ForClause
-
Get the position variable (the variable bound by the "at" clause)
- 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.ee.stream.watch.AccumulatorWatch
-
- getPosture() - Method in enum com.saxonica.ee.stream.Posture
-
- getPosture() - Method in class com.saxonica.ee.stream.PostureAndSweep
-
Get the posture component
- getPosture() - Method in interface com.saxonica.ee.stream.PostureGetter
-
- getPosture() - Method in class net.sf.saxon.expr.Expression
-
- getPostureAndSweepIfKnown() - Method in class net.sf.saxon.expr.Expression
-
Get the posture and sweep of the expression if these have already been computed
- getPreAllocatedAtomicComparer() - Method in class net.sf.saxon.functions.CollatingFunctionFixed
-
Get the pre-allocated atomic comparer, if available
- getPrecedence() - Method in class net.sf.saxon.style.ComponentDeclaration
-
Get the import precedence of the declaration, which is the same as the import
precedence of the module in which it appears
- getPrecedence() - Method in class net.sf.saxon.style.StylesheetModule
-
- getPrecedence() - Method in class net.sf.saxon.trans.Rule
-
- getPreconditionGroups() - Method in class com.saxonica.ee.expr.WhichOf
-
Group the subexpressions that share the same preconditions
- getPreconditionIndexes() - Method in class com.saxonica.ee.optim.RuleOptimized
-
- getPreconditions(PatternOptimizationEE) - Method in class com.saxonica.ee.expr.AxisExpressionADJ
-
- getPreconditions(PatternOptimizationEE) - Method in class com.saxonica.ee.expr.BinaryExpressionADJ
-
- getPreconditions(PatternOptimizationEE) - Method in class com.saxonica.ee.expr.ComparisonADJ
-
Find any necessary preconditions for the satisfaction of this expression
in either GeneralComparison or ValueComparison
as a set of boolean expressions to be evaluated on the context node
- getPreconditions(PatternOptimizationEE, Expression) - Static method in class com.saxonica.ee.expr.ExpressionADJ
-
Get the preconditions for an expression
- getPreconditions(PatternOptimizationEE) - Method in class com.saxonica.ee.expr.ExpressionADJ
-
Get the preconditions for an expression
- getPreconditions(PatternOptimizationEE) - Method in class com.saxonica.ee.expr.FilterExpressionADJ
-
- getPreconditions(PatternOptimizationEE) - Method in class com.saxonica.ee.expr.OrExpressionADJ
-
- getPreconditions(PatternOptimizationEE) - Method in class com.saxonica.ee.expr.SlashExpressionADJ
-
- getPreconditions(PatternOptimizationEE) - Method in class com.saxonica.ee.expr.UnaryExpressionADJ
-
- getPreconditions(PatternOptimizationEE) - Method in class com.saxonica.ee.expr.WhichOfADJ
-
- getPreconditions() - Method in class com.saxonica.ee.optim.RuleOptimized
-
- getPreconditions(PatternOptimizationEE) - Method in class com.saxonica.ee.pattern.AncestorQualifiedPatternADJ
-
- getPreconditions() - Method in class com.saxonica.ee.pattern.GeneralNodePatternADJ
-
Find useful preconditions for this pattern to be true
- getPreconditions(PatternOptimizationEE) - Method in class com.saxonica.ee.pattern.PatternADJ
-
Get the preconditions for a pattern
- getPreconditions() - Method in class net.sf.saxon.expr.AxisExpression
-
Find any necessary preconditions for the satisfaction of this expression
as a set of boolean expressions to be evaluated on the context node
- getPreconditions() - Method in class net.sf.saxon.expr.GlobalVariableReference
-
- 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.ee.stream.watch.AccumulatorWatch
-
- getPredicate() - Method in class net.sf.saxon.expr.flwor.WhereClause
-
- getPredicate() - Method in class net.sf.saxon.pattern.PatternWithPredicate
-
- getPredicate() - Method in class net.sf.saxon.regex.Operation.OpCharClass
-
- getPreferences() - Static method in class com.saxonica.config.pe.ICUNumbererPE
-
- getPrefix() - Method in class com.saxonica.ee.stream.om.FleetingNode
-
Get the prefix of the name of the node.
- 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.UnconstructedElement
-
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 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() - Method in class net.sf.saxon.om.FingerprintedQName
-
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.AxiomDocumentNodeWrapper
-
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.TinyAttributeImpl
-
Get the prefix part of the name of this node.
- 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)
- getPreparedSchema() - Method in class com.saxonica.ee.jaxp.SchemaReference
-
Get the PreparedSchema object wrapped by this SchemaReference
- getPreparedSchema() - Method in class com.saxonica.ee.schema.SchemaCompiler
-
Get the PreparedSchema.
- getPreviousInDocument() - Method in class net.sf.saxon.tree.linked.AttributeImpl
-
Get the previous node in document order (skipping attributes)
- 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.AttributeImpl
-
Get previous sibling - not defined for attributes
- 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.ee.schema.UserAtomicType
-
Get the primitive type from which this type is derived.
- getPrimitiveItemType() - Method in class com.saxonica.ee.schema.UserUnionType
-
Method defined in ItemType: get a primitive supertype in the ItemType type hierarchy
- 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 interface net.sf.saxon.type.ItemType
-
Get the primitive item type corresponding to this item type.
- getPrimitiveItemType() - Method in class net.sf.saxon.type.JavaExternalObjectType
-
Get the primitive item type corresponding to this item type.
- getPrimitiveItemType() - Method in class net.sf.saxon.type.NumericType
-
Get the primitive item type corresponding to this item type.
- getPrimitiveItemType() - Method in interface net.sf.saxon.type.PlainType
-
Redeclare getPrimitiveItemType() to return a more specific result type
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.NestedIntegerValue
-
- 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.ee.schema.UserAtomicType
-
Get the primitive type from which this type is derived.
- getPrimitiveType() - Method in class com.saxonica.ee.schema.UserUnionType
-
Method defined in ItemType: get a primitive supertype in the ItemType type hierarchy
- getPrimitiveType() - Method in class com.saxonica.ee.validate.SchemaAttributeTest
-
Determine the types of nodes to which this pattern applies.
- getPrimitiveType() - Method in class com.saxonica.ee.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.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.pattern.SameNameTest
-
Determine the types of nodes to which this pattern applies.
- 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
-
Return the integer fingerprint of the underlying primitive 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.type.JavaExternalObjectType
-
Get the primitive type corresponding to this item type.
- getPrimitiveType() - Method in class net.sf.saxon.type.NumericType
-
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.NestedIntegerValue
-
- 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.Compilation
-
Get the (most recent) stylesheet package compiled using this Compilation
- getPrincipalStylesheetModule() - Method in class net.sf.saxon.style.PrincipalStylesheetModule
-
Get the outermost stylesheet module in a package
- getPrincipalStylesheetModule() - Method in class net.sf.saxon.style.StyleElement
-
Get the principal stylesheet module of the package in which
this XSLT element appears
- getPrincipalStylesheetModule() - Method in class net.sf.saxon.style.StylesheetModule
-
- getPrintStream() - Method in class net.sf.saxon.lib.StandardLogger
-
Get the output destination used for messages
- getPriority() - Method in class net.sf.saxon.trans.Rule
-
- getProcessContents() - Method in class com.saxonica.ee.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.Serializer
-
Get the Processor associated with this Serializer.
- 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
- getProcessor() - Method in class net.sf.saxon.s9api.XsltExecutable
-
Get the Processor that was used to create this XsltExecutable
- getProcessor() - Method in class net.sf.saxon.s9api.XsltPackage
-
Get the processor under which this package was created
- getProcessorVersion() - Method in class net.sf.saxon.style.Compilation
-
Get the XSLT processor version, determining whether processing should be done according to the XSLT 2.0
or XSLT 3.0 specification.
- getProcessorVersion() - Method in class net.sf.saxon.style.StyleElement
-
Determine what version of the XSLT the configured processor supports
- getProductMajorVersion() - Method in class com.saxonica.xqj.SaxonXQMetaData
-
- getProductMajorVersion() - Method in interface javax.xml.xquery.XQMetaData
-
Gets the major version of this product.
- getProductMinorVersion() - Method in class com.saxonica.xqj.SaxonXQMetaData
-
- getProductMinorVersion() - Method in interface javax.xml.xquery.XQMetaData
-
Gets the minor version of this product.
- getProductName() - Method in class com.saxonica.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.
- 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 class com.saxonica.xqj.SaxonXQMetaData
-
- 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
- getProgram() - Method in class net.sf.saxon.regex.REMatcher
-
Returns the current regular expression program in use by this matcher object.
- getProng(int) - Method in class com.saxonica.xslt3.instruct.Fork
-
Get the n'th child expression of the xsl:fork (zero-based)
- getProperties() - Method in class com.saxonica.ee.bytecode.CompiledExpression
-
- getProperties() - Method in class com.saxonica.ee.bytecode.iter.CompiledBlockIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - Method in class com.saxonica.ee.bytecode.iter.CompiledFilterIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - Method in class com.saxonica.ee.bytecode.iter.OneToOneMappingIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - Method in class com.saxonica.ee.optim.MultithreadedContextMappingIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - Method in class com.saxonica.ee.pattern.preconditions.IndexMatcher
-
- getProperties() - Method in class com.saxonica.xslt3.instruct.MergeGroupingIterator
-
- getProperties() - Method in class com.saxonica.xslt3.instruct.MergeIterator
-
Get properties of this iterator, as a bit-significant integer.
- 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.ComponentCode
-
Get an iterator over all the properties available.
- getProperties() - Method in class net.sf.saxon.expr.instruct.ExpressionInfo
-
Get an iterator over all the properties available.
- 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.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.InsertBefore.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.FocusTrackingIterator
-
Get properties of this iterator, as a bit-significant integer.
- 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.ReverseListIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - Method in class net.sf.saxon.tree.iter.SingleAtomicIterator
-
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.
- getProperties() - Method in class net.sf.saxon.value.StringValue.UnicodeCharacterIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperty(String) - Method in class com.saxonica.ee.bytecode.CompiledExpression
-
- getProperty(String) - Method in class com.saxonica.ee.jaxp.SchemaFactoryImpl
-
Look up the value of a property.
- getProperty(String) - Method in class com.saxonica.ee.jaxp.ValidatingReader
-
Look up the value of a property.
- getProperty(String) - Method in class com.saxonica.ee.jaxp.ValidatorHandlerImpl
-
Look up the value of a property.
- getProperty(String) - Method in class com.saxonica.ee.jaxp.ValidatorImpl
-
Look up the value of a property.
- getProperty(String) - Method in class com.saxonica.pull.PullToStax
-
- getProperty(String) - Method in class com.saxonica.xqj.SaxonXQDataSource
-
Get a configuration property setting.
- 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.ComponentCode
-
- getProperty(String) - Method in class net.sf.saxon.expr.instruct.ExpressionInfo
-
- 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.TraceExpression
-
Get a named property of the instruction/expression
- getProperty(String) - Method in class net.sf.saxon.expr.UserFunctionCall
-
- getProperty(String, String, RetainedStaticContext) - Static method in class net.sf.saxon.functions.SystemProperty
-
Here's the real code:
- getProperty(String) - Method in class net.sf.saxon.jaxp.FilterImpl
-
Look up the value of a property.
- getProperty(String) - Method in class net.sf.saxon.query.XQueryFunction
-
Get the value of a particular property of the instruction.
- getProperty(QName) - Static method in class net.sf.saxon.s9api.Serializer
-
Get the Property with a given QName
- 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.
- getPropertyValue(String) - Method in class net.sf.saxon.trans.SimpleMode
-
Get the value of a property of this mode, e.g.
- getProvenance() - Method in class com.saxonica.ee.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, One<StringValue>) - 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.ee.schema.SchemaStructure
-
Get the public ID of the containing module, if known.
- getPublicId() - Method in class com.saxonica.ee.stream.om.FleetingNode
-
Get the Public ID of the entity containing the node.
- 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.pull.UnconstructedParent
-
Get the Public ID of the entity containing the node.
- 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.flwor.ClauseInfo
-
Return the public identifier for the current document event.
- getPublicId() - Method in class net.sf.saxon.expr.instruct.ComponentCode
-
- getPublicId() - Method in class net.sf.saxon.expr.instruct.ExpressionInfo
-
Get the public ID of the module containing the instruction.
- 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.LocalParam
-
Get the publicId of the module containing the expression (to satisfy the SourceLocator interface)
- getPublicId() - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
- getPublicId() - Method in class net.sf.saxon.expr.instruct.TraceExpression
-
- getPublicId() - Method in class net.sf.saxon.expr.parser.ExplicitLocation
-
Get the Public ID
- getPublicId() - Method in interface net.sf.saxon.expr.parser.Location
-
Get the Public ID
- getPublicId() - Method in class net.sf.saxon.expr.parser.XPathParser.NestedLocation
-
Get the public identifier.
- getPublicId() - Method in class net.sf.saxon.om.GenericTreeInfo
-
Get the Public ID of the entity containing the node.
- getPublicId() - Method in interface net.sf.saxon.om.NodeInfo
-
Get the Public ID of the entity containing the node.
- getPublicId() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
-
Get the Public ID of the entity containing the node.
- 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.style.UseWhenStaticContext
-
- getPublicId() - Method in class net.sf.saxon.sxpath.IndependentContext
-
- getPublicId() - Method in class net.sf.saxon.tree.AttributeLocation
-
Get the Public ID
- 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.NamespaceNode
-
Get the Public ID of the entity containing the 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.AbstractNodeWrapper
-
Get the Public ID of the entity containing the node.
- getPublicId() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
-
- getPublicId() - Method in class net.sf.saxon.tree.wrapper.SnapshotNode
-
Return the public identifier for the current document event.
- 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 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.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 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.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 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
- getPullStream(TuplePull, XPathContext) - Method in class net.sf.saxon.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
- 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.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 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.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 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
- getPushStream(TuplePush, XPathContext) - Method in class net.sf.saxon.expr.flwor.WindowClause
-
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).
- getQNameAttribute(NodeInfo, String) - Method in class com.saxonica.trans.PackageLoaderPE
-
- getQNameParser() - Method in class net.sf.saxon.expr.parser.XPathParser
-
Get the QNameParser to be used while parsing
- getQNameParser() - Method in class net.sf.saxon.style.Compilation
-
Get the QNameParser for parsing QNames in this compilation
Note that the namespaceResolver will be unitialized
- getQNameParts(CharSequence) - Static method in class net.sf.saxon.om.NameChecker
-
Validate a QName, and return the prefix and local name.
- getQNameTest() - Method in class net.sf.saxon.trans.ComponentTest
-
- getQueryLanguageTypeAndVersion() - Method in class com.saxonica.xqj.SaxonXQStaticContext
-
- getQueryLanguageTypeAndVersion() - Method in interface javax.xml.xquery.XQStaticContext
-
Gets the value of the language type and version property.
- 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 class com.saxonica.xqj.SaxonXQStaticContext
-
- getQueryTimeout() - Method in interface javax.xml.xquery.XQStaticContext
-
Retrieves the number of seconds an implementation will wait for a
query to execute.
- getRangeVariable() - Method in class net.sf.saxon.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 net.sf.saxon.expr.flwor.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 net.sf.saxon.expr.flwor.Clause
-
Get the variables bound by this clause
- getRangeVariables() - Method in class net.sf.saxon.expr.flwor.CountClause
-
Get the number of 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.GroupByClause
-
Get the 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.flwor.WindowClause
-
Get the variables bound by this clause
- getRangeVariables() - Method in class net.sf.saxon.expr.parser.XPathParser
-
Get the stack of in-scope range variables
- getRank() - Method in class net.sf.saxon.trans.Rule
-
- getRawConditionSize() - Method in class com.saxonica.ee.pattern.preconditions.RealPreconditions
-
- 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(Configuration) - Method in class com.saxonica.ee.s9api.SchemaValidatorImpl
-
- getReceiver() - Method in class com.saxonica.ee.stream.adjunct.ConditionalBlockAdjunct.ConditionalBlockFeed
-
Get a receiver to which start and end events for documents and elements can be
written.
- getReceiver() - Method in class com.saxonica.ee.stream.adjunct.TryCatchAdjunct.TryCatchFeed
-
Get a receiver to which start and end events for documents and elements can be
written.
- getReceiver() - Method in class com.saxonica.ee.stream.feed.CardinalityCheckingFeed
-
- getReceiver() - Method in class com.saxonica.ee.stream.feed.ComplexNodeEventFeed
-
- getReceiver() - Method in class com.saxonica.ee.stream.feed.CopyOfFeed
-
Get a receiver to which start and end events for documents and elements can be
written.
- getReceiver() - Method in class com.saxonica.ee.stream.feed.DecomposingFeed
-
Get the destination receiver
- getReceiver() - Method in interface com.saxonica.ee.stream.feed.Feed
-
Get a receiver to which start and end events for documents and elements can be
written.
- getReceiver() - Method in class com.saxonica.ee.stream.feed.FilteringFeed
-
Get a receiver to which start and end events for documents and elements can be
written.
- getReceiver() - Method in class com.saxonica.ee.stream.feed.ItemCheckingFeed
-
- getReceiver() - Method in class com.saxonica.ee.stream.feed.ItemFeed
-
Get a receiver to which start and end events for documents and elements can be
written.
- getReceiver() - Method in class com.saxonica.ee.stream.watch.AbstractWatch
-
Get a receiver to which start and end events for documents and elements can be
written.
- getReceiver() - Method in class com.saxonica.ee.stream.watch.ForkingWatch
-
Get a receiver to which start and end events for documents and elements can be
written.
- 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(PipelineConfiguration) - 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
-
Return a Receiver.
- 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.ee.schema.sdoc.XSDRedefine
-
Get the referenced schema after redefinition of redefined components
- getRedefinitionLevel() - Method in class com.saxonica.ee.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 class net.sf.saxon.type.NumericType
-
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
- getRegex() - 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).
- getRegularExpression(Sequence[]) - Method in class net.sf.saxon.functions.RegexFunction
-
Get the regular expression at evaluation time
- getRelationship(JavaExternalObjectType) - Method in class net.sf.saxon.type.JavaExternalObjectType
-
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.
- getRepeatedOperation() - Method in class net.sf.saxon.regex.Operation.OpRepeat
-
Get the operation being repeated
- getReplacementExp() - Method in class com.saxonica.ee.update.ReplaceNodeExpression
-
- getReplacementExp() - Method in class com.saxonica.ee.update.ReplaceValueExpression
-
- getReplacementSchema() - Method in class com.saxonica.ee.schema.sdoc.XSDOverride
-
- getReplacementString() - Method in class net.sf.saxon.style.XSLOutputCharacter
-
- getReportingHandler() - Method in class com.saxonica.ee.s9api.SchemaValidatorImpl
-
- getReportingHandler() - Method in class net.sf.saxon.s9api.SchemaValidator
-
- 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
- getRequiredCardinality() - Method in class net.sf.saxon.functions.TreatFn.ExactlyOne
-
- getRequiredCardinality() - Method in class net.sf.saxon.functions.TreatFn
-
- getRequiredCardinality() - Method in class net.sf.saxon.functions.TreatFn.OneOrMore
-
- getRequiredCardinality() - Method in class net.sf.saxon.functions.TreatFn.ZeroOrOne
-
- 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.AccessorFn
-
Get the required component
- getRequiredContextItemType() - Method in class com.saxonica.xslt3.style.XSLContextItem
-
- getRequiredContextItemType() - Method in class net.sf.saxon.expr.instruct.NamedTemplate
-
- getRequiredContextItemType() - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
- getRequiredContextItemType() - Method in interface net.sf.saxon.expr.StaticContext
-
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.style.XSLTemplate
-
- 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.ee.validate.SchemaAttributeTest
-
Get the set of node names allowed by this NodeTest.
- getRequiredNodeNames() - Method in class com.saxonica.ee.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.
- getRequiredNodeNames() - Method in class net.sf.saxon.pattern.SameNameTest
-
Get the set of node names allowed by this NodeTest.
- getRequiredPrimitiveType() - Method in class com.saxonica.ee.bytecode.map.AtomicSequenceMappingFunction
-
- getRequiredSlots() - Method in class net.sf.saxon.expr.Assignation
-
Get the number of slots required.
- getRequiredType() - Method in class com.saxonica.expr.XPathParserPE.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.GlobalVariable
-
Get the required type of this variable
- getRequiredType() - Method in class net.sf.saxon.expr.instruct.LocalParam
-
Get the required type of this variable
- getRequiredType() - Method in class net.sf.saxon.expr.instruct.NamedTemplate
-
Get the required type to be returned by this template
- getRequiredType() - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
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.instruct.WithParam
-
Get the required type of this variable
- getRequiredType() - Method in class net.sf.saxon.expr.ItemChecker
-
Get the required type
- getRequiredType() - Method in class net.sf.saxon.expr.Operand
-
Get the required type of the operand
- getRequiredType() - Method in class net.sf.saxon.expr.OperandRole
-
Get the required type of the operand
- 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.SystemFunction
-
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.
- getResource(String, Configuration) - Method in class net.sf.saxon.lib.StandardEntityResolver
-
Get a resource from the classpath.
- getResourceAsStream(String) - Method in class net.sf.saxon.trans.DynamicLoader
-
- getResourceResolver() - Method in class com.saxonica.ee.jaxp.SchemaFactoryImpl
-
Get the resolver used for dereferencing URIs encountered during schema processing and validation.
- getResourceResolver() - Method in class com.saxonica.ee.jaxp.ValidatorHandlerImpl
-
- getResourceResolver() - Method in class com.saxonica.ee.jaxp.ValidatorImpl
-
- getResources(XPathContext) - Method in interface net.sf.saxon.lib.ResourceCollection
-
Get the resources in the collection.
- getResources(XPathContext) - Method in class net.sf.saxon.resource.CatalogCollection
-
- getResources(XPathContext) - Method in class net.sf.saxon.resource.DirectoryCollection
-
- getResources(XPathContext) - Method in class net.sf.saxon.resource.JarCollection
-
- getResourceURI() - Method in interface net.sf.saxon.lib.Resource
-
Get a URI that identifies this resource
- getResourceURI() - Method in class net.sf.saxon.resource.BinaryResource
-
- getResourceURI() - Method in class net.sf.saxon.resource.FailedResource
-
Get a URI that identifies this resource
- getResourceURI() - Method in class net.sf.saxon.resource.JSONResource
-
- getResourceURI() - Method in class net.sf.saxon.resource.MetadataResource
-
- getResourceURI() - Method in class net.sf.saxon.resource.UnparsedTextResource
-
- getResourceURI() - Method in class net.sf.saxon.resource.XmlResource
-
- getResourceURIs(XPathContext) - Method in interface net.sf.saxon.lib.ResourceCollection
-
Get the URIs of the resources in the collection.
- getResourceURIs(XPathContext) - Method in class net.sf.saxon.resource.CatalogCollection
-
- getResourceURIs(XPathContext) - Method in class net.sf.saxon.resource.DirectoryCollection
-
- getResourceURIs(XPathContext) - Method in class net.sf.saxon.resource.JarCollection
-
Get the URIs of the resources within the collection
- getResult() - Method in class com.saxonica.ee.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.ee.trans.Outcome
-
Get the result of the task if it was successful
- getResult(Expression, String, XPathContext, OutputURIResolver, boolean) - Static method in class net.sf.saxon.expr.instruct.ResultDocument
-
- getResult() - Method in class net.sf.saxon.jaxp.IdentityTransformerHandler
-
Get the output destination of the transformation
- getResult() - Method in class net.sf.saxon.jaxp.TransformerHandlerImpl
-
Get the output destination of the transformation
- getResult() - Method in class net.sf.saxon.ma.json.JsonHandler
-
- getResult() - Method in class net.sf.saxon.ma.json.JsonHandlerMap
-
- getResult() - Method in class net.sf.saxon.ma.json.JsonHandlerXML
-
Return the complete parsed result
- getResult() - Method in class net.sf.saxon.s9api.Serializer
-
Get the JAXP StreamResult object representing the output destination
of this serializer
- 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
- getResultDocumentThreadsLimit() - Method in class com.saxonica.config.EnterpriseConfiguration
-
Get the number of threads to be used for xsl:result-document instructions
- getResultItemType(Expression[]) - Method in class com.saxonica.functions.hof.ApplyFn
-
Get the return type, given knowledge of the actual arguments
- getResultItemType(Expression[]) - Method in class com.saxonica.functions.hof.FoldLeftFn
-
Get the return type, given knowledge of the actual arguments
- getResultItemType(Expression[]) - Method in class com.saxonica.functions.hof.FoldRightFn
-
Get the return type, given knowledge of the actual arguments
- getResultItemType(Expression[]) - Method in class com.saxonica.functions.hof.ForEachFn
-
Get the return type, given knowledge of the actual arguments
- getResultItemType(Expression[]) - Method in class com.saxonica.functions.hof.ForEachPairFn
-
Get the return type, given knowledge of the actual arguments
- getResultItemType() - Method in class com.saxonica.functions.xslt3.CurrentMergeGroup
-
Determine the item type of the value returned by the function
- getResultItemType(Expression[]) - Method in class net.sf.saxon.functions.Sum
-
- getResultItemType() - Method in class net.sf.saxon.functions.SystemFunction
-
Determine the item type of the value returned by the function
- getResultItemType(Expression[]) - Method in class net.sf.saxon.functions.SystemFunction
-
Get the return type, given knowledge of the actual arguments
- 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.ee.extfn.SchemaFn
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class com.saxonica.ee.extfn.ValidateFn
-
Get the type of the result of the function
- 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.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.EXPathFileBaseDir
-
- 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.Remember
-
- 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.TransformFn
-
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() - 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.Atan2Fn
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.functions.DynamicErrorInfo
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.functions.ExsltNodeSet
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.functions.IsIdRef
-
Get the type of the result of the 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.functions.Pi
-
- getResultType(SequenceType[]) - Method in class net.sf.saxon.functions.PowFn
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.functions.TrigonometricFn
-
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(SequenceType[]) - Method in class net.sf.saxon.ma.arrays.ArrayAppend
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.ma.arrays.ArrayFilter
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.ma.arrays.ArrayFlatten
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.ma.arrays.ArrayFoldLeft
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.ma.arrays.ArrayFoldRight
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.ma.arrays.ArrayForEach
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.ma.arrays.ArrayForEachPair
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.ma.arrays.ArrayFromSequence
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.ma.arrays.ArrayGet
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.ma.arrays.ArrayHead
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.ma.arrays.ArrayInsertBefore
-
Get the type of the result of the function
- getResultType() - Method in class net.sf.saxon.ma.arrays.ArrayItemType
-
Get the result type of this array, viewed as a function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.ma.arrays.ArrayJoin
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.ma.arrays.ArrayRemove
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.ma.arrays.ArrayReverse
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.ma.arrays.ArraySize
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.ma.arrays.ArraySort
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.ma.arrays.ArraySubarray
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.ma.arrays.ArrayTail
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.ma.arrays.ArrayToSequence
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.ma.map.MapContains
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.ma.map.MapCreate
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.ma.map.MapEntry
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.ma.map.MapForEach
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.ma.map.MapGet
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.ma.map.MapKeys
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.ma.map.MapMerge
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.ma.map.MapNew
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.ma.map.MapPut
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.ma.map.MapRemove
-
Get the type of the result of the function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.ma.map.MapSize
-
Get the type of the result of the function
- getResultType() - Method in class net.sf.saxon.ma.map.MapType
-
Get the result type of this map, viewed as a function
- getResultType(SequenceType[]) - Method in class net.sf.saxon.ma.map.MapUntypedContains
-
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
- getResultType() - Method in class net.sf.saxon.type.SpecificFunctionType
-
Get the result type
- getResultTypeOfCast() - Method in class com.saxonica.ee.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 class net.sf.saxon.type.NumericType
-
Get the result type of a cast operation to this union type, as a sequence type.
- getResultTypeOfCast() - Method in interface net.sf.saxon.type.UnionType
-
Get the result type of a cast operation to this union type, as a sequence type.
- getResultWhenEmpty() - Method in class net.sf.saxon.expr.ValueComparison
-
Get the result to be returned if one of the operands is an empty sequence
- getRetainedStaticContext() - Method in class com.saxonica.ee.expr.ExpressionADJ
-
- getRetainedStaticContext() - Method in class com.saxonica.ee.pattern.PatternADJ
-
- getRetainedStaticContext() - Method in class net.sf.saxon.expr.Expression
-
Get the retained static context of the expression
- getRetainedStaticContext() - Method in class net.sf.saxon.expr.instruct.ComponentCode
-
- getRetainedStaticContext() - Method in class net.sf.saxon.functions.SystemFunction
-
Get the static context in which the function operates, for use with functions whose result
depends on the static context
- getRetainedTupleExpression() - Method in class net.sf.saxon.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 com.saxonica.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.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.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).
- getReturnExp() - Method in class com.saxonica.ee.update.CopyModifyExpression
-
- getRevalidationMode() - Method in class net.sf.saxon.query.QueryModule
-
Get the revalidation mode.
- getReverseAction() - Method in class com.saxonica.ee.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.ee.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.EmptyIterator
-
Get another iterator over the same items, in reverse order.
- getReverseIterator() - Method in class net.sf.saxon.tree.iter.ListIterator
-
- getReverseIterator() - Method in class net.sf.saxon.tree.iter.ManualIterator
-
- getReverseIterator() - Method in class net.sf.saxon.tree.iter.ReverseListIterator
-
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.SingleAtomicIterator
-
- 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.expr.BinaryExpression
-
Get the right-hand operand
- getRhs() - Method in class net.sf.saxon.expr.CompareToIntegerConstant
-
- getRhs() - Method in interface net.sf.saxon.expr.ComparisonExpression
-
- getRHS() - Method in class net.sf.saxon.pattern.VennPattern
-
Get the RHS of the union
- getRhsExpression() - Method in class net.sf.saxon.expr.BinaryExpression
-
Get the right-hand operand expression
- getRhsExpression() - Method in class net.sf.saxon.expr.CompareToIntegerConstant
-
- getRhsExpression() - Method in interface net.sf.saxon.expr.ComparisonExpression
-
- 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)
- getRoles() - Method in class net.sf.saxon.expr.oper.OperandArray
-
Get the operand roles
- getRoot() - Method in class com.saxonica.ee.stream.om.FleetingNode
-
Get the root node of the tree containing this node
- getRoot() - Method in class com.saxonica.pull.UnconstructedParent
-
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.AxiomDocumentNodeWrapper
-
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.TinyAttributeImpl
-
Get the root node of the tree (not necessarily a document 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
- getRoot() - Method in class net.sf.saxon.tree.wrapper.SnapshotNode
-
Get the root node of the tree containing this node
- 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
- getRootElement() - Method in class net.sf.saxon.style.StylesheetModule
-
- 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
- getRootNode() - Method in class com.saxonica.ee.stream.om.FleetingDocumentNode
-
Get the NodeInfo object representing the document node at the root of the tree
- getRootNode() - Method in class com.saxonica.pull.UnconstructedDocument
-
Get the NodeInfo object representing the document node at the root of the tree
- getRootNode() - Method in class net.sf.saxon.om.GenericTreeInfo
-
Get the NodeInfo object representing the root of the tree (not necessarily a document node)
- getRootNode() - Method in interface net.sf.saxon.om.TreeInfo
-
Get the NodeInfo object representing the document node at the root of the tree
- getRootNode() - Method in class net.sf.saxon.option.xom.XOMDocumentWrapper
-
Get the NodeInfo object representing the document node at the root of the tree
- getRootNode() - Method in class net.sf.saxon.tree.linked.DocumentImpl
-
Get the NodeInfo object representing the document node at the root of the tree
- getRootNode() - Method in class net.sf.saxon.tree.tiny.TinyDocumentImpl
-
Get the NodeInfo object representing the document node at the root of the tree
- getRootNode() - Method in class net.sf.saxon.tree.tiny.TinyTree
-
- getRootNode() - Method in class net.sf.saxon.value.TextFragmentValue
-
Get the NodeInfo object representing the document node at the root of the tree
- getRoute() - Method in class com.saxonica.ee.stream.Inversion
-
Get the list of push actions making up the streaming route
- getRowSelect() - Method in class com.saxonica.xslt3.instruct.MergeInstr.MergeSource
-
- getRule(FleetingNode) - Method in class com.saxonica.ee.stream.watch.ApplyImportsAction
-
- getRule(FleetingNode) - Method in class com.saxonica.ee.stream.watch.ApplyTemplatesAction
-
Get the template rule matching a specific node
- getRule(FleetingNode) - Method in class com.saxonica.ee.stream.watch.NextMatchAction
-
- getRule(Item, XPathContext) - Method in class com.saxonica.ee.trans.CompoundMode
-
Get the rule corresponding to a given item, by finding the best pattern match.
- getRule(Item, XPathContext, Mode.RuleFilter) - Method in class com.saxonica.ee.trans.CompoundMode
-
Get the rule corresponding to a given item, by finding the best Pattern match.
- getRule(Item, XPathContext) - Method in class com.saxonica.ee.trans.ModeExperimental
-
- getRule(Item, XPathContext, Mode.RuleFilter) - Method in class com.saxonica.ee.trans.ModeExperimental
-
- getRule(Item, int, int, XPathContext) - Method in class com.saxonica.ee.trans.ModeExperimentalChoice
-
Get the rule corresponding to a given Node, by finding the best Pattern match, subject to a minimum
and maximum precedence.
- 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 item, 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.
- getRule(Item, XPathContext) - Method in class net.sf.saxon.trans.SimpleMode
-
Get the rule corresponding to a given item, by finding the best pattern match.
- getRule(Item, XPathContext, Mode.RuleFilter) - Method in class net.sf.saxon.trans.SimpleMode
-
Get the rule corresponding to a given item, by finding the best Pattern match.
- getRuleFromComparisonPredicateIndex(Item, XPathContext, Rule, ComparisonPredicateIndex, IndexMatcher, Mode.RuleFilter) - Method in class com.saxonica.ee.trans.ModeExperimental
-
- getRuleFromIndex(Item, XPathContext, Rule, HashMap<Expression, HashMap<Expression, List<Rule>>>, RuleSearchState, Mode.RuleFilter) - Method in class com.saxonica.ee.trans.ModeExperimental
-
Get the best rule match from an indexed set of indexed sets of rule lists
- getRuleManager() - Method in class net.sf.saxon.Controller
-
Get the Rule Manager.
- getRuleManager() - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
-
- getRuleManager() - Method in class net.sf.saxon.PreparedStylesheet
-
Get the RuleManager which handles template rules
- getRuleManager() - Method in class net.sf.saxon.style.PrincipalStylesheetModule
-
Get the rule manager used to manage modes declared explicitly or implicitly in this package
- getRuleManager() - Method in class net.sf.saxon.style.StylesheetPackage
-
Get the rule manager, which knows about all the modes present in the package
- getRules() - Method in class com.saxonica.ee.bytecode.map.AtomicSequenceMappingFunction
-
- getRules() - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
Get the rules that use this template.
- getSavedXPathContext() - Method in class net.sf.saxon.value.Closure
-
- getSaxonEdition() - Method in class net.sf.saxon.s9api.Processor
-
Get the short name of the Saxon product edition, for example "EE".
- getSaxonItem() - Method in class com.saxonica.xqj.SaxonXQItem
-
- getSaxonItem() - Method in interface com.saxonica.xqj.SaxonXQItemAccessor
-
Get the current item, in the form of a Saxon Item object.
- getSaxonItem() - Method in class com.saxonica.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 com.saxonica.xqj.SaxonXQStaticContext
-
Get a new Saxon StaticQueryContext object holding the information held in this
XQStaticContext
- getSaxonXQStaticContext() - Method in class com.saxonica.xqj.SaxonXQPreparedExpression
-
- getSchema() - Method in class com.saxonica.ee.schema.sdoc.SchemaElement
-
Get the schema corresponding to the contents of the schema document containing this element
- getSchema() - Method in class com.saxonica.ee.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.
- getSchemaAwareExpr() - Method in class com.saxonica.xslt3.instruct.EvaluateInstr
-
- getSchemaComparable() - Method in class com.saxonica.ee.validate.CompactStringValue
-
- 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.NestedIntegerValue
-
- 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.ee.schema.sdoc.SchemaNodeFactory
-
Get the SchemaCompiler associated with this node factory
- getSchemaCompiler() - Method in class com.saxonica.ee.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.ee.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.
- getSchemaNamespaces() - Method in class net.sf.saxon.style.StylesheetPackage
-
Get the set of namespaces of schema declarations imported into this package
- getSchemaNodeFactory() - Method in class com.saxonica.ee.schema.sdoc.SchemaElement
-
Get the nodeFactory used to create this element.
- getSchemaPart() - Method in interface net.sf.saxon.lib.Invalidity
-
Get the part number of the XSD schema specification containing the constraint that
has been violated
- getSchemaPart() - Method in class net.sf.saxon.type.ValidationFailure
-
Get the "schema part" component of the constraint reference
- getSchemaType(StructuredQName) - Method in class com.saxonica.config.EnterpriseConfiguration
-
Get the top-level schema type definition with a given QName.
- getSchemaType(StructuredQName) - Method in class com.saxonica.ee.schema.PreparedSchema
-
Get the type with a given name if there is one.
- getSchemaType() - Method in class com.saxonica.ee.schema.TypeAlternative
-
Get the fixed-up schema type for this alternative
- getSchemaType() - Method in class com.saxonica.ee.stream.om.FleetingNode
-
Get the type annotation of this node, if any.
- getSchemaType() - Method in class com.saxonica.ee.validate.AllElementValidator
-
Get the schema type against which we are validating, if any
- getSchemaType() - Method in class com.saxonica.ee.validate.ComplexContentValidator
-
- getSchemaType() - Method in class com.saxonica.ee.validate.ContentValidator
-
Get the schema type against which we are validating, if any
- getSchemaType() - Method in class com.saxonica.ee.validate.EmptyContentValidator
-
Get the schema type against which we are validating, if any
- getSchemaType() - Method in class com.saxonica.ee.validate.LaxValidator
-
Get the schema type against which we are validating, if any
- getSchemaType() - Method in class com.saxonica.ee.validate.SimpleContentValidator
-
Get the schema type against which we are validating
- getSchemaType() - Method in class com.saxonica.ee.validate.SkipValidator
-
Get the schema type against which we are validating, if any
- 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(StructuredQName) - Method in class net.sf.saxon.Configuration
-
Get the top-level schema type definition with a given QName.
- 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.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.AttributeImpl
-
Get the type annotation
- 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.TinyAttributeImpl
-
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(int) - Method in class net.sf.saxon.tree.tiny.TinyTree
-
Get the type annotation of a node.
- 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.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.type.ValidationFailure
-
- getSchemaType() - Method in class net.sf.saxon.value.TextFragmentValue
-
Get the type annotation of this node, if any.
- getSchemaTypeAttribute() - Method in class com.saxonica.xslt3.style.XSLMergeSource
-
Get the value of the type attribute, if present
- getSchemaTypeByLocalName(String) - Static method in class net.sf.saxon.type.BuiltInType
-
Get the schema type with a given local name
- 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 class com.saxonica.xqj.SaxonXQItemType
-
- 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.
- 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.ee.s9api.SchemaManagerImpl
-
Get the SchemaURIResolver to be used during schema loading.
- getSchemaURIResolver() - Method in class com.saxonica.ee.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.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 com.saxonica.xqj.SaxonXQDataSource
-
Ask whether source documents will be validated against a schema
- 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.Xslt30Transformer
-
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.
- getSchemaValidator() - Method in class net.sf.saxon.s9api.DocumentBuilder
-
Get the SchemaValidator used to validate documents loaded using this
DocumentBuilder
.
- getScrollability() - Method in class com.saxonica.xqj.SaxonXQStaticContext
-
- getScrollability() - Method in interface javax.xml.xquery.XQStaticContext
-
Gets the value of the scrollability property.
- getSearchExpression() - Method in class com.saxonica.ee.optim.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.SaxonXMLGregorianCalendar
-
- getSecond() - Method in class net.sf.saxon.value.TimeValue
-
Get the second component, 0-59
- getSecondChildExpression(NodeInfo) - Method in class com.saxonica.trans.PackageLoaderPE
-
- getSecondDestination() - Method in class net.sf.saxon.event.TeeOutputter
-
Get the second destination
- getSeconds() - Method in class net.sf.saxon.value.DurationValue
-
Get the seconds component
- getSelect() - Method in class com.saxonica.xslt3.style.XSLAccumulatorRule
-
- getSelect() - Method in class com.saxonica.xslt3.style.XSLMergeSource
-
Get the select expression
- getSelect() - Method in class net.sf.saxon.expr.instruct.AnalyzeString
-
- getSelect() - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
-
Get the select expression
- getSelect() - Method in class net.sf.saxon.expr.instruct.CopyOf
-
- getSelect() - Method in class net.sf.saxon.expr.instruct.ForEach
-
Get the select expression
- getSelect() - Method in class net.sf.saxon.expr.instruct.Message
-
- getSelect() - Method in class net.sf.saxon.expr.instruct.SimpleNodeConstructor
-
Get the select expression, that is the expression that computes the content of the constructed node.
- getSelect() - Method in class net.sf.saxon.expr.sort.SortExpression
-
- getSelectExpr() - Method in class com.saxonica.xsltextn.instruct.Assign
-
- getSelectExpression() - Method in class com.saxonica.ee.optim.IndexedFilterExpression
-
Get the subexpression that sets the context item
- getSelectExpression() - Method in class com.saxonica.xslt3.instruct.IterateInstr
-
Get the select expression (the select attribute of the xsl:iterate)
- getSelectExpression() - Method in interface net.sf.saxon.expr.ContextSwitchingExpression
-
Get the subexpression that sets the context item
- getSelectExpression() - Method in class net.sf.saxon.expr.FilterExpression
-
Get the base expression
- getSelectExpression() - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
-
Get the select expression
- 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.GlobalVariable
-
Get the expression to which this variable is bound
- getSelectExpression() - Method in class net.sf.saxon.expr.instruct.LocalParam
-
Get the expression to which this variable is bound
- getSelectExpression() - Method in class net.sf.saxon.expr.instruct.WithParam
-
Get the expression to which this variable is bound
- getSelectExpression() - Method in class net.sf.saxon.expr.SlashExpression
-
Get the start expression (the left-hand operand)
- 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.ee.schema.IdentityField
-
Get the compiled XPath expression
- getSelection() - Method in class com.saxonica.ee.schema.IdentitySelector
-
Return the compiled XPath expression
- getSelection() - Method in class com.saxonica.ee.stream.watch.PatternWatch
-
Get the selection (that is, the restricted XPath expression) that defines
the nodes that this Watch is looking for
- getSelectionExpression() - Method in class net.sf.saxon.pattern.NodeSetPattern
-
Get the underlying expression
- getSelector() - Method in class com.saxonica.ee.schema.IdentityConstraint
-
Returns the selector of this IdentityConstraint.
- getSelectValue(XPathContext, Component) - Method in class net.sf.saxon.expr.instruct.GlobalVariable
-
Evaluate the variable.
- getSelectValue(XPathContext) - Method in class net.sf.saxon.expr.instruct.LocalParam
-
Evaluate the variable.
- getSelectValue(XPathContext) - Method in class net.sf.saxon.expr.instruct.WithParam
-
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 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
-
- getSequence() - Method in class net.sf.saxon.expr.flwor.LetClause
-
- getSequence() - Method in class net.sf.saxon.expr.flwor.WindowClause
-
- getSequence() - Method in class net.sf.saxon.trans.Rule
-
- getSequenceAsStream() - Method in class com.saxonica.xqj.SaxonXQForwardSequence
-
- getSequenceAsStream() - Method in class com.saxonica.xqj.SaxonXQSequence
-
- 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.
- getSequenceAsString(Properties) - Method in class com.saxonica.xqj.SaxonXQForwardSequence
-
- getSequenceAsString(Properties) - Method in class com.saxonica.xqj.SaxonXQSequence
-
- getSequenceAsString(Properties) - Method in interface javax.xml.xquery.XQSequence
-
- getSequenceNr() - Method in class com.saxonica.ee.stream.feed.AbsorptionFeed.PendingItem
-
Get the sequence number of this item within a set of items representing nested nodes
- getSequenceNumber() - Method in class net.sf.saxon.tree.linked.AttributeImpl
-
Get the node sequence number (in document order).
- 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.TinyAttributeImpl
-
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).
- getSequenceOp() - Method in class net.sf.saxon.expr.Assignation
-
- getSequenceReceiverPosition() - Method in class com.saxonica.ee.bytecode.util.GeneratedMethodInfo
-
- getSerializationProperties() - Method in class net.sf.saxon.serialize.SerializationParamsHandler
-
- getSerializerFactory() - Method in class net.sf.saxon.Configuration
-
Get the SerializerFactory.
- getSerialNumber() - Method in class com.saxonica.config.Verifier
-
Get the serial number of the license
- getSharedInstance(String) - Method in class com.saxonica.ee.schema.EnumerationFacetSet
-
Get an instance of the facet value that is stored in the schema rather than the instance
- getSharedInstance(AtomicSequence) - Method in class com.saxonica.ee.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.ee.schema.UserAtomicType
-
Get an instance of the facet value that is stored in the schema rather than the instance
- getShort() - Method in class com.saxonica.xqj.SaxonXQForwardSequence
-
- getShort() - Method in class com.saxonica.xqj.SaxonXQItem
-
- getShort() - Method in class com.saxonica.xqj.SaxonXQSequence
-
- getShort() - Method in interface javax.xml.xquery.XQItemAccessor
-
Gets the current item as a short
.
- 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.AxiomDocumentNodeWrapper
-
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(NodeInfo, NodeTest, int) - Static method in class net.sf.saxon.tree.util.Navigator
-
Get the sibling position of a node: specifically, count how many preceding siblings
of a node satisfy the nodetest.
- 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.value.SaxonDuration
-
Returns the sign of this duration in -1,0, or 1.
- getSimpleContentType() - Method in class com.saxonica.ee.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.ee.schema.UserComplexType
-
Get the reference to the simple content type
- getSimpleType() - Method in class com.saxonica.ee.schema.AttributeDecl
-
Get the type associated with this Attribute Declaration.
- getSimpleType(StructuredQName) - Method in class com.saxonica.ee.schema.PreparedSchema
-
Get the simple type with a given name if there is one.
- getSimpleType() - Method in class com.saxonica.ee.schema.sdoc.SimpleTypeDefinition
-
Get the simple type created for this definition
- getSimpleTypeDefinition() - Method in class com.saxonica.ee.schema.sdoc.XSDSimpleType
-
Returns the SimpleType created
- getSimplifiedContentModel() - Method in class com.saxonica.ee.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.ee.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 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.EquivalenceComparison
-
- 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
- getSize() - Method in class com.saxonica.xslt3.instruct.Fork
-
Get the number of prongs in the fork
- getSize() - Method in class net.sf.saxon.expr.flwor.TupleExpression
-
- getSlot(int) - Method in class net.sf.saxon.expr.flwor.TupleExpression
-
- getSlotManager() - Method in class com.saxonica.xslt3.style.XSLAccumulator
-
- getSlotManager() - Method in class net.sf.saxon.style.PrincipalStylesheetModule
-
- 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.StylesheetComponent
-
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 stack frame details.
- 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)
- getSlotManagerForInitialValueExpression() - Method in class com.saxonica.xslt3.instruct.Accumulator
-
Get the slotManager to be used for evaluating the initial-value expression
- getSlotNumber() - Method in class net.sf.saxon.expr.instruct.LocalParam
-
Get the slot number allocated to this variable
- getSlotNumber() - Method in class net.sf.saxon.expr.instruct.WithParam
-
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
- 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.ee.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
- getSortedConditions() - Method in class com.saxonica.ee.pattern.preconditions.EmptyPreconditions
-
- getSortedConditions() - Method in interface com.saxonica.ee.pattern.preconditions.PreconditionSet
-
- getSortedConditions() - Method in class com.saxonica.ee.pattern.preconditions.RealPreconditions
-
- 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(int) - Method in class net.sf.saxon.expr.sort.SortExpression
-
- getSortKeyDefinition(int) - Method in class net.sf.saxon.expr.sort.SortKeyDefinitionList
-
Get the i'th sort key definition, counting from zero
- getSortKeyDefinition() - Method in class net.sf.saxon.style.XSLSortOrMergeKey
-
- getSortKeyDefinitionList() - Method in class net.sf.saxon.expr.instruct.ForEachGroup
-
- getSortKeyDefinitionList() - Method in class net.sf.saxon.expr.sort.SortExpression
-
- 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
- getSource(String, String, PipelineConfiguration, String) - Static method in class com.saxonica.ee.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.
- getSourceBinding() - Method in class net.sf.saxon.style.XSLGlobalVariable
-
Get the source binding object that holds information about the declared variable.
- getSourceElement() - Method in class net.sf.saxon.style.ComponentDeclaration
-
Get the source declaration of this component
- getSourceElement() - Method in class net.sf.saxon.style.SourceBinding
-
Get the declaration in the stylesheet
- getSourceExpression() - Method in class com.saxonica.ee.update.InsertExpression
-
- 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() - 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.
- getSourceName() - Method in class com.saxonica.xslt3.style.XSLMergeSource
-
Get the name of the merge source, or null if not specified
- 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.ee.schema.sdoc.SchemaReader
-
Resolve and dereference a set of URIs to get a set of Source objects representing schema documents
- getSources() - Method in class net.sf.saxon.trans.PackageCatalog
-
Get the Source objects representing packages listed in the catalog
- getSpaceStrippingRule() - Method in class net.sf.saxon.Controller
-
- getSpecialProperties(Expression[]) - Method in class com.saxonica.functions.xslt3.CurrentMergeGroup
-
Determine the special properties of this expression.
- getSpecialProperties(Expression[]) - Method in class com.saxonica.functions.xslt3.CurrentOutputUri
-
Determine the special properties of this function.
- getSpecialProperties() - Method in class net.sf.saxon.expr.Expression
-
Get the static properties of this expression (other than its type).
- getSpecialProperties(Expression[]) - Method in class net.sf.saxon.functions.CollectionFn
-
- getSpecialProperties(Expression[]) - Method in class net.sf.saxon.functions.Doc
-
Get the static properties of this expression (other than its type).
- getSpecialProperties(Expression[]) - Method in class net.sf.saxon.functions.DocumentFn
-
Get the static properties of this expression (other than its type).
- getSpecialProperties(Expression[]) - Method in class net.sf.saxon.functions.Error
-
- getSpecialProperties(Expression[]) - Method in class net.sf.saxon.functions.GenerateId_1
-
Determine the special properties of this expression.
- getSpecialProperties(Expression[]) - Method in class net.sf.saxon.functions.Idref
-
Get the static properties of this expression (other than its type).
- getSpecialProperties(Expression[]) - Method in class net.sf.saxon.functions.Innermost
-
- getSpecialProperties(Expression[]) - Method in class net.sf.saxon.functions.KeyFn
-
Get the static properties of this expression (other than its type).
- getSpecialProperties(Expression[]) - Method in class net.sf.saxon.functions.Outermost
-
- getSpecialProperties(Expression[]) - Method in class net.sf.saxon.functions.Reverse
-
- getSpecialProperties(Expression[]) - Method in class net.sf.saxon.functions.Root_1
-
Get the static properties of this expression (other than its type).
- getSpecialProperties(Expression[]) - Method in class net.sf.saxon.functions.Subsequence_2
-
Get the static properties of this expression (other than its type).
- getSpecialProperties(Expression[]) - Method in class net.sf.saxon.functions.Subsequence_3
-
Get the static properties of this expression (other than its type).
- getSpecialProperties(Expression[]) - Method in class net.sf.saxon.functions.SuperId
-
Get the static properties of this expression (other than its type).
- getSpecialProperties(Expression[]) - Method in class net.sf.saxon.functions.SystemFunction
-
Determine the special properties of this function.
- getSpecialProperties(Expression[]) - Method in class net.sf.saxon.functions.Trace
-
Get the static properties of this expression (other than its type).
- getSpecialProperties(Expression[]) - Method in class net.sf.saxon.functions.UnparsedTextFunction
-
- 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.functions.URIQueryParameters
-
Get the value of stable=yes|no, or null if unspecified
- getStable() - Method in class net.sf.saxon.style.XSLSort
-
- getStable() - Method in class net.sf.saxon.style.XSLSortOrMergeKey
-
- getStackFrame() - Method in class com.saxonica.ee.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.ComponentCode
-
- getStackFrameMap() - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
- 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.
- getStackFrameSlotsNeeded() - Method in class com.saxonica.ee.trans.CompoundMode
-
- getStackFrameSlotsNeeded() - Method in class net.sf.saxon.trans.Mode
-
- getStackFrameSlotsNeeded() - Method in class net.sf.saxon.trans.SimpleMode
-
- 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 com.saxonica.ee.optim.IndexedFilterExpression
-
- getStart() - Method in class net.sf.saxon.expr.SlashExpression
-
Get the left-hand operand
- 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 net.sf.saxon.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.ee.validate.ValidatingFilter
-
Get the startTagBuffer
- getStartTagBuffer() - Method in class com.saxonica.ee.validate.ValidationContext
-
Get the startTagBuffer
- getState(int) - Method in class com.saxonica.ee.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.ee.schema.fsa.AutomatonState
-
Get the state number
- getStaticBaseURI() - Method in class net.sf.saxon.expr.Expression
-
Get the saved static base URI as a URI
- getStaticBaseUri() - Method in class net.sf.saxon.expr.parser.RetainedStaticContext
-
Get the static base URI as a URI.
- getStaticBaseURI() - Method in interface net.sf.saxon.expr.StaticContext
-
Get the static base URI, for resolving any relative URI's used
in the expression.
- getStaticBaseURI() - Method in class net.sf.saxon.query.QueryModule
-
Get the base URI for a module
- getStaticBaseURI() - 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.
- getStaticBaseURI() - Method in class net.sf.saxon.sxpath.AbstractStaticContext
-
Get the Base URI, for resolving any relative URI's used
in the expression.
- getStaticBaseURIString() - Method in class net.sf.saxon.expr.Expression
-
Get the saved static base URI as a string
- getStaticBaseUriString() - Method in class net.sf.saxon.expr.parser.RetainedStaticContext
-
Get the static base URI as a string.
- getStaticBaseUriString() - Method in class net.sf.saxon.functions.SystemFunction
-
- getStaticContext() - Method in class com.saxonica.ee.schema.Assertion
-
Get the static context for the expression
- getStaticContext() - Method in class com.saxonica.xqj.SaxonXQConnection
-
- getStaticContext() - Method in class com.saxonica.xqj.SaxonXQExpression
-
- getStaticContext() - Method in class com.saxonica.xqj.SaxonXQPreparedExpression
-
- 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.ExpressionVisitor
-
Get the static context for the expressions being visited.
- getStaticContext() - Method in class net.sf.saxon.expr.parser.XPathParser
-
Get the static context used by this expression parser
- 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(StructuredQName) - Method in class net.sf.saxon.style.StyleElement
-
- 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.
- getStaticField(Class, String, Class) - Method in class com.saxonica.ee.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
- getStaticRegex() - Method in class net.sf.saxon.functions.RegexFunction
-
- getStaticResultType() - Method in class com.saxonica.xqj.SaxonXQPreparedExpression
-
- getStaticResultType() - Method in interface javax.xml.xquery.XQPreparedExpression
-
Gets the static type information of the result sequence.
- getStaticSerializationProperty(StructuredQName) - Method in class net.sf.saxon.expr.instruct.ResultDocument
-
Get the value of a serialization property if it is statically known
- getStaticVariable(StructuredQName) - Method in class net.sf.saxon.style.Compilation
-
Get the value of a static variable
- getStaticVariableType(QName) - Method in class com.saxonica.xqj.SaxonXQPreparedExpression
-
- getStaticVariableType(QName) - Method in interface javax.xml.xquery.XQPreparedExpression
-
Retrieves the static type of a given external variable.
- getStats() - Method in class com.saxonica.ee.pattern.preconditions.Matcher
-
Produce statistics for the use of this matcher.
- getStats() - Method in class com.saxonica.StatsTransform.StatsCase
-
- getStem() - Method in class net.sf.saxon.value.NestedIntegerValue
-
- getStep() - Method in class net.sf.saxon.expr.SlashExpression
-
Get the right-hand operand
- getStreamability() - Method in class com.saxonica.config.EnterpriseConfiguration
-
Get the streamability rules to be applied.
- getStreamability(ContextSwitchingExpression, boolean, ContextItemStaticInfo, List<String>) - Static method in class com.saxonica.ee.stream.adjunct.ForEachAdjunct
-
- getStreamability() - Method in class net.sf.saxon.Configuration
-
Get the streamability rules to be applied.
- getStreamability(boolean, ContextItemStaticInfo, List<String>) - Method in class net.sf.saxon.expr.Expression
-
Get the posture and sweep of this expression as defined in the W3C streamability specifications.
- getStreamingAccumulatorValue(NodeInfo, Accumulator, AccumulatorFn.Phase) - Method in class com.saxonica.ee.stream.AccumulatorRegistryEE
-
Get the run-time value of a streamed accumulator
- getStreamingAccumulatorValue(NodeInfo, Accumulator, AccumulatorFn.Phase) - Method in class com.saxonica.xslt3.instruct.AccumulatorRegistryPE
-
Get the run-time value of a streamed accumulator
- getStreamingAdjunct() - Method in class com.saxonica.ee.stream.StreamInstr
-
Get a class that supports streamed evaluation of this expression
- getStreamingAdjunct() - Method in class com.saxonica.functions.hof.FilterFn
-
- getStreamingAdjunct() - Method in class com.saxonica.functions.xslt3.CurrentMergeGroup
-
Get a class that supports streamed evaluation of this expression
- getStreamingAdjunct() - Method in class com.saxonica.functions.xslt3.SnapshotFn
-
Get a class that supports streamed evaluation of this expression
- getStreamingAdjunct() - Method in class com.saxonica.xslt3.instruct.ConditionalBlock
-
Get a class that supports streamed evaluation of this expression
- 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.MergeInstr
-
- getStreamingAdjunct() - Method in class com.saxonica.xslt3.instruct.NextIteration
-
Get a class that supports streamed evaluation of this expression
- getStreamingAdjunct() - Method in class com.saxonica.xslt3.instruct.OnEmptyExpr
-
Get a class that supports streamed evaluation of this expression
- getStreamingAdjunct() - Method in class com.saxonica.xslt3.instruct.OnNonEmptyExpr
-
Get a class that supports streamed evaluation of this expression
- getStreamingAdjunct() - Method in class com.saxonica.xslt3.instruct.WherePopulated
-
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.AxisExpression
-
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.ContextItemExpression
-
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 an object 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.ForExpression
-
Get a class that supports streamed evaluation of this expression
- 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.InstanceOfExpression
-
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.CallTemplate
-
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.instruct.UseAttributeSet
-
Get a class that supports streamed evaluation of this expression
- getStreamingAdjunct() - Method in class net.sf.saxon.expr.IsLastExpression
-
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.Literal
-
- 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.DocumentSorter
-
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.expr.SubscriptExpression
-
Get a class that supports streamed evaluation of this expression
- getStreamingAdjunct() - Method in class net.sf.saxon.expr.SystemFunctionCall
-
Get a class that supports streamed evaluation of this expression
- getStreamingAdjunct() - Method in class net.sf.saxon.expr.TailExpression
-
Get a class that supports streamed evaluation of this expression
- getStreamingAdjunct() - Method in class net.sf.saxon.expr.TryCatch
-
Get a class that supports streamed evaluation of this expression
- getStreamingAdjunct() - Method in class net.sf.saxon.expr.UserFunctionCall
-
- getStreamingAdjunct() - Method in class net.sf.saxon.expr.VariableReference
-
Get a class that supports streamed evaluation of this expression
- getStreamingAdjunct() - Method in class net.sf.saxon.expr.VennExpression
-
Get a class that supports streamed evaluation of this expression
- getStreamingAdjunct() - Method in class net.sf.saxon.functions.BooleanFn
-
Get a class that supports streamed evaluation of this expression
- getStreamingAdjunct() - Method in class net.sf.saxon.functions.CodepointsToString
-
- getStreamingAdjunct() - Method in class net.sf.saxon.functions.CollatingFunctionFree
-
- 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.CurrentGroupCall
-
Get a class that supports streamed evaluation of this expression
- getStreamingAdjunct() - Method in class net.sf.saxon.functions.DeepEqual
-
- 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.FoldingFunction
-
Get a class that supports streamed evaluation of this expression
- getStreamingAdjunct() - Method in class net.sf.saxon.functions.IndexOf
-
Get a class that supports streamed evaluation of this expression
- getStreamingAdjunct() - Method in class net.sf.saxon.functions.InsertBefore
-
Get a class that supports streamed evaluation of this expression
- getStreamingAdjunct() - Method in class net.sf.saxon.functions.IntegratedFunctionCall
-
Get a class that supports streamed evaluation of this extension function
- 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.NotFn
-
Get a class that supports streamed evaluation of this expression
- getStreamingAdjunct() - Method in class net.sf.saxon.functions.Outermost
-
Get a class that supports streamed evaluation of this expression
- getStreamingAdjunct() - Method in class net.sf.saxon.functions.PositionAndLast.Last
-
Get a class that supports streamed evaluation of this expression
- getStreamingAdjunct() - Method in class net.sf.saxon.functions.Remove
-
Get a class that supports streamed evaluation of this expression
- getStreamingAdjunct() - Method in class net.sf.saxon.functions.Reverse
-
Get a class that supports streamed evaluation of this expression
- getStreamingAdjunct() - Method in class net.sf.saxon.functions.Root_1
-
Get a class that supports streamed evaluation of this expression
- getStreamingAdjunct() - Method in class net.sf.saxon.functions.String_1
-
Get a class that supports streamed evaluation of this expression
- getStreamingAdjunct() - Method in class net.sf.saxon.functions.Subsequence_2
-
Get a class that supports streamed evaluation of this expression
- getStreamingAdjunct() - Method in class net.sf.saxon.functions.Subsequence_3
-
Get a class that supports streamed evaluation of this expression
- getStreamingAdjunct() - Method in class net.sf.saxon.functions.SystemFunction
-
Get a class that supports streamed evaluation of this expression
- getStreamingAdjunct() - Method in class net.sf.saxon.functions.Trace
-
Get a class that supports streamed evaluation of this expression
- getStreamingAdjunct() - Method in class net.sf.saxon.functions.TreatFn
-
- getStreamingAdjunct() - Method in class net.sf.saxon.ma.arrays.ArrayBlock
-
Get a class that supports streamed evaluation of this expression
- getStreamingImplementation() - Method in class net.sf.saxon.lib.ExtensionFunctionCall
-
Get a streamable implementation of this extension function.
- getStreamingReceiver(Mode, Receiver) - 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 com.saxonica.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
- getStringCollator() - Method in class net.sf.saxon.functions.CollatingFunctionFixed
-
Get the collation if known statically, as a StringCollator object
- getStringConverter(ConversionRules) - Method in class com.saxonica.ee.schema.UserAtomicType
-
Get a StringConverter, an object which converts strings in the lexical space of this
data type to instances (in the value space) of the data type.
- getStringConverter(ConversionRules) - Method in interface net.sf.saxon.type.AtomicType
-
Get a StringConverter, an object which converts strings in the lexical space of this
data type to instances (in the value space) of the data type.
- getStringConverter(ConversionRules) - Method in class net.sf.saxon.type.BuiltInAtomicType
-
Get a StringConverter, an object that converts strings in the lexical space of this
data type to instances (in the value space) of the data type.
- getStringConverter(ConversionRules) - Method in class net.sf.saxon.type.ErrorType
-
Get a StringConverter, an object which converts strings in the lexical space of this
data type to instances (in the value space) of the data 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.
- getStringLengthUpperBound() - Method in class net.sf.saxon.value.StringValue
-
Get an upper bound on the length of the string in Unicode codepoints.
- 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.ee.optim.IndexedValue
-
- getStringValue() - Method in class com.saxonica.ee.stream.om.FleetingNode
-
Return the string value of the node as defined in the XPath data model.
- getStringValue() - Method in class com.saxonica.ee.validate.CompactStringValue
-
- 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 net.sf.saxon.expr.instruct.UserFunction
-
Get the value of the item as a string.
- getStringValue() - Method in class net.sf.saxon.expr.StringLiteral
-
Get the string represented by this StringLiteral
- getStringValue() - Method in class net.sf.saxon.functions.AbstractFunction
-
Get the string value of the function
- getStringValue() - Method in class net.sf.saxon.ma.arrays.SimpleArrayItem
-
Get the value of the item as a string.
- getStringValue() - Method in class net.sf.saxon.ma.map.HashTrieMap
-
Get the value of the item as a string.
- getStringValue() - Method in class net.sf.saxon.ma.map.RangeKey
-
Get the value of the item as a string.
- 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
-
Get the string value of a sequence.
- getStringValue() - Method in class net.sf.saxon.om.ZeroOrMore
-
Get the string value of this sequence.
- getStringValue() - Method in class net.sf.saxon.om.ZeroOrOne
-
Convert the value to a string, using the serialization rules.
- 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 class net.sf.saxon.style.PackageVersion
-
- getStringValue() - Method in class net.sf.saxon.tree.linked.AttributeImpl
-
Return the character value of the node.
- getStringValue() - Method in class net.sf.saxon.tree.linked.CommentImpl
-
- getStringValue() - Method in class net.sf.saxon.tree.linked.ProcInstImpl
-
- 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.TinyAttributeImpl
-
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.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.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.TextFragmentValue
-
Get the String Value
- getStringValueCS() - Method in class com.saxonica.ee.optim.IndexedValue
-
- getStringValueCS() - Method in class com.saxonica.ee.stream.om.FleetingNode
-
Get the string value of the item as a CharSequence.
- getStringValueCS() - Method in class com.saxonica.ee.validate.CompactStringValue
-
- getStringValueCS() - Method in class com.saxonica.pull.UnconstructedParent
-
Get the 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.expr.instruct.UserFunction
-
Get the string value of the item as a CharSequence.
- getStringValueCS() - Method in class net.sf.saxon.functions.AbstractFunction
-
Get the string value of the function
- getStringValueCS() - Method in class net.sf.saxon.ma.arrays.SimpleArrayItem
-
Get the value of the item as a CharSequence.
- getStringValueCS() - Method in class net.sf.saxon.ma.map.HashTrieMap
-
Get the string value of the item as a CharSequence.
- getStringValueCS() - Method in class net.sf.saxon.ma.map.RangeKey
-
Get the string 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.om.ZeroOrMore
-
Get the string value of this sequence.
- getStringValueCS() - Method in class net.sf.saxon.om.ZeroOrOne
-
Get the string value of this sequence.
- 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.TinyAttributeImpl
-
Return the string value of the node.
- 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.SnapshotNode
-
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.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
- getStripperRules() - Method in class net.sf.saxon.style.StylesheetPackage
-
Get the whitespace stripping rules for source documents loaded from within this package
- 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 com.saxonica.xqj.SaxonXQDataSource
-
Ask whether whitespace will be stripped when loading source documents
- getStructuredQName() - Method in class com.saxonica.ee.schema.UserDefinedType
-
Get the name of the type as a StructuredQName
- 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.FingerprintedQName
-
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 QName 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.type.AnySimpleType
-
Get the name of the type as a StructuredQName
- getStructuredQName() - Method in class net.sf.saxon.type.AnyType
-
Get the name of the type as a StructuredQName
- getStructuredQName() - Method in class net.sf.saxon.type.BuiltInAtomicType
-
Get the name of the type as a QName
- getStructuredQName() - Method in class net.sf.saxon.type.BuiltInListType
-
Get the name of the type as a StructuredQName
- getStructuredQName() - Method in class net.sf.saxon.type.ErrorType
-
Get the name of the type as a StructuredQName
- getStructuredQName() - Method in class net.sf.saxon.type.NumericType
-
Get the name of the type as a StructuredQName
- getStructuredQName() - Method in interface net.sf.saxon.type.SchemaType
-
Get the name of the type as a StructuredQName
- getStructuredQName() - Method in class net.sf.saxon.type.Untyped
-
Get the name of the type as a 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(boolean) - Method in class net.sf.saxon.style.Compilation
-
Get the StyleNodeFactory used to build the stylesheet tree
- 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.
- getStylesheetByLocation(String) - Method in class net.sf.saxon.trans.StylesheetCache
-
Get the stylesheet (XsltExecutable) in the cache associated with the supplied stylesheet location string.
- getStylesheetByNode(NodeInfo) - Method in class net.sf.saxon.trans.StylesheetCache
-
Get the stylesheet (XsltExecutable) in the cache associated with the supplied stylesheet node.
- getStylesheetByText(String) - Method in class net.sf.saxon.trans.StylesheetCache
-
Get the stylesheet (XsltExecutable) in the cache associated with the supplied stylesheet text string.
- getStylesheetCache() - Method in class net.sf.saxon.Controller
-
Get the cache of stylesheets (cached during calls on fn:transform()) for this query or transformation.
- getStylesheetDocument(DocumentURI) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
-
Get a module from the cache of stylesheet modules
- getStylesheetElement() - Method in class net.sf.saxon.style.StylesheetModule
-
- getStylesheetModules() - Method in class net.sf.saxon.style.Compilation
-
Get the map of stylesheet modules.
- getStylesheetOutputProperties() - Method in class net.sf.saxon.jaxp.IdentityTransformer
-
Get the output properties defined in the stylesheet.
- getStylesheetOutputProperties() - Method in class net.sf.saxon.jaxp.TransformerImpl
-
Get the output properties defined in the unnamed xsl:output declaration(s) within
the stylesheet
- getStylesheetPackage() - Method in class net.sf.saxon.style.PrincipalStylesheetModule
-
Get the stylesheet package
- getStylesheetURI() - Method in class net.sf.saxon.style.XSLNamespaceAlias
-
- getSubjectExpression() - Method in class com.saxonica.ee.optim.SwitchExpression
-
Get the subject expression (the expression that computes the switch value)
- getSubscript() - Method in class net.sf.saxon.expr.SubscriptExpression
-
- getSubscriptExpression() - Method in class net.sf.saxon.expr.SubscriptExpression
-
Get the subscript expression
- getSubstitutionGroup() - Method in class com.saxonica.ee.schema.ElementDecl
-
Get all the elements contained in the substitution group
of which this element is the head.
- getSubstitutionGroupExclusions() - Method in class com.saxonica.ee.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.ee.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.ee.schema.ElementDecl
-
Returns the head(s) of the substitutionGroup for this element declaration, or
null if there are none.
- getSuccess() - Method in class com.saxonica.ee.pattern.preconditions.Matcher
-
- getSuccessorElement(DOMNodeWrapper, String, String) - Method in class net.sf.saxon.dom.DOMNodeWrapper
-
- getSuccessorElement(DOM4JNodeWrapper, String, String) - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
-
- getSuccessorElement(XOMNodeWrapper, String, String) - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
- getSuccessorElement(NodeImpl, 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.ee.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
- getSupportedPropertyNames() - Method in class com.saxonica.xqj.SaxonXQDataSource
-
- 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
.
- getSupportedXQueryEncodings() - Method in class com.saxonica.xqj.SaxonXQMetaData
-
- 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.
- getSweep() - Method in class com.saxonica.ee.stream.PostureAndSweep
-
Get the sweep component
- getSweep() - Method in class net.sf.saxon.expr.Expression
-
- getSymbolicName() - Method in class com.saxonica.functions.hof.UserFunctionReference
-
Get the symbolic name of the component that this invocation references
- getSymbolicName() - Method in class com.saxonica.xslt3.instruct.Accumulator
-
Get the symbolic name of the component
- getSymbolicName() - Method in class com.saxonica.xslt3.style.XSLAccumulator
-
- getSymbolicName() - Method in class net.sf.saxon.expr.ComponentBinding
-
Get the symbolic name of the component binding
- getSymbolicName() - Method in interface net.sf.saxon.expr.ComponentInvocation
-
Get the symbolic name of the component that this invocation references
- getSymbolicName() - Method in class net.sf.saxon.expr.GlobalVariableReference
-
Get the symbolic name of the component that this invocation references
- getSymbolicName() - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
-
Get the symbolic name of the mode that this invocation references
- getSymbolicName() - Method in class net.sf.saxon.expr.instruct.AttributeSet
-
Get the symbolic name of the component
- getSymbolicName() - Method in class net.sf.saxon.expr.instruct.CallTemplate
-
Get the symbolic name of the template being called.
- getSymbolicName() - Method in class net.sf.saxon.expr.instruct.ComponentCode
-
Get the symbolic name of the component
- getSymbolicName() - Method in class net.sf.saxon.expr.instruct.GlobalVariable
-
Get the symbolic name of the component
- getSymbolicName() - Method in class net.sf.saxon.expr.instruct.NamedTemplate
-
- getSymbolicName() - Method in class net.sf.saxon.expr.instruct.UseAttributeSet
-
Get the symbolic name of the component that this invocation references
- getSymbolicName() - Method in class net.sf.saxon.expr.instruct.UserFunction
-
- getSymbolicName() - Method in class net.sf.saxon.expr.UserFunctionCall
-
- getSymbolicName() - Method in interface net.sf.saxon.style.StylesheetComponent
-
Get the symbolic name of the component, that is, the combination of the component kind and
the qualified name
- getSymbolicName() - Method in class net.sf.saxon.style.XSLAttributeSet
-
- getSymbolicName() - Method in class net.sf.saxon.style.XSLFunction
-
- getSymbolicName() - Method in class net.sf.saxon.style.XSLGlobalVariable
-
- getSymbolicName() - Method in class net.sf.saxon.style.XSLKey
-
- getSymbolicName() - Method in class net.sf.saxon.style.XSLTemplate
-
- getSymbolicName() - Method in class net.sf.saxon.trans.KeyDefinition
-
Get the symbolic name of the component
- getSymbolicName() - Method in class net.sf.saxon.trans.Mode
-
- 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.ee.schema.AttributeGroupReference
-
Get the symbol space of the target of this reference
- getSymbolSpace() - Method in interface com.saxonica.ee.schema.ComponentReference
-
Get the symbol space of the target of this reference
- getSymbolSpace() - Method in class com.saxonica.ee.schema.IdentityConstraintReference
-
Get the symbol space of the target of this reference
- getSymbolSpace() - Method in class com.saxonica.ee.schema.KeyRef
-
Get the symbol space of the target of this reference
- getSymbolSpace() - Method in class com.saxonica.ee.schema.ModelGroupParticle
-
Get the symbol space of the target of this reference
- getSymbolSpace() - Method in class com.saxonica.ee.schema.SimpleComponentReference
-
Get the symbol space of the target of this reference
- getSymbolSpace() - Method in class com.saxonica.ee.schema.TypeReference
-
Get the symbol space of the target of this reference
- getSymbolSpaceName(int) - Static method in class com.saxonica.ee.schema.SymbolSpace
-
- getSystemFunctionLibrary(int, Configuration) - Static method in class net.sf.saxon.functions.SystemFunctionLibrary
-
Factory method to create or get a SystemFunctionLibrary
- getSystemId() - Method in class com.saxonica.ee.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.ee.stream.om.FleetingDocumentNode
-
Get the System ID for the node.
- getSystemId() - Method in class com.saxonica.ee.stream.om.FleetingNode
-
Get the System ID for the node.
- getSystemId() - Method in class com.saxonica.ee.validate.Checker
-
- 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 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(int) - Method in class net.sf.saxon.event.LocationCopier
-
- getSystemId() - Method in class net.sf.saxon.event.SequenceReceiver
-
Get the system ID
- 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(int) - Method in class net.sf.saxon.evpull.StaxToEventBridge
-
- getSystemId() - Method in class net.sf.saxon.expr.Expression
-
- 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() - Method in class net.sf.saxon.expr.instruct.ComponentCode
-
- getSystemId() - Method in class net.sf.saxon.expr.instruct.ExpressionInfo
-
Get the URI of the module containing the instruction
- getSystemId() - Method in class net.sf.saxon.expr.instruct.InstructionDetails
-
Get the URI of the module containing the instruction
- getSystemId() - Method in class net.sf.saxon.expr.instruct.LocalParam
-
Get the systemId of the module containing the expression
- getSystemId() - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
- getSystemId() - Method in class net.sf.saxon.expr.parser.ExplicitLocation
-
Get the system ID (the module URI)
- getSystemId() - Method in interface net.sf.saxon.expr.parser.Location
-
Get the system ID.
- getSystemId() - Method in class net.sf.saxon.expr.parser.XPathParser.NestedLocation
-
Get the system identifier of the expression's container.
- getSystemId() - Method in interface net.sf.saxon.expr.StaticContext
-
Get the System ID of the container of the expression.
- getSystemId() - Method in class net.sf.saxon.jaxp.IdentityTransformerHandler
-
Get the systemId of the document
- getSystemId() - Method in class net.sf.saxon.jaxp.TemplatesHandlerImpl
-
Get the systemId of the document
- getSystemId() - Method in class net.sf.saxon.jaxp.TransformerHandlerImpl
-
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.ma.json.JsonReceiver
-
- 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 class net.sf.saxon.om.GenericTreeInfo
-
Get the systemId of the document node
- 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.AxiomDocumentNodeWrapper
-
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.xom.XOMNodeWrapper
-
Get the System ID for the node.
- 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(int) - 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() - Method in exception net.sf.saxon.s9api.SaxonApiException
-
Get the URI of the module associated with the exception, if known.
- 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() - 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.trace.ContextStackFrame
-
Get the system ID representing the location of the instruction that caused this new context
to be created
- getSystemId() - Method in class net.sf.saxon.tree.AttributeLocation
-
Get the system ID.
- 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() - Method in class net.sf.saxon.tree.linked.ProcInstImpl
-
Get the system ID for the entity containing this 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(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.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 class net.sf.saxon.type.NumericType
-
Get the URI of the schema document where the type was originally defined.
- 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.ee.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.ee.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.ee.schema.ComponentReference
-
Get the schema component identified by this reference.
- getTarget() - Method in class com.saxonica.ee.schema.IdentityConstraintReference
-
Returns the identity constraint that this type reference is a reference to
- getTarget() - Method in class com.saxonica.ee.schema.KeyRef
-
Get the schema component identified by this reference.
- getTarget() - Method in class com.saxonica.ee.schema.ModelGroupParticle
-
Returns the group that this group object is a reference to.
- getTarget() - Method in class com.saxonica.ee.schema.SimpleComponentReference
-
Returns the schema component that this is a reference to
- getTarget() - Method in class com.saxonica.ee.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.ComponentBinding
-
Get the target of the component binding, for example a template, function, or global variable.
- getTarget() - Method in class net.sf.saxon.expr.GlobalVariableReference
-
- getTarget() - Method in class net.sf.saxon.expr.instruct.CallTemplate
-
- 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.expr.UserFunctionCall
-
- getTarget() - Method in class net.sf.saxon.z.IntValuePredicate
-
Get the value matched by this predicate
- getTargetAttributeSet() - Method in class net.sf.saxon.expr.instruct.UseAttributeSet
-
Get the target attribute set to which this instruction is provisionally bound
- getTargetAttributeSetName() - Method in class net.sf.saxon.expr.instruct.UseAttributeSet
-
Get the target attribute sets of this instruction.
- getTargetClass() - Method in class com.saxonica.expr.JavaExtensionFunctionCall
-
Get the class containing the method being called
- getTargetComponent(int) - Method in class net.sf.saxon.expr.EarlyEvaluationContext
-
- getTargetComponent(int) - Method in interface net.sf.saxon.expr.XPathContext
-
Bind a component reference to a component.
- getTargetComponent(int) - Method in class net.sf.saxon.expr.XPathContextMajor
-
Bind a component reference to a component.
- getTargetComponent(int) - Method in class net.sf.saxon.expr.XPathContextMinor
-
- getTargetComponentName() - Method in class com.saxonica.ee.schema.AttributeGroupReference
-
Get the name of the target of this reference
- getTargetComponentName() - Method in interface com.saxonica.ee.schema.ComponentReference
-
Get the name of the target of this reference
- getTargetComponentName() - Method in class com.saxonica.ee.schema.IdentityConstraintReference
-
Get the name of the target of this reference
- getTargetComponentName() - Method in class com.saxonica.ee.schema.KeyRef
-
Get the name of the target of this reference
- getTargetComponentName() - Method in class com.saxonica.ee.schema.SimpleComponentReference
-
- getTargetComponentName() - Method in class com.saxonica.ee.schema.TypeReference
-
- getTargetExp() - Method in class com.saxonica.ee.update.DeleteExpression
-
- getTargetExp() - Method in class com.saxonica.ee.update.RenameExpression
-
- getTargetExp() - Method in class com.saxonica.ee.update.ReplaceNodeExpression
-
- getTargetExp() - Method in class com.saxonica.ee.update.ReplaceValueExpression
-
- getTargetExpression() - Method in class com.saxonica.ee.update.InsertExpression
-
- getTargetFingerprint() - Method in class com.saxonica.ee.schema.TypeReference
-
- getTargetFunction() - Method in class com.saxonica.ee.expr.SystemFunctionCallADJ
-
- getTargetFunction(XPathContext) - Method in class com.saxonica.expr.JavaExtensionFunctionCall
-
Get the target function to be called
- getTargetFunction(XPathContext) - Method in class net.sf.saxon.expr.FunctionCall
-
Get the target function to be called
- getTargetFunction() - Method in class net.sf.saxon.expr.StaticFunctionCall
-
Get the target function to be called
- getTargetFunction(XPathContext) - Method in class net.sf.saxon.expr.StaticFunctionCall
-
Get the target function to be called
- getTargetFunction() - Method in class net.sf.saxon.expr.SystemFunctionCall
-
- getTargetFunction(XPathContext) - Method in class net.sf.saxon.expr.UserFunctionCall
-
- getTargetFunction(XPathContext) - Method in class net.sf.saxon.functions.IntegratedFunctionCall
-
Get the target function to be called
- getTargetFunction(XPathContext) - Method in class net.sf.saxon.xpath.XPathFunctionCall
-
Get the target function to be called
- getTargetMethod() - Method in class com.saxonica.expr.JavaExtensionFunctionCall
-
Get the target method (or field, or constructor) being called
- getTargetMode(XPathContext) - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
-
Establish the target mode, at run-time.
- getTargetNamespace() - Method in class com.saxonica.ee.schema.AttributeDecl
-
Get the namespace URI of this element declaration.
- getTargetNamespace() - Method in class com.saxonica.ee.schema.AttributeGroupDecl
-
Returns the namespace URI of the name of this named AttributeGroup.
- getTargetNamespace() - Method in class com.saxonica.ee.schema.ElementDecl
-
Get the namespace URI of this element declaration.
- getTargetNamespace() - Method in class com.saxonica.ee.schema.IdentityConstraint
-
Return the target namespace of this IdentityConstraint.
- getTargetNamespace() - Method in class com.saxonica.ee.schema.ModelGroupDefinition
-
Returns the namespace URI of the name of this named Group.
- getTargetNamespace() - Method in class com.saxonica.ee.schema.Notation
-
Return the target namespace of this Notation
- getTargetNamespace() - Method in class com.saxonica.ee.schema.sdoc.SchemaDocument
-
Get the target namespace of the schema document
- getTargetNamespace() - Method in class com.saxonica.ee.schema.sdoc.XSDImport
-
Get the target namespace.
- getTargetNamespace() - Method in class com.saxonica.ee.schema.sdoc.XSDSchema
-
Get the target namespace of this schema document.
- getTargetNamespace() - Method in class com.saxonica.ee.schema.SingleNamespaceSchema
-
Returns the target namespace for this Schema, or "" if the schema is a
no-namespace schema.
- getTargetNamespace() - Method in class com.saxonica.ee.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 class net.sf.saxon.type.JavaExternalObjectType
-
Get the target namespace of this type.
- getTargetNamespace() - Method in class net.sf.saxon.type.NumericType
-
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.ee.schema.PreparedSchema
-
Get the set of all target namespaces of components present in this schema
- getTargetNode() - Method in class com.saxonica.ee.update.DeleteAction
-
Get the target node of the update action
- getTargetNode() - Method in class com.saxonica.ee.update.InsertAction
-
Get the target node of the update action
- getTargetNode() - Method in class com.saxonica.ee.update.InsertAttributeAction
-
Get the target node of the update action
- getTargetNode() - Method in class com.saxonica.ee.update.PendingUpdateAction
-
Get the target node of the update action
- getTargetNode() - Method in class com.saxonica.ee.update.PutAction
-
Get the target node of the update action
- getTargetNode() - Method in class com.saxonica.ee.update.RenameAction
-
Get the target node of the update action
- getTargetNode() - Method in class com.saxonica.ee.update.ReplaceAttributeAction
-
Get the target node of the update action
- getTargetNode() - Method in class com.saxonica.ee.update.ReplaceNodeAction
-
Get the target node of the update action
- getTargetNode() - Method in class com.saxonica.ee.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.ee.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
- getTargetType() - Method in class net.sf.saxon.expr.CastableToList
-
- getTargetType() - Method in class net.sf.saxon.expr.CastableToUnion
-
Get the target type (a union type) of the castability test
- 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
-
Get the union type that is the target of this cast operation
- getTargetType() - Method in class net.sf.saxon.expr.UnionConstructorFunction
-
Get the union type that is the target of this cast operation
- getTargetType() - Method in class net.sf.saxon.type.Converter.DownCastingConverter
-
- getTargetUType(UType, byte) - Static method in class net.sf.saxon.om.AxisInfo
-
Given a context item type and an axis, determine the kinds of nodes that can be returned
- getTemplateName() - Method in class net.sf.saxon.expr.instruct.NamedTemplate
-
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.
- getTemplateRulesByMode() - Method in class net.sf.saxon.style.XSLTemplate
-
- getTemplates() - Method in class net.sf.saxon.jaxp.TemplatesHandlerImpl
-
Get the Templates object to be used for a transformation
- getTemporaryOutputState() - Method in class net.sf.saxon.expr.EarlyEvaluationContext
-
Ask whether the XSLT output state is "temporary" or "final"
- getTemporaryOutputState() - Method in interface net.sf.saxon.expr.XPathContext
-
Ask whether the XSLT output state is "temporary" or "final"
- getTemporaryOutputState() - Method in class net.sf.saxon.expr.XPathContextMinor
-
Ask whether the XSLT output state is "temporary" or "final"
- getTerm() - Method in class com.saxonica.ee.schema.ElementParticle
-
Get the term corresponding to this particle
- getTerm() - Method in class com.saxonica.ee.schema.ElementWildcard
-
Get the term represented by this particle
- getTerm() - Method in class com.saxonica.ee.schema.fsa.Edge
-
Get the element or wildcard particle causing this transition
- getTerm() - Method in class com.saxonica.ee.schema.fsa.Edge.MaxOccursParticle
-
- getTerm() - Method in class com.saxonica.ee.schema.ModelGroup
-
Get the term corresponding to this particle
- getTerm() - Method in class com.saxonica.ee.schema.ModelGroupParticle
-
Get the term corresponding to this particle
- getTerm() - Method in class com.saxonica.ee.schema.Particle
-
Get the term corresponding to this particle
- getTermComponentAsFunction() - Method in class com.saxonica.ee.schema.ElementWildcard
-
- getTerminate() - Method in class net.sf.saxon.expr.instruct.Message
-
- getTerminator() - Method in class com.saxonica.ee.stream.feed.ItemFeed
-
Get the Terminator which can be used to request early termination of the Feed
- getTest() - Method in class com.saxonica.xsltextn.instruct.While
-
- 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.EarlyEvaluationContext
-
Get the thread manager used to process asynchronous xsl:result-document threads.
- getThreadManager() - Method in interface net.sf.saxon.expr.XPathContext
-
Get the thread manager used to process asynchronous xsl:result-document threads.
- getThreadManager() - Method in class net.sf.saxon.expr.XPathContextMajor
-
Get the thread manager in use for this context.
- getThreadManager() - Method in class net.sf.saxon.expr.XPathContextMinor
-
Get the thread manager used to process asynchronous xsl:result-document threads.
- getThreads() - Method in class net.sf.saxon.expr.instruct.ForEach
-
Get the expression used to determine how many threads to use when multi-threading
- getThreshold() - Method in class net.sf.saxon.lib.StandardLogger
-
Get the minimum threshold for the severity of messages to be output.
- getTimezone() - Method in class net.sf.saxon.value.SaxonXMLGregorianCalendar
-
- getTimeZone(int) - Method in class net.sf.saxon.value.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.
- getTokenFromOperator(int) - Static method in class net.sf.saxon.expr.Calculator
-
Get the token number corresponding to the operator number
- getTokenizer() - Method in class net.sf.saxon.expr.parser.XPathParser
-
Get the tokenizer (the lexical analyzer)
- getTopLevelElement() - Method in class com.saxonica.ee.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.
- getTopLevelPackage() - Method in class net.sf.saxon.expr.instruct.Executable
-
- 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.
- getTraceFunctionDestination() - Method in class net.sf.saxon.s9api.Xslt30Transformer
-
Get the destination for output from the fn:trace() function.
- getTraceFunctionDestination() - Method in class net.sf.saxon.s9api.XsltTransformer
-
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.Xslt30Transformer
-
Get the TraceListener to be notified of all events occurring during the transformation.
- 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.jaxp.FilterImpl
-
Get the underlying Transformer.
- getTransformer() - Method in class net.sf.saxon.jaxp.IdentityTransformerHandler
-
Get the Transformer used for this transformation
- getTransformer() - Method in class net.sf.saxon.jaxp.TransformerHandlerImpl
-
Get the Transformer used for this transformation
- getTransition(int, UserComplexType) - Method in class com.saxonica.ee.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.ee.schema.fsa.CountingState
-
- getTransition(int, UserComplexType) - Method in interface com.saxonica.ee.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.ee.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
- getTreeInfo() - Method in class com.saxonica.ee.stream.om.FleetingDocumentNode
-
- getTreeInfo() - Method in class com.saxonica.ee.stream.om.FleetingNode
-
Get information about the tree to which this NodeInfo belongs
- getTreeInfo() - Method in class com.saxonica.pull.UnconstructedParent
-
Get information about the tree to which this NodeInfo belongs
- getTreeInfo() - Method in class net.sf.saxon.dom.DOMNodeWrapper
-
- getTreeInfo() - Method in interface net.sf.saxon.om.NodeInfo
-
Get information about the tree to which this NodeInfo belongs
- getTreeInfo() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
-
Get information about the tree to which this NodeInfo belongs
- getTreeInfo() - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
-
- getTreeInfo() - Method in class net.sf.saxon.option.jdom.JDOMNodeWrapper
-
- getTreeInfo() - Method in class net.sf.saxon.option.jdom2.JDOM2NodeWrapper
-
- getTreeInfo() - Method in class net.sf.saxon.tree.linked.NodeImpl
-
Get information about the tree to which this NodeInfo belongs
- getTreeInfo() - Method in class net.sf.saxon.tree.NamespaceNode
-
Get information about the tree to which this NodeInfo belongs
- getTreeInfo() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
-
Get information about the tree to which this NodeInfo belongs
- getTreeInfo() - Method in class net.sf.saxon.tree.util.Orphan
-
Get information about the tree to which this NodeInfo belongs
- getTreeInfo() - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
-
- getTreeInfo() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
-
Get information about the tree to which this NodeInfo belongs
- getTreeInfo() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
-
Get information about the tree to which this NodeInfo belongs
- getTreeInfo() - Method in class net.sf.saxon.value.TextFragmentValue
-
Get information about the tree to which this NodeInfo belongs
- getTreeModel() - Method in class net.sf.saxon.Configuration
-
Get the Tree Model used by this Configuration.
- getTreeModel() - Method in class net.sf.saxon.event.SequenceWriter
-
Get the tree model that will be used for creating trees when events are written to the sequence
- 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 net.sf.saxon.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
- getTupleExpression() - Method in class net.sf.saxon.expr.flwor.OrderByClause
-
- getType() - Method in class com.saxonica.ee.optim.CombinedChoice
-
- getType() - Method in class com.saxonica.ee.schema.AttributeDecl
-
Get the type of this attribute declaration.
- getType() - Method in class com.saxonica.ee.schema.ElementDecl
-
Returns the Schema Type (ComplexType or SimpleType) of this Element Declaration.
- getType(StructuredQName) - Method in class com.saxonica.ee.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.ee.schema.sdoc.XSDAlternative
-
Get the TypeAlternative created by this xs:alternative element
- getTypeAlternatives() - Method in class com.saxonica.ee.schema.ElementDecl
-
Get the type alternatives defined for this element.
- getTypeAnnotation(int) - Method in interface net.sf.saxon.om.AttributeCollection
-
Get the type annotation of an attribute (by position).
- getTypeAnnotation(SchemaType) - Method in class net.sf.saxon.style.StyleElement
-
Get the type annotation to use for a given schema type
- getTypeAnnotation(int) - Method in class net.sf.saxon.tree.tiny.TinyAttributeCollection
-
Get the type annotation of an attribute (by position).
- 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).
- getTypeArray() - Method in class net.sf.saxon.tree.tiny.TinyTree
-
Get the array holding node type information
- getTypeCode() - Method in class net.sf.saxon.evpull.StartElementEvent
-
Get the typeCode of this element
- getTypeDescriptor() - Method in class com.saxonica.ee.bytecode.util.CompilerService.GeneratedClassInfo
-
- getTypeDeterminedUsage(ItemType) - Static method in class net.sf.saxon.expr.OperandRole
-
Static method to get the type-determined usage for a particular ItemType
- getTypedValue(SimpleType, ConversionRules) - Method in class com.saxonica.ee.schema.EnumerationFacet
-
Get the typed value of the enumeration value
- getTypedValue(CharSequence, NamespaceResolver, ConversionRules) - Method in class com.saxonica.ee.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.ee.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.ee.schema.UserListType
-
Get the typed value of a given input string.
- getTypedValue(CharSequence, NamespaceResolver, ConversionRules) - Method in class com.saxonica.ee.schema.UserUnionType
-
- getTypedValue() - Method in class net.sf.saxon.ma.map.HashTrieMap
-
Get the typed value of the item.
- 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 class net.sf.saxon.type.NumericType
-
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.ee.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.ee.jaxp.TypedContentHandler
-
Get a TypeInfoProvider to provide type information for the current element or attribute
event.
- getTypeInfoProvider() - Method in class com.saxonica.ee.jaxp.ValidatorHandlerImpl
-
- getTypeLink(SchemaType) - Method in class com.saxonica.ee.schema.SchemaModelSerializer
-
- getTypeName() - Method in class com.saxonica.ee.schema.UserAtomicType
-
Get the name of this type as a StructuredQName, unless the type is anonymous, in which case
return null
- getTypeName() - Method in class com.saxonica.ee.schema.UserUnionType
-
- getTypeName() - Method in class com.saxonica.xqj.SaxonXQItemType
-
- 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 class net.sf.saxon.s9api.ItemType
-
Get the name of the type, if it has one
- 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.ErrorType
-
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
- getTypeName() - Method in class net.sf.saxon.type.JavaExternalObjectType
-
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.NumericType
-
- getTypeName() - Method in interface net.sf.saxon.type.PlainType
-
Get the name of this type as a structured QName
- 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.ee.schema.TypeAlternative
-
Get the type reference for this alternative
- getUCAVersion() - Static method in class com.saxonica.expr.sort.UCACollator
-
Return the version of UCA supported
- getUltimateOriginalVariable() - Method in class net.sf.saxon.expr.instruct.GlobalVariable
-
Get the original declaration of this variable, or its original declaration, transitively
- getUnderlyingCallable() - Method in class com.saxonica.functions.hof.CallableWithBoundFocus
-
- getUnderlyingCallable() - Method in interface net.sf.saxon.expr.IndirectCallable
-
- 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.jaxp.TransformerImpl
-
Get the internal Saxon Controller instance that implements this transformation.
- getUnderlyingController() - Method in class net.sf.saxon.s9api.Xslt30Transformer
-
Get the underlying Controller used to implement this XsltTransformer.
- getUnderlyingController() - Method in class net.sf.saxon.s9api.XsltTransformer
-
Get the underlying Controller used to implement this XsltTransformer.
- getUnderlyingDeclaredType() - Method in class net.sf.saxon.s9api.XsltExecutable.ParameterDetails
-
- getUnderlyingDefaultValue() - Method in class com.saxonica.ee.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
- getUnderlyingException() - Method in class net.sf.saxon.s9api.StaticError
-
The underlying exception is returned.
- 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.ee.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
- getUnderlyingIterator() - Method in class net.sf.saxon.om.FocusTrackingIterator
-
Get the underlying iterator
- getUnderlyingMap() - Method in class net.sf.saxon.trans.KeyIndex
-
Get the underlying map
- 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
- getUnderlyingPreparedPackage() - Method in class net.sf.saxon.s9api.XsltPackage
-
Escape-hatch interface to the underlying implementation class.
- 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.ee.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.
- getUnderlyingXsltExecutable() - Method in class net.sf.saxon.jaxp.TransformerImpl
-
Get the underlying s9api implementation class representing the compled stylesheet
which this transformer is executing
- getUnderlyingXsltTransformer() - Method in class net.sf.saxon.jaxp.TransformerImpl
-
Get the underlying s9api implementation class wrapped by this JAXP Transformer
- getUnicodeString() - Method in class net.sf.saxon.value.StringValue
-
Get a UnicodeString value representing the same characters as this string.
- getUniqueNumber() - Static method in class com.saxonica.ee.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
- getUnnamedNodeChain(NodeInfo) - Method in class com.saxonica.ee.trans.ModeEE
-
Find the unnamed node rule chain for a given node
- 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.ee.stream.om.FleetingDocumentNode
-
Get the unparsed entity with a given name
- getUnparsedEntity(String) - Method in class com.saxonica.pull.UnconstructedDocument
-
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 class net.sf.saxon.om.GenericTreeInfo
-
Get the unparsed entity with a given name
- getUnparsedEntity(String) - Method in interface net.sf.saxon.om.TreeInfo
-
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.TinyTree
-
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.VirtualTreeInfo
-
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.ee.stream.om.FleetingDocumentNode
-
Get the list of unparsed entities defined in this document
- getUnparsedEntityNames() - Method in class com.saxonica.pull.UnconstructedDocument
-
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 class net.sf.saxon.om.GenericTreeInfo
-
Get the list of unparsed entities defined in this document
- getUnparsedEntityNames() - Method in interface net.sf.saxon.om.TreeInfo
-
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.TinyTree
-
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.VirtualTreeInfo
-
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.
- getUnprefixedQName(int) - Method in class net.sf.saxon.om.NamePool
-
Get a QName for a given namecode.
- getUnwindStack() - Method in class com.saxonica.ee.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.
- getUpdateExp() - Method in class com.saxonica.ee.update.CopyModifyExpression
-
- 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.ee.stream.om.FleetingNode
-
Get the URI part of the name of this node.
- 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.UnconstructedElement
-
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 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.FingerprintedQName
-
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.AxiomDocumentNodeWrapper
-
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.TinyAttributeImpl
-
Get the URI part of the name of this node.
- 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.
- getURIForPrefix(String, boolean) - Method in class com.saxonica.ee.stream.watch.WatchManager
-
Get the namespace URI corresponding to a given prefix.
- getURIForPrefix(String, boolean) - Method in class com.saxonica.pull.PullNamespaceReducer
-
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, boolean) - Method in class net.sf.saxon.expr.parser.RetainedStaticContext
-
Get the namespace URI corresponding to a given 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, 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, boolean) - Method in class net.sf.saxon.xpath.JAXPXPathStaticContext
-
Get the namespace URI corresponding to a given prefix.
- 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.expr.EarlyEvaluationContext
-
Get the URI resolver.
- getURIResolver() - Method in interface net.sf.saxon.expr.XPathContext
-
Get the URI resolver.
- getURIResolver() - Method in class net.sf.saxon.expr.XPathContextMajor
-
Get the URI resolver.
- getURIResolver() - Method in class net.sf.saxon.expr.XPathContextMinor
-
Get the URI resolver.
- getURIResolver() - Method in class net.sf.saxon.jaxp.IdentityTransformer
-
Get an object that will be used to resolve URIs used in
document().
- getURIResolver() - Method in class net.sf.saxon.jaxp.SaxonTransformerFactory
-
Get the object that is used by default during the transformation
to resolve URIs used in document(), xsl:import, or xsl:include.
- 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.Xslt30Transformer
-
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.
- getUsage() - Method in class net.sf.saxon.expr.Operand
-
Get the usage of the operand
- getUsage() - Method in class net.sf.saxon.expr.OperandRole
-
Get the usage of the operand
- getUse() - Method in class com.saxonica.ee.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
- getUseAttributeSetNames() - Method in class net.sf.saxon.style.XSLAttributeSet
-
- getUsedAccumulators(String, StyleElement) - Method in class com.saxonica.xslt3.instruct.AccumulatorRegistryPE
-
Process the use-accumulators attribute of instructions such as xsl:stream, xsl:global-context-item, etc
- getUsedAttributeSets(String) - Method in class net.sf.saxon.style.StyleElement
-
Get the list of attribute-set names associated with this element.
- getUsedPackage() - Method in class com.saxonica.ee.packages.XSLUsePackage
-
Get the package to which this xsl:use-package element refers.
- getUsedPackage() - Method in class net.sf.saxon.style.StyleElement
-
Assuming this is an xsl:use-package element, find the package to which it refers.
- getUsedPackages() - Method in class net.sf.saxon.style.StylesheetPackage
-
Get the packages referenced from this package in an xsl:use-package declaration
- getUseExpression() - Method in class com.saxonica.ee.optim.IndexedFilterExpression
-
Get the expression to be indexed
- getUseExpression() - Method in class com.saxonica.ee.optim.IndexedLookupExpression
-
Get the expression that computes the key
- getUserData(String) - Method in class com.saxonica.ee.stream.om.FleetingDocumentNode
-
Get user data held in the document node.
- getUserData(String) - Method in class com.saxonica.pull.UnconstructedDocument
-
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.NodeOverNodeInfo
-
Get user data associated with this node.
- getUserData(String) - Method in class net.sf.saxon.om.GenericTreeInfo
-
Get user data held in the document node.
- getUserData(String) - Method in interface net.sf.saxon.om.TreeInfo
-
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.
- 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.
- getUserName() - Method in class com.saxonica.xqj.SaxonXQMetaData
-
- getUserName() - Method in interface javax.xml.xquery.XQMetaData
-
Gets the user name associated with this connection.
- getUserQueryContext() - Method in class net.sf.saxon.query.QueryModule
-
Get the StaticQueryContext object containing options set up by the user
- getUseXsiSchemaLocation() - Method in class com.saxonica.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
- getUType() - Method in class com.saxonica.ee.schema.UserAtomicType
-
Get the corresponding
UType
.
- getUType() - Method in class com.saxonica.ee.schema.UserUnionType
-
Get the corresponding
UType
.
- getUType() - Method in class com.saxonica.ee.validate.SchemaAttributeTest
-
Get the corresponding
UType
.
- getUType() - Method in class com.saxonica.ee.validate.SchemaElementTest
-
Get the corresponding
UType
.
- getUType() - Method in class net.sf.saxon.pattern.AncestorQualifiedPattern
-
Get a UType indicating which kinds of items this Pattern can match.
- getUType() - Method in class net.sf.saxon.pattern.AnchorPattern
-
Get a UType indicating which kinds of items this Pattern can match.
- getUType() - Method in class net.sf.saxon.pattern.AnyChildNodeTest
-
Get the corresponding
UType
.
- getUType() - Method in class net.sf.saxon.pattern.AnyNodeTest
-
Get the corresponding
UType
.
- getUType() - Method in class net.sf.saxon.pattern.BooleanExpressionPattern
-
Get a UType indicating which kinds of items this Pattern can match.
- getUType() - Method in class net.sf.saxon.pattern.CombinedNodeTest
-
Get the corresponding
UType
.
- getUType() - Method in class net.sf.saxon.pattern.ConditionalPattern
-
Get a UType indicating which kinds of items this Pattern can match.
- getUType() - Method in class net.sf.saxon.pattern.ContentTypeTest
-
Get the corresponding
UType
.
- getUType() - Method in class net.sf.saxon.pattern.DocumentNodeTest
-
Get the corresponding
UType
.
- getUType() - Method in class net.sf.saxon.pattern.ExceptPattern
-
Get a UType indicating which kinds of items this Pattern can match.
- getUType() - Method in class net.sf.saxon.pattern.GeneralNodePattern
-
Get a UType indicating which kinds of items this Pattern can match.
- getUType() - Method in class net.sf.saxon.pattern.GeneralPositionalPattern
-
Get a UType indicating which kinds of items this Pattern can match.
- getUType() - Method in class net.sf.saxon.pattern.IntersectPattern
-
Get a UType indicating which kinds of items this Pattern can match.
- getUType() - Method in class net.sf.saxon.pattern.LocalNameTest
-
Get the corresponding
UType
.
- getUType() - Method in class net.sf.saxon.pattern.MultipleNodeKindTest
-
Get the corresponding
UType
.
- getUType() - Method in class net.sf.saxon.pattern.NamespaceTest
-
Get the corresponding
UType
.
- getUType() - Method in class net.sf.saxon.pattern.NameTest
-
Get the corresponding
UType
.
- getUType() - Method in class net.sf.saxon.pattern.NodeKindTest
-
Get the corresponding
UType
.
- getUType() - Method in class net.sf.saxon.pattern.NodeSetPattern
-
Get a UType indicating which kinds of items this Pattern can match.
- getUType() - Method in class net.sf.saxon.pattern.NodeTestPattern
-
Get a UType indicating which kinds of items this Pattern can match.
- getUType() - Method in class net.sf.saxon.pattern.Pattern
-
Get a UType indicating which kinds of items this Pattern can match.
- getUType() - Method in class net.sf.saxon.pattern.PatternThatSetsCurrent
-
Get a UType indicating which kinds of items this Pattern can match.
- getUType() - Method in class net.sf.saxon.pattern.PatternWithPredicate
-
Get a UType indicating which kinds of items this Pattern can match.
- getUType() - Method in class net.sf.saxon.pattern.SameNameTest
-
Get the corresponding
UType
.
- getUType() - Method in class net.sf.saxon.pattern.SimplePositionalPattern
-
Get a UType indicating which kinds of items this Pattern can match.
- getUType() - Method in class net.sf.saxon.pattern.UnionPattern
-
Get a UType indicating which kinds of items this Pattern can match.
- getUType() - Method in class net.sf.saxon.pattern.UniversalPattern
-
Get a UType indicating which kinds of items this Pattern can match.
- getUType() - Method in class net.sf.saxon.type.AnyFunctionType
-
Get the corresponding
UType
.
- getUType() - Method in class net.sf.saxon.type.AnyItemType
-
Get the corresponding
UType
.
- getUType() - Method in class net.sf.saxon.type.BuiltInAtomicType
-
Get the corresponding
UType
.
- getUType() - Method in class net.sf.saxon.type.ErrorType
-
Get the corresponding
UType
.
- getUType() - Method in interface net.sf.saxon.type.ItemType
-
Get the corresponding
UType
.
- getUType() - Method in class net.sf.saxon.type.JavaExternalObjectType
-
Get the corresponding
UType
.
- getUType() - Method in class net.sf.saxon.type.NumericType
-
Get the corresponding
UType
.
- getUType(Item) - Static method in class net.sf.saxon.type.UType
-
Get the UType of an Item
- getUType(GroundedValue) - Static method in class net.sf.saxon.type.UType
-
Get the UType of a Sequence
- getUType() - Method in class net.sf.saxon.value.AtomicValue
-
Determine the UType of the value.
- getValidationAction() - Method in class com.saxonica.xslt3.style.XSLMergeSource
-
Get the value of the validation attribute, if present
- 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.ee.validate.ConstraintChecker
-
- getValidationContext() - Method in class com.saxonica.ee.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.
- getValidationErrorObject() - Method in class com.saxonica.ee.validate.ValidationContext
-
Get the error object.
- getValidationLocationText() - Method in exception net.sf.saxon.type.ValidationException
-
Get additional location text, if any.
- getValidationLocationText() - Method in class net.sf.saxon.type.ValidationFailure
-
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.ee.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.ee.schema.AttributeWildcard
-
Get the validation status of this component.
- getValidationStatus() - Method in class com.saxonica.ee.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 class net.sf.saxon.type.NumericType
-
Get the validation status of this component.
- 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
- getValidCharacterChecker() - Method in class net.sf.saxon.Configuration
-
Get an IntPredicate that tests whether a given character is valid in the selected
version of XML
- getValue() - Method in class com.saxonica.ee.schema.AssertionFacet
-
- getValue() - Method in class com.saxonica.ee.schema.DigitsFacet
-
Get the value of this facet as a string
- getValue() - Method in class com.saxonica.ee.schema.EnumerationFacet
-
Returns the lexical representation of this facet
- getValue() - Method in class com.saxonica.ee.schema.EnumerationFacetSet
-
Get a string representation of the value of the facet
- getValue() - Method in class com.saxonica.ee.schema.ExplicitTimezoneFacet
-
- getValue() - Method in class com.saxonica.ee.schema.Facet
-
Returns the lexical representation of the value of this facet
- getValue() - Method in class com.saxonica.ee.schema.LengthRangeFacet
-
- getValue() - Method in class com.saxonica.ee.schema.PatternFacet
-
- getValue() - Method in class com.saxonica.ee.schema.PreprocessFacet
-
Returns the lexical representation of this facet
- getValue() - Method in class com.saxonica.ee.schema.ValueRangeFacet
-
- getValue() - Method in class com.saxonica.ee.schema.WhitespaceFacet
-
Returns the lexical representation of this facet
- getValue() - Method in class com.saxonica.functions.hof.FunctionLiteral
-
Get the value represented by this Literal
- getValue(NodeInfo, boolean) - Method in class com.saxonica.xslt3.instruct.AccumulatorData
-
Get the value of the accumulator for a given node
- getValue(NodeInfo, boolean) - Method in interface com.saxonica.xslt3.instruct.IAccumulatorData
-
Get the value of the accumulator for a given node
- getValue(NodeInfo, boolean) - Method in class com.saxonica.xslt3.instruct.VirtualAccumulatorData
-
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.IntegerRangeTest
-
- getValue() - Method in class net.sf.saxon.expr.Literal
-
Get the value represented by this Literal
- getValue() - Method in class net.sf.saxon.expr.StringLiteral
-
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
- 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
-
- getValuesAwaitingOutput() - Method in class com.saxonica.ee.stream.watch.ForEachAction
-
- getValueType() - Method in class net.sf.saxon.ma.map.HashTrieMap
-
Get the lowest common sequence type of all the values in the map
- getValueType() - Method in interface net.sf.saxon.ma.map.MapItem
-
Get the lowest common sequence type of all the values in the map
- getValueType() - Method in class net.sf.saxon.ma.map.MapType
-
Get the type of the indexed values
- getValueType() - Method in class net.sf.saxon.ma.map.RangeKey
-
Get the lowest common sequence type of all the values in the map
- getValueVariable() - Method in class com.saxonica.ee.schema.Assertion
-
Get the variable bound to the name $value
- getVariableBinding(int) - Method in class net.sf.saxon.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.expr.VariableReference
-
Get the variable name
- getVariableName() - Method in class net.sf.saxon.trace.ContextStackFrame.VariableEvaluation
-
Get the name of the variable
- getVariableQName() - Method in class com.saxonica.expr.XPathParserPE.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.GlobalVariable
-
Get the name of the variable
- getVariableQName() - Method in class net.sf.saxon.expr.instruct.LocalParam
-
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.instruct.WithParam
-
Get the name of this variable
- 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.style.XSLGlobalVariable
-
- getVariableQName() - Method in class net.sf.saxon.sxpath.XPathVariable
-
Get the name of the variable as a QNameValue.
- getVariables(List<GlobalVariableReference>, List<LocalVariableReference>, Expression) - Method in class com.saxonica.ee.trans.ModeExperimentalChoice
-
- 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.ee.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.EnterpriseConfiguration
-
Get the FunctionLibrary used to bind calls on Saxon-defined extension functions
- 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.s9api.XsltPackage
-
Get the version number of the package (the value of the attribute xsl:package/@package-version
.
- getVersion() - Method in class net.sf.saxon.style.StylesheetPackage
-
Get the version of the XSLT language specification to which the package manifest conforms
- getVersion() - Method in class net.sf.saxon.style.XSLPackage
-
Get the requested XSLT version (the value of the @version attribute)
- getVisibility() - Method in class com.saxonica.ee.packages.XSLAcceptExpose
-
- getVisibility() - Method in class net.sf.saxon.expr.Component
-
Get the visibility of the component
- getVisibility() - Method in class net.sf.saxon.style.StyleElement
-
- getVisibility() - Method in class net.sf.saxon.style.XSLFunction
-
- getVisibility() - Method in class net.sf.saxon.style.XSLGlobalParam
-
Default visibility for xsl:param is public
- getWarningCount() - Method in class com.saxonica.ee.validate.InvalidityReportGenerator
-
- 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(Feed, Pattern, WatchManager, XPathContext) - Static method in class com.saxonica.ee.stream.feed.CopyOfFeed
-
Create a Watch whose effect is to create copies of the selected (streamed) nodes and pass
them to the supplied feed
- getWatch(Feed, Pattern, WatchManager, XPathContext) - Static method in class com.saxonica.ee.stream.feed.SnapshotFeed
-
Create a Watch whose effect is to create snapshots of the selected (streamed) nodes and pass
them to the supplied feed
- getWatch(WatchManager, Feed, XPathContext) - Method in class com.saxonica.ee.stream.Inversion
-
Make a Watch to represent this streaming route.
- getWatch(WatchManager, Feed, XPathContext) - Method in class com.saxonica.ee.stream.TemplateInversion
-
Get a Watch associated with this template, if any.
- getWatchMaker(boolean) - Method in class com.saxonica.ee.stream.adjunct.AdjacentTextNodeMergerAdjunct
-
- getWatchMaker(boolean) - Method in class com.saxonica.ee.stream.adjunct.ApplyImportsAdjunct
-
- getWatchMaker(boolean) - Method in class com.saxonica.ee.stream.adjunct.ApplyTemplatesAdjunct
-
- getWatchMaker(boolean) - Method in class com.saxonica.ee.stream.adjunct.AxisExpressionAdjunct
-
- getWatchMaker(boolean) - Method in class com.saxonica.ee.stream.adjunct.BlockAdjunct
-
Get a WatchMaker, a factory class that creates a Watch to evaluate this expression
in streaming mode.
- getWatchMaker(boolean) - Method in class com.saxonica.ee.stream.adjunct.ChooseAdjunct
-
- getWatchMaker(boolean) - Method in class com.saxonica.ee.stream.adjunct.ComposingAdjunct
-
- getWatchMaker(boolean) - Method in class com.saxonica.ee.stream.adjunct.ConditionalBlockAdjunct
-
Get a WatchMaker, a factory class that creates a Watch to evaluate this expression
in streaming mode.
- getWatchMaker(boolean) - Method in class com.saxonica.ee.stream.adjunct.CopyAdjunct
-
Get a WatchMaker, a factory class that creates a Watch to evaluate this expression
in streaming mode.
- getWatchMaker(boolean) - Method in class com.saxonica.ee.stream.adjunct.DeepEqualAdjunct
-
Get a WatchMaker, a factory class that creates a Watch to evaluate this expression
in streaming mode.
- getWatchMaker(boolean) - Method in class com.saxonica.ee.stream.adjunct.EmptyTextNodeRemoverAdjunct
-
- getWatchMaker(boolean) - Method in class com.saxonica.ee.stream.adjunct.ForEachAdjunct
-
- getWatchMaker(boolean) - Method in class com.saxonica.ee.stream.adjunct.ForEachGroupAdjunct
-
- getWatchMaker(boolean) - Method in class com.saxonica.ee.stream.adjunct.ForkAdjunct
-
- getWatchMaker(boolean) - Method in class com.saxonica.ee.stream.adjunct.InsertBeforeAdjunct
-
Get a WatchMaker, a factory class that creates a Watch to evaluate this expression
in streaming mode.
- getWatchMaker(boolean) - Method in class com.saxonica.ee.stream.adjunct.InspectionAdjunct
-
- getWatchMaker(boolean) - Method in class com.saxonica.ee.stream.adjunct.IterateAdjunct
-
- getWatchMaker(boolean) - Method in class com.saxonica.ee.stream.adjunct.LetExpressionAdjunct
-
- getWatchMaker(boolean) - Method in class com.saxonica.ee.stream.adjunct.LetExpressionAdjunctB
-
- getWatchMaker(boolean) - Method in class com.saxonica.ee.stream.adjunct.NewMapAdjunct
-
- getWatchMaker(boolean) - Method in class com.saxonica.ee.stream.adjunct.NextMatchAdjunct
-
- getWatchMaker(boolean) - Method in class com.saxonica.ee.stream.adjunct.RootExpressionAdjunct
-
Get a WatchMaker, a factory class that creates a Watch to evaluate this expression
in streaming mode.
- getWatchMaker(boolean) - Method in class com.saxonica.ee.stream.adjunct.SingletonAtomizerAdjunct
-
- getWatchMaker(boolean) - Method in class com.saxonica.ee.stream.adjunct.SnapshotFnAdjunct
-
- getWatchMaker(boolean) - Method in class com.saxonica.ee.stream.adjunct.StreamingAdjunct
-
Get a WatchMaker, a factory class that creates a Watch to evaluate this expression
in streaming mode.
- getWatchMaker(boolean) - Method in class com.saxonica.ee.stream.adjunct.TransmissionAdjunct
-
- getWatchMaker(boolean) - Method in class com.saxonica.ee.stream.adjunct.UserFunctionCallAdjunct
-
- getWatchManager() - Method in class com.saxonica.ee.stream.watch.ForEachAction
-
- 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.ee.schema.Facet
-
Get the whitespace action required by this facet: one of PRESERVE, REPLACE, or COLLAPSE.
- getWhitespaceAction() - Method in class com.saxonica.ee.schema.UserSimpleType
-
Determine the whitespace normalization required for values of this type
- getWhitespaceAction() - Method in class com.saxonica.ee.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 class net.sf.saxon.type.NumericType
-
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.ee.schema.AttributeWildcard
-
- getWildcard() - Method in class com.saxonica.ee.schema.ElementWildcard
-
- getWildcard() - Method in class com.saxonica.ee.schema.sdoc.XSDAnyAttribute
-
Returns the Wildcard
- getWildcardComponentTests() - Method in class com.saxonica.ee.packages.XSLAcceptExpose
-
- getWildcardEdges() - Method in class com.saxonica.ee.schema.fsa.AutomatonState
-
Get an iterator over the wildcard transitions (edges) allowed from this state.
- getWildcardEdges() - Method in class com.saxonica.ee.schema.fsa.CountingState
-
Get an iterator over the wildcard transitions (edges) allowed from this state.
- getWildcardEdges() - Method in interface com.saxonica.ee.schema.fsa.State
-
Get an array of the wildcard transitions (edges) allowed from this state.
- getWildcardEdges() - Method in class com.saxonica.ee.schema.fsa.SuffixState
-
Get all the wildcard transitions (edges) allowed from this state.
- getWildcards() - Method in class com.saxonica.ee.schema.AllModelGroup
-
Get the list of element wildcards (XSDL 1.1 only)
- getWithParamInstructions(Expression, Compilation, ComponentDeclaration, boolean) - 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.
- getWrappedPattern() - Method in class net.sf.saxon.pattern.PatternThatSetsCurrent
-
- getWriter() - Method in class com.saxonica.ee.validate.InvalidityReportGenerator
-
- getWriter() - Method in class net.sf.saxon.serialize.Emitter
-
Get the output writer
- getWriter() - Method in class net.sf.saxon.serialize.ExpandedStreamResult
-
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.
- getXMLGregorianCalendar() - Method in class net.sf.saxon.value.CalendarValue
-
Get an XMLGregorianCalendar object that represents this date/time value The object
will be newly created for the purpose
- 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.
- getXMLReaderMaker() - Method in class net.sf.saxon.functions.URIQueryParameters
-
Get a factory for the selected XML parser class, or null if unspecified
- getXMLReaderMaker() - Method in class net.sf.saxon.lib.ParseOptions
-
Get the parser factory class to be used
- getXMLSchemaType() - Method in class net.sf.saxon.value.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.value.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 com.saxonica.xqj.SaxonXQDataSource
-
Ask whether XML 1.0 or XML 1.1 rules for XML names are to be followed
- 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.s9api.Processor
-
Get the version of XML used by this Processor.
- getXPath() - Method in class com.saxonica.ee.schema.IdentityField
-
Returns the XPath of this IdentityField.
- getXPath() - Method in class com.saxonica.ee.schema.IdentitySelector
-
Return the source XPath expression of this IdentitySelector.
- getXpath() - Method in class com.saxonica.xslt3.instruct.EvaluateInstr
-
- getXPathComparable(boolean, StringCollator, int) - 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, int) - 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, int) - 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, int) - 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, int) - 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, int) - 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, int) - 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, int) - Method in class net.sf.saxon.value.NestedIntegerValue
-
- getXPathComparable(boolean, StringCollator, int) - 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, int) - 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, int) - 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, int) - 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.ee.stream.watch.WatchManager
-
- getXPathContext() - Method in class com.saxonica.pull.UnconstructedParent
-
Get the saved XPath dynamic context
- 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.ee.schema.IdentityField
-
Get the XPath default namespace
- getXPathDefaultNamespace() - Method in class com.saxonica.ee.schema.IdentitySelector
-
Get the XPath default namespace
- getXPathDefaultNamespace() - Method in class com.saxonica.ee.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
- 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
- getXPathVersion() - Method in class net.sf.saxon.expr.PackageData
-
Get the XPath version in use (as the version number times ten, e.g.
- getXPathVersion() - Method in class net.sf.saxon.expr.parser.RetainedStaticContext
-
Get the XPath version in use.
- getXPathVersion() - Method in interface net.sf.saxon.expr.StaticContext
-
Get the XPath language level supported, as an integer (being the actual version
number times ten).
- getXPathVersion() - Method in class net.sf.saxon.query.QueryModule
-
Get the XPath language level supported
- getXPathVersion() - Method in class net.sf.saxon.style.ExpressionContext
-
Get the XPath language level supported, as an integer.
- getXPathVersion() - Method in class net.sf.saxon.sxpath.AbstractStaticContext
-
Get the XPath language level supported, as an integer value.
- getXQException() - Method in class javax.xml.xquery.XQConnectionEvent
-
Retrieves the XQException
for this
XQConnectionEvent
object.
- getXQJMajorVersion() - Method in class com.saxonica.xqj.SaxonXQMetaData
-
- getXQJMajorVersion() - Method in interface javax.xml.xquery.XQMetaData
-
Gets the major version number of XQJ specification supported by
this implementation.
- getXQJMinorVersion() - Method in class com.saxonica.xqj.SaxonXQMetaData
-
- getXQJMinorVersion() - Method in interface javax.xml.xquery.XQMetaData
-
Gets the minor version number of XQJ specification supported by
this implementation.
- getXQJVersion() - Method in class com.saxonica.xqj.SaxonXQMetaData
-
- getXQJVersion() - Method in interface javax.xml.xquery.XQMetaData
-
Gets the full version of XQJ specification supported by this implementation.
- getXQueryExpression() - Method in class com.saxonica.xqj.SaxonXQPreparedExpression
-
- getXQueryFunctionLibrary() - Method in class net.sf.saxon.style.StylesheetPackage
-
Get the library of functions imported from XQuery
- getXSDSchema() - Method in class com.saxonica.ee.schema.sdoc.SchemaDocument
-
Get the xs:schema element within the schema document
- getXSDSchema() - Method in class com.saxonica.ee.schema.sdoc.SchemaElement
-
Get the owning XSDSchema element.
- getXsdVersion() - Method in class com.saxonica.ee.s9api.SchemaManagerImpl
-
Get the version of XSD in use.
- getXsdVersion() - Method in class com.saxonica.xqj.SaxonXQDataSource
-
Ask whether XML Schema 1.0 syntax must be used or whether XML Schema 1.1 features are allowed
- 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.
- getXSIType() - Method in class com.saxonica.ee.validate.ValidationContext
-
Get the value of the xsi:type attribute.
- getXslIterateBreakLabelStack() - Method in class com.saxonica.ee.bytecode.util.GeneratedMethodInfo
-
Get the stack of labels representing entry points to xsl:iterate instructions within this method
- getXslIterateLoopLabelStack() - Method in class com.saxonica.ee.bytecode.util.GeneratedMethodInfo
-
Get the stack of labels representing entry points to xsl:iterate instructions within this method
- getXslOriginal(int) - Method in class net.sf.saxon.style.StyleElement
-
Check that a reference to xsl:original appears within an xsl:override element, and that
the name of the containing component matches the name of a component in the used stylesheet
package; return the component in that package with matching symbolic name
- 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 requested for this compilation.
- 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.value.SaxonXMLGregorianCalendar
-
- 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
- GLOBAL - Static variable in class net.sf.saxon.style.SourceBinding
-
- GlobalContextRequirement - Class in net.sf.saxon.expr.instruct
-
Information about the requirements placed by a query or stylesheet on the global
context item: whether it is mandatory or optional, what its type must be, whether
it is streamable, whether it has a default value.
- GlobalContextRequirement() - Constructor for class net.sf.saxon.expr.instruct.GlobalContextRequirement
-
- globalContextRequirement - Variable in class net.sf.saxon.style.StylesheetPackage
-
- GlobalContextRequirementPE - Class in com.saxonica.trans
-
- GlobalContextRequirementPE() - Constructor for class com.saxonica.trans.GlobalContextRequirementPE
-
- 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
- GlobalParameterSet(GlobalParameterSet) - Constructor for class net.sf.saxon.expr.instruct.GlobalParameterSet
-
Create a parameter set as a copy of an existing 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
- globalVariableManager - Variable in class net.sf.saxon.expr.parser.PromotionOffer
-
In the case of EXTRACT_GLOBAL_VARIABLES, globalVariableManager is the set of global variables
to which any new global variables can be added
- GlobalVariableManager - Interface in net.sf.saxon.trans
-
This interface provides access to a collection of global variables.
- GlobalVariableReference - Class in net.sf.saxon.expr
-
A reference to a global variable
- GlobalVariableReference(StructuredQName) - Constructor for class net.sf.saxon.expr.GlobalVariableReference
-
- GlobalVariableReference(GlobalVariable) - Constructor for class net.sf.saxon.expr.GlobalVariableReference
-
- 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.ee.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)
- greedy - Variable in class net.sf.saxon.regex.Operation.OpRepeat
-
- 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".
- GROUNDED_AND_MOTIONLESS - Static variable in class com.saxonica.ee.stream.PostureAndSweep
-
Constant value for (posture = grounded, sweep = motionless)
- GroundedIterator - 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 returning 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.ee.schema.SymbolSpace
-
- GROUP_ADJACENT - Static variable in class net.sf.saxon.expr.instruct.ForEachGroup
-
- 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_ENDING - Static variable in class net.sf.saxon.expr.instruct.ForEachGroup
-
- GROUP_STARTING - Static variable in class net.sf.saxon.expr.instruct.ForEachGroup
-
- 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(FocusIterator, Expression, XPathContext, StringCollator, boolean) - Constructor for class net.sf.saxon.expr.sort.GroupAdjacentIterator
-
- GroupAdjacentTester - Class in com.saxonica.ee.stream.adjunct
-
This class implements GroupingFeed when the group-adjacent option is used.
- GroupAdjacentTester(ForEachGroup, XPathContext) - Constructor for class com.saxonica.ee.stream.adjunct.GroupAdjacentTester
-
- GroupBoundaryTester - Class in com.saxonica.ee.stream.adjunct
-
This feed supports xsl:for-each-group in streaming mode.
- GroupBoundaryTester(ForEachGroup, XPathContext) - Constructor for class com.saxonica.ee.stream.adjunct.GroupBoundaryTester
-
- GROUPBYCLAUSE - Static variable in class net.sf.saxon.expr.flwor.Clause
-
- GroupByClause - Class in net.sf.saxon.expr.flwor
-
This class represents an "group by" clause in a FLWOR expression
- GroupByClause(Configuration) - Constructor for class net.sf.saxon.expr.flwor.GroupByClause
-
Create a group-by clause
- GroupByClause.ObjectToBeGrouped - Class in net.sf.saxon.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.TupleComparisonKey - Class in net.sf.saxon.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
- GroupByClausePull - Class in net.sf.saxon.expr.flwor
-
Represents the tuple stream delivered by an "group by" clause.
- GroupByClausePull(TuplePull, GroupByClause, XPathContext) - Constructor for class net.sf.saxon.expr.flwor.GroupByClausePull
-
- GroupByClausePush - Class in net.sf.saxon.expr.flwor
-
Represents the tuple stream delivered by an "group by" clause.
- GroupByClausePush(TuplePush, GroupByClause, XPathContext) - Constructor for class net.sf.saxon.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, StringCollator, 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
-
- 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(FocusIterator, Pattern, XPathContext) - Constructor for class net.sf.saxon.expr.sort.GroupEndingIterator
-
- GroupEndingTester - Class in com.saxonica.ee.stream.adjunct
-
This class implements GroupingFeed when the group-ending-with option is used.
- GroupEndingTester(ForEachGroup, XPathContext) - Constructor for class com.saxonica.ee.stream.adjunct.GroupEndingTester
-
- GROUPING_KEY - Static variable in class net.sf.saxon.expr.parser.RoleDiagnostic
-
- GROUPING_SEPARATOR - Static variable in class net.sf.saxon.trans.DecimalSymbols
-
- groupingValues - Variable in class net.sf.saxon.expr.flwor.GroupByClause.ObjectToBeGrouped
-
- 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.OpCapture
-
- groups - Variable in class net.sf.saxon.expr.sort.GroupByIterator
-
- groupSlot - Variable in class net.sf.saxon.expr.sort.GroupByIterator
-
- 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(FocusIterator, Pattern, XPathContext) - Constructor for class net.sf.saxon.expr.sort.GroupStartingIterator
-
- GroupStartingTester - Class in com.saxonica.ee.stream.adjunct
-
This class implements GroupingFeed when the group-starting-with option is used.
- GroupStartingTester(ForEachGroup, XPathContext) - Constructor for class com.saxonica.ee.stream.adjunct.GroupStartingTester
-
- 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
-
- grumble(String) - Method in class net.sf.saxon.expr.parser.XPathParser
-
Report a syntax error (a static error with error code XPST0003)
- grumble(String, String) - Method in class net.sf.saxon.expr.parser.XPathParser
-
Report a static error
- grumble(String, String, int) - Method in class net.sf.saxon.expr.parser.XPathParser
-
Report a static error, with location information
- grumble(String, StructuredQName, int) - Method in class net.sf.saxon.expr.parser.XPathParser
-
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 ">"
- guessContentType(String, InputStream) - Method in class net.sf.saxon.resource.AbstractResourceCollection
-
Guess the content type of a resource from its name and/or its content
- 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
-
- IAccumulatorData - Interface in com.saxonica.xslt3.instruct
-
Holds the values of an accumulator function for one non-streamed document
- IAccumulatorManager - Interface in net.sf.saxon.trans
-
Definition of the class that manages accumulators dynamically.
- IAccumulatorRegistry - Interface in net.sf.saxon.trans
-
Definition of the class that manages accumulators statically within a package.
- ICULibrary - Class in com.saxonica.config
-
Class to report whether ICU features are loaded.
- ICULibrary() - Constructor for class com.saxonica.config.ICULibrary
-
- ICUNumberer_de - Class in com.saxonica.config.pe
-
A numberer for German using the ICU features, which supports variable ordinal suffixing, e.g.
- ICUNumberer_de() - Constructor for class com.saxonica.config.pe.ICUNumberer_de
-
- ICUNumberer_en - Class in com.saxonica.config.pe
-
A numberer for English, using the ICU features, which can be set to produce space-separated word numbers,
e.g.
- ICUNumberer_en() - Constructor for class com.saxonica.config.pe.ICUNumberer_en
-
- ICUNumbererPE - Class in com.saxonica.config.pe
-
A numberer using the ICU features, used principally for formatting numbers as words
and day/month names
Note that in the case that the ICU libraries have not been loaded,
then this class is not instantiated.
- ICUNumbererPE() - Constructor for class com.saxonica.config.pe.ICUNumbererPE
-
- ID - Static variable in class net.sf.saxon.functions.SuperId
-
- Id() - Constructor for class net.sf.saxon.functions.SuperId.Id
-
- 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.ee.bytecode.ComputedElementCompiler
-
- identifyExpression(CompilerService, Expression, String) - Method in class com.saxonica.ee.bytecode.ElementCreatorCompiler
-
- identifyExpression(CompilerService, Expression, String) - Method in class com.saxonica.ee.bytecode.FixedElementCompiler
-
- Identity() - Constructor for class net.sf.saxon.expr.PJConverter.Identity
-
- IDENTITY_CONSTRAINT - Static variable in class com.saxonica.ee.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 strong 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.ee.bytecode
-
Generate bytecode for IdentityComparison expression
- IdentityComparisonCompiler() - Constructor for class com.saxonica.ee.bytecode.IdentityComparisonCompiler
-
- IdentityConstraint - Class in com.saxonica.ee.schema
-
The base class for the XML Schema Identity Constraints
(key, keyref, unique).
- IdentityConstraint() - Constructor for class com.saxonica.ee.schema.IdentityConstraint
-
Constructor used by sub-classes.
- IdentityConstraintHandler() - Constructor for class com.saxonica.ee.schema.SchemaModelLoader.IdentityConstraintHandler
-
Create an IdentityConstraintHandler
- IdentityConstraintReference - Class in com.saxonica.ee.schema
-
A reference to an identity constraint
- IdentityConstraintReference() - Constructor for class com.saxonica.ee.schema.IdentityConstraintReference
-
Create a new uninitialized IdentityConstraint reference
(used during schema model loading)
- IdentityConstraintReference(StructuredQName, int, EnterpriseConfiguration, SourceLocator) - Constructor for class com.saxonica.ee.schema.IdentityConstraintReference
-
Creates a new IdentityConstraint reference
- IdentityConverter() - Constructor for class net.sf.saxon.type.StringConverter.IdentityConverter
-
- IdentityField - Class in com.saxonica.ee.schema
-
The field selector for an IdentityConstraint
- IdentityField(String) - Constructor for class com.saxonica.ee.schema.IdentityField
-
Creates a new IdentityField.
- identityHashCode() - Method in class net.sf.saxon.expr.Expression
-
Get a hashCode that offers the guarantee that if A.isIdentical(B), then A.identityHashCode() == B.identityHashCode()
- identityHashCode() - Method in class net.sf.saxon.om.CodedName
-
Get a hashCode that offers the guarantee that if A.isIdentical(B), then A.identityHashCode() == B.identityHashCode()
- identityHashCode() - Method in class net.sf.saxon.om.FingerprintedQName
-
Get a hashCode that offers the guarantee that if A.isIdentical(B), then A.identityHashCode() == B.identityHashCode()
- identityHashCode() - Method in interface net.sf.saxon.om.IdentityComparable
-
Get a hashCode that offers the guarantee that if A.isIdentical(B), then A.identityHashCode() == B.identityHashCode()
- identityHashCode() - Method in class net.sf.saxon.om.NameOfNode
-
Get a hashCode that offers the guarantee that if A.isIdentical(B), then A.identityHashCode() == B.identityHashCode()
- identityHashCode() - Method in class net.sf.saxon.om.NoNamespaceName
-
Get a hashCode that offers the guarantee that if A.isIdentical(B), then A.identityHashCode() == B.identityHashCode()
- identityHashCode() - Method in class net.sf.saxon.om.StructuredQName
-
Get a hashCode that offers the guarantee that if A.isIdentical(B), then A.identityHashCode() == B.identityHashCode()
- identityHashCode() - Method in class net.sf.saxon.value.AtomicValue
-
Get a hashCode that offers the guarantee that if A.isIdentical(B), then A.identityHashCode() == B.identityHashCode()
- identityHashCode() - Method in class net.sf.saxon.value.CalendarValue
-
Get a hashCode that offers the guarantee that if A.isIdentical(B), then A.identityHashCode() == B.identityHashCode()
- identityHashCode() - Method in class net.sf.saxon.value.QualifiedNameValue
-
Get a hashCode that offers the guarantee that if A.isIdentical(B), then A.identityHashCode() == B.identityHashCode()
- IdentitySelector - Class in com.saxonica.ee.schema
-
The selector of an IdentityConstraint
- IdentitySelector(String) - Constructor for class com.saxonica.ee.schema.IdentitySelector
-
Create a new IdentitySelector.
- IdentityTransformer - Class in net.sf.saxon.jaxp
-
Saxon implementation of the JAXP IdentityTransformer.
- IdentityTransformer(Configuration) - Constructor for class net.sf.saxon.jaxp.IdentityTransformer
-
- IdentityTransformerHandler - Class in net.sf.saxon.jaxp
-
IdentityTransformerHandler implements the javax.xml.transform.sax.TransformerHandler
interface.
- IdentityTransformerHandler(IdentityTransformer) - Constructor for class net.sf.saxon.jaxp.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
-
- idRefAttributes - Variable in class net.sf.saxon.tree.tiny.TinyTree
-
- idRefElements - Variable in class net.sf.saxon.tree.tiny.TinyTree
-
- IDREFS - Static variable in class net.sf.saxon.type.BuiltInListType
-
- IdValidator - Class in com.saxonica.ee.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.ee.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.LocationKind
-
An XPath or XQuery "if" expression.
- ifCmp(Type, int, Label) - Method in class com.saxonica.ee.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.ee.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.ee.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.ee.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.ee.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.ee.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.ee.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.ee.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.ee.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.ee.validate.IgnorableWhitespaceStripper
-
- 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.
- illegalElement(NodeInfo) - Method in class com.saxonica.ee.schema.sdoc.SchemaElement
-
This method is called when an illegal Element is encountered.
- ImmutableHashTrieMap<K,V> - Class in net.sf.saxon.ma.trie
-
- ImmutableHashTrieMap() - Constructor for class net.sf.saxon.ma.trie.ImmutableHashTrieMap
-
- ImmutableList<T> - Class in net.sf.saxon.ma.trie
-
- ImmutableList() - Constructor for class net.sf.saxon.ma.trie.ImmutableList
-
- ImmutableMap<K,V> - Interface in net.sf.saxon.ma.trie
-
- 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
- IMPLICIT_SCHEMA_IMPORTS - Static variable in class net.sf.saxon.lib.FeatureKeys
-
IMPLICIT_SCHEMA_IMPORTS
allows reference to schema components without an xs:import
for the relevant namespace being
present in the containing schema document.
- IMPLICITLY_DECLARED - Static variable in class net.sf.saxon.style.SourceBinding
-
- 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
-
- ImplicitTimezone() - Constructor for class net.sf.saxon.functions.DynamicContextAccessor.ImplicitTimezone
-
- 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"
- important() - Method in class com.saxonica.ee.expr.AtomicSequenceConverterADJ
-
This is transparent as far as unification is concerned
- important() - Method in class com.saxonica.ee.expr.AtomizerADJ
-
This is transparent as far as unification is concerned
- important() - Method in class com.saxonica.ee.expr.CardinalityCheckerADJ
-
- important() - Method in class com.saxonica.ee.expr.CastExpressionADJ
-
This is transparent as far as unification is concerned
- important() - Method in class com.saxonica.ee.expr.ExpressionADJ
-
Return the adjunct that is important for unification
- important() - Method in class com.saxonica.ee.expr.ItemCheckerADJ
-
- important() - Method in class com.saxonica.ee.expr.SimpleStepExpressionADJ
-
- important() - Method in class com.saxonica.ee.expr.SingletonAtomizerADJ
-
This is transparent as far as unification is concerned
- important() - Method in class com.saxonica.ee.expr.SystemFunctionCallADJ
-
Return the adjunct that is important for unification
- importAttributes(Properties) - Method in class com.saxonica.functions.hof.ApplyFn
-
Import any attributes found in the export file, that is, any attributes output using
the exportAttributes method
- importAttributes(Properties) - Method in class net.sf.saxon.functions.CollatingFunctionFixed
-
- importAttributes(Properties) - Method in class net.sf.saxon.functions.Minimax
-
- importAttributes(Properties) - Method in class net.sf.saxon.functions.SystemFunction
-
Import any attributes found in the export file, that is, any attributes output using
the exportAttributes method
- importComponents(Source) - Method in class com.saxonica.config.EnterpriseConfiguration
-
Import a precompiled Schema Component Model from a given Source.
- importComponents(Source) - Method in class com.saxonica.ee.s9api.SchemaManagerImpl
-
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.XQueryParser
-
- 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.
- importPackage(XsltPackage) - Method in class net.sf.saxon.s9api.XsltCompiler
-
Import a library package.
- 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 com.saxonica.xslt3.instruct.EvaluateInstr
-
Add an imported schema namespace
- 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.
- importSchemata() - Method in class com.saxonica.ee.packages.PrincipalStylesheetModuleEE
-
Process import-schema declarations
- importSchemata() - Method in class net.sf.saxon.style.PrincipalStylesheetModule
-
Process import-schema declarations
- 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"
- IN_CHOICE_GROUP - Static variable in class net.sf.saxon.expr.OperandRole
-
- 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_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
-
- includesBinding(Binding) - Method in class net.sf.saxon.expr.flwor.TupleExpression
-
- 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
- incrementCounter() - Method in class com.saxonica.ee.schema.fsa.CountingState
-
- incrementErrorCount() - Method in class com.saxonica.ee.schema.sdoc.XSDSchema
-
Increment the number of errors detected in this schema document
- incrementErrorCount() - Method in class com.saxonica.ee.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
-
- indefiniteArticle(String, String) - Method in class com.saxonica.ee.schema.sdoc.SchemaElement
-
Construct an indefinite article in English
- indent(int) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
-
Construct indent string, for diagnostic output
- indent(SerializeJsonFn.Flags, FastStringBuffer) - Method in class net.sf.saxon.ma.json.SerializeJsonFn
-
- INDENT_SPACES - Static variable in class net.sf.saxon.lib.SaxonOutputKeys
-
saxon:indent-spaces = integer.
- indentChars - Variable in class net.sf.saxon.serialize.HTMLIndenter
-
- indentChars - Variable in class net.sf.saxon.serialize.XMLIndenter
-
- 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
- IndependentContext(IndependentContext) - Constructor for class net.sf.saxon.sxpath.IndependentContext
-
Create a IndependentContext as a copy of another IndependentContext
- 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(List<IndexDefn>) - Method in class com.saxonica.ee.expr.OrExpressionADJ
-
- index - Variable in class com.saxonica.ee.optim.SwitchExpression.SwitchCaseInfo
-
- index(List<IndexDefn>) - Method in class com.saxonica.ee.pattern.Adjunct
-
find any indexable terms for the attached pattern or expression
- index(List<IndexDefn>) - Method in class com.saxonica.ee.pattern.AncestorQualifiedPatternADJ
-
- index(List<IndexDefn>) - Method in class com.saxonica.ee.pattern.PatternWithPredicateADJ
-
- index - Variable in class com.saxonica.ee.pattern.preconditions.ComparisonPredicateIndex.ValueObject
-
- index(List<IndexDefn>) - Method in class com.saxonica.ee.pattern.UnionPatternADJ
-
- 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(ComponentDeclaration, PrincipalStylesheetModule) - Method in class com.saxonica.xslt3.style.XSLAccumulator
-
- index(ComponentDeclaration, PrincipalStylesheetModule) - Method in class com.saxonica.xslt3.style.XSLGlobalContextItem
-
Method supplied by declaration elements to add themselves to a stylesheet-level index
- index(ComponentDeclaration, PrincipalStylesheetModule) - Method in class com.saxonica.xslt3.style.XSLMode
-
Method supplied by declaration elements to add themselves to a stylesheet-level index
- index(ComponentDeclaration, 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(ComponentDeclaration, PrincipalStylesheetModule) - Method in class net.sf.saxon.style.StyleElement
-
Method supplied by declaration elements to add themselves to a stylesheet-level index
- index(ComponentDeclaration, PrincipalStylesheetModule) - Method in class net.sf.saxon.style.XSLAttributeSet
-
- index(ComponentDeclaration, PrincipalStylesheetModule) - Method in class net.sf.saxon.style.XSLDecimalFormat
-
Method supplied by declaration elements to add themselves to a stylesheet-level index
- index(ComponentDeclaration, PrincipalStylesheetModule) - Method in class net.sf.saxon.style.XSLFunction
-
- index(ComponentDeclaration, PrincipalStylesheetModule) - Method in class net.sf.saxon.style.XSLGlobalVariable
-
- index(ComponentDeclaration, PrincipalStylesheetModule) - Method in class net.sf.saxon.style.XSLImportSchema
-
- index(ComponentDeclaration, PrincipalStylesheetModule) - Method in class net.sf.saxon.style.XSLKey
-
- index(ComponentDeclaration, PrincipalStylesheetModule) - Method in class net.sf.saxon.style.XSLModuleRoot
-
- index(ComponentDeclaration, PrincipalStylesheetModule) - Method in class net.sf.saxon.style.XSLNamespaceAlias
-
- index(ComponentDeclaration, PrincipalStylesheetModule) - Method in class net.sf.saxon.style.XSLPreserveSpace
-
- index(ComponentDeclaration, PrincipalStylesheetModule) - Method in class net.sf.saxon.style.XSLTemplate
-
- Indexation(Expression, Expression) - Constructor for class com.saxonica.ee.pattern.preconditions.IndexDefn.Indexation
-
- indexAttributeSet(ComponentDeclaration) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
-
Add an attribute set to the index
- IndexBase() - Constructor for class com.saxonica.ee.pattern.preconditions.ComparisonPredicateIndex.IndexBase
-
- IndexDefn - Class in com.saxonica.ee.pattern.preconditions
-
A definition of a rule indexation pattern
- IndexDefn(Configuration, Attributes) - Constructor for class com.saxonica.ee.pattern.preconditions.IndexDefn
-
- IndexDefn(Configuration, Map<String, String>) - Constructor for class com.saxonica.ee.pattern.preconditions.IndexDefn
-
- IndexDefn.Indexation - Class in com.saxonica.ee.pattern.preconditions
-
A structure of the expressions needed for indexation.
- indexDefnList - Variable in class com.saxonica.ee.pattern.PatternOptimizationEE
-
- IndexedFilterExpression - Class in com.saxonica.ee.optim
-
An IndexedFilterExpression contains a base expression and a filter predicate.
- IndexedFilterExpression(VariableReference, ComparisonExpression, boolean) - Constructor for class com.saxonica.ee.optim.IndexedFilterExpression
-
Constructor
- IndexedFilterExpressionCompiler - Class in com.saxonica.ee.bytecode
-
- IndexedFilterExpressionCompiler() - Constructor for class com.saxonica.ee.bytecode.IndexedFilterExpressionCompiler
-
- IndexedLookupExpression - Class in com.saxonica.ee.optim
-
An IndexedLookupExpression contains a base expression and a lookup expression.
- IndexedLookupExpression(VariableReference, Expression, AtomicComparer) - Constructor for class com.saxonica.ee.optim.IndexedLookupExpression
-
Constructor
- IndexedLookupExpressionCompiler - Class in com.saxonica.ee.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.ee.bytecode.IndexedLookupExpressionCompiler
-
- IndexedValue - Class in com.saxonica.ee.optim
-
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) - Constructor for class com.saxonica.ee.optim.IndexedValue
-
Construct an indexed value (that is, a value that is capable of being indexed).
- indexExprADJ - Variable in class com.saxonica.ee.pattern.preconditions.IndexDefn
-
- indexFor(Expression) - Method in interface com.saxonica.ee.pattern.preconditions.Condition
-
- indexFor(Expression) - Method in class com.saxonica.ee.pattern.preconditions.ExpressionCondition
-
- indexFor(Expression) - Method in class com.saxonica.ee.pattern.preconditions.TokenizedCondition
-
- indexFunction(ComponentDeclaration) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
-
Add a stylesheet function to the index
- indexIDElement(NodeInfo, int) - Method in class net.sf.saxon.tree.tiny.TinyTree
-
Index an element of type xs:ID
- IndexMatcher - Class in com.saxonica.ee.pattern.preconditions
-
The stateful component of the ComparisonPredicateIndex,
used to select rules based on indexation of RHS atomic values of comparison predicates
base[LHS = RHS]
It uses three effective nested iterators, from the outermost:
1.
- IndexMatcher(ComparisonPredicateIndex, SimpleMode) - Constructor for class com.saxonica.ee.pattern.preconditions.IndexMatcher
-
- IndexMatcher(RealPreconditions, SimpleMode) - Constructor for class com.saxonica.ee.pattern.preconditions.IndexMatcher
-
- indexMinUses - Variable in class com.saxonica.ee.pattern.PatternOptimizationEE
-
- indexMode(ComponentDeclaration) - Method in class com.saxonica.ee.packages.PrincipalStylesheetModuleEE
-
Handle an explicitly-declared mode
- indexMode(ComponentDeclaration) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
-
Handle an explicitly-declared mode
- indexNamedTemplate(ComponentDeclaration) - 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, with the collation already known
- IndexOf() - Constructor for class net.sf.saxon.functions.IndexOf
-
- 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
- IndexOfAdjunct - Class in com.saxonica.ee.stream.adjunct
-
Generate streaming code for the index-of() function.
- IndexOfAdjunct() - Constructor for class com.saxonica.ee.stream.adjunct.IndexOfAdjunct
-
- indexRules(Rule, Rule) - Method in class com.saxonica.ee.trans.ModeExperimental
-
Generate a set of indexes for the unnamed elements/attributes
Uses the indexation definitions contained in the patternOptimization object
TODO think about whether to record high/low ranks for each rule group
- indexRulesComparisonPredicate(IntHashMap<Rule>, Rule) - Method in class com.saxonica.ee.trans.ModeExperimental
-
Generate the set of comparison predicate indexation structures for the named element rules.
- indexRulesComparisonPredicate(Rule, Rule, PatternOptimizationEE) - Method in class com.saxonica.ee.trans.ModeExperimental
-
Generate comparison predicate indexation structures for the given element rules.
- indexValueADJ - Variable in class com.saxonica.ee.pattern.preconditions.IndexDefn
-
- indexVariableDeclaration(ComponentDeclaration) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
-
Index a global xsl:variable or xsl:param element
- indicies - Variable in class com.saxonica.ee.pattern.preconditions.ComparisonPredicateIndex
-
- IndirectCallable - Interface in net.sf.saxon.expr
-
A Callable that calls an underlying Callable
- INFINITY - Static variable in class net.sf.saxon.trans.DecimalSymbols
-
- INFO - Static variable in class net.sf.saxon.lib.Logger
-
- info(String) - Method in class net.sf.saxon.lib.Logger
-
- inheritNamespacesFromParent - Variable in class net.sf.saxon.expr.instruct.ElementCreator
-
The inheritNamespacesFromParent flag indicates that this element should inherit the namespaces of its
parent element in the result tree.
- inheritNamespacesToChildren - Variable in class net.sf.saxon.expr.instruct.ElementCreator
-
The inheritNamespacesToChildren 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() - Static method in class com.saxonica.ee.config.StandardFunctionsEE
-
- init() - Method in class com.saxonica.ee.extfn.VendorFunctionLibraryEE
-
Initialize the set of functions available
- init() - Method in class com.saxonica.ee.pattern.preconditions.IndexDefn
-
- init() - Method in class com.saxonica.ee.pattern.preconditions.PreconditionDefn
-
- init() - Method in class com.saxonica.ee.pattern.preconditions.RewriteDefn
-
- init(boolean) - Method in class com.saxonica.ee.pattern.preconditions.UnifyingDefn
-
- init(StructuredQName, Class, AccessibleObject) - Method in class com.saxonica.expr.JavaExtensionFunctionCall
-
Initialization: creates an ExtensionFunctionCall
- init() - Method in class com.saxonica.functions.extfn.VendorFunctionLibraryPE
-
Initialize the set of functions available
- init() - Static method in class com.saxonica.functions.xslt3.StandardFunctionsPE
-
- init(URI, StatsCommandLineOptions) - Method in class com.saxonica.StatsTransform.StatsCase
-
- init() - Method in class com.saxonica.xqj.SaxonXQDataFactory
-
- init(MergeInstr.MergeSource[], Expression) - Method in class com.saxonica.xslt3.instruct.MergeInstr
-
Initialise the merge instruction
- init() - Method in class net.sf.saxon.Configuration
-
- init(List<Clause>, Expression) - Method in class net.sf.saxon.expr.flwor.FLWORExpression
-
- 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.GlobalVariable
-
Initialize the properties of the variable
- init() - Method in class net.sf.saxon.functions.VendorFunctionLibrary
-
- initEndCondition(FLWORExpression, Expression) - Method in class net.sf.saxon.expr.flwor.WindowClause
-
- initForEachItem(Expression) - Method in class com.saxonica.xslt3.instruct.MergeInstr.MergeSource
-
- initForEachStream(Expression) - Method in class com.saxonica.xslt3.instruct.MergeInstr.MergeSource
-
- initGroupingTupleExpression(FLWORExpression, TupleExpression) - Method in class net.sf.saxon.expr.flwor.GroupByClause
-
Initialize a tuple expression that evaluates all the grouping variables, returning the values these variables
take in the input stream
- initialContext(DynamicQueryContext, Controller) - Method in class net.sf.saxon.query.XQueryExpression
-
- initialise(NodeName, SchemaType, AttributeCollectionImpl, NodeInfo, int) - Method in class net.sf.saxon.style.XSLPackage
-
Initialise a new ElementImpl with an element name
- 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
- initializeAnother(SortedIterator) - Method in class net.sf.saxon.expr.sort.SortedIterator
-
- initializeBinding(GlobalVariable) - 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(GlobalParameterSet) - Method in class net.sf.saxon.Controller
-
Initialize the controller ready for a new transformation.
- 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).
- initialPut(AtomicValue, Sequence) - Method in class net.sf.saxon.ma.map.HashTrieMap
-
Add a new entry to this map.
- initNewMethod(Generator, boolean) - Method in class com.saxonica.ee.bytecode.util.CompilerService
-
Initialize context information for a new method.
- initRetainedTupleExpression(FLWORExpression, TupleExpression) - Method in class net.sf.saxon.expr.flwor.GroupByClause
-
Initialize a tuple expression that evaluates all the non-grouping variables, returning the values these variables
take in the grouping input stream
- initRowSelect(Expression) - Method in class com.saxonica.xslt3.instruct.MergeInstr.MergeSource
-
- initSequence(FLWORExpression, Expression) - Method in class net.sf.saxon.expr.flwor.ForClause
-
- initSequence(FLWORExpression, Expression) - Method in class net.sf.saxon.expr.flwor.LetClause
-
- initSequence(FLWORExpression, Expression) - Method in class net.sf.saxon.expr.flwor.WindowClause
-
- initStartCondition(FLWORExpression, Expression) - Method in class net.sf.saxon.expr.flwor.WindowClause
-
- 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) - 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) - Method in class net.sf.saxon.trace.TimingCodeInjector
-
- injectClause(Clause, StaticContext) - 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
- InlineFunction - Class in com.saxonica.functions.hof
-
A function item representing an anonymous inline function.
- InlineFunction(UserFunction) - Constructor for class com.saxonica.functions.hof.InlineFunction
-
- InlineFunctionDetails() - Constructor for class com.saxonica.expr.XPathParserPE.InlineFunctionDetails
-
- inlineVariableReferences(Expression, Binding, Expression) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
-
Inline variable references.
- Innermost - Class in net.sf.saxon.functions
-
This class implements the function fn:has-children(), which is a standard function in XPath 3.0
- Innermost() - Constructor for class net.sf.saxon.functions.Innermost
-
- innermost(SequenceIterator) - Method in class net.sf.saxon.functions.Innermost
-
- input - Variable in class net.sf.saxon.expr.parser.Tokenizer
-
The string being parsed
- InputDetails() - Constructor for class net.sf.saxon.resource.AbstractResourceCollection.InputDetails
-
- 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
- inputStream - Variable in class net.sf.saxon.resource.AbstractResourceCollection.InputDetails
-
- INS - Static variable in class net.sf.saxon.functions.StandardFunction
-
Classification of function arguments for serialization purposes; note that values must not conflict
with bit settings used for cardinalities
- 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 implements the XPath 2.0 function fn:in-scope-prefixes()
- InScopePrefixes() - Constructor for class net.sf.saxon.functions.InScopePrefixes
-
- insert(int, char) - Method in class net.sf.saxon.tree.util.FastStringBuffer
-
Insert a character at a particular offset
- INSERT_EXPRESSION - Static variable in class net.sf.saxon.trace.LocationKind
-
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.ee.update
-
A pending update action representing the effect of an insert expression
- InsertAction(NodeInfo[], MutableNodeInfo, int, boolean) - Constructor for class com.saxonica.ee.update.InsertAction
-
Create an InsertAction
- InsertAttributeAction - Class in com.saxonica.ee.update
-
A pending update action representing the insert attribute action.
- InsertAttributeAction(NodeInfo, NodeName, SimpleType, CharSequence, int) - Constructor for class com.saxonica.ee.update.InsertAttributeAction
-
Create a InsertAttributeAction
- insertBefore(ZeroOrOne<Base64BinaryValue>, One<IntegerValue>, ZeroOrOne<Base64BinaryValue>) - Static method in class com.saxonica.functions.extfn.EXPathBinary
-
- insertBefore(Node, Node) - Method in class net.sf.saxon.dom.NodeOverNodeInfo
-
Insert the node newChild
before the existing child node
refChild
.
- InsertBefore - Class in net.sf.saxon.functions
-
The XPath 2.0 insert-before() function
- InsertBefore() - Constructor for class net.sf.saxon.functions.InsertBefore
-
- InsertBefore.InsertIterator - Class in net.sf.saxon.functions
-
Insertion iterator.
- InsertBeforeAdjunct - Class in com.saxonica.ee.stream.adjunct
-
Implement streaming of insert-before instruction.
- InsertBeforeAdjunct() - Constructor for class com.saxonica.ee.stream.adjunct.InsertBeforeAdjunct
-
- 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.ee.update
-
An insert expression in XQuery Update
- InsertExpression(Expression, Expression, int, int, boolean, boolean) - Constructor for class com.saxonica.ee.update.InsertExpression
-
Create an InsertExpression
- InsertIterator(SequenceIterator, SequenceIterator, int) - Constructor for class net.sf.saxon.functions.InsertBefore.InsertIterator
-
- 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
- InSituValidator - Class in com.saxonica.ee.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.ee.validate.InSituValidator
-
Create an InSituValidator
- INSPECT - Static variable in class net.sf.saxon.expr.OperandRole
-
- InspectionAdjunct - Class in com.saxonica.ee.stream.adjunct
-
Abstract superclass for constructs that have operand usage "inspection" on their primary (sequence-valued) operand
- InspectionAdjunct() - Constructor for class com.saxonica.ee.stream.adjunct.InspectionAdjunct
-
- INSTANCE - Static variable in class net.sf.saxon.expr.JPConverter.ExternalObjectWrapper
-
- 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.FromObject
-
- 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.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.ToOne
-
- INSTANCE - Static variable in class net.sf.saxon.expr.PJConverter.ToOneOrMore
-
- 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.ToZeroOrMore
-
- INSTANCE - Static variable in class net.sf.saxon.expr.PJConverter.ToZeroOrOne
-
- 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 class com.saxonica.xqj.SaxonXQForwardSequence
-
- instanceOf(XQItemType) - Method in class com.saxonica.xqj.SaxonXQItem
-
- instanceOf(XQItemType) - Method in class com.saxonica.xqj.SaxonXQSequence
-
- instanceOf(XQItemType) - Method in interface javax.xml.xquery.XQItemAccessor
-
- InstanceOfAdjunct - Class in com.saxonica.ee.stream.adjunct
-
Generate streaming code for an "instance of" expression
- InstanceOfAdjunct() - Constructor for class com.saxonica.ee.stream.adjunct.InstanceOfAdjunct
-
- InstanceOfCompiler - Class in com.saxonica.ee.bytecode
-
Generate bytecode for a call to the "instance of" expression
- InstanceOfCompiler() - Constructor for class com.saxonica.ee.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
-
- Instantiator<T> - Class in net.sf.saxon.trans
-
Interface representing a factory class for instantiating instances of a specific class
- Instantiator(String, Configuration) - Constructor for class net.sf.saxon.trans.Instantiator
-
- 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.RoleDiagnostic
-
- 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.
- InstructionWithComplexContent - Interface in net.sf.saxon.expr.instruct
-
Interface implemented by instructions that contain a sequence constructor evaluated
using the rules for "constructing complex content": for example, xsl:element, xsl:copy,
xsl:document, xsl:result-document
- inSummerTime(XPathContext, One<DateTimeValue>, One<StringValue>) - 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
-
- Int64Comparable(Int64Value) - Constructor for class net.sf.saxon.value.Int64Value.Int64Comparable
-
- 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
- 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(long) - Static method in class net.sf.saxon.om.One
-
Convenience function to create a singleton integer value
- 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
-
- IntegerDivInteger() - Constructor for class com.saxonica.ee.bytecode.CalculatorCompiler.IntegerDivInteger
-
- IntegerDivInteger() - Constructor for class net.sf.saxon.expr.Calculator.IntegerDivInteger
-
- IntegerIdivInteger() - Constructor for class com.saxonica.ee.bytecode.CalculatorCompiler.IntegerIdivInteger
-
- IntegerIdivInteger() - Constructor for class net.sf.saxon.expr.Calculator.IntegerIdivInteger
-
- IntegerMinusInteger() - Constructor for class com.saxonica.ee.bytecode.CalculatorCompiler.IntegerMinusInteger
-
- IntegerMinusInteger() - Constructor for class net.sf.saxon.expr.Calculator.IntegerMinusInteger
-
- IntegerModInteger() - Constructor for class com.saxonica.ee.bytecode.CalculatorCompiler.IntegerModInteger
-
- IntegerModInteger() - Constructor for class net.sf.saxon.expr.Calculator.IntegerModInteger
-
- IntegerPlusInteger() - Constructor for class com.saxonica.ee.bytecode.CalculatorCompiler.IntegerPlusInteger
-
- IntegerPlusInteger() - Constructor for class net.sf.saxon.expr.Calculator.IntegerPlusInteger
-
- 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 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.ee.bytecode
-
Generate bytecode for an expression of the form ($I = $J to $K)
- IntegerRangeTestCompiler() - Constructor for class com.saxonica.ee.bytecode.IntegerRangeTestCompiler
-
- IntegerTimesInteger() - Constructor for class com.saxonica.ee.bytecode.CalculatorCompiler.IntegerTimesInteger
-
- IntegerTimesInteger() - Constructor for class net.sf.saxon.expr.Calculator.IntegerTimesInteger
-
- IntegerToBooleanCompiler - Class in com.saxonica.ee.bytecode.converter
-
Generate code for a Integer to Boolean CastExpression
- IntegerToBooleanCompiler() - Constructor for class com.saxonica.ee.bytecode.converter.IntegerToBooleanCompiler
-
- IntegerToDecimal() - Constructor for class net.sf.saxon.type.Converter.IntegerToDecimal
-
- IntegerToDoubleCompiler - Class in com.saxonica.ee.bytecode.converter
-
Generate code for a Integer to Double CastExpression
- IntegerToDoubleCompiler() - Constructor for class com.saxonica.ee.bytecode.converter.IntegerToDoubleCompiler
-
- IntegerToFloatCompiler - Class in com.saxonica.ee.bytecode.converter
-
Generate code for a Integer to Float CastExpression
- IntegerToFloatCompiler() - Constructor for class com.saxonica.ee.bytecode.converter.IntegerToFloatCompiler
-
- IntegerToStringCompiler - Class in com.saxonica.ee.bytecode.converter
-
Generate code for a Integer to String CastExpression
- IntegerToStringCompiler() - Constructor for class com.saxonica.ee.bytecode.converter.IntegerToStringCompiler
-
- IntegerToUntypedAtomicCompiler - Class in com.saxonica.ee.bytecode.converter
-
Generate code for a Integer to Untyped Atomic CastExpression
- IntegerToUntypedAtomicCompiler() - Constructor for class com.saxonica.ee.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
-
- IntegerValueToBigInteger() - Constructor for class net.sf.saxon.expr.PJConverter.IntegerValueToBigInteger
-
- IntegerValueToByte() - Constructor for class net.sf.saxon.expr.PJConverter.IntegerValueToByte
-
- IntegerValueToChar() - Constructor for class net.sf.saxon.expr.PJConverter.IntegerValueToChar
-
- IntegerValueToInt() - Constructor for class net.sf.saxon.expr.PJConverter.IntegerValueToInt
-
- IntegerValueToLong() - Constructor for class net.sf.saxon.expr.PJConverter.IntegerValueToLong
-
- IntegerValueToShort() - Constructor for class net.sf.saxon.expr.PJConverter.IntegerValueToShort
-
- IntegratedFunctionCall - Class in net.sf.saxon.functions
-
Expression representing a call to a user-written extension
function implemented as a subtype of
ExtensionFunctionCall
- IntegratedFunctionCall(StructuredQName, 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
-
- internalKeyCall(KeyManager, KeyDefinitionSet, String, Expression, Expression, RetainedStaticContext) - Static method in class net.sf.saxon.functions.KeyFn
-
Factory method 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
- interpolateVariables(RewriteContext) - Method in class com.saxonica.ee.expr.BinaryExpressionADJ
-
- interpolateVariables(RewriteContext) - Method in class com.saxonica.ee.expr.BlockADJ
-
- interpolateVariables(RewriteContext) - Method in class com.saxonica.ee.expr.ExpressionADJ
-
Intepolate variable values into this expression
- interpolateVariables(RewriteContext) - Method in class com.saxonica.ee.expr.SystemFunctionCallADJ
-
- interpolateVariables(RewriteContext) - Method in class com.saxonica.ee.expr.UnaryExpressionADJ
-
- interpolateVariables(RewriteContext) - Method in class com.saxonica.ee.expr.VariableReferenceADJ
-
When we interpolate a variable reference, we pull the stored value from the slot.
- interpolateVariablesOperands(RewriteContext) - Method in class com.saxonica.ee.expr.ExpressionADJ
-
Interpolate variable values into operands
- InterpretedExpressionCompiler - Class in com.saxonica.ee.bytecode
-
Bytecode generator for instructions that calls back to the interpreter.
- InterpretedExpressionCompiler() - Constructor for class com.saxonica.ee.bytecode.InterpretedExpressionCompiler
-
- interpretVisibilityValue(String, String) - Method in class net.sf.saxon.style.StyleElement
-
Process the value of the visibility attribute (XSLT 3.0)
- intersect(Set<Expression>, Collection<Expression>) - Static method in class com.saxonica.ee.pattern.preconditions.RealPreconditions
-
- 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)
- intersection(UType) - Method in class net.sf.saxon.type.UType
-
- 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
- IntersectPatternADJ - Class in com.saxonica.ee.pattern
-
- IntersectPatternADJ(Pattern) - Constructor for class com.saxonica.ee.pattern.IntersectPatternADJ
-
- 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
-
- IntSingletonIterator - Class in net.sf.saxon.z
-
An iterator over a single integer
- IntSingletonIterator(int) - Constructor for class net.sf.saxon.z.IntSingletonIterator
-
- 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
-
- IntStepIterator - Class in net.sf.saxon.z
-
An iterator over a sequence of integers with regular steps, e.g.
- IntStepIterator(int, int, int) - Constructor for class net.sf.saxon.z.IntStepIterator
-
Create an iterator over a sequence with regular steps
- 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.ee.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
-
- invalidAttribute(String, String) - Method in class net.sf.saxon.style.StyleElement
-
- invalidAttributeValue(String, String, String) - Method in class com.saxonica.ee.schema.sdoc.SchemaElement
-
This method is called when an invalid attribute value is found
- Invalidity - Interface in net.sf.saxon.lib
-
An Invalidity is a validation error, that is, a failure of the instance document
to conform to the schema being used for validation.
- InvalidityHandler - Interface in net.sf.saxon.lib
-
Interface for reporting validation errors found during validation of an instance document
against a schema.
- InvalidityHandlerWrappingErrorListener - Class in net.sf.saxon.lib
-
Interface for reporting validation errors found during validation of an instance document
against a schema.
- InvalidityHandlerWrappingErrorListener(ErrorListener) - Constructor for class net.sf.saxon.lib.InvalidityHandlerWrappingErrorListener
-
- InvalidityReportGenerator - Class in com.saxonica.ee.validate
-
This class InvalidityReportGenerator
extends the standard error handler for errors found during validation
of an instance document against a schema, used if user specifies -report option on validate.
- InvalidityReportGenerator(Configuration, Destination) - Constructor for class com.saxonica.ee.validate.InvalidityReportGenerator
-
Create a Report Invalidity Handler writing to a s9api Destination
- InvalidityReportGenerator(Configuration, Receiver) - Constructor for class com.saxonica.ee.validate.InvalidityReportGenerator
-
Create a Report Invalidity Handler writing to a Receiver
- 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.ee.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.ee.stream.Inversion
-
- Inversion.PushAction - Class in com.saxonica.ee.stream
-
A PushAction is a collection of data that together represents the strategy for how an expression should be
evaluated in push mode.
- invert() - Method in class com.saxonica.ee.stream.TemplateInversion
-
Invert the body of the template.
- invertExpression(Expression, boolean) - Static method in class com.saxonica.ee.stream.Inversion
-
Compute the Jackson inversion of an expression.
- invertStreamableTemplates() - Method in class com.saxonica.ee.trans.ModeEE
-
For a streamable mode, invert all the templates to generate streamable code
- invertStreamableTemplates() - Method in class net.sf.saxon.trans.RuleManager
-
Invert streamable templates in all streamable modes
- invertStreamableTemplates() - Method in class net.sf.saxon.trans.SimpleMode
-
For a streamable mode, invert all the templates to generate streamable code.
- invokeConstructor(Class, Class...) - Method in class com.saxonica.ee.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.ee.bytecode.util.Generator
-
Helper method for a zero-argument constructor.
- invokeInstanceMethod(Class, String, Class...) - Method in class com.saxonica.ee.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.ee.bytecode.util.Generator
-
Helper method to generate code that invokes a static method
- IPackageLoader - Interface in net.sf.saxon.trans
-
- IriToUri - Class in net.sf.saxon.functions
-
This class supports the functions encode-for-uri() and iri-to-uri()
- IriToUri() - Constructor for class net.sf.saxon.functions.IriToUri
-
- iriToUri(CharSequence) - Static method in class net.sf.saxon.functions.IriToUri
-
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() - 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.ee.schema.AttributeDecl
-
Determine, in the case of an Element Declaration, whether it is nillable.
- isAbstract() - Method in class com.saxonica.ee.schema.ElementDecl
-
Returns true if this element definition is abstract.
- isAbstract() - Method in class com.saxonica.ee.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.ee.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 class net.sf.saxon.type.ErrorType
-
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.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
- isActionConsuming() - Method in class com.saxonica.ee.stream.watch.ForEachAction
-
- isActuallyStreamable(boolean, List<String>) - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
Ask whether this template satisfies the rules for a guaranteed streamable template
- isActualParam(StructuredQName) - Method in class com.saxonica.xslt3.instruct.EvaluateInstr
-
- 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 class com.saxonica.xqj.SaxonXQForwardSequence
-
- isAfterLast() - Method in class com.saxonica.xqj.SaxonXQSequence
-
- isAfterLast() - Method in interface javax.xml.xquery.XQSequence
-
Checks if the current position is after the last item in the sequence.
- 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.ee.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
-
- isAllowAbsentExpression(boolean) - Method in class net.sf.saxon.expr.parser.XPathParser
-
Ask whether an absent expression is permitted
- 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)
- isAllowedInBasicXSLT20() - 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
-
Ask whether the operand is allowed to be an empty sequence
- isAllowEmpty() - Method in class net.sf.saxon.expr.CastToList
-
- isAllowEmpty() - Method in class net.sf.saxon.expr.CastToUnion
-
Ask whether the value of the operand is allowed to be empty
- isAllowEmpty() - Method in class net.sf.saxon.expr.SingletonAtomizer
-
Ask if the expression is allowed to return an empty sequence
- isAllowEmpty() - Method in class net.sf.saxon.expr.UnionConstructorFunction
-
Ask whether the value of the operand is allowed to be empty
- 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.
- 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
- isAllowXPath31Syntax() - Method in class net.sf.saxon.expr.parser.XPathParser
-
Ask if XPath 3.1 is in use
- 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.ee.schema.TypeReference
-
Test whether this is a reference to an anonymous type
- isAnonymousType() - Method in class com.saxonica.ee.schema.UserDefinedType
-
Test whether this is an anonymous type
- isAnonymousType() - Method in class com.saxonica.xqj.SaxonXQItemType
-
- 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 class net.sf.saxon.type.NumericType
-
Test whether this is an anonymous type
- 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
- isApplyFunctionConversionRulesToExternalVariables() - Method in class net.sf.saxon.query.DynamicQueryContext
-
Ask whether the function conversion rules should be applied to supplied
parameter values.
- isArray() - Method in class net.sf.saxon.expr.instruct.UserFunction
-
Ask whether this function item is an array
- isArray() - Method in class net.sf.saxon.functions.AbstractFunction
-
Ask whether this function is an array
- isArray() - Method in class net.sf.saxon.ma.arrays.SimpleArrayItem
-
Ask whether this function item is an array
- isArray() - Method in class net.sf.saxon.ma.map.HashTrieMap
-
Ask whether this function item is an array
- isArray() - Method in class net.sf.saxon.ma.map.RangeKey
-
Ask whether this function item is an array
- isArray() - Method in interface net.sf.saxon.om.Function
-
Ask whether this function item is an array
- isArrayType() - Method in class net.sf.saxon.ma.arrays.ArrayItemType
-
Ask whether this function item type is an array type.
- isArrayType() - Method in class net.sf.saxon.ma.map.MapType
-
Ask whether this function item type is an array type.
- isArrayType() - Method in class net.sf.saxon.type.AnyFunctionType
-
Ask whether this function item type is an array type.
- isArrayType() - Method in interface net.sf.saxon.type.FunctionItemType
-
Ask whether this function item type is an array type.
- isAssertionsEnabled() - Method in class net.sf.saxon.Controller
-
Ask whether assertions (xsl:assert instructions) have been enabled at run time.
- isAssertionsEnabled() - Method in class net.sf.saxon.s9api.Xslt30Transformer
-
Ask whether assertions (xsl:assert instructions) have been enabled at run time.
- isAssertionsEnabled() - Method in class net.sf.saxon.s9api.XsltCompiler
-
Ask whether assertions (xsl:assert instructions) should be enabled.
- isAssertionsEnabled() - Method in class net.sf.saxon.trans.CompilerInfo
-
Ask whether assertions (xsl:assert instructions) should be enabled.
- isAssignable() - Method in class com.saxonica.expr.XPathParserPE.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.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.LocalParam
-
- 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.
- 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.ee.schema.sdoc.SimpleTypeDefinition
-
Test whether this Simple Type is an atomic type.
- isAtomicType() - Method in class com.saxonica.ee.schema.UserAtomicType
-
Test whether this Simple Type is an atomic type
- isAtomicType() - Method in class com.saxonica.ee.schema.UserComplexType
-
Ask whether this SchemaType is an atomic type
- isAtomicType() - Method in class com.saxonica.ee.schema.UserListType
-
Test whether this Simple Type is an atomic type
- isAtomicType() - Method in class com.saxonica.ee.schema.UserSimpleType
-
Test whether this Simple Type is an atomic type
- isAtomicType() - Method in class com.saxonica.ee.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 interface net.sf.saxon.type.ItemType
-
Determine whether this item type is an atomic type
- isAtomicType() - Method in class net.sf.saxon.type.JavaExternalObjectType
-
Test whether this item type is an atomic type
- isAtomicType() - Method in class net.sf.saxon.type.NumericType
-
Test whether this Simple 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.ee.schema.UserAtomicType
-
Ask whether values of this type are atomizable
- isAtomizable() - Method in class com.saxonica.ee.schema.UserUnionType
-
- isAtomizable() - Method in class net.sf.saxon.ma.arrays.ArrayItemType
-
Ask whether values of this type are atomizable
- 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 interface net.sf.saxon.type.ItemType
-
Ask whether values of this type are atomizable
- isAtomizable() - Method in class net.sf.saxon.type.JavaExternalObjectType
-
Ask whether values of this type are atomizable
- isAtomizable() - Method in class net.sf.saxon.type.NumericType
-
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.
- isAttributeSetDeclaredStreamable(StructuredQName) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
-
Ask whether a particular attribute set exists and is declared streamable
- isAttributeSpecified(int) - Method in class com.saxonica.pull.PullToStax
-
- isAttributeSpecified(int) - Method in class net.sf.saxon.evpull.EventToStaxBridge
-
- isAvailable(SymbolicName) - Method in class com.saxonica.config.JavaExtensionLibrary
-
Test whether a function with a given name and arity is available
- isAvailable(SymbolicName) - Method in class com.saxonica.ee.packages.XSLOriginalLibrary
-
- isAvailable(SymbolicName) - Method in class net.sf.saxon.functions.ConstructorFunctionLibrary
-
- isAvailable(SymbolicName) - Method in class net.sf.saxon.functions.ExecutableFunctionLibrary
-
Test whether a function with a given name and arity is available
- isAvailable(SymbolicName) - Method in interface net.sf.saxon.functions.FunctionLibrary
-
Test whether a function with a given name and arity is available
- isAvailable(SymbolicName) - Method in class net.sf.saxon.functions.FunctionLibraryList
-
Test whether a function with a given name and arity is available
- isAvailable(SymbolicName) - Method in class net.sf.saxon.functions.IntegratedFunctionLibrary
-
Test whether a function with a given name and arity is available
- isAvailable(SymbolicName) - Method in class net.sf.saxon.functions.SystemFunctionLibrary
-
Test whether a function with a given name and arity is available
- isAvailable(SymbolicName) - Method in class net.sf.saxon.query.ImportedFunctionLibrary
-
Test whether a function with a given name and arity is available
- isAvailable(SymbolicName) - Method in class net.sf.saxon.query.UnboundFunctionLibrary
-
Test whether a function with a given name and arity is available
- isAvailable(SymbolicName) - Method in class net.sf.saxon.query.XQueryFunctionLibrary
-
Test whether a function with a given name and arity is available
- isAvailable(SymbolicName) - Method in class net.sf.saxon.style.StylesheetFunctionLibrary
-
Test whether a function with a given name and arity is available
- isAvailable(SymbolicName) - Method in class net.sf.saxon.xpath.XPathFunctionLibrary
-
Test whether a function with a given name and arity is available
- isBackwardsCompatibility() - Method in class net.sf.saxon.expr.parser.RetainedStaticContext
-
- 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
- isBeforeFirst() - Method in class com.saxonica.xqj.SaxonXQForwardSequence
-
- isBeforeFirst() - Method in class com.saxonica.xqj.SaxonXQSequence
-
- isBeforeFirst() - Method in interface javax.xml.xquery.XQSequence
-
Checks if the current position before the first item in the sequence.
- isBeingRead(String) - Method in class com.saxonica.ee.schema.SchemaCompiler
-
Determine whether a particular URI is currently being read
- isBuildTree() - Method in class net.sf.saxon.Controller
-
Ask whether the principal transformation results should generate a result tree, or should be returned in raw sequence form
- isBuildTree(Properties) - Static method in class net.sf.saxon.lib.SaxonOutputKeys
-
- isBuiltInType() - Method in class com.saxonica.ee.schema.sdoc.SimpleTypeDefinition
-
Determine whether this is a built-in type or a user-defined type
- isBuiltInType() - Method in class com.saxonica.ee.schema.UserAtomicType
-
Determine whether this is a built-in type or a user-defined type
- isBuiltInType() - Method in class com.saxonica.ee.schema.UserListType
-
Determine whether this is a built-in type or a user-defined type
- isBuiltInType() - Method in class com.saxonica.ee.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 class net.sf.saxon.type.NumericType
-
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
- isCallOn(Class<? extends SystemFunction>) - Method in class com.saxonica.ee.expr.ExpressionADJ
-
Is this expression a specific function call?
- isCallOn(Class<? extends SystemFunction>) - Method in class net.sf.saxon.expr.Expression
-
Ask whether this expression is a call on a particular function
- isCallOn(Class<? extends SystemFunction>) - Method in class net.sf.saxon.expr.StaticFunctionCall
-
Ask whether this expression is a call on a particular function
- isCallOnSystemFunction(String) - Method in class net.sf.saxon.expr.Expression
-
- isCallOnSystemFunction(String) - Method in class net.sf.saxon.expr.StaticFunctionCall
-
- 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.ee.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.
- isChecksumCorrect() - Method in class net.sf.saxon.event.CheckSumFilter
-
Ask if a correct checksum has been found in the file
- isChecksumFound() - Method in class net.sf.saxon.event.CheckSumFilter
-
Ask whether a checksum has been found
- 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
- isChildlessNodeKind(ItemType) - Static method in class com.saxonica.ee.stream.Streamability
-
Ask whether an ItemType only allows nodes that cannot have children
- isClosed() - Method in class com.saxonica.xqj.Closable
-
Ask whether this object 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.
- isCollectStatistics() - Method in class com.saxonica.ee.s9api.SchemaValidatorImpl
-
Ask whether validation statistics are to be collected
- isCollectStatistics() - Method in class net.sf.saxon.s9api.SchemaValidator
-
Ask whether validation statistics are to be collected
- 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(Visibility, Visibility) - Static method in class com.saxonica.ee.packages.XSLAcceptExpose
-
- isCompatible(Accumulator) - Method in class com.saxonica.xslt3.instruct.Accumulator
-
Determine whether this accumulator is compatible with one that it overrides
- isCompatible(Configuration) - Method in class net.sf.saxon.Configuration
-
Determine whether two Configurations are compatible.
- isCompatible(LocalParam) - Method in class net.sf.saxon.expr.instruct.LocalParam
-
Check if paramater is compatible with another
- isCompatible(VariableReference) - Method in class net.sf.saxon.expr.VariableReference
-
- isCompiledSchemaDocument() - Method in class com.saxonica.ee.schema.sdoc.SchemaDocument
-
Ask if this is a compiled (SCM) schema document
- 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.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.ee.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.ee.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 class net.sf.saxon.type.NumericType
-
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
-
- isComposite() - Method in class net.sf.saxon.trans.KeyDefinition
-
Ask whether this is a composite key
- isComposite() - Method in class net.sf.saxon.trans.KeyDefinitionSet
-
Ask whether this is a composite key
- isConditionallyFinalState() - Method in class com.saxonica.ee.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.ee.schema.Facet
-
Ask whether this is a constraining facet (as distinct from a pre-lexical facet)
- isConstraining() - Method in class com.saxonica.ee.schema.PreprocessFacet
-
Ask whether this is a constraining facet (as distinct from a pre-lexical facet)
- isConstraining() - Method in class com.saxonica.ee.schema.WhitespaceFacet
-
Ask whether this is a constraining facet (as distinct from a pre-lexical facet)
- isContainsLiteral(Expression) - Static method in class com.saxonica.ee.pattern.preconditions.RealPreconditions
-
Ask whether an expression has the form contains(x, L) where L is a string literal
- 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.RootExpression
-
Ask whether there is a possibility that the context item will be undefined
- isContextPossiblyUndefined() - Method in class net.sf.saxon.functions.PositionAndLast
-
Ask whether the context item may possibly be undefined
- isContextVariableAnArgument() - Method in class com.saxonica.ee.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.
- isCopyAccumulators() - Method in class net.sf.saxon.expr.instruct.CopyOf
-
Ask whether accumulator values should be copied from the source document
- isCopyAccumulators() - Method in class net.sf.saxon.tree.wrapper.VirtualTreeInfo
-
- 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
-
Ask whether namespaces are to be copied or not
- isCreatesSecondaryResultDocuments() - Method in class net.sf.saxon.style.StylesheetPackage
-
Ask whether the package contains an xsl:result-document instruction
- isDangling() - Method in class com.saxonica.ee.schema.AttributeGroupReference
-
Ask whether this is known to be a dangling reference
- isDangling() - Method in interface com.saxonica.ee.schema.ComponentReference
-
Ask whether this is known to be a dangling reference
- isDangling() - Method in class com.saxonica.ee.schema.IdentityConstraintReference
-
Ask whether this is known to be a dangling reference
- isDangling() - Method in class com.saxonica.ee.schema.KeyRef
-
Ask whether this is known to be a dangling reference
- isDangling() - Method in class com.saxonica.ee.schema.SimpleComponentReference
-
Ask whether this is known to be a dangling reference
- isDangling() - Method in class com.saxonica.ee.schema.TypeReference
-
Ask whether this is known to be a dangling reference
- isDebug() - Method in class net.sf.saxon.regex.REFlags
-
- isDebugByteCode() - Method in class com.saxonica.ee.bytecode.util.CompilerService
-
- isDeclaration() - Method in class com.saxonica.ee.packages.XSLUsePackage
-
- 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.XSLGlobalContextItem
-
- 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).
- isDeclaredModes() - Method in class net.sf.saxon.style.PrincipalStylesheetModule
-
Ask whether it is required that modes be explicitly declared
- isDeclaredModes() - Method in class net.sf.saxon.style.XSLModuleRoot
-
Ask whether it is required that modes be explicitly declared
- isDeclaredModes() - Method in class net.sf.saxon.style.XSLPackage
-
Ask whether it is required that modes be explicitly declared
- 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.ee.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 com.saxonica.xslt3.instruct.Accumulator
-
Ask whether the accumulator is declared streamable
- isDeclaredStreamable() - Method in class net.sf.saxon.expr.instruct.AttributeSet
-
Ask whether this attribute set is declared to be streamable
- isDeclaredStreamable - Variable in class net.sf.saxon.expr.instruct.GlobalContextRequirement
-
- isDeclaredStreamable() - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
Ask whether or not this template is declared as streamable
- isDeclaredStreamable() - Method in class net.sf.saxon.expr.instruct.UseAttributeSet
-
- isDeclaredStreamable() - Method in class net.sf.saxon.style.XSLAttributeSet
-
Ask whether the attribute set is declared streamable
- isDeclaredStreamable() - Method in class net.sf.saxon.trans.Mode
-
Ask whether this mode is declared to be streamable
- isDeemedEmpty(Item) - Static method in class com.saxonica.xslt3.instruct.WherePopulated
-
Test whether an item is empty according to the definition in the spec
for xsl:conditional-content
- isDefaulted(ZeroOrOne<NodeInfo>) - Static method in class com.saxonica.functions.extfn.Extensions
-
Ask whether an attribute node exists as a result of the expansion of
default and fixed values defined in a schema.
- isDefaultedAttribute() - Method in class net.sf.saxon.tree.tiny.TinyAttributeImpl
-
Ask whether the attribute results from expansion of attribute defaults
- isDefaultedAttribute(int) - Method in class net.sf.saxon.tree.tiny.TinyTree
-
Ask whether an attribute results from expansion of attribute defaults
- 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.ee.schema.SchemaCompiler
-
Ask if deferred validation mode is currently set
- isDefined() - Method in class net.sf.saxon.ma.trie.Option
-
- 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.AttributeImpl
-
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 net.sf.saxon.expr.flwor.WindowClause.Window
-
- isDespatched() - Method in class net.sf.saxon.expr.flwor.WindowClause.Window
-
Ask whether the tuple corresponding to this window has been despatched to the output tuple
stream.
- isDir() - Method in class com.saxonica.functions.extfn.EXPathArchive.Entry
-
- isDir(One<StringValue>) - 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.ee.schema.Wildcard
-
Ask whether globally-defined names are disallowed
- isDisallowDefinedSiblings() - Method in class com.saxonica.ee.schema.Wildcard
-
Ask whether defined siblings are disallowed
- isDisallowedQName(int) - Method in class com.saxonica.ee.schema.Wildcard
-
Ask whether a specific QName is disallowed
- isDisplayByteCode() - Method in class com.saxonica.ee.bytecode.util.CompilerService
-
- isDITA() - Method in class com.saxonica.ee.pattern.PatternOptimizationEE
-
Ask whether DITA-OT indexing is to be used
- isDITA2() - Method in class com.saxonica.ee.pattern.PatternOptimizationEE
-
- isDocumentNode - Variable in class com.saxonica.ee.stream.watch.ForEachAction.Activation
-
- isDocumentOrElementRequired() - Method in class net.sf.saxon.expr.instruct.CopyOf
-
Test whether this expression requires a document or element node
- isDocumentProjectionAllowed() - Method in class com.saxonica.ee.optim.XQueryExpressionEE
-
Ask whether document projection is allowed
- isDocumentProjectionAllowed() - Method in class net.sf.saxon.query.XQueryExpression
-
Ask whether document projection is allowed
- isDonePostDescent() - Method in class com.saxonica.ee.stream.watch.AccumulatorWatch
-
- isDoNotMerge() - Method in class com.saxonica.ee.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
- isDuplicateZeroLengthMatch(Operation, int) - Method in class net.sf.saxon.regex.History
-
- isDynamicFunctionCall() - Method in class com.saxonica.functions.hof.ApplyFn
-
Ask whether this call to fn:apply was originally written as a dynamic function call
- isElementAvailable(String, String, boolean) - Method in class com.saxonica.config.pe.StyleNodeFactoryPE
-
Method to support the element-available() function
- isElementAvailable(String) - Method in class net.sf.saxon.style.ExpressionContext
-
Determine if an extension element is available
- isElementAvailable(String, String, boolean) - 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
-
- isElementContentWhitespace() - Method in class net.sf.saxon.dom.TextOverNodeInfo
-
- isElementNillable() - Method in class com.saxonica.xqj.SaxonXQItemType
-
- isElementNillable() - Method in interface javax.xml.xquery.XQItemType
-
Returns whether the element type is nillable or not.
- isEmptiable() - Method in class com.saxonica.ee.schema.AllModelGroup
-
Determine if empty content is allowed
- isEmptiable() - Method in class com.saxonica.ee.schema.ChoiceModelGroup
-
Determine if empty content is allowed
- isEmptiable() - Method in class com.saxonica.ee.schema.ElementParticle
-
Determine if this particle can be empty
- isEmptiable() - Method in class com.saxonica.ee.schema.ElementWildcard
-
Determine if this particle can be empty
- isEmptiable() - Method in class com.saxonica.ee.schema.ModelGroup
-
Determine if empty content is allowed
- isEmptiable() - Method in class com.saxonica.ee.schema.ModelGroupDefinition
-
Determine if empty content is allowed
- isEmptiable() - Method in class com.saxonica.ee.schema.ModelGroupParticle
-
Determine if empty content is allowed
- isEmptiable() - Method in class com.saxonica.ee.schema.Particle
-
Determine if empty content is allowed
- isEmptiable() - Method in class com.saxonica.ee.schema.SequenceModelGroup
-
Determine if empty content is allowed
- isEmptiable() - Method in class com.saxonica.ee.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.ee.schema.ModelGroup
-
Return true if the content model is empty
- isEmpty() - Method in class com.saxonica.ee.stream.adjunct.ConditionalBlockAdjunct.ConditionalBlockFeed
-
- isEmpty() - Method in class com.saxonica.ee.trans.CompoundMode
-
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.event.SignificantItemDetector
-
Ask if the sequence that has been written so far is considered empty
- isEmpty() - Method in interface net.sf.saxon.ma.arrays.ArrayItem
-
Ask whether the array is empty
- isEmpty() - Method in class net.sf.saxon.ma.arrays.SimpleArrayItem
-
Ask whether the array is empty
- isEmpty() - Method in class net.sf.saxon.ma.map.HashTrieMap
-
Ask whether the map is empty
- isEmpty() - Method in interface net.sf.saxon.ma.map.MapItem
-
Ask whether the map is empty
- isEmpty() - Method in class net.sf.saxon.ma.map.RangeKey
-
Ask whether the map is empty
- isEmpty() - Method in class net.sf.saxon.ma.trie.ImmutableList
-
- isEmpty() - Method in class net.sf.saxon.trans.KeyIndex
-
Ask whether the index is empty
- 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.trans.SimpleMode
-
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.tree.util.FastStringBuffer
-
Ask whether the string buffer is empty
- 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.ee.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.LatinString
-
- 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() - Method in class net.sf.saxon.expr.Operand
-
Ask whether the operand is a higher-order operand, in the sense that the child expression
is evaluated repeatedly during a single evaluation of the parent expression
- isEvaluatedRepeatedly() - Method in class net.sf.saxon.expr.OperandRole
-
Ask whether the operand is a higher-order operand, in the sense that the child expression
is evaluated repeatedly during a single evaluation of the parent expression
- 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 com.saxonica.ee.s9api.SchemaValidatorImpl
-
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)
- 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.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"
- isExtensionElementAvailable(StructuredQName) - Method in class com.saxonica.config.ProfessionalConfiguration
-
Ask whether an extension element with a particular name is available
- isExtensionElementAvailable(StructuredQName) - Method in class net.sf.saxon.Configuration
-
Ask whether an extension element with a particular name is available
- 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.ee.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
-
Ask whether this is an external type
- isExternalType() - Method in class net.sf.saxon.type.JavaExternalObjectType
-
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.NumericType
-
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
-
Ask whether this is an external type, that is, the type of a Java or .NET external object
- 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.ee.schema.Facet
-
Test whether a given string is one of the recognized facet names
- isFeatureAllowedBySecondaryLicense(int, int) - Method in class com.saxonica.config.ProfessionalConfiguration
-
- isFeatureAllowedBySecondaryLicense(int, int) - Method in class com.saxonica.config.Verifier
-
- isFeatureAllowedBySecondaryLicense(int, int) - Method in class net.sf.saxon.Configuration
-
- isFile(One<StringValue>) - 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.ee.schema.fsa.AutomatonState
-
Test whether this state is a final state
- isFinalState() - Method in class com.saxonica.ee.schema.fsa.CountingState
-
- isFinalState() - Method in interface com.saxonica.ee.schema.fsa.State
-
- isFinalState() - Method in class com.saxonica.ee.schema.fsa.SuffixState
-
- isFinalState(int) - Method in class com.saxonica.ee.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.ee.schema.sdoc.XSDAlternative
-
- isFinalState(int) - Method in class com.saxonica.ee.schema.sdoc.XSDAttributeGroup
-
- isFinalState(int) - Method in class com.saxonica.ee.schema.sdoc.XSDComplexContent
-
- isFinalState(int) - Method in class com.saxonica.ee.schema.sdoc.XSDComplexContentRestriction
-
- isFinalState(int) - Method in class com.saxonica.ee.schema.sdoc.XSDComplexType
-
- isFinalState(int) - Method in class com.saxonica.ee.schema.sdoc.XSDDefaultOpenContent
-
- isFinalState(int) - Method in class com.saxonica.ee.schema.sdoc.XSDElement
-
- isFinalState(int) - Method in class com.saxonica.ee.schema.sdoc.XSDExtension
-
- isFinalState(int) - Method in class com.saxonica.ee.schema.sdoc.XSDOpenContent
-
- isFinalState(int) - Method in class com.saxonica.ee.schema.sdoc.XSDSchema
-
- isFinalState(int) - Method in class com.saxonica.ee.schema.sdoc.XSDSimpleContent
-
- isFinalState(int) - Method in class com.saxonica.ee.schema.sdoc.XSDSimpleContentRestriction
-
- isFinalState(int) - Method in class com.saxonica.ee.schema.sdoc.XSDSimpleType
-
- isFinalState(int) - Method in class com.saxonica.ee.schema.sdoc.XSDSimpleTypeRestriction
-
- isFinished() - Method in class com.saxonica.functions.hof.FoldLeftFn.FoldLeftFold
-
- isFinished() - Method in class net.sf.saxon.expr.flwor.WindowClause.Window
-
Ask whether we have found the last item in the window
- isFinished() - Method in interface net.sf.saxon.functions.Fold
-
Ask whether the computation has completed.
- isFirst() - Method in class com.saxonica.xqj.SaxonXQForwardSequence
-
- isFirst() - Method in class com.saxonica.xqj.SaxonXQSequence
-
- isFirst() - Method in interface javax.xml.xquery.XQSequence
-
Checks if the current position at the first item in the sequence.
- isFixed() - Method in class com.saxonica.ee.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 class com.saxonica.xqj.SaxonXQMetaData
-
- isFullAxisFeatureSupported() - Method in interface javax.xml.xquery.XQMetaData
-
Query if XQuery full axis feature is supported in this connection.
- 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)
- isGenerallyComparable(UType, UType) - Static method in class net.sf.saxon.type.UType
-
Determine whether two primitive atomic types are comparable under the rules for GeneralComparisons
for the "=" operator (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.
- isGenerateByteCode() - Method in class net.sf.saxon.s9api.XsltCompiler
-
Ask whether bytecode is to be generated in the compiled code.
- isGenerateByteCode() - Method in class net.sf.saxon.trans.CompilerInfo
-
Ask whether bytecode is to be generated in the compiled code.
- 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.ee.schema.AttributeDecl
-
Determine whether this attribute declaration is global.
- isGlobal() - Method in class com.saxonica.ee.schema.ElementDecl
-
Determine whether this element declaration is global.
- isGlobal() - Method in class com.saxonica.expr.XPathParserPE.TemporaryXSLTVariableBinding
-
- 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.GlobalVariable
-
Is this a global variable?
- isGlobal() - Method in class net.sf.saxon.expr.instruct.LocalParam
-
- 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.style.XSLGlobalVariable
-
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.
- 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)
- isGuaranteedComparable(UType, UType) - Static method in class net.sf.saxon.type.UType
-
Determine whether two primitive atomic types are comparable under the rules for ValueComparisons
(that is, untyped atomic values treated as strings), using the "eq" operator
- 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, or if absent, the version property is present with the value 5.0.
- isId() - Method in class com.saxonica.ee.stream.om.FleetingNode
-
Determine whether this node has the is-id property
- isId() - Method in class com.saxonica.pull.UnconstructedParent
-
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.AttributeImpl
-
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.TinyAttributeImpl
-
Determine whether this node has the is-id property
- 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.SnapshotNode
-
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.ee.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 ID attribute.
- 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.expr.Expression
-
Determine whether two IdentityComparable objects are identical.
- isIdentical(IdentityComparable) - Method in class net.sf.saxon.om.CodedName
-
- isIdentical(IdentityComparable) - Method in class net.sf.saxon.om.FingerprintedQName
-
Determine whether two IdentityComparable objects are identical.
- 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
-
Determine whether two IdentityComparable objects are identical.
- isIdentical(IdentityComparable) - Method in class net.sf.saxon.om.NoNamespaceName
-
Determine whether two IdentityComparable objects are identical.
- isIdentical(IdentityComparable) - Method in class net.sf.saxon.om.StructuredQName
-
Determine whether two IdentityComparable objects are identical.
- 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 objects 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.ee.stream.om.FleetingNode
-
Determine whether this node has the is-idref property
- isIdref() - Method in class com.saxonica.pull.UnconstructedParent
-
Determine whether this node has the is-idref property
- IsIdRef - Class in net.sf.saxon.functions
-
This class implements the saxon:is-idref() extension function,
which is specially-recognized by the system because calls are generated by the optimizer.
- IsIdRef() - Constructor for class net.sf.saxon.functions.IsIdRef
-
- 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.AttributeImpl
-
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.TinyAttributeImpl
-
Determine whether this node has the is-idref property
- 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.SnapshotNode
-
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.
- isIdRefType() - Method in class com.saxonica.ee.schema.UserAtomicType
-
Ask whether this type is an IDREF or IDREFS type.
- isIdRefType() - Method in class com.saxonica.ee.schema.UserComplexType
-
Ask whether this type is an IDREF or IDREFS type.
- isIdRefType() - Method in class com.saxonica.ee.schema.UserListType
-
Ask whether this type is an IDREF or IDREFS type.
- isIdRefType() - Method in class com.saxonica.ee.schema.UserSimpleType
-
Ask whether this type is an IDREF or IDREFS type.
- isIdRefType() - Method in class com.saxonica.ee.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 class net.sf.saxon.type.NumericType
-
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.ee.schema.UserAtomicType
-
Ask whether this type is an ID type.
- isIdType() - Method in class com.saxonica.ee.schema.UserComplexType
-
Ask whether this type is an ID type.
- isIdType() - Method in class com.saxonica.ee.schema.UserListType
-
Ask whether this type is an ID type.
- isIdType() - Method in class com.saxonica.ee.schema.UserSimpleType
-
Ask whether this type is an ID type.
- isIdType() - Method in class com.saxonica.ee.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 class net.sf.saxon.type.NumericType
-
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.GlobalParam
-
Ask whether this variable represents a required parameter
- isImplicitlyRequiredParam() - Method in class net.sf.saxon.expr.instruct.LocalParam
-
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
- isImplicitURI(String) - Static method in class net.sf.saxon.trans.CommandLineOptions
-
- 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.ee.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.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
- isInChoiceGroup() - Method in class net.sf.saxon.expr.Operand
-
Ask whether the operand is a member of a choice group
- isInChoiceGroup() - Method in class net.sf.saxon.expr.OperandRole
-
Ask whether the operand is a member of a choice group
- isIncludedInCopy(NodeInfo) - Method in class net.sf.saxon.tree.wrapper.SnapshotNode
-
- isIncludedInCopy(NodeInfo) - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
-
Ask whether a node in the source tree is within the scope of this virtual copy
- isIncludeUnclosedWindows() - Method in class net.sf.saxon.expr.flwor.WindowClause
-
- isIncremental() - Method in enum com.saxonica.ee.stream.Posture
-
Test whether this posture is either striding or crawling
- isIndenting() - Method in class net.sf.saxon.ma.json.JsonReceiver
-
- isIndependentFilter() - Method in class net.sf.saxon.expr.FilterExpression
-
Determine whether the filter is independent of the context item and position
- isIndexableFilter(Expression) - Method in class com.saxonica.ee.optim.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.
- isIndexComparisonPredicates() - Method in class com.saxonica.ee.pattern.PatternOptimizationEE
-
Ask whether rule indexing based on predicate comparisons is to be used
- 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.ee.schema.Wildcard
-
Determine whether this wildcard represents an "inexpressible" intersection or union
- isInheritable() - Method in class com.saxonica.ee.schema.AttributeDecl
-
Ask whether this attribute is inheritable
- isInheritable() - Method in class com.saxonica.ee.schema.AttributeUse
-
Ask whether this attribute is inheritable
- 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
- isInheritNamespacesFromParent() - Method in class net.sf.saxon.expr.instruct.ElementCreator
-
Ask whether this element inherits namespaces from its parent.
- isInheritNamespacesToChildren() - Method in class net.sf.saxon.expr.instruct.ElementCreator
-
Ask whether the inherit namespaces flag is set
- isInlineable() - Method in class net.sf.saxon.expr.instruct.UserFunction
-
Ask whether the function can be inlined
- isInLoop() - Method in class com.saxonica.functions.xslt3.CurrentMergeGroup
-
Determine whether the current-group() function is executed repeatedly within a single iteration
of the containing xsl:for-each-group
- isInLoop() - Method in class net.sf.saxon.expr.VariableReference
-
Determine whether this variable reference appears in a loop relative to its declaration.
- isInLoop() - Method in class net.sf.saxon.functions.CurrentGroupCall
-
Determine whether the current-group() function is executed repeatedly within a single iteration
of the containing xsl:for-each-group
- isInRangeForInt(Expression) - Method in class com.saxonica.ee.bytecode.util.CompilerService
-
- isInRangeForLong(Expression) - Method in class com.saxonica.ee.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.FingerprintedQName
-
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
- isInScopeNamespace(String) - Method in class net.sf.saxon.tree.linked.ElementImpl
-
Search the in-scope namespaces to see whether a given namespace is in scope.
- 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.xslt3.style.XSLWherePopulated
-
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
-
- 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).
- isJarFileURI(String) - Method in class net.sf.saxon.resource.StandardCollectionFinder
-
Ask whether the collection URI should be interpreted as identifying a JAR (or ZIP) file.
- 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.XPathParser
-
Test whether the current token is a given keyword.
- isKnownToBeComparable() - Method in class net.sf.saxon.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.ee.bytecode.util.CompilerService
-
- isLast() - Method in class com.saxonica.xqj.SaxonXQForwardSequence
-
- isLast() - Method in class com.saxonica.xqj.SaxonXQSequence
-
- isLast() - Method in interface javax.xml.xquery.XQSequence
-
Checks if the current position at the last item in the sequence.
- IsLastExprAdjunct - Class in com.saxonica.ee.stream.adjunct
-
- IsLastExprAdjunct() - Constructor for class com.saxonica.ee.stream.adjunct.IsLastExprAdjunct
-
- 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.ee.bytecode
-
Generate bytecode for the IsLastExpression, which tests whether position() is equal to last()
- IsLastExpressionCompiler() - Constructor for class com.saxonica.ee.bytecode.IsLastExpressionCompiler
-
- isLax() - Method in class com.saxonica.ee.s9api.SchemaValidatorImpl
-
Ask whether validation is to be in lax mode.
- 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.ee.schema.sdoc.SimpleTypeDefinition
-
On a SimpleTypeDefinition, isListType() always returns true if the type is "derived by List".
- isListType() - Method in class com.saxonica.ee.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.ee.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.ee.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 class net.sf.saxon.type.NumericType
-
Test whether this Simple Type 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
-
- isLocationIsCodeLocation() - Method in class net.sf.saxon.event.PipelineConfiguration
-
- isLoopingReference(VariableReference, Binding) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
-
- isLoopingSubexpression(Expression, Expression) - Static method in class net.sf.saxon.expr.parser.ExpressionTool
-
Return true if a given expression 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
- isMap() - Method in class net.sf.saxon.expr.instruct.UserFunction
-
Ask whether this function item is a map
- isMap() - Method in class net.sf.saxon.functions.AbstractFunction
-
Ask whether this function is a map
- isMap() - Method in class net.sf.saxon.ma.arrays.SimpleArrayItem
-
Ask whether this function item is a map
- isMap() - Method in class net.sf.saxon.ma.map.HashTrieMap
-
Ask whether this function item is a map
- isMap() - Method in class net.sf.saxon.ma.map.RangeKey
-
Ask whether this function item is a map
- isMap() - Method in interface net.sf.saxon.om.Function
-
Ask whether this function item is a map
- isMapType() - Method in class net.sf.saxon.ma.arrays.ArrayItemType
-
Ask whether this function item type is a map type.
- isMapType() - Method in class net.sf.saxon.ma.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
- isMaxFunction() - Method in class net.sf.saxon.functions.Minimax
-
Method to be implemented in subclasses to indicate whether the function implements
fn:min() or fn:max()
- isMaxFunction() - Method in class net.sf.saxon.functions.Minimax.Max
-
- isMaxFunction() - Method in class net.sf.saxon.functions.Minimax.Min
-
- isMayBeOmitted() - Method in class com.saxonica.xslt3.style.XSLContextItem
-
- isMayBeSupplied() - Method in class com.saxonica.xslt3.style.XSLContextItem
-
- isMayOmitContextItem() - Method in class net.sf.saxon.expr.instruct.NamedTemplate
-
- isMayOmitContextItem() - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
- isMayOmitContextItem() - Method in class net.sf.saxon.style.XSLTemplate
-
- isMaySupplyContextItem() - Method in class net.sf.saxon.expr.instruct.NamedTemplate
-
- isMaySupplyContextItem() - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
- isMaySupplyContextItem() - Method in class net.sf.saxon.style.XSLTemplate
-
- 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.ee.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 class com.saxonica.xqj.SaxonXQMetaData
-
- isModuleFeatureSupported() - Method in interface javax.xml.xquery.XQMetaData
-
Query if XQuery module feature is supported in this connection.
- 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.ee.bytecode.NamespaceConstructorCompiler
-
Ask whether this instruction generates a kind of node that is named
- isNamedNodeKind() - Method in class com.saxonica.ee.bytecode.ProcessingInstructionCompiler
-
Ask whether this instruction generates a kind of node that is named
- isNamedNodeKind() - Method in class com.saxonica.ee.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.ee.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.ee.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.ee.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.ee.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 class net.sf.saxon.type.NumericType
-
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 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 net.sf.saxon.expr.parser.XPathParser
-
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) - Static 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) - Static method in class net.sf.saxon.om.NameChecker
-
Test whether a character can appear at the start of an NCName
- isNegatable(TypeHierarchy) - Method in class net.sf.saxon.expr.BooleanExpression
-
Check whether this specific instance of the expression is negatable
- isNegatable(TypeHierarchy) - Method in interface net.sf.saxon.expr.Negatable
-
Check whether this specific instance of the expression is negatable
- isNegatable(TypeHierarchy) - Method in class net.sf.saxon.expr.SystemFunctionCall
-
Check whether this specific instance of the expression is negatable
- isNegatable(TypeHierarchy) - Method in class net.sf.saxon.expr.ValueComparison
-
Check whether this specific instance of the expression is negatable
- isNegativeZero() - Method in class net.sf.saxon.value.DoubleValue
-
Ask whether this value is negative zero
- isNegativeZero() - Method in class net.sf.saxon.value.FloatValue
-
Ask whether this value is negative zero
- isNegativeZero() - Method in class net.sf.saxon.value.NumericValue
-
Ask whether this value is negative zero
- isNewlyIntroduced(SimpleType) - Method in class com.saxonica.ee.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.ee.validate.ContentValidator
-
Determine whether xsi:nil = true was set on this element
- isNillable() - Method in class com.saxonica.ee.schema.AttributeDecl
-
Determine, in the case of an Element Declaration, whether it is nillable.
- isNillable() - Method in class com.saxonica.ee.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.ee.validate.SchemaElementTest
-
Determine whether nilled nodes can match this node test
- isNillable(int) - Method in class com.saxonica.ee.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.ee.stream.om.FleetingNode
-
Determine whether the node has the is-nilled property
- isNilled() - Method in class com.saxonica.pull.UnconstructedParent
-
Determine whether the node has the is-nilled property
- isNilled(NodeInfo) - Static method in class net.sf.saxon.functions.Nilled_1
-
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.AttributeImpl
-
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.TinyAttributeImpl
-
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.SnapshotNode
-
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.tree.wrapper.VirtualUntypedCopy
-
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.ee.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.ee.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.ee.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 class com.saxonica.xqj.SaxonXQForwardSequence
-
- isOnItem() - Method in class com.saxonica.xqj.SaxonXQSequence
-
- isOnItem() - Method in interface javax.xml.xquery.XQSequence
-
Check if the sequence is positioned on an item or not.
- isOpenContentInterleaved() - Method in class com.saxonica.ee.schema.fsa.FiniteStateMachine
-
Ask whether the open content wildcard for this finite state machine (assuming there is one)
permits interleaved content (as opposed to suffixed content only)
- isOperandIsStringLiteral() - Method in class net.sf.saxon.expr.CastingExpression
-
Ask whether the operand to the cast expression was supplied in the form of a string literal.
- isOptimize() - Method in class com.saxonica.ee.pattern.PatternOptimizationEE
-
Ask whether optimization is enabled
By default it is true if a pattern optimization element exists.
- isOptimize() - Method in class net.sf.saxon.pattern.PatternOptimization
-
Ask whether optimization is enabled
- isOptimizeForStreaming() - Method in class net.sf.saxon.expr.parser.ExpressionVisitor
-
Ask whether the visitor is to optimize expressions for evaluation in a streaming environment
- isOptional() - Method in class com.saxonica.ee.schema.AttributeUse
-
Returns true if the use attribute is equal to "optional".
- isOrdered(boolean) - Method in class com.saxonica.ee.schema.UserAtomicType
-
Determine whether the atomic type is ordered, that is, whether less-than and greater-than comparisons
are permitted
- isOrdered(boolean) - Method in interface net.sf.saxon.type.AtomicType
-
Determine whether the atomic type is ordered, that is, whether less-than and greater-than comparisons
are permitted
- isOrdered(boolean) - Method in class net.sf.saxon.type.BuiltInAtomicType
-
Determine whether the atomic type is ordered, that is, whether less-than and greater-than comparisons
are permitted
- isOrdered(boolean) - Method in class net.sf.saxon.type.ErrorType
-
Determine whether the atomic type is ordered, that is, whether less-than and greater-than comparisons
are permitted
- isOrderedOperator(int) - Static method in class net.sf.saxon.expr.parser.Token
-
- isOverrideExtensionFunction() - Method in class net.sf.saxon.style.StylesheetFunctionLibrary
-
Ask whether the functions in this library are "overrideExtensionFunction" functions, that is, defined with
xsl:function override="yes".
- isOverrideExtensionFunction() - Method in class net.sf.saxon.style.XSLFunction
-
Is override-extension-function="yes"?.
- isPartialWildcard() - Method in class net.sf.saxon.trans.ComponentTest
-
- isPeerAxis - Static variable in class net.sf.saxon.om.AxisInfo
-
Table indicating for each axis whether it is a peer axis.
- isPermittedChild(StyleElement) - Method in class com.saxonica.xslt3.style.XSLEvaluate
-
Specify that xsl:sort is a permitted child
- isPermittedChild(StyleElement) - Method in class com.saxonica.xslt3.style.XSLIterate
-
Specify that xsl:param is a permitted child
- isPermittedChild(StyleElement) - Method in class com.saxonica.xslt3.style.XSLTry
-
- isPermittedChild(StyleElement) - Method in class net.sf.saxon.style.StyleElement
-
Check whether a given child is permitted for this element.
- isPermittedChild(StyleElement) - Method in class net.sf.saxon.style.XSLForEach
-
Specify that xsl:sort is a permitted child
- isPermittedChild(StyleElement) - Method in class net.sf.saxon.style.XSLForEachGroup
-
Specify that xsl:sort is a permitted child
- isPermittedChild(StyleElement) - Method in class net.sf.saxon.style.XSLFunction
-
Specify that xsl:param is a permitted child
- isPermittedChild(StyleElement) - Method in class net.sf.saxon.style.XSLPerformSort
-
Specify that xsl:sort is a permitted child
- isPermittedChild(StyleElement) - Method in class net.sf.saxon.style.XSLTemplate
-
Specify that xsl:param and xsl:context-item are permitted children
- isPlainType() - Method in class com.saxonica.ee.schema.UserAtomicType
-
Ask whether this is a plain type (a type whose instances are always atomic values)
- isPlainType() - Method in class com.saxonica.ee.schema.UserUnionType
-
Ask whether this Union type is a "plain type", defined as a union
type whose member types are all atomic types or plain unions.
- isPlainType() - Method in class net.sf.saxon.pattern.NodeTest
-
Determine whether this item type is atomic (that is, whether it can ONLY match
atomic values)
- isPlainType() - Method in class net.sf.saxon.type.AnyFunctionType
-
Determine whether this item type is atomic (that is, whether it can ONLY match
atomic values)
- isPlainType() - Method in class net.sf.saxon.type.AnyItemType
-
Determine whether this item type is atomic (that is, whether it can ONLY match
atomic values)
- isPlainType() - Method in class net.sf.saxon.type.BuiltInAtomicType
-
Ask whether this is a plain type (a type whose instances are always atomic values)
- isPlainType() - Method in class net.sf.saxon.type.ErrorType
-
- isPlainType() - Method in class net.sf.saxon.type.ExternalObjectType
-
Ask whether this is a plain type (a type whose instances are always atomic values)
- isPlainType() - Method in interface net.sf.saxon.type.ItemType
-
Determine whether this item type is a plain type (that is, whether it can ONLY match
atomic values)
- isPlainType() - Method in class net.sf.saxon.type.NumericType
-
Determine whether this item type is a plain type (that is, whether it can ONLY match
atomic values)
- isPleaseCloseAfterUse() - Method in class net.sf.saxon.lib.AugmentedSource
-
Determine whether or not the user of this Source is encouraged to close it as soon as reading is
finished.
- isPleaseCloseAfterUse() - Method in class net.sf.saxon.lib.ParseOptions
-
Determine whether or not the user of this Source is encouraged to close it as soon as reading is
finished.
- isPointless(ModelGroup) - Method in class com.saxonica.ee.schema.AllModelGroup
-
Test whether the compositor is pointless, as described in XML Schema Part 1
Schema Component Constraint: Particle Valid (Restriction)
- isPointless(ModelGroup) - Method in class com.saxonica.ee.schema.ChoiceModelGroup
-
Test whether the compositor is pointless, as described in XML Schema Part 1
Schema Component Constraint: Particle Valid (Restriction)
- isPointless(ModelGroup) - Method in class com.saxonica.ee.schema.ElementParticle
-
Test whether the particle is pointless, as described in XML Schema Part 1
Schema Component Constraint: Particle Valid (Restriction)
- isPointless(ModelGroup) - Method in class com.saxonica.ee.schema.ElementWildcard
-
Test whether the particle is pointless, as described in XML Schema Part 1
Schema Component Constraint: Particle Valid (Restriction)
- isPointless(ModelGroup) - Method in class com.saxonica.ee.schema.ModelGroup
-
Test whether the particle is pointless, as described in XML Schema Part 1
Schema Component Constraint: Particle Valid (Restriction)
- isPointless(ModelGroup) - Method in class com.saxonica.ee.schema.ModelGroupDefinition
-
Test whether the compositor is pointless, as described in XML Schema Part 1
Schema Component Constraint: Particle Valid (Restriction)
- isPointless(ModelGroup) - Method in class com.saxonica.ee.schema.ModelGroupParticle
-
Test whether the particle is pointless, as described in XML Schema Part 1
Schema Component Constraint: Particle Valid (Restriction)
- isPointless(ModelGroup) - Method in class com.saxonica.ee.schema.Particle
-
Test whether the particle is pointless, as described in XML Schema Part 1
Schema Component Constraint: Particle Valid (Restriction)
- isPointless(ModelGroup) - Method in class com.saxonica.ee.schema.SequenceModelGroup
-
Test whether the compositor is pointless, as described in XML Schema Part 1
Schema Component Constraint: Particle Valid (Restriction)
- isPositional(TypeHierarchy) - Method in class net.sf.saxon.expr.FilterExpression
-
Determine if the filter is positional
- isPositionalFilter(Expression, TypeHierarchy) - Static method in class net.sf.saxon.expr.FilterExpression
-
Determine whether an expression, when used as a filter, is potentially positional;
that is, where it either contains a call on position() or last(), or where it is capable of returning
a numeric result.
- isPossiblyAbsent() - Method in class net.sf.saxon.expr.parser.ContextItemStaticInfo
-
Ask whether it is possible that the context item is absent
- isPossiblyComparable(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)
- isPossiblyComparable(UType, UType, boolean) - Static method in class net.sf.saxon.type.UType
-
Determine whether two primitive atomic types are comparable under the rules for ValueComparisons
(that is, untyped atomic values treated as strings)
- isPostDescent() - Method in class com.saxonica.xslt3.style.XSLAccumulatorRule
-
- isPreconditions() - Method in class com.saxonica.ee.pattern.PatternOptimizationEE
-
Ask whether template rule preconditions should be computed
- isPrefix(PackageVersion) - Method in class net.sf.saxon.style.PackageVersion
-
Tests whether this package version is a prefix (i.e.
- isPrefixed(int) - Static method in class net.sf.saxon.om.NamePool
-
Determine whether a given namecode has a non-empty prefix (and therefore, in the case of attributes,
whether the name is in a non-null namespace
- isPreserveBoundarySpace() - Method in class net.sf.saxon.query.QueryModule
-
Ask whether the policy for boundary space is "preserve" or "strip"
- isPreserveBoundarySpace() - Method in class net.sf.saxon.query.StaticQueryContext
-
Ask whether the policy for boundary space is "preserve" or "strip"
- isPreserveNamespaces() - Method in class net.sf.saxon.query.QueryModule
-
Get the namespace copy mode
- isPreserveNamespaces() - Method in class net.sf.saxon.query.StaticQueryContext
-
Get the namespace copy mode
- isPreservingTypes() - Method in class net.sf.saxon.expr.instruct.ParentNodeConstructor
-
Determine whether this elementCreator performs validation or strips type annotations
- isPrimitiveNumeric() - Method in class net.sf.saxon.type.BuiltInAtomicType
-
Determine whether the atomic type is numeric
- isPrimitiveType() - Method in class com.saxonica.ee.schema.UserAtomicType
-
Determine whether the atomic type is a primitive type.
- isPrimitiveType() - Method in interface net.sf.saxon.type.AtomicType
-
Determine whether the atomic type is a primitive type.
- isPrimitiveType() - Method in class net.sf.saxon.type.BuiltInAtomicType
-
Ask whether the atomic type is a primitive type.
- isPrimitiveType() - Method in class net.sf.saxon.type.ErrorType
-
Determine whether the atomic type is a primitive type.
- isPrimitiveType(int) - Static method in class net.sf.saxon.type.Type
-
Determine whether this type is a primitive type.
- isPrivate() - Method in class net.sf.saxon.expr.instruct.GlobalVariable
-
Ask whether this global variable is private
- isPrivate() - Method in class net.sf.saxon.query.XQueryFunction
-
Ask whether this is a private function (as defined in XQuery 3.0)
- isProcessName(String) - Static method in class com.saxonica.ee.schema.sdoc.XSDAny
-
Determines whether or not the given name is the name
of an XML Schema Wildcard processContents attribute.
- isProhibited() - Method in class com.saxonica.ee.schema.AttributeUse
-
Returns true if the use attribute is equal to "prohibited".
- isQName(String) - Static method in class net.sf.saxon.om.NameChecker
-
Validate whether a given string constitutes a valid QName, as defined in XML Namespaces.
- isQueryLocationHintProcessed(String) - Method in class net.sf.saxon.expr.instruct.Executable
-
Ask whether a query module location hint has already been processed
- isRangeKey() - Method in class net.sf.saxon.trans.KeyDefinition
-
Ask whether this key is a range key, that is, a key capable of returning
(a) the values in a selected range, and (b) the keys in order
- isRangeKey() - Method in class net.sf.saxon.trans.KeyDefinitionSet
-
Ask if this is a range key
- isReadOnce() - Method in class net.sf.saxon.functions.Doc
-
Ask whether this document has been marked as being read once only.
- isReadOnly() - Method in class com.saxonica.xqj.SaxonXQMetaData
-
- isReadOnly() - Method in interface javax.xml.xquery.XQMetaData
-
Query if the associated conection is restricted for read only use.
- isRecognizedNode(Object) - Method in class net.sf.saxon.dom.DOMEnvelope
-
Test whether this object model recognizes a given node as one of its own
- isRecognizedNode(Object) - Method in class net.sf.saxon.option.xom.XOMObjectModel
-
Test whether this object model recognizes a given node as one of its own
- isRecognizedNodeClass(Class) - Method in class net.sf.saxon.dom.DOMEnvelope
-
Test whether this object model recognizes a given class as representing a
node in that object model.
- isRecognizedNodeClass(Class) - Method in class net.sf.saxon.option.xom.XOMObjectModel
-
Test whether this object model recognizes a given class as representing a
node in that object model.
- isRecoverFromValidationErrors() - Method in class net.sf.saxon.event.PipelineConfiguration
-
Ask if this pipeline recovers from validation errors
- isRecursiveTailCall() - Method in class net.sf.saxon.expr.UserFunctionCall
-
- isRedundant() - Method in class net.sf.saxon.style.XSLCharacterMap
-
Test whether this character map is redundant (because another with the
same name has higher import precedence).
- isReference() - Method in class com.saxonica.ee.schema.sdoc.XSDAttributeGroup
-
Is this an attribute group declaration or a reference?
- isReference() - Method in class com.saxonica.ee.schema.sdoc.XSDIdentityConstraint
-
Ask whether this is a reference
- isReportableStatically() - Method in exception net.sf.saxon.trans.XPathException
-
Tests whether this is a dynamic error that may be reported statically if it is detected statically
- isRequired() - Method in class com.saxonica.ee.schema.AttributeUse
-
Returns true if the 'use' attribute is equal to REQUIRED and
there is no specified value.
- isRequired() - Method in class net.sf.saxon.s9api.XsltExecutable.ParameterDetails
-
Ask whether the parameter is required (mandatory) or optional
- isRequiredParam() - Method in class net.sf.saxon.expr.instruct.GlobalVariable
-
Ask whether this variable represents a required parameter
- isRequiredParam() - Method in class net.sf.saxon.expr.instruct.LocalParam
-
Ask whether this variable represents a required parameter
- isRequiredParam() - Method in class net.sf.saxon.style.XSLLocalParam
-
- isRequireWellFormed() - Method in class net.sf.saxon.event.ContentHandlerProxy
-
Ask whether the content handler can handle a stream of events that is merely
well-balanced, or whether it can only handle a well-formed sequence.
- isReserved(String) - Static method in class net.sf.saxon.lib.NamespaceConstant
-
Determine whether a namespace is a reserved namespace
- isReservedFunctionName30(String) - Static method in class net.sf.saxon.expr.parser.XPathParser
-
Check whether a function name is reserved in XPath 3.0 (when unprefixed)
- isReservedFunctionName31(String) - Static method in class net.sf.saxon.expr.parser.XPathParser
-
Check whether a function name is reserved in XPath 3.1 (when unprefixed)
- isReservedInQuery(String) - Method in class com.saxonica.expr.XQueryParserPE
-
- isReservedInQuery(String) - Method in class net.sf.saxon.expr.parser.XPathParser
-
- isReservedInQuery(String) - Static method in class net.sf.saxon.lib.NamespaceConstant
-
Determine whether a namespace is a reserved namespace
- isReservedInQuery30(String) - Static method in class net.sf.saxon.lib.NamespaceConstant
-
Determine whether a namespace is a reserved namespace
- isReservedInQuery31(String) - Static method in class net.sf.saxon.lib.NamespaceConstant
-
Determine whether a namespace is a reserved namespace
- isResolveAgainstStaticBase() - Method in class net.sf.saxon.expr.instruct.ResultDocument
-
- isResolved() - Method in class com.saxonica.ee.schema.AttributeGroupReference
-
Determine whether this reference has been resolved
- isResolved() - Method in interface com.saxonica.ee.schema.ComponentReference
-
Ask whether this reference has been resolved
- isResolved() - Method in class com.saxonica.ee.schema.IdentityConstraintReference
-
Determine whether this reference has been resolved
- isResolved() - Method in class com.saxonica.ee.schema.KeyRef
-
Determine whether this reference has been resolved
- isResolved() - Method in class com.saxonica.ee.schema.ModelGroupParticle
-
Determine whether this reference has been resolved
- isResolved() - Method in class com.saxonica.ee.schema.SimpleComponentReference
-
Determine whether this reference has been resolved
- isResolved() - Method in class com.saxonica.ee.schema.TypeReference
-
Determine whether this reference has been resolved
- isRestricted() - Method in class com.saxonica.ee.schema.UserComplexType
-
Ask whether this complexType is a restriction
- isRestricted() - Method in class net.sf.saxon.type.AnyType
-
Test whether this complex type is derived by restriction
- isRestricted() - Method in interface net.sf.saxon.type.ComplexType
-
Test whether this complex type is derived by restriction.
- isRestricted() - Method in class net.sf.saxon.type.Untyped
-
Test whether this complex type is derived by restriction
- isReturnable() - Method in class net.sf.saxon.expr.parser.PathMap.PathMapNode
-
Ask whether the node represents a value that is returnable as the result of the
supplied expression, rather than merely a node that is visited en route
- isReturnEmptyIfEmpty() - Method in class net.sf.saxon.functions.StringJoin
-
- isReturnVoidAsThis() - Method in class com.saxonica.expr.JavaExtensionFunctionCall
-
- isReusable() - Method in class net.sf.saxon.trans.KeyDefinitionSet
-
Ask whether this key definition set is reusable across transformations, that is, if
the index built for a particular document is shareable across transformations.
- isRootPackage() - Method in class net.sf.saxon.style.PrincipalStylesheetModule
-
- isRootPackage() - Method in class net.sf.saxon.style.StylesheetPackage
-
- isSameDeclaration(AttributeDecl) - Method in class com.saxonica.ee.schema.AttributeDecl
-
Test whether this is the same declaration as another attribute declaration.
- isSameDeclaration(AttributeGroupDecl) - Method in class com.saxonica.ee.schema.AttributeGroupDecl
-
Test whether this is the same attribute group as another.
- isSameDeclaration(ElementDecl) - Method in class com.saxonica.ee.schema.ElementDecl
-
Test whether this is the same declaration as another declaration.
- isSameDeclaration(IdentityConstraint) - Method in class com.saxonica.ee.schema.IdentityConstraint
-
Test whether this is the same constraint as another.
- isSameDeclaration(Notation) - Method in class com.saxonica.ee.schema.Notation
-
Test whether this is the same notation as another.
- isSameGroup(ModelGroupDefinition) - Method in class com.saxonica.ee.schema.ModelGroupDefinition
-
Test whether this is the same group as another group.
- isSameNode(Node) - Method in class net.sf.saxon.dom.NodeOverNodeInfo
-
Determine whether this is the same node as another node.
- isSameNodeInfo(NodeInfo) - Method in class com.saxonica.ee.stream.om.FleetingNode
-
Determine whether this is the same node as another node.
- isSameNodeInfo(NodeInfo) - Method in class com.saxonica.pull.UnconstructedParent
-
Determine whether this is the same node as another node.
- isSameNodeInfo(NodeInfo) - Method in class net.sf.saxon.dom.DOMNodeWrapper
-
Determine whether this is the same node as another node.
- isSameNodeInfo(NodeInfo) - Method in interface net.sf.saxon.om.NodeInfo
-
Determine whether this is the same node as another node.
- isSameNodeInfo(NodeInfo) - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
-
Determine whether this is the same node as another node.
- isSameNodeInfo(NodeInfo) - Method in class net.sf.saxon.option.axiom.AxiomDocumentNodeWrapper
-
Determine whether this is the same node as another node.
- isSameNodeInfo(NodeInfo) - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
-
Determine whether this is the same node as another node.
- isSameNodeInfo(NodeInfo) - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
Determine whether this is the same node as another node.
- isSameNodeInfo(NodeInfo) - Method in class net.sf.saxon.tree.linked.AttributeImpl
-
Determine whether this is the same node as another node
- isSameNodeInfo(NodeInfo) - Method in class net.sf.saxon.tree.linked.NodeImpl
-
Determine whether this is the same node as another node
- isSameNodeInfo(NodeInfo) - Method in class net.sf.saxon.tree.NamespaceNode
-
Determine whether this is the same node as another node.
- isSameNodeInfo(NodeInfo) - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
-
Determine whether this is the same node as another node
- isSameNodeInfo(NodeInfo) - Method in class net.sf.saxon.tree.util.Orphan
-
Determine whether this is the same node as another node.
- isSameNodeInfo(NodeInfo) - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
-
Determine whether this is the same node as another node.
- isSameNodeInfo(NodeInfo) - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
-
Determine whether this is the same node as another node.
- isSameNodeInfo(NodeInfo) - Method in class net.sf.saxon.tree.wrapper.SpaceStrippedNode
-
Determine whether this is the same node as another node.
- isSameNodeInfo(NodeInfo) - Method in class net.sf.saxon.tree.wrapper.TypeStrippedNode
-
Determine whether this is the same node as another node.
- isSameNodeInfo(NodeInfo) - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
-
Determine whether this is the same node as another node.
- isSameNodeInfo(NodeInfo) - Method in class net.sf.saxon.value.TextFragmentValue
-
Determine whether this is the same node as another node
- isSameType(SchemaType) - Method in class com.saxonica.ee.schema.UserDefinedType
-
Test whether this is the same type as another type.
- isSameType(SchemaType) - Method in class net.sf.saxon.type.AnySimpleType
-
Test whether this is the same type as another type.
- isSameType(SchemaType) - Method in class net.sf.saxon.type.AnyType
-
Test whether this is the same type as another type.
- isSameType(SchemaType) - Method in class net.sf.saxon.type.BuiltInAtomicType
-
Test whether this is the same type as another type.
- isSameType(SchemaType) - Method in class net.sf.saxon.type.BuiltInListType
-
Test whether this is the same type as another type.
- isSameType(SchemaType) - Method in class net.sf.saxon.type.ErrorType
-
Test whether this is the same type as another type.
- isSameType(SchemaType) - Method in class net.sf.saxon.type.NumericType
-
Test whether this is the same type as another type.
- isSameType(SchemaType) - Method in interface net.sf.saxon.type.SchemaType
-
Test whether this is the same type as another type.
- isSameType(SchemaType) - Method in class net.sf.saxon.type.Untyped
-
Test whether this is the same type as another type.
- isSameURI(String, String) - Static method in class com.saxonica.ee.schema.UserDefinedType
-
Compare two URIs, ignoring the "file:///" versus "file:/" difference
- isSchemaAvailable(String) - Method in class com.saxonica.config.EnterpriseConfiguration
-
Determine whether the Configuration contains a cached schema for a given target namespace
- isSchemaAvailable(String) - Method in class net.sf.saxon.Configuration
-
Determine whether the Configuration contains a cached schema for a given target namespace
- isSchemaAware() - Method in class com.saxonica.ee.optim.StaticQueryContextEE
-
Ask whether this query is schema-aware
- isSchemaAware() - Method in class net.sf.saxon.expr.instruct.Executable
-
Ask whether this executable is schema-aware, that is, whether the query or transformation
imports a schema.
- isSchemaAware() - Method in class net.sf.saxon.expr.PackageData
-
Ask whether the package is schema-aware
- isSchemaAware() - Method in class net.sf.saxon.om.TreeModel
-
Ask whether this tree model supports the use of type annotations on element and attribute
nodes.
- isSchemaAware() - Method in class net.sf.saxon.query.QueryModule
-
Ask whether expressions compiled under this static context are schema-aware.
- isSchemaAware() - Method in class net.sf.saxon.query.StaticQueryContext
-
Ask whether this query is schema-aware
- isSchemaAware() - Method in class net.sf.saxon.s9api.Processor
-
Test whether this processor is schema-aware
- isSchemaAware() - Method in class net.sf.saxon.s9api.XPathCompiler
-
Ask whether XPath expressions compiled using this XPathCompiler are
schema-aware.
- isSchemaAware() - Method in class net.sf.saxon.s9api.XQueryCompiler
-
- isSchemaAware() - Method in class net.sf.saxon.s9api.XsltCompiler
-
- isSchemaAware() - Method in class net.sf.saxon.style.Compilation
-
Ask whether this compilation is schema-aware.
- isSchemaAware() - Method in class net.sf.saxon.style.ExpressionContext
-
Ask whether expressions compiled under this static context are schema-aware.
- isSchemaAware() - Method in class net.sf.saxon.style.StyleElement
-
Ask whether the code is compiled in schema-aware mode
- isSchemaAware() - Method in class net.sf.saxon.trans.CompilerInfo
-
- isSchemaImportFeatureSupported() - Method in class com.saxonica.xqj.SaxonXQMetaData
-
- isSchemaImportFeatureSupported() - Method in interface javax.xml.xquery.XQMetaData
-
Query if XQuery schema import feature is supported in this connection.
- isSchemaLanguageSupported(String) - Method in class com.saxonica.ee.jaxp.SchemaFactoryImpl
-
Tests whether a particular schema language is supported.
- isSchemaValidationFeatureSupported() - Method in class com.saxonica.xqj.SaxonXQMetaData
-
- isSchemaValidationFeatureSupported() - Method in interface javax.xml.xquery.XQMetaData
-
Query if XQuery schema validation feature is supported in this connection.
- isScrollable() - Method in class com.saxonica.xqj.SaxonXQForwardSequence
-
- isScrollable() - Method in class com.saxonica.xqj.SaxonXQSequence
-
- isScrollable() - Method in interface javax.xml.xquery.XQSequence
-
Checks if the sequence is scrollable.
- isSealedNamespace(String) - Method in class com.saxonica.config.EnterpriseConfiguration
-
Test whether a schema namespace is sealed.
- isSequenceReceiverInitialized() - Method in class com.saxonica.ee.bytecode.util.GeneratedMethodInfo
-
- isSerializationFeatureSupported() - Method in class com.saxonica.xqj.SaxonXQMetaData
-
- isSerializationFeatureSupported() - Method in interface javax.xml.xquery.XQMetaData
-
Query if XQuery serialization feature is supported in this connection.
- isSerializing() - Method in class net.sf.saxon.event.ComplexContentOutputter
-
Ask whether this ComplexContentOutputter is performing serialization
- isSerializing() - Method in class net.sf.saxon.event.TreeReceiver
-
Ask whether this ComplexContentOutputter is performing serialization
- isSet(DatatypeConstants.Field) - Method in class net.sf.saxon.value.SaxonDuration
-
Checks if a field is set.
- isSetContextForSortKey() - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
-
Ask whether the sortkey is to be evaluated with the item-being-sorted
as the context item
- isSignificant(Item) - Static method in class net.sf.saxon.event.SignificantItemDetector
-
- isSimpleBooleanFilter() - Method in class net.sf.saxon.expr.FilterExpression
-
Test if the filter always returns a singleton boolean.
- isSimpleContent() - Method in class com.saxonica.ee.schema.UserComplexType
-
Returns true if this complexType has simple content; that is, if its {content type}
is a simple type definition and its {variety} is simple.
- isSimpleContent() - Method in class net.sf.saxon.type.AnyType
-
Test whether this complex type has simple content
- isSimpleContent() - Method in interface net.sf.saxon.type.ComplexType
-
Test whether this complexType has simple content.
- isSimpleContent() - Method in class net.sf.saxon.type.Untyped
-
Test whether this complex type has simple content
- isSimpleType() - Method in class com.saxonica.ee.schema.UserComplexType
-
Ask whether this SchemaType is a simple type
- isSimpleType() - Method in class com.saxonica.ee.schema.UserSimpleType
-
Returns true if this SchemaType is a SimpleType
- isSimpleType() - Method in class net.sf.saxon.type.AnySimpleType
-
Test whether this SchemaType is a simple type
- isSimpleType() - Method in class net.sf.saxon.type.AnyType
-
Test whether this SchemaType is a simple type
- isSimpleType() - Method in class net.sf.saxon.type.BuiltInAtomicType
-
Returns true if this SchemaType is a SimpleType
- isSimpleType() - Method in class net.sf.saxon.type.BuiltInListType
-
Test whether this SchemaType is a simple type
- isSimpleType() - Method in class net.sf.saxon.type.ErrorType
-
Test whether this SchemaType is a simple type
- isSimpleType() - Method in class net.sf.saxon.type.NumericType
-
Test whether this SchemaType is a simple type
- isSimpleType() - Method in interface net.sf.saxon.type.SchemaType
-
Test whether this SchemaType is a simple type
- isSimpleType() - Method in class net.sf.saxon.type.Untyped
-
Test whether this SchemaType is a simple type
- isSingleBranchChoice(Expression) - Static method in class net.sf.saxon.expr.instruct.Choose
-
Test whether an expression is a single-branch choose, that is, an expression of the form
if (condition) then exp else ()
- isSingleLine() - Method in class net.sf.saxon.regex.REFlags
-
- isSlidingWindow() - Method in class net.sf.saxon.expr.flwor.WindowClause
-
- isSmallAmountOfCode() - Method in class com.saxonica.ee.bytecode.util.LoopBodyGenerator
-
Say whether the amount of code generated is sufficiently small that we don't mind it being
generated more than once.
- isSortBeforeMerge() - Method in class com.saxonica.xslt3.style.XSLMergeSource
-
Ask whether the sort-before-merge option is set
- isSortKey(Expression) - Method in class net.sf.saxon.expr.sort.SortExpression
-
Test whether a given expression is one of the sort keys
- isSourceSchemaDocument() - Method in class com.saxonica.ee.schema.sdoc.SchemaDocument
-
Ask if this is a source schema document
- isSpacePreserving(NodeName) - Method in class net.sf.saxon.event.Stripper
-
Decide whether an element is in the set of white-space preserving element types
- isSpacePreserving(NodeName) - Method in class net.sf.saxon.om.AllElementsSpaceStrippingRule
-
Decide whether an element is in the set of white-space preserving element types
- isSpacePreserving(NodeName) - Method in class net.sf.saxon.om.NoElementsSpaceStrippingRule
-
Decide whether an element is in the set of white-space preserving element types
- isSpacePreserving(NodeName) - Method in class net.sf.saxon.om.SelectedElementsSpaceStrippingRule
-
Decide whether an element is in the set of white-space preserving element names
- isSpacePreserving(NodeName) - Method in interface net.sf.saxon.om.SpaceStrippingRule
-
Decide whether an element is in the set of white-space preserving element types
- isSpacePreserving(NodeName) - Method in class net.sf.saxon.om.StylesheetSpaceStrippingRule
-
Decide whether an element is in the set of white-space preserving element types
- isSpecified(int) - Method in class com.saxonica.ee.jaxp.TypedContentHandler.TypeInfoProviderImpl
-
Returns false if the attribute was added by the validator.
- isStable() - Method in class net.sf.saxon.lib.ParseOptions
-
Ask whether the document (or collection) should be stable, that is, if repeated attempts to dereference
the same URI are guaranteed to return the same result.
- isStable(XPathContext) - Method in interface net.sf.saxon.lib.ResourceCollection
-
Ask whether the collection is stable: in this case Saxon will retain the contents of the
collection in memory, and will not make a second request on the CollectionFinder for the
same collection URI.
- isStable(XPathContext) - Method in class net.sf.saxon.resource.AbstractResourceCollection
-
Ask whether the collection is stable.
- isStable(XPathContext) - Method in class net.sf.saxon.resource.CatalogCollection
-
- isStandalone() - Method in class com.saxonica.pull.PullToStax
-
- isStandalone() - Method in class net.sf.saxon.evpull.EventToStaxBridge
-
- isStarted() - Method in class net.sf.saxon.serialize.XMLEmitter
-
Ask whether anything has yet been written
- isStartElement() - Method in class com.saxonica.pull.PullToStax
-
- isStartElement() - Method in class net.sf.saxon.evpull.EventToStaxBridge
-
- isStatic() - Method in class net.sf.saxon.style.SourceBinding
-
- isStaticError() - Method in exception net.sf.saxon.trans.XPathException
-
Ask whether this exception represents a static error
- isStaticTypingExtensionsSupported() - Method in class com.saxonica.xqj.SaxonXQMetaData
-
- isStaticTypingExtensionsSupported() - Method in interface javax.xml.xquery.XQMetaData
-
Query if XQuery static typing extensions are supported in
this connection.
- isStaticTypingFeatureSupported() - Method in class com.saxonica.xqj.SaxonXQMetaData
-
- isStaticTypingFeatureSupported() - Method in interface javax.xml.xquery.XQMetaData
-
Query if XQuery static typing feature is supported in this data source.
- isStreaming() - Method in class com.saxonica.ee.optim.StaticQueryContextEE
-
Ask whether the streaming option has been set, that is, whether
subsequent calls on compile() will compile queries to be capable
of executing in streaming mode.
- isStreaming() - Method in class net.sf.saxon.query.StaticQueryContext
-
Ask whether the streaming option has been set, that is, whether
subsequent calls on compile() will compile queries to be capable
of executing in streaming mode.
- isStreaming() - Method in class net.sf.saxon.query.XQueryParser
-
Ask whether the streaming option has been set, that is, whether
subsequent calls on parseQuery() will compile queries to be capable
of executing in streaming mode.
- isStreaming() - Method in class net.sf.saxon.s9api.XQueryCompiler
-
Ask whether the streaming option has been set, that is, whether
subsequent calls on compile() will compile queries to be capable
of executing in streaming mode.
- isStrictComparison() - Method in class net.sf.saxon.trans.KeyDefinition
-
Ask whether strict comparison is needed.
- isStrictJavaUriFormat() - Method in class com.saxonica.config.JavaExtensionLibrary
-
Ask whether only the strict "java:" URI format is to be recognized.
- isStripsAllWhiteSpace() - Method in class net.sf.saxon.Configuration
-
Determine whether whitespace-only text nodes are to be stripped unconditionally
from source documents.
- isStripSourceTree() - Method in class net.sf.saxon.Controller
-
Ask whether the transformation will perform whitespace stripping for supplied source trees as defined
by the xsl:strip-space and xsl:preserve-space declarations in the stylesheet.
- isStripsTypeAnnotations() - Method in class net.sf.saxon.style.StylesheetPackage
-
Ask whether the package defines that type annotations should be stripped from input
documents loaded from within this package
- isSubset(Wildcard, NamePool) - Method in class com.saxonica.ee.schema.Wildcard
-
Determine whether this wildcard is a subset of another wildcard.
- isSubsumedBy(ComplexType, SchemaCompiler) - Method in class com.saxonica.ee.schema.UserComplexType
-
Test whether this complex type is subsumed by another complex type.
- isSubtreeAxis - Static variable in class net.sf.saxon.om.AxisInfo
-
Table indicating for each axis whether it is contained within the subtree
rooted at the origin node.
- isSubtreeExpression() - Method in class com.saxonica.ee.bytecode.CompiledExpression
-
- isSubtreeExpression() - Method in class com.saxonica.expr.JavaExtensionFunctionCall
-
Determine whether the expression can be evaluated without reference to the part of the context
document outside the subtree rooted at the context node.
- isSubtreeExpression() - Method in class net.sf.saxon.expr.AxisExpression
-
Determine whether the expression can be evaluated without reference to the part of the context
document outside the subtree rooted at the context node.
- isSubtreeExpression() - Method in class net.sf.saxon.expr.ContextItemExpression
-
Determine whether the expression can be evaluated without reference to the part of the context
document outside the subtree rooted at the context node.
- isSubtreeExpression() - Method in class net.sf.saxon.expr.Expression
-
Determine whether the expression can be evaluated without reference to the part of the context
document outside the subtree rooted at the context node.
- isSubtreeExpression() - Method in class net.sf.saxon.expr.Literal
-
Determine whether the expression can be evaluated without reference to the part of the context
document outside the subtree rooted at the context node.
- isSubType(AtomicType, AtomicType) - Static method in class net.sf.saxon.type.Type
-
Determine whether one atomic type is a subtype of another (without access to the TypeHierarchy object)
- isSubType(ItemType, ItemType) - Method in class net.sf.saxon.type.TypeHierarchy
-
Determine whether type A is type B or one of its subtypes, recursively.
- isSuccess() - Method in class com.saxonica.ee.trans.Outcome
-
Ask if the task was successful
- issueWarning(String, Location) - Method in class net.sf.saxon.expr.parser.ExpressionVisitor
-
Issue a warning message
- issueWarning(String, Location) - Method in interface net.sf.saxon.expr.StaticContext
-
Issue a compile-time warning.
- issueWarning(String, Location) - Method in class net.sf.saxon.query.QueryModule
-
Issue a compile-time warning.
- issueWarning(String, Location) - Method in class net.sf.saxon.style.ExpressionContext
-
Issue a compile-time warning
- issueWarning(XPathException) - Method in class net.sf.saxon.style.StyleElement
-
Report a warning to the error listener
- issueWarning(String, SourceLocator) - Method in class net.sf.saxon.style.StyleElement
-
Report a warning to the error listener
- issueWarning(String, Location) - Method in class net.sf.saxon.style.UseWhenStaticContext
-
Issue a compile-time warning
- issueWarning(String, Location) - Method in class net.sf.saxon.sxpath.AbstractStaticContext
-
Issue a compile-time warning.
- isSupported(String, String) - Method in class net.sf.saxon.dom.NodeOverNodeInfo
-
Tests whether the DOM implementation implements a specific feature and
that feature is supported by this node.
- isSurrogate(int) - Static method in class net.sf.saxon.serialize.charcode.UTF16CharacterSet
-
Test whether a given character is a surrogate (high or low)
- isSyntaxError() - Method in exception net.sf.saxon.trans.XPathException
-
Ask whether this exception represents a syntax error
- isTailCall() - Method in class net.sf.saxon.expr.UserFunctionCall
-
Determine whether this is a tail call (not necessarily a recursive tail call)
- isTailRecursive() - Method in class net.sf.saxon.expr.instruct.UserFunction
-
Determine whether the function contains a tail call, calling itself
- isTerminated() - Method in class net.sf.saxon.event.PIGrabber
-
Determine whether the parse terminated because the first start element tag was found
- isTextNode(Item) - Static method in class net.sf.saxon.expr.AdjacentTextNodeMerger
-
Ask whether an item is a text node
- isTextOnly() - Method in class net.sf.saxon.expr.instruct.DocumentInstr
-
Determine whether this is a "text only" document: essentially, an XSLT xsl:variable that contains
a single text node or xsl:value-of instruction.
- isTiming() - Method in class net.sf.saxon.Configuration
-
Determine whether brief progress messages and timing information will be output
to System.err.
- isTiming() - Method in class net.sf.saxon.event.Builder
-
Get timing option
- isTopLevel() - Method in class com.saxonica.ee.schema.sdoc.SchemaElement
-
Return true if this element is a child of xs:schema or xs:redefine
- isTopLevel() - Method in class net.sf.saxon.style.StyleElement
-
Test whether this is a top-level element
- isTopLevelModule() - Method in class net.sf.saxon.query.QueryModule
-
Test whether this is a "top-level" module.
- isTopLevelModule() - Method in class net.sf.saxon.style.StyleNodeFactory
-
Ask whether this is the top-level module of a package
- isTracing() - Method in class net.sf.saxon.Controller
-
Test whether instruction execution is being traced.
- isTransactionSupported() - Method in class com.saxonica.xqj.SaxonXQMetaData
-
- isTransactionSupported() - Method in interface javax.xml.xquery.XQMetaData
-
Query if transaction is supported in this data source.
- isTrue(Expression) - Static method in class com.saxonica.ee.pattern.preconditions.RealPreconditions
-
Ask whether a given expression is the literal boolean value "true()"
- isTrueSequenceReceiver(Receiver) - Static method in class net.sf.saxon.event.SequenceReceiver
-
Test whether a Receiver is a SequenceReceiver.
- isTumblingWindow() - Method in class net.sf.saxon.expr.flwor.WindowClause
-
- isTunnelParam() - Method in class net.sf.saxon.expr.instruct.LocalParam
-
Ask whether this variable represents a tunnel parameter
- isTunnelParam() - Method in class net.sf.saxon.style.XSLLocalParam
-
- isTunnelParam() - Method in class net.sf.saxon.style.XSLWithParam
-
- isTypeChecked(int) - Method in class net.sf.saxon.expr.instruct.ParameterSet
-
Determine whether the parameter at a given index has been type-checked
- isTypeChecked() - Method in class net.sf.saxon.expr.instruct.WithParam
-
Ask whether static type checking has been done
- isTyped() - Method in class com.saxonica.ee.stream.om.FleetingDocumentNode
-
Ask whether the document contains any nodes whose type annotation is anything other than
UNTYPED
- isTyped() - Method in class com.saxonica.pull.UnconstructedDocument
-
Ask whether the document contains any nodes whose type annotation is anything other than
UNTYPED
- isTyped() - Method in class net.sf.saxon.om.GenericTreeInfo
-
Ask whether the document contains any nodes whose type annotation is anything other than
UNTYPED
- isTyped() - Method in interface net.sf.saxon.om.TreeInfo
-
Ask whether the document contains any nodes whose type annotation is anything other than
UNTYPED or UNTYPED_ATOMIC
- isTyped() - Method in class net.sf.saxon.option.axiom.AxiomDocumentNodeWrapper
-
Ask whether the document contains any nodes whose type annotation is anything other than
UNTYPED
- isTyped() - Method in class net.sf.saxon.option.jdom.JDOMDocumentWrapper
-
Ask whether the document contains any nodes whose type annotation is anything other than
UNTYPED
- isTyped() - Method in class net.sf.saxon.option.xom.XOMDocumentWrapper
-
Ask whether the document contains any nodes whose type annotation is anything other than
UNTYPED
- isTyped() - Method in class net.sf.saxon.tree.linked.DocumentImpl
-
Ask whether the document contains any nodes whose type annotation is anything other than
UNTYPED
- isTyped() - Method in class net.sf.saxon.tree.tiny.TinyDocumentImpl
-
Ask whether the document contains any nodes whose type annotation is anything other than
UNTYPED
- isTyped() - Method in class net.sf.saxon.tree.tiny.TinyTree
-
Ask whether the document contains any nodes whose type annotation is anything other than
UNTYPED
- isTyped() - Method in class net.sf.saxon.tree.wrapper.SpaceStrippedDocument
-
Ask whether the document contains any nodes whose type annotation is anything other than
UNTYPED
- isTyped() - Method in class net.sf.saxon.tree.wrapper.TypeStrippedDocument
-
Ask whether the document contains any nodes whose type annotation is anything other than
UNTYPED
- isTyped() - Method in class net.sf.saxon.value.TextFragmentValue
-
Ask whether the document contains any nodes whose type annotation is anything other than
UNTYPED
- isTypeDerivationOK(SimpleType, SchemaType, int) - Static method in class com.saxonica.ee.schema.UserSimpleType
-
Check whether type derivation is allowed.
- isTypeError() - Method in class net.sf.saxon.expr.ErrorExpression
-
- isTypeError() - Method in class net.sf.saxon.expr.parser.RoleDiagnostic
-
Ask whether the error code represents a type error
- isTypeError() - Method in class net.sf.saxon.s9api.StaticError
-
Indicate whether this condition is a type error.
- isTypeError() - Method in exception net.sf.saxon.trans.XPathException
-
Ask whether this exception represents a type error
- isUndeclareNamespaces() - Method in class net.sf.saxon.event.ContentHandlerProxy
-
Ask whether namespace undeclaration events (for a non-null prefix) should be notified.
- isUnionType() - Method in class com.saxonica.ee.schema.sdoc.SimpleTypeDefinition
-
On a SimpleTypeDefinition, isUnionType() always returns true if the type is "derived by Union".
- isUnionType() - Method in class com.saxonica.ee.schema.UserSimpleType
-
Return true if this type is a union type (that is, if its variety is union),
which will be true if is derived by union, or if it is derived by restriction from
a type whose variety is union.
- isUnionType() - Method in class com.saxonica.ee.schema.UserUnionType
-
Return true if this type is a union type (that is, if its variety is union)
- isUnionType() - Method in class net.sf.saxon.type.AnySimpleType
-
Determin whether this is a union type
- isUnionType() - Method in class net.sf.saxon.type.BuiltInAtomicType
-
Return true if this type is a union type (that is, if its variety is union)
- isUnionType() - Method in class net.sf.saxon.type.BuiltInListType
-
- isUnionType() - Method in class net.sf.saxon.type.ErrorType
-
Determin whether this is a union type
- isUnionType() - Method in class net.sf.saxon.type.NumericType
-
Test whether this Simple Type is a union type
- isUnionType() - Method in interface net.sf.saxon.type.SimpleType
-
Test whether this Simple Type is a union type
- isUnnamedMode() - Method in class net.sf.saxon.trans.Mode
-
Determine if this is the unnamed mode
- isUnnamedModeExplicit() - Method in class net.sf.saxon.trans.RuleManager
-
Ask whether the unnamed mode has been explicitly declared in an xsl:mode declaration
- isUnparsed() - Method in class net.sf.saxon.functions.URIQueryParameters
-
Get the value of unparsed=yes|no, or false if unspecified
- isUnrepeatable(Sequence) - Static method in class net.sf.saxon.om.SequenceTool
-
- isUntyped() - Method in class net.sf.saxon.expr.Atomizer
-
Ask whether it is known that any nodes in the input will always be untyped
- isUnused() - Method in class net.sf.saxon.expr.instruct.GlobalVariable
-
Ask whether this variable is unused.
- isUnusedOutputDestination(DocumentURI) - Method in class net.sf.saxon.Controller
-
Determine whether an output URI is available for use.
- isUpdateQuery() - Method in class com.saxonica.ee.optim.XQueryExpressionEE
-
Ask whether this is an update query
- isUpdateQuery() - Method in class net.sf.saxon.query.XQueryExpression
-
Ask whether this is an update query
- isUpdateQuery() - Method in class net.sf.saxon.s9api.XQueryExecutable
-
Ask whether the query is an updating query: that is, whether it returns a Pending Update List
rather than a Value.
- isUpdating() - Method in class net.sf.saxon.expr.instruct.UserFunction
-
Ask whether this is an updating function (as defined in XQuery Update)
- isUpdating() - Method in class net.sf.saxon.query.QueryModule
-
Ask whether the query module is allowed to be updating
- isUpdating() - Method in class net.sf.saxon.query.StaticQueryContext
-
Ask whether XQuery Update is allowed
- isUpdating() - Method in class net.sf.saxon.query.XQueryFunction
-
Ask whether this is an updating function (as defined in XQuery Update)
- isUpdatingEnabled() - Method in class net.sf.saxon.query.StaticQueryContext
-
Ask whether the query is allowed to be updating
- isUpdatingEnabled() - Method in class net.sf.saxon.s9api.XQueryCompiler
-
Ask whether the query is allowed to use XQuery Update syntax
- isUpdatingExpression() - Method in class com.saxonica.ee.bytecode.CompiledExpression
-
- isUpdatingExpression() - Method in class com.saxonica.ee.update.BasicUpdatingExpression
-
Determine whether this is an updating expression as defined in the XQuery update specification
- isUpdatingExpression() - Method in class com.saxonica.ee.update.CopyModifyExpression
-
Determine whether this is an updating expression as defined in the XQuery update specification
- isUpdatingExpression() - Method in class net.sf.saxon.expr.Assignation
-
Determine whether this is an updating expression as defined in the XQuery update specification
- isUpdatingExpression() - Method in class net.sf.saxon.expr.Expression
-
Determine whether this is an updating expression as defined in the XQuery update specification
- isUpdatingExpression() - Method in class net.sf.saxon.expr.flwor.FLWORExpression
-
Determine whether this is an updating expression as defined in the XQuery update specification
- isUpdatingExpression() - Method in class net.sf.saxon.expr.instruct.Choose
-
Determine whether this is an updating expression as defined in the XQuery update specification
- isUpdatingExpression() - Method in class net.sf.saxon.expr.instruct.TraceExpression
-
Determine whether this is an updating expression as defined in the XQuery update specification
- isUpdatingExpression() - Method in class net.sf.saxon.expr.QuantifiedExpression
-
Determine whether this is an updating expression as defined in the XQuery update specification
- isUpdatingExpression() - Method in class net.sf.saxon.expr.UserFunctionCall
-
Determine whether this is an updating expression as defined in the XQuery update specification
- isUrlAttribute(NodeName, NodeName) - Method in class net.sf.saxon.serialize.HTMLURIEscaper
-
- isUsed() - Method in class com.saxonica.ee.bytecode.util.LabelInfo
-
Ask whether this label has been used (that is, whether any instructions have been generated that refer to it)
- isUseIndexRules() - Method in class com.saxonica.ee.pattern.PatternOptimizationEE
-
Ask whether rule indexing is to be used
- isUserDefinedXMLSchemaTypeSupported() - Method in class com.saxonica.xqj.SaxonXQMetaData
-
- isUserDefinedXMLSchemaTypeSupported() - Method in interface javax.xml.xquery.XQMetaData
-
Check if the user defined XML schema type is supported in this connection.
- isUseRewrites() - Method in class com.saxonica.ee.pattern.PatternOptimizationEE
-
Ask whether rewrites should be used
- isUseRuleOptimization() - Method in class com.saxonica.ee.pattern.PatternOptimizationEE
-
Ask whether template rules should be optimized
- isUseTokenization() - Method in class com.saxonica.ee.pattern.PatternOptimizationEE
-
Ask whether parts of patterns in template rules can employ tokenization
- isUseWhichOfExpressions() - Method in class com.saxonica.ee.pattern.PatternOptimizationEE
-
Ask whether template rules are be converted to whichOf expressions
- isUseXsiSchemaLocation() - Method in class com.saxonica.ee.s9api.SchemaValidatorImpl
-
Ask whether the schema processor is to take account of any xsi:schemaLocation and
xsi:noNamespaceSchemaLocation attributes encountered while validating an instance document
- isUseXsiSchemaLocation() - Method in class net.sf.saxon.lib.ParseOptions
-
Ask whether or not to use the xsi:schemaLocation and xsi:noNamespaceSchemaLocation attributes
in an instance document to locate a schema for validation.
- isUseXsiSchemaLocation() - Method in class net.sf.saxon.s9api.SchemaValidator
-
Ask whether the schema processor is to take account of any xsi:schemaLocation and
xsi:noNamespaceSchemaLocation attributes encountered while validating an instance document
- isUseXsltErrorCodes() - Method in class net.sf.saxon.expr.instruct.AnalyzeString
-
Ask whether the expression should return the error codes for the fn:analyze-string function
or the xsl:analyze-string instruction
- isVacuousExpression() - Method in class com.saxonica.ee.bytecode.CompiledExpression
-
- isVacuousExpression() - Method in class com.saxonica.functions.hof.FunctionLiteral
-
Determine whether this is a vacuous expression as defined in the XQuery update specification
- isVacuousExpression() - Method in class net.sf.saxon.expr.Expression
-
Determine whether this is a vacuous expression as defined in the XQuery update specification
- isVacuousExpression() - Method in class net.sf.saxon.expr.ForExpression
-
Determine whether this is a vacuous expression as defined in the XQuery update specification
- isVacuousExpression() - Method in class net.sf.saxon.expr.instruct.Block
-
Determine whether this is a vacuous expression as defined in the XQuery update specification
- isVacuousExpression() - Method in class net.sf.saxon.expr.instruct.Choose
-
Determine whether this is a vacuous expression as defined in the XQuery update specification
- isVacuousExpression() - Method in class net.sf.saxon.expr.instruct.TraceExpression
-
Determine whether this is a vacuous expression as defined in the XQuery update specification
- isVacuousExpression() - Method in class net.sf.saxon.expr.LetExpression
-
Determine whether this is a vacuous expression as defined in the XQuery update specification
- isVacuousExpression() - Method in class net.sf.saxon.expr.Literal
-
Determine whether this is a vacuous expression as defined in the XQuery update specification
- isVacuousExpression() - Method in class net.sf.saxon.expr.SystemFunctionCall
-
- isVacuousExpression() - Method in class net.sf.saxon.functions.Error
-
Determine whether this is a vacuous expression as defined in the XQuery update specification
- isValid(Processor) - Method in class net.sf.saxon.s9api.QName
-
Validate the QName against the XML 1.0 or XML 1.1 rules for valid names.
- isValid() - Method in class net.sf.saxon.value.SaxonXMLGregorianCalendar
-
Validate instance by getXMLSchemaType()
constraints.
- isValid10(int) - Static method in class net.sf.saxon.serialize.charcode.XMLCharacterData
-
Determine whether a character is valid in XML 1.0
- isValid11(int) - Static method in class net.sf.saxon.serialize.charcode.XMLCharacterData
-
Determine whether a character is valid in XML 1.1
- isValidating() - Method in class net.sf.saxon.dom.DocumentBuilderImpl
-
Indicates whether or not this document builder is configured to
validate XML documents against a DTD.
- isValidating() - Method in class net.sf.saxon.expr.instruct.CopyOf
-
Test if the instruction is doing validation
- isValidation() - Method in class net.sf.saxon.Configuration
-
Determine whether the XML parser for source documents will be asked to perform
validation of source documents
- isValidationWarnings() - Method in class net.sf.saxon.Configuration
-
Determine whether schema validation failures on result documents are to be treated
as fatal errors or as warnings.
- isValidDate(int, int, int) - Static method in class net.sf.saxon.value.GDateValue
-
Determine whether a given date is valid
- isValidNCName(CharSequence) - Static method in class net.sf.saxon.om.NameChecker
-
Validate whether a given string constitutes a valid NCName, as defined in XML Namespaces.
- isValidNmtoken(CharSequence) - Static method in class net.sf.saxon.om.NameChecker
-
Check to see if a string is a valid Nmtoken according to [7]
in the XML 1.0 Recommendation
- isValidRestriction(AttributeGroupDecl, SchemaCompiler) - Method in class com.saxonica.ee.schema.AttributeGroupDecl
-
Test whether this attribute group is a valid restriction of another attribute group.
- isValidRestriction(SchemaType, SchemaCompiler) - Method in class com.saxonica.ee.schema.UserComplexType
-
Determine whether this type is a valid restriction of another type
- isValidURI(CharSequence) - Method in class net.sf.saxon.lib.ConversionRules
-
Ask whether a string is a valid instance of xs:anyURI according to the rules
defined by the current URIChecker
- isValidURI(CharSequence) - Method in class net.sf.saxon.lib.StandardURIChecker
-
Validate a string to determine whether it is a valid URI
- isValidURI(CharSequence) - Method in interface net.sf.saxon.lib.URIChecker
-
Check whether a given string is considered valid according to the rules of the xs:anyURI type.
- isValidZeroDigit(int) - Static method in class net.sf.saxon.trans.DecimalSymbols
-
Check that the character declared as a zero-digit is indeed a valid zero-digit
- isVariableReplaceableByDot(Expression, Binding[]) - Method in class net.sf.saxon.expr.parser.Optimizer
-
Determine whether it is possible to rearrange an expression so that all references to a given
variable are replaced by a reference to ".".
- isVersionWarning() - Method in class net.sf.saxon.Configuration
-
Determine whether a warning is to be output when running against a stylesheet labelled
as version="1.0".
- isVersionWarning() - Method in class net.sf.saxon.trans.CompilerInfo
-
Ask whether a warning is to be output when the stylesheet version does not match the processor version.
- isVisibilityExplicit() - Method in class net.sf.saxon.expr.Component
-
Ask whether the visibility of the component is due to an explicit visibility attribute on the component
declaration
- isVulnerable() - Method in class com.saxonica.ee.schema.Particle
-
Ask whether the particle is vulnerable.
- isWarning() - Method in class net.sf.saxon.s9api.StaticError
-
Indicate whether this error is being reported as a warning condition.
- isWhite(CharSequence) - Static method in class net.sf.saxon.value.Whitespace
-
Determine if a string is all-whitespace
- isWhite(char) - Static method in class net.sf.saxon.value.Whitespace
-
Determine if a character is whitespace
- isWhiteSpace() - Method in class com.saxonica.pull.PullToStax
-
- isWhiteSpace() - Method in class net.sf.saxon.evpull.EventToStaxBridge
-
- isWhitespace(int) - Static method in class net.sf.saxon.value.Whitespace
-
Test whether a character is whitespace
- IsWholeNumber - Class in net.sf.saxon.functions
-
This class implements the saxon:is-whole-number() extension function,
which is specially-recognized by the system because calls are generated by the optimizer.
- IsWholeNumber() - Constructor for class net.sf.saxon.functions.IsWholeNumber
-
- isWholeNumber() - Method in class net.sf.saxon.value.BigIntegerValue
-
Determine whether the value is a whole number, that is, whether it compares
equal to some integer
- isWholeNumber() - Method in class net.sf.saxon.value.DecimalValue
-
Determine whether the value is a whole number, that is, whether it compares
equal to some integer
- isWholeNumber() - Method in class net.sf.saxon.value.DoubleValue
-
Determine whether the value is a whole number, that is, whether it compares
equal to some integer
- isWholeNumber() - Method in class net.sf.saxon.value.FloatValue
-
Determine whether the value is a whole number, that is, whether it compares
equal to some integer
- isWholeNumber() - Method in class net.sf.saxon.value.IntegerValue
-
Determine whether the value is a whole number, that is, whether it compares
equal to some integer
- isWholeNumber() - Method in class net.sf.saxon.value.NumericValue
-
Ask whether the value is a whole number, that is, whether it compares
equal to some integer
- IsWholeNumberCompiler - Class in com.saxonica.ee.bytecode
-
Bytecode generator for the saxon:item-at() function
- IsWholeNumberCompiler() - Constructor for class com.saxonica.ee.bytecode.IsWholeNumberCompiler
-
- isWithinLongRange() - Method in class net.sf.saxon.value.BigIntegerValue
-
Test whether the value is within the range that can be held in a 64-bit signed integer
- isXhtmlHtmlVersion5(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.; used to decide whether to produce XHTML 5.0 in the XHTML output
method.
- isXIncludeAware() - Method in class net.sf.saxon.Configuration
-
Test whether or not source documents (including stylesheets and schemas) are to have
XInclude processing applied to them, or not
- isXIncludeAware() - Method in class net.sf.saxon.dom.DocumentBuilderImpl
-
Get the XInclude processing mode for this parser.
- isXIncludeAware() - Method in class net.sf.saxon.lib.AugmentedSource
-
Get state of XInclude processing.
- isXIncludeAware() - Method in class net.sf.saxon.lib.ParseOptions
-
Get state of XInclude processing.
- isXIncludeAwareSet() - Method in class net.sf.saxon.lib.AugmentedSource
-
Determine whether setXIncludeAware() has been called.
- isXIncludeAwareSet() - Method in class net.sf.saxon.lib.ParseOptions
-
Determine whether setXIncludeAware() has been called.
- isXmlNamespace() - Method in class net.sf.saxon.om.NamespaceBinding
-
Ask whether this is a binding for the XML namespace
- isXPath30Conversion() - Method in class net.sf.saxon.type.Converter
-
Ask if this converter implements a conversion that requires XPath 3.0 (or XQuery 3.0 etc)
to be enabled
- isXPath30Conversion() - Method in class net.sf.saxon.type.Converter.NotationToQName
-
- isXPath30Conversion() - Method in class net.sf.saxon.type.Converter.QNameToNotation
-
- isXPath30Conversion() - Method in class net.sf.saxon.type.StringConverter.StringToQName
-
- isXQuery - Variable in class net.sf.saxon.expr.parser.Tokenizer
-
Flag to indicate that this is XQuery as distinct from XPath
- isXQueryEncodingDeclSupported() - Method in class com.saxonica.xqj.SaxonXQMetaData
-
- isXQueryEncodingDeclSupported() - Method in interface javax.xml.xquery.XQMetaData
-
Query if the XQuery encoding declaration is supported by the XQJ implementation.
- isXQueryEncodingSupported(String) - Method in class com.saxonica.xqj.SaxonXQMetaData
-
- isXQueryEncodingSupported(String) - Method in interface javax.xml.xquery.XQMetaData
-
Query if a character encoding method of the XQuery query text
is supported by the XQJ implmentation.
- isXQueryXSupported() - Method in class com.saxonica.xqj.SaxonXQMetaData
-
- isXQueryXSupported() - Method in interface javax.xml.xquery.XQMetaData
-
Query if XQueryX format is supported in this data source.
- isXsd10Rules() - Method in class net.sf.saxon.value.DateTimeValue
-
Ask whether this value uses the XSD 1.0 rules (which don't allow year zero) or the XSD 1.1 rules (which do).
- isXSLOverride(NodeImpl) - Method in class net.sf.saxon.style.StyleNodeFactory
-
Test whether an element is an XSLOverride element
- isXSLT() - Method in class net.sf.saxon.expr.instruct.Instruction
-
Establish whether this is an XSLT instruction or an XQuery instruction
(used to produce appropriate diagnostics)
- isXslt20Instruction(int) - Static method in class net.sf.saxon.functions.ElementAvailable
-
- isXslt30Element(int) - Static method in class net.sf.saxon.functions.ElementAvailable
-
- isXslt30Processor() - Method in class net.sf.saxon.style.StyleElement
-
Ask whether the configured XSLT processor supports XSLT 3.0
- isZeroLength() - Method in class net.sf.saxon.value.StringValue
-
Determine whether the string is a zero-length string.
- item(int) - Method in class net.sf.saxon.dom.DOMNodeList
-
Return the n'th item in the list (DOM method)
- Item - Interface in net.sf.saxon.om
-
An Item is an object that can occur as a member of a sequence.
- ITEM - Static variable in class net.sf.saxon.type.Type
-
An item type that matches any item
- ITEM_FEED_METHOD - Static variable in class net.sf.saxon.expr.Expression
-
- ITEM_SEPARATOR - Static variable in class net.sf.saxon.lib.SaxonOutputKeys
-
item-separator = string
- ITEM_TYPE - Static variable in class net.sf.saxon.type.Type
-
- itemAt(int) - Method in class com.saxonica.ee.optim.IndexedValue
-
Get the n'th item in the sequence (starting from 0).
- itemAt(int) - Method in class com.saxonica.ee.validate.CompactStringValue
-
- itemAt(int) - Method in class net.sf.saxon.expr.instruct.UserFunction
-
Get the n'th item in the value, counting from 0
- itemAt(int) - Method in class net.sf.saxon.ma.map.HashTrieMap
-
- itemAt(int) - Method in class net.sf.saxon.ma.map.RangeKey
-
Get the n'th item in the value, counting from 0
- itemAt(int) - Method in class net.sf.saxon.om.AbstractItem
-
Get the n'th item in the value, counting from 0
- itemAt(int) - Method in class net.sf.saxon.om.AtomicArray
-
Get the n'th item in the sequence (base-zero addressing)
- itemAt(int) - Method in interface net.sf.saxon.om.AtomicSequence
-
- itemAt(int) - Method in class net.sf.saxon.om.Chain
-
Get the n'th item in the value, counting from 0
- itemAt(int) - Method in class net.sf.saxon.om.EmptyAtomicSequence
-
- itemAt(int) - Method in interface net.sf.saxon.om.GroundedValue
-
Get the n'th item in the value, counting from 0
- itemAt(Sequence, int) - Static method in class net.sf.saxon.om.SequenceTool
-
Get the item at a given offset in a sequence.
- itemAt(int) - Method in class net.sf.saxon.om.ZeroOrMore
-
Get the n'th item in the value, counting from 0
- itemAt(int) - Method in class net.sf.saxon.om.ZeroOrOne
-
Get the n'th item in the sequence (starting from 0).
- itemAt(int) - Method in class net.sf.saxon.s9api.XdmValue
-
Get the n'th item in the value, counting from zero.
- itemAt(int) - Method in class net.sf.saxon.value.AtomicValue
-
Get the n'th item in the sequence (starting from 0).
- itemAt(int) - Method in class net.sf.saxon.value.EmptySequence
-
Get the n'th item in the sequence (starting from 0).
- itemAt(int) - Method in class net.sf.saxon.value.IntegerRange
-
Get the n'th item in the sequence (starting from 0).
- itemAt(int) - Method in class net.sf.saxon.value.MemoClosure
-
Get the n'th item in the sequence, zero-based
- itemAt(int) - Method in class net.sf.saxon.value.SequenceExtent
-
Get the n'th item in the sequence (starting with 0 as the first item)
- itemAt(int) - Method in class net.sf.saxon.value.SingletonClosure
-
Get the n'th item in the sequence (starting from 0).
- ItemChecker - Class in net.sf.saxon.expr
-
A ItemChecker implements the item type checking of "treat as": that is,
it returns the supplied sequence, checking that all its items are of the correct type
- ItemChecker(Expression, ItemType, RoleDiagnostic) - Constructor for class net.sf.saxon.expr.ItemChecker
-
Constructor
- ItemCheckerADJ - Class in com.saxonica.ee.expr
-
- ItemCheckerADJ(Expression) - Constructor for class com.saxonica.ee.expr.ItemCheckerADJ
-
- ItemCheckerAdjunct - Class in com.saxonica.ee.stream.adjunct
-
Streaming code for an item checker
- ItemCheckerAdjunct() - Constructor for class com.saxonica.ee.stream.adjunct.ItemCheckerAdjunct
-
- ItemCheckerCompiler - Class in com.saxonica.ee.bytecode
-
Generate bytecode for an ItemChecker expression, performing run-time type checking
- ItemCheckerCompiler() - Constructor for class com.saxonica.ee.bytecode.ItemCheckerCompiler
-
- ItemCheckingFeed - Class in com.saxonica.ee.stream.feed
-
A Feed to go on the streaming pipeline that checks the item type of the items in the sequence represented
by the events passing down the pipeline.
- ItemCheckingFeed(Expression, Feed, XPathContext) - Constructor for class com.saxonica.ee.stream.feed.ItemCheckingFeed
-
- ItemFeed - Class in com.saxonica.ee.stream.feed
-
An ItemFeed evaluates an expression in "composed push" mode.
- ItemFeed(Feed, XPathContext) - Constructor for class com.saxonica.ee.stream.feed.ItemFeed
-
- ItemFeed(Expression, Feed, XPathContext) - Constructor for class com.saxonica.ee.stream.feed.ItemFeed
-
- ItemMappingFeed - Class in com.saxonica.ee.stream.feed
-
A Feed which applies an ItemMappingFunction to each supplied item.
- ItemMappingFeed(Expression, Feed, XPathContext, ItemMappingFunction<Item, ? extends Item>) - Constructor for class com.saxonica.ee.stream.feed.ItemMappingFeed
-
- ItemMappingFunction<F extends Item,T extends Item> - Interface in net.sf.saxon.expr
-
ItemMappingFunction is an interface that must be satisfied by an object passed to a
ItemMappingIterator.
- ItemMappingIterator<F extends Item,T extends Item> - Class in net.sf.saxon.expr
-
ItemMappingIterator applies a mapping function to each item in a sequence.
- ItemMappingIterator(SequenceIterator, ItemMappingFunction<F, T>) - Constructor for class net.sf.saxon.expr.ItemMappingIterator
-
Construct an ItemMappingIterator that will apply a specified DummyItemMappingFunction to
each Item returned by the base iterator.
- ItemMappingIterator(SequenceIterator, ItemMappingFunction<F, T>, boolean) - Constructor for class net.sf.saxon.expr.ItemMappingIterator
-
Construct an ItemMappingIterator that will apply a specified ItemMappingFunction to
each Item returned by the base iterator.
- ItemOrderComparer - Interface in net.sf.saxon.expr.sort
-
A Comparer used for comparing nodes in document order, or items in merge order
- ITemplateCall - Interface in net.sf.saxon.expr.instruct
-
An interface satisfied by all instructions that invoke templates: apply-templates,
call-template.
- items - Variable in class net.sf.saxon.tree.iter.ArrayIterator
-
- ItemToBeSorted - Class in net.sf.saxon.expr.sort
-
This class is a specialization of class ObjectToBeSorted for use when
the sequence being sorted is a sequence of items (including tuples, which
are represented as items).
- ItemToBeSorted(int) - Constructor for class net.sf.saxon.expr.sort.ItemToBeSorted
-
- ItemToBeSorted() - Constructor for class net.sf.saxon.functions.SortOne.ItemToBeSorted
-
- itemType - Variable in class net.sf.saxon.functions.StandardFunction.Entry
-
The item type of the result of the function
- itemType - Variable in class net.sf.saxon.pattern.NodeSetPattern
-
- ItemType - Class in net.sf.saxon.s9api
-
An item type, as defined in the XPath/XQuery specifications.
- ItemType() - Constructor for class net.sf.saxon.s9api.ItemType
-
- ItemType - Interface in net.sf.saxon.type
-
ItemType is an interface that allows testing of whether an Item conforms to an
expected type.
- ItemTypeCheckingFunction<T extends Item> - Class in net.sf.saxon.expr
-
A mapping function for use in conjunction with an
ItemMappingIterator
that checks that
all the items in a sequence are instances of a given item type
- ItemTypeCheckingFunction(ItemType, RoleDiagnostic, Location, Configuration) - Constructor for class net.sf.saxon.expr.ItemTypeCheckingFunction
-
Create the type-checking function
- ItemTypeFactory - Class in net.sf.saxon.s9api
-
This class is used for creating ItemType objects.
- ItemTypeFactory(Processor) - Constructor for class net.sf.saxon.s9api.ItemTypeFactory
-
Create an ItemTypeFactory
- ItemWithMergeKeys - Class in com.saxonica.xslt3.instruct
-
Inner class representing an item together with its merge keys and the name of the merge source object
from which it derived, suitable for encapsulation as an ObjectValue.
- iterate(CompilerService, int, NodeTest) - Static method in class com.saxonica.ee.bytecode.AxisExpressionCompiler
-
Generate code to iterate over the selected axis.
- iterate(XPathContext) - Method in class com.saxonica.ee.bytecode.CompiledExpression
-
- iterate(XPathContext) - Method in class com.saxonica.ee.bytecode.GeneratedCode
-
Method that can be implemented in each generated subclass, to actually evaluate the compiled code.
- iterate(XPathContext) - Method in class com.saxonica.ee.optim.IndexedFilterExpression
-
Iterate over the results, returning them in the correct order
- iterate() - Method in class com.saxonica.ee.optim.IndexedValue
-
Return an Iterator to iterate over the values of a sequence.
- iterate(XPathContext) - Method in class com.saxonica.ee.optim.MultithreadedForEach
-
Return an Iterator to iterate over the values of the sequence.
- iterate(XPathContext) - Method in class com.saxonica.ee.optim.SwitchExpression
-
Return an Iterator to iterate over the values of a sequence.
- iterate() - Method in class com.saxonica.ee.stream.om.FleetingNode
-
To implement
Sequence
, this method returns a singleton iterator
that delivers this item in the form of a sequence
- iterate(XPathContext) - Method in class com.saxonica.ee.stream.StreamInstr
-
Return an Iterator to iterate over the values of a sequence.
- iterate(XPathContext) - Method in class com.saxonica.ee.update.BasicUpdatingExpression
-
Return an Iterator to iterate over the values of a sequence.
- iterate(XPathContext) - Method in class com.saxonica.ee.update.CopyModifyExpression
-
Return an Iterator to iterate over the values of a sequence.
- iterate() - Method in class com.saxonica.ee.validate.CompactStringValue
-
- iterate(XPathContext) - Method in class com.saxonica.expr.JavaExtensionFunctionCall
-
Evaluate the function.
- iterate(XPathContext) - Method in class com.saxonica.functions.hof.FunctionSequenceCoercer
-
Iterate over the sequence of functions, wrapping each one in a CoercedFunction object
- iterate(XPathContext) - Method in class com.saxonica.functions.xslt3.CurrentMergeKey
-
Evaluate the expression
- iterate() - Method in class com.saxonica.pull.UnconstructedParent
-
To implement
Sequence
, this method returns a singleton iterator
that delivers this item in the form of a sequence
- iterate(XPathContext) - Method in class com.saxonica.xslt3.instruct.EvaluateInstr
-
- iterate(XPathContext) - Method in class com.saxonica.xslt3.instruct.MergeInstr
-
- iterate(XPathContext) - Method in class com.saxonica.xslt3.instruct.OnEmptyExpr
-
Return an Iterator to iterate over the values of a sequence.
- iterate(XPathContext) - Method in class com.saxonica.xslt3.instruct.OnNonEmptyExpr
-
Return an Iterator to iterate over the values of a sequence.
- iterate(XPathContext) - Method in class com.saxonica.xslt3.instruct.WherePopulated
-
Return an Iterator to iterate over the values of a sequence.
- iterate() - Method in class net.sf.saxon.event.SequenceOutputter
-
Get an iterator over the sequence of items that has been constructed
- iterate(XPathContext) - Method in class net.sf.saxon.expr.AdjacentTextNodeMerger
-
Return an Iterator to iterate over the values of a sequence.
- iterate(XPathContext) - Method in class net.sf.saxon.expr.AtomicSequenceConverter
-
Iterate over the sequence of values
- iterate(XPathContext) - Method in class net.sf.saxon.expr.Atomizer
-
Iterate over the sequence of values
- iterate(XPathContext) - Method in class net.sf.saxon.expr.AxisExpression
-
Evaluate the path-expression in a given context to return a NodeSet
- iterate(NodeInfo) - Method in class net.sf.saxon.expr.AxisExpression
-
Iterate the axis from a given starting node, without regard to context
- iterate(XPathContext) - Method in class net.sf.saxon.expr.CardinalityChecker
-
Iterate over the sequence of values
- iterate(XPathContext) - Method in class net.sf.saxon.expr.CastToList
-
Evaluate the expression
- iterate(XPathContext) - Method in class net.sf.saxon.expr.CastToUnion
-
Evaluate the expression
- iterate(XPathContext) - Method in class net.sf.saxon.expr.ConsumingOperand
-
Get the value of this expression in a given context.
- iterate(XPathContext) - Method in class net.sf.saxon.expr.ContextItemExpression
-
Iterate over the value of the expression
- iterate(XPathContext) - Method in class net.sf.saxon.expr.EmptyTextNodeRemover
-
Return an Iterator to iterate over the values of a sequence.
- iterate(XPathContext) - Method in class net.sf.saxon.expr.ErrorExpression
-
Iterate over the expression.
- iterate(XPathContext) - Method in class net.sf.saxon.expr.Expression
-
Return an Iterator to iterate over the values of a sequence.
- iterate(XPathContext) - Method in class net.sf.saxon.expr.FilterExpression
-
Iterate over the results, returning them in the correct order
- iterate(XPathContext) - Method in class net.sf.saxon.expr.flwor.FLWORExpression
-
Return an Iterator to iterate over the values of a sequence.
- iterate(XPathContext) - Method in class net.sf.saxon.expr.flwor.OuterForExpression
-
Iterate over the result of the expression
- iterate(XPathContext) - Method in class net.sf.saxon.expr.ForExpression
-
Iterate over the sequence of values
- iterate(XPathContext) - Method in class net.sf.saxon.expr.FunctionCall
-
Return an Iterator to iterate over the values of a sequence.
- iterate(XPathContext) - Method in class net.sf.saxon.expr.HomogeneityChecker
-
Iterate the path-expression in a given context
- iterate(XPathContext) - Method in class net.sf.saxon.expr.instruct.AnalyzeString
-
Return an Iterator to iterate over the values of a sequence.
- iterate(XPathContext) - Method in class net.sf.saxon.expr.instruct.Block
-
Iterate over the results of all the child expressions
- iterate(XPathContext) - Method in class net.sf.saxon.expr.instruct.Choose
-
Return an Iterator to iterate over the values of a sequence.
- iterate(XPathContext) - Method in class net.sf.saxon.expr.instruct.CopyOf
-
- iterate(XPathContext) - Method in class net.sf.saxon.expr.instruct.ForEach
-
Return an Iterator to iterate over the values of the sequence.
- iterate(XPathContext) - Method in class net.sf.saxon.expr.instruct.ForEachGroup
-
Return an Iterator to iterate over the values of a sequence.
- iterate(XPathContext) - Method in class net.sf.saxon.expr.instruct.Instruction
-
Return an Iterator to iterate over the values of a sequence.
- iterate(XPathContext) - Method in class net.sf.saxon.expr.instruct.SimpleNodeConstructor
-
- iterate(XPathContext) - Method in class net.sf.saxon.expr.instruct.TraceExpression
-
Return an Iterator to iterate over the values of a sequence.
- iterate() - Method in class net.sf.saxon.expr.instruct.UserFunction
-
Get an iterator over all the items in the sequence (that is, the singleton sequence
consisting of this function item)
- iterate(XPathContext) - Method in class net.sf.saxon.expr.ItemChecker
-
Iterate over the sequence of values
- iterate(XPathContext) - Method in class net.sf.saxon.expr.LetExpression
-
Iterate over the result of the expression to return a sequence of items
- iterate(XPathContext) - Method in class net.sf.saxon.expr.Literal
-
Return an Iterator to iterate over the values of a sequence.
- iterate() - Method in class net.sf.saxon.expr.Literal
-
Return an Iterator to iterate over the values of a sequence.
- iterate(XPathContext) - Method in class net.sf.saxon.expr.PseudoExpression
-
- iterate(XPathContext) - Method in class net.sf.saxon.expr.RangeExpression
-
Return an iteration over the sequence
- iterate(XPathContext) - Method in class net.sf.saxon.expr.RootExpression
-
Evaluate the expression in a given context to return an iterator
- iterate(XPathContext) - Method in class net.sf.saxon.expr.SimpleExpression
-
Return an Iterator to iterate over the values of a sequence.
- iterate(XPathContext) - Method in class net.sf.saxon.expr.SimpleStepExpression
-
Evaluate the expression, returning an iterator over the result
- iterate(XPathContext) - Method in class net.sf.saxon.expr.SingletonIntersectExpression
-
Iterate over the value of the expression.
- iterate(XPathContext) - Method in class net.sf.saxon.expr.SlashExpression
-
Iterate the path-expression in a given context
- iterate(XPathContext) - Method in class net.sf.saxon.expr.sort.ConditionalSorter
-
Return an Iterator to iterate over the values of a sequence.
- iterate(XPathContext) - Method in class net.sf.saxon.expr.sort.DocumentSorter
-
- iterate(XPathContext) - Method in class net.sf.saxon.expr.sort.SortExpression
-
Enumerate the results of the expression
- iterate(XPathContext) - Method in class net.sf.saxon.expr.SuppliedParameterReference
-
Get the value of this expression in a given context.
- iterate(XPathContext) - Method in class net.sf.saxon.expr.TailCallLoop
-
Iterate over the sequence of values
- iterate(XPathContext) - Method in class net.sf.saxon.expr.TailExpression
-
- iterate(XPathContext) - Method in class net.sf.saxon.expr.TryCatch
-
Iterate over the results of the function
- iterate(XPathContext) - Method in class net.sf.saxon.expr.UserFunctionCall
-
Call the function, returning an iterator over the results.
- iterate(XPathContext) - Method in class net.sf.saxon.expr.VariableReference
-
Get the value of this variable in a given context.
- iterate(XPathContext) - Method in class net.sf.saxon.expr.VennExpression
-
Iterate over the value of the expression.
- iterate(XPathContext) - Method in class net.sf.saxon.functions.CompileTimeFunction
-
Iterate over the results of the function
- iterate(XPathContext) - Method in class net.sf.saxon.functions.CurrentGroupCall
-
Return an iteration over the result sequence
- iterate(XPathContext) - Method in class net.sf.saxon.functions.CurrentGroupingKeyCall
-
Evaluate the expression
- iterate(XPathContext) - Method in class net.sf.saxon.functions.IntegratedFunctionCall
-
Return an Iterator to iterate over the values of a sequence.
- iterate() - Method in class net.sf.saxon.ma.map.RangeKey
-
Get an iterator over all the items in the sequence
- iterate() - Method in class net.sf.saxon.om.AbstractItem
-
Get an iterator over all the items in the sequence
- iterate() - Method in class net.sf.saxon.om.AtomicArray
-
- iterate() - Method in interface net.sf.saxon.om.AtomicSequence
-
- iterate() - Method in class net.sf.saxon.om.Chain
-
- iterate() - Method in class net.sf.saxon.om.EmptyAtomicSequence
-
- iterate() - Method in interface net.sf.saxon.om.Function
-
Get an iterator over all the items in the sequence
- iterate() - Method in interface net.sf.saxon.om.GroundedValue
-
Get an iterator over all the items in the sequence.
- iterate() - Method in class net.sf.saxon.om.LazySequence
-
Iterate over all the items in the sequence.
- iterate() - Method in class net.sf.saxon.om.MemoSequence
-
- iterate() - Method in interface net.sf.saxon.om.Sequence
-
Get an iterator over all the items in the sequence
- iterate() - Method in class net.sf.saxon.om.ZeroOrMore
-
- iterate() - Method in class net.sf.saxon.om.ZeroOrOne
-
Return an enumeration of this nodeset value.
- iterate() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
-
To implement
Sequence
, this method returns a singleton iterator
that delivers this item in the form of a sequence
- iterate() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
To implement
Sequence
, this method returns a singleton iterator
that delivers this item in the form of a sequence
- iterate(XPathDynamicContext) - Method in class net.sf.saxon.sxpath.XPathExpression
-
Execute the expression, returning the result as a
SequenceIterator
, whose members will be instances
of the class
Item
- iterate() - Method in class net.sf.saxon.tree.linked.NodeImpl
-
To implement
Sequence
, this method returns a singleton iterator
that delivers this item in the form of a sequence
- iterate() - Method in class net.sf.saxon.tree.NamespaceNode
-
To implement
Sequence
, this method returns a singleton iterator
that delivers this item in the form of a sequence
- iterate() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
-
To implement
Sequence
, this method returns a singleton iterator
that delivers this item in the form of a sequence
- iterate() - Method in class net.sf.saxon.tree.util.Orphan
-
To implement
Sequence
, this method returns a singleton iterator
that delivers this item in the form of a sequence
- iterate() - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
-
To implement
Sequence
, this method returns a singleton iterator
that delivers this item in the form of a sequence
- iterate() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
-
To implement
Sequence
, this method returns a singleton iterator
that delivers this item in the form of a sequence
- iterate() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
-
To implement
Sequence
, this method returns a singleton iterator
that delivers this item in the form of a sequence
- iterate() - Method in class net.sf.saxon.value.AtomicValue
-
To implement
Sequence
, this method returns a singleton iterator
that delivers this item in the form of a sequence
- iterate() - Method in class net.sf.saxon.value.Closure
-
Evaluate the expression in a given context to return an iterator over a sequence
- iterate() - Method in class net.sf.saxon.value.EmptySequence
-
Return an iteration over the sequence
- iterate() - Method in class net.sf.saxon.value.IntegerRange
-
Return an Iterator to iterate over the values of a sequence.
- iterate() - Method in class net.sf.saxon.value.MemoClosure
-
Evaluate the expression in a given context to return an iterator over a sequence
- iterate() - Method in class net.sf.saxon.value.SequenceExtent
-
Return an iterator over this sequence.
- iterate() - Method in class net.sf.saxon.value.SingletonClosure
-
Evaluate the expression in a given context to return an iterator over a sequence
- iterate() - Method in class net.sf.saxon.value.TextFragmentValue
-
To implement
Sequence
, this method returns a singleton iterator
that delivers this item in the form of a sequence
- iterate(XPathContext) - Method in class net.sf.saxon.xpath.JAXPVariableReference
-
Iterate over the value of the expression
- iterate(XPathContext) - Method in class net.sf.saxon.xpath.XPathFunctionCall
-
Evaluate the function.
- ITERATE_AND_MATERIALIZE - Static variable in class net.sf.saxon.expr.parser.ExpressionTool
-
- ITERATE_METHOD - Static variable in class net.sf.saxon.expr.Expression
-
- IterateAction - Class in com.saxonica.ee.stream.watch
-
This watch implements xsl:iterate in streaming mode.
- IterateAction(WatchManager, Expression, Feed, XPathContext) - Constructor for class com.saxonica.ee.stream.watch.IterateAction
-
- IterateAdjunct - Class in com.saxonica.ee.stream.adjunct
-
Implement streaming code for xsl:iterate
- IterateAdjunct() - Constructor for class com.saxonica.ee.stream.adjunct.IterateAdjunct
-
- iterateAttributeDeclarations() - Method in class com.saxonica.ee.schema.PreparedSchema
-
Get an iterator over all the global attribute declarations defined in this schema
- iterateAttributeGroups() - Method in class com.saxonica.ee.schema.PreparedSchema
-
Get an iterator over all the named attribute groups defined in this schema
- iterateAttributes(NodeTest) - Method in class net.sf.saxon.dom.DOMNodeWrapper
-
- iterateAttributes() - Method in class net.sf.saxon.evpull.StartElementEvent
-
Get an iterator over the attributes of this element
- iterateAttributes(NodeTest) - Method in class net.sf.saxon.option.axiom.AxiomDocumentNodeWrapper
-
- iterateAttributes(NodeTest) - Method in class net.sf.saxon.option.axiom.AxiomElementNodeWrapper
-
- iterateAttributes(NodeTest) - Method in class net.sf.saxon.option.axiom.AxiomLeafNodeWrapper
-
- iterateAttributes(NodeTest) - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
-
Return an iteration over the nodes reached by the given axis from this node
// * @param axisNumber the axis to be used
- iterateAttributes(NodeTest) - Method in class net.sf.saxon.option.jdom.JDOMNodeWrapper
-
- iterateAttributes(NodeTest) - Method in class net.sf.saxon.option.jdom2.JDOM2NodeWrapper
-
- iterateAttributes(NodeTest) - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
Return an iteration over the nodes reached by the given axis from this
node
// * @param axisNumber
the axis to be used
- iterateAttributes(NodeTest) - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
-
Return an iterator over the attributes of this element node.
- iterateAxis(byte, NodeTest) - Method in class com.saxonica.ee.stream.om.FleetingElementNode
-
Return an iteration over all the nodes reached by the given axis from this node
that match a given NodeTest
- iterateAxis(byte) - Method in class com.saxonica.ee.stream.om.FleetingNode
-
Return an iteration over all the nodes reached by the given axis from this node
- iterateAxis(byte, NodeTest) - Method in class com.saxonica.ee.stream.om.FleetingNode
-
Return an iteration over all the nodes reached by the given axis from this node
that match a given NodeTest
- iterateAxis(byte) - Method in class com.saxonica.pull.UnconstructedParent
-
Return an iteration over all the nodes reached by the given axis from this node
- iterateAxis(byte, NodeTest) - Method in class com.saxonica.pull.UnconstructedParent
-
Return an iteration over all the nodes reached by the given axis from this node
that match a given NodeTest
- iterateAxis(byte) - Method in class net.sf.saxon.om.DocumentInfo
-
- iterateAxis(byte) - Method in interface net.sf.saxon.om.NodeInfo
-
Return an iteration over all the nodes reached by the given axis from this node
- iterateAxis(byte, NodeTest) - Method in interface net.sf.saxon.om.NodeInfo
-
Return an iteration over all the nodes reached by the given axis from this node
that match a given NodeTest
- iterateAxis(byte) - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
-
Return an iteration over the nodes reached by the given axis from this
node
- iterateAxis(byte, NodeTest) - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
-
Return an iteration over the nodes reached by the given axis from this
node
- iterateAxis(byte) - Method in class net.sf.saxon.tree.linked.NodeImpl
-
Return an enumeration over the nodes reached by the given axis from this node
- iterateAxis(byte, NodeTest) - Method in class net.sf.saxon.tree.linked.NodeImpl
-
Return an enumeration over the nodes reached by the given axis from this node
- iterateAxis(byte) - Method in class net.sf.saxon.tree.NamespaceNode
-
Return an iteration over all the nodes reached by the given axis from this node
- iterateAxis(byte, NodeTest) - Method in class net.sf.saxon.tree.NamespaceNode
-
Return an iteration over all the nodes reached by the given axis from this node
that match a given NodeTest
- iterateAxis(byte) - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
-
Return an iterator over all the nodes reached by the given axis from this node
- iterateAxis(byte, NodeTest) - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
-
Return an iterator over the nodes reached by the given axis from this node
- iterateAxis(byte) - Method in class net.sf.saxon.tree.util.Orphan
-
Return an iteration over the nodes reached by the given axis from this node
- iterateAxis(byte, NodeTest) - Method in class net.sf.saxon.tree.util.Orphan
-
Return an iteration over the nodes reached by the given axis from this node
- iterateAxis(byte) - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
-
Return an iteration over the nodes reached by the given axis from this node
- iterateAxis(byte, NodeTest) - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
-
Return an iteration over the nodes reached by the given axis from this node.
- iterateAxis(byte, NodeTest) - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
-
Return an iteration over the nodes reached by the given axis from this node
- iterateAxis(byte, NodeTest) - Method in class net.sf.saxon.tree.wrapper.SnapshotNode
-
Return an iteration over all the nodes reached by the given axis from this node
that match a given NodeTest
- iterateAxis(byte) - Method in class net.sf.saxon.tree.wrapper.SpaceStrippedNode
-
Return an iteration over the nodes reached by the given axis from this node
- iterateAxis(byte) - Method in class net.sf.saxon.tree.wrapper.TypeStrippedNode
-
Return an iteration over the nodes reached by the given axis from this node
- iterateAxis(byte) - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
-
Return an iteration over all the nodes reached by the given axis from this node
- iterateAxis(byte, NodeTest) - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
-
Return an iteration over all the nodes reached by the given axis from this node
that match a given NodeTest
- iterateAxis(byte) - Method in class net.sf.saxon.value.TextFragmentValue
-
Return an iteration over the nodes reached by the given axis from this node
- iterateAxis(byte, NodeTest) - Method in class net.sf.saxon.value.TextFragmentValue
-
Return an enumeration over the nodes reached by the given axis from this node
- iterateCharacters() - Method in class net.sf.saxon.value.StringValue
-
Iterate over a string, returning a sequence of integers representing the Unicode code-point values
- iterateChildren(NodeTest) - Method in class net.sf.saxon.dom.DOMNodeWrapper
-
- iterateChildren(NodeTest) - Method in class net.sf.saxon.option.axiom.AxiomLeafNodeWrapper
-
- iterateChildren(NodeTest) - Method in class net.sf.saxon.option.axiom.AxiomParentNodeWrapper
-
- iterateChildren(NodeTest) - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
-
- iterateChildren(NodeTest) - Method in class net.sf.saxon.option.jdom.JDOMNodeWrapper
-
- iterateChildren(NodeTest) - Method in class net.sf.saxon.option.jdom2.JDOM2NodeWrapper
-
- iterateChildren(NodeTest) - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
- iterateChildren(NodeTest) - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
-
Return an iterator over the children of this node.
- iterateCurrentGroup() - Method in class com.saxonica.ee.stream.ManualGroupIterator
-
- iterateCurrentGroup() - Method in class com.saxonica.xslt3.instruct.MergeGroupingIterator
-
- iterateCurrentGroup(String) - Method in class com.saxonica.xslt3.instruct.MergeGroupingIterator
-
- iterateCurrentGroup() - Method in class com.saxonica.xslt3.instruct.MergeGroupingIterator.ManualMergeGroupingIterator
-
- iterateCurrentGroup() - Method in class net.sf.saxon.expr.sort.GroupAdjacentIterator
-
- iterateCurrentGroup() - Method in class net.sf.saxon.expr.sort.GroupByIterator
-
Get an iterator over the items in the current group
- iterateCurrentGroup() - Method in class net.sf.saxon.expr.sort.GroupByIterator.ManualGroupByIterator
-
- iterateCurrentGroup() - Method in interface net.sf.saxon.expr.sort.GroupIterator
-
Get an iterator over the members of the current group, in population
order.
- iterateCurrentGroup() - Method in class net.sf.saxon.expr.sort.GroupMatchingIterator
-
- iterateCurrentGroup() - Method in class net.sf.saxon.expr.sort.SortedGroupIterator
-
- iterateDeclaredGlobalVariables() - Method in class net.sf.saxon.query.StaticQueryContext
-
Iterate over all the declared global variables
- iterateDeclaredPrefixes() - Method in class net.sf.saxon.query.StaticQueryContext
-
- iterateDescendants(NodeTest, boolean) - Method in class net.sf.saxon.dom.DOMNodeWrapper
-
- iterateDescendants(NodeTest, boolean) - Method in class net.sf.saxon.option.axiom.AxiomLeafNodeWrapper
-
- iterateDescendants(NodeTest, boolean) - Method in class net.sf.saxon.option.axiom.AxiomParentNodeWrapper
-
- iterateDescendants(NodeTest, boolean) - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
-
- iterateDescendants(NodeTest, boolean) - Method in class net.sf.saxon.option.jdom.JDOMNodeWrapper
-
- iterateDescendants(NodeTest, boolean) - Method in class net.sf.saxon.option.jdom2.JDOM2NodeWrapper
-
- iterateDescendants(NodeTest, boolean) - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
- iterateDescendants(NodeTest, boolean) - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
-
Return an iterator over the descendants of this node.
- iterateElementDeclarations() - Method in class com.saxonica.ee.schema.PreparedSchema
-
Get an iterator over all the global element declarations defined in this schema.
- iterateEvents(XPathContext) - Method in class com.saxonica.ee.update.CopyModifyExpression
-
Deliver the result of the expression as a sequence of events.
- iterateEvents(XPathContext) - Method in class net.sf.saxon.expr.Expression
-
Deliver the result of the expression as a sequence of events.
- iterateEvents(XPathContext) - Method in class net.sf.saxon.expr.flwor.OuterForExpression
-
Deliver the result of the expression as a sequence of events.
- iterateEvents(XPathContext) - Method in class net.sf.saxon.expr.ForExpression
-
Deliver the result of the expression as a sequence of events.
- iterateEvents(XPathContext) - Method in class net.sf.saxon.expr.instruct.Block
-
Get an EventIterator over the results of all the child expressions
- iterateEvents(XPathContext) - Method in class net.sf.saxon.expr.instruct.Choose
-
Deliver the result of the expression as a sequence of events.
- iterateEvents(XPathContext) - Method in class net.sf.saxon.expr.instruct.DocumentInstr
-
- iterateEvents(XPathContext) - Method in class net.sf.saxon.expr.instruct.ElementCreator
-
- iterateEvents(XPathContext, NodeInfo) - Method in class net.sf.saxon.expr.instruct.ElementCreator
-
- iterateEvents(Sequence[], XPathContextMajor) - Method in class net.sf.saxon.expr.instruct.UserFunction
-
Call this function in "pull" mode, returning the results as a sequence of PullEvents.
- iterateEvents(XPathContext) - Method in class net.sf.saxon.expr.LetExpression
-
Iterate over the result of the expression to return a sequence of events
- iterateEvents(XPathContext) - Method in class net.sf.saxon.expr.PseudoExpression
-
- iterateEvents(XPathContext) - Method in class net.sf.saxon.expr.UserFunctionCall
-
Process the function call in pull mode
- iterateEvents(Controller, DynamicQueryContext) - Method in class net.sf.saxon.query.XQueryExpression
-
Run the query returning the results as an EventIterator
- iterateExternalVariables() - Method in class net.sf.saxon.s9api.XPathExecutable
-
Get an iterator over the names of all the external variables.
- iterateExternalVariables() - Method in class net.sf.saxon.sxpath.IndependentContext
-
Get an iterator over all the variables that have been declared, either explicitly by an
application call on declareVariable(), or implicitly if the option allowUndeclaredVariables
is set.
- iterateFunctions() - Method in class net.sf.saxon.functions.ExecutableFunctionLibrary
-
Iterate over all the functions defined in this function library.
- iterateIdentityConstraints() - Method in class com.saxonica.ee.schema.PreparedSchema
-
Get an iterator over all the identity constraints defined in this schema
(that is, unique, key, and keyref components).
- IterateInstr - Class in com.saxonica.xslt3.instruct
-
An IterateInstr is the compiled form of a saxon:iterate instruction
- IterateInstr(Expression, LocalParamBlock, Expression, Expression) - Constructor for class com.saxonica.xslt3.instruct.IterateInstr
-
Create an xsl:iterate instruction
- IterateInstrCompiler - Class in com.saxonica.ee.bytecode
-
Bytecode generator for the xsl:iterate instruction
- IterateInstrCompiler() - Constructor for class com.saxonica.ee.bytecode.IterateInstrCompiler
-
- iterateMatches(REMatcher, int) - Method in class net.sf.saxon.regex.Operation
-
Get an iterator returning all the matches for this operation
- iterateMatches(REMatcher, int) - Method in class net.sf.saxon.regex.Operation.OpAtom
-
- iterateMatches(REMatcher, int) - Method in class net.sf.saxon.regex.Operation.OpBackReference
-
- iterateMatches(REMatcher, int) - Method in class net.sf.saxon.regex.Operation.OpBOL
-
- iterateMatches(REMatcher, int) - Method in class net.sf.saxon.regex.Operation.OpCapture
-
- iterateMatches(REMatcher, int) - Method in class net.sf.saxon.regex.Operation.OpCharClass
-
- iterateMatches(REMatcher, int) - Method in class net.sf.saxon.regex.Operation.OpChoice
-
- iterateMatches(REMatcher, int) - Method in class net.sf.saxon.regex.Operation.OpEndProgram
-
- iterateMatches(REMatcher, int) - Method in class net.sf.saxon.regex.Operation.OpEOL
-
- iterateMatches(REMatcher, int) - Method in class net.sf.saxon.regex.Operation.OpGreedyFixed
-
- iterateMatches(REMatcher, int) - Method in class net.sf.saxon.regex.Operation.OpNothing
-
- iterateMatches(REMatcher, int) - Method in class net.sf.saxon.regex.Operation.OpReluctantFixed
-
- iterateMatches(REMatcher, int) - Method in class net.sf.saxon.regex.Operation.OpRepeat
-
- iterateMatches(REMatcher, int) - Method in class net.sf.saxon.regex.Operation.OpSequence
-
- iterateMatches(REMatcher, int) - Method in class net.sf.saxon.regex.Operation.OpTrace
-
- iterateMatches(REMatcher, int) - Method in class net.sf.saxon.regex.Operation.OpUnambiguousRepeat
-
- iterateModelGroups() - Method in class com.saxonica.ee.schema.PreparedSchema
-
Get an iterator over all the named model groups defined in this schema
- iterateNamedTemplates() - Method in class net.sf.saxon.PreparedStylesheet
-
Iterate over all the named templates defined in this Executable
- iterateNamespaces(NodeInfo) - Static method in class net.sf.saxon.tree.util.NamespaceIterator
-
Factory method: create an iterator over the in-scope namespace codes for an element
- iterateNotations() - Method in class com.saxonica.ee.schema.PreparedSchema
-
Get an iterator over all the notations defined in this schema.
- iteratePrefixes() - Method in class com.saxonica.ee.stream.watch.WatchManager
-
- iteratePrefixes() - Method in class com.saxonica.pull.PullNamespaceReducer
-
Get an iterator over all the prefixes declared in this namespace context.
- iteratePrefixes() - Method in class net.sf.saxon.event.NamespaceReducer
-
Get an iterator over all the prefixes declared in this namespace context.
- iteratePrefixes() - Method in class net.sf.saxon.event.StartTagBuffer
-
Get an iterator over all the prefixes declared in this namespace context.
- iteratePrefixes() - Method in class net.sf.saxon.evpull.NamespaceMaintainer
-
Get an iterator over all the prefixes declared in this namespace context.
- iteratePrefixes() - Method in class net.sf.saxon.expr.instruct.DummyNamespaceResolver
-
Get an iterator over all the prefixes declared in this namespace context.
- iteratePrefixes() - Method in class net.sf.saxon.expr.instruct.SavedNamespaceContext
-
Get an iterator over all the prefixes declared in this namespace context.
- iteratePrefixes() - Method in class net.sf.saxon.expr.parser.RetainedStaticContext
-
Get an iterator over all the prefixes declared in this namespace context.
- iteratePrefixes() - Method in class net.sf.saxon.om.InscopeNamespaceResolver
-
Get an iterator over all the prefixes declared in this namespace context.
- iteratePrefixes() - Method in interface net.sf.saxon.om.NamespaceResolver
-
Get an iterator over all the prefixes declared in this namespace context.
- iteratePrefixes() - Method in class net.sf.saxon.pull.NamespaceContextImpl
-
Get an iterator over all the prefixes declared in this namespace context.
- iteratePrefixes() - Method in class net.sf.saxon.sxpath.IndependentContext
-
Get an iterator over all the prefixes declared in this namespace context.
- iteratePrefixes() - Method in class net.sf.saxon.trans.ConfigurationReader
-
Get an iterator over all the prefixes declared in this namespace context.
- iteratePrefixes() - Method in class net.sf.saxon.tree.linked.ElementImpl
-
Get an iterator over all the prefixes declared in this namespace context.
- iteratePrefixes() - Method in class net.sf.saxon.tree.util.NamespaceResolverWithDefault
-
Get an iterator over all the prefixes declared in this namespace context.
- iteratePrefixes() - Method in class net.sf.saxon.xpath.JAXPXPathStaticContext
-
Get an iterator over all the prefixes declared in this namespace context.
- iterateReferences() - Method in class net.sf.saxon.expr.instruct.GlobalVariable
-
Iterate over the references to this variable
- iterateSiblings(NodeTest, boolean) - Method in class net.sf.saxon.dom.DOMNodeWrapper
-
- iterateSiblings(NodeTest, boolean) - Method in class net.sf.saxon.option.axiom.AxiomDocumentNodeWrapper
-
- iterateSiblings(NodeTest, boolean) - Method in class net.sf.saxon.option.axiom.AxiomElementNodeWrapper
-
- iterateSiblings(NodeTest, boolean) - Method in class net.sf.saxon.option.axiom.AxiomLeafNodeWrapper
-
- iterateSiblings(NodeTest, boolean) - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
-
- iterateSiblings(NodeTest, boolean) - Method in class net.sf.saxon.option.jdom.JDOMNodeWrapper
-
- iterateSiblings(NodeTest, boolean) - Method in class net.sf.saxon.option.jdom2.JDOM2NodeWrapper
-
- iterateSiblings(NodeTest, boolean) - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
- iterateSiblings(NodeTest, boolean) - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
-
Return an iterator over the siblings of this node.
- iterateStackFrames() - Method in class net.sf.saxon.expr.EarlyEvaluationContext
-
Get the context stack.
- iterateStackFrames() - Method in interface net.sf.saxon.expr.XPathContext
-
Get the context stack.
- iterateStackFrames() - Method in class net.sf.saxon.expr.XPathContextMinor
-
Get the context stack.
- iterateSubExpressions() - Method in class net.sf.saxon.pattern.AncestorQualifiedPattern
-
Iterate over the subexpressions within this pattern
- iterateSubExpressions() - Method in class net.sf.saxon.pattern.BooleanExpressionPattern
-
Iterate over the subexpressions within this pattern
- iterateSubExpressions() - Method in class net.sf.saxon.pattern.ConditionalPattern
-
Iterate over the subexpressions within this pattern
- iterateSubExpressions() - Method in class net.sf.saxon.pattern.GeneralNodePattern
-
Iterate over the subexpressions within this pattern
- iterateSubExpressions() - Method in class net.sf.saxon.pattern.GeneralPositionalPattern
-
Iterate over the subexpressions within this pattern
- iterateSubExpressions() - Method in class net.sf.saxon.pattern.NodeSetPattern
-
Iterate over the subexpressions within this pattern
- iterateSubExpressions() - Method in class net.sf.saxon.pattern.Pattern
-
Iterate over the subexpressions within this pattern
- iterateSubExpressions() - Method in class net.sf.saxon.pattern.PatternThatSetsCurrent
-
Iterate over the subexpressions within this pattern
- iterateSubExpressions() - Method in class net.sf.saxon.pattern.PatternWithPredicate
-
Iterate over the subexpressions within this pattern
- iterateSubExpressions() - Method in class net.sf.saxon.pattern.VennPattern
-
Iterate over the subexpressions within this pattern
- iterateTypes() - Method in class com.saxonica.ee.schema.PreparedSchema
-
Get an iterator over all the named simple and complex types defined in this schema.
- iterator() - Method in class com.saxonica.ee.validate.CompactStringValue
-
- iterator() - Method in class net.sf.saxon.expr.Operand
-
Get a singleton iterator that returns this operand only
- iterator() - Method in class net.sf.saxon.expr.sort.SortKeyDefinitionList
-
Get an iterator over the sort key definitions
- iterator() - Method in interface net.sf.saxon.ma.arrays.ArrayItem
-
Get the list of all members of the array
- iterator() - Method in class net.sf.saxon.ma.arrays.SimpleArrayItem
-
Get the list of all members of the array
- iterator() - Method in class net.sf.saxon.ma.map.HashTrieMap
-
Get the set of all key-value pairs in the map
- iterator() - Method in interface net.sf.saxon.ma.map.MapItem
-
Get the set of all key-value pairs in the map
- iterator() - Method in class net.sf.saxon.ma.map.RangeKey
-
Get the set of all key-value pairs in the map
- iterator() - Method in class net.sf.saxon.ma.trie.ImmutableList
-
- iterator() - Method in interface net.sf.saxon.ma.trie.ImmutableMap
-
Iterate over the entries in the map
- iterator() - Method in class net.sf.saxon.ma.trie.Option
-
- iterator() - Method in class net.sf.saxon.om.AtomicArray
-
Returns a Java iterator over the atomic sequence.
- iterator() - Method in class net.sf.saxon.om.EmptyAtomicSequence
-
Return a Java iterator over the atomic sequence.
- iterator(DynamicQueryContext) - Method in class net.sf.saxon.query.XQueryExpression
-
Get an iterator over the results of the expression.
- iterator() - Method in class net.sf.saxon.s9api.XdmValue
-
Get an iterator over the items in this value.
- iterator() - Method in class net.sf.saxon.s9api.XPathSelector
-
Evaluate the expression, returning the result as an Iterator
(that is,
an iterator over a sequence of nodes and/or atomic values).
- iterator() - Method in class net.sf.saxon.s9api.XQueryEvaluator
-
Evaluate the query, and return an iterator over its results.
- iterator() - Method in class net.sf.saxon.serialize.CharacterMapIndex
-
- iterator() - Method in class net.sf.saxon.value.AtomicValue
-
Returns a Java iterator over the atomic sequence.
- iterator() - Method in class net.sf.saxon.value.IntegerRange
-
Return a Java iterator over the atomic sequence.
- iterator() - Method in class net.sf.saxon.z.IntArraySet
-
Get an iterator over the values
- iterator() - Method in class net.sf.saxon.z.IntBlockSet
-
Get an iterator over the values
- iterator() - Method in class net.sf.saxon.z.IntCheckingSet
-
- iterator() - Method in class net.sf.saxon.z.IntComplementSet
-
- iterator() - Method in class net.sf.saxon.z.IntEmptySet
-
- iterator() - Method in class net.sf.saxon.z.IntHashSet
-
Get an iterator over the values
- iterator() - Method in class net.sf.saxon.z.IntRangeSet
-
Get an iterator over the values
- iterator() - Method in interface net.sf.saxon.z.IntSet
-
Get an iterator over the values
- iterator() - Method in class net.sf.saxon.z.IntSingletonSet
-
- iterator() - Method in class net.sf.saxon.z.IntUniversalSet
-
- IteratorIterator - Class in net.sf.saxon.tree.iter
-
A SequenceIterator that wraps a Java Iterator.
- IteratorIterator(Iterator<? extends Item>) - Constructor for class net.sf.saxon.tree.iter.IteratorIterator
-
Create a SequenceIterator over a given iterator
- SAME_FOCUS_ACTION - Static variable in class net.sf.saxon.expr.OperandRole
-
- SAME_FOCUS_CONTENT - Static variable in class net.sf.saxon.expr.instruct.Copy
-
- SAME_TYPE - Static variable in class net.sf.saxon.type.TypeHierarchy
-
Constant denoting relationship between two types: A is the same type as B
- sameClass(ExpressionADJ) - Method in class com.saxonica.ee.expr.ExpressionADJ
-
Is this expression the same class as another?
- SameNameTest - Class in net.sf.saxon.pattern
-
NodeTest is an interface that enables a test of whether a node has a particular
name and type.
- SameNameTest(NodeInfo) - Constructor for class net.sf.saxon.pattern.SameNameTest
-
Create a SameNameTest to match nodes by name
- sameSignature(ExpressionADJ) - Method in class com.saxonica.ee.expr.SystemFunctionCallADJ
-
Determine if this and another expression are calls to the same function and arity
- SATISFIES - Static variable in class net.sf.saxon.expr.parser.Token
-
Keyword "satisfies"
- save() - Method in class net.sf.saxon.expr.EquivalenceComparer
-
Create a string representation of this AtomicComparer that can be saved in a compiled
package and used to reconstitute the AtomicComparer when the package is reloaded
- save() - Method in class net.sf.saxon.expr.parser.RoleDiagnostic
-
Save as a string, for use when serializing the expression tree
- save() - Method in interface net.sf.saxon.expr.sort.AtomicComparer
-
Create a string representation of this AtomicComparer that can be saved in a compiled
package and used to reconstitute the AtomicComparer when the package is reloaded
- save() - Method in class net.sf.saxon.expr.sort.AtomicSortComparer
-
Create a string representation of this AtomicComparer that can be saved in a compiled
package and used to reconstitute the AtomicComparer when the package is reloaded
- save() - Method in class net.sf.saxon.expr.sort.CalendarValueComparer
-
Create a string representation of this AtomicComparer that can be saved in a compiled
package and used to reconstitute the AtomicComparer when the package is reloaded
- save() - Method in class net.sf.saxon.expr.sort.CodepointCollatingComparer
-
Create a string representation of this AtomicComparer that can be saved in a compiled
package and used to reconstitute the AtomicComparer when the package is reloaded
- save() - Method in class net.sf.saxon.expr.sort.CollatingAtomicComparer
-
Create a string representation of this AtomicComparer that can be saved in a compiled
package and used to reconstitute the AtomicComparer when the package is reloaded
- save() - Method in class net.sf.saxon.expr.sort.ComparableAtomicValueComparer
-
Create a string representation of this AtomicComparer that can be saved in a compiled
package and used to reconstitute the AtomicComparer when the package is reloaded
- save() - Method in class net.sf.saxon.expr.sort.DecimalSortComparer
-
Create a string representation of this AtomicComparer that can be saved in a compiled
package and used to reconstitute the AtomicComparer when the package is reloaded
- save() - Method in class net.sf.saxon.expr.sort.DescendingComparer
-
Create a string representation of this AtomicComparer that can be saved in a compiled
package and used to reconstitute the AtomicComparer when the package is reloaded
- save() - Method in class net.sf.saxon.expr.sort.DoubleSortComparer
-
Create a string representation of this AtomicComparer that can be saved in a compiled
package and used to reconstitute the AtomicComparer when the package is reloaded
- save() - Method in class net.sf.saxon.expr.sort.EmptyGreatestComparer
-
Create a string representation of this AtomicComparer that can be saved in a compiled
package and used to reconstitute the AtomicComparer when the package is reloaded
- save() - Method in class net.sf.saxon.expr.sort.EqualityComparer
-
Create a string representation of this AtomicComparer that can be saved in a compiled
package and used to reconstitute the AtomicComparer when the package is reloaded
- save() - Method in class net.sf.saxon.expr.sort.GenericAtomicComparer
-
Create a string representation of this AtomicComparer that can be saved in a compiled
package and used to reconstitute the AtomicComparer when the package is reloaded
- save() - Method in class net.sf.saxon.expr.sort.NumericComparer
-
Create a string representation of this AtomicComparer that can be saved in a compiled
package and used to reconstitute the AtomicComparer when the package is reloaded
- save() - Method in class net.sf.saxon.expr.sort.NumericComparer11
-
Create a string representation of this AtomicComparer that can be saved in a compiled
package and used to reconstitute the AtomicComparer when the package is reloaded
- save() - Method in class net.sf.saxon.expr.sort.TextComparer
-
Create a string representation of this AtomicComparer that can be saved in a compiled
package and used to reconstitute the AtomicComparer when the package is reloaded
- save(File) - Method in class net.sf.saxon.s9api.XsltPackage
-
Save this compiled package to filestore.
- saveContext(Expression, XPathContext) - Method in class net.sf.saxon.value.Closure
-
- SavedNamespaceContext - Class in net.sf.saxon.expr.instruct
-
An object representing a list of Namespaces.
- SavedNamespaceContext(Iterable<NamespaceBinding>) - Constructor for class net.sf.saxon.expr.instruct.SavedNamespaceContext
-
Create a NamespaceContext object
- SavedNamespaceContext(Iterator<NamespaceBinding>) - Constructor for class net.sf.saxon.expr.instruct.SavedNamespaceContext
-
Create a NamespaceContext object
- SavedNamespaceContext(NamespaceResolver) - Constructor for class net.sf.saxon.expr.instruct.SavedNamespaceContext
-
Create a SavedNamespaceContext that captures all the information in a given NamespaceResolver
- savedXPathContext - Variable in class com.saxonica.pull.UnconstructedParent
-
- savedXPathContext - Variable in class net.sf.saxon.value.Closure
-
- saveGlobalVariableValue(GlobalVariable, Sequence) - Method in class net.sf.saxon.expr.instruct.Bindery
-
Save the value of a global variable, and mark evaluation as complete.
- saveLocation() - Method in class com.saxonica.ee.schema.SchemaStructure
-
Get an immutable copy of this Location object.
- saveLocation() - Method in class com.saxonica.ee.stream.om.FleetingNode
-
Get an immutable copy of this Location object.
- saveLocation() - Method in class com.saxonica.pull.TinyTreeWalker
-
Get an immutable copy of this Location object.
- saveLocation() - Method in class com.saxonica.pull.TreeWalker
-
Get an immutable copy of this Location object.
- saveLocation() - Method in class com.saxonica.pull.UnconstructedParent
-
Get an immutable copy of this Location object.
- saveLocation() - Method in class net.sf.saxon.expr.flwor.ClauseInfo
-
Get an immutable copy of this Location object.
- saveLocation() - Method in class net.sf.saxon.expr.instruct.ComponentCode
-
- saveLocation() - Method in class net.sf.saxon.expr.instruct.ExpressionInfo
-
Get an immutable copy of this Location object.
- saveLocation() - Method in class net.sf.saxon.expr.instruct.InstructionDetails
-
Get an immutable copy of this Location object.
- saveLocation() - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
Get an immutable copy of this Location object.
- saveLocation() - Method in class net.sf.saxon.expr.instruct.TraceExpression
-
- saveLocation() - Method in class net.sf.saxon.expr.parser.ExplicitLocation
-
Get an immutable copy of this Location object.
- saveLocation() - Method in interface net.sf.saxon.expr.parser.Location
-
Get an immutable copy of this Location object.
- saveLocation() - Method in class net.sf.saxon.expr.parser.XPathParser.NestedLocation
-
Save an immutable copy of the location information.
- saveLocation() - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
-
Get an immutable copy of this Location object.
- saveLocation() - Method in class net.sf.saxon.query.XQueryExpression
-
Get an immutable copy of this Location object.
- saveLocation() - Method in class net.sf.saxon.query.XQueryFunction
-
Get an immutable copy of this Location object.
- saveLocation() - Method in class net.sf.saxon.tree.AttributeLocation
-
Get an immutable copy of this Location object.
- saveLocation() - Method in class net.sf.saxon.tree.linked.NodeImpl
-
Get an immutable copy of this Location object.
- saveLocation() - Method in class net.sf.saxon.tree.NamespaceNode
-
Get an immutable copy of this Location object.
- saveLocation() - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
-
Get an immutable copy of this Location object.
- saveLocation() - Method in class net.sf.saxon.tree.util.Orphan
-
Get an immutable copy of this Location object.
- saveLocation() - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
-
Get an immutable copy of this Location object.
- saveLocation() - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
-
Get an immutable copy of this Location object.
- saveLocation() - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
-
Get an immutable copy of this Location object.
- saveLocation() - Method in exception net.sf.saxon.type.ValidationException
-
Get an immutable copy of this Location object.
- saveLocation() - Method in class net.sf.saxon.type.ValidationFailure
-
Get an immutable copy of this Location object.
- saveLocation() - Method in class net.sf.saxon.value.TextFragmentValue
-
Get an immutable copy of this Location object.
- SAXDestination - Class in net.sf.saxon.s9api
-
This class represents a Destination (for example, the destination of the output of a transformation)
in which events representing the XML document are sent to a user-supplied SAX2 ContentHandler, as
if the ContentHandler were receiving the document directly from an XML parser.
- SAXDestination(ContentHandler) - Constructor for class net.sf.saxon.s9api.SAXDestination
-
Create a SAXDestination, supplying a SAX ContentHandler to which
events will be routed
- SAXON - Static variable in class net.sf.saxon.lib.NamespaceConstant
-
Fixed namespace name for SAXON: "http://saxon.sf.net/"
- SAXON - Static variable in class net.sf.saxon.om.StandardNames
-
- SAXON_ASSIGN - Static variable in class net.sf.saxon.om.StandardNames
-
- SAXON_ASSIGNABLE - Static variable in class net.sf.saxon.om.StandardNames
-
- SAXON_ATTRIBUTE_ORDER - Static variable in class net.sf.saxon.om.StandardNames
-
- SAXON_BASE64_BINARY_METHOD - Static variable in class net.sf.saxon.lib.SaxonOutputKeys
-
String constant representing the saxon:base64Binary output method name
- SAXON_BREAK - Static variable in class com.saxonica.xslt3.instruct.BreakInstr
-
- SAXON_CHARACTER_REPRESENTATION - Static variable in class net.sf.saxon.om.StandardNames
-
- SAXON_COLLATION - Static variable in class net.sf.saxon.om.StandardNames
-
- SAXON_CONFIGURATION - Static variable in class net.sf.saxon.lib.NamespaceConstant
-
URI for the Saxon configuration file
- SAXON_DOCTYPE - Static variable in class net.sf.saxon.om.StandardNames
-
- SAXON_DOUBLE_SPACE - Static variable in class net.sf.saxon.om.StandardNames
-
- SAXON_ENTITY_REF - Static variable in class net.sf.saxon.om.StandardNames
-
- SAXON_EVALUATE - Static variable in class net.sf.saxon.trace.LocationKind
-
An XPath expression constructed dynamically using saxon:evaluate (or saxon:expression).
- SAXON_EXPLAIN - Static variable in class net.sf.saxon.om.StandardNames
-
- SAXON_GENERATED_VARIABLE - Static variable in class net.sf.saxon.lib.NamespaceConstant
-
URI for the names of generated variables
- SAXON_HEX_BINARY_METHOD - Static variable in class net.sf.saxon.lib.SaxonOutputKeys
-
String constant representing the saxon:hexBinary output method name
- SAXON_IMPORT_QUERY - Static variable in class net.sf.saxon.om.StandardNames
-
- SAXON_INDENT_SPACES - Static variable in class net.sf.saxon.om.StandardNames
-
- SAXON_JAVA_LANG_OBJECT - Static variable in class net.sf.saxon.om.StandardNames
-
- SAXON_LINE_LENGTH - Static variable in class net.sf.saxon.om.StandardNames
-
- SAXON_MEMO_FUNCTION - Static variable in class net.sf.saxon.om.StandardNames
-
- SAXON_NEXT_IN_CHAIN - Static variable in class net.sf.saxon.om.StandardNames
-
- SAXON_PARAM - Static variable in class net.sf.saxon.om.StandardNames
-
- SAXON_PREPROCESS - Static variable in class net.sf.saxon.om.StandardNames
-
- SAXON_PTREE_METHOD - Static variable in class net.sf.saxon.lib.SaxonOutputKeys
-
String constant representing the saxon:ptree output method name
- SAXON_READ_ONCE - Static variable in class net.sf.saxon.om.StandardNames
-
- SAXON_RECOGNIZE_BINARY - Static variable in class net.sf.saxon.om.StandardNames
-
- SAXON_REQUIRE_WELL_FORMED - Static variable in class net.sf.saxon.om.StandardNames
-
- SAXON_SCRIPT - Static variable in class net.sf.saxon.om.StandardNames
-
- SAXON_SUPPRESS_INDENTATION - Static variable in class net.sf.saxon.om.StandardNames
-
- SAXON_THREADS - Static variable in class net.sf.saxon.om.StandardNames
-
- SAXON_WHILE - Static variable in class net.sf.saxon.om.StandardNames
-
- SAXON_XQUERY_METHOD - Static variable in class net.sf.saxon.lib.SaxonOutputKeys
-
String constant representing the saxon:xquery output method name
- SAXON_XSLT_EXPORT - Static variable in class net.sf.saxon.lib.NamespaceConstant
-
Fixed namespace name for the export of a Saxon stylesheet package
- SaxonApiException - Exception in net.sf.saxon.s9api
-
An exception thrown by the Saxon s9api API.
- SaxonApiException(Throwable) - Constructor for exception net.sf.saxon.s9api.SaxonApiException
-
Create a SaxonApiException
- SaxonApiException(String) - Constructor for exception net.sf.saxon.s9api.SaxonApiException
-
Create a SaxonApiException
- SaxonApiException(String, Throwable) - Constructor for exception net.sf.saxon.s9api.SaxonApiException
-
Create a SaxonApiException
- SaxonApiUncheckedException - Exception in net.sf.saxon.s9api
-
An unchecked exception thrown by the Saxon API.
- SaxonApiUncheckedException(Throwable) - Constructor for exception net.sf.saxon.s9api.SaxonApiUncheckedException
-
Create an unchecked exception
- SaxonAssign - Class in com.saxonica.xsltextn.style
-
saxon:assign element in stylesheet.
- SaxonAssign() - Constructor for class com.saxonica.xsltextn.style.SaxonAssign
-
- SaxonDoctype - Class in com.saxonica.xsltextn.style
-
A saxon:doctype element in the stylesheet.
- SaxonDoctype() - Constructor for class com.saxonica.xsltextn.style.SaxonDoctype
-
- SaxonDuration - Class in net.sf.saxon.value
-
Saxon implementation of the JAXP class javax.xml.datatype.Duration.
- SaxonDuration(DurationValue) - Constructor for class net.sf.saxon.value.SaxonDuration
-
Create a SaxonDuration that wraps a supplied DurationValue
- SaxonElementFactory - Class in com.saxonica.xsltextn.style
-
A Factory for Saxon extension nodes in the stylesheet tree.
- SaxonElementFactory() - Constructor for class com.saxonica.xsltextn.style.SaxonElementFactory
-
- SaxonEntityRef - Class in com.saxonica.xsltextn.style
-
A saxon:entity-ref element in the stylesheet.
- SaxonEntityRef() - Constructor for class com.saxonica.xsltextn.style.SaxonEntityRef
-
- SaxonErrorCode - Class in net.sf.saxon.trans
-
The class acts as a register of Saxon-specific error codes.
- SaxonErrorCode() - Constructor for class net.sf.saxon.trans.SaxonErrorCode
-
- SaxonImportQuery - Class in com.saxonica.xsltextn.style
-
The class implements a saxon:import-query declaration in a stylesheet.
- SaxonImportQuery() - Constructor for class com.saxonica.xsltextn.style.SaxonImportQuery
-
- SaxonOutputKeys - Class in net.sf.saxon.lib
-
Provides string constants that can be used to set
output properties for a Transformer, or to retrieve
output properties from a Transformer or Templates object.
- SaxonParam - Class in com.saxonica.ee.schema.sdoc
-
This object represents a saxon:param element in a schema document.
- SaxonParam() - Constructor for class com.saxonica.ee.schema.sdoc.SaxonParam
-
- SaxonPreprocess - Class in com.saxonica.ee.schema.sdoc
-
saxon:preprocess is an implementation-defined pre-lexical facet as permitted by XML Schema 1.1.
- SaxonPreprocess() - Constructor for class com.saxonica.ee.schema.sdoc.SaxonPreprocess
-
Creates a new SaxonPreprocess element
- SaxonTransformerFactory - Class in net.sf.saxon.jaxp
-
A SaxonTransformerFactory instance can be used to create Transformer and Template
objects.
- SaxonTransformerFactory() - Constructor for class net.sf.saxon.jaxp.SaxonTransformerFactory
-
Default constructor.
- SaxonTransformerFactory(Configuration) - Constructor for class net.sf.saxon.jaxp.SaxonTransformerFactory
-
Construct a TransformerFactory using an existing Configuration.
- SaxonWhile - Class in com.saxonica.xsltextn.style
-
Handler for saxon:while elements in stylesheet.
- SaxonWhile() - Constructor for class com.saxonica.xsltextn.style.SaxonWhile
-
- SaxonXMLGregorianCalendar - Class in net.sf.saxon.value
-
Saxon implementation of the JAXP class javax.xml.datatype.XMLGregorianCalendar.
- SaxonXMLGregorianCalendar(CalendarValue) - Constructor for class net.sf.saxon.value.SaxonXMLGregorianCalendar
-
Create a SaxonXMLGregorianCalendar from a Saxon CalendarValue object
- SaxonXQConnection - Class in com.saxonica.xqj
-
Saxon implementation of the XQL interface XQConnection.
- SaxonXQDataFactory - Class in com.saxonica.xqj
-
Saxon implementation of the XQJ interface XQDataFactory.
- SaxonXQDataFactory() - Constructor for class com.saxonica.xqj.SaxonXQDataFactory
-
- SaxonXQDataSource - Class in com.saxonica.xqj
-
Saxon implementation of the XQJ XQDataSource interface.
- SaxonXQDataSource() - Constructor for class com.saxonica.xqj.SaxonXQDataSource
-
Create a SaxonXQDataSource using a default configuration.
- SaxonXQDataSource(Configuration) - Constructor for class com.saxonica.xqj.SaxonXQDataSource
-
Create a Saxon XQDataSource with a specific configuration
- SaxonXQDynamicContext - Class in com.saxonica.xqj
-
Saxon implementation of the XQJ DynamicContext interface
- SaxonXQDynamicContext() - Constructor for class com.saxonica.xqj.SaxonXQDynamicContext
-
- SaxonXQExpression - Class in com.saxonica.xqj
-
Saxon implementation of the XQJ XQExpression interface
- SaxonXQForwardSequence - Class in com.saxonica.xqj
-
The class is a Saxon implementation of the XQJ interface XQResultSequence.
- SaxonXQForwardSequence(FocusTrackingIterator, SaxonXQPreparedExpression) - Constructor for class com.saxonica.xqj.SaxonXQForwardSequence
-
- SaxonXQItem - Class in com.saxonica.xqj
-
This Saxon class is used to implement both the XQItem and XQResultItem interfaces in XQJ.
- SaxonXQItem(Item, SaxonXQDataFactory) - Constructor for class com.saxonica.xqj.SaxonXQItem
-
- SaxonXQItemAccessor - Interface in com.saxonica.xqj
-
All Saxon implementations of XQItemAccessor must implement this interface
- SaxonXQItemType - Class in com.saxonica.xqj
-
Saxon implementation of the XQJ XQItemType interface
- SaxonXQItemType(ItemType, Configuration) - Constructor for class com.saxonica.xqj.SaxonXQItemType
-
- SaxonXQItemType(NodeInfo) - Constructor for class com.saxonica.xqj.SaxonXQItemType
-
- SaxonXQMetaData - Class in com.saxonica.xqj
-
Saxon implementation of the XQMetaData interface
- SaxonXQMetaData(SaxonXQConnection) - Constructor for class com.saxonica.xqj.SaxonXQMetaData
-
Create the metadata for a given Saxon configuration
- SaxonXQPreparedExpression - Class in com.saxonica.xqj
-
Saxon implementation of the XQJ interface XQPreparedExpression.
- SaxonXQPreparedExpression(SaxonXQConnection, XQueryExpression, SaxonXQStaticContext, DynamicQueryContext) - Constructor for class com.saxonica.xqj.SaxonXQPreparedExpression
-
- SaxonXQSequence - Class in com.saxonica.xqj
-
Saxon implementation of the XQSequence interface in XQJ, which represents an XDM sequence together
with a current position.
- SaxonXQSequenceType - Class in com.saxonica.xqj
-
Saxon implementation of the XQJ SequenceType interface
- SaxonXQStaticContext - Class in com.saxonica.xqj
-
Saxon implementation of the XQJ XQStaticContext interface
- SaxonXQStaticContext(Configuration) - Constructor for class com.saxonica.xqj.SaxonXQStaticContext
-
Create a SaxonXQStaticContext object, the Saxon implementation of XQStaticContext in XQJ
- SaxonXQStaticContext(SaxonXQStaticContext) - Constructor for class com.saxonica.xqj.SaxonXQStaticContext
-
Create a SaxonXQStaticContext object as a copy of another SaxonXQStaticContext object
- ScalarSystemFunction - Class in net.sf.saxon.functions
-
A Scalar system function is a pure function that accepts a single item as its operand,
returns a single atomic value as its result, typically returns an empty sequence if the argument is an
empty sequence, and has no context dependencies.
- ScalarSystemFunction() - Constructor for class net.sf.saxon.functions.ScalarSystemFunction
-
- scanOnly - Variable in class net.sf.saxon.expr.parser.XPathParser
-
- SCHEMA - Static variable in class net.sf.saxon.lib.NamespaceConstant
-
Namespace name for XML Schema: "http://www.w3.org/2001/XMLSchema"
- SCHEMA_INSTANCE - Static variable in class net.sf.saxon.lib.NamespaceConstant
-
XML-schema-defined namespace for use in instance documents ("xsi")
- SCHEMA_URI - Static variable in class net.sf.saxon.ma.json.JsonHandlerXML
-
- SCHEMA_URI_RESOLVER - Static variable in class net.sf.saxon.lib.FeatureKeys
-
The supplied SchemaURIResolver
will be used to resolve URIs of schema
documents referenced in xsl:import-schema
declarations in XSLT,
import schema
in XQuery, references from one schema document to
another using xs:include
or xs:import
, and references from
an instance document to a schema using xsi:schemaLocation
.
- SCHEMA_URI_RESOLVER_CLASS - Static variable in class net.sf.saxon.lib.FeatureKeys
-
The name of a class that implements the interface
SchemaURIResolver
;
this class will be instantiated and the resulting instance will be used as the value
of the
FeatureKeys.SCHEMA_URI_RESOLVER
property.
- SCHEMA_VALIDATION - Static variable in class net.sf.saxon.Configuration.LicenseFeature
-
- SCHEMA_VALIDATION - Static variable in class net.sf.saxon.lib.FeatureKeys
-
Indicates whether and how schema validation should be applied to source
documents.
- SCHEMA_VALIDATION_MODE - Static variable in class net.sf.saxon.lib.FeatureKeys
-
Indicates whether and how schema validation should be applied to source
documents.
- SCHEMA_VERSIONING - Static variable in class net.sf.saxon.lib.NamespaceConstant
-
Namespace defined in XSD 1.1 for schema versioning
- SchemaAttributeTest - Class in com.saxonica.ee.validate
-
A NodeTest of the form schema-attribute(attribute-name)
- SchemaAttributeTest(AttributeDecl) - Constructor for class com.saxonica.ee.validate.SchemaAttributeTest
-
Constructor
- schemaAware - Variable in class net.sf.saxon.expr.instruct.Executable
-
- schemaAware - Variable in class net.sf.saxon.Transform
-
- SchemaCompiler - Class in com.saxonica.ee.schema
-
A SchemaCompiler is capable of reading source schema documents and converting them into collections
of schema components.
- SchemaCompiler(EnterpriseConfiguration) - Constructor for class com.saxonica.ee.schema.SchemaCompiler
-
Create a SchemaCompiler
- SchemaComponent - Interface in net.sf.saxon.type
-
This is a marker interface that represents any "schema component" as defined in the XML Schema
specification.
- SchemaComponentVisitor - Interface in net.sf.saxon.type
-
Interface for a general purpose visitor object used to process schema components
- SchemaDeclaration - Interface in net.sf.saxon.type
-
This is a marker interface that acts as a surrogate for an object representing
a global element or attribute declaration.
- SchemaDocument - Class in com.saxonica.ee.schema.sdoc
-
An XML document containing a module of an XML Schema.
- SchemaDocument(TreeInfo) - Constructor for class com.saxonica.ee.schema.sdoc.SchemaDocument
-
Create a SchemaDocument from a given document.
- SchemaDocumentTransformer - Class in com.saxonica.ee.schema.sdoc
-
Class that applies a standard transformation to a schema document: specifically, the chameleon transformation
or the override transformation
- SchemaDocumentTransformer(Configuration, String) - Constructor for class com.saxonica.ee.schema.sdoc.SchemaDocumentTransformer
-
- SchemaElement - Class in com.saxonica.ee.schema.sdoc
-
An element in an XML Schema document.
- SchemaElement() - Constructor for class com.saxonica.ee.schema.sdoc.SchemaElement
-
Construct a SchemaElement
- SchemaElement.XPathStaticContext - Class in com.saxonica.ee.schema.sdoc
-
- SchemaElementTest - Class in com.saxonica.ee.validate
-
A NodeTest of the form schema-element(element-name)
- SchemaElementTest(ElementDecl) - Constructor for class com.saxonica.ee.validate.SchemaElementTest
-
Constructor
- SchemaException - Exception in net.sf.saxon.type
-
An exception that identifies an error in reading, parsing, or
validating a schema.
- SchemaException(String, Location) - Constructor for exception net.sf.saxon.type.SchemaException
-
- SchemaException(String) - Constructor for exception net.sf.saxon.type.SchemaException
-
Creates a new XMLException with the given message.
- SchemaException(Throwable) - Constructor for exception net.sf.saxon.type.SchemaException
-
Creates a new XMLException with the given nested
exception.
- SchemaException(String, Throwable) - Constructor for exception net.sf.saxon.type.SchemaException
-
Creates a new XMLException with the given message
and nested exception.
- SchemaFactoryImpl - Class in com.saxonica.ee.jaxp
-
This is the Saxon implementation of the JAXP 1.3 SchemaFactory interface.
- SchemaFactoryImpl() - Constructor for class com.saxonica.ee.jaxp.SchemaFactoryImpl
-
Default constructor.
- SchemaFactoryImpl(EnterpriseConfiguration) - Constructor for class com.saxonica.ee.jaxp.SchemaFactoryImpl
-
Constructor supplying an EnterpriseConfiguration
- SchemaFactoryImpl.ErrorListenerWrappingErrorHandler - Class in com.saxonica.ee.jaxp
-
A JAXP ErrorListener that wraps a SAX ErrorHandler
- SchemaFn - Class in com.saxonica.ee.extfn
-
This class implements the saxon:schema() extension function.
- SchemaFn() - Constructor for class com.saxonica.ee.extfn.SchemaFn
-
- schemaIndex - Variable in class net.sf.saxon.style.StylesheetPackage
-
- SchemaManager - Class in net.sf.saxon.s9api
-
The SchemaManager is used to load schema documents, and to set options for the way in which they are loaded.
- SchemaManager() - Constructor for class net.sf.saxon.s9api.SchemaManager
-
- SchemaManagerImpl - Class in com.saxonica.ee.s9api
-
The SchemaManager is used to load schema documents, and to set options for the way in which they are loaded.
- SchemaManagerImpl(Processor) - Constructor for class com.saxonica.ee.s9api.SchemaManagerImpl
-
- SchemaModelLoader - Class in com.saxonica.ee.schema
-
This class allows a compiled schema model in SCM format
to be loaded into memory.
- SchemaModelLoader(Configuration) - Constructor for class com.saxonica.ee.schema.SchemaModelLoader
-
Create a schema model loader
- SchemaModelLoader.AlternativeTypeHandler - Class in com.saxonica.ee.schema
-
Handle an alternative type for an element declaration
- SchemaModelLoader.IdentityConstraintHandler - Class in com.saxonica.ee.schema
-
Handle an identity constraint (key, keyref, unique)
- SchemaModelLoader.SelectorHandler - Class in com.saxonica.ee.schema
-
Handle a selector or field within an identity constraint (key, keyref, unique)
- SchemaModelLoader.SubstitutionGroupAffiliationHandler - Class in com.saxonica.ee.schema
-
Handle a substitution group affiliation
- SchemaModelSerializer - Class in com.saxonica.ee.schema
-
This class provides services enabling a compiled schema to be serialized to disk
- SchemaModelSerializer(Configuration, Receiver) - Constructor for class com.saxonica.ee.schema.SchemaModelSerializer
-
Create a SchemaModelSerializer
- SchemaNodeFactory - Class in com.saxonica.ee.schema.sdoc
-
Class SchemaNodeFactory.
- SchemaNodeFactory(SchemaCompiler, PipelineConfiguration, SchemaElement) - Constructor for class com.saxonica.ee.schema.sdoc.SchemaNodeFactory
-
Create a SchemaNodeFactory, used for building the tree representation of a schema document
- SchemaNodeTest - Interface in net.sf.saxon.pattern
-
Marker interface for schema-element() and schema-attribute() node tests
- SchemaReader - Class in com.saxonica.ee.schema.sdoc
-
A class for reading XML Schema documents.
- SchemaReference - Class in com.saxonica.ee.jaxp
-
A reference to a Saxon prepared schema.
- SchemaReference(PreparedSchema) - Constructor for class com.saxonica.ee.jaxp.SchemaReference
-
Create a SchemaReference to wrap a supplied PreparedSchema object
- SchemaStructure - Class in com.saxonica.ee.schema
-
The base class for all XML Schema stuctures.
- SchemaStructure() - Constructor for class com.saxonica.ee.schema.SchemaStructure
-
- schemaType - Variable in class com.saxonica.xslt3.instruct.MergeInstr.MergeSource
-
- SchemaType - Interface in net.sf.saxon.type
-
SchemaType is an interface implemented by all schema types: simple and complex types, built-in and
user-defined types.
- schemaTypeRelationship(SchemaType, SchemaType) - Method in class net.sf.saxon.type.TypeHierarchy
-
Get the relationship of two schema types to each other
- SchemaURIResolver - Interface in net.sf.saxon.lib
-
A SchemaURIResolver is used when resolving references to
schema documents.
- SchemaValidator - Class in net.sf.saxon.s9api
-
A SchemaValidator is an object that is used for validating instance documents against a schema.
- SchemaValidator() - Constructor for class net.sf.saxon.s9api.SchemaValidator
-
- SchemaValidatorImpl - Class in com.saxonica.ee.s9api
-
A SchemaValidator is an object that is used for validating instance documents against a schema.
- SchemaValidatorImpl(Processor) - Constructor for class com.saxonica.ee.s9api.SchemaValidatorImpl
-
- SCM - Static variable in class net.sf.saxon.lib.NamespaceConstant
-
Namespace for the Saxon serialization of the schema component model
- SCM - Static variable in class net.sf.saxon.om.StandardNames
-
- SCM_ANNOTATION - Static variable in class net.sf.saxon.om.StandardNames
-
- SCM_ATTRIBUTE_DECLARATION - Static variable in class net.sf.saxon.om.StandardNames
-
- SCM_ATTRIBUTE_GROUP_DECLARATION - Static variable in class net.sf.saxon.om.StandardNames
-
- SCM_COMPLEX_TYPE_DEFINITION - Static variable in class net.sf.saxon.om.StandardNames
-
- SCM_ELEMENT_DECLARATION - Static variable in class net.sf.saxon.om.StandardNames
-
- SCM_MODEL_GROUP_DECLARATION - Static variable in class net.sf.saxon.om.StandardNames
-
- SCM_NAME - Static variable in class net.sf.saxon.om.StandardNames
-
- SCM_NOTATION_DECLARATION - Static variable in class net.sf.saxon.om.StandardNames
-
- SCM_SCHEMA - Static variable in class net.sf.saxon.om.StandardNames
-
- SCM_SIMPLE_TYPE_DEFINITION - Static variable in class net.sf.saxon.om.StandardNames
-
- SCM_TARGET_NAMESPACE - Static variable in class net.sf.saxon.om.StandardNames
-
- SCROLLTYPE_FORWARD_ONLY - Static variable in class javax.xml.xquery.XQConstants
-
The constant indicating that the result sequence can only be scrolled
forward.
- SCROLLTYPE_SCROLLABLE - Static variable in class javax.xml.xquery.XQConstants
-
The constant indicating that the result sequence can be scrolled
forward or backward and is insensitive to any updates done on the
underlying objects
- sealNamespace(String) - Method in class com.saxonica.config.EnterpriseConfiguration
-
Mark a schema namespace as being sealed.
- sealNamespace(String) - Method in class net.sf.saxon.Configuration
-
Mark a schema namespace as being sealed.
- searchForParent(Branch, Node) - Static method in class net.sf.saxon.option.dom4j.DOM4JDocumentWrapper
-
DOM4J does not guarantee to provide the parent of a node, but XDM requires this.
- searchRuleChain(Item, XPathContext, Rule, Rule, RuleSearchState) - Method in class net.sf.saxon.trans.SimpleMode
-
Search a chain of rules
- searchRuleChain(Item, XPathContext, Rule, Rule, RuleSearchState, Mode.RuleFilter) - Method in class net.sf.saxon.trans.SimpleMode
-
Search a chain of rules
- secondInMinute(XPathContext, String) - Static method in class net.sf.saxon.option.exslt.Date
-
Return the second of the minute in the specified date or date/time
- secondInMinute(XPathContext) - Static method in class net.sf.saxon.option.exslt.Date
-
Return the current second of the minute
- seconds(XPathContext) - Static method in class net.sf.saxon.option.exslt.Date
-
Return the number of seconds since 1 Jan 1970
- seconds(XPathContext, String) - Static method in class net.sf.saxon.option.exslt.Date
-
The date:seconds function returns the number of seconds specified by the argument string.
- seconds - Variable in class net.sf.saxon.value.DurationValue
-
- SecondsFromDateTime() - Constructor for class net.sf.saxon.functions.AccessorFn.SecondsFromDateTime
-
- SecondsFromDuration() - Constructor for class net.sf.saxon.functions.AccessorFn.SecondsFromDuration
-
- SecondsFromTime() - Constructor for class net.sf.saxon.functions.AccessorFn.SecondsFromTime
-
- seesAvuncularVariables() - Method in class com.saxonica.xslt3.style.XSLCatch
-
Ask whether variables declared in an "uncle" element are visible.
- seesAvuncularVariables() - Method in class com.saxonica.xslt3.style.XSLMergeKey
-
- seesAvuncularVariables() - Method in class net.sf.saxon.style.StyleElement
-
Ask whether variables declared in an "uncle" element are visible.
- seesAvuncularVariables() - Method in class net.sf.saxon.style.XSLFallback
-
Ask whether variables declared in an "uncle" element are visible.
- SELECT - Static variable in class net.sf.saxon.style.SourceBinding
-
- select - Variable in class net.sf.saxon.style.XSLLeafNodeConstructor
-
- select - Variable in class net.sf.saxon.style.XSLSortOrMergeKey
-
- selectByCompositeKey(KeyDefinitionSet, TreeInfo, SequenceIterator, XPathContext) - Method in class net.sf.saxon.trans.KeyManager
-
Get the nodes with a given composite key value
- selectByKey(KeyDefinitionSet, TreeInfo, AtomicValue, XPathContext) - Method in class net.sf.saxon.trans.KeyManager
-
Get the nodes with a given key value
- SelectedElementsSpaceStrippingRule - Class in net.sf.saxon.om
-
A whitespace stripping rule that strips elected elements unless xml:space indicates that whitespace
should be preserved.
- SelectedElementsSpaceStrippingRule(boolean) - Constructor for class net.sf.saxon.om.SelectedElementsSpaceStrippingRule
-
Create the ruleset
- selectID(String, boolean) - Method in class com.saxonica.ee.stream.om.FleetingDocumentNode
-
Get the element with a given ID, if any
- selectID(String, boolean) - Method in class com.saxonica.pull.UnconstructedDocument
-
Get the element with a given ID, if any
- selectID(String, boolean) - Method in class net.sf.saxon.dom.DocumentWrapper
-
Get the element with a given ID, if any
- selectID(String, boolean) - Method in class net.sf.saxon.om.GenericTreeInfo
-
Get the element with a given ID, if any
- selectID(String, boolean) - Method in interface net.sf.saxon.om.TreeInfo
-
Get the element with a given ID, if any
- selectID(String, boolean) - Method in class net.sf.saxon.option.axiom.AxiomDocument
-
Get the element with a given ID, if any
- selectID(String, boolean) - Method in class net.sf.saxon.option.dom4j.DOM4JDocumentWrapper
-
Get the element with a given ID, if any
- selectID(String, boolean) - Method in class net.sf.saxon.option.jdom.JDOMDocumentWrapper
-
Get the element with a given ID, if any
- selectID(String, boolean) - Method in class net.sf.saxon.option.jdom2.JDOM2DocumentWrapper
-
Get the element with a given ID, if any
- selectID(String, boolean) - Method in class net.sf.saxon.option.xom.XOMDocumentWrapper
-
Get the element with a given ID, if any
- selectID(String, boolean) - Method in class net.sf.saxon.tree.linked.DocumentImpl
-
Get the element with a given ID.
- selectID(String, boolean) - Method in class net.sf.saxon.tree.tiny.TinyTree
-
Get the element with a given ID.
- selectID(String, boolean) - Method in class net.sf.saxon.tree.wrapper.SpaceStrippedDocument
-
Get the element with a given ID, if any
- selectID(String, boolean) - Method in class net.sf.saxon.tree.wrapper.TypeStrippedDocument
-
Get the element with a given ID, if any
- selectID(String, boolean) - Method in class net.sf.saxon.value.TextFragmentValue
-
Get the element with a given ID.
- SelectionParser - Class in com.saxonica.ee.schema.sdoc
-
This class parses the two XPath subsets defined in XML Schema for handling
the "selector" and "field" attributes of the <unique>, <key>, and <keyref>
elements.
- SelectionParser() - Constructor for class com.saxonica.ee.schema.sdoc.SelectionParser
-
- selectNodes(TreeInfo, XPathContext) - Method in class net.sf.saxon.pattern.NodeSetPattern
-
Select nodes in a document using this PatternFinder.
- selectNodes(TreeInfo, XPathContext) - Method in class net.sf.saxon.pattern.Pattern
-
Select nodes in a document using this PatternFinder.
- selectNodes(TreeInfo, XPathContext) - Method in interface net.sf.saxon.pattern.PatternFinder
-
Select nodes in a document using this PatternFinder.
- selectOp - Variable in class net.sf.saxon.expr.instruct.ForEach
-
- selectOp - Variable in class net.sf.saxon.expr.instruct.SimpleNodeConstructor
-
- SelectorHandler(IdentityConstraint) - Constructor for class com.saxonica.ee.schema.SchemaModelLoader.SelectorHandler
-
Create a SelectorHandler for a given IdentityConstraint
- SelectorWatch - Class in com.saxonica.ee.validate
-
A Watch represents a class that is interested in looking at nodes for the purpose
of evaluating uniqueness and key constraints.
- SelectorWatch(ConstraintChecker, IdentityConstraint) - Constructor for class com.saxonica.ee.validate.SelectorWatch
-
- SELF - Static variable in class net.sf.saxon.om.AxisInfo
-
Constant representing the self axis
- SELF_TAIL_CALL - Static variable in class net.sf.saxon.expr.UserFunctionCall
-
- SEMICOLON - Static variable in class net.sf.saxon.expr.parser.Token
-
semicolon separator
- send() - Method in class net.sf.saxon.dom.DOMSender
-
Walk a tree (traversing the nodes depth first).
- send(Receiver) - Method in class net.sf.saxon.event.EventSource
-
Supply events to a Receiver.
- send(Source, Receiver, ParseOptions) - Static method in class net.sf.saxon.event.Sender
-
Send the contents of a Source to a Receiver.
- sendDoc(String, String, XPathContext, Location, Receiver, ParseOptions) - Static method in class net.sf.saxon.functions.DocumentFn
-
Supporting routine to push one external document given a URI (href) and a baseURI to a given Receiver.
- sendDocument(XPathContext, Expression[], Receiver) - Method in class net.sf.saxon.functions.Doc
-
Copy the document identified by this expression to a given Receiver.
- sendDocuments(XPathContext, Expression[], Receiver) - Method in class net.sf.saxon.functions.DocumentFn
-
Copy the documents identified by this expression to a given Receiver.
- Sender - Class in net.sf.saxon.event
-
Sender is a helper class that sends events to a Receiver from any kind of Source object
- sendMail(String, String) - Method in class com.saxonica.functions.extfn.Mailer2
-
- SendMail - Class in com.saxonica.functions.extfn
-
This class implements the extension function saxon:send-mail().
- SendMail() - Constructor for class com.saxonica.functions.extfn.SendMail
-
- sendNamespaces(NodeInfo, Receiver) - Static method in class net.sf.saxon.tree.util.NamespaceIterator
-
Send all the in-scope namespaces for a node (except the XML namespace) to a specified receiver
- sendSource(Source, Receiver) - Method in class net.sf.saxon.dom.DOMEnvelope
-
Test whether this object model recognizes a particular kind of JAXP Source object,
and if it does, send the contents of the document to a supplied Receiver, and return true.
- sendSource(Source, Receiver) - Method in class net.sf.saxon.dom.DOMObjectModel
-
Test whether this object model recognizes a particular kind of JAXP Source object,
and if it does, send the contents of the document to a supplied Receiver, and return true.
- sendSource(Source, Receiver) - Method in interface net.sf.saxon.lib.ExternalObjectModel
-
Test whether this object model recognizes a particular kind of JAXP Source object,
and if it does, send the contents of the document to a supplied Receiver, and return true.
- sendSource(Source, Receiver) - Method in class net.sf.saxon.option.axiom.AxiomObjectModel
-
Test whether this object model recognizes a particular kind of JAXP Source object,
and if it does, send the contents of the document to a supplied Receiver, and return true.
- sendSource(Source, Receiver) - Method in class net.sf.saxon.option.dom4j.DOM4JObjectModel
-
Test whether this object model recognizes a particular kind of JAXP Source object,
and if it does, send the contents of the document to a supplied Receiver, and return true.
- sendSource(Source, Receiver) - Method in class net.sf.saxon.option.jdom.JDOMObjectModel
-
Test whether this object model recognizes a particular kind of JAXP Source object,
and if it does, send the contents of the document to a supplied Receiver, and return true.
- sendSource(Source, Receiver) - Method in class net.sf.saxon.option.jdom2.JDOM2ObjectModel
-
Test whether this object model recognizes a particular kind of JAXP Source object,
and if it does, send the contents of the document to a supplied Receiver, and return true.
- sendSource(Source, Receiver) - Method in class net.sf.saxon.option.xom.XOMObjectModel
-
Test whether this object model recognizes a particular kind of JAXP Source object,
and if it does, send the contents of the document to a supplied Receiver, and return true.
- sendWrappedSequence(SequenceIterator, Receiver) - Static method in class net.sf.saxon.query.QueryResult
-
Take a sequence supplied in the form of an iterator and generate a wrapped represention of the
items in the sequence, the wrapped representation being a sequence of events sent to a supplied
Receiver, in which each item is wrapped in a containing element that identifies its type
- sep() - Method in class net.sf.saxon.event.SequenceNormalizer
-
Output the separator, assuming we are at the top level and not at the start
- sequence - Variable in class com.saxonica.ee.stream.watch.ForEachAction.Activation
-
- Sequence - Interface in net.sf.saxon.om
-
This interface represents an XDM Value, that is, a sequence of items.
- sequence - Variable in class net.sf.saxon.trans.Rule
-
- SEQUENCE_TYPE - Static variable in class net.sf.saxon.expr.parser.XPathParser
-
- SEQUENCE_TYPE_STATE - Static variable in class net.sf.saxon.expr.parser.Tokenizer
-
State in which the next thing to be read is a SequenceType
- SequenceComposer - Class in net.sf.saxon.evpull
-
This class takes a sequence of pull events and composes them into a sequence of items.
- SequenceComposer(EventIterator, PipelineConfiguration) - Constructor for class net.sf.saxon.evpull.SequenceComposer
-
Create a sequence composer
- SequenceCopier - Class in net.sf.saxon.event
-
Copies a sequence, supplied as a SequenceIterator, to a push pipeline, represented by
a SequenceReceiver
- SequenceExtent - Class in net.sf.saxon.value
-
A sequence value implemented extensionally.
- SequenceExtent(Item[]) - Constructor for class net.sf.saxon.value.SequenceExtent
-
Construct an sequence from an array of items.
- SequenceExtent(SequenceExtent, int, int) - Constructor for class net.sf.saxon.value.SequenceExtent
-
Construct a SequenceExtent as a view of another SequenceExtent
- SequenceExtent(List<? extends Item>) - Constructor for class net.sf.saxon.value.SequenceExtent
-
Construct a SequenceExtent from a List.
- SequenceExtent(SequenceIterator) - Constructor for class net.sf.saxon.value.SequenceExtent
-
Construct a sequence containing all the items in a SequenceIterator.
- SequenceFilter - Class in com.saxonica.ee.stream
-
A sequence writer that passes on only those items that satisfy a filter predicate.
- SequenceFilter(SequenceWriter, XPathContext, Expression) - Constructor for class com.saxonica.ee.stream.SequenceFilter
-
- SequenceIterator - Interface in net.sf.saxon.om
-
A SequenceIterator is used to iterate over any XPath 2 sequence (of values or nodes).
- SequenceModelGroup - Class in com.saxonica.ee.schema
-
A SequenceCompositor represents an xs:sequence element in the schema
- SequenceModelGroup() - Constructor for class com.saxonica.ee.schema.SequenceModelGroup
-
- SequenceNormalizer - Class in net.sf.saxon.event
-
Implement the "sequence normalization" logic as defined in the XSLT 3.0/XQuery 3.0
serialization spec.
- SequenceNormalizer(SequenceReceiver, String) - Constructor for class net.sf.saxon.event.SequenceNormalizer
-
- sequenceNr - Static variable in class com.saxonica.ee.stream.adjunct.TraceAdjunct
-
- SequenceOutputter - Class in net.sf.saxon.event
-
This outputter is used when writing a sequence of atomic values and nodes, that
is, when xsl:variable is used with content and an "as" attribute.
- SequenceOutputter(PipelineConfiguration) - Constructor for class net.sf.saxon.event.SequenceOutputter
-
Create a new SequenceOutputter
- SequenceOutputter(PipelineConfiguration, int) - Constructor for class net.sf.saxon.event.SequenceOutputter
-
- SequenceReceiver - Class in net.sf.saxon.event
-
SequenceReceiver: this extension of the Receiver interface is used when processing
a sequence constructor.
- SequenceReceiver(PipelineConfiguration) - Constructor for class net.sf.saxon.event.SequenceReceiver
-
Create a SequenceReceiver
- SequenceTool - Class in net.sf.saxon.om
-
Utility class for manipulating sequences.
- SequenceTool() - Constructor for class net.sf.saxon.om.SequenceTool
-
- SequenceType - Class in net.sf.saxon.s9api
-
A SequenceType is the combination of an ItemType and an OccurrenceIndicator
- SequenceType - Class in net.sf.saxon.value
-
SequenceType: a sequence type consists of a primary type, which indicates the type of item,
and a cardinality, which indicates the number of occurrences permitted.
- sequenceTypeRelationship(SequenceType, SequenceType) - Method in class net.sf.saxon.type.TypeHierarchy
-
Get the relationship of two sequence types to each other
- SequenceWrapper - Class in net.sf.saxon.query
-
This class can be used in a push pipeline: it accepts any sequence as input, and generates
a document in which the items of the sequence are wrapped by elements containing information about
the types of the items in the input sequence.
- SequenceWrapper(Receiver) - Constructor for class net.sf.saxon.query.SequenceWrapper
-
Create a sequence wrapper.
- SequenceWrapperPE - Class in com.saxonica.serialize
-
This class can be used in a push pipeline: it accepts any sequence as input, and generates
a document in which the items of the sequence are wrapped by elements containing information about
the types of the items in the input sequence.
- SequenceWrapperPE(Receiver) - Constructor for class com.saxonica.serialize.SequenceWrapperPE
-
Create a sequence wrapper.
- SequenceWriter - Class in net.sf.saxon.event
-
The SequenceWriter is used when writing a sequence of atomic values and nodes, for
example, when xsl:variable is used with content and an "as" attribute.
- SequenceWriter(PipelineConfiguration) - Constructor for class net.sf.saxon.event.SequenceWriter
-
- SerializableSchemaComponent - Interface in com.saxonica.ee.schema
-
A component that can be serialized by the SchemaSerializer.
- SERIALIZATION - Static variable in class net.sf.saxon.query.LanguageFeature
-
- SERIALIZATION_ALL_OPTIONAL_FEATURES - Static variable in class net.sf.saxon.query.LanguageFeature
-
- serializationAttributes - Variable in class net.sf.saxon.expr.instruct.ResultDocument
-
- SerializationParamsHandler - Class in net.sf.saxon.serialize
-
This class handles a set of serialization parameters provided in the form of an XDM instance
as specified in the Serialization 3.0 definition, section 3.1
- SerializationParamsHandler() - Constructor for class net.sf.saxon.serialize.SerializationParamsHandler
-
- serialize(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.Assertion
-
Serialize the schema component
- serialize(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.AttributeDecl
-
Serialize the schema component
- serialize(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.AttributeGroupDecl
-
Serialize the schema component
- serialize(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.AttributeUse
-
Serialize the schema component
- serialize(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.AttributeWildcard
-
Serialize this schema component
- serialize(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.ElementDecl
-
Serialize the schema component
- serialize(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.fsa.AutomatonState
-
Serialize this state as part of the serialization of a schema component model
- serialize(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.fsa.Edge
-
Serialize this Edge as part of the serialization of a schema component model
- serialize(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.fsa.FiniteStateMachine
-
Output a reppresentation of this finite state machine
- serialize(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.IdentityConstraint
-
Serialize the identity constraint as part of the serialized Schema Component Model
- serialize(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.ModelGroup
-
Serialize the schema component
- serialize(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.ModelGroupDefinition
-
Serialize the schema component
- serialize(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.Notation
-
Serialize the schema component
- serialize() - Method in class com.saxonica.ee.schema.SchemaModelSerializer
-
Export the pre-compiled schema components in this configuration to the specified Receiver
- serialize(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.sdoc.SimpleTypeDefinition
-
Serialize the schema component
- serialize(SchemaModelSerializer) - Method in interface com.saxonica.ee.schema.SerializableSchemaComponent
-
Serialize the schema component
- serialize(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.TypeAlternative
-
Serialize the schema component
- serialize(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.UserComplexType
-
Serialize the schema component
- serialize(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.UserSimpleType
-
Serialize the schema component
- serialize(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.Wildcard
-
Serialize this schema component
- Serialize - Class in com.saxonica.functions.extfn
-
This class implements the saxon:serialize() extension function,
which is specially-recognized by the system because it needs access
to parts of the static context
- Serialize() - Constructor for class com.saxonica.functions.extfn.Serialize
-
- Serialize - Class in net.sf.saxon.functions
-
Implementation of fn:serialize() as defined in XPath 3.1
- Serialize() - Constructor for class net.sf.saxon.functions.Serialize
-
- serialize(NodeInfo) - Static method in class net.sf.saxon.query.QueryResult
-
Convenience method to serialize a node using default serialization options, placing
the result in a string.
- serialize(NodeInfo, Result, Properties) - Static method in class net.sf.saxon.query.QueryResult
-
Serialize a document containing wrapped query results (or any other document, in fact)
as XML.
- serializeContents(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.AttributeGroupDecl
-
Serialize the list of attribute users and wildcard
- serializeFacet(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.AssertionFacet
-
Serialize this facet
- serializeFacet(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.EnumerationFacetSet
-
Serialize this facet
- serializeFacet(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.Facet
-
Serialize this facet when externalizing the schema component model
- serializeFacet(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.PreprocessFacet
-
- SerializeJsonFn - Class in net.sf.saxon.ma.json
-
Implements the serialize-json function defined in Functions and Operators 3.0.
- SerializeJsonFn() - Constructor for class net.sf.saxon.ma.json.SerializeJsonFn
-
- serializeNode(XdmNode) - Method in class net.sf.saxon.s9api.Serializer
-
Serialize an XdmNode to the selected output destination using this serializer
- serializeNodeToString(XdmNode) - Method in class net.sf.saxon.s9api.Serializer
-
Serialize an XdmNode to a string using this serializer
- serializeParticle(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.ElementParticle
-
Serialize the particle
- serializeParticle(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.ElementWildcard
-
Serialize the particle
- serializeParticle(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.ModelGroupParticle
-
Serialize the schema component as a particle
- serializeParticle(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.Particle
-
Serialize this particle to an XML Schema Component Model file
- Serializer - Class in net.sf.saxon.s9api
-
A Serializer takes a tree representation of XML and turns it into lexical XML markup.
- Serializer() - Constructor for class net.sf.saxon.s9api.Serializer
-
- Serializer(OutputStream) - Constructor for class net.sf.saxon.s9api.Serializer
-
- Serializer(Writer) - Constructor for class net.sf.saxon.s9api.Serializer
-
- Serializer(File) - Constructor for class net.sf.saxon.s9api.Serializer
-
- Serializer(Processor) - Constructor for class net.sf.saxon.s9api.Serializer
-
Create a Serializer belonging to a specific processor
- Serializer.Property - Enum in net.sf.saxon.s9api
-
Enumerator over the defined serialization properties
- SERIALIZER_FACTORY_CLASS - Static variable in class net.sf.saxon.lib.FeatureKeys
-
The class will be instantiated and the resulting SerializerFactory
will
be used to create the serialization pipeline for XSLT and XQuery results.
- SerializerFactory - Class in net.sf.saxon.lib
-
Helper class to construct a serialization pipeline for a given result destination
and a given set of output properties.
- SerializerFactory(Configuration) - Constructor for class net.sf.saxon.lib.SerializerFactory
-
Create a SerializerFactory
- SerializerFactoryPE - Class in com.saxonica.serialize
-
Saxon-PE extensions to the serializer factory
- SerializerFactoryPE(ProfessionalConfiguration) - Constructor for class com.saxonica.serialize.SerializerFactoryPE
-
- serializeSequence(SequenceIterator, Configuration, OutputStream, Properties) - Static method in class net.sf.saxon.query.QueryResult
-
Serialize an arbitrary sequence, without any special wrapping.
- serializeSequence(SequenceIterator, Configuration, Writer, Properties) - Static method in class net.sf.saxon.query.QueryResult
-
Serialize an arbitrary sequence, without any special wrapping.
- serializeSequence(SequenceIterator, Configuration, Result, Properties) - Static method in class net.sf.saxon.query.QueryResult
-
Serialize a sequence to a given result
- serializeVariety(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.sdoc.SimpleTypeDefinition
-
- serializeVariety(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.UserAtomicType
-
Serialize the schema component
- serializeVariety(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.UserListType
-
Serialize the schema component
- serializeVariety(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.UserSimpleType
-
- serializeVariety(SchemaModelSerializer) - Method in class com.saxonica.ee.schema.UserUnionType
-
Serialize the schema component
- serializeXdmValue(XdmValue) - Method in class net.sf.saxon.s9api.Serializer
-
Serialize an arbitrary XdmValue to the selected output destination using this serializer.
- setAbstract(boolean) - Method in class com.saxonica.ee.schema.ElementDecl
-
Sets whether or not this element definition is abstract.
- setAbstract(boolean) - Method in class com.saxonica.ee.schema.UserComplexType
-
Sets whether or not this UserComplexType should be abstract.
- setAcceptEQName(boolean) - Method in class net.sf.saxon.om.QNameParser
-
- setAccumulatorManager(IAccumulatorRegistry) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
-
Set the class that manages accumulator functions
- setAccumulatorName(StructuredQName) - Method in class com.saxonica.xslt3.instruct.Accumulator
-
Set the name of the pre-descent function
- setAccumulatorRegistry(IAccumulatorRegistry) - Method in class net.sf.saxon.expr.PackageData
-
Set the object that manages accumulator functions
- setAccumulators(List<Accumulator>) - Method in class com.saxonica.trans.GlobalContextRequirementPE
-
- setAccumulatorWatchMap(Map<Accumulator, AccumulatorWatch>) - Method in class com.saxonica.ee.stream.om.FleetingDocumentNode
-
Set a mapping from accumulators to the AccumulatorWatch that implements the accumulator.
- setAccumulatorWatchMap(Map<Accumulator, AccumulatorWatch>) - Method in class com.saxonica.ee.stream.watch.WatchManager
-
- setAction(Assertion) - Method in class com.saxonica.ee.schema.PreprocessFacet
-
Set the XPath expression representing the action performed by this facet, represented as
an Assertion object
- setAction(Expression) - Method in class com.saxonica.xslt3.instruct.IterateInstr
-
- setAction(Expression) - Method in class com.saxonica.xslt3.instruct.MergeInstr
-
- setAction(Expression) - Method in class com.saxonica.xsltextn.instruct.While
-
- setAction(Expression) - Method in class net.sf.saxon.expr.Assignation
-
Add the "return" or "satisfies" expression, and fix up all references to the
range variable that occur within that expression
- setAction(int, Expression) - Method in class net.sf.saxon.expr.instruct.Choose
-
- setAction(Expression) - Method in class net.sf.saxon.expr.instruct.ForEach
-
Set the action expression (in XSLT, the body of the xsl:for-each instruction)
- setAction(Expression) - Method in class net.sf.saxon.expr.instruct.ForEachGroup
-
- setAction(RuleTarget) - Method in class net.sf.saxon.trans.Rule
-
- setActionCompleted(int) - Method in class net.sf.saxon.style.StyleElement
-
Say that an action on this StyleElement has been completed
- setActionExpression(Expression) - Method in class net.sf.saxon.expr.instruct.ForEach
-
Set the action expression
- setActualOptions(String[]) - Method in class net.sf.saxon.trans.CommandLineOptions
-
Set the options actually present on the command line
- setActualParameters(WithParam[]) - Method in class com.saxonica.xslt3.instruct.EvaluateInstr
-
- setActualParameters(WithParam[], WithParam[]) - Method in class net.sf.saxon.expr.instruct.CallTemplate
-
Set the actual parameters on the call
- setActualParams(ParameterSet) - Method in class com.saxonica.ee.stream.watch.ApplyTemplatesAction
-
- setActualParams(WithParam[]) - Method in class com.saxonica.xslt3.instruct.EvaluateInstr
-
- setActualParams(WithParam[]) - Method in class net.sf.saxon.expr.instruct.ApplyImports
-
- setActualParams(WithParam[]) - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
-
- setAddCommentsAfterValidationErrors(boolean) - Method in class net.sf.saxon.lib.ParseOptions
-
Say that on validation errors, messages explaining the error should (where possible)
be written as comments in the validated source document.
- setAdditionalLocationText(String) - Method in exception net.sf.saxon.trans.XPathException
-
Set additional location text.
- setAllocateSequenceNumbers(boolean) - Method in class net.sf.saxon.tree.linked.LinkedTreeBuilder
-
Set whether the builder should allocate sequence numbers to elements as they are added to the
tree.
- setAllowAbsentExpression(boolean) - Method in class net.sf.saxon.expr.parser.XPathParser
-
Say whether an absent expression is permitted
- setAllowAnyItem(boolean) - Method in class net.sf.saxon.expr.instruct.ApplyImports
-
Say whether the instruction can process any item (XSLT 3.0), or only nodes (XSLT 1.0/2.0)
- setAllowDocumentProjection(boolean) - Method in class com.saxonica.ee.optim.XQueryExpressionEE
-
Indicate that document projection is or is not allowed
- setAllowDocumentProjection(boolean) - Method in class net.sf.saxon.query.XQueryExpression
-
Indicate that document projection is or is not allowed
- setAllowEmpty(boolean) - Method in class net.sf.saxon.expr.CastingExpression
-
Say whether the expression accepts an empty sequence as input (producing an empty sequence as output)
- setAllowExternalFunctions(String) - Method in class com.saxonica.xqj.SaxonXQDataSource
-
Say whether queries are allowed to call external functions.
- setAllowingEmpty(boolean) - Method in class net.sf.saxon.expr.flwor.ForClause
-
Say whether the "allowing empty" option is present
- setAllowUndeclaredVariables(boolean) - Method in class net.sf.saxon.s9api.XPathCompiler
-
Say whether undeclared variables are allowed.
- setAllowUndeclaredVariables(boolean) - Method in class net.sf.saxon.sxpath.IndependentContext
-
Say whether undeclared variables are allowed.
- setAllowUnknownBlockNames(boolean) - Method in class net.sf.saxon.regex.REFlags
-
- setAllowYearZero(boolean) - Method in class net.sf.saxon.lib.ConversionRules
-
Say whether year zero is permitted in dates.
- setAlwaysMatches(boolean) - Method in class net.sf.saxon.trans.Rule
-
- setAnchorNode(FleetingParentNode) - Method in class com.saxonica.ee.stream.watch.ForkingWatch
-
- setAnchorNode(FleetingParentNode) - Method in class com.saxonica.ee.stream.watch.PatternWatch
-
Set the anchor node for the watch.
- setAnchorNode(FleetingParentNode) - Method in class com.saxonica.ee.stream.watch.StreamWatch
-
Set the anchor node for the watch.
- setAnchorNode(FleetingParentNode) - Method in interface com.saxonica.ee.stream.watch.Watch
-
Set the anchor node for the watch.
- setAnnotation(SchemaType) - Method in class com.saxonica.ee.validate.ContentValidator
-
Set the type annotation code to be allocated by this validator
- setAnnotationMap(Map<StructuredQName, Annotation>) - Method in class net.sf.saxon.expr.instruct.UserFunction
-
Supply a set of annotations
- setAnnotations(Map<StructuredQName, Annotation>) - Method in class net.sf.saxon.query.XQueryFunction
-
Set the annotations on this function
- setAnyAttribute(AttributeWildcard) - Method in class com.saxonica.ee.schema.AttributeGroupDecl
-
Sets the wildcard (anyAttribute) of this attribute Group.
- setAnyAttribute(AttributeWildcard) - Method in class com.saxonica.ee.schema.UserComplexType
-
Sets the wildcard (anyAttribute) of the complexType.
- setApplyFunctionConversionRulesToExternalVariables(boolean) - Method in class net.sf.saxon.Controller
-
- setApplyFunctionConversionRulesToExternalVariables(boolean) - Method in class net.sf.saxon.query.DynamicQueryContext
-
Say whether the function conversion rules should be applied to supplied
parameter values.
- setArg(int, Expression) - Method in class net.sf.saxon.expr.FunctionCall
-
Set the expression to be used as the Nth argument
- setArgumentEvaluationModes(int[]) - Method in class net.sf.saxon.expr.UserFunctionCall
-
Set the argument evaluation modes
- setArguments(Expression[]) - Method in class net.sf.saxon.expr.FunctionCall
-
Method called by the expression parser when all arguments have been supplied
- setArguments(Expression[]) - Method in class net.sf.saxon.expr.SimpleExpression
-
Set the immediate sub-expressions of this expression.
- setArity(int) - Method in class net.sf.saxon.functions.SystemFunction
-
Set the arity of the function
- setAssertionsEnabled(boolean) - Method in class net.sf.saxon.Controller
-
Ask whether assertions (xsl:assert instructions) have been enabled at run time.
- setAssertionsEnabled(boolean) - Method in class net.sf.saxon.s9api.Xslt30Transformer
-
Ask whether assertions (xsl:assert instructions) have been enabled at run time.
- setAssertionsEnabled(boolean) - Method in class net.sf.saxon.s9api.XsltCompiler
-
Say whether assertions (xsl:assert instructions) should be enabled.
- setAssertionsEnabled(boolean) - Method in class net.sf.saxon.trans.CompilerInfo
-
Say whether assertions (xsl:assert instructions) should be enabled.
- setAssignable(boolean) - Method in class net.sf.saxon.expr.instruct.GlobalVariable
-
Indicate whether this variable is assignable using saxon:assign
- setAsynchronous(boolean) - Method in class net.sf.saxon.expr.instruct.ResultDocument
-
- setAtEnd(boolean) - Method in class com.saxonica.xslt3.instruct.OnNonEmptyExpr
-
Say whether this instruction is at the end of the containing sequence constructor, in the sense
that the only following instructions are xsl:on-empty or xsl:on-non-empty instructions
- setAtomicComparer(AtomicComparer) - Method in class net.sf.saxon.expr.GeneralComparison
-
Set the comparer to be used
- setAtomicComparer(AtomicComparer) - Method in class net.sf.saxon.expr.GeneralComparison10
-
- setAtomicComparer(AtomicComparer) - Method in class net.sf.saxon.expr.ValueComparison
-
Set the AtomicComparer used to compare atomic values
- setAtomized() - Method in class net.sf.saxon.expr.parser.PathMap.PathMapNode
-
Indicate that the typed value or string value of the node reached by this path
will be used.
- setAtomized() - Method in class net.sf.saxon.expr.parser.PathMap.PathMapNodeSet
-
Set the atomized property on all nodes in this nodeset
- setAttribute(String, Object) - Method in class com.saxonica.config.EnterpriseTransformerFactory
-
Allows the user to set specific attributes on the underlying
implementation.
- setAttribute(String, Object) - Method in class com.saxonica.config.ProfessionalTransformerFactory
-
Allows the user to set specific attributes on the underlying
implementation.
- setAttribute(String, String) - Method in class net.sf.saxon.dom.ElementOverNodeInfo
-
Adds a new attribute.
- setAttribute(String, Object) - Method in class net.sf.saxon.jaxp.SaxonTransformerFactory
-
Allows the user to set specific attributes on the underlying
implementation.
- setAttribute(int, NodeName, SimpleType, String, Location, int) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
-
Set (overwrite) an attribute in the attribute list.
- setAttributeFormDefault(String) - Method in class com.saxonica.ee.schema.sdoc.XSDSchema
-
Sets the attributeFormDefault property of this Schema.
- setAttributeGroup(AttributeGroupDecl) - Method in class com.saxonica.ee.validate.AttributeValidator
-
Identify the set of attributes permitted by the complex type being validated.
- setAttributeGroupName(StructuredQName) - Method in class com.saxonica.ee.schema.AttributeGroupDecl
-
Set the name of this attribute group.
- setAttributeList(AttributeCollection) - Method in class net.sf.saxon.tree.linked.ElementImpl
-
Set the attribute list
- setAttributeName(StructuredQName, int) - Method in class com.saxonica.ee.schema.AttributeDecl
-
Set the attribute name.
- setAttributeName(StructuredQName) - Method in class com.saxonica.ee.schema.AttributeDecl
-
Set the attribute name.
- setAttributeNode(Attr) - Method in class net.sf.saxon.dom.ElementOverNodeInfo
-
Adds a new attribute node.
- setAttributeNodeNS(Attr) - Method in class net.sf.saxon.dom.ElementOverNodeInfo
-
Add a new attribute.
- setAttributeNS(String, String, String) - Method in class net.sf.saxon.dom.ElementOverNodeInfo
-
Adds a new attribute.
- setAttributes(AttributeCollection) - Method in class com.saxonica.ee.stream.om.FleetingElementNode
-
- setAutoCommit(boolean) - Method in class com.saxonica.xqj.SaxonXQConnection
-
- setAutoCommit(boolean) - Method in interface javax.xml.xquery.XQConnection
-
Sets the auto-commit attribute to the given state.
- setAxis(byte) - Method in class net.sf.saxon.expr.AxisExpression
-
Set the axis
- setBackwardsCompatibility(boolean) - Method in class net.sf.saxon.expr.parser.RetainedStaticContext
-
- setBackwardsCompatibilityMode(boolean) - Method in class net.sf.saxon.sxpath.AbstractStaticContext
-
Set XPath 1.0 backwards compatibility mode on or off
- setBackwardsCompatible(boolean) - Method in class net.sf.saxon.expr.NegateExpression
-
Set whether the expression is to be evaluated in XPath 1.0 compatibility mode
- setBackwardsCompatible(boolean) - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
-
Set whether this sort key is evaluated in XSLT 1.0 backwards compatibility mode
- setBackwardsCompatible(boolean) - Method in class net.sf.saxon.s9api.XPathCompiler
-
Set whether XPath 1.0 backwards compatibility mode is to be used.
- setBackwardsCompatible(boolean) - Method in class net.sf.saxon.trans.KeyDefinition
-
Set backwards compatibility mode.
- setBase(VariableReference) - Method in class com.saxonica.ee.optim.IndexedLookupExpression
-
- setBase(Expression) - Method in class net.sf.saxon.expr.FilterExpression
-
- setBaseComponent(Component<? extends T>) - Method in class net.sf.saxon.expr.Component
-
Set the component from which this one is derived
- setBaseExpression(Expression) - Method in class com.saxonica.functions.hof.PartialApply
-
- setBaseExpression(Expression) - Method in class net.sf.saxon.expr.UnaryExpression
-
- setBaseOutputURI(String) - Method in class net.sf.saxon.Controller
-
Set the base output URI.
- setBaseOutputURI(String) - Method in class net.sf.saxon.s9api.Xslt30Transformer
-
Set the base output URI.
- setBaseOutputURI(String) - Method in class net.sf.saxon.s9api.XsltTransformer
-
Set the base output URI.
- setBaseTypeFingerprint(int) - Method in class net.sf.saxon.type.BuiltInAtomicType
-
Set the base type of this type
- setBaseTypeReference(TypeReference) - Method in class com.saxonica.ee.schema.UserDefinedType
-
Sets the base type for this datatype.
- setBaseURI(String) - Method in class com.saxonica.ee.schema.TypeAlternative
-
Set the base URI of the XPath expression.
- setBaseURI(String) - Method in class com.saxonica.xqj.SaxonXQStaticContext
-
- setBaseURI(String) - Method in interface javax.xml.xquery.XQStaticContext
-
Sets the Base URI in the static context, specify the empty string to make it undefined.
- setBaseURI(String) - Method in class net.sf.saxon.event.Builder
-
Set the base URI of the document node of the tree being constructed by this builder
- setBaseURI(String) - Method in class net.sf.saxon.event.PIGrabber
-
Set the base URI
- setBaseURI(String) - Method in class net.sf.saxon.expr.instruct.ParentNodeConstructor
-
Set the static base URI of the instruction
- setBaseURI(String) - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
-
Set the base URI of the expression.
- setBaseURI(String) - Method in class net.sf.saxon.pull.UnparsedEntity
-
Set the base URI of the unparsed entity
- setBaseURI(String) - Method in class net.sf.saxon.query.QueryModule
-
Set the base URI for a module
- setBaseURI(String) - Method in class net.sf.saxon.query.StaticQueryContext
-
Set the Base URI of the query
- setBaseURI(URI) - Method in class net.sf.saxon.s9api.DocumentBuilder
-
Set the base URI of a document loaded using this DocumentBuilder
.
- setBaseURI(URI) - Method in class net.sf.saxon.s9api.XdmDestination
-
Set the base URI for the document node that will be created when the XdmDestination is written to.
- setBaseURI(URI) - Method in class net.sf.saxon.s9api.XPathCompiler
-
Set the static base URI for XPath expressions compiled using this XPathCompiler.
- setBaseURI(URI) - Method in class net.sf.saxon.s9api.XQueryCompiler
-
Set the static base URI for the query
- setBaseURI(String) - Method in class net.sf.saxon.sxpath.AbstractStaticContext
-
Set the base URI in the static context
- setBaseURI(String) - Method in class net.sf.saxon.tree.linked.DocumentImpl
-
Set the base URI of this document node
- setBaseURI(String) - Method in class net.sf.saxon.tree.tiny.TinyDocumentImpl
-
Set the base URI of this document node
- setBaseUriExpr(Expression) - Method in class com.saxonica.xslt3.instruct.EvaluateInstr
-
- setBeingRead(String) - Method in class com.saxonica.ee.schema.SchemaCompiler
-
Mark a URI as currently being read
- setBinderySlotNumber(int) - Method in class net.sf.saxon.expr.instruct.GlobalVariable
-
Set the slot number of this variable in the Bindery
- setBindingMode(int) - Method in class com.saxonica.xqj.SaxonXQStaticContext
-
- setBindingMode(int) - Method in interface javax.xml.xquery.XQStaticContext
-
Sets the binding mode property.
- setBindingSlot(int) - Method in class com.saxonica.functions.hof.UserFunctionReference
-
Set the binding slot to be used.
- setBindingSlot(int) - Method in interface net.sf.saxon.expr.ComponentInvocation
-
Set the binding slot to be used.
- setBindingSlot(int) - Method in class net.sf.saxon.expr.GlobalVariableReference
-
Set the binding slot to be used.
- setBindingSlot(int) - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
-
Set the binding slot to be used (for the explicit or implicit reference to the mode).
- setBindingSlot(int) - Method in class net.sf.saxon.expr.instruct.CallTemplate
-
Set the binding slot to be used.
- setBindingSlot(int) - Method in class net.sf.saxon.expr.instruct.UseAttributeSet
-
Set the binding slot to be used.
- setBindingSlot(int) - Method in class net.sf.saxon.expr.UserFunctionCall
-
Set the binding slot to be used.
- setBlock(int) - Method in class com.saxonica.ee.schema.ElementDecl
-
Sets the value of the 'block' attribute for this element
For internal use only.
- setBlock(int) - Method in class com.saxonica.ee.schema.UserComplexType
-
Sets the value of the 'block' attribute for this UserComplexType.
- setBlockDefault(int) - Method in class com.saxonica.ee.schema.sdoc.XSDSchema
-
Sets the default Block values for this Schema.
- setBody(Expression) - Method in class com.saxonica.ee.stream.StreamInstr
-
- setBody(Expression) - Method in class net.sf.saxon.expr.instruct.ComponentCode
-
- setBody(Expression) - Method in class net.sf.saxon.expr.instruct.NamedTemplate
-
Set the expression that forms the body of the template
- setBody(Expression) - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
Set the expression that forms the body of the template
- setBody(Expression) - Method in class net.sf.saxon.query.XQueryFunction
-
Set the body of the function
- setBooleanProperty(String, boolean) - Method in class net.sf.saxon.Configuration
-
Set a boolean property of the configuration
- setBoundarySpacePolicy(int) - Method in class com.saxonica.xqj.SaxonXQStaticContext
-
- setBoundarySpacePolicy(int) - Method in interface javax.xml.xquery.XQStaticContext
-
Sets the boundary-space policy in the static context.
- setBuildTree(boolean) - Method in class net.sf.saxon.Controller
-
Say whether the principal transformation results should generate a result tree, or should be returned in raw sequence form
- setBuiltInRuleSet(BuiltInRuleSet) - Method in class net.sf.saxon.trans.SimpleMode
-
Set the built-in template rules to be used with this Mode in the case where there is no
explicit template rule
- setCaching(boolean) - Method in class net.sf.saxon.s9api.XPathCompiler
-
Say whether the compiler should maintain a cache of compiled expressions.
- setCalculator(Calculator) - Method in class net.sf.saxon.expr.ArithmeticExpression
-
Set the calculator allocated to evaluate this expression
- setCalculator(Calculator) - Method in class net.sf.saxon.expr.ArithmeticExpression10
-
Set the calculator externally (used when reconstructing the expression tree)
- setCalendarValue(CalendarValue) - Method in class net.sf.saxon.value.SaxonXMLGregorianCalendar
-
Set the calendar value of this object
- setCallable(Callable) - Method in class net.sf.saxon.functions.CallableFunction
-
- setCaller(XPathContext) - Method in class net.sf.saxon.expr.EarlyEvaluationContext
-
Set the calling XPathContext
- setCaller(XPathContext) - Method in interface net.sf.saxon.expr.XPathContext
-
Set the calling XPathContext
- setCaller(XPathContext) - Method in class net.sf.saxon.expr.XPathContextMinor
-
Set the calling XPathContext
- setCaseOrder(Expression) - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
-
Set the case order.
- setCatalog(String, Configuration, boolean) - Static method in class net.sf.saxon.trans.XmlCatalogResolver
-
- setCatchDepth(int) - Method in class net.sf.saxon.expr.parser.XPathParser
-
Set the depth of nesting within try/catch
- setCharacterMap(CharacterMapIndex) - Method in class net.sf.saxon.s9api.Serializer
-
Set a character map to be used
- setCharacterMap(CharacterMap) - Method in class net.sf.saxon.serialize.CharacterMapExpander
-
Set the character map to be used by this CharacterMapExpander.
- setCharacterMap(CharacterMap) - Method in class net.sf.saxon.serialize.JSONEmitter
-
Set the CharacterMap to be used, if any
- setCharacterMapIndex(CharacterMapIndex) - Method in class net.sf.saxon.expr.instruct.Executable
-
Set the index of named character maps
- setCharacterMapIndex(CharacterMapIndex) - Method in class net.sf.saxon.style.StylesheetPackage
-
Set the index of named character maps defined in this package
- setCharacterReferenceGenerator(CharacterReferenceGenerator) - Method in class net.sf.saxon.serialize.XMLEmitter
-
Set the character reference generator to be used for generating hexadecimal or decimal
character references
- setCharacterSetImplementation(String, CharacterSet) - Method in class net.sf.saxon.serialize.charcode.CharacterSetFactory
-
Register an implementation of a character set, using the class name
- setCharAt(int, char) - Method in class net.sf.saxon.tree.util.FastStringBuffer
-
Set the character at a particular offset
- setCheckEntityReferences(boolean) - Method in class net.sf.saxon.lib.ParseOptions
-
Say whether to check elements and attributes of type xs:ENTITY (or xs:ENTITIES)
against the unparsed entities declared in the document's DTD.
- setCheckExistingChecksum(boolean) - Method in class net.sf.saxon.event.CheckSumFilter
-
Ask the filter to check any existing checksums found in the file
- setCheckValues(boolean) - Method in class net.sf.saxon.event.StreamWriterToReceiver
-
Say whether names and values are to be checked for conformance with XML rules
- setCheckValues(boolean) - Method in interface net.sf.saxon.s9api.BuildingStreamWriter
-
Say whether names and values are to be checked for conformance with XML rules
- setChild(Expression) - Method in class net.sf.saxon.expr.instruct.TraceExpression
-
- setChildExpression(Expression) - Method in class net.sf.saxon.expr.Operand
-
Change the child expression used for this operand.
- setChildRole(String) - Method in class net.sf.saxon.trace.ExpressionPresenter
-
Set the role of the next element to be output
- setClassLoader(ClassLoader) - Method in class net.sf.saxon.trans.ConfigurationReader
-
Set the ClassLoader to be used for dynamic loading of the configuration, and for dynamic loading
of other classes used within the configuration.
- setClassLoader(ClassLoader) - Method in class net.sf.saxon.trans.DynamicLoader
-
Set a ClassLoader to be used when loading external classes.
- setClassName(String) - Method in class com.saxonica.ee.bytecode.util.CompilerService.GeneratedClassInfo
-
- setClassWriter(ClassWriter) - Method in class com.saxonica.ee.bytecode.util.CompilerService.GeneratedClassInfo
-
- setClosableContainer(Closable) - Method in class com.saxonica.xqj.Closable
-
Set the container of this closable object.
- setCodeInjector(CodeInjector) - Method in class net.sf.saxon.expr.parser.XPathParser
-
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.
- setCodeInjector(CodeInjector) - Method in class net.sf.saxon.query.StaticQueryContext
-
Request that the parser should insert custom code into the expression tree
by calling a supplied CodeInjector to process each expression as it is parsed,
for example for tracing or performance measurement
- setCodeInjector(CodeInjector) - Method in class net.sf.saxon.trans.CompilerInfo
-
Set whether trace hooks are to be included in the compiled code.
- setCollation(StringCollator) - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
-
Set the collation to be used
- setCollationName(String) - Method in class net.sf.saxon.functions.CollatingFunctionFixed
-
- setCollationNameExpression(Expression) - Method in class net.sf.saxon.expr.instruct.ForEachGroup
-
- setCollationNameExpression(Expression) - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
-
Set the collation name (specifically, an expression which when evaluated returns the collation URI).
- setCollationURIResolver(CollationURIResolver) - Method in class net.sf.saxon.Configuration
-
Set a CollationURIResolver to be used to resolve collation URIs (that is,
to take a URI identifying a collation, and return the corresponding collation).
- setCollectionFinder(CollectionFinder) - Method in class net.sf.saxon.Configuration
-
Set the collection finder associated with this configuration.
- setCollectionFinder(CollectionFinder) - Method in class net.sf.saxon.Controller
-
Set the collection finder associated with this configuration.
- setCollectionFinder(CollectionFinder) - Method in class net.sf.saxon.sxpath.XPathDynamicContext
-
Set the collection finder associated with this configuration.
- setCollectionURIResolver(CollectionURIResolver) - Method in class net.sf.saxon.Configuration
-
- setCollectionURIResolver(CollectionURIResolver) - Method in class net.sf.saxon.Controller
-
- setCollectionURIResolver(CollectionURIResolver) - Method in class net.sf.saxon.sxpath.XPathDynamicContext
-
- setCollectStatistics(boolean) - Method in class com.saxonica.ee.s9api.SchemaValidatorImpl
-
Say whether validation statistics are to be collected.
- setCollectStatistics(boolean) - Method in class net.sf.saxon.s9api.SchemaValidator
-
Say whether validation statistics are to be collected.
- setColumnNumber(int) - Method in class net.sf.saxon.expr.instruct.InstructionDetails
-
Set the column number
- setColumnNumber(int) - Method in exception net.sf.saxon.type.ValidationException
-
- setColumnNumber(int) - Method in class net.sf.saxon.type.ValidationFailure
-
- setComparator(Comparator) - Method in class net.sf.saxon.expr.sort.SimpleCollation
-
Set the underlying comparator
- setComparers(GenericAtomicComparer[]) - Method in class net.sf.saxon.expr.flwor.GroupByClause
-
Set the comparers used for the grouping keys.
- setComparisonCardinality(int) - Method in class net.sf.saxon.expr.GeneralComparison
-
Say whether the comparison is known to be many-to-one, one-to-one, or many-to-many.
- setCompilation(Compilation) - Method in class net.sf.saxon.style.StyleElement
-
- setCompilation(Compilation) - Method in class net.sf.saxon.style.XSLTemplate
-
- setCompiledClass(Expression, Class) - Method in class com.saxonica.ee.bytecode.util.CompilerService
-
- setCompilerInfo(CompilerInfo) - Method in class net.sf.saxon.trans.RuleManager
-
Set the compiler information specifically.
- setCompilerService(CompilerService) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler
-
- setCompileWithTracing(boolean) - Method in class net.sf.saxon.Configuration
-
Request compile-time generation of trace code (or not)
- setCompileWithTracing(boolean) - Method in class net.sf.saxon.query.StaticQueryContext
-
Request compile-time generation of trace code (or not)
- setCompileWithTracing(boolean) - Method in class net.sf.saxon.s9api.XQueryCompiler
-
Set whether trace hooks are to be included in the compiled code.
- setCompileWithTracing(boolean) - Method in class net.sf.saxon.s9api.XsltCompiler
-
Set whether trace hooks are to be included in the compiled code.
- setComponent(String, Object) - Method in class net.sf.saxon.event.PipelineConfiguration
-
Set a named component of the pipeline
- setComponent(Object) - Method in class net.sf.saxon.trace.ContextStackFrame
-
Set the container of the instruction that caused this new context to be created.
- setComponentBindings(List<ComponentBinding>) - Method in class net.sf.saxon.expr.Component
-
Set the component's binding vector; that is the list of external references to other components
- setComponentIndex(Map<SymbolicName, Component>) - Method in class net.sf.saxon.PreparedStylesheet
-
Register the index of components
- setComposite(boolean) - Method in class net.sf.saxon.expr.instruct.ForEachGroup
-
- setComposite(boolean) - Method in class net.sf.saxon.trans.KeyDefinition
-
Say whether this is a composite key.
- setCompression(Archive.CompressionType) - Method in class com.saxonica.functions.extfn.EXPathArchive.Entry
-
- setCondition(int, Expression) - Method in class net.sf.saxon.expr.instruct.Choose
-
- setCondition(Expression) - Method in class net.sf.saxon.expr.sort.ConditionalSorter
-
- setConfiguration(Configuration) - Method in class com.saxonica.config.ee.StandardSchemaResolver
-
Set the configuration information for use by the resolver
- setConfiguration(Configuration) - Method in class com.saxonica.ee.bytecode.GeneratedCode
-
Set the configuration.
- setConfiguration(EnterpriseConfiguration) - Method in class com.saxonica.ee.schema.PreparedSchema
-
Set the configuration
- setConfiguration(EnterpriseConfiguration) - Method in class com.saxonica.ee.schema.SchemaStructure
-
Set the configuration containing this structure
- setConfiguration(Configuration) - Method in class com.saxonica.ee.schema.sdoc.LSSchemaResolver
-
Set the configuration information for use by the resolver
- setConfiguration(Configuration) - Method in class com.saxonica.ee.stream.adjunct.StreamingAdjunct
-
Set the Saxon Configuration
- setConfiguration(Configuration) - Method in class com.saxonica.ee.stream.om.FleetingDocumentNode
-
Set the configuration
- setConfiguration() - Method in class com.saxonica.Validate
-
Create the configuration.
- setConfiguration(Configuration) - Method in class net.sf.saxon.dom.DocumentBuilderImpl
-
Set the Saxon Configuration to be used by the document builder.
- setConfiguration(Configuration) - Method in class net.sf.saxon.event.PipelineConfiguration
-
Set the Saxon Configuration object
- setConfiguration(Configuration) - Method in class net.sf.saxon.expr.instruct.Executable
-
Set the configuration
- setConfiguration(Configuration) - Method in class net.sf.saxon.expr.PackageData
-
Set the Configuration to which this package belongs
- setConfiguration(Configuration) - Method in class net.sf.saxon.jaxp.SaxonTransformerFactory
-
Set the configuration.
- setConfiguration(Configuration) - Method in interface net.sf.saxon.lib.SchemaURIResolver
-
Set the configuration information for use by the resolver
- setConfiguration(Configuration) - Method in class net.sf.saxon.lib.StandardEntityResolver
-
Set configuration details.
- setConfiguration(Configuration) - Method in class net.sf.saxon.lib.StandardURIResolver
-
Set the configuration
- setConfiguration(Configuration) - Method in class net.sf.saxon.om.GenericTreeInfo
-
Set the configuration (containing the name pool used for all names in this document)
- setConfiguration(Configuration) - Method in class net.sf.saxon.option.xom.XOMDocumentWrapper
-
Set the configuration, which defines the name pool used for all names in
this document.
- setConfiguration(Configuration) - Method in class net.sf.saxon.query.StaticQueryContext
-
Set the Configuration options
- setConfiguration(Configuration) - Method in class net.sf.saxon.query.XQueryFunctionLibrary
-
Set the Configuration options
- setConfiguration(Configuration) - Method in class net.sf.saxon.sxpath.AbstractStaticContext
-
Set the Configuration.
- setConfiguration(Configuration) - Method in class net.sf.saxon.tree.linked.DocumentImpl
-
Set the Configuration that contains this document
- setConfiguration(Configuration) - Method in class net.sf.saxon.tree.tiny.TinyTree
-
Set the Configuration that contains this document
- setConfiguration(Configuration) - Method in class net.sf.saxon.xpath.XPathFactoryImpl
-
Set the Configuration for the factory
- setConfigurationProperty(String, Object) - Method in class com.saxonica.config.EnterpriseConfiguration
-
Set a property of the configuration.
- setConfigurationProperty(String, Object) - Method in class com.saxonica.config.ProfessionalConfiguration
-
Set a property of the configuration.
- setConfigurationProperty(String, String) - Method in class com.saxonica.ee.pattern.PatternOptimizationEE
-
Set an optimization option on or off
- setConfigurationProperty(String, Object) - Method in class net.sf.saxon.Configuration
-
Set a property of the configuration.
- setConfigurationProperty(String, Object) - Method in class net.sf.saxon.s9api.Processor
-
Set a configuration property
- setConstraintChecker(ConstraintChecker) - Method in class com.saxonica.ee.validate.ValidatingFilter
-
Set the constraint checker used in this pipeline
- setConstraintChecker(ConstraintChecker) - Method in class com.saxonica.ee.validate.ValidationContext
-
Set the constraint checker used in this pipeline
- setConstraintName(StructuredQName) - Method in class com.saxonica.ee.schema.IdentityConstraint
-
Set the integer cdde of the name of this identity constraint
- setConstraintReference(int, String, String) - Method in exception net.sf.saxon.type.ValidationException
-
Set a reference to the constraint in XML Schema that is not satisfied
- setConstraintReference(ValidationException) - Method in exception net.sf.saxon.type.ValidationException
-
Copy the constraint reference from another exception object
- setConstraintReference(int, String, String) - Method in class net.sf.saxon.type.ValidationFailure
-
Set a reference to the constraint in XML Schema that is not satisfied
- setConstraintReference(ValidationFailure) - Method in class net.sf.saxon.type.ValidationFailure
-
Copy the constraint reference from another exception object
- setConstructionMode(int) - Method in class com.saxonica.xqj.SaxonXQStaticContext
-
- setConstructionMode(int) - Method in interface javax.xml.xquery.XQStaticContext
-
Sets the construction mode in the static context.
- setConstructionMode(int) - Method in class net.sf.saxon.query.QueryModule
-
Set the construction mode for this module
- setConstructionMode(int) - Method in class net.sf.saxon.query.StaticQueryContext
-
Set the construction mode for this module
- setConstructType(int) - Method in class net.sf.saxon.expr.instruct.InstructionDetails
-
Set the type of construct
- setConstructType(int) - Method in class net.sf.saxon.expr.instruct.TraceExpression
-
Set the type of construct.
- setContainingAttributeGroup(AttributeGroupDecl) - Method in class com.saxonica.ee.schema.AttributeDecl
-
Sets the containing attribute group definition.
- setContainingAttributeGroupDecl(AttributeGroupDecl) - Method in class com.saxonica.ee.schema.AttributeUse
-
Set the attribute group declaration containing this attribute use, if any
- setContainingComplexType(UserComplexType) - Method in class com.saxonica.ee.schema.AttributeDecl
-
Sets the containing complex type definition.
- setContainingComplexType(UserComplexType) - Method in class com.saxonica.ee.schema.ElementDecl
-
Sets the containing complex type definition.
- setContainingDeclaration(StructuredQName, boolean) - Method in class com.saxonica.ee.schema.UserDefinedType
-
Set the name of the containing declaration (for diagnostics)
- setContainingElement(StructuredQName, Location) - Method in class com.saxonica.ee.validate.ContentValidator
-
Set the name of the containing element (for diagnostics)
- setContainingLocation(Location) - Method in class net.sf.saxon.sxpath.AbstractStaticContext
-
Set the containing location, which represents the location of the outermost expression using this
static context (typically, subexpressions will have a nested location that refers to this outer
containing location)
- setContainsLocals(SlotManager) - Method in class net.sf.saxon.expr.instruct.GlobalVariable
-
The expression that initializes a global variable may itself use local variables.
- setContainsNoSurrogates() - Method in class net.sf.saxon.value.StringValue
-
Assert that the string is known to contain no surrogate pairs
- setContent(Expression) - Method in class net.sf.saxon.expr.instruct.Doctype
-
- setContentExpression(Expression) - Method in class net.sf.saxon.expr.instruct.ParentNodeConstructor
-
Set the expression that constructs the content of the element
- setContentExpression(Expression) - Method in class net.sf.saxon.expr.instruct.ResultDocument
-
Set the expression that constructs the content
- setContentHandler(ContentHandler) - Method in class com.saxonica.ee.jaxp.ValidatingReader
-
Allow an application to register a content event handler.
- setContentHandler(ContentHandler) - Method in class com.saxonica.ee.jaxp.ValidatorHandlerImpl
-
Sets the
ContentHandler
which receives
the augmented validation result.
- setContentHandler(ContentHandler) - Method in class net.sf.saxon.jaxp.FilterImpl
-
Register a content handler to receive the output of the transformation
filter.
- setContentModel(List<Particle>) - Method in class com.saxonica.ee.schema.ModelGroup
-
Set the entire content model
- setContext(XPathContext) - Method in class com.saxonica.ee.bytecode.iter.CompiledBlockIterator
-
- setContext(XPathContext) - Method in class com.saxonica.ee.bytecode.map.ForItemMappingAction
-
- setContext(XPathContext) - Method in class com.saxonica.ee.bytecode.map.ForSequenceMappingAction
-
- setContext(XPathContext) - Method in class net.sf.saxon.ma.json.JsonHandler
-
- setContextComponent(SchemaComponent) - Method in class com.saxonica.ee.schema.UserSimpleType
-
Set the component that contains the definition of this anonymous simple type definition
- setContextForSortKey - Variable in class net.sf.saxon.expr.sort.SortKeyDefinition
-
- setContextItem(Item) - Method in class net.sf.saxon.query.DynamicQueryContext
-
Set the context item for evaluating the expression.
- setContextItem(XdmItem) - Method in class net.sf.saxon.s9api.XPathSelector
-
Set the context item for evaluating the XPath expression.
- setContextItem(XdmItem) - Method in class net.sf.saxon.s9api.XQueryEvaluator
-
Set the initial context item for the query
- setContextItem(Item) - Method in class net.sf.saxon.sxpath.XPathDynamicContext
-
Set the context item for evaluation of the XPath Expression
- setContextItem(Item) - Method in class net.sf.saxon.trace.ContextStackFrame
-
Set the value of the context item at this level of the context stack
- setContextItem(Item) - Method in class net.sf.saxon.tree.iter.ManualIterator
-
- setContextItemExpr(Expression) - Method in class com.saxonica.xslt3.instruct.EvaluateInstr
-
- setContextItemRequirements(ItemType, boolean, boolean) - Method in class net.sf.saxon.expr.instruct.NamedTemplate
-
Set the required context item type.
- setContextItemRequirements(ItemType, boolean, boolean) - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
Set the required context item type.
- setContextItemRequirements(GlobalContextRequirement) - Method in class net.sf.saxon.style.StylesheetPackage
-
Set the required context item type.
- setContextItemRequirements(ItemType, boolean, boolean) - Method in class net.sf.saxon.style.XSLTemplate
-
Set the required context item type.
- setContextItemStaticType(XQItemType) - Method in class com.saxonica.xqj.SaxonXQStaticContext
-
- setContextItemStaticType(XQItemType) - Method in interface javax.xml.xquery.XQStaticContext
-
Sets the static type of the context item, specify null
to make it unspecified.
- setContextPath(AbsolutePath) - Method in exception net.sf.saxon.type.ValidationException
-
- setContextPath(AbsolutePath) - Method in class net.sf.saxon.type.ValidationFailure
-
- setContextPostureStriding() - Method in class net.sf.saxon.expr.parser.ContextItemStaticInfo
-
- setContinueAfterValidationErrors(boolean) - Method in class net.sf.saxon.lib.ParseOptions
-
Say that processing should continue after a validation error.
- setController(Controller) - Method in class com.saxonica.ee.validate.ValidationContext
-
Set the Controller used for this validation episode
- setController(Controller) - Method in class net.sf.saxon.event.PipelineConfiguration
-
Set the Controller associated with this pipelineConfiguration
- setControllingExpression(ForEachGroup) - Method in class com.saxonica.ee.stream.adjunct.GroupBoundaryTester
-
- setControllingInstruction(MergeInstr, boolean) - Method in class com.saxonica.functions.xslt3.CurrentMergeGroup
-
Set the containing xsl:for-each-group instruction, if there is one
- setControllingInstruction(ForEachGroup, ItemType, boolean) - Method in class net.sf.saxon.functions.CurrentGroupCall
-
Set the containing xsl:for-each-group instruction, if there is one
- setConversion(Expression) - Method in class net.sf.saxon.expr.instruct.LocalParam
-
Define a conversion that is to be applied to the supplied parameter value.
- setConversionRules(ConversionRules) - Method in class net.sf.saxon.Configuration
-
Set the conversion rules to be used to convert between atomic types.
- setConversionRules(ConversionRules) - Method in class net.sf.saxon.type.Converter
-
Set the conversion rules to be used by this Converter
- setConverter(Converter) - Method in class net.sf.saxon.expr.AtomicSequenceConverter.AtomicSequenceMappingFunction
-
- setConverter(Converter) - Method in class net.sf.saxon.expr.AtomicSequenceConverter
-
- setConvertUntypedToOther(boolean) - Method in class net.sf.saxon.trans.KeyDefinition
-
Indicate that untypedAtomic values should be converted to the type of the other operand,
rather than to strings.
- setCopyAccumulators(boolean) - Method in class com.saxonica.ee.stream.feed.CopyOfFeed
-
Say whether accumulators are to be copied
- setCopyAccumulators(boolean) - Method in class net.sf.saxon.expr.instruct.CopyOf
-
Say whether accumulator values should be copied from the source document
- setCopyAccumulators(boolean) - Method in class net.sf.saxon.tree.wrapper.VirtualTreeInfo
-
- setCopyBindings(Expression) - Method in class com.saxonica.ee.update.CopyModifyExpression
-
Set the copy bindings.
- setCopyForUpdate(boolean) - Method in class net.sf.saxon.expr.instruct.CopyOf
-
Set whether this instruction is creating a copy for the purpose of updating (XQuery transform expression)
- setCopyLineNumbers(boolean) - Method in class net.sf.saxon.expr.instruct.CopyOf
-
Set whether line numbers are to be copied from the source to the result.
- setCopyNamespaces(boolean) - Method in class com.saxonica.ee.stream.feed.CopyOfFeed
-
Say whether unused namespaces are to be copied
- setCopyNamespaces(boolean) - Method in class net.sf.saxon.expr.instruct.Copy
-
Say whether namespace nodes are to be copied (in the case of an element)
- setCopyNamespacesModeInherit(int) - Method in class com.saxonica.xqj.SaxonXQStaticContext
-
- setCopyNamespacesModeInherit(int) - Method in interface javax.xml.xquery.XQStaticContext
-
Sets the inherit part of the copy-namespaces mode in the static context.
- setCopyNamespacesModePreserve(int) - Method in class com.saxonica.xqj.SaxonXQStaticContext
-
- setCopyNamespacesModePreserve(int) - Method in interface javax.xml.xquery.XQStaticContext
-
Sets the preserve part of the copy-namespaces mode in the static context.
- setCountry(String) - Method in class net.sf.saxon.expr.number.AbstractNumberer
-
Set the country used by this numberer (currently used only for names of timezones)
- setCountry(String) - Method in interface net.sf.saxon.lib.Numberer
-
Set the country used by this numberer (currently used only for names of timezones).
- setCreatesSecondaryResult(boolean) - Method in class net.sf.saxon.expr.instruct.Executable
-
Set whether this executable represents a stylesheet that uses xsl:result-document
to create secondary output documents
- setCreatesSecondaryResultDocuments(boolean) - Method in class net.sf.saxon.style.StylesheetPackage
-
Say whether the package contains an xsl:result-document instruction
- setCriteria(String, String) - Method in class net.sf.saxon.event.PIGrabber
-
Define the matching criteria
- setCurrentComponent(Component) - Method in class net.sf.saxon.expr.XPathContextMajor
-
Set the current component, that is, the component being evaluated.
- setCurrentDateTime(DateTimeValue) - Method in class net.sf.saxon.Controller
-
Set the current date and time for this query or transformation.
- setCurrentDateTime(DateTimeValue) - Method in class net.sf.saxon.query.DynamicQueryContext
-
Set a value to be used as the current date and time for the query.
- setCurrentException(XPathException) - Method in class net.sf.saxon.expr.XPathContextMajor
-
Set the current exception (in saxon:catch)
- setCurrentGroup(Sequence) - Method in class com.saxonica.ee.stream.ManualGroupIterator
-
- setCurrentGroupingKey(AtomicSequence) - Method in class com.saxonica.ee.stream.ManualGroupIterator
-
- setCurrentGroupIterator(GroupIterator) - Method in class net.sf.saxon.expr.XPathContextMajor
-
Set the current grouping iterator.
- setCurrentIterator(FocusIterator) - Method in class net.sf.saxon.expr.EarlyEvaluationContext
-
Set a new sequence iterator.
- setCurrentIterator(FocusIterator) - Method in interface net.sf.saxon.expr.XPathContext
-
Set a new sequence iterator.
- setCurrentIterator(FocusIterator) - Method in class net.sf.saxon.expr.XPathContextMinor
-
Set a new sequence iterator.
- setCurrentMergeGroupIterator(GroupIterator) - Method in class net.sf.saxon.expr.XPathContextMajor
-
Set the current merge group iterator.
- setCurrentMode(Component<? extends Mode>) - Method in class net.sf.saxon.expr.XPathContextMajor
-
Set the current mode.
- setCurrentOutputUri(String) - Method in class net.sf.saxon.expr.EarlyEvaluationContext
-
Set the current output URI
- setCurrentOutputUri(String) - Method in interface net.sf.saxon.expr.XPathContext
-
Set the current output URI
- setCurrentOutputUri(String) - Method in class net.sf.saxon.expr.XPathContextMinor
-
Set the current output URI
- setCurrentRegexIterator(RegexIterator) - Method in class net.sf.saxon.expr.XPathContextMajor
-
Set the current regex iterator.
- setCurrentTemplateRule(Rule) - Method in class net.sf.saxon.expr.XPathContextMajor
-
Set the current template.
- setCurrentTuple(XPathContext, Tuple) - Method in class net.sf.saxon.expr.flwor.TupleExpression
-
Set the local variables in the current stack frame to values corresponding to a supplied tuple
- setData(String) - Method in class net.sf.saxon.dom.PIOverNodeInfo
-
The content of this processing instruction.
- setData(String) - Method in class net.sf.saxon.dom.TextOverNodeInfo
-
Set the character data of a Text or Comment node.
- setData(byte[]) - Method in class net.sf.saxon.resource.BinaryResource
-
- setDataTypeExpression(Expression) - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
-
Set the data type.
- setDay(int) - Method in class net.sf.saxon.value.SaxonXMLGregorianCalendar
-
Set days in month.
- setDebug(boolean) - Method in class net.sf.saxon.regex.REFlags
-
- setDebugger(Debugger) - Method in class net.sf.saxon.Configuration
-
Set the debugger to be used.
- setDebugging(boolean) - Method in class net.sf.saxon.lib.StandardUnparsedTextResolver
-
Set debugging on or off.
- setDecimalFormatManager(DecimalFormatManager) - Method in class net.sf.saxon.expr.PackageData
-
Set a DecimalFormatManager to resolve the names of decimal formats used in calls
to the format-number() function.
- setDecimalFormatManager(DecimalFormatManager) - Method in class net.sf.saxon.expr.parser.RetainedStaticContext
-
Set the decimal format manager
- setDecimalFormatManager(DecimalFormatManager) - Method in class net.sf.saxon.sxpath.AbstractStaticContext
-
Set the DecimalFormatManager used to resolve the names of decimal formats used in calls
to the format-number() function.
- setDecimalFormatProperty(QName, String, String) - Method in class net.sf.saxon.s9api.XPathCompiler
-
Registers the required decimal format properties
- setDecimalSeparator(String) - Method in class net.sf.saxon.trans.DecimalSymbols
-
Set the character to be used as the decimal separator
- setDeclaredStreamability(FunctionStreamability) - Method in class net.sf.saxon.expr.instruct.UserFunction
-
Set the declared streamability (XSLT 3.0 attribute)
- setDeclaredStreamable(boolean) - Method in class com.saxonica.xslt3.instruct.Accumulator
-
Say whether the accumulator is declared streamable
- setDeclaredStreamable(boolean) - Method in class net.sf.saxon.expr.instruct.AttributeSet
-
Say whether this attribute set is declared to be streamable
- setDeclaredStreamable(boolean) - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
Say whether or not this template is declared as streamable
- setDeclaredType(SequenceType) - Method in class net.sf.saxon.style.SourceBinding
-
Set the declared type of the variable
- setDeclaredVisibility(Visibility) - Method in class net.sf.saxon.expr.instruct.ComponentCode
-
- setDeclaringComponent(Component<T>) - Method in class net.sf.saxon.expr.instruct.ComponentCode
-
- setDefaultCollation(String) - Method in class com.saxonica.xqj.SaxonXQStaticContext
-
- setDefaultCollation(String) - Method in interface javax.xml.xquery.XQStaticContext
-
Sets the URI of the default collation.
- setDefaultCollation(String) - Method in class net.sf.saxon.trans.CompilerInfo
-
Set the name of the default collation
- setDefaultCollationName(String) - Method in class net.sf.saxon.expr.parser.RetainedStaticContext
-
Set the name of the default collation for this static context
- setDefaultCollationName(String) - Method in class net.sf.saxon.query.QueryModule
-
Set the name of the default collation
- setDefaultCollationName(String) - Method in class net.sf.saxon.sxpath.AbstractStaticContext
-
Set the name of the default collation for this static context.
- setDefaultCollection(String) - Method in class net.sf.saxon.Configuration
-
Set the default collection.
- setDefaultCollection(String) - Method in class net.sf.saxon.Controller
-
Set the name of the default collection.
- setDefaultCountry(String) - Method in class net.sf.saxon.Configuration
-
Set the default country to be used for number and date formatting when no country is specified.
- setDefaultElementNamespace(String) - Method in class com.saxonica.ee.schema.TypeAlternative
-
Set the default namesapce for elements and types from the static context of the XPath expression
- setDefaultElementNamespace(String) - Method in class net.sf.saxon.expr.parser.RetainedStaticContext
-
Set the default namespace for elements and type
- setDefaultElementNamespace(String) - Method in class net.sf.saxon.query.QueryModule
-
Set the default element namespace as declared in the query prolog
- setDefaultElementNamespace(String) - Method in class net.sf.saxon.query.StaticQueryContext
-
Set the default element namespace
- setDefaultElementNamespace(String) - Method in class net.sf.saxon.sxpath.AbstractStaticContext
-
Set the default namespace for elements and types
- setDefaultElementNamespace(String) - Method in class net.sf.saxon.sxpath.IndependentContext
-
Set the default namespace for elements and types
- setDefaultElementNamespace(String) - Method in interface net.sf.saxon.sxpath.XPathStaticContext
-
Set the default namespace for elements and types
- setDefaultElementTypeNamespace(String) - Method in class com.saxonica.xqj.SaxonXQStaticContext
-
- setDefaultElementTypeNamespace(String) - Method in interface javax.xml.xquery.XQStaticContext
-
Sets the URI of the default element/type namespace, the empty string
to make it unspecified.
- setDefaultFunctionLibrary() - Method in class net.sf.saxon.sxpath.AbstractStaticContext
-
Initialize the default function library for XPath.
- setDefaultFunctionNamespace(String) - Method in class com.saxonica.xqj.SaxonXQStaticContext
-
- setDefaultFunctionNamespace(String) - Method in interface javax.xml.xquery.XQStaticContext
-
Sets the URI of the default function namespace, the empty string
to make it unspecified.
- setDefaultFunctionNamespace(String) - Method in class net.sf.saxon.expr.parser.RetainedStaticContext
-
Set the default namespace for functions
- setDefaultFunctionNamespace(String) - Method in class net.sf.saxon.query.QueryModule
-
Set the default function namespace
- setDefaultFunctionNamespace(String) - Method in class net.sf.saxon.query.StaticQueryContext
-
Set the default function namespace
- setDefaultFunctionNamespace(String) - Method in class net.sf.saxon.sxpath.AbstractStaticContext
-
Set the default function namespace
- setDefaultInitialMode(StructuredQName) - Method in class net.sf.saxon.trans.CompilerInfo
-
Set the default initial mode name for a stylesheet compiled using this CompilerInfo.
- setDefaultInitialTemplate(StructuredQName) - Method in class net.sf.saxon.trans.CompilerInfo
-
Set the default initial template name for a stylesheet compiled using this CompilerInfo.
- setDefaultLanguage(String) - Method in class net.sf.saxon.Configuration
-
Set the default language to be used for number and date formatting when no language is specified.
- setDefaultMode(StructuredQName) - Method in class net.sf.saxon.style.StylesheetPackage
-
Set the default mode for the package
- setDefaultNamespace(String) - Method in class net.sf.saxon.event.StreamWriterToReceiver
-
- setDefaultNamespace(String) - Method in class net.sf.saxon.om.QNameParser
-
- setDefaultNamespace(String) - Method in class net.sf.saxon.trace.ExpressionPresenter
-
Set the default namespace, used for subsequent calls on startElement.
- setDefaultOpenContent(Wildcard, String, boolean) - Method in class com.saxonica.ee.schema.sdoc.XSDSchema
-
Set the open content wildcard and mode
- setDefaultOrderForEmptySequences(int) - Method in class com.saxonica.xqj.SaxonXQStaticContext
-
- setDefaultOrderForEmptySequences(int) - Method in interface javax.xml.xquery.XQStaticContext
-
Sets the default order for empty sequences in the static context.
- setDefaultOutputProperties(Properties) - Method in class net.sf.saxon.expr.instruct.Executable
-
Set the default output properties (the properties for the unnamed output format)
- setDefaultOutputProperties(Properties) - Method in class net.sf.saxon.s9api.Serializer
-
Set default output properties, for use when no explicit properties are set using setProperty().
- setDefaultOutputProperties(Properties) - Method in class net.sf.saxon.style.StylesheetPackage
-
Set the default (unnamed) serialization properties to be used for documents output
using xsl:result-document instructions within this package
- setDefaultSAXParserFactory(Configuration) - Method in class net.sf.saxon.java.JavaPlatform
-
Set the default XML parser to be loaded by the SAXParserFactory on this platform.
- setDefaultSAXParserFactory(Configuration) - Method in interface net.sf.saxon.Platform
-
Set the default XML parser to be loaded by the SAXParserFactory on this platform.
- setDefaultSerializationProperties(Properties) - Method in class net.sf.saxon.Configuration
-
Set the default serialization properties
- setDefaultValue(String) - Method in class com.saxonica.ee.schema.AttributeDecl
-
Sets the default value.
- setDefaultValue(String) - Method in class com.saxonica.ee.schema.AttributeUse
-
Sets the default value.
- setDefaultValue(String) - Method in class com.saxonica.ee.schema.ElementDecl
-
Sets the 'default' value for this element declaration.
- setDefaultValue(Expression) - Method in class net.sf.saxon.expr.instruct.GlobalContextRequirement
-
- setDefaultValue(Sequence) - Method in class net.sf.saxon.sxpath.XPathVariable
-
Set a default value for the variable, to be used if no specific value is
supplied when the expression is evaluated
- setDefaultValue(int) - Method in class net.sf.saxon.z.IntToIntArrayMap
-
Set the value to be returned to indicate an unused entry
- setDefaultValue(int) - Method in class net.sf.saxon.z.IntToIntHashMap
-
Set the value to be returned to indicate an unused entry
- setDefaultValue(int) - Method in interface net.sf.saxon.z.IntToIntMap
-
Set the value to be returned to indicate an unused entry
- setDeferredValidationMode(boolean) - Method in class com.saxonica.ee.schema.SchemaCompiler
-
Set deferred validation mode.
- setDefinition(ExtensionFunctionDefinition) - Method in class net.sf.saxon.lib.ExtensionFunctionCall
-
This method is called by the system to provide information about the extension function call.
- setDependencies(GlobalVariable, XPathContext) - Static method in class net.sf.saxon.expr.instruct.GlobalVariable
-
Get the variable that is immediately dependent on this one, and register the dependency, so
that circularities can be detected across threads.
- setDerivationMethod(int) - Method in class com.saxonica.ee.schema.UserDefinedType
-
Sets the derivation method code (without validating it)
- setDerivationMethodName(String) - Method in class com.saxonica.ee.schema.UserDefinedType
-
Set the derivation method name.
- setDestination(Destination) - Method in class com.saxonica.ee.s9api.SchemaValidatorImpl
-
Set the Destination to receive the validated document.
- setDestination(Destination) - Method in class com.saxonica.ee.validate.InvalidityReportGenerator
-
Set the writer
- setDestination(Receiver) - Method in class net.sf.saxon.event.TransformerReceiver
-
Set the output destination of the transformation.
- setDestination(Destination) - Method in class net.sf.saxon.s9api.SchemaValidator
-
Set the Destination to receive the validated document.
- setDestination(Destination) - Method in class net.sf.saxon.s9api.XQueryEvaluator
-
Set the destination to be used for the query results
- setDestination(Destination) - Method in class net.sf.saxon.s9api.XsltTransformer
-
Set the destination to be used for the result of the transformation.
- setDetails(StandardFunction.Entry) - Method in class net.sf.saxon.functions.SystemFunction
-
Set the details of this type of function
- setDeterminism(UserFunction.Determinism) - Method in class net.sf.saxon.expr.instruct.UserFunction
-
Set the determinism of the function.
- setDigit(String) - Method in class net.sf.saxon.trans.DecimalSymbols
-
Set the character to be used as the digit symbol (default is '#')
- setDisableCycleChecks(boolean) - Method in class net.sf.saxon.query.XQueryParser
-
Disable checks for certain kinds of cycle.
- setDisallowDefinedNames(boolean) - Method in class com.saxonica.ee.schema.Wildcard
-
Say that defined names are not allowed (notQName = "##defined")
- setDisallowDefinedSiblings(boolean) - Method in class com.saxonica.ee.schema.Wildcard
-
Say that defined siblings are not allowed (notQName = "##definedSibling")
- setDita(boolean) - Method in class com.saxonica.ee.pattern.preconditions.ComparisonPredicateIndex
-
Enable DITA-OT optimization
- setDocumentElement(ElementImpl) - Method in class net.sf.saxon.tree.linked.DocumentImpl
-
Set the top-level element of the document (variously called the root element or the
document element).
- setDocumentElementName(QName) - Method in class com.saxonica.ee.s9api.SchemaValidatorImpl
-
Set the name of the required top-level element of the document to be validated (that is, the
name of the outermost element of the document).
- setDocumentElementName(QName) - Method in class net.sf.saxon.s9api.SchemaValidator
-
Set the name of the required top-level element of the document to be validated (that is, the
name of the outermost element of the document).
- setDocumentElementTypeName(QName) - Method in class com.saxonica.ee.s9api.SchemaValidatorImpl
-
Set the name of the required type of the top-level element of the document to be validated.
- setDocumentElementTypeName(QName) - Method in class net.sf.saxon.s9api.SchemaValidator
-
Set the name of the required type of the top-level element of the document to be validated.
- setDocumentLocator(Locator) - Method in class com.saxonica.ee.jaxp.ValidatorHandlerImpl
-
Receive an object for locating the origin of SAX document events.
- setDocumentLocator(Locator) - Method in class net.sf.saxon.event.ReceivingContentHandler
-
Supply a locator that can be called to give information about location in the source document
being parsed.
- setDocumentLocator(Locator) - Method in class net.sf.saxon.jaxp.TemplatesHandlerImpl
-
Callback interface for SAX: not for application use
- setDocumentLocator(Locator) - Method in class net.sf.saxon.trans.ConfigurationReader
-
- setDocumentNumber(long) - Method in class net.sf.saxon.om.GenericTreeInfo
-
Set the document number, which identifies this document uniquely within a Configuration
- setDocumentNumberAllocator(DocumentNumberAllocator) - Method in class net.sf.saxon.Configuration
-
Set the document number allocator.
- setDocumentProjectionQuery(XQueryExecutable) - Method in class net.sf.saxon.s9api.DocumentBuilder
-
Set a compiled query to be used for implementing document projection.
- setDocumentsAndCollections(Configuration, XPathDynamicContext) - Static method in class com.saxonica.ee.schema.Assertion
-
Set the dynamic XPath context to respond appropriately to requests for documents and collections
- setDocumentSorter(DocumentSorter) - Method in class net.sf.saxon.expr.sort.ConditionalSorter
-
- setDocumentURI(String) - 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
.
- setDOMLevel(int) - Method in class net.sf.saxon.dom.DocumentWrapper
-
Set the level of DOM interface to be used
- setDoNotMerge(boolean) - Method in class com.saxonica.ee.schema.PatternFacet
-
- setDoubleValue(DoubleValue) - Method in class net.sf.saxon.value.UntypedAtomicValue
-
Set the equivalent double value
- setDTDHandler(DTDHandler) - Method in class com.saxonica.ee.jaxp.ValidatingReader
-
Allow an application to register a DTD event handler.
- setDTDHandler(DTDHandler) - Method in class net.sf.saxon.jaxp.FilterImpl
-
Allow an application to register a DTD event handler.
- setDtdValidation(String) - Method in class com.saxonica.xqj.SaxonXQDataSource
-
Say whether source documents are to be parsed with DTD validation enabled
- setDTDValidation(boolean) - Method in class net.sf.saxon.s9api.DocumentBuilder
-
Set whether DTD validation should be applied to documents loaded using this
DocumentBuilder
.
- setDTDValidationMode(int) - Method in class net.sf.saxon.lib.AugmentedSource
-
Set whether or not DTD validation of this source is required
- setDTDValidationMode(int) - Method in class net.sf.saxon.lib.ParseOptions
-
Set whether or not DTD validation of this source is required
- setDynamicFunctionCall(String) - Method in class com.saxonica.functions.hof.ApplyFn
-
Say that this call to fn:apply was originally written as a dynamic function call
- setDynamicLoader(DynamicLoader) - Method in class net.sf.saxon.Configuration
-
Set the DynamicLoader to be used.
- setDynamicParams(Expression) - Method in class com.saxonica.xslt3.instruct.EvaluateInstr
-
- setElementDeclaration(ElementDecl) - Method in class com.saxonica.ee.validate.ConstraintChecker
-
setElementDeclaration is called immediately before the call on startElement.
- setElementDeclaration(ElementDecl) - Method in class com.saxonica.ee.validate.ContentValidator
-
Set the element declaration that this validator is validating against
- setElementFormDefault(String) - Method in class com.saxonica.ee.schema.sdoc.XSDSchema
-
Sets the elementFormDefault property of this Schema.
- setElementName(StructuredQName, int) - Method in class com.saxonica.ee.schema.ElementDecl
-
Set the name of this element declaration
- setElementName(StructuredQName) - Method in class com.saxonica.ee.schema.ElementDecl
-
- setElementName(NodeName) - Method in class com.saxonica.pull.UnconstructedElement
-
Set the name of the element node
- setElementName(NodeName) - Method in class com.saxonica.pull.VirtualTreeWalker
-
Set the initial element name
- setElementName(NodeName) - Method in class net.sf.saxon.evpull.StartElementEvent
-
Set the nameCode of this element
- setEmptyCombinedAttributeGroup() - Method in class com.saxonica.ee.schema.UserComplexType
-
Set the combined attribute group to an empty set of attributes.
- setEmptyLeast(boolean) - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
-
Set whether empty sequence comes before other values or after them
- setEmptyLeast(boolean) - Method in class net.sf.saxon.query.QueryModule
-
Set the option for where an empty sequence appears in the collation order, if not otherwise
specified in the "order by" clause
- setEmptyLeast(boolean) - Method in class net.sf.saxon.query.StaticQueryContext
-
Set the option for where an empty sequence appears in the collation order, if not otherwise
specified in the "order by" clause
- setEmptyTag(String) - Static method in class net.sf.saxon.serialize.HTMLEmitter
-
- setEncoding(String) - Method in class com.saxonica.functions.extfn.EXPathArchive.Entry
-
- setEncoding(String) - Method in class net.sf.saxon.s9api.XQueryCompiler
-
Set the encoding of the supplied query.
- setEndCondition(Expression) - Method in class net.sf.saxon.expr.flwor.WindowClause
-
- setEntityResolver(EntityResolver) - Method in class com.saxonica.ee.jaxp.ValidatingReader
-
Allow an application to register an entity resolver.
- setEntityResolver(EntityResolver) - Method in class net.sf.saxon.dom.DocumentBuilderImpl
-
Specify the
EntityResolver
to be used to resolve
entities present in the XML document to be parsed.
- setEntityResolver(EntityResolver) - Method in class net.sf.saxon.jaxp.FilterImpl
-
Allow an application to register an entity resolver.
- setEntityResolver(EntityResolver) - Method in class net.sf.saxon.lib.AugmentedSource
-
Set an EntityResolver to be used when parsing.
- setEntityResolver(EntityResolver) - Method in class net.sf.saxon.lib.ParseOptions
-
Set an EntityResolver to be used when parsing.
- setEntry(Base64BinaryValue) - Method in class com.saxonica.functions.extfn.EXPathArchive.Entry
-
- setEquivalentExpression(Expression) - Method in class com.saxonica.ee.schema.IdentityField
-
Sets the compiled XPath expression for this Field.
- setErrorCode(String) - Method in class com.saxonica.ee.validate.ValidationContext
-
Set the error code to be used for error messages
- setErrorCode(String) - Method in class net.sf.saxon.expr.CardinalityChecker
-
Set the error code to be returned (this is used when evaluating the functions such
as exactly-one() which have their own error codes)
- setErrorCode(Expression) - Method in class net.sf.saxon.expr.instruct.Message
-
- setErrorCode(String) - Method in class net.sf.saxon.expr.parser.RoleDiagnostic
-
Set the error code to be produced if a type error is detected
- setErrorCode(String) - Method in exception net.sf.saxon.trans.XPathException
-
Set the error code.
- setErrorCode(String) - Method in class net.sf.saxon.type.ValidationFailure
-
- setErrorCodeQName(StructuredQName) - Method in exception net.sf.saxon.trans.XPathException
-
Set the error code.
- setErrorCodeQName(StructuredQName) - Method in class net.sf.saxon.type.ValidationFailure
-
- setErrorHandler(ErrorHandler) - Method in class com.saxonica.ee.jaxp.SchemaFactoryImpl
-
Set an error handler to which all schema processing
errors will be notified.
- setErrorHandler(ErrorHandler) - Method in class com.saxonica.ee.jaxp.ValidatingReader
-
Allow an application to register an error event handler.
- setErrorHandler(ErrorHandler) - Method in class com.saxonica.ee.jaxp.ValidatorHandlerImpl
-
Sets the
ErrorHandler
to receive errors encountered
during the validation.
- setErrorHandler(ErrorHandler) - Method in class com.saxonica.ee.jaxp.ValidatorImpl
-
Sets the
ErrorHandler
to receive errors encountered
during the
validate
method invocation.
- setErrorHandler(ErrorHandler) - Method in class net.sf.saxon.dom.DocumentBuilderImpl
-
- setErrorHandler(ErrorHandler) - Method in class net.sf.saxon.jaxp.FilterImpl
-
Allow an application to register an error event handler.
- setErrorHandler(ErrorHandler) - Method in class net.sf.saxon.lib.ParseOptions
-
Set an ErrorHandler to be used when parsing.
- setErrorLimit(int) - Method in class com.saxonica.ee.validate.ValidationContext
-
Set a limit on the number of errors to be reported before validation is abandoned
- setErrorList(List<StaticError>) - Method in class net.sf.saxon.s9api.XQueryCompiler
-
List of errors.
- setErrorList(List<StaticError>) - Method in class net.sf.saxon.s9api.XsltCompiler
-
Supply a List object which will be populated with information about any static errors
encountered during the transformation.
- setErrorListener(ErrorListener) - Method in class com.saxonica.ee.s9api.SchemaManagerImpl
-
Set the ErrorListener to be used while loading and validating schema documents
- setErrorListener(ErrorListener) - Method in class com.saxonica.ee.s9api.SchemaValidatorImpl
-
Set the ErrorListener to be used while validating instance documents.
- setErrorListener(ErrorListener) - Method in class com.saxonica.ee.schema.SchemaCompiler
-
Set the ErrorListener to be used in this compiler.
- setErrorListener(ErrorListener) - Method in class net.sf.saxon.Configuration
-
Set the ErrorListener to be used in this configuration.
- setErrorListener(ErrorListener) - Method in class net.sf.saxon.Controller
-
Set the error listener.
- setErrorListener(ErrorListener) - Method in class net.sf.saxon.event.PipelineConfiguration
-
Set the ErrorListener used for reporting errors in processing this pipeline
- setErrorListener(ErrorListener) - Method in class net.sf.saxon.expr.XPathContextMajor
-
Set the error listener.
- setErrorListener(ErrorListener) - Method in class net.sf.saxon.jaxp.IdentityTransformer
-
Set the error event listener in effect for the transformation.
- setErrorListener(ErrorListener) - Method in class net.sf.saxon.jaxp.SaxonTransformerFactory
-
Set the error event listener for the TransformerFactory, which
is used for the processing of transformation instructions,
and not for the transformation itself.
- setErrorListener(ErrorListener) - Method in class net.sf.saxon.jaxp.TransformerImpl
-
Set the error event listener in effect for the transformation.
- setErrorListener(ErrorListener) - Method in class net.sf.saxon.lib.AugmentedSource
-
Set an ErrorListener to be used when parsing
- setErrorListener(ErrorListener) - Method in class net.sf.saxon.lib.ParseOptions
-
Set an ErrorListener to be used when parsing
- setErrorListener(ErrorListener) - Method in class net.sf.saxon.query.DynamicQueryContext
-
Set the error listener.
- setErrorListener(ErrorListener) - Method in class net.sf.saxon.query.StaticQueryContext
-
Set the ErrorListener to be used to report compile-time errors in a query.
- setErrorListener(ErrorListener) - Method in class net.sf.saxon.s9api.SchemaManager
-
Set the ErrorListener to be used while loading and validating schema documents
- setErrorListener(ErrorListener) - Method in class net.sf.saxon.s9api.SchemaValidator
-
Set the ErrorListener to be used while validating instance documents.
- setErrorListener(ErrorListener) - Method in class net.sf.saxon.s9api.XQueryCompiler
-
Set the ErrorListener to be used during this query compilation episode
- setErrorListener(ErrorListener) - Method in class net.sf.saxon.s9api.XQueryEvaluator
-
Set the error listener.
- setErrorListener(ErrorListener) - Method in class net.sf.saxon.s9api.Xslt30Transformer
-
Set the ErrorListener to be used during this transformation
- setErrorListener(ErrorListener) - Method in class net.sf.saxon.s9api.XsltCompiler
-
Set the ErrorListener to be used during this compilation episode
- setErrorListener(ErrorListener) - Method in class net.sf.saxon.s9api.XsltTransformer
-
Set the ErrorListener to be used during this transformation
- setErrorListener(ErrorListener) - Method in class net.sf.saxon.sxpath.XPathDynamicContext
-
Set the error listener.
- setErrorListener(ErrorListener) - Method in class net.sf.saxon.trans.CompilerInfo
-
Set the ErrorListener to be used during this compilation episode
- setErrorObject(Sequence) - Method in exception net.sf.saxon.trans.XPathException
-
Set the error object associated with this error.
- setErrorOnBadSyntax(String) - Method in class net.sf.saxon.om.QNameParser
-
- setErrorOnUnresolvedPrefix(String) - Method in class net.sf.saxon.om.QNameParser
-
- setEscapeNonAscii(Boolean) - Method in class net.sf.saxon.serialize.HTMLEmitter
-
Say that all non-ASCII characters should be escaped, regardless of the character encoding
- setEscapeNonAscii(Boolean) - Method in class net.sf.saxon.serialize.XMLEmitter
-
Say that all non-ASCII characters should be escaped, regardless of the character encoding
- setEvaluationMethod(int) - Method in class net.sf.saxon.expr.Expression
-
- setEvaluationMode(int) - Method in class net.sf.saxon.expr.instruct.UserFunction
-
Set the evaluation mode.
- setEvaluationMode(int) - Method in class net.sf.saxon.expr.LetExpression
-
- setExecutable(Executable) - Method in class net.sf.saxon.query.QueryModule
-
Set the executable.
- setExecutable(Executable) - Method in class net.sf.saxon.query.XQueryParser
-
Set the executable used for this query expression
- setExecutable(Executable) - Method in class net.sf.saxon.sxpath.IndependentContext
-
- setExecuting(GlobalVariable) - Method in class net.sf.saxon.expr.instruct.Bindery
-
Set/Unset a flag to indicate that a particular global variable is currently being
evaluated.
- setExpandAttributeDefaults(boolean) - Method in class com.saxonica.ee.s9api.SchemaValidatorImpl
-
Set 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)
- setExpandAttributeDefaults(String) - Method in class com.saxonica.xqj.SaxonXQDataSource
-
Say whether whether fixed and default values defined
in a schema or DTD will be expanded.
- setExpandAttributeDefaults(boolean) - Method in class net.sf.saxon.Configuration
-
Indicate whether attributes that have a fixed or default value are to be expanded when
generating a final result tree.
- setExpandAttributeDefaults(boolean) - Method in class net.sf.saxon.event.PipelineConfiguration
-
Set 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)
- setExpandAttributeDefaults(boolean) - Method in class net.sf.saxon.lib.ParseOptions
-
Set whether to expand default attributes defined in a DTD or schema.
- setExpandAttributeDefaults(boolean) - Method in class net.sf.saxon.s9api.SchemaValidator
-
Set 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)
- setExpandXInclude(String) - Method in class com.saxonica.xqj.SaxonXQDataSource
-
Say whether XInclude processing is to be applied to source documents
- setExplicitProperty(String, String, int) - Method in class net.sf.saxon.trans.SimpleMode
-
Set an explicit property at a particular precedence.
- setExponentSeparator(String) - Method in class net.sf.saxon.trans.DecimalSymbols
-
Set the character to be used as the exponent separator
- setExpression(Expression) - Method in class com.saxonica.ee.stream.adjunct.ChooseAdjunct
-
- setExpression(Expression) - Method in class com.saxonica.ee.stream.adjunct.StreamingAdjunct
-
Set the expression being processed by this StreamingAdjunct
- setExpression(Expression) - Method in class com.saxonica.ee.stream.feed.ItemFeed
-
Set the expression being evaluated by this ItemFeed
- setExpression(Expression) - Method in class net.sf.saxon.value.Closure
-
- setExpressions(Expression, Expression) - Method in class com.saxonica.ee.bytecode.CalculatorCompiler
-
- setExtendedTypes(Set<UserComplexType>) - Method in class com.saxonica.ee.schema.UserDefinedType
-
Set the set of types derived by extension from this one
- setExtensionBinder(String, FunctionLibrary) - Method in class com.saxonica.config.ProfessionalConfiguration
-
Set the FunctionLibrary used to bind calls on extension functions.
- setExtensionElementNamespace(String, String) - Method in class com.saxonica.config.ProfessionalConfiguration
-
Set a namespace used to refer to a library of XSLT extension elements
- setExtensionFunctionClass(Class) - Method in class com.saxonica.config.JavaExtensionFunctionFactory
-
Set the class to be used to represent extension function calls.
- setExtensionFunctionFactory(JavaExtensionFunctionFactory) - Method in class com.saxonica.config.JavaExtensionLibrary
-
Set the ExtensionFunctionFactory to be used by this extension library.
- setExtensionFunctionLibrary(FunctionLibrary) - Method in class com.saxonica.expr.StaticQueryContextPE
-
Set a library of extension functions.
- setExtensionFunctionLibrary(FunctionLibrary) - Method in class net.sf.saxon.trans.CompilerInfo
-
- setExternalNamespaceResolver(NamespaceResolver) - Method in class net.sf.saxon.query.StaticQueryContext
-
Set an external namespace resolver.
- setExternalVariable(QName, XdmValue) - Method in class net.sf.saxon.s9api.XQueryEvaluator
-
Set the value of external variable defined in the query
- setFacetList(List<Facet>) - Method in class com.saxonica.ee.schema.UserSimpleType
-
Set the local facet list for this simple type
- setFactory(Configuration) - Method in class net.sf.saxon.event.PIGrabber
-
- setFactoryConfiguration(boolean, String) - Method in class net.sf.saxon.Transform
-
Customisation hook called immediately after the Configuration
object is instantiated.
- setFallbackFunction(MapItem, XPathContext) - Method in class net.sf.saxon.ma.json.JsonHandler
-
- setFeature(String, boolean) - Method in class com.saxonica.ee.jaxp.SchemaFactoryImpl
-
Set a feature for this SchemaFactory
.
- setFeature(String, boolean) - Method in class com.saxonica.ee.jaxp.ValidatingReader
-
Set the value of a feature flag.
- setFeature(String, boolean) - Method in class net.sf.saxon.jaxp.FilterImpl
-
Set the state of a feature.
- setFeature(String, boolean) - Method in class net.sf.saxon.jaxp.SaxonTransformerFactory
-
Set a feature for this TransformerFactory
and Transformer
s
or Template
s created by this factory.
- setFeature(String, boolean) - Method in class net.sf.saxon.xpath.XPathFactoryImpl
-
Set a feature of this XPath implementation.
- setFilter(ComparisonExpression) - Method in class com.saxonica.ee.optim.IndexedFilterExpression
-
- setFilter(Expression) - Method in class net.sf.saxon.expr.FilterExpression
-
- setFiltered(boolean) - Method in class net.sf.saxon.expr.Expression
-
Mark an expression as filtered: that is, it appears as the base expression in a filter expression.
- setFiltered(boolean) - Method in class net.sf.saxon.expr.VariableReference
-
Mark an expression as filtered: that is, it appears as the base expression in a filter expression.
- setFinalComparator(AtomicComparer) - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
-
Set the comparator which is used to compare two values according to this sort key.
- setFinalDefault(int) - Method in class com.saxonica.ee.schema.sdoc.XSDSchema
-
Set the default "final" list for this Schema.
- setFinalProhibitions(int) - Method in class com.saxonica.ee.schema.ElementDecl
-
Sets the value of the 'final' property, indicating which
types of derivation are not allowed.
- setFinalProhibitions(int) - Method in class com.saxonica.ee.schema.UserDefinedType
-
Sets the value of the 'final' property, indicating which
types of derivation are not allowed.
- setFinalProxy(TypedContentHandler) - Method in class com.saxonica.ee.jaxp.ValidatorHandlerImpl
-
Set the TypedContentHandler that acts as the final stage in this pipeline, receiving
typed events from the validator stack
- setFinalState(boolean) - Method in class com.saxonica.ee.schema.fsa.AutomatonState
-
Set this state to be (or not to be) a final state
- setFiniteStateMachine(FiniteStateMachine) - Method in class com.saxonica.ee.schema.UserComplexType
-
Set the finite state machine.
- setFirstDestination(Receiver) - Method in class net.sf.saxon.event.TeeOutputter
-
Set the first destination
- setFixed(boolean) - Method in class com.saxonica.ee.schema.Facet
-
Say whether the facet is defined as fixed
- setFixedValue(AtomicSequence) - Method in class com.saxonica.ee.schema.AttributeDecl
-
Sets the fixed value.
- setFixedValue(AtomicSequence) - Method in class com.saxonica.ee.schema.AttributeUse
-
Sets the fixed value.
- setFixedValue(AtomicSequence) - Method in class com.saxonica.ee.schema.ElementDecl
-
Sets the fixed value for this element definition.
- setFixupStatus(int) - Method in class com.saxonica.ee.schema.SchemaStructure
-
Set the fixup status
- setFlags(String) - Method in class com.saxonica.ee.schema.PatternFacet
-
Saxon allows flags for the regular expression (e.g.
- setFlags(String) - Method in class net.sf.saxon.expr.FilterExpression
-
- setFlags(Expression) - Method in class net.sf.saxon.expr.instruct.AnalyzeString
-
- setFlags(CharSequence) - Static method in class net.sf.saxon.regex.JavaRegularExpression
-
Set the Java flags from the supplied XPath flags.
- setFlags(REFlags) - Method in class net.sf.saxon.regex.RECompiler
-
Set the regular expression flags to be used
- setFlattened(boolean) - Method in class net.sf.saxon.expr.BinaryExpression
-
Mark an expression as being "flattened".
- setFlattened(boolean) - Method in class net.sf.saxon.expr.Expression
-
Mark an expression as being "flattened".
- setFlattened(boolean) - Method in class net.sf.saxon.expr.VariableReference
-
Mark an expression as being "flattened".
- setForEachItem(Expression) - Method in class com.saxonica.xslt3.instruct.MergeInstr.MergeSource
-
- setForEachStream(Expression) - Method in class com.saxonica.xslt3.instruct.MergeInstr.MergeSource
-
- setFormatExpression(Expression) - Method in class net.sf.saxon.expr.instruct.ResultDocument
-
- setFractionalSecond(BigDecimal) - Method in class net.sf.saxon.value.SaxonXMLGregorianCalendar
-
Set fractional seconds.
- setFunction(UserFunction) - Method in class com.saxonica.functions.hof.UserFunctionReference
-
- setFunction(UserFunction) - Method in class net.sf.saxon.expr.UserFunctionCall
-
Create the reference to the function to be called
- setFunction(UserFunction) - Method in interface net.sf.saxon.expr.UserFunctionResolvable
-
- setFunction(UserFunction) - Method in class net.sf.saxon.query.XQueryFunctionLibrary.UnresolvedCallable
-
- setFunctionLibrary(FunctionLibraryList) - Method in class net.sf.saxon.expr.instruct.Executable
-
Set the library containing all the in-scope functions in the static context
- setFunctionLibrary(FunctionLibraryList) - Method in class net.sf.saxon.sxpath.AbstractStaticContext
-
Set the function library to be used
- setFunctionLibraryDetails(FunctionLibraryList, ExecutableFunctionLibrary, ExecutableFunctionLibrary) - Method in class net.sf.saxon.style.StylesheetPackage
-
Set details of functions available for calling anywhere in this package.
- setFunctionName(StructuredQName) - Method in class net.sf.saxon.expr.instruct.UserFunction
-
Set the function name
- setFunctionName(StructuredQName) - Method in class net.sf.saxon.expr.UserFunctionCall
-
Set the name of the function being called
- setFunctionName(StructuredQName) - Method in class net.sf.saxon.query.XQueryFunction
-
Set the name of the function
- setFunctionName(StructuredQName) - Method in class net.sf.saxon.trace.ContextStackFrame.FunctionCall
-
Set the name of the function being called
- setGenerateByteCode(boolean) - Method in class net.sf.saxon.s9api.XsltCompiler
-
Set whether bytecode should be generated for the compiled stylesheet.
- setGenerateByteCode(boolean) - Method in class net.sf.saxon.trans.CompilerInfo
-
Set whether bytecode should be generated for the compiled stylesheet.
- setGeneratedId(String) - Method in class com.saxonica.ee.schema.ElementDecl
-
Set the generated Id for this element declaration
- setGenerateIdEmulation(boolean) - Method in class net.sf.saxon.expr.IdentityComparison
-
Set flag to indicate different empty-sequence behavior when emulating
comparison of two generate-id's.
- setGlobalContextItem(Item) - Method in class net.sf.saxon.Controller
-
Set the item used as the context for evaluating global variables.
- setGlobalContextItem(XdmItem) - Method in class net.sf.saxon.s9api.Xslt30Transformer
-
Supply the context item to be used when evaluating global variables and parameters.
- setGlobalContextRequirement(GlobalContextRequirement) - Method in class net.sf.saxon.expr.instruct.Executable
-
- setGlobalSlotManager(SlotManager) - Method in class net.sf.saxon.expr.PackageData
-
Set the SlotManager to be used to record the names and slot numbers of all global variables
- setGlobalVariable(GlobalVariable, Sequence) - Method in class net.sf.saxon.expr.instruct.Bindery
-
Provide a value for a global variable
- setGroup(SimpleMode.RuleGroupAction, String) - Method in class net.sf.saxon.trans.SimpleMode
-
Set the string associated with a rule group
- setGroupingSeparator(String) - Method in class net.sf.saxon.trans.DecimalSymbols
-
Set the character to be used as the grouping separator
- setGroupingTupleExpression(TupleExpression) - Method in class net.sf.saxon.expr.flwor.GroupByClause
-
Set a tuple expression that evaluates all the grouping variables, returning the values these variables
take in the input stream
- setHasBeenReported(boolean) - Method in exception net.sf.saxon.trans.XPathException
-
Mark this error to indicate that it has already been reported to the error listener, and should not be
reported again
- setHasBeenReported(boolean) - Method in class net.sf.saxon.type.ValidationFailure
-
- setHasChildren(boolean) - Method in class com.saxonica.ee.stream.om.FleetingParentNode
-
Say whether the node has any children.
- setHasChildren(boolean) - Method in class net.sf.saxon.event.StartTagBuffer
-
- setHasFailed() - Method in class com.saxonica.ee.stream.feed.AbsorptionFeed
-
- setHasFailed() - Method in class com.saxonica.ee.stream.feed.ItemFeed
-
Mark this feed as having failed (that is, as having detected and reported
a dynamic error).
- setHasRequiredParams(boolean) - Method in class net.sf.saxon.expr.instruct.NamedTemplate
-
Set whether this template has one or more required parameters
- setHasRequiredParams(boolean) - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
Set whether this template has one or more required parameters
- setHasUnknownDependencies() - Method in class net.sf.saxon.expr.parser.PathMap.PathMapNode
-
Indicate that the path has unknown dependencies, typically because a node reached
by the path is supplied as an argument to a user-defined function
- setHasUnknownDependencies() - Method in class net.sf.saxon.expr.parser.PathMap.PathMapNodeSet
-
Indicate that all the nodes have unknown dependencies
- setHoldability(int) - Method in class com.saxonica.xqj.SaxonXQStaticContext
-
- setHoldability(int) - Method in interface javax.xml.xquery.XQStaticContext
-
Sets the holdability property.
- setHostLanguage(int) - Method in class net.sf.saxon.event.ComplexContentOutputter
-
Set the host language
- setHostLanguage(int) - Method in class net.sf.saxon.event.PipelineConfiguration
-
Set the host language in use
- setHostLanguage(int, boolean) - Method in class net.sf.saxon.expr.instruct.Executable
-
Set the host language
- setHostLanguage(int) - Method in class net.sf.saxon.expr.PackageData
-
Set the language in which this package is written
- setHostLanguage(int) - Method in class net.sf.saxon.expr.sort.SortedIterator
-
Set the host language
- setHostLanguage(int, int) - Method in class net.sf.saxon.trans.DecimalSymbols
-
- setHostLanguage(String) - Method in exception net.sf.saxon.trans.XPathException
-
Set the host language code
- setHour(int) - Method in class net.sf.saxon.value.SaxonXMLGregorianCalendar
-
Set hours.
- setHref(Expression) - Method in class com.saxonica.ee.stream.StreamInstr
-
- setHref(Expression) - Method in class net.sf.saxon.expr.instruct.ResultDocument
-
- setIdAttribute(String, boolean) - Method in class net.sf.saxon.dom.ElementOverNodeInfo
-
Mark an attribute as an ID.
- setIdAttributeNode(Attr, boolean) - Method in class net.sf.saxon.dom.ElementOverNodeInfo
-
Mark an attribute as an ID.
- setIdAttributeNS(String, String, boolean) - Method in class net.sf.saxon.dom.ElementOverNodeInfo
-
Mark an attribute as an ID.
- setIgnoreIgnorableWhitespace(boolean) - Method in class net.sf.saxon.event.ReceivingContentHandler
-
Set whether "ignorable whitespace" should be ignored.
- setIgnoreNaN(boolean) - Method in class net.sf.saxon.functions.Minimax
-
Indicate whether NaN values should be ignored.
- setImaginary(boolean) - Method in class net.sf.saxon.tree.linked.DocumentImpl
-
Set whether this is an imaginary document node
- setImplicitlyRequiredParam(boolean) - Method in class net.sf.saxon.expr.instruct.GlobalParam
-
Indicate that this parameter is implicitly required, because the default value does not match the type
- setImplicitlyRequiredParam(boolean) - Method in class net.sf.saxon.expr.instruct.LocalParam
-
Indicate that this variable represents a parameter that is implicitly required (because there is no
usable default value)
- setImplicitTimeZone(TimeZone) - Method in class com.saxonica.xqj.SaxonXQDynamicContext
-
- setImplicitTimeZone(TimeZone) - Method in interface javax.xml.xquery.XQDynamicContext
-
Sets the implicit timezone
- setImportedSchemaNamespaces(Set<String>) - Method in class net.sf.saxon.sxpath.IndependentContext
-
Register the set of imported schema namespaces
- setImporter(StylesheetModule) - Method in class net.sf.saxon.style.StylesheetModule
-
- setImportingModule(QueryModule) - Method in class net.sf.saxon.query.ImportedFunctionLibrary
-
Set the module that imports this function libary
- setImportPrecedence(int) - Method in class com.saxonica.xslt3.instruct.Accumulator
-
Set the import precedence
- setIncludeUnclosedWindows(boolean) - Method in class net.sf.saxon.expr.flwor.WindowClause
-
- setIndentForNextAttribute(int) - Method in class net.sf.saxon.serialize.XMLEmitter
-
- setIndenting(boolean) - Method in class net.sf.saxon.ma.json.JsonReceiver
-
- setIndex(int) - Method in interface com.saxonica.ee.pattern.preconditions.Condition
-
Set the indices for this group of rawConditions returning the next index to use in sequence
- setIndex(int) - Method in class com.saxonica.ee.pattern.preconditions.ExpressionCondition
-
- setIndex(int) - Method in class com.saxonica.ee.pattern.preconditions.TokenizedCondition
-
- setIndexedItemType(BuiltInAtomicType) - Method in class net.sf.saxon.trans.KeyDefinition
-
Set the primitive item type of the values returned by the use expression
- setIndexedVariable() - Method in class net.sf.saxon.expr.Assignation
-
Indicate that the variable bound by this let expression should be indexable
(because it is used in an appropriate filter expression)
- setIndexedVariable() - Method in class net.sf.saxon.expr.flwor.LocalVariableBinding
-
Indicate that the variable bound by this let expression should be indexable
(because it is used in an appropriate filter expression)
- setIndexedVariable() - Method in class net.sf.saxon.expr.instruct.GlobalVariable
-
Mark this as an indexed variable, to allow fast searching
- setIndexedVariable(boolean) - Method in class net.sf.saxon.expr.instruct.UserFunctionParameter
-
Indicate that this parameter requires (or does not require) support for indexing
- setIndexRules() - Method in class com.saxonica.ee.pattern.PatternOptimizationEE
-
- setInfinity(String) - Method in class net.sf.saxon.trans.DecimalSymbols
-
Set the string to be used to represent infinity
- setInheritable(boolean) - Method in class com.saxonica.ee.schema.AttributeDecl
-
Say whether this attribute is inheritable
- setInheritable(int) - Method in class com.saxonica.ee.schema.AttributeUse
-
Say whether this attribute is inheritable
- setInheritanceFlags(String) - Method in class net.sf.saxon.expr.instruct.ElementCreator
-
- setInheritNamespaces(boolean) - Method in class net.sf.saxon.query.QueryModule
-
Set the namespace inheritance mode
- setInheritNamespaces(boolean) - Method in class net.sf.saxon.query.StaticQueryContext
-
Set the namespace inheritance mode
- setInheritNamespacesFromParent(boolean) - Method in class net.sf.saxon.expr.instruct.ElementCreator
-
Say whether this element causes inherits namespaces from its parent.
- setInheritNamespacesToChildren(boolean) - Method in class net.sf.saxon.expr.instruct.ElementCreator
-
Say whether this element causes its children to inherit namespaces
- setInitialContextItem(XdmItem) - Method in class net.sf.saxon.s9api.Xslt30Transformer
-
Set the initial context item for the transformation.
- setInitialContextNode(XdmNode) - Method in class net.sf.saxon.s9api.Xslt30Transformer
-
- setInitialContextNode(XdmNode) - Method in class net.sf.saxon.s9api.XsltTransformer
-
Set the initial context node for the transformation.
- setInitiallyExp(LocalParamBlock) - Method in class com.saxonica.xslt3.instruct.IterateInstr
-
- setInitialMode(StructuredQName) - Method in class net.sf.saxon.Controller
-
Set the initial mode for the transformation.
- setInitialMode(String) - Method in class net.sf.saxon.jaxp.TransformerImpl
-
Supply an initial mode for a transformation.
- setInitialMode(QName) - Method in class net.sf.saxon.s9api.Xslt30Transformer
-
Set the initial mode for the transformation
- setInitialMode(QName) - Method in class net.sf.saxon.s9api.XsltTransformer
-
Set the initial mode for the transformation
- setInitialState(AutomatonState) - Method in class com.saxonica.ee.schema.fsa.FiniteStateMachine
-
Set the initial state of this finite state machine
- setInitialTemplate(StructuredQName) - Method in class net.sf.saxon.Controller
-
- setInitialTemplate(String) - Method in class net.sf.saxon.jaxp.TransformerImpl
-
Supply an initial template for a transformation.
- setInitialTemplate(QName) - Method in class net.sf.saxon.s9api.XsltTransformer
-
Set the initial named template for the transformation
- setInitialTemplateParameters(Map<StructuredQName, Sequence>, boolean) - Method in class net.sf.saxon.Controller
-
Set parameters for the initial template (whether this is a named template, or a template
rule invoked to process the initial input item)
- setInitialTemplateParameters(Map<QName, XdmValue>, boolean) - Method in class net.sf.saxon.s9api.Xslt30Transformer
-
Set parameters to be passed to the initial template.
- setInitialValidator(ContentValidator) - Method in class com.saxonica.ee.validate.ValidationStack
-
Set the initial validator to be used for the outermost element
- setInitialValueExpression(Expression) - Method in class com.saxonica.xslt3.instruct.Accumulator
-
Set the expression that computes the initial value of the accumulator
- setInlineable(boolean) - Method in class net.sf.saxon.expr.instruct.UserFunction
-
Say whether this function can be inlined
- setInputStream(String, InputStream) - Method in class net.sf.saxon.evpull.StaxToEventBridge
-
Supply an input stream containing XML to be parsed.
- setInputStream(String, InputStream) - Method in class net.sf.saxon.pull.StaxBridge
-
Supply an input stream containing XML to be parsed.
- setInputTypeAnnotations(int) - Method in class net.sf.saxon.style.StylesheetModule
-
Set the value of the input-type-annotations attribute, for this module combined with that
of all included/imported modules.
- setIntProperty(String, int) - Method in class net.sf.saxon.trans.DecimalSymbols
-
Set one of the single-character properties.
- setInvalidityHandler(InvalidityHandler) - Method in class com.saxonica.ee.s9api.SchemaValidatorImpl
-
Set the InvalidityHandler to be used when validating instance documents
- setInvalidityHandler(InvalidityHandler) - Method in class com.saxonica.ee.validate.ValidationContext
-
Set the callback for reporting validation errors
- setInvalidityHandler(InvalidityHandler) - Method in class net.sf.saxon.lib.ParseOptions
-
Set the callback for reporting validation errors
- setInvalidityHandler(InvalidityHandler) - Method in class net.sf.saxon.s9api.SchemaValidator
-
Set the InvalidityHandler to be used when validating instance documents.
- setInvalidNode(NodeInfo) - Method in class net.sf.saxon.type.ValidationFailure
-
- setInventPrefixes(boolean) - Method in class net.sf.saxon.event.StreamWriterToReceiver
-
- setInventPrefixes(boolean) - Method in interface net.sf.saxon.s9api.BuildingStreamWriter
-
Say whether prefixes are to be invented when none is specified by the user
- setInversion(Inversion) - Method in class com.saxonica.ee.stream.watch.ForEachAction
-
Set the inversion of the for-each action (the body of the loop)
- setIsAssert(boolean) - Method in class net.sf.saxon.expr.instruct.Message
-
Say whether this instruction is implementing xsl:message or xsl:assert
- setIsGlobalError(boolean) - Method in exception net.sf.saxon.trans.XPathException
-
Mark this exception to indicate that it originated while evaluating a global
variable reference, and is therefore to be reported regardless of the try/catch
context surrounding the variable reference
- setIsId(boolean) - Method in class net.sf.saxon.tree.util.Orphan
-
Set the isId property
- setIsIdref(boolean) - Method in class net.sf.saxon.tree.util.Orphan
-
Set the isIdref property
- setIsMainModule(boolean) - Method in class net.sf.saxon.query.QueryModule
-
Set whether this is a "Main" module, in the sense of the XQuery language specification
- setIsNilled(boolean) - Method in class com.saxonica.ee.validate.ValidationStack
-
Indicate whether the current element is nilled
- setIsNumberingInstruction() - Method in class net.sf.saxon.expr.instruct.ValueOf
-
Indicate that this is really an xsl:nunber instruction
- setIsSerialized(SchemaComponent) - Method in class com.saxonica.ee.schema.SchemaModelSerializer
-
- setIsSimpleContent(boolean) - Method in class com.saxonica.ee.schema.sdoc.SimpleTypeDefinition
-
Indicate that this simple type represents the content type of a complex type with simple content
- setIsSlidingWindow(boolean) - Method in class net.sf.saxon.expr.flwor.WindowClause
-
- setIsStaticError(boolean) - Method in exception net.sf.saxon.trans.XPathException
-
Mark this exception to indicate that it represents (or does not represent) a static error
- setIsSyntaxError(boolean) - Method in exception net.sf.saxon.trans.XPathException
-
Mark this exception to indicate that it represents (or does not represent) a syntax error
- setIsTypeError(boolean) - Method in exception net.sf.saxon.trans.XPathException
-
Mark this exception to indicate that it represents (or does not represent) a type error
- setIsXHTML(boolean) - Method in class net.sf.saxon.serialize.MetaTagAdjuster
-
Indicate whether we're handling HTML or XHTML
- setItemType(ItemType) - Method in class net.sf.saxon.pattern.NodeSetPattern
-
Set the item type, that is, the type of nodes/items which the pattern will match
- setItemTypeReference(TypeReference) - Method in class com.saxonica.ee.schema.sdoc.SimpleTypeDefinition
-
Set the reference to an item type of this list type
- setItemTypeReference(TypeReference) - Method in class com.saxonica.ee.schema.UserListType
-
Sets the itemType for this ListType (the type of
item that instances of this list type contain).
- setKeepStatistics(boolean) - Method in class com.saxonica.ee.validate.ValidationStack
-
Ask that statistics be maintained for the duration of the validation episode.
- setKey(Expression) - Method in class net.sf.saxon.expr.instruct.ForEachGroup
-
- setKey(String, String) - Method in class net.sf.saxon.ma.json.JsonHandler
-
Set the key to be written for the next entry in an object/map
- setKey(String, String) - Method in class net.sf.saxon.ma.json.JsonHandlerMap
-
Set the key to be written for the next entry in an object/map
- setKey(String, String) - Method in class net.sf.saxon.ma.json.JsonHandlerXML
-
Set the key to be written for the next entry in an object/map
- setKeyManager(KeyManager) - Method in class net.sf.saxon.expr.instruct.Executable
-
Set the KeyManager which handles key definitions
- setKeyManager(KeyManager) - Method in class net.sf.saxon.expr.PackageData
-
Set the KeyManager, containing definitions of keys available for use.
- setLabel(String) - Method in class net.sf.saxon.Configuration
-
Set a label for this configuration
- setLanguage(int, int) - Method in class net.sf.saxon.expr.parser.XPathParser
-
Set the current language (XPath or XQuery, XSLT Pattern, or SequenceType)
- setLanguage(Expression) - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
-
Set the language.
- setLanguageProperties(String, Properties) - Method in class com.saxonica.config.DotNetLocalizerFactory
-
Set properties for a particular language.
- setLanguageProperties(String, Properties) - Method in class com.saxonica.config.JavaLocalizerFactory
-
Set properties for a particular language.
- setLanguageProperties(String, Properties) - Method in class net.sf.saxon.lib.LocalizerFactory
-
Set properties for a particular language.
- setLanguageVersion(int) - Method in class com.saxonica.ee.schema.SchemaCompiler
-
Set the XSD language version allowed.
- setLanguageVersion(int) - Method in class net.sf.saxon.query.StaticQueryContext
-
Set the language version.
- setLanguageVersion(String) - Method in class net.sf.saxon.s9api.XPathCompiler
-
Say whether an XPath 2.0, XPath 3.0 or XPath 3.1 processor is required.
- setLanguageVersion(String) - Method in class net.sf.saxon.s9api.XQueryCompiler
-
Say whether an XQuery 1.0 or XQuery 3.0 processor is required.
- setLastPositionFinder(LastPositionFinder) - Method in class net.sf.saxon.tree.iter.ManualIterator
-
- setLax(boolean) - Method in class com.saxonica.ee.s9api.SchemaValidatorImpl
-
The validation mode may be either strict or lax.
- setLax(boolean) - Method in class net.sf.saxon.s9api.SchemaValidator
-
The validation mode may be either strict or lax.
- setLazyConstruction(boolean) - Method in class net.sf.saxon.expr.instruct.ParentNodeConstructor
-
Indicate that lazy construction should (or should not) be used.
- setLength(int) - Method in interface net.sf.saxon.tree.tiny.AppendableCharSequence
-
Set the length.
- setLength(int) - Method in class net.sf.saxon.tree.tiny.CharSlice
-
Set the length of this character sequence, without changing the array and start offset
to which it is bound
- setLength(int) - Method in class net.sf.saxon.tree.tiny.LargeStringBuffer
-
Set the length.
- setLength(int) - Method in class net.sf.saxon.tree.util.FastStringBuffer
-
Set the length.
- setLexicalHandler(LexicalHandler) - Method in class net.sf.saxon.event.ContentHandlerProxy
-
Set the Lexical Handler to be used.
- setLexicalValue(GDateValue, CharSequence, boolean) - Static method in class net.sf.saxon.value.GDateValue
-
Initialize the DateValue using a character string in the format yyyy-mm-dd and an optional time zone.
- setLhsExpression(Expression) - Method in class net.sf.saxon.expr.BinaryExpression
-
Set the left-hand operand expression
- setLicensedFeatures() - Method in class com.saxonica.config.EnterpriseConfiguration
-
- setLicensedFeatures() - Method in class com.saxonica.config.ProfessionalConfiguration
-
- setLimits(int, int) - Method in class com.saxonica.ee.schema.fsa.AutomatonState
-
Set the counter limits
- setLineAndColumn(int, int, int) - Method in class net.sf.saxon.tree.linked.LineNumberMap
-
Set the line number corresponding to a given sequence number
- setLineNumber(int) - Method in class com.saxonica.ee.schema.SchemaStructure
-
Set the line number
- setLineNumber(int) - Method in class net.sf.saxon.expr.instruct.ComponentCode
-
- setLineNumber(int) - Method in class net.sf.saxon.expr.instruct.InstructionDetails
-
Set the line number of the instruction within the module
- setLineNumber(int) - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
- setLineNumber(int) - Method in exception net.sf.saxon.type.ValidationException
-
- setLineNumber(int) - Method in class net.sf.saxon.type.ValidationFailure
-
- setLineNumbering(boolean) - 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.
- setLineNumbering(boolean) - Method in class net.sf.saxon.event.Builder
-
Set line numbering on or off
- setLineNumbering(boolean) - Method in class net.sf.saxon.lib.AugmentedSource
-
Set whether line numbers are to be maintained in the constructed document
- setLineNumbering(boolean) - Method in class net.sf.saxon.lib.ParseOptions
-
Set whether line numbers are to be maintained in the constructed document
- setLineNumbering(boolean) - Method in class net.sf.saxon.s9api.DocumentBuilder
-
Say whether line numbering is to be enabled for documents constructed using this DocumentBuilder.
- setLineNumbering() - Method in class net.sf.saxon.tree.linked.DocumentImpl
-
Set line numbering on
- setLineNumbering() - Method in class net.sf.saxon.tree.tiny.TinyTree
-
Set line numbering on
- setLocalizationClass(String, String) - Method in class com.saxonica.config.JavaLocalizerFactory
-
Set the name of the Localization class to be used for a particular language
- setLocalizerFactory(LocalizerFactory) - Method in class net.sf.saxon.Configuration
-
Set the localizer factory to be used
- setLocalLicenseId(int) - Method in class com.saxonica.ee.schema.PreparedSchema
-
Set the local license id, identifying any local license in the case
where this package was loaded from a compiled package that contained its own
embedded license
- setLocalLicenseId(int) - Method in class net.sf.saxon.expr.PackageData
-
Set the local license id, identifying any local license in the case
where this package was loaded from a compiled package that contained its own
embedded license
- setLocalNamespaces(NamespaceBinding[]) - Method in class com.saxonica.ee.stream.om.FleetingElementNode
-
- setLocalNamespaces(NamespaceBinding[]) - Method in class net.sf.saxon.evpull.StartElementEvent
-
Set the namespaces that are locally declared (or undeclared) on this element
- setLocalParameters(ParameterSet) - Method in class net.sf.saxon.expr.XPathContextMajor
-
Set the local parameters for the current template call.
- setLocalVariable(int, Sequence) - Method in class net.sf.saxon.expr.EarlyEvaluationContext
-
Set the value of a local variable, identified by its slot number
- setLocalVariable(int, Sequence) - Method in interface net.sf.saxon.expr.XPathContext
-
Set the value of a local variable, identified by its slot number
- setLocalVariable(int, Sequence) - Method in class net.sf.saxon.expr.XPathContextMinor
-
Set the value of a local variable, identified by its slot number
- setLocation(Location) - Method in class net.sf.saxon.evpull.StartElementEvent
-
Set the location associated with the event
- setLocation(Location) - Method in class net.sf.saxon.expr.CardinalityChecker
-
- setLocation(Location) - Method in class net.sf.saxon.expr.Expression
-
Set the location on an expression.
- setLocation(Location) - Method in class net.sf.saxon.expr.flwor.Clause
-
Set the location, which can be used to determine
the system ID and line number of the clause
- setLocation(Expression) - Method in class net.sf.saxon.expr.parser.XPathParser
-
Set location information on an expression.
- setLocation(Expression, int) - Method in class net.sf.saxon.expr.parser.XPathParser
-
Set location information on an expression.
- setLocation(Clause, int) - Method in class net.sf.saxon.expr.parser.XPathParser
-
Set location information on a clause of a FLWOR expression.
- setLocation(Location) - Method in class net.sf.saxon.query.XQueryFunction
-
Set the location of the source declaration of the function
- setLocation(Location) - Method in class net.sf.saxon.trace.ContextStackFrame
-
Set the location of the instruction that caused this new context
to be created
- setLocation(String, int) - Method in class net.sf.saxon.trans.KeyDefinition
-
Set the system Id and line number of the source xsl:key definition
- setLocation(Location) - Method in exception net.sf.saxon.trans.XPathException
-
- setLocation(String, int, int) - Method in class net.sf.saxon.tree.linked.ElementImpl
-
Set location information for this node
- setLocation(String, int) - Method in class net.sf.saxon.tree.linked.ProcInstImpl
-
Set the system ID and line number
- setLocation(Location) - Method in exception net.sf.saxon.type.ValidationException
-
- setLocationId(Location) - Method in class net.sf.saxon.expr.instruct.LocalParam
-
Set the location on an expression.
- setLocationIsCodeLocation(boolean) - Method in class net.sf.saxon.event.PipelineConfiguration
-
- setLocationURI(URI) - Method in class net.sf.saxon.query.QueryModule
-
Set the location URI for a module
- setLocator(SourceLocator) - Method in class com.saxonica.ee.schema.SchemaStructure
-
Set the location information for this schema component.
- setLocator(Location) - Method in class net.sf.saxon.serialize.SerializationParamsHandler
-
Set the location of the instruction to be used for error message reporting
- setLocator(SourceLocator) - Method in class net.sf.saxon.type.ValidationFailure
-
- setLogger(Logger) - Method in class net.sf.saxon.Configuration
-
Register a new logger to be used in the Saxon event logging mechanism
- setLogger(Logger) - Method in class net.sf.saxon.lib.StandardErrorListener
-
Set output destination for error messages (default is System.err)
- setLogger(Logger) - Method in class net.sf.saxon.lib.StandardInvalidityHandler
-
Set output destination for error messages (default is the Logger registered with the Configuration)
- setLoginTimeout(int) - Method in class com.saxonica.xqj.SaxonXQDataSource
-
- setLoginTimeout(int) - Method in interface javax.xml.xquery.ConnectionPoolXQDataSource
-
Sets the maximum time in seconds that this datasource will wait while
attempting to connect to a database.
- setLoginTimeout(int) - Method in interface javax.xml.xquery.XQDataSource
-
Sets the maximum time in seconds that this datasource will wait while
attempting to connect to a database.
- setLogWriter(PrintWriter) - Method in class com.saxonica.xqj.SaxonXQDataSource
-
- setLogWriter(PrintWriter) - Method in interface javax.xml.xquery.ConnectionPoolXQDataSource
-
Sets the log writer for this datasource object to the given
java.io.PrintWriter
object.
- setLogWriter(PrintWriter) - Method in interface javax.xml.xquery.XQDataSource
-
Sets the log writer for this XQDataSource
object to the given
java.io.PrintWriter
object.
- setLookup(Expression) - Method in class com.saxonica.ee.optim.IndexedLookupExpression
-
- setMatch(Pattern) - Method in class com.saxonica.xslt3.style.XSLAccumulatorRule
-
- setMatching(Expression) - Method in class net.sf.saxon.expr.instruct.AnalyzeString
-
- setMatchPattern(Pattern) - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
Set the match pattern used with this template
- setMax(Expression) - Method in class net.sf.saxon.expr.IntegerRangeTest
-
- setMaximumNumberOfWarnings(int) - Method in class net.sf.saxon.lib.StandardErrorListener
-
Set the maximum number of warnings that are reported; further warnings after this limit
are silently ignored
- setMaxOccurs(int) - Method in class com.saxonica.ee.schema.Particle
-
Sets the maximum number of occurrences for this Particle within
the containing content model
- setMaxTransition(Edge) - Method in class com.saxonica.ee.schema.fsa.AutomatonState
-
A counting state may have a special Edge that is used when the maxOccurs value is reached.
- setMediaQueryEvaluator(Comparator) - Method in class net.sf.saxon.Configuration
-
Set a comparator which can be used to assess whether the media pseudo-attribute
in an xml-stylesheet processing instruction matches the media requested in the API
for the transformation
- setMemberTypeReferences(List<TypeReference>) - Method in class com.saxonica.ee.schema.UserUnionType
-
Set the member types of this union type.
- setMemoFunction(boolean) - Method in class net.sf.saxon.query.XQueryFunction
-
Set that this is, or is not, a memo function.
- setMergeKeyDefinitionSet(SortKeyDefinitionList) - Method in class com.saxonica.xslt3.instruct.MergeInstr.MergeSource
-
- setMessage(String) - Method in class com.saxonica.ee.schema.Assertion
-
Set the user-defined error message associated with the assertion
- setMessage(String) - Method in class com.saxonica.ee.schema.Facet
-
Set the message to be used when this facet is violated.
- setMessage(String) - Method in class net.sf.saxon.type.ValidationFailure
-
- setMessageEmitter(Receiver) - Method in class net.sf.saxon.Controller
-
Set the Receiver to be used for xsl:message output.
- setMessageEmitterClass(String) - Method in class net.sf.saxon.Configuration
-
Set the name of the class that will be instantiated to
to process the output of xsl:message instructions in XSLT.
- setMessageListener(MessageListener) - Method in class net.sf.saxon.s9api.Xslt30Transformer
-
Set the MessageListener to be notified whenever the stylesheet evaluates an
xsl:message
instruction.
- setMessageListener(MessageListener) - Method in class net.sf.saxon.s9api.XsltTransformer
-
Set the MessageListener to be notified whenever the stylesheet evaluates an
xsl:message
instruction.
- setMessageReceiverClassName(String) - Method in class net.sf.saxon.Controller
-
Set the message receiver class name
- setMessageReceiverClassName(String) - Method in class net.sf.saxon.trans.CompilerInfo
-
Set the name of the class that will be instantiated to create a MessageEmitter,
to process the output of xsl:message instructions in XSLT.
- setMillisecond(int) - Method in class net.sf.saxon.value.SaxonXMLGregorianCalendar
-
Set milliseconds.
- setMin(Expression) - Method in class net.sf.saxon.expr.IntegerRangeTest
-
- setMinimalPackageData() - Method in class net.sf.saxon.style.Compilation
-
- setMinImportPrecedence(int) - Method in class net.sf.saxon.style.StylesheetModule
-
Set the minimum import precedence of this module, that is, the lowest import precedence of the modules
that it imports.
- setMinOccurs(int) - Method in class com.saxonica.ee.schema.Particle
-
Sets the minimum number of occurrences for this Particle within
the containing content model
- setMinRules(int) - Method in class com.saxonica.ee.pattern.preconditions.ComparisonPredicateIndex
-
- setMinusSign(String) - Method in class net.sf.saxon.trans.DecimalSymbols
-
Set the character to be used as the minus sign
- setMinute(int) - Method in class net.sf.saxon.value.SaxonXMLGregorianCalendar
-
Set minutes.
- setMode(Component<? extends Mode>) - Method in class com.saxonica.ee.stream.watch.ApplyTemplatesAction
-
- setMode(SimpleMode) - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
-
Set the mode to be used.
- setModel(TreeModel) - Method in class net.sf.saxon.Controller
-
Set the tree model to use.
- setModel(TreeModel) - Method in class net.sf.saxon.lib.AugmentedSource
-
Set the tree model to use.
- setModel(TreeModel) - Method in class net.sf.saxon.lib.ParseOptions
-
Set the tree model to use.
- setModelGroupName(StructuredQName) - Method in class com.saxonica.ee.schema.ModelGroupDefinition
-
- setModuleLocation(Location) - Method in class net.sf.saxon.query.StaticQueryContext
-
Set the module location.
- setModuleNamespace(String) - Method in class net.sf.saxon.query.QueryModule
-
Set the namespace for a library module.
- setModuleURIResolver(ModuleURIResolver) - Method in class net.sf.saxon.Configuration
-
Set a user-defined ModuleURIResolver for resolving URIs used in "import module"
declarations in an XQuery prolog.
- setModuleURIResolver(String) - Method in class net.sf.saxon.Configuration
-
Create and register an instance of a ModuleURIResolver with a specified class name.
- setModuleURIResolver(ModuleURIResolver) - Method in class net.sf.saxon.query.StaticQueryContext
-
Set a user-defined ModuleURIResolver for resolving URIs used in "import module"
declarations in the XQuery prolog.
- setModuleURIResolver(ModuleURIResolver) - Method in class net.sf.saxon.s9api.XQueryCompiler
-
Set a user-defined ModuleURIResolver for resolving URIs used in import module
declarations in the XQuery prolog.
- setMonth(int) - Method in class net.sf.saxon.value.SaxonXMLGregorianCalendar
-
Set month.
- setName(String) - Method in class com.saxonica.ee.bytecode.util.NamedLabel
-
- setName(StructuredQName) - Method in class net.sf.saxon.expr.instruct.AttributeSet
-
Set the name of the attribute-set
- setName(String) - Method in class net.sf.saxon.pull.UnparsedEntity
-
Set the name of the unparsed entity
- setNameCode(int) - Method in class net.sf.saxon.om.FingerprintedQName
-
Set the nameCode for this QName.
- setNamedOutputProperties(StructuredQName, Properties) - Method in class net.sf.saxon.style.StylesheetPackage
-
Define a named set serialization properties to be used for documents output
using xsl:result-document instructions within this package
- setNameExp(Expression) - Method in class com.saxonica.ee.update.RenameExpression
-
- setNameExp(Expression) - Method in class net.sf.saxon.expr.instruct.ComputedAttribute
-
- setNameExp(Expression) - Method in class net.sf.saxon.expr.instruct.ComputedElement
-
- setNameExp(Expression) - Method in class net.sf.saxon.expr.instruct.NamespaceConstructor
-
- setNameExp(Expression) - Method in class net.sf.saxon.expr.instruct.ProcessingInstruction
-
- setNamePool(NamePool) - Method in class net.sf.saxon.Configuration
-
Set the NamePool to be used for stylesheets/queries and for source documents.
- setNamespace(Expression) - Method in class net.sf.saxon.expr.instruct.ComputedAttribute
-
- setNamespaceContext(NamespaceResolver) - Method in class com.saxonica.ee.schema.EnumerationFacet
-
Save the namespace context for this enumeration value.
- setNamespaceContext(NamespaceResolver) - Method in class com.saxonica.ee.schema.IdentityField
-
Set the namespace context.
- setNamespaceContext(NamespaceResolver) - Method in class com.saxonica.ee.schema.IdentitySelector
-
Set the namespace context.
- setNamespaceContext(NamespaceResolver) - Method in class com.saxonica.ee.schema.TypeAlternative
-
Set the namespace context.
- setNamespaceContext(NamespaceContext) - Method in class net.sf.saxon.event.StreamWriterToReceiver
-
- setNamespaceContext(NamespaceContext) - Method in class net.sf.saxon.xpath.JAXPXPathStaticContext
-
Supply the NamespaceContext used to resolve namespaces.
- setNamespaceContext(NamespaceContext) - Method in class net.sf.saxon.xpath.XPathEvaluator
-
Set the namespace context to be used.
- setNamespaceContextExpr(Expression) - Method in class com.saxonica.xslt3.instruct.EvaluateInstr
-
- setNamespaceDeclarations(NamespaceBinding[], int) - Method in class net.sf.saxon.tree.linked.ElementImpl
-
Set the namespace declarations for the element
- setNamespaceExp(Expression) - Method in class net.sf.saxon.expr.instruct.ComputedElement
-
- setNamespaceList(NamespaceBinding[]) - Method in class net.sf.saxon.tree.linked.ElementImpl
-
Set the namespace list
- setNamespaceResolver(NamespaceResolver) - Method in class com.saxonica.ee.schema.AttributeDecl
-
Set the namespace resolver for resolving QName-valued fixed and default values
- setNamespaceResolver(NamespaceResolver) - Method in class com.saxonica.ee.schema.AttributeUse
-
Set the namespace resolver for resolving QName-valued fixed and default values
- setNamespaceResolver(NamespaceResolver) - Method in class com.saxonica.ee.schema.ElementDecl
-
Set the namespace resolver to be used
- setNamespaceResolver(NamespaceResolver) - Method in class com.saxonica.ee.stream.watch.AbstractWatch
-
Set a NamespaceResolver for use by the Watch
- setNamespaceResolver(NamespaceResolver) - Method in interface com.saxonica.ee.stream.watch.Watch
-
Set a NamespaceResolver for use by the Watch
- setNamespaceResolver(NamespaceResolver) - Method in class com.saxonica.ee.validate.FieldChecker
-
Set a NamespaceResolver for use by the FieldChecker
- setNamespaceResolver(NamespaceResolver) - Method in class net.sf.saxon.expr.flwor.ClauseInfo
-
Set the namespace bindings from the static context of the clause
- setNamespaceResolver(NamespaceResolver) - Method in class net.sf.saxon.expr.flwor.TraceClause
-
Set the namespace bindings from the static context of the clause
- setNamespaceResolver(NamespaceResolver) - Method in class net.sf.saxon.expr.instruct.TraceExpression
-
Set the namespace context for the instruction being traced.
- setNamespaceResolver(NamespaceResolver) - Method in class net.sf.saxon.om.QNameParser
-
- setNamespaceResolver(NamespaceResolver) - Method in class net.sf.saxon.sxpath.IndependentContext
-
Set an external namespace resolver.
- setNamespaceResolver(NamespaceResolver) - Method in interface net.sf.saxon.sxpath.XPathStaticContext
-
Set an external namespace resolver.
- setNamespaceResolver(NamespaceResolver) - Method in class net.sf.saxon.type.Converter
-
Provide a namespace resolver, needed for conversion to namespace-sensitive types such as QName and NOTATION.
- setNamespaceResolver(NamespaceResolver) - Method in class net.sf.saxon.type.Converter.TwoPhaseConverter
-
- setNamespaceResolver(NamespaceResolver) - Method in class net.sf.saxon.type.StringConverter.StringToNonStringDerivedType
-
- setNamespaceResolver(NamespaceResolver) - Method in class net.sf.saxon.type.StringConverter.StringToNotation
-
- setNamespaceResolver(NamespaceResolver) - Method in class net.sf.saxon.type.StringConverter.StringToQName
-
- setNamespaces(NodeInfo) - Method in class net.sf.saxon.sxpath.IndependentContext
-
Declares all the namespaces that are in-scope for a given node, removing all previous
namespace declarations.
- setNamespacesFromJAXP(JAXPXPathStaticContext) - Method in class net.sf.saxon.expr.parser.RetainedStaticContext
-
Create namespace information from the JAXP XPath static context.
- setNamespaceStatus(String, int) - Method in class com.saxonica.config.EnterpriseConfiguration
-
Set the status of a particular schema namespace.
- setNaN(String) - Method in class net.sf.saxon.trans.DecimalSymbols
-
Set the string to be used to represent NaN
- setNeedsDynamicOutputProperties(boolean) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
-
Say that this stylesheet package needs dynamic output properties
- setNeedsRuntimeCheck(boolean) - Method in class net.sf.saxon.expr.GeneralComparison
-
Say whether a runtime check of the types of the operands is needed
- setNext(Rule) - Method in class net.sf.saxon.trans.Rule
-
- setNextException(XQException) - Method in exception javax.xml.xquery.XQException
-
Adds an XQException
to the chain of exceptions.
- setNextSibling(Node) - Method in class net.sf.saxon.dom.DOMWriter
-
Set next sibling
- setNillability(int) - Method in class com.saxonica.ee.validate.ContentValidator
-
Set whether this type permits xsi:nil = true
- setNillable(boolean) - Method in class com.saxonica.ee.schema.ElementDecl
-
Sets whether or not instances of this element definition may
set xsi:nil='true'.
- setNillable(boolean) - Method in class net.sf.saxon.pattern.ContentTypeTest
-
Indicate whether nilled elements should be matched (the default is false)
- setNilled() - Method in class net.sf.saxon.tree.linked.ElementImpl
-
Say that the element has the nilled property
- setNilled(int) - Method in class net.sf.saxon.tree.tiny.TinyTree
-
Set an element node to be marked as nilled
- setNode(Node) - Method in class net.sf.saxon.dom.DOMWriter
-
Set the attachment point for the new subtree
- setNode(NodeInfo) - Method in exception net.sf.saxon.type.ValidationException
-
- setNodeFactory(NodeFactory) - Method in class net.sf.saxon.tree.linked.LinkedTreeBuilder
-
Set the Node Factory to use.
- setNodeKind(int) - Method in class com.saxonica.ee.stream.om.FleetingNode
-
- setNodeKind(short) - Method in class net.sf.saxon.tree.util.Orphan
-
Set the node kind
- setNodeName(NodeName) - Method in class com.saxonica.ee.stream.om.FleetingNode
-
- setNodeName(NodeName) - Method in class net.sf.saxon.tree.linked.ElementImpl
-
Set the node name
- setNodeName(NodeName) - Method in class net.sf.saxon.tree.util.Orphan
-
Set the name of the node
- setNodeValue(String) - Method in class net.sf.saxon.dom.NodeOverNodeInfo
-
Set the node value.
- setNoNamespacesAllowed() - Method in class com.saxonica.ee.schema.Wildcard
-
Initialize the set of permitted namespaces to an empty set.
- setNoNeedToStrip() - Method in class net.sf.saxon.expr.instruct.ParentNodeConstructor
-
Set that the newly constructed node and everything underneath it will automatically be untyped,
without any need to physically remove type annotations, even though validation=STRIP is set.
- setNonInheritedAnyAttribute(AttributeWildcard) - Method in class com.saxonica.ee.schema.UserComplexType
-
Sets the wildcard (anyAttribute) of the complexType on both the locally-declared
and the combined attribute groups.
- setNonMatching(Expression) - Method in class net.sf.saxon.expr.instruct.AnalyzeString
-
- setNormalizer(Normalizer) - Method in class net.sf.saxon.serialize.JSONEmitter
-
Set the Unicode normalizer to be used for normalizing strings.
- setNoSpecialChars() - Method in class net.sf.saxon.expr.instruct.AttributeCreator
-
Indicate that the attribute value contains no special characters that
might need escaping
- setNotationName(StructuredQName) - Method in class com.saxonica.ee.schema.Notation
-
Set the name code of the notation
- setNotationPublicId(String) - Method in class com.saxonica.ee.schema.Notation
-
Set the public identifier of the notation
- setNotationSet(NotationSet) - Method in class net.sf.saxon.lib.ConversionRules
-
Specify the set of notations that are accepted by xs:NOTATION and its subclasses.
- setNotationSystemId(String) - Method in class com.saxonica.ee.schema.Notation
-
Set the system identifier of the notation
- setNotExecuting(GlobalVariable) - Method in class net.sf.saxon.expr.instruct.Bindery
-
Indicate that a global variable is not currently being evaluated
- setNumberOfVariables(int) - Method in class net.sf.saxon.expr.instruct.SlotManager
-
Set the number of variables
- setNumericValue(int) - Method in class com.saxonica.ee.schema.DigitsFacet
-
Set the value of this facet as an integer (used for integer facets such as minLength or totalDigits)
- setNumericValue(int) - Method in class com.saxonica.ee.schema.LengthRangeFacet
-
Set the value as an integer
- setObjectConverter(ObjectConverter) - Method in class com.saxonica.xqj.SaxonXQDataFactory
-
Set the ObjectConverter to be used.
- setObjectName(StructuredQName) - Method in class net.sf.saxon.expr.instruct.InstructionDetails
-
Set a name identifying the object of the expression, for example a function name, template name,
variable name, key name, element name, etc.
- setObjectName(StructuredQName) - Method in class net.sf.saxon.expr.instruct.TraceExpression
-
Set a name identifying the object of the expression, for example a function name, template name,
variable name, key name, element name, etc.
- setObjectName(StructuredQName) - Method in class net.sf.saxon.style.StyleElement
-
Set the object name, for example the name of a function, variable, or template declared on this element
- setOccurrenceLimits(int, int) - Method in class com.saxonica.config.EnterpriseConfiguration
-
Set the occurrence limits to be used when compiling a finite state automaton.
- setOccurrenceLimits(int, int) - Method in class com.saxonica.ee.schema.SchemaCompiler
-
Set the occurrence limits to be used when compiling a finite state automaton.
- setOnCompletion(Expression) - Method in class com.saxonica.xslt3.instruct.IterateInstr
-
- setOneToOne(boolean) - Method in class net.sf.saxon.expr.ItemMappingIterator
-
Say whether this ItemMappingIterator is one-to-one: that is, for every input item, there is
always exactly one output item.
- setOpenContentWildcard(Wildcard, boolean) - Method in class com.saxonica.ee.schema.fsa.FiniteStateMachine
-
Set the open content wildcard for this machine
- setOpenContentWildcard(Wildcard, String, boolean) - Method in class com.saxonica.ee.schema.UserComplexType
-
Set the open content details for this complex type
- setOperand(int, Expression) - Method in class net.sf.saxon.expr.oper.OperandArray
-
Set the value of the operand with integer n.
- setOperanda(OperandArray) - Method in class net.sf.saxon.expr.flwor.TupleExpression
-
Set the data structure for the operands of this expression.
- setOperanda(OperandArray) - Method in class net.sf.saxon.expr.FunctionCall
-
Set the data structure for the operands of this expression.
- setOperanda(Expression[], OperandRole[]) - Method in class net.sf.saxon.expr.FunctionCall
-
- setOperanda(OperandArray) - Method in class net.sf.saxon.expr.SimpleExpression
-
Set the data structure for the operands of this expression.
- setOperanda(OperandArray) - Method in class net.sf.saxon.ma.arrays.ArrayBlock
-
Set the data structure for the operands of this expression.
- setOperandIsStringLiteral(boolean) - Method in class net.sf.saxon.expr.CastingExpression
-
Say whether the operand to the cast expression was supplied in the form of a string literal.
- setOperandRole(OperandRole) - Method in class net.sf.saxon.expr.Operand
-
Set the operand role
- setOperator(int) - Method in class net.sf.saxon.expr.QuantifiedExpression
-
- setOptimizationLevel(int) - Method in class net.sf.saxon.expr.parser.Optimizer
-
Set the optimization level
- setOptimize() - Method in class com.saxonica.ee.pattern.PatternOptimizationEE
-
- setOptimizeForStreaming(boolean) - Method in class net.sf.saxon.expr.parser.ExpressionVisitor
-
Tell the visitor to optimize expressions for evaluation in a streaming environment
- setOptions(int) - Method in class net.sf.saxon.expr.instruct.AttributeCreator
-
Set the options to be used on the attribute event
- setOrder(Expression) - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
-
Set the order.
- setOrderingMode(int) - Method in class com.saxonica.xqj.SaxonXQStaticContext
-
- setOrderingMode(int) - Method in interface javax.xml.xquery.XQStaticContext
-
Sets the ordering mode in the static context.
- setOrigin(ContextOriginator) - Method in class net.sf.saxon.expr.XPathContextMajor
-
Set the creating expression (for use in diagnostics).
- setOriginalText(String) - Method in class net.sf.saxon.pattern.ConditionalPattern
-
Set the original text
- setOriginalText(String) - Method in class net.sf.saxon.pattern.Pattern
-
Set the original text of the pattern for use in diagnostics
- setOriginalText(String) - Method in class net.sf.saxon.pattern.VennPattern
-
Set the original text
- setOriginalVariable(GlobalVariable) - Method in class net.sf.saxon.expr.instruct.GlobalVariable
-
Say that this (XQuery) variable is a copy of some originally declared variable.
- setOriginator(Expression) - Method in class com.saxonica.ee.update.PendingUpdateAction
-
Set the originating update expression.
- setOutputDestination(Logger) - Method in class net.sf.saxon.event.ContentHandlerProxy.ContentHandlerProxyTraceListener
-
- setOutputDestination(Logger) - Method in interface net.sf.saxon.lib.TraceListener
-
Method called to supply the destination for output
- setOutputDestination(Logger) - Method in class net.sf.saxon.trace.AbstractTraceListener
-
Set the output destination (default is System.err)
- setOutputDestination(Logger) - Method in class net.sf.saxon.trace.RuleTraceListener
-
Set the PrintStream to which the output will be written.
- setOutputDestination(Logger) - Method in class net.sf.saxon.trace.TimingTraceListener
-
Set the PrintStream to which the output will be written.
- setOutputDestination(Logger) - Method in class net.sf.saxon.trace.TraceEventMulticaster
-
- setOutputFile(File) - Method in class net.sf.saxon.s9api.Serializer
-
Set the destination of the serialized output, as a File.
- setOutputProperties(Properties) - Method in class com.saxonica.serialize.HTMLIndenterPE
-
Set the properties for this indenter
- setOutputProperties(Properties) - Method in class com.saxonica.serialize.XMLIndenterPE
-
Set the properties for this indenter
- setOutputProperties(Properties) - Method in class net.sf.saxon.event.ContentHandlerProxy
-
Set the output details.
- setOutputProperties(StructuredQName, Properties) - Method in class net.sf.saxon.expr.instruct.Executable
-
Add a named output format
- setOutputProperties(Properties) - Method in class net.sf.saxon.jaxp.IdentityTransformer
-
Set the output properties for the transformation.
- setOutputProperties(Properties) - Method in class net.sf.saxon.serialize.AdaptiveEmitter
-
- setOutputProperties(Properties) - Method in class net.sf.saxon.serialize.AttributeSorter
-
Set the properties for this CDATA filter
- setOutputProperties(Properties) - Method in class net.sf.saxon.serialize.BinaryTextDecoder
-
Set output properties
- setOutputProperties(Properties) - Method in class net.sf.saxon.serialize.CDATAFilter
-
Set the properties for this CDATA filter
- setOutputProperties(Properties) - Method in class net.sf.saxon.serialize.Emitter
-
Set output properties
- setOutputProperties(Properties) - Method in class net.sf.saxon.serialize.JSONEmitter
-
Set output properties
- setOutputProperties(Properties) - Method in class net.sf.saxon.serialize.MetaTagAdjuster
-
Set output properties
- setOutputProperties(Properties) - Method in class net.sf.saxon.serialize.XMLIndenter
-
Set the properties for this indenter
- setOutputProperty(String, String) - Method in class net.sf.saxon.jaxp.IdentityTransformer
-
Set an output property that will be in effect for the
transformation.
- setOutputProperty(Serializer.Property, String) - Method in class net.sf.saxon.s9api.Serializer
-
Set the value of a serialization property.
- setOutputProperty(QName, String) - Method in class net.sf.saxon.s9api.Serializer
-
Set the value of a serialization property.
- setOutputStream(OutputStream) - Method in class net.sf.saxon.s9api.Serializer
-
Set the destination of the serialized output, as an OutputStream.
- setOutputStream(OutputStream) - Method in class net.sf.saxon.serialize.Emitter
-
Set the output destination as a byte stream.
- setOutputURIResolver(OutputURIResolver) - Method in class net.sf.saxon.Configuration
-
Set the OutputURIResolver that will be used to resolve URIs used in the
href attribute of the xsl:result-document instruction.
- setOutputURIResolver(OutputURIResolver) - Method in class net.sf.saxon.Controller
-
Set the URI resolver for secondary output documents.
- setOutputURIResolver(OutputURIResolver) - Method in class net.sf.saxon.trans.CompilerInfo
-
Set the OutputURIResolver that will be used to resolve URIs used in the
href attribute of the xsl:result-document instruction.
- setOutputWriter(Writer) - Method in class net.sf.saxon.s9api.Serializer
-
Set the destination of the serialized output, as a Writer.
- setPackageData(PackageData) - Method in class net.sf.saxon.expr.flwor.Clause
-
- setPackageData(PackageData) - Method in class net.sf.saxon.expr.instruct.ComponentCode
-
Set basic data about the unit of compilation (XQuery module, XSLT package) to which this
procedure belongs
- setPackageData(PackageData) - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
- setPackageData(PackageData) - Method in class net.sf.saxon.expr.parser.RetainedStaticContext
-
Set information about the package (unit of compilation
- setPackageData(PackageData) - Method in class net.sf.saxon.query.QueryModule
-
Set the package data.
- setPackageData(PackageData) - Method in class net.sf.saxon.style.Compilation
-
- setPackageData(PackageData) - Method in class net.sf.saxon.sxpath.AbstractStaticContext
-
Set data about the unit of compilation (XQuery module, XSLT package)
- setPackageLibrary(PackageLibrary) - Method in class net.sf.saxon.s9api.XsltCompiler
-
- setPackageLibrary(PackageLibrary) - Method in class net.sf.saxon.trans.CompilerInfo
-
Set the package library to be used during the compilation episode.
- setPackageName(String) - Method in class net.sf.saxon.style.StylesheetPackage
-
Set the name of the package
- setPackageVersion(PackageVersion) - Method in class net.sf.saxon.style.StylesheetPackage
-
Set the package-version identifier appearing on the xsl:package element
- setParam(QName, XdmValue) - Method in interface net.sf.saxon.trans.CommandLineOptions.ParamSetter
-
- setParameter(QName, XdmValue) - Method in class com.saxonica.ee.s9api.SchemaValidatorImpl
-
Set the value of a schema parameter (a parameter defined in the schema using
the saxon:param
extension)
- setParameter(String, Object) - Method in class net.sf.saxon.jaxp.IdentityTransformer
-
Add a parameter for the transformation.
- setParameter(String, Object) - Method in class net.sf.saxon.jaxp.TransformerImpl
-
Add a parameter for the transformation.
- setParameter(StructuredQName, Sequence) - Method in class net.sf.saxon.query.DynamicQueryContext
-
Set a parameter for the query.
- setParameter(QName, XdmValue) - Method in class net.sf.saxon.s9api.SchemaValidator
-
Set the value of a schema parameter (a parameter defined in the schema using
the saxon:param
extension)
- setParameter(QName, XdmValue) - Method in class net.sf.saxon.s9api.XsltCompiler
-
Set the value of a stylesheet parameter.
- setParameter(QName, XdmValue) - Method in class net.sf.saxon.s9api.XsltTransformer
-
Set the value of a stylesheet parameter
- setParameter(StructuredQName, Sequence) - Method in class net.sf.saxon.trans.CompilerInfo
-
Set the value of a stylesheet parameter.
- setParameterDefinitions(UserFunctionParameter[]) - Method in class net.sf.saxon.expr.instruct.UserFunction
-
Set the definitions of the declared parameters for this function
- setParameterDefinitions(UserFunction) - Method in class net.sf.saxon.style.XSLFunction
-
Set the definitions of the parameters in the compiled function, as an array.
- setParameterizedURIResolver() - Method in class com.saxonica.config.EnterpriseConfiguration
-
Set the URIResolver to a URI resolver that allows query parameters after the URI,
and in the case of Saxon-EE, that inteprets the file extension .ptree
- setParameterizedURIResolver() - Method in class net.sf.saxon.Configuration
-
Set the URIResolver to a URI resolver that allows query parameters after the URI,
and in the case of Saxon-EE, that inteprets the file extension .ptree
- setParameters(Map<StructuredQName, XPathVariable>) - Method in class com.saxonica.ee.schema.TypeAlternative
-
Set the parameters declared for this schema document using the saxon:param extension element
- setParameters(WithParam[]) - Method in class com.saxonica.xslt3.instruct.NextIteration
-
- setParams(Processor, CommandLineOptions.ParamSetter) - Method in class net.sf.saxon.trans.CommandLineOptions
-
- setParenEnd(int, int) - Method in class net.sf.saxon.regex.REMatcher
-
Sets the end of a paren level
- setParenStart(int, int) - Method in class net.sf.saxon.regex.REMatcher
-
Sets the start of a paren level
- setParent(FleetingNode) - Method in class com.saxonica.ee.stream.om.FleetingNode
-
- setParent(XMLReader) - Method in class net.sf.saxon.jaxp.FilterImpl
-
Set the parent reader.
- setParentExpression(Expression) - Method in class net.sf.saxon.expr.Expression
-
Set the parent expression of this expression in the expression tree.
- setParentNode(TinyNodeImpl) - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
-
Set the parent of this node.
- setParseOptions(ParseOptions) - Method in class net.sf.saxon.dom.DocumentBuilderImpl
-
Set the XML parsing options to be used
- setParseOptions(ParseOptions) - Method in class net.sf.saxon.event.PipelineConfiguration
-
Set the document parsing and building options to be used on this pipeline
- setParseOptions(ParseOptions) - Method in class net.sf.saxon.functions.Doc
-
Set options to be used for the parsing operation.
- setParticle(Particle) - Method in class com.saxonica.ee.schema.fsa.Edge
-
Set the element or wildcard particle causing this transition
- setParticle(Particle) - Method in class com.saxonica.ee.schema.UserComplexType
-
Set the particle representing the content model of this complex type
- setPath(AbsolutePath) - Method in exception net.sf.saxon.type.ValidationException
-
Set the path in the source document
- setPath(AbsolutePath) - Method in class net.sf.saxon.type.ValidationFailure
-
- setPattern(Pattern) - Method in class net.sf.saxon.trans.Rule
-
- setPatternOptimization(PatternOptimizationEE) - Method in class com.saxonica.ee.pattern.preconditions.RealPreconditions
-
- setPatternOptimization(PatternOptimization) - Method in class net.sf.saxon.trans.CompilerInfo
-
Set the pattern optimization options to be used during this compilation
- setPatternSeparator(String) - Method in class net.sf.saxon.trans.DecimalSymbols
-
Set the character to be used as the pattern separator (default ';')
- setPercent(String) - Method in class net.sf.saxon.trans.DecimalSymbols
-
Set the character to be used as the percent sign
- setPerMille(String) - Method in class net.sf.saxon.trans.DecimalSymbols
-
Set the character to be used as the per-mille sign
- setPermittedOptions(StatsCommandLineOptions) - Method in class com.saxonica.StatsTransform
-
- setPermittedOptions(CommandLineOptions) - Method in class com.saxonica.Validate
-
Set the options that are recognized on the command line.
- setPermittedOptions(CommandLineOptions) - Method in class net.sf.saxon.Query
-
Set the options that are recognized on the command line.
- setPermittedOptions(CommandLineOptions) - Method in class net.sf.saxon.Transform
-
Set the options that are recognized on the command line.
- setPermittedValues(String, String[], String) - Method in class net.sf.saxon.trans.CommandLineOptions
-
Set the permitted values for an option
- setPipelineConfiguration(PipelineConfiguration) - Method in class com.saxonica.ee.jaxp.ValidatorHandlerImpl
-
Set the pipeline configuration used by this validator handler
- setPipelineConfiguration(PipelineConfiguration) - Method in class com.saxonica.ee.schema.SchemaCompiler
-
Set the pipeline configuration
- setPipelineConfiguration(PipelineConfiguration) - Method in class com.saxonica.ee.stream.feed.ItemFeed
-
Set the pipeline configuration
- setPipelineConfiguration(PipelineConfiguration) - Method in class com.saxonica.ee.stream.Projector
-
- setPipelineConfiguration(PipelineConfiguration) - Method in class com.saxonica.ee.stream.watch.AbstractWatch
-
Set the PipelineConfiguration in use
- setPipelineConfiguration(PipelineConfiguration) - Method in interface com.saxonica.ee.stream.watch.Watch
-
Set the pipeline configuration in use
- setPipelineConfiguration(PipelineConfiguration) - Method in class com.saxonica.ee.validate.AllElementValidator
-
- setPipelineConfiguration(PipelineConfiguration) - Method in class com.saxonica.ee.validate.Checker
-
- setPipelineConfiguration(PipelineConfiguration) - Method in class com.saxonica.ee.validate.ComplexContentValidator
-
- setPipelineConfiguration(PipelineConfiguration) - Method in class com.saxonica.ee.validate.ConstraintChecker
-
- setPipelineConfiguration(PipelineConfiguration) - Method in class com.saxonica.ee.validate.DocumentValidator
-
- setPipelineConfiguration(PipelineConfiguration) - Method in class com.saxonica.ee.validate.SkipValidator
-
- setPipelineConfiguration(PipelineConfiguration) - Method in class com.saxonica.ee.validate.ValidationStack
-
- setPipelineConfiguration(PipelineConfiguration) - Method in class com.saxonica.ee.validate.XSIAttributeHandler
-
- setPipelineConfiguration(PipelineConfiguration) - Method in class com.saxonica.ptree.PTreeEmitter
-
Set the namePool in which all name codes can be found, and other configuration details
- setPipelineConfiguration(PipelineConfiguration) - Method in class com.saxonica.pull.PullFromIterator
-
Set configuration information.
- setPipelineConfiguration(PipelineConfiguration) - Method in class com.saxonica.pull.TinyTreeWalker
-
Set configuration information.
- setPipelineConfiguration(PipelineConfiguration) - Method in class com.saxonica.pull.TreeWalker
-
Set configuration information.
- setPipelineConfiguration(PipelineConfiguration) - Method in class com.saxonica.pull.VirtualTreeWalker
-
Set configuration information.
- setPipelineConfiguration(PipelineConfiguration) - Method in class net.sf.saxon.dom.DOMWriter
-
Set the pipelineConfiguration
- setPipelineConfiguration(PipelineConfiguration) - Method in class net.sf.saxon.event.Builder
-
- setPipelineConfiguration(PipelineConfiguration) - Method in class net.sf.saxon.event.ComplexContentOutputter
-
- setPipelineConfiguration(PipelineConfiguration) - Method in class net.sf.saxon.event.ContentHandlerProxy
-
Set the pipeline configuration
- setPipelineConfiguration(PipelineConfiguration) - Method in class net.sf.saxon.event.ProxyReceiver
-
- setPipelineConfiguration(PipelineConfiguration) - Method in interface net.sf.saxon.event.Receiver
-
Set the pipeline configuration
- setPipelineConfiguration(PipelineConfiguration) - Method in class net.sf.saxon.event.ReceivingContentHandler
-
Set the pipeline configuration
- setPipelineConfiguration(PipelineConfiguration) - Method in class net.sf.saxon.event.SequenceReceiver
-
- setPipelineConfiguration(PipelineConfiguration) - Method in class net.sf.saxon.event.StartTagBuffer
-
Set the pipeline configuration
- setPipelineConfiguration(PipelineConfiguration) - Method in class net.sf.saxon.event.TreeReceiver
-
- setPipelineConfiguration(PipelineConfiguration) - Method in class net.sf.saxon.evpull.StaxToEventBridge
-
Set configuration information.
- setPipelineConfiguration(PipelineConfiguration) - Method in class net.sf.saxon.ma.json.JsonReceiver
-
- setPipelineConfiguration(PipelineConfiguration) - Method in class net.sf.saxon.pull.PullFilter
-
Set configuration information.
- setPipelineConfiguration(PipelineConfiguration) - Method in interface net.sf.saxon.pull.PullProvider
-
Set configuration information.
- setPipelineConfiguration(PipelineConfiguration) - Method in class net.sf.saxon.pull.StaxBridge
-
Set configuration information.
- setPipelineConfiguration(PipelineConfiguration) - Method in class net.sf.saxon.stax.ReceiverToXMLStreamWriter
-
- setPleaseCloseAfterUse(boolean) - Method in class net.sf.saxon.lib.AugmentedSource
-
Set whether or not the user of this Source is encouraged to close it as soon as reading is finished.
- setPleaseCloseAfterUse(boolean) - Method in class net.sf.saxon.lib.ParseOptions
-
Set whether or not the user of this Source is encouraged to close it as soon as reading is finished.
- setPosition(int) - Method in class net.sf.saxon.tree.iter.ManualIterator
-
- setPositionVariable(LocalVariableBinding) - Method in class net.sf.saxon.expr.flwor.ForClause
-
Set the position variable (the variable bound by the "at" clause)
- setPostDescent(boolean) - Method in class com.saxonica.xslt3.style.XSLAccumulatorRule
-
- setPostDescentRules(SimpleMode) - Method in class com.saxonica.xslt3.instruct.Accumulator
-
Set the set of rules for phase="end", held in the form of a Mode object
- setPostureAndSweep(PostureAndSweep) - Method in class net.sf.saxon.expr.Expression
-
- setPreallocatedController(Controller) - Method in class net.sf.saxon.expr.instruct.UserFunction
-
Supply the controller to be used when evaluating this function.
- setPreconditions() - Method in class com.saxonica.ee.pattern.PatternOptimizationEE
-
- setPreDescentRules(SimpleMode) - Method in class com.saxonica.xslt3.instruct.Accumulator
-
Set the set of rules for phase="start", held in the form of a Mode object
- setPredicate(Expression) - Method in class net.sf.saxon.expr.flwor.WhereClause
-
- setPrefix(String) - Method in class net.sf.saxon.dom.NodeOverNodeInfo
-
Set the namespace prefix of this node.
- setPrefix(String, String) - Method in class net.sf.saxon.event.StreamWriterToReceiver
-
- setPreparedSchema(PreparedSchema) - Method in class com.saxonica.ee.schema.SchemaCompiler
-
Set the PreparedSchema.
- setPreserveBoundarySpace(boolean) - Method in class net.sf.saxon.query.QueryModule
-
Set the policy for preserving boundary space
- setPreserveBoundarySpace(boolean) - Method in class net.sf.saxon.query.StaticQueryContext
-
Set the policy for preserving boundary space
- setPreserveNamespaces(boolean) - Method in class net.sf.saxon.query.QueryModule
-
Set the namespace copy mode
- setPreserveNamespaces(boolean) - Method in class net.sf.saxon.query.StaticQueryContext
-
Set the namespace copy mode
- setPrintStream(PrintStream) - Method in class net.sf.saxon.lib.StandardLogger
-
Set the output destination for messages
- setPriority(double) - Method in class net.sf.saxon.pattern.Pattern
-
Set a priority to override the default priority.
- setPrivate(boolean) - Method in class net.sf.saxon.expr.instruct.GlobalVariable
-
Say whether this global variable is private
- setProcessContents(String) - Method in class com.saxonica.ee.schema.Wildcard
-
Sets the processContents attribute of the wildCard.
- setProcessor(Object) - Method in class net.sf.saxon.Configuration
-
Save the Processor object that owns this Configuration in the relevant API.
- setProcessor(Processor) - Method in class net.sf.saxon.s9api.Serializer
-
Set the Processor associated with this Serializer.
- setProcessorVersion(int) - Method in class net.sf.saxon.style.Compilation
-
Set the XSLT processor version, determining whether processing should be done according to the XSLT 2.0
or XSLT 3.0 specification.
- setProgram(REProgram) - Method in class net.sf.saxon.regex.REMatcher
-
Sets the current regular expression program used by this matcher object.
- setProperties(Attributes) - Method in class com.saxonica.ee.pattern.preconditions.UnifyingDefn
-
Work through the attributes setting properties
- setProperties(Map<String, String>) - Method in class com.saxonica.ee.pattern.preconditions.UnifyingDefn
-
Work through the attributes setting properties
- setProperties(Properties) - Method in class com.saxonica.xqj.SaxonXQDataSource
-
- setProperties(Properties) - Method in interface javax.xml.xquery.ConnectionPoolXQDataSource
-
Sets the data source properties from the specified Properties
instance.
- setProperties(Properties) - Method in interface javax.xml.xquery.XQDataSource
-
Sets the data source properties from the specified Properties
instance.
- setProperty(String, Object) - Method in class com.saxonica.ee.jaxp.SchemaFactoryImpl
-
Set the value of a property.
- setProperty(String, Object) - Method in class com.saxonica.ee.jaxp.ValidatingReader
-
Set the value of a property.
- setProperty(String, Object) - Method in class com.saxonica.ee.jaxp.ValidatorHandlerImpl
-
Set the value of a property.
- setProperty(String, Object) - Method in class com.saxonica.ee.jaxp.ValidatorImpl
-
Set the value of a property.
- setProperty(String, String) - Method in class com.saxonica.ee.pattern.preconditions.IndexDefn
-
- setProperty(String, String) - Method in class com.saxonica.ee.pattern.preconditions.PreconditionDefn
-
- setProperty(String, String) - Method in class com.saxonica.ee.pattern.preconditions.RewriteDefn
-
- setProperty(String, String) - Method in class com.saxonica.ee.pattern.preconditions.UnifyingDefn
-
- setProperty(String, String) - Method in class com.saxonica.xqj.SaxonXQDataSource
-
Set a configuration property.
- setProperty(String, String) - Method in interface javax.xml.xquery.ConnectionPoolXQDataSource
-
Sets the named property to the specified value.
- setProperty(String, String) - Method in interface javax.xml.xquery.XQDataSource
-
Sets the named property to the specified value.
- setProperty(String, Object) - Method in class net.sf.saxon.expr.instruct.InstructionDetails
-
Set a named property of the instruction
- setProperty(String, Object) - Method in class net.sf.saxon.expr.instruct.TraceExpression
-
Set a named property of the instruction/expression
- setProperty(String, Object) - Method in class net.sf.saxon.jaxp.FilterImpl
-
Set the value of a property.
- setProperty(int, boolean) - Method in class net.sf.saxon.style.SourceBinding
-
Set a boolean property of the variable
- setProperty(int, String, int) - Method in class net.sf.saxon.trans.DecimalSymbols
-
Set the value of a property
- setProps(Properties) - Method in class com.saxonica.expr.sort.UCACollator
-
Set the properties for the UCA collation
- setProvenance(IntSet) - Method in class com.saxonica.ee.schema.fsa.DeterminizedState
-
Set the provenance of a state in a determinized finite state machine.
- setPTreeVersion(int) - Method in class com.saxonica.ptree.PTreeWriter
-
Set the PTree version to be written.
- setPublicId(String) - Method in class net.sf.saxon.pull.UnparsedEntity
-
Set the public identifier of the unparsed entity
- setPublicId(String) - Method in exception net.sf.saxon.type.ValidationException
-
- setPublicId(String) - Method in class net.sf.saxon.type.ValidationFailure
-
- setQNameParser(QNameParser) - Method in class net.sf.saxon.expr.parser.XPathParser
-
Set the QNameParser to be used while parsing
- setQueryLanguageTypeAndVersion(int) - Method in class com.saxonica.xqj.SaxonXQStaticContext
-
- setQueryLanguageTypeAndVersion(int) - Method in interface javax.xml.xquery.XQStaticContext
-
Sets the input query language type and version.
- setQueryTimeout(int) - Method in class com.saxonica.xqj.SaxonXQStaticContext
-
- setQueryTimeout(int) - Method in interface javax.xml.xquery.XQStaticContext
-
Sets the number of seconds an implementation will wait for a
query to execute.
- setRangeKey(boolean) - Method in class net.sf.saxon.trans.KeyDefinition
-
Say whether this key is a range key, that is, a key capable of returning
(a) the values in a selected range, and (b) the keys in order
- setRangeVariable(LocalVariableBinding) - Method in class net.sf.saxon.expr.flwor.CountClause
-
- setRangeVariable(LocalVariableBinding) - Method in class net.sf.saxon.expr.flwor.ForClause
-
Set the range variable (the primary variable bound by this clause)
- setRangeVariable(LocalVariableBinding) - Method in class net.sf.saxon.expr.flwor.LetClause
-
- setRangeVariables(Stack<LocalBinding>) - Method in class net.sf.saxon.expr.parser.XPathParser
-
Set a new stack of in-scope range variables
- setRangeVariableStack(Stack<LocalBinding>) - Method in class net.sf.saxon.expr.parser.XPathParser
-
Set the range variable stack.
- setRank(int) - Method in class net.sf.saxon.trans.Rule
-
- setRawParent(ParentNodeImpl) - Method in class net.sf.saxon.tree.linked.NodeImpl
-
Set the raw parent pointer
- setReadOnce(boolean) - Method in class net.sf.saxon.expr.instruct.CopyOf
-
Set the "saxon:read-once" optimization mode
- setReadOnce(boolean) - Method in class net.sf.saxon.functions.Doc
-
Indicate that the document will be read once only (or that it should be treated as if it
is read once only.
- setReason(int) - Method in exception net.sf.saxon.trans.LicenseException
-
- setReceiver(SequenceReceiver) - Method in class com.saxonica.ee.stream.feed.ComplexNodeEventFeed
-
- setReceiver(SequenceReceiver) - Method in class com.saxonica.ee.stream.feed.DecomposingFeed
-
Set the destination receiver
- setReceiver(Receiver) - Method in class com.saxonica.ee.validate.StatisticsReporter
-
Create a StatisticsReporter and set a Receiver to receive an XML report of the statistics that have been
collected
- setReceiver(Receiver) - Method in class net.sf.saxon.event.ComplexContentOutputter
-
Set the receiver (to handle the next stage in the pipeline) directly
- setReceiver(Receiver) - Method in class net.sf.saxon.event.ReceivingContentHandler
-
Set the receiver to which events are passed.
- setReceiver(SequenceReceiver) - Method in class net.sf.saxon.expr.EarlyEvaluationContext
-
Change the Receiver to which output is written
- setReceiver(SequenceReceiver) - Method in interface net.sf.saxon.expr.XPathContext
-
Change the SequenceReceiver to which output is written
- setReceiver(SequenceReceiver) - Method in class net.sf.saxon.expr.XPathContextMinor
-
Change the Receiver to which output is written
- setReceivingContentHandler(ReceivingContentHandler) - Method in class com.saxonica.ee.jaxp.ValidatorHandlerImpl
-
Get the ReceivingContentHandler that receives the SAX events at the start of this pipeline
- setRecognizeQueryParameters(boolean) - Method in class net.sf.saxon.lib.StandardURIResolver
-
Indicate that query parameters (such as validation=strict) are to be recognized
- setRecoverFromValidationErrors(boolean) - Method in class net.sf.saxon.event.PipelineConfiguration
-
Say whether validation errors encountered on this pipeline should be treated as fatal
or as recoverable.
- setRecoveryPolicy(int) - Method in class net.sf.saxon.Configuration
-
Determine how recoverable run-time errors are to be handled.
- setRecoveryPolicy(int) - Method in class net.sf.saxon.Controller
-
Set the policy for handling recoverable XSLT errors.
- setRecoveryPolicy(int) - Method in class net.sf.saxon.lib.StandardErrorListener
-
Set the recovery policy
- setRecoveryPolicy(int) - Method in class net.sf.saxon.trans.CompilerInfo
-
Set the policy for handling recoverable errrors.
- setRecoveryPolicy(int) - Method in class net.sf.saxon.trans.Mode
-
Set the policy for handling recoverable errrors.
- setRecoveryPolicy(int) - Method in class net.sf.saxon.trans.RuleManager
-
Set the policy for handling recoverable errors.
- setRedefinedAttributeGroupDecl(AttributeGroupDecl) - Method in class com.saxonica.ee.schema.AttributeGroupDecl
-
Set the attribute group that this attribute group redefines.
- setRedefinedModelGroupDefinition(ModelGroupDefinition) - Method in class com.saxonica.ee.schema.ModelGroupDefinition
-
Set the model group definition that this one redefines.
- setRedefinitionLevel(int) - Method in class com.saxonica.ee.schema.SchemaStructure
-
Set the redefinition level.
- setRedundant(boolean) - Method in class net.sf.saxon.style.XSLGlobalVariable
-
Mark this global variable as redundant, typically because it is overridden by another global
variable of the same name, or because there are no references to it
- setRefCount(int) - Method in class net.sf.saxon.expr.LetExpression
-
- setReference(ElementDecl) - Method in class com.saxonica.ee.schema.ElementParticle
-
Set the reference to a specific (typically non-global) element declaration
- setReferenceCount(int) - Method in class net.sf.saxon.expr.instruct.LocalParam
-
Set the nominal number of references to this variable
- setReferrer(SchemaElement) - Method in class com.saxonica.ee.schema.sdoc.XSDSchema
-
Set the xs:include, xs:import, or xs:redefine element that caused this schema document to be loaded
- setRegex(Expression) - Method in class net.sf.saxon.expr.instruct.AnalyzeString
-
- setRejectDuplicates() - Method in class net.sf.saxon.expr.instruct.AttributeCreator
-
Indicate that two attributes with the same name are not acceptable.
- setRejectDuplicates() - Method in class net.sf.saxon.expr.instruct.ComputedAttribute
-
Indicate that two attributes with the same name are not acceptable.
- setRememberedNumber(NodeInfo, int) - Method in class net.sf.saxon.Controller
-
Set the last remembered node, for node numbering purposes.
- setRepeat(int) - Method in class net.sf.saxon.trace.RuleTraceListener
-
- setReplacementExp(Expression) - Method in class com.saxonica.ee.update.ReplaceNodeExpression
-
- setReplacementExp(Expression) - Method in class com.saxonica.ee.update.ReplaceValueExpression
-
- setRequiredContextItemType(ItemType) - Method in class net.sf.saxon.query.StaticQueryContext
-
Declare the static type of the context item.
- setRequiredContextItemType(ItemType) - Method in class net.sf.saxon.s9api.XPathCompiler
-
Declare the static type of the context item.
- setRequiredContextItemType(ItemType) - Method in class net.sf.saxon.s9api.XQueryCompiler
-
Declare the static type of the context item.
- setRequiredContextItemType(ItemType) - Method in class net.sf.saxon.sxpath.IndependentContext
-
Declare the static type of the context item.
- setRequireDocumentOrElement(boolean) - Method in class net.sf.saxon.expr.instruct.CopyOf
-
For XQuery, the operand (select) must be a single element or document node.
- setRequiredParam(boolean) - Method in class net.sf.saxon.expr.instruct.GlobalVariable
-
Indicate that this variable represents a required parameter
- setRequiredParam(boolean) - Method in class net.sf.saxon.expr.instruct.LocalParam
-
Indicate that this variable represents a required parameter
- setRequiredPrimitiveType(BuiltInAtomicType) - Method in class com.saxonica.ee.bytecode.map.AtomicSequenceMappingFunction
-
- setRequiredType(ItemType, int, RoleDiagnostic, Location) - Method in class net.sf.saxon.event.TypeCheckingFilter
-
- setRequiredType(SequenceType) - Method in class net.sf.saxon.expr.Assignation
-
Set the required type (declared type) of the variable
- setRequiredType(SequenceType) - Method in class net.sf.saxon.expr.flwor.LocalVariableBinding
-
Set the required or inferred type of the variable
- setRequiredType(SequenceType) - Method in class net.sf.saxon.expr.instruct.GlobalVariable
-
Set the required type of this variable
- setRequiredType(SequenceType) - Method in class net.sf.saxon.expr.instruct.LocalParam
-
Set the required type of this variable
- setRequiredType(SequenceType) - Method in class net.sf.saxon.expr.instruct.NamedTemplate
-
Set the required type to be returned by this template
- setRequiredType(SequenceType) - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
Set the required type to be returned by this template
- setRequiredType(SequenceType) - Method in class net.sf.saxon.expr.instruct.UserFunctionParameter
-
Set the required type of this function parameter
- setRequiredType(SequenceType) - Method in class net.sf.saxon.expr.instruct.WithParam
-
Set the required type of this variable
- setRequiredType(SequenceType) - Method in class net.sf.saxon.sxpath.XPathVariable
-
Set the required type of this variable.
- setRequiredValue(AtomicValue) - Method in class com.saxonica.ee.schema.ValueRangeFacet
-
- setRequireWellFormed(boolean) - Method in class net.sf.saxon.event.ContentHandlerProxy
-
Set whether the content handler can handle a stream of events that is merely
well-balanced, or whether it can only handle a well-formed sequence.
- setResourceResolver(LSResourceResolver) - Method in class com.saxonica.ee.jaxp.SchemaFactoryImpl
-
Set a resolver to be used for dereferencing URIs encountered during schema processing and validation.
- setResourceResolver(LSResourceResolver) - Method in class com.saxonica.ee.jaxp.ValidatorHandlerImpl
-
Sets the
LSResourceResolver
to customize
resource resolution while in a validation episode.
- setResourceResolver(LSResourceResolver) - Method in class com.saxonica.ee.jaxp.ValidatorImpl
-
Sets the
LSResourceResolver
to customize
resource resolution while in a validation episode.
- setRestriction(boolean) - Method in class com.saxonica.ee.schema.UserComplexType
-
Set whether or not this complexType is a restriction
- setResult(Result) - Method in class net.sf.saxon.jaxp.IdentityTransformerHandler
-
Set the output destination of the transformation
- setResult(Result) - Method in class net.sf.saxon.jaxp.TransformerHandlerImpl
-
Set the Result
associated with this
TransformerHandler
to be used for the transformation.
- setResultType(SequenceType) - Method in class net.sf.saxon.expr.instruct.UserFunction
-
Set the declared result type of the function
- setResultType(SequenceType) - Method in class net.sf.saxon.functions.IntegratedFunctionCall
-
Set the result type of the function
- setResultType(SequenceType) - Method in class net.sf.saxon.query.XQueryFunction
-
Set the required result type of the function
- setResultWhenEmpty(BooleanValue) - Method in class net.sf.saxon.expr.ValueComparison
-
Set the result to be returned if one of the operands is an empty sequence
- setRetainedStaticContext(RetainedStaticContext) - Method in class com.saxonica.functions.hof.FunctionLiteral
-
Set the retained static context
- setRetainedStaticContext(RetainedStaticContext) - Method in class net.sf.saxon.expr.Expression
-
Set the retained static context
- setRetainedStaticContext(RetainedStaticContext) - Method in class net.sf.saxon.expr.instruct.ComponentCode
-
- setRetainedStaticContext(RetainedStaticContext) - Method in class net.sf.saxon.expr.SystemFunctionCall
-
Set the retained static context
- setRetainedStaticContext(RetainedStaticContext) - Method in class net.sf.saxon.functions.CollatingFunctionFixed
-
- setRetainedStaticContext(RetainedStaticContext) - Method in class net.sf.saxon.functions.SystemFunction
-
Set the static context in which the function operates, for use with functions whose result
depends on the static context
- setRetainedStaticContextLocally(RetainedStaticContext) - Method in class net.sf.saxon.expr.Expression
-
Set the parts of the static context that might be needed by the function, without
passing them on to subexpressions.
- setRetainedTupleExpression(TupleExpression) - Method in class net.sf.saxon.expr.flwor.GroupByClause
-
Set a tuple expression that evaluates all the non-grouping variables, returning the values these variables take
in the grouping input stream
- setRetainLineNumbers(String) - Method in class com.saxonica.xqj.SaxonXQDataSource
-
Say whether source documents should have line and column information retained.
- setReturnable(boolean) - Method in class net.sf.saxon.expr.parser.PathMap.PathMapNode
-
Indicate that the node represents a value that is returnable as the result of the
supplied expression, rather than merely a node that is visited en route
- setReturnable(boolean) - Method in class net.sf.saxon.expr.parser.PathMap.PathMapNodeSet
-
Set the returnable property on all nodes in this nodeset
- setReturnEmptyIfEmpty(boolean) - Method in class net.sf.saxon.functions.StringJoin
-
Indicate that when the input sequence (first argument) is empty, the function should return
an empty sequence rather than an empty string
- setReturnExp(Expression) - Method in class com.saxonica.ee.update.CopyModifyExpression
-
- setReusable(boolean) - Method in class net.sf.saxon.trans.KeyDefinitionSet
-
Say whether this key definition set is reusable across transformations, that is, if
the index built for a particular document is shareable across transformations.
- setRevalidationMode(int) - Method in class net.sf.saxon.query.QueryModule
-
Set the revalidation mode.
- setReverseAction(Assertion) - Method in class com.saxonica.ee.schema.PreprocessFacet
-
Set the XPath expression representing the reverse action performed by this facet, represented as
an Assertion object
- setRewrites() - Method in class com.saxonica.ee.pattern.PatternOptimizationEE
-
- setRhsExpression(Expression) - Method in class net.sf.saxon.expr.BinaryExpression
-
Set the right-hand operand expression
- setRootNode(NodeInfo) - Method in class net.sf.saxon.om.GenericTreeInfo
-
Set the root node of the tree
- setRootPackage(boolean) - Method in class net.sf.saxon.style.StylesheetPackage
-
- setRowSelect(Expression) - Method in class com.saxonica.xslt3.instruct.MergeInstr.MergeSource
-
- setRuleManager(RuleManager) - Method in class net.sf.saxon.PreparedStylesheet
-
Set the RuleManager that handles template rules
- setRuleManager(RuleManager) - Method in class net.sf.saxon.style.StylesheetPackage
-
Set the rule manager, which knows about all the modes present in the package
- setRules(ConversionRules) - Method in class com.saxonica.ee.bytecode.map.AtomicSequenceMappingFunction
-
- Sets - Class in net.sf.saxon.option.exslt
-
This class implements extension functions in the
http://exslt.org/sets namespace.
- SETS_NEW_FOCUS - Static variable in class net.sf.saxon.expr.OperandRole
-
- setSavedXPathContext(XPathContextMajor) - Method in class net.sf.saxon.value.Closure
-
- setSAXInputSource(SAXSource, String) - Method in class net.sf.saxon.lib.StandardURIResolver
-
Set the InputSource part of the returned SAXSource.
- setSaxonDebug(boolean) - Method in class com.saxonica.ee.schema.UserComplexType
-
Set Saxon debugging on or off
- setScanOnly(boolean) - Method in class net.sf.saxon.expr.parser.XPathParser
-
Set that we are parsing in "scan only"
- setSchema(SingleNamespaceSchema) - Method in class com.saxonica.ee.schema.sdoc.XSDSchema
-
Set the SingleNamespaceSchema to which schema components are being added
- setSchemaAware(boolean) - Method in class com.saxonica.ee.optim.StaticQueryContextEE
-
Say whether this query is schema-aware
- setSchemaAware(boolean) - Method in class net.sf.saxon.expr.instruct.CopyOf
-
Set the "is schema aware" property
- setSchemaAware(boolean) - Method in class net.sf.saxon.expr.instruct.Executable
-
Set whether this executable is schema-aware.
- setSchemaAware(boolean) - Method in class net.sf.saxon.expr.PackageData
-
Say whether the package is schema-aware
- setSchemaAware(boolean) - Method in class net.sf.saxon.query.StaticQueryContext
-
Say whether this query is schema-aware
- setSchemaAware(boolean) - Method in class net.sf.saxon.s9api.XPathCompiler
-
Say whether XPath expressions compiled using this XPathCompiler are
schema-aware.
- setSchemaAware(boolean) - Method in class net.sf.saxon.s9api.XQueryCompiler
-
Say that the query must be compiled to be schema-aware, even if it contains no
"import schema" declarations.
- setSchemaAware(boolean) - Method in class net.sf.saxon.s9api.XsltCompiler
-
Say that the stylesheet must be compiled to be schema-aware, even if it contains no
xsl:import-schema declarations.
- setSchemaAware(boolean) - Method in class net.sf.saxon.style.Compilation
-
Say that this compilation is schema-aware.
- setSchemaAware(boolean) - Method in class net.sf.saxon.sxpath.AbstractStaticContext
-
Say whether this static context is schema-aware
- setSchemaAware(boolean) - Method in class net.sf.saxon.trans.CompilerInfo
-
Say that the stylesheet must be compiled to be schema-aware, even if it contains no
xsl:import-schema declarations.
- setSchemaAwareExpr(Expression) - Method in class com.saxonica.xslt3.instruct.EvaluateInstr
-
- setSchemaCompiler(SchemaCompiler) - Method in class com.saxonica.ee.schema.sdoc.XSDSchema
-
Set the SchemaCompiler in use
- setSchemaDocumentURI(String) - Method in class com.saxonica.ee.schema.SchemaStructure
-
Set the base URI of the containing xs:schema element.
- setSchemaName(String) - Method in class com.saxonica.ee.validate.InvalidityReportGenerator
-
Set the XSD document used to validation process
- setSchemaNodeFactory(SchemaNodeFactory) - Method in class com.saxonica.ee.schema.sdoc.SchemaElement
-
Set the nodeFactory used to create this element.
- setSchemaType(UserComplexType) - Method in class com.saxonica.ee.validate.ComplexContentValidator
-
Set the schema type against which this validator is to validate the instance element
- setSchemaType(SchemaType) - Method in class com.saxonica.ee.validate.SimpleContentValidator
-
Set the schema type against which this validator is to perform validation
- setSchemaType(SimpleType) - Method in class net.sf.saxon.expr.instruct.AttributeCreator
-
Set the required schema type of the attribute
- setSchemaType(SchemaType) - Method in class net.sf.saxon.expr.instruct.ResultDocument
-
Set the schema type to be used for validation
- setSchemaType(SchemaType) - Method in exception net.sf.saxon.type.ValidationException
-
Set the schema type against which validation was attempted and failed
- setSchemaType(SchemaType) - Method in class net.sf.saxon.type.ValidationFailure
-
- setSchemaURIResolver(SchemaURIResolver) - Method in class com.saxonica.config.EnterpriseConfiguration
-
Set a user-defined SchemaURIResolver for resolving URIs used in "import schema"
declarations.
- setSchemaURIResolver(SchemaURIResolver) - Method in class com.saxonica.ee.s9api.SchemaManagerImpl
-
Set the SchemaURIResolver to be used during schema loading.
- setSchemaURIResolver(SchemaURIResolver) - Method in class net.sf.saxon.event.PipelineConfiguration
-
Set a user-defined SchemaURIResolver for resolving URIs used in "import schema"
declarations.
- setSchemaURIResolver(SchemaURIResolver) - Method in class net.sf.saxon.s9api.SchemaManager
-
Set the SchemaURIResolver to be used during schema loading.
- setSchemaValidationMode(String) - Method in class com.saxonica.xqj.SaxonXQDataSource
-
Say whether source documents should be validated against a schema
- setSchemaValidationMode(int) - Method in class net.sf.saxon.Configuration
-
Say whether source documents (supplied as a StreamSource or SAXSource)
should be subjected to schema validation, and if so, in what validation mode.
- setSchemaValidationMode(int) - Method in class net.sf.saxon.Controller
-
Say 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.
- setSchemaValidationMode(int) - Method in class net.sf.saxon.lib.AugmentedSource
-
Set whether or not schema validation of this source is required
- setSchemaValidationMode(int) - Method in class net.sf.saxon.lib.ParseOptions
-
Set whether or not schema validation of this source is required
- setSchemaValidationMode(int) - Method in class net.sf.saxon.query.DynamicQueryContext
-
Say 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.
- setSchemaValidationMode(ValidationMode) - Method in class net.sf.saxon.s9api.XQueryEvaluator
-
Set the schema validation mode for the transformation.
- setSchemaValidationMode(ValidationMode) - Method in class net.sf.saxon.s9api.Xslt30Transformer
-
Set the schema validation mode for the transformation.
- setSchemaValidationMode(ValidationMode) - Method in class net.sf.saxon.s9api.XsltTransformer
-
Set the schema validation mode for the transformation.
- setSchemaValidator(SchemaValidator) - Method in class net.sf.saxon.s9api.DocumentBuilder
-
Set the schemaValidator to be used.
- setScrollability(int) - Method in class com.saxonica.xqj.SaxonXQStaticContext
-
- setScrollability(int) - Method in interface javax.xml.xquery.XQStaticContext
-
Sets the scrollability of the result sequence.
- setSecond(int) - Method in class net.sf.saxon.value.SaxonXMLGregorianCalendar
-
Set seconds.
- setSecondDestination(Receiver) - Method in class net.sf.saxon.event.TeeOutputter
-
Set the second destination
- setSelect(Expression) - Method in class com.saxonica.xslt3.instruct.IterateInstr
-
- setSelect(Expression) - Method in class com.saxonica.xslt3.style.XSLAccumulatorRule
-
- setSelect(Expression) - Method in class net.sf.saxon.expr.instruct.AnalyzeString
-
- setSelect(Expression) - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
-
Set the select expression
- setSelect(Expression) - Method in class net.sf.saxon.expr.instruct.CopyOf
-
Set the select expression
- setSelect(Expression) - Method in class net.sf.saxon.expr.instruct.FixedAttribute
-
Set the expression defining the value of the attribute.
- setSelect(Expression) - Method in class net.sf.saxon.expr.instruct.ForEach
-
Set the select expression
- setSelect(Expression) - Method in class net.sf.saxon.expr.instruct.ForEachGroup
-
- setSelect(Expression) - Method in class net.sf.saxon.expr.instruct.Message
-
- setSelect(Expression) - Method in class net.sf.saxon.expr.instruct.SimpleNodeConstructor
-
Set the select expression: the value of this expression determines the string-value of the node
- setSelect(Expression) - Method in class net.sf.saxon.expr.sort.SortExpression
-
- setSelectExpr(Expression) - Method in class com.saxonica.xsltextn.instruct.Assign
-
- setSelectExpression(Expression) - Method in class net.sf.saxon.expr.instruct.ForEach
-
Set the select expression
- setSelectExpression(Expression) - Method in class net.sf.saxon.expr.instruct.GlobalVariable
-
Set the expression to which this variable is bound
- setSelectExpression(Expression) - Method in class net.sf.saxon.expr.instruct.LocalParam
-
Set the expression to which this variable is bound
- setSelectExpression(Expression, Expression) - Method in class net.sf.saxon.expr.instruct.WithParam
-
Set the expression to which this variable is bound
- setSelection(Pattern) - Method in class com.saxonica.ee.schema.IdentityField
-
Set the compiled XPath expression
- setSelection(Pattern) - Method in class com.saxonica.ee.schema.IdentitySelector
-
Set the compiled XPath expression
- setSelection(Pattern) - Method in class com.saxonica.ee.stream.watch.PatternWatch
-
Set the selection (that is, the streamable XPath expression) that defines
the nodes that this Watch is looking for
- setSelector(IdentitySelector) - Method in class com.saxonica.ee.schema.IdentityConstraint
-
Sets the selector for this IdentityConstraint.
- setSender(String, String) - Method in class com.saxonica.functions.extfn.Mailer2
-
- setSequence(SequenceIterator, XPathContext) - Method in class com.saxonica.ee.bytecode.iter.CompiledFilterIterator
-
Set the base iterator and context
- setSequence(SequenceIterator, XPathContext) - Method in class com.saxonica.ee.bytecode.iter.OneToOneMappingIterator
-
- setSequence(Expression) - Method in class net.sf.saxon.expr.Assignation
-
Set the "sequence" expression - the one to which the variable is bound
- setSequence(SequenceIterator, XPathContext) - Method in class net.sf.saxon.expr.FilterIterator
-
Set the base iterator
- setSequence(Expression) - Method in class net.sf.saxon.expr.flwor.ForClause
-
- setSequence(Expression) - Method in class net.sf.saxon.expr.flwor.LetClause
-
- setSequence(Expression) - Method in class net.sf.saxon.expr.flwor.WindowClause
-
- setSerializationParams(NodeInfo) - Method in class net.sf.saxon.serialize.SerializationParamsHandler
-
Set the serialization parameters in the form of an XDM instance
- setSerializationParams(Serializer) - Method in class net.sf.saxon.trans.CommandLineOptions
-
- setSerializationProperty(Properties, String, String, String, NamespaceResolver, boolean, Configuration) - Static method in class net.sf.saxon.expr.instruct.ResultDocument
-
Validate a serialization property and add its value to a Properties collection
- setSerializerFactory(SerializerFactory) - Method in class net.sf.saxon.Configuration
-
Set a custom SerializerFactory.
- setSerializing(boolean) - Method in class net.sf.saxon.event.ComplexContentOutputter
-
Say whether this ComplexContentOutputter is performing serialization
- setSerializing(boolean) - Method in class net.sf.saxon.event.TreeReceiver
-
Say whether this ComplexContentOutputter is performing serialization
- setSiblingPosition(int) - Method in class net.sf.saxon.tree.linked.NodeImpl
-
Set the index position.
- setSilent(boolean) - Method in class net.sf.saxon.lib.StandardErrorHandler
-
Indicate whether the error handler should report errors to the ErrorListener
- setSimpleContentTypeReference(TypeReference) - Method in class com.saxonica.ee.schema.UserComplexType
-
For a complex type with simple content, set a reference to the simple type of the content
- setSimpleType(SimpleType) - Method in class com.saxonica.ee.schema.AttributeDecl
-
Sets the SimpleType for this attribute declaration.
- setSlot(int, LocalVariableReference) - Method in class net.sf.saxon.expr.flwor.TupleExpression
-
- setSlotManagerForInitialValueExpression(SlotManager) - Method in class com.saxonica.xslt3.instruct.Accumulator
-
Set the slotManager to be used for evaluating the initial-value expression
- setSlotNumber(int) - Method in class net.sf.saxon.expr.Assignation
-
Set the slot number for the range variable
- setSlotNumber(int) - Method in class net.sf.saxon.expr.flwor.LocalVariableBinding
-
Set the slot number for the range variable
- setSlotNumber(int) - Method in class net.sf.saxon.expr.instruct.LocalParam
-
Set the slot number of this variable
- setSlotNumber(int) - Method in class net.sf.saxon.expr.instruct.UserFunctionParameter
-
Set the slot number to be used by this parameter
- setSlotNumber(int) - Method in class net.sf.saxon.expr.instruct.WithParam
-
Set the slot number of this variable
- setSlotNumber(int) - Method in class net.sf.saxon.expr.LocalVariableReference
-
Set the slot number for this local variable, that is, its position in the local stack frame
- setSlotNumber(int) - Method in class net.sf.saxon.expr.PositionVariable
-
Set the slot number for the range variable
- setSlotNumber(int) - Method in class net.sf.saxon.sxpath.XPathVariable
-
Set the slot number allocated to this variable.
- setSlotNumbers(WithParam[]) - Static method in class net.sf.saxon.expr.instruct.WithParam
-
- setsNewFocus() - Method in class net.sf.saxon.expr.Operand
-
Ask whether the child expression sets a new focus for evaluation of other operands
- setsNewFocus() - Method in class net.sf.saxon.expr.OperandRole
-
Ask whether the child expression sets the focus for evaluation of other child expressions
- setSortKey(Expression, boolean) - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
-
Set the expression used as the sort key
- setSortKeyDefinitionList(SortKeyDefinitionList) - Method in class net.sf.saxon.expr.sort.SortExpression
-
- setSortKeyDefinitions(SortKeyDefinitionList) - Method in class net.sf.saxon.expr.instruct.ForEachGroup
-
- setSource(Source) - Method in class net.sf.saxon.s9api.XQueryEvaluator
-
Set the source document for the query.
- setSource(Source) - Method in class net.sf.saxon.s9api.XsltTransformer
-
Set the source document for the transformation.
- setSourceExpression(Expression) - Method in class com.saxonica.ee.update.InsertExpression
-
- setSourceId(String) - Method in class net.sf.saxon.trace.RuleTraceListener
-
- setSourceLocator(SourceLocator) - Method in class net.sf.saxon.type.ValidationFailure
-
- setSourceParserClass(String) - Method in class net.sf.saxon.Configuration
-
Set 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).
- setSourceResolver(SourceResolver) - Method in class net.sf.saxon.Configuration
-
Supply a SourceResolver.
- setStable(Expression) - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
-
Set whether this sort key definition is stable
- setStable(boolean) - Method in class net.sf.saxon.lib.ParseOptions
-
Say whether the document (or collection) should be stable, that is, if repeated attempts to dereference
the same URI are guaranteed to return the same result.
- setStackFrame(SlotManager) - Method in class com.saxonica.ee.stream.TemplateInversion
-
Set the stackframe identifying the slots used for local variables
- setStackFrame(SlotManager, Sequence[]) - Method in class net.sf.saxon.expr.XPathContextMajor
-
Set the local stack frame.
- setStackFrameMap(SlotManager) - Method in class net.sf.saxon.expr.instruct.AttributeSet
-
Set the stack frame map which allocates slots to variables declared in this attribute set
- setStackFrameMap(SlotManager) - Method in class net.sf.saxon.expr.instruct.ComponentCode
-
- setStackFrameMap(SlotManager) - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
- setStackFrameMap(SlotManager, int) - Method in class net.sf.saxon.sxpath.XPathExpression
-
Define the number of slots needed for local variables within the expression
- setStackFrameMap(SlotManager) - Method in class net.sf.saxon.trans.KeyDefinition
-
Set the map of local variables needed while evaluating the "use" expression
- setStackFrameMap(SlotManager) - Method in class net.sf.saxon.xpath.XPathExpressionImpl
-
Define the number of slots needed for local variables within the expression.
- setStackFrameSlotsNeeded(int) - Method in class net.sf.saxon.trans.SimpleMode
-
- setStackFrameValues(Sequence[]) - Method in class net.sf.saxon.expr.StackFrame
-
- setStandardErrorOutput(PrintStream) - Method in class net.sf.saxon.Configuration
-
Set the standard error output to be used in all cases where no more specific destination
is defined.
- setStart(VariableReference) - Method in class com.saxonica.ee.optim.IndexedFilterExpression
-
- setStart(Expression) - Method in class net.sf.saxon.expr.SlashExpression
-
Set the left-hand operand
- setStartCondition(Expression) - Method in class net.sf.saxon.expr.flwor.WindowClause
-
- setStartTagBuffer(StartTagBuffer) - Method in class com.saxonica.ee.schema.sdoc.VersionControlFilter
-
Set the start tag buffer
- setStartTagBuffer(StartTagBuffer) - Method in class com.saxonica.ee.stream.watch.WatchManager
-
- setStartTagBuffer(StartTagBufferEE) - Method in class com.saxonica.ee.validate.ValidatingFilter
-
Set the StartTagBuffer, which buffers attributes on the element start tag, and also acts as
the namespaceResolver to be used for resolving QName-valued attributes
- setStartTagBuffer(StartTagBufferEE) - Method in class com.saxonica.ee.validate.ValidationContext
-
Set the StartTagBuffer, which buffers attributes on the element start tag, and also acts as
the namespaceResolver to be used for resolving QName-valued attributes
- setStartTagBuffer(StartTagBuffer) - Method in class net.sf.saxon.style.UseWhenFilter
-
Set the start tag buffer
- setState(int) - Method in class net.sf.saxon.expr.parser.Tokenizer
-
Set the tokenizer into a special state
- setStaticBaseUriString(String) - Method in class net.sf.saxon.expr.parser.RetainedStaticContext
-
Set the static base URI as a string
- setStaticContext(XPathStaticContext) - Method in class com.saxonica.ee.schema.Assertion
-
Set the static context for the expression.
- setStaticContext(XQStaticContext) - Method in class com.saxonica.xqj.SaxonXQConnection
-
- setStaticContext(XQStaticContext) - Method in interface javax.xml.xquery.XQConnection
-
Sets the default values for all expression properties.
- setStaticContext(StaticContext) - Method in class net.sf.saxon.expr.parser.ExpressionVisitor
-
Set the static context for the expressions being visited.
- setStaticContext(QueryModule) - Method in class net.sf.saxon.query.XQueryFunction
-
Set the static context for this function
- setStaticContext(XPathStaticContext) - Method in class net.sf.saxon.sxpath.XPathEvaluator
-
Set the static context for compiling XPath expressions.
- setStaticInfo(ContextItemStaticInfo) - Method in class net.sf.saxon.expr.ContextItemExpression
-
Set static information about the context item
- setStaticProperty(int) - Method in class net.sf.saxon.expr.Expression
-
Set a static property on an expression.
- setStaticQueryContextFactory(StaticQueryContextFactory) - Method in class net.sf.saxon.Configuration
-
Set the StaticQueryContextFactory used for creating instances of StaticQueryContext
- setStaticType(SequenceType, GroundedValue, int) - Method in class com.saxonica.xsltextn.instruct.Assign
-
- setStaticType(SequenceType, GroundedValue, int) - Method in interface net.sf.saxon.expr.BindingReference
-
Fix up the static type of this variable reference; optionally, supply a constant value for
the variable.
- setStaticType(SequenceType) - Method in class net.sf.saxon.expr.UserFunctionCall
-
Set the static type
- setStaticType(SequenceType, GroundedValue, int) - Method in class net.sf.saxon.expr.VariableReference
-
Set static type.
- setStatistics(Statistics) - Method in class net.sf.saxon.tree.tiny.TinyBuilder
-
Set the size parameters for the tree
- setStatsOptions(NodeInfo) - Method in class com.saxonica.trans.StatsCommandLineOptions
-
- setStep(Expression) - Method in class net.sf.saxon.expr.SlashExpression
-
Set the right-hand operand
- setStreamability(int) - Method in class com.saxonica.config.EnterpriseConfiguration
-
Set the streamability rules to be applied.
- setStreamable(boolean) - Method in class net.sf.saxon.trans.Mode
-
Say that this mode is (or is not) streamable
- setStreaming(boolean) - Method in class com.saxonica.ee.optim.StaticQueryContextEE
-
Say whether the query should be compiled and evaluated to use streaming.
- setStreaming(boolean) - Method in class net.sf.saxon.query.StaticQueryContext
-
Say whether the query should be compiled and evaluated to use streaming.
- setStreaming(boolean) - Method in class net.sf.saxon.query.XQueryParser
-
Say whether the query should be compiled and evaluated to use streaming.
- setStreaming(boolean) - Method in class net.sf.saxon.s9api.XQueryCompiler
-
Say whether the query should be compiled and evaluated to use streaming.
- setStreamResult(StreamResult) - Method in class com.saxonica.ptree.PTreeEmitter
-
Set the StreamResult acting as the output destination of the Emitter
- setStreamResult(StreamResult) - Method in class net.sf.saxon.serialize.Emitter
-
Set the StreamResult acting as the output destination of the Emitter
- setStrength(int) - Method in class com.saxonica.expr.sort.UCACollator
-
- setStrictComparison(boolean) - Method in class net.sf.saxon.trans.KeyDefinition
-
Set whether strict comparison is needed.
- setStrictErrorChecking(boolean) - Method in class net.sf.saxon.dom.DocumentOverNodeInfo
-
An attribute specifying whether error checking is enforced or not.
- setStrictJavaUriFormat(boolean) - Method in class com.saxonica.config.JavaExtensionLibrary
-
Say that only the strict "java:" URI format is to be recognized.
- setString(String) - Method in interface net.sf.saxon.trans.SimpleMode.RuleGroupAction
-
Set some string parameter for the group
- setStringToDoubleConverter(StringToDouble) - Method in class net.sf.saxon.lib.ConversionRules
-
Set the converter that will be used for converting strings to doubles and floats.
- setStringValue(CharSequence) - Method in class com.saxonica.ee.stream.om.FleetingNode
-
- setStringValue(CharSequence) - Method in class net.sf.saxon.tree.util.Orphan
-
Set the string value of the node
- setStringValueCS(CharSequence) - Method in class net.sf.saxon.value.StringValue
-
Set the value of the item as a CharSequence.
- setStripperRules(SpaceStrippingRule) - Method in class net.sf.saxon.expr.instruct.Executable
-
Set the rules determining which nodes are to be stripped from the tree
- setStripperRules(SpaceStrippingRule) - Method in class net.sf.saxon.style.StylesheetPackage
-
Set the whitespace stripping rules for source documents loaded from within this package
- setStripsAllWhiteSpace(boolean) - Method in class net.sf.saxon.Configuration
-
Determine whether whitespace-only text nodes are to be stripped unconditionally
from source documents.
- setStripsInputTypeAnnotations(boolean) - Method in class net.sf.saxon.expr.instruct.Executable
-
Set whether source documents are to have their type annotations stripped
- setStripSourceTrees(boolean) - Method in class net.sf.saxon.Controller
-
Say whether the transformation should perform whitespace stripping as defined
by the xsl:strip-space and xsl:preserve-space declarations in the stylesheet
in the case where a source tree is supplied to the transformation as a tree
(typically a DOMSource, or a Saxon NodeInfo).
- setStripSpace(int) - Method in class net.sf.saxon.dom.DocumentBuilderImpl
-
Set the space-stripping action to be applied to the source document
- setStripSpace(int) - Method in class net.sf.saxon.lib.AugmentedSource
-
Set the space-stripping action to be applied to the source document
- setStripSpace(int) - Method in class net.sf.saxon.lib.ParseOptions
-
Set the space-stripping action to be applied to the source document
- setStripsTypeAnnotations(boolean) - Method in class net.sf.saxon.style.StylesheetPackage
-
Say whether the package defines that type annotations should be stripped from input
documents loaded from within this package
- setStripsWhiteSpace(int) - Method in class net.sf.saxon.Configuration
-
Set which kinds of whitespace-only text node should be stripped.
- setStripsWhitespace(boolean) - Method in class net.sf.saxon.expr.instruct.Executable
-
Indicate that the stylesheet does some whitespace stripping
- setStripsWhitespace(boolean) - Method in class net.sf.saxon.style.StylesheetPackage
-
Say whether there is an xsl:strip-space declaration in the stylesheet package
- setStripWhitespace(String) - Method in class com.saxonica.xqj.SaxonXQDataSource
-
Say whether whitespace should be stripped when loading source documents
- setStyleParserClass(String) - Method in class net.sf.saxon.Configuration
-
Set the name of the class that will be instantiated to create an XML parser
for parsing stylesheet modules.
- setStylesheetByLocation(String, XsltExecutable) - Method in class net.sf.saxon.trans.StylesheetCache
-
Set a key-value pair in the cache for stylesheets referenced by stylesheet location.
- setStylesheetByNode(NodeInfo, XsltExecutable) - Method in class net.sf.saxon.trans.StylesheetCache
-
Set a key-value pair in the cache for stylesheets referenced by stylesheet root node.
- setStylesheetByText(String, XsltExecutable) - Method in class net.sf.saxon.trans.StylesheetCache
-
Set a key-value pair in the cache for stylesheets referenced by stylesheet text.
- setStylesheetParameters(Map<QName, XdmValue>) - Method in class net.sf.saxon.s9api.Xslt30Transformer
-
Supply the values of global stylesheet variables and parameters.
- setSubscript(Expression) - Method in class net.sf.saxon.expr.SubscriptExpression
-
- setSubType(AtomicType) - Method in class net.sf.saxon.value.Int64Value
-
This class allows subtypes of xs:integer to be held, as well as xs:integer values.
- setSuperClass(Class) - Method in class com.saxonica.ee.bytecode.util.CompilerService.GeneratedClassInfo
-
- setSuppliedType(SequenceType) - Method in class net.sf.saxon.expr.SuppliedParameterReference
-
Set the type of the supplied value if known
- setSystemId(String) - Method in class com.saxonica.ee.schema.SchemaStructure
-
Set the system Id
- setSystemId(String) - Method in class com.saxonica.ee.stream.om.FleetingDocumentNode
-
Set the system identifier for this Source.
- setSystemId(String) - Method in class com.saxonica.ee.stream.om.FleetingNode
-
Set the system identifier for this Source.
- setSystemId(String) - Method in class com.saxonica.ee.validate.Checker
-
- setSystemId(String) - Method in class com.saxonica.ee.validate.InvalidityReportGenerator
-
Set the XML document that is to be validated
- setSystemId(String) - Method in class com.saxonica.ptree.PTreeSource
-
Set the system identifier for this Source.
- setSystemId(String) - Method in class com.saxonica.pull.UnconstructedParent
-
Set the system identifier for this Source.
- setSystemId(String) - Method in class net.sf.saxon.dom.DOMSender
-
Set the systemId of the source document (which will also be
used for the destination)
- setSystemId(String) - Method in class net.sf.saxon.dom.DOMWriter
-
Set the System ID of the destination tree
- setSystemId(String) - Method in class net.sf.saxon.event.Builder
-
The SystemId is equivalent to the document-uri property defined in the XDM data model.
- setSystemId(String) - Method in class net.sf.saxon.event.ComplexContentOutputter
-
- setSystemId(String) - Method in class net.sf.saxon.event.ContentHandlerProxy
-
Set the System ID of the destination tree
- setSystemId(String) - Method in class net.sf.saxon.event.EventSource
-
Set the system identifier for this Source.
- setSystemId(String) - Method in class net.sf.saxon.event.ProxyReceiver
-
- setSystemId(String) - Method in interface net.sf.saxon.event.Receiver
-
Set the System ID of the tree represented by this event stream
- setSystemId(String) - Method in class net.sf.saxon.event.SequenceReceiver
-
Set the system ID
- setSystemId(String) - Method in class net.sf.saxon.event.TransformerReceiver
-
Set the SystemId of the document
- setSystemId(String) - Method in class net.sf.saxon.event.TreeReceiver
-
- setSystemId(String) - Method in class net.sf.saxon.evpull.PullEventSource
-
Set the system identifier for this Source.
- setSystemId(String) - Method in class net.sf.saxon.expr.instruct.ComponentCode
-
- setSystemId(String) - Method in class net.sf.saxon.expr.instruct.InstructionDetails
-
Set the URI of the module containing the instruction
- setSystemId(String) - Method in class net.sf.saxon.expr.instruct.TemplateRule
-
- setSystemId(String) - Method in class net.sf.saxon.jaxp.IdentityTransformerHandler
-
Set the SystemId of the document
- setSystemId(String) - Method in class net.sf.saxon.jaxp.TemplatesHandlerImpl
-
Set the SystemId of the document.
- setSystemId(String) - Method in class net.sf.saxon.jaxp.TransformerHandlerImpl
-
Set the SystemId of the document.
- setSystemId(String) - Method in class net.sf.saxon.lib.AugmentedSource
-
Set the System ID.
- setSystemId(String) - Method in class net.sf.saxon.ma.json.JsonReceiver
-
- setSystemId(String) - Method in class net.sf.saxon.om.AbsolutePath
-
- setSystemId(String) - Method in class net.sf.saxon.om.GenericTreeInfo
-
Set the systemId of the document node (for most implementations, this is likely to be the systemId
of the entire tree
- setSystemId(String) - Method in class net.sf.saxon.option.axiom.AxiomAttributeWrapper
-
- setSystemId(String) - Method in class net.sf.saxon.option.axiom.AxiomDocumentNodeWrapper
-
Set the system identifier for this Source.
- setSystemId(String) - Method in class net.sf.saxon.option.dom4j.DOM4JNodeWrapper
-
- setSystemId(String) - Method in class net.sf.saxon.option.xom.XOMDocumentWrapper
-
- setSystemId(String) - Method in class net.sf.saxon.pull.PullSource
-
Set the system identifier for this Source.
- setSystemId(String) - Method in class net.sf.saxon.pull.UnparsedEntity
-
Set the system identifier of the unparsed entity
- setSystemId(String) - Method in class net.sf.saxon.stax.ReceiverToXMLStreamWriter
-
- setSystemId(String) - Method in class net.sf.saxon.tree.linked.DocumentImpl
-
Set the system id (base URI) of this node
- setSystemId(String) - Method in class net.sf.saxon.tree.linked.ElementImpl
-
Set the system ID of this node.
- setSystemId(String) - Method in class net.sf.saxon.tree.linked.NodeImpl
-
Set the system ID of this node.
- setSystemId(int, String) - Method in class net.sf.saxon.tree.linked.SystemIdMap
-
Set the system ID corresponding to a given sequence number
- setSystemId(String) - Method in class net.sf.saxon.tree.NamespaceNode
-
Set the system identifier for this Source.
- setSystemId(String) - Method in class net.sf.saxon.tree.tiny.TinyAttributeImpl
-
- setSystemId(String) - Method in class net.sf.saxon.tree.tiny.TinyDocumentImpl
-
Set the system id of this node
- setSystemId(String) - Method in class net.sf.saxon.tree.tiny.TinyNodeImpl
-
Set the system id of this node.
- setSystemId(String) - Method in class net.sf.saxon.tree.wrapper.AbstractNodeWrapper
-
Set the system ID.
- setSystemId(String) - Method in class net.sf.saxon.tree.wrapper.AbstractVirtualNode
-
- setSystemId(String) - Method in class net.sf.saxon.tree.wrapper.VirtualCopy
-
Set the system identifier for this Source.
- setSystemId(String) - Method in exception net.sf.saxon.type.ValidationException
-
- setSystemId(String) - Method in class net.sf.saxon.type.ValidationFailure
-
- setSystemId(String) - Method in class net.sf.saxon.value.TextFragmentValue
-
Set the system ID (that is, the document URI property) for the document node.
- setTailCallLabel(LabelInfo) - Method in class com.saxonica.ee.bytecode.util.GeneratedMethodInfo
-
Supply the label to act as the target of a jump for a self-recursive tail call.
- setTailRecursive(boolean, boolean) - Method in class net.sf.saxon.expr.instruct.UserFunction
-
Indicate whether the function contains a tail call
- setTarget(IdentityConstraint) - Method in class com.saxonica.ee.schema.IdentityConstraintReference
-
Set the target of this reference.
- setTarget(SchemaComponent) - Method in class com.saxonica.ee.schema.SimpleComponentReference
-
Set the target component
- setTarget(SchemaType) - Method in class com.saxonica.ee.schema.TypeReference
-
- setTarget(Component) - Method in class net.sf.saxon.expr.GlobalVariableReference
-
- setTarget(AttributeSet) - Method in class net.sf.saxon.expr.instruct.UseAttributeSet
-
Set the attribute set to be used.
- setTargetComponentName(StructuredQName) - Method in class com.saxonica.ee.schema.AttributeGroupReference
-
Set the fingerprint of the target of this reference
- setTargetComponentName(StructuredQName) - Method in class com.saxonica.ee.schema.KeyRef
-
Sets the name of the key being referenced.
- setTargetComponentName(StructuredQName) - Method in class com.saxonica.ee.schema.SimpleComponentReference
-
- setTargetExp(Expression) - Method in class com.saxonica.ee.update.DeleteExpression
-
- setTargetExp(Expression) - Method in class com.saxonica.ee.update.RenameExpression
-
- setTargetExp(Expression) - Method in class com.saxonica.ee.update.ReplaceNodeExpression
-
- setTargetExp(Expression) - Method in class com.saxonica.ee.update.ReplaceValueExpression
-
- setTargetExpression(Expression) - Method in class com.saxonica.ee.update.InsertExpression
-
- setTargetFunction(Function) - Method in class com.saxonica.functions.hof.CoercedFunction
-
Set the target function
- setTargetKey(IdentityConstraint) - Method in class com.saxonica.ee.schema.KeyRef
-
Set the target key or unique constraint
- setTargetNamespace(String) - Method in class com.saxonica.ee.schema.SingleNamespaceSchema
-
Sets the target namespace for this Schema
- setTargetState(AutomatonState) - Method in class com.saxonica.ee.schema.fsa.Edge
-
Set the state resulting from this transition
- setTargetTemplate(NamedTemplate) - Method in class net.sf.saxon.expr.instruct.CallTemplate
-
Set the target template
- setTargetType(AtomicType) - Method in class net.sf.saxon.expr.CastingExpression
-
Set the target type
- setTemplateName(StructuredQName) - Method in class net.sf.saxon.expr.instruct.NamedTemplate
-
Initialize the template
- setTemplateName(StructuredQName) - Method in class net.sf.saxon.trace.ContextStackFrame.CallTemplate
-
Set the name of the template being called
- setTemplateRule(Pattern, TemplateRule, Mode, StylesheetModule, double) - Method in class net.sf.saxon.trans.RuleManager
-
Register a template for a particular pattern.
- setTemporaryOutputState(int) - Method in class net.sf.saxon.expr.EarlyEvaluationContext
-
- setTemporaryOutputState(int) - Method in interface net.sf.saxon.expr.XPathContext
-
Set the XSLT output state to "temporary" or "final"
- setTemporaryOutputState(int) - Method in class net.sf.saxon.expr.XPathContextMinor
-
Set the XSLT output state to "temporary" or "final"
- setTensUnitsSeparatorCardinal(String) - Method in class net.sf.saxon.expr.number.Numberer_en
-
Set the separator to be used between tens and units for cardinal numbers.
- setTensUnitsSeparatorOrdinal(String) - Method in class net.sf.saxon.expr.number.Numberer_en
-
Set the separator to be used between tens and units for ordinal numbers.
- setTerm(Term) - Method in class com.saxonica.ee.schema.fsa.Edge
-
Set the element or wildcard particle causing this transition
- setTerminate(Expression) - Method in class net.sf.saxon.expr.instruct.Message
-
- setTerminator(Terminator) - Method in class com.saxonica.ee.stream.feed.ItemFeed
-
Provide a callback that can be used to request early termination of the
streaming of this input document
- setTest(Expression) - Method in class com.saxonica.xsltextn.instruct.While
-
- setTextContent(String) - Method in class net.sf.saxon.dom.NodeOverNodeInfo
-
Set the text content of a node.
- setThereHasBeenAnExplicitResultDocument() - Method in class net.sf.saxon.Controller
-
Set that an explicit result tree has been written using xsl:result-document
- setThreadCount(int) - Method in class com.saxonica.ee.s9api.SchemaValidatorImpl
-
- setThreads(Expression) - Method in class net.sf.saxon.expr.instruct.ForEach
-
Set the expression used to determine how many threads to use when multi-threading
- setThreshold(int) - Method in class net.sf.saxon.lib.StandardLogger
-
Set the minimum threshold for the severity of messages to be output.
- setTimezone(int) - Method in class net.sf.saxon.value.SaxonXMLGregorianCalendar
-
Set the number of minutes in the timezone offset.
- setTimezoneInMinutes(int) - Method in class net.sf.saxon.value.CalendarValue
-
Modify the timezone value held in this object.
- setTiming(boolean) - Method in class net.sf.saxon.Configuration
-
Determine whether brief progress messages and timing information will be output
to System.err.
- setTiming(boolean) - Method in class net.sf.saxon.event.Builder
-
Set timing option on or off
- setTokenizerIndex(int) - Method in class com.saxonica.ee.pattern.preconditions.TokenizedCondition
-
- setTopLevelElement(NodeName) - Method in class com.saxonica.ee.validate.ValidationStack
-
Set the name of the required top-level element (if any)
- setTopLevelElement(StructuredQName) - Method in class net.sf.saxon.lib.AugmentedSource
-
Set the name of the top-level element for validation.
- setTopLevelElement(StructuredQName) - Method in class net.sf.saxon.lib.ParseOptions
-
Set the name of the top-level element for validation.
- setTopLevelModule(boolean) - Method in class net.sf.saxon.style.StyleNodeFactory
-
Say that this is the top-level module of a package
- setTopLevelPackage(PackageData) - Method in class net.sf.saxon.expr.instruct.Executable
-
- setTopLevelType(SchemaType) - Method in class net.sf.saxon.lib.AugmentedSource
-
Set the type of the top-level element for validation.
- setTopLevelType(SchemaType) - Method in class net.sf.saxon.lib.ParseOptions
-
Set the type of the top-level element for validation.
- setTraceFunctionDestination(Logger) - Method in class net.sf.saxon.Controller
-
Set the destination for output from the fn:trace() function.
- setTraceFunctionDestination(Logger) - Method in class net.sf.saxon.query.DynamicQueryContext
-
Set the destination for output from the fn:trace() function.
- setTraceFunctionDestination(Logger) - Method in class net.sf.saxon.s9api.XQueryEvaluator
-
Set the destination for output from the fn:trace() function.
- setTraceFunctionDestination(Logger) - Method in class net.sf.saxon.s9api.Xslt30Transformer
-
Set the destination for output from the fn:trace() function.
- setTraceFunctionDestination(Logger) - Method in class net.sf.saxon.s9api.XsltTransformer
-
Set the destination for output from the fn:trace() function.
- setTraceListener(TraceListener) - Method in class net.sf.saxon.Configuration
-
Set the TraceListener to be used for run-time tracing of instruction execution.
- setTraceListener(TraceListener) - Method in class net.sf.saxon.Controller
-
Set a TraceListener, replacing any existing TraceListener
- setTraceListener(TraceListener) - Method in class net.sf.saxon.query.DynamicQueryContext
-
Set the trace listener.
- setTraceListener(TraceListener) - Method in class net.sf.saxon.s9api.XQueryEvaluator
-
Set a TraceListener which will receive messages relating to the evaluation of all expressions.
- setTraceListener(TraceListener) - Method in class net.sf.saxon.s9api.Xslt30Transformer
-
Set a TraceListener to be notified of all events occurring during the transformation.
- setTraceListener(TraceListener) - Method in class net.sf.saxon.s9api.XsltTransformer
-
Set a TraceListener to be notified of all events occurring during the transformation.
- setTraceListenerClass(String) - Method in class net.sf.saxon.Configuration
-
Set the name of the trace listener class to be used for run-time tracing of instruction
execution.
- setTreeModel(int) - Method in class net.sf.saxon.Configuration
-
Set the Tree Model used by this Configuration.
- setTreeModel(TreeModel) - Method in class net.sf.saxon.event.SequenceWriter
-
Set the tree model that will be used for creating trees when events are written to the sequence
- setTreeModel(int) - Method in class net.sf.saxon.lib.ParseOptions
-
Set the tree model to use.
- setTreeModel(TreeModel) - Method in class net.sf.saxon.s9api.DocumentBuilder
-
Set the tree model to be used for documents constructed using this DocumentBuilder.
- setTreeModel(TreeModel) - Method in class net.sf.saxon.s9api.XdmDestination
-
Set the tree model to be used for documents constructed using this XdmDestination.
- setTunnel(boolean) - Method in class net.sf.saxon.expr.instruct.LocalParam
-
Indicate whether this variable represents a tunnel parameter
- setTunnelParameters(ParameterSet) - Method in class net.sf.saxon.expr.XPathContextMajor
-
Set the tunnel parameters for the current template call.
- setTunnelParams(ParameterSet) - Method in class com.saxonica.ee.stream.watch.ApplyTemplatesAction
-
- setTunnelParams(WithParam[]) - Method in class net.sf.saxon.expr.instruct.ApplyImports
-
- setTunnelParams(WithParam[]) - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
-
- setType(ItemType) - Method in interface com.saxonica.ee.trans.ModeEE.RuleTypeAction
-
- setType(ModeEE.RuleTypeAction, ItemType) - Method in class com.saxonica.ee.trans.ModeEE
-
- setType(SequenceType) - Method in class com.saxonica.xslt3.instruct.Accumulator
-
Set the declared type of the accumulator.
- setType(FunctionItemType) - Method in class net.sf.saxon.functions.CallableFunction
-
- setType(String, SchemaType) - Method in class net.sf.saxon.ma.json.JsonHandlerXML
-
Record a SchemaType for a particular name
- setTypeAnnotation(SchemaType) - Method in class com.saxonica.ee.stream.om.FleetingNode
-
- setTypeAnnotation(SchemaType) - Method in interface net.sf.saxon.om.MutableNodeInfo
-
Set the type annotation on a node.
- setTypeAnnotation(SchemaType) - Method in class net.sf.saxon.tree.linked.AttributeImpl
-
Set the type annotation on a node.
- setTypeAnnotation(SchemaType) - Method in class net.sf.saxon.tree.linked.ElementImpl
-
Set the type annotation on a node.
- setTypeAnnotation(SchemaType) - Method in class net.sf.saxon.tree.linked.NodeImpl
-
Set the type annotation on a node.
- setTypeAnnotation(int, SimpleType) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
-
Set the type annotation of an attribute
- setTypeAnnotation(SchemaType) - Method in class net.sf.saxon.tree.util.Orphan
-
Set the type annotation of the node
- setTypeChecked(boolean) - Method in class net.sf.saxon.expr.instruct.WithParam
-
Say whether this parameter will have been typechecked by the caller to ensure it satisfies
the required type, in which case the callee need not do a dynamic type check
- setTypeCode(SchemaType) - Method in class net.sf.saxon.evpull.StartElementEvent
-
Set the typeCode of this element
- setTypeHierarchy(TypeHierarchy) - Method in class net.sf.saxon.lib.ConversionRules
-
- setTypeLabel(AtomicType) - Method in class net.sf.saxon.value.AtomicValue
-
Set the type label on this atomic value.
- setTypeName(StructuredQName, int) - Method in class com.saxonica.ee.schema.UserDefinedType
-
Set the nameCode of the name of this type.
- setTypeReference(TypeReference) - Method in class com.saxonica.ee.schema.AttributeDecl
-
Sets the schema type for this attribute declaration.
- setTypeReference(TypeReference) - Method in class com.saxonica.ee.schema.ElementDecl
-
Sets the schema type for this element declaration.
- setTypeReference(TypeReference) - Method in class com.saxonica.ee.schema.TypeAlternative
-
Set the type reference for this alternative
- setUndeclareNamespaces(boolean) - Method in class net.sf.saxon.event.ContentHandlerProxy
-
Set whether namespace undeclaration events (for a non-null prefix) should be notified.
- setUnderlyingContentHandler(ContentHandler) - Method in class net.sf.saxon.event.ContentHandlerProxy
-
Set the underlying content handler.
- setUnderlyingReceiver(Receiver) - Method in class net.sf.saxon.event.NamePoolConverter
-
Set the underlying emitter.
- setUnderlyingReceiver(Receiver) - Method in class net.sf.saxon.event.ProxyReceiver
-
Set the underlying receiver.
- setUnnamedModeExplicit(boolean) - Method in class net.sf.saxon.trans.RuleManager
-
Say that the unnamed mode has been explicitly declared in an xsl:mode declaration
- setUnparsedEntity(String, String, String) - Method in class com.saxonica.ee.validate.Checker
-
- setUnparsedEntity(String, String, String) - Method in class com.saxonica.ee.validate.EntityValidator
-
Set the URI for an unparsed entity in the document.
- setUnparsedEntity(String, String, String) - Method in class com.saxonica.ee.validate.ValidationStack
-
Set the URI for an unparsed entity in the document.
- setUnparsedEntity(String, String, String) - Method in class net.sf.saxon.dom.DOMWriter
-
Notify an unparsed entity URI.
- setUnparsedEntity(String, String, String) - Method in class net.sf.saxon.event.ContentHandlerProxy
-
Notify an unparsed entity URI.
- setUnparsedEntity(String, String, String) - Method in class net.sf.saxon.event.ProxyReceiver
-
Set the URI for an unparsed entity in the document.
- setUnparsedEntity(String, String, String) - Method in interface net.sf.saxon.event.Receiver
-
Notify an unparsed entity URI.
- setUnparsedEntity(String, String, String) - Method in class net.sf.saxon.event.SequenceReceiver
-
Notify an unparsed entity URI.
- setUnparsedEntity(String, String, String) - Method in class net.sf.saxon.event.SequenceWriter
-
Notify an unparsed entity URI.
- setUnparsedEntity(String, String, String) - Method in class net.sf.saxon.event.Sink
-
Set the URI for an unparsed entity in the document.
- setUnparsedEntity(String, String, String) - Method in class net.sf.saxon.event.TeeOutputter
-
Pass on information about unparsed entities
- setUnparsedEntity(String, String, String) - Method in class net.sf.saxon.event.TreeReceiver
-
Set the URI for an unparsed entity in the document.
- setUnparsedEntity(String, String, String) - Method in class net.sf.saxon.ma.json.JsonReceiver
-
- setUnparsedEntity(String, String, String) - Method in class net.sf.saxon.option.axiom.AxiomWriter
-
Notify an unparsed entity URI.
- setUnparsedEntity(String, String, String) - Method in class net.sf.saxon.option.dom4j.DOM4JWriter
-
Notify an unparsed entity URI.
- setUnparsedEntity(String, String, String) - Method in class net.sf.saxon.option.jdom.JDOMWriter
-
Notify an unparsed entity URI.
- setUnparsedEntity(String, String, String) - Method in class net.sf.saxon.option.jdom2.JDOM2Writer
-
Notify an unparsed entity URI.
- setUnparsedEntity(String, String, String) - Method in class net.sf.saxon.option.xom.XOMWriter
-
Notify an unparsed entity URI.
- setUnparsedEntity(String, String, String) - Method in class net.sf.saxon.serialize.Emitter
-
Set unparsed entity URI.
- setUnparsedEntity(String, String, String) - Method in class net.sf.saxon.stax.ReceiverToXMLStreamWriter
-
- setUnparsedEntity(String, String, String) - Method in class net.sf.saxon.tree.linked.DocumentImpl
-
Set an unparsed entity URI associated with this document.
- setUnparsedEntity(String, String, String) - Method in class net.sf.saxon.tree.linked.LinkedTreeBuilder
-
Set an unparsed entity URI for the document
- setUnparsedEntity(String, String, String) - Method in class net.sf.saxon.tree.tiny.TinyBuilder
-
Set an unparsed entity in the document
- setUnparsedTextURIResolver(UnparsedTextURIResolver) - Method in class net.sf.saxon.Controller
-
Set an UnparsedTextURIResolver to be used to resolve URIs passed to the XSLT
unparsed-text() function.
- setUnparsedTextURIResolver(UnparsedTextURIResolver) - Method in class net.sf.saxon.query.DynamicQueryContext
-
Set an object that will be used to resolve URIs used in
fn:unparsed-text() and related functions.
- setUnparsedTextURIResolver(UnparsedTextURIResolver) - Method in class net.sf.saxon.sxpath.XPathDynamicContext
-
Set an object that will be used to resolve URIs used in
fn:unparsed-text() and related functions.
- setUnused(boolean) - Method in class net.sf.saxon.expr.instruct.GlobalVariable
-
Say whether this variable is unused.
- setUpdateExp(Expression) - Method in class com.saxonica.ee.update.CopyModifyExpression
-
- setUpdating(boolean) - Method in class net.sf.saxon.expr.instruct.UserFunction
-
Set whether this is an updating function (as defined in XQuery Update)
- setUpdating(boolean) - Method in class net.sf.saxon.query.XQueryFunction
-
Set whether this is an updating function (as defined in XQuery Update)
- setUpdatingEnabled(boolean) - Method in class net.sf.saxon.query.StaticQueryContext
-
Say whether the query is allowed to be updating.
- setUpdatingEnabled(boolean) - Method in class net.sf.saxon.s9api.XQueryCompiler
-
Say whether the query is allowed to be updating.
- setURIChecker(URIChecker) - Method in class net.sf.saxon.lib.ConversionRules
-
Set the class to be used for checking URI values.
- setURIResolver(URIResolver) - Method in class net.sf.saxon.Configuration
-
Set the URIResolver to be used in this configuration.
- setURIResolver(URIResolver) - Method in class net.sf.saxon.Controller
-
Set an object that will be used to resolve URIs used in
document(), etc.
- setURIResolver(URIResolver) - Method in class net.sf.saxon.event.PIGrabber
-
Set the URI resolver to be used for the href attribute
- setURIResolver(URIResolver) - Method in class net.sf.saxon.event.PipelineConfiguration
-
Set the URIResolver used for processing URIs encountered on this pipeline
- setURIResolver(URIResolver) - Method in class net.sf.saxon.expr.XPathContextMajor
-
Set an object that will be used to resolve URIs used in
document(), etc.
- setURIResolver(URIResolver) - Method in class net.sf.saxon.jaxp.IdentityTransformer
-
Set an object that will be used to resolve URIs used in
document().
- setURIResolver(URIResolver) - Method in class net.sf.saxon.jaxp.SaxonTransformerFactory
-
Set an object that is used by default during the transformation
to resolve URIs used in xsl:import, or xsl:include.
- setURIResolver(URIResolver) - Method in class net.sf.saxon.jaxp.TransformerImpl
-
Set an object that will be used to resolve URIs used in
document().
- setURIResolver(URIResolver) - Method in class net.sf.saxon.query.DynamicQueryContext
-
Set an object that will be used to resolve URIs used in
fn:document() and related functions.
- setURIResolver(URIResolver) - Method in class net.sf.saxon.s9api.XPathSelector
-
Set an object that will be used to resolve URIs used in
fn:doc() and related functions.
- setURIResolver(URIResolver) - Method in class net.sf.saxon.s9api.XQueryEvaluator
-
Set an object that will be used to resolve URIs used in
fn:doc() and related functions.
- setURIResolver(URIResolver) - Method in class net.sf.saxon.s9api.Xslt30Transformer
-
Set an object that will be used to resolve URIs used in
fn:doc() and related functions.
- setURIResolver(URIResolver) - Method in class net.sf.saxon.s9api.XsltCompiler
-
Set the URIResolver to be used during stylesheet compilation.
- setURIResolver(URIResolver) - Method in class net.sf.saxon.s9api.XsltTransformer
-
Set an object that will be used to resolve URIs used in
fn:doc() and related functions.
- setURIResolver(URIResolver) - Method in class net.sf.saxon.sxpath.XPathDynamicContext
-
Set an object that will be used to resolve URIs used in
document(), etc.
- setURIResolver(URIResolver) - Method in class net.sf.saxon.trans.CompilerInfo
-
Set the URI Resolver to be used in this compilation episode.
- setUsage(OperandUsage) - Method in class net.sf.saxon.expr.Operand
-
Set the usage of the operand
- setUse(short) - Method in class com.saxonica.ee.schema.AttributeUse
-
Sets the 'use' attribute of this attribute declaration.
- setUsedAccumulators(List<Accumulator>) - Method in class com.saxonica.ee.stream.StreamInstr
-
- setUseDocumentProjection(PathMap) - Method in class net.sf.saxon.Controller
-
Indicate whether document projection should be used, and supply the PathMap used to control it.
- setUseNullMarkers(boolean) - Method in class net.sf.saxon.serialize.CharacterMapExpander
-
Indicate whether the result of character mapping should be marked using NUL
characters to prevent subsequent XML or HTML character escaping.
- setUserData(String, Object) - Method in class com.saxonica.ee.stream.om.FleetingDocumentNode
-
Set user data on the document node.
- setUserData(String, Object) - Method in class com.saxonica.pull.UnconstructedDocument
-
Set user data on the document node.
- setUserData(Object, String, Object) - Method in class net.sf.saxon.Controller
-
Set user data associated with a key.
- setUserData(String, Object, UserDataHandler) - Method in class net.sf.saxon.dom.NodeOverNodeInfo
-
Set user data.
- setUserData(String, Object) - Method in class net.sf.saxon.om.GenericTreeInfo
-
Set user data on the document node.
- setUserData(String, Object) - Method in interface net.sf.saxon.om.TreeInfo
-
Set user data on the document node.
- setUserData(String, Object) - Method in class net.sf.saxon.option.xom.XOMDocumentWrapper
-
Set user data on the document node.
- setUserData(String, Object) - Method in class net.sf.saxon.tree.linked.DocumentImpl
-
Set user data on the document node.
- setUseStaticBaseUri(boolean) - Method in class net.sf.saxon.expr.instruct.ResultDocument
-
Set whether the the instruction should resolve the href relative URI against the static
base URI (rather than the dynamic base output URI)
- setUseXsiSchemaLocation(boolean) - Method in class com.saxonica.ee.s9api.SchemaValidatorImpl
-
Say whether the schema processor is to take account of any xsi:schemaLocation and
xsi:noNamespaceSchemaLocation attributes encountered while validating an instance document
- setUseXsiSchemaLocation(String) - Method in class com.saxonica.xqj.SaxonXQDataSource
-
Say whether the schema processor is to take account of xsi:schemaLocation and
xsi:noNamespaceSchemaLocation attributes encountered in an instance document being validated
- setUseXsiSchemaLocation(boolean) - Method in class net.sf.saxon.event.PipelineConfiguration
-
Say whether xsi:schemaLocation and xsi:noNamespaceSchemaLocation attributes
should be recognized while validating an instance document
- setUseXsiSchemaLocation(boolean) - Method in class net.sf.saxon.lib.ParseOptions
-
Set whether or not to use the xsi:schemaLocation and xsi:noNamespaceSchemaLocation attributes
in an instance document to locate a schema for validation.
- setUseXsiSchemaLocation(boolean) - Method in class net.sf.saxon.s9api.SchemaValidator
-
Say whether the schema processor is to take account of any xsi:schemaLocation and
xsi:noNamespaceSchemaLocation attributes encountered while validating an instance document
- setUseXsltErrorCodes(boolean) - Method in class net.sf.saxon.expr.instruct.AnalyzeString
-
Say whether the expression should return the error codes for the fn:analyze-string function
or the xsl:analyze-string instruction
- setValidating(boolean) - Method in class net.sf.saxon.dom.DocumentBuilderImpl
-
Determine whether the document builder should perform DTD validation
- setValidation(boolean) - Method in class net.sf.saxon.Configuration
-
Determine whether the XML parser for source documents will be asked to perform
DTD validation of source documents
- setValidationAction(int) - Method in class net.sf.saxon.expr.instruct.AttributeCreator
-
Set the validation action required
- setValidationAction(int, SchemaType) - Method in class net.sf.saxon.expr.instruct.ParentNodeConstructor
-
Set the validation mode for the new document or element node
- setValidationAction(int, SchemaType) - Method in class net.sf.saxon.expr.instruct.ResultDocument
-
Set the validation mode for the new document
- setValidationContext(ValidationContext) - Method in class com.saxonica.ee.validate.ConstraintChecker
-
- setValidationContext(ValidationContext) - Method in class com.saxonica.ee.validate.ValidatingFilter
-
Set the validation context for this validation episode
- setValidationError(TransformerException, int) - Method in class net.sf.saxon.style.StyleElement
-
Set a validation error.
- setValidationErrorLimit(int) - Method in class net.sf.saxon.lib.ParseOptions
-
Set a limit on the number of errors reported before schema validation is abandoned.
- setValidationOptions(int, SchemaType) - Method in class com.saxonica.ee.stream.feed.CopyOfFeed
-
Set the options for schema validation
- setValidationParams(ValidationParams) - Method in class com.saxonica.ee.validate.ValidationContext
-
Set the validation parameters (as declared using saxon:param)
- setValidationParams(ValidationParams) - Method in class net.sf.saxon.lib.ParseOptions
-
Set the validation parameters.
- setValidationStatisticsRecipient(ValidationStatisticsRecipient) - Method in class net.sf.saxon.lib.ParseOptions
-
Say that statistics of component usage are maintained during schema validation, and indicate where
they should be sent
- setValidationStatus(int) - Method in class com.saxonica.ee.schema.SchemaStructure
-
Set the validation status
- setValidationWarnings(boolean) - Method in class net.sf.saxon.Configuration
-
Indicate whether schema validation failures on result documents are to be treated
as fatal errors or as warnings.
- setValidityReporting(Destination) - Method in class com.saxonica.ee.s9api.SchemaValidatorImpl
-
Setup Validation Reporting feature which saves the validation errors in an XML file
- setValidityReporting(Destination) - Method in class net.sf.saxon.s9api.SchemaValidator
-
This method can be called before running a validation to define a destination to which validation
reports should be written.
- setValue(String) - Method in class com.saxonica.ee.schema.DigitsFacet
-
Set the value of this facet as a string
- setValue(String) - Method in class com.saxonica.ee.schema.EnumerationFacet
-
Set the value of this facet
- setValue(String) - Method in class com.saxonica.ee.schema.ExplicitTimezoneFacet
-
- setValue(String) - Method in class com.saxonica.ee.schema.FractionDigitsFacet
-
Set the value of this facet.
- setValue(String) - Method in class com.saxonica.ee.schema.LengthRangeFacet
-
Set the value of this facet as a string.
- setValue(String) - Method in class com.saxonica.ee.schema.PatternFacet
-
- setValue(String) - Method in class com.saxonica.ee.schema.TotalDigitsFacet
-
Set the value of this facet.
- setValue(String) - Method in class com.saxonica.ee.schema.ValueRangeFacet
-
- setValue(String) - Method in class com.saxonica.ee.schema.WhitespaceFacet
-
- setValue(String) - Method in class net.sf.saxon.dom.AttrOverNodeInfo
-
Set the value of an attribute node.
- setValue(Expression) - Method in class net.sf.saxon.expr.IntegerRangeTest
-
- setValue(Sequence) - Method in class net.sf.saxon.s9api.XdmValue
-
- setVariable(QName, XdmValue) - Method in class net.sf.saxon.s9api.XPathSelector
-
Set the value of a variable
- setVariable(XPathVariable, Sequence) - Method in class net.sf.saxon.sxpath.XPathDynamicContext
-
Set the value of an external variable used within the XPath expression
- setVariableBinding(int, LocalVariableBinding) - Method in class net.sf.saxon.expr.flwor.WindowClause
-
- setVariableBindings(LocalVariableBinding[]) - Method in class net.sf.saxon.expr.flwor.GroupByClause
-
Set the bindings of new variables created by the grouping clause, which constitute the variables
appearing in the output (post-grouping) tuple stream.
- setVariableName(StructuredQName) - Method in class net.sf.saxon.expr.VariableReference
-
Set the variable name
- setVariableName(StructuredQName) - Method in class net.sf.saxon.trace.ContextStackFrame.VariableEvaluation
-
Set the name of the variable
- setVariableQName(StructuredQName) - Method in class net.sf.saxon.expr.Assignation
-
Set the name of the variable
- setVariableQName(StructuredQName) - Method in class net.sf.saxon.expr.flwor.LocalVariableBinding
-
Set the name of the variable
- setVariableQName(StructuredQName) - Method in class net.sf.saxon.expr.instruct.GlobalVariable
-
Set the name of the variable
- setVariableQName(StructuredQName) - Method in class net.sf.saxon.expr.instruct.LocalParam
-
Set the name of the variable
- setVariableQName(StructuredQName) - Method in class net.sf.saxon.expr.instruct.UserFunctionParameter
-
Set the name of this parameter
- setVariableQName(StructuredQName) - Method in class net.sf.saxon.expr.instruct.WithParam
-
Set the name of the variable
- setVariableQName(StructuredQName) - Method in class net.sf.saxon.expr.PositionVariable
-
Set the name of the variable
- setVariableQName(StructuredQName) - Method in class net.sf.saxon.style.SourceBinding
-
Set the name of the variable
- setVariables(List<LocalVariableReference>) - Method in class net.sf.saxon.expr.flwor.TupleExpression
-
- setVariety(int) - Method in class com.saxonica.ee.schema.UserComplexType
-
Set the variety of this complex type
- setVersion(int) - Method in class net.sf.saxon.style.StylesheetPackage
-
Set the version of the XSLT language specification to which the package manifest conforms
- setVersionWarning(boolean) - Method in class net.sf.saxon.Configuration
-
Determine whether a warning is to be output when the version attribute of the stylesheet does
not match the XSLT processor version.
- setVersionWarning(boolean) - Method in class net.sf.saxon.trans.CompilerInfo
-
Say whether a warning is to be output when the stylesheet version does not match the processor version.
- setVisibility(Visibility, boolean) - Method in class net.sf.saxon.expr.Component
-
Set the visibility of the component, and say whether it is explicit or defaulted
- setVulnerable(boolean) - Method in class com.saxonica.ee.schema.Particle
-
Mark the particle as being (or not being) vulnerable.
- setWarning(boolean) - Method in class net.sf.saxon.s9api.StaticError
-
- setWasIncluded() - Method in class net.sf.saxon.style.StylesheetModule
-
Indicate that this stylesheet was included (by its "importer") using an xsl:include
statement as distinct from xsl:import
- setWatchManager(WatchManager) - Method in class com.saxonica.ee.stream.watch.AccumulatorWatch
-
- setWatchManager(WatchManager) - Method in class com.saxonica.ee.stream.watch.ApplyTemplatesAction
-
- setWhitespaceStrippingPolicy(WhitespaceStrippingPolicy) - Method in class net.sf.saxon.s9api.DocumentBuilder
-
Set the whitespace stripping policy applied when loading a document
using this DocumentBuilder
.
- setWildcard(Wildcard) - Method in class com.saxonica.ee.schema.AttributeWildcard
-
- setWildcard(Wildcard) - Method in class com.saxonica.ee.schema.ElementWildcard
-
- setWrapDocument(Boolean) - Method in class net.sf.saxon.lib.AugmentedSource
-
Assuming that the contained Source is a node in a tree, indicate whether a tree should be created
as a view of this supplied tree, or as a copy.
- setWrapDocument(Boolean) - Method in class net.sf.saxon.lib.ParseOptions
-
Assuming that the contained Source is a node in a tree, indicate whether a tree should be created
as a view of this supplied tree, or as a copy.
- setWriter(Writer) - Method in class net.sf.saxon.serialize.Emitter
-
Set the output destination as a character stream
- setWriter(Writer) - Method in class net.sf.saxon.serialize.ExpandedStreamResult
-
Set the output destination as a character stream
- setXIncludeAware(boolean) - Method in class net.sf.saxon.Configuration
-
Set whether or not source documents (including stylesheets and schemas) are have
XInclude processing applied to them, or not.
- setXIncludeAware(boolean) - Method in class net.sf.saxon.dom.DocumentBuilderImpl
-
Set state of XInclude processing.
- setXIncludeAware(boolean) - Method in class net.sf.saxon.lib.AugmentedSource
-
Set state of XInclude processing.
- setXIncludeAware(boolean) - Method in class net.sf.saxon.lib.ParseOptions
-
Set state of XInclude processing.
- setXMLReader(Configuration, ParseOptions) - Method in class com.saxonica.functions.extfn.Parse.ParseCall
-
Set the XML parser to be used, if different from the default XML parser
- setXMLReader(XMLReader) - Method in class net.sf.saxon.lib.AugmentedSource
-
Set the SAX parser (XMLReader) to be used
- setXMLReader(XMLReader) - Method in class net.sf.saxon.lib.ParseOptions
-
Set the SAX parser (XMLReader) to be used.
- setXMLReaderMaker(Maker<XMLReader>) - Method in class net.sf.saxon.lib.ParseOptions
-
Set the parser factory class to be used.
- setXmlStandalone(boolean) - Method in class net.sf.saxon.dom.DocumentOverNodeInfo
-
An attribute specifying, as part of the
XML declaration, whether this document is standalone.
- setXMLStreamReader(XMLStreamReader) - Method in class net.sf.saxon.evpull.StaxToEventBridge
-
Supply an XMLStreamReader: the events reported by this XMLStreamReader will be translated
into EventIterator events
- setXMLStreamReader(XMLStreamReader) - Method in class net.sf.saxon.pull.StaxBridge
-
Supply an XMLStreamReader: the events reported by this XMLStreamReader will be translated
into PullProvider events
- setXmlVersion(String) - Method in class com.saxonica.xqj.SaxonXQDataSource
-
Say whether XML 1.0 or XML 1.1 rules for XML names are to be followed
- setXMLVersion(int) - Method in class net.sf.saxon.Configuration
-
Set the XML version to be used by default for validating characters and names.
- setXmlVersion(String) - Method in class net.sf.saxon.dom.DocumentOverNodeInfo
-
An attribute specifying, as part of the
XML declaration, the version number of this document.
- setXmlVersion(String) - Method in class net.sf.saxon.s9api.Processor
-
Set the version of XML used by this Processor.
- setXPath(String) - Method in class com.saxonica.ee.schema.IdentityField
-
Sets the XPath expression for this Field.
- setXPath(String) - Method in class com.saxonica.ee.schema.IdentitySelector
-
Sets the XPath expression for this Selector.
- setXpath(Expression) - Method in class com.saxonica.xslt3.instruct.EvaluateInstr
-
- setXPathContext(XPathContext) - Method in class com.saxonica.ee.stream.watch.WatchManager
-
- setXPathContext(XPathContext) - Method in exception net.sf.saxon.trans.XPathException
-
Set dynamic context information in the exception object
- setXPathDefaultNamespace(String) - Method in class com.saxonica.ee.schema.IdentityField
-
Set the XPath default namespace
- setXPathDefaultNamespace(String) - Method in class com.saxonica.ee.schema.IdentitySelector
-
Set the XPath default namespace
- setXPathFunctionResolver(XPathFunctionResolver) - Method in class net.sf.saxon.xpath.JAXPXPathStaticContext
-
- setXPathFunctionResolver(XPathFunctionResolver) - Method in class net.sf.saxon.xpath.XPathEvaluator
-
Set the resolver for XPath functions
- setXPathFunctionResolver(XPathFunctionResolver) - Method in class net.sf.saxon.xpath.XPathFactoryImpl
-
Set a resolver for XPath functions.
- setXPathFunctionResolver(XPathFunctionResolver) - Method in class net.sf.saxon.xpath.XPathFunctionLibrary
-
Set the resolver
- setXPathLanguageLevel(int) - Method in class net.sf.saxon.sxpath.AbstractStaticContext
-
Set the XPath language level supported.
- setXPathVariableResolver(XPathVariableResolver) - Method in class net.sf.saxon.xpath.JAXPXPathStaticContext
-
Set an XPathVariableResolver.
- setXPathVariableResolver(XPathVariableResolver) - Method in class net.sf.saxon.xpath.XPathEvaluator
-
Set the resolver for XPath variables
- setXPathVariableResolver(XPathVariableResolver) - Method in class net.sf.saxon.xpath.XPathFactoryImpl
-
Set a resolver for XPath variables.
- setXPathVersion(int) - Method in class net.sf.saxon.expr.PackageData
-
Set the XPath version in use (as the version number times ten, e.g.
- setXPathVersion(int) - Method in class net.sf.saxon.expr.parser.RetainedStaticContext
-
Set the XPath version in use.
- setXsdVersion(String) - Method in class com.saxonica.ee.s9api.SchemaManagerImpl
-
Set the version of XSD in use.
- setXsdVersion(String) - Method in class com.saxonica.ee.validate.InvalidityReportGenerator
-
- setXsdVersion(String) - Method in class com.saxonica.xqj.SaxonXQDataSource
-
Say whether XML Schema 1.0 syntax must be used or whether XML Schema 1.1 features are allowed
- setXsdVersion(String) - Method in class net.sf.saxon.s9api.SchemaManager
-
Set the version of XSD in use.
- setXSIType(SchemaType) - Method in class com.saxonica.ee.validate.ValidationContext
-
Set the value of the xsi:type attribute.
- setXsiValidationErrors(List) - Method in class com.saxonica.ee.validate.ValidationStack
-
Supply a list of errors found in attributes in the XSI namespace.
- setXslId(String) - Method in class net.sf.saxon.trace.RuleTraceListener
-
- setXsltLanguageVersion(String) - Method in class net.sf.saxon.s9api.XsltCompiler
-
Set the XSLT (and XPath) language level to be supported by the processor.
- setXsltVersion(int) - Method in class net.sf.saxon.trans.CompilerInfo
-
Set the version of XSLT to be supported by this processor.
- setYear(BigInteger) - Method in class net.sf.saxon.value.SaxonXMLGregorianCalendar
-
Set low and high order component of XSD dateTime
year field.
- setYear(int) - Method in class net.sf.saxon.value.SaxonXMLGregorianCalendar
-
Set year of XSD dateTime
year field.
- setZeroDigit(String) - Method in class net.sf.saxon.trans.DecimalSymbols
-
Set the character to be used as the zero digit (which determines the digit family used in the output)
- SHALLOW_COPY - Static variable in interface net.sf.saxon.trans.BuiltInRuleSet
-
- ShallowCopyEventFeed - Class in com.saxonica.ee.stream.feed
-
This event feed implements an implicit xsl:copy instruction used in a built-in template.
- ShallowCopyEventFeed(Mode, Feed, XPathContext) - Constructor for class com.saxonica.ee.stream.feed.ShallowCopyEventFeed
-
- ShallowCopyRuleSet - Class in com.saxonica.xslt3.instruct
-
The built-in rule set introduced in XSLT 3.0, which is effectively an identity template.
- ShallowSkipRuleSet - Class in net.sf.saxon.trans
-
A built-in set of template rules that ignores the current node and does an apply-templates
to its children.
- SHARED_APPEND_EXPRESSION - Static variable in class net.sf.saxon.expr.parser.ExpressionTool
-
- shift(ZeroOrOne<Base64BinaryValue>, One<IntegerValue>) - Static method in class com.saxonica.functions.extfn.EXPathBinary
-
- SHORT - Static variable in class net.sf.saxon.s9api.ItemType
-
ItemType representing the built-in (but non-primitive) type xs:short
- SHORT - Static variable in class net.sf.saxon.type.BuiltInAtomicType
-
- show() - Method in interface com.saxonica.ee.pattern.preconditions.ConditionState
-
- show() - Method in class com.saxonica.expr.sort.UCACollator
-
- showDoubleVariable(double, String) - Static method in class com.saxonica.ee.bytecode.util.ByteCodeTrace
-
Output a message to identify the contents of a variable (which must hold a double)
- showExecutionTimeNano(long) - Static method in class net.sf.saxon.trans.CommandLineOptions
-
- showIntVariable(String, int) - Static method in class com.saxonica.ee.bytecode.util.ByteCodeTrace
-
Output a message to identify the contents of a variable (which must hold a int)
- showIntVariable(CompilerService, String, int) - Method in class com.saxonica.ee.bytecode.util.Generator
-
Generate code to output the value of a run-time variable (which must hold an int)
- showLocation() - Method in class net.sf.saxon.trace.ContextStackFrame
-
Show the location of a call (for use by subclasses)
- showLongVariable(String, long) - Static method in class com.saxonica.ee.bytecode.util.ByteCodeTrace
-
Output a message to identify the contents of a variable (which must hold a long)
- showLongVariable(CompilerService, String, int) - Method in class com.saxonica.ee.bytecode.util.Generator
-
Generate code to output the value of a run-time variable (which must hold a long)
- showMessage(String) - Static method in class com.saxonica.ee.bytecode.util.ByteCodeTrace
-
Output a simple message
- showMessage(CompilerService, String) - Method in class com.saxonica.ee.bytecode.util.Generator
-
Generate code to output a simple diagnostic message at run-time
- showObject(CompilerService, String) - Method in class com.saxonica.ee.bytecode.util.Generator
-
Generate code to output the value of of the object on the top of the bytecode stack
- showObjectVariable(String, String) - Static method in class com.saxonica.ee.bytecode.util.ByteCodeTrace
-
Output a message to identify the contents of a variable (which must hold an Object)
- showObjectVariable(CompilerService, String, int) - Method in class com.saxonica.ee.bytecode.util.Generator
-
Generate code to output the value of a run-time bytecode variable (which must hold an object)
- showSize() - Method in class net.sf.saxon.tree.tiny.TinyDocumentImpl
-
- showSize() - Method in class net.sf.saxon.tree.tiny.TinyTree
-
Output a statistical summary to System.err
- showTime - Variable in class com.saxonica.Validate
-
- showTime - Variable in class net.sf.saxon.Query
-
- showTime - Variable in class net.sf.saxon.Transform
-
- SiblingCountingNode - Interface in net.sf.saxon.tree.wrapper
-
Interface that extends NodeInfo by providing a method to get the position
of a node relative to its siblings.
- SIGMA - Static variable in class net.sf.saxon.event.CheckSumFilter
-
- signedPositiveInfinity() - Method in class net.sf.saxon.type.StringToDouble
-
- signedPositiveInfinity() - Method in class net.sf.saxon.value.StringToDouble11
-
- SignificantItemDetector - Class in net.sf.saxon.event
-
This receiver is inserted into the output pipeline whenever on-empty or on-non-empty is used (XSLT 3.0).
- SignificantItemDetector(Receiver, SignificantItemDetector.Action) - Constructor for class net.sf.saxon.event.SignificantItemDetector
-
- SignificantItemDetector.Action - Interface in net.sf.saxon.event
-
- signum() - Method in class net.sf.saxon.value.BigIntegerValue
-
Determine whether the value is negative, zero, or positive
- signum() - Method in class net.sf.saxon.value.DecimalValue
-
Determine whether the value is negative, zero, or positive
- signum() - Method in class net.sf.saxon.value.DoubleValue
-
Determine whether the value is negative, zero, or positive
- signum() - Method in class net.sf.saxon.value.DurationValue
-
Return the signum of the value
- signum() - Method in class net.sf.saxon.value.FloatValue
-
Determine whether the value is negative, zero, or positive
- signum(long) - Static method in class net.sf.saxon.value.Int64Value
-
Factory method returning the integer -1, 0, or +1 according as the argument
is negative, zero, or positive
- signum() - Method in class net.sf.saxon.value.Int64Value
-
Determine whether the value is negative, zero, or positive
- signum(int) - Static method in class net.sf.saxon.value.IntegerValue
-
Get the signum of an int
- signum() - Method in class net.sf.saxon.value.NumericValue
-
Ask whether the value is negative, zero, or positive
- SIMPLE - Static variable in class net.sf.saxon.expr.instruct.NumberInstruction
-
- SIMPLE - Static variable in class net.sf.saxon.query.Annotation
-
- SIMPLE_CONTENT - Static variable in class net.sf.saxon.event.Stripper
-
- SimpleArrayItem - Class in net.sf.saxon.ma.arrays
-
A simple implementation of XDM array items, in which the array is backed by a Java List.
- SimpleArrayItem(List<Sequence>) - Constructor for class net.sf.saxon.ma.arrays.SimpleArrayItem
-
- SimpleCollation - Class in net.sf.saxon.expr.sort
-
A simple collation that just wraps a supplied Comparator
- SimpleCollation(String, Comparator) - Constructor for class net.sf.saxon.expr.sort.SimpleCollation
-
Create a SimpleCollation
- SimpleComponentReference - Class in com.saxonica.ee.schema
-
A reference to a named schema group within the content model of a complex type
- SimpleComponentReference() - Constructor for class com.saxonica.ee.schema.SimpleComponentReference
-
Default constructor for use by subclasses
- SimpleComponentReference(int, StructuredQName, EnterpriseConfiguration) - Constructor for class com.saxonica.ee.schema.SimpleComponentReference
-
Creates a new SimpleComponentReference definition
- SimpleContentFeed - Class in com.saxonica.ee.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).
- SimpleContentFeed(Feed) - Constructor for class com.saxonica.ee.stream.feed.SimpleContentFeed
-
- SimpleContentValidator - Class in com.saxonica.ee.validate
-
This class is a filter that is used to validate that an element has simple content
conforming to a given simple type.
- SimpleContentValidator(ElementDecl, SchemaType, Receiver) - Constructor for class com.saxonica.ee.validate.SimpleContentValidator
-
Create a simple content validator
- SimpleExpression - Class in net.sf.saxon.expr
-
An abstract implementation of Expression designed to make it easy to implement new expressions,
in particular, expressions to support extension instructions.
- SimpleExpression() - Constructor for class net.sf.saxon.expr.SimpleExpression
-
Constructor
- simpleInteger(String) - Static method in class net.sf.saxon.value.DurationValue
-
Parse a simple unsigned integer
- SimpleMode - Class in net.sf.saxon.trans
-
A Mode is a collection of rules; the selection of a rule to apply to a given element
is determined by a Pattern.
- SimpleMode(StructuredQName) - Constructor for class net.sf.saxon.trans.SimpleMode
-
Default constructor - creates a Mode containing no rules
- SimpleMode.RuleGroupAction - Interface in net.sf.saxon.trans
-
Interface used around a group of rules - principally at the
group start and the group end
- SimpleNodeConstructor - Class in net.sf.saxon.expr.instruct
-
Common superclass for XSLT instructions whose content template produces a text
value: xsl:attribute, xsl:comment, xsl:processing-instruction, xsl:namespace,
and xsl:text, and their XQuery equivalents
- SimpleNodeConstructor() - Constructor for class net.sf.saxon.expr.instruct.SimpleNodeConstructor
-
Default constructor used by subclasses
- SimpleNodeConstructorAdjunct - Class in com.saxonica.ee.stream.adjunct
-
Generate streaming code for an xsl:value-of, xsl:comment, xsl:processing-instruction instruction, etc
- SimpleNodeConstructorAdjunct() - Constructor for class com.saxonica.ee.stream.adjunct.SimpleNodeConstructorAdjunct
-
- SimpleNodeConstructorCompiler - Class in com.saxonica.ee.bytecode
-
- SimpleNodeConstructorCompiler() - Constructor for class com.saxonica.ee.bytecode.SimpleNodeConstructorCompiler
-
- SimpleNodeConstructorFeed - Class in com.saxonica.ee.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).
- SimpleNodeConstructorFeed(Expression, Feed, XPathContext) - Constructor for class com.saxonica.ee.stream.feed.SimpleNodeConstructorFeed
-
- SimplePositionalPattern - Class in net.sf.saxon.pattern
-
A SimplePositionalPattern is a pattern of the form A[N] where A is an axis expression using the child axis
and P is a numeric literal.
- SimplePositionalPattern(NodeTest, int) - Constructor for class net.sf.saxon.pattern.SimplePositionalPattern
-
Create a SimplePositionalPattern
- SimplePositionalPatternADJ - Class in com.saxonica.ee.pattern
-
- SimplePositionalPatternADJ(Pattern) - Constructor for class com.saxonica.ee.pattern.SimplePositionalPatternADJ
-
- SimpleStepExpression - Class in net.sf.saxon.expr
-
An SimpleStepExpression is a special case of a SlashExpression in which the
start expression selects a single item (or nothing), and the step expression is
a simple AxisExpression.
- SimpleStepExpression(Expression, Expression) - Constructor for class net.sf.saxon.expr.SimpleStepExpression
-
- SimpleStepExpressionADJ - Class in com.saxonica.ee.expr
-
- SimpleStepExpressionADJ(Expression) - Constructor for class com.saxonica.ee.expr.SimpleStepExpressionADJ
-
- SimpleStepExpressionCompiler - Class in com.saxonica.ee.bytecode
-
Generate bytecode for a call to the SimpleStepExpression, which is a SlashExpression in which the
lhs operand is known to return a singleton and the rhs operand is known to be an AxisExpression
- SimpleStepExpressionCompiler() - Constructor for class com.saxonica.ee.bytecode.SimpleStepExpressionCompiler
-
- SimpleType - Interface in net.sf.saxon.type
-
This interface represents a simple type, which may be a built-in simple type, or
a user-defined simple type.
- simpleTypeDefinition - Variable in class com.saxonica.ee.schema.ContentType
-
- SimpleTypeDefinition - Class in com.saxonica.ee.schema.sdoc
-
A simple type definition holds all the information about a simpleType
during the course of schema processing.
- SimpleTypeDefinition(EnterpriseConfiguration) - Constructor for class com.saxonica.ee.schema.sdoc.SimpleTypeDefinition
-
Create a SimpleTypeDefinition
- simplified - Variable in class net.sf.saxon.expr.ArithmeticExpression
-
- simplifiedContentModel - Variable in class com.saxonica.ee.schema.ModelGroup
-
The reduced list of particles.
- simplify() - Method in class com.saxonica.ee.expr.WhichOf
-
Simplify an expression.
- simplify() - Method in class com.saxonica.functions.hof.FunctionLiteral
-
Simplify an expression
- simplify() - Method in class com.saxonica.functions.hof.FunctionSequenceCoercer
-
Simplify an expression
- simplify() - Method in class com.saxonica.functions.hof.InlineFunction
-
- simplify() - Method in class com.saxonica.xslt3.instruct.NextIteration
-
- simplify() - Method in class net.sf.saxon.expr.AdjacentTextNodeMerger
-
- simplify() - Method in class net.sf.saxon.expr.ArithmeticExpression
-
- simplify() - Method in class net.sf.saxon.expr.AtomicSequenceConverter
-
Simplify an expression
- simplify() - Method in class net.sf.saxon.expr.Atomizer
-
Simplify an expression
- simplify() - Method in class net.sf.saxon.expr.AxisExpression
-
Simplify an expression
- simplify() - Method in class net.sf.saxon.expr.CastingExpression
-
Simplify the expression
- simplify() - Method in class net.sf.saxon.expr.Expression
-
Simplify an expression.
- simplify() - Method in class net.sf.saxon.expr.FilterExpression
-
Simplify an expression
- simplify() - Method in class net.sf.saxon.expr.flwor.FLWORExpression
-
Simplify an expression.
- simplify() - Method in class net.sf.saxon.expr.GeneralComparison
-
- simplify() - Method in class net.sf.saxon.expr.instruct.ApplyImports
-
Simplify an expression.
- simplify() - Method in class net.sf.saxon.expr.instruct.ApplyTemplates
-
Simplify an expression.
- simplify() - Method in class net.sf.saxon.expr.instruct.Block
-
Simplify an expression.
- simplify() - Method in class net.sf.saxon.expr.instruct.CallTemplate
-
Simplify an expression.
- simplify() - Method in class net.sf.saxon.expr.instruct.Choose
-
Simplify an expression.
- simplify() - Method in class net.sf.saxon.expr.instruct.ComputedElement
-
- simplify() - Method in class net.sf.saxon.expr.instruct.Copy
-
Simplify an expression.
- simplify() - Method in class net.sf.saxon.expr.instruct.DocumentInstr
-
Simplify an expression.
- simplify() - Method in class net.sf.saxon.expr.instruct.FixedElement
-
Simplify an expression.
- simplify(StaticContext) - Method in class net.sf.saxon.expr.instruct.LocalParam
-
Simplify this variable
- simplify() - Method in class net.sf.saxon.expr.instruct.LocalParamSetter
-
Simplify an expression.
- simplify() - Method in class net.sf.saxon.expr.instruct.NumberInstruction
-
Simplify an expression.
- simplify(WithParam[]) - Static method in class net.sf.saxon.expr.instruct.WithParam
-
Static method to simplify a set of with-param elements
- simplify() - Method in class net.sf.saxon.expr.ItemChecker
-
Simplify an expression
- simplify() - Method in class net.sf.saxon.expr.SingletonAtomizer
-
Simplify an expression
- simplify() - Method in class net.sf.saxon.expr.SingletonIntersectExpression
-
Simplify the expression
- simplify() - Method in class net.sf.saxon.expr.sort.DocumentSorter
-
- simplify() - Method in class net.sf.saxon.expr.sort.SortKeyDefinition
-
Simplify this sort key definition
- simplify() - Method in class net.sf.saxon.expr.VennExpression
-
Simplify an expression.
- simplify() - Method in class net.sf.saxon.functions.AbstractFunction
-
- simplify() - Method in class net.sf.saxon.pattern.AncestorQualifiedPattern
-
Simplify the pattern: perform any context-independent optimisations
- simplify() - Method in class net.sf.saxon.pattern.ConditionalPattern
-
Simplify the pattern: perform any context-independent optimisations
- simplify() - Method in class net.sf.saxon.pattern.GeneralPositionalPattern
-
Simplify the pattern: perform any context-independent optimisations
- simplify() - Method in class net.sf.saxon.pattern.Pattern
-
Simplify the pattern by applying any context-independent optimisations.
- simplify() - Method in class net.sf.saxon.pattern.PatternThatSetsCurrent
-
Simplify the pattern by applying any context-independent optimisations.
- simplify() - Method in class net.sf.saxon.pattern.VennPattern
-
Simplify the pattern: perform any context-independent optimisations
- simplifyArguments(StaticContext) - Method in class net.sf.saxon.expr.FunctionCall
-
Simplify the arguments of the function.
- simplifyChildren() - Method in class net.sf.saxon.expr.Expression
-
Simplify an expression.
- sin(double) - Static method in class net.sf.saxon.option.exslt.Math
-
Get the sine of a numeric value (SStL)
- SinFn() - Constructor for class net.sf.saxon.functions.TrigonometricFn.SinFn
-
- SINGLE - Static variable in class net.sf.saxon.expr.instruct.NumberInstruction
-
- SINGLE_ANY_URI - Static variable in class net.sf.saxon.value.SequenceType
-
A type that allows a single URI
- SINGLE_ARRAY_TYPE - Static variable in interface net.sf.saxon.ma.arrays.ArrayItem
-
- SINGLE_ATOMIC - Static variable in class net.sf.saxon.expr.OperandRole
-
- SINGLE_ATOMIC - Static variable in class net.sf.saxon.value.SequenceType
-
A type that allows exactly one atomic value
- SINGLE_BOOLEAN - Static variable in class net.sf.saxon.value.SequenceType
-
A type that allows a single boolean
- SINGLE_BYTE - Static variable in class net.sf.saxon.value.SequenceType
-
A type that allows a single short
- SINGLE_DECIMAL - Static variable in class net.sf.saxon.value.SequenceType
-
A type that allows a single decimal
- SINGLE_DOCUMENT_NODESET - Static variable in class net.sf.saxon.expr.StaticProperty
-
Expression property: this bit is set in the case of an expression that delivers
a set of nodes that are all in the same document (not necessarily the same
document as the context node).
- SINGLE_DOUBLE - Static variable in class net.sf.saxon.value.SequenceType
-
A type that allows a single double
- SINGLE_ELEMENT_NODE - Static variable in class net.sf.saxon.value.SequenceType
-
A type that allows a single element node
- SINGLE_FLOAT - Static variable in class net.sf.saxon.value.SequenceType
-
A type that allows a single float
- SINGLE_FUNCTION - Static variable in class net.sf.saxon.type.AnyFunctionType
-
- SINGLE_INT - Static variable in class net.sf.saxon.value.SequenceType
-
A type that allows a single int
- SINGLE_INTEGER - Static variable in class net.sf.saxon.value.SequenceType
-
A type that allows a single integer
- SINGLE_ITEM - Static variable in class net.sf.saxon.value.SequenceType
-
A type that allows exactly one item, of any kind
- SINGLE_LONG - Static variable in class net.sf.saxon.value.SequenceType
-
A type that allows a single long
- SINGLE_MAP_TYPE - Static variable in class net.sf.saxon.ma.map.HashTrieMap
-
- SINGLE_NODE - Static variable in class net.sf.saxon.value.SequenceType
-
A type that allows a single node
- SINGLE_NUMERIC - Static variable in class net.sf.saxon.value.SequenceType
-
- SINGLE_QNAME - Static variable in class net.sf.saxon.value.SequenceType
-
A type that allows a single xs:QName
- SINGLE_SHORT - Static variable in class net.sf.saxon.value.SequenceType
-
A type that allows a single short
- SINGLE_SPACE - Static variable in class net.sf.saxon.regex.LatinString
-
- SINGLE_SPACE - Static variable in class net.sf.saxon.value.StringValue
-
- SINGLE_STRING - Static variable in class net.sf.saxon.value.SequenceType
-
A type that allows a single string
- SINGLE_UNTYPED_ATOMIC - Static variable in class net.sf.saxon.value.SequenceType
-
A type that allows a single untyped atomic
- SingleAtomicIterator - Class in net.sf.saxon.tree.iter
-
SingletonIterator: an iterator over a sequence of zero or one values
- SingleAtomicIterator(AtomicValue) - Constructor for class net.sf.saxon.tree.iter.SingleAtomicIterator
-
Private constructor: external classes should use the factory method
- SingleItemFilter - Class in net.sf.saxon.expr
-
A SingleItemFilter is an expression that selects zero or one items from a supplied sequence
- SingleItemFilter(Expression) - Constructor for class net.sf.saxon.expr.SingleItemFilter
-
- SingleNamespaceSchema - Class in com.saxonica.ee.schema
-
A schema (collection of schema components) that has an identifiable target namespace: typically
the set of components derived from a single import or include.
- SingleNamespaceSchema(EnterpriseConfiguration, String) - Constructor for class com.saxonica.ee.schema.SingleNamespaceSchema
-
- SingleNodeIterator - Class in net.sf.saxon.tree.iter
-
SingleNodeIterator: an iterator over a sequence of zero or one nodes
- singleton(AtomicValue, Sequence, XPathContext) - Static method in class net.sf.saxon.ma.map.HashTrieMap
-
Create a singleton map with a single key and value
- SingletonAtomizer - Class in net.sf.saxon.expr
-
A SingletonAtomizer combines the functions of an Atomizer and a CardinalityChecker: it is used to
atomize a sequence of nodes, checking that the result of the atomization contains zero or one atomic
values.
- SingletonAtomizer(Expression, RoleDiagnostic, boolean) - Constructor for class net.sf.saxon.expr.SingletonAtomizer
-
Constructor
- SingletonAtomizerADJ - Class in com.saxonica.ee.expr
-
- SingletonAtomizerADJ(Expression) - Constructor for class com.saxonica.ee.expr.SingletonAtomizerADJ
-
- SingletonAtomizerAdjunct - Class in com.saxonica.ee.stream.adjunct
-
Watch factory class for a singleton atomizer
- SingletonAtomizerAdjunct() - Constructor for class com.saxonica.ee.stream.adjunct.SingletonAtomizerAdjunct
-
- SingletonAtomizerCompiler - Class in com.saxonica.ee.bytecode
-
Generate code for a SingletonAtomizer.
- SingletonAtomizerCompiler() - Constructor for class com.saxonica.ee.bytecode.SingletonAtomizerCompiler
-
- SingletonClosure - Class in net.sf.saxon.value
-
A SingletonClosure 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.
- SingletonClosure(Expression, XPathContext) - Constructor for class net.sf.saxon.value.SingletonClosure
-
Constructor should not be called directly, instances should be made using the make() method.
- SingletonEventIterator - Class in net.sf.saxon.evpull
-
This class represents an EventIterator over a sequence containing a single pull event.
- SingletonEventIterator(PullEvent) - Constructor for class net.sf.saxon.evpull.SingletonEventIterator
-
Create an iterator over a sequence containing a single pull event
- SingletonIntersectExpression - Class in net.sf.saxon.expr
-
This expression is equivalent to (A intersect B) in the case where A has cardinality
zero-or-one.
- SingletonIntersectExpression(Expression, int, Expression) - Constructor for class net.sf.saxon.expr.SingletonIntersectExpression
-
Special case of an intersect expression where the first argument is a singleton
- SingletonIntersectExpressionCompiler - Class in com.saxonica.ee.bytecode
-
Bytecode generation for an expression of the form (A intersect B) where A is a singleton
- SingletonIntersectExpressionCompiler() - Constructor for class com.saxonica.ee.bytecode.SingletonIntersectExpressionCompiler
-
- SingletonIterator - Class in net.sf.saxon.tree.iter
-
SingletonIterator: an iterator over a sequence of zero or one values
- singletonOperator - Variable in class net.sf.saxon.expr.GeneralComparison
-
- singletonOperator - Variable in class net.sf.saxon.expr.GeneralComparison10
-
- SingularityPull - Class in net.sf.saxon.expr.flwor
-
The "singularity" tuple stream delivers a single empty tuple.
- SingularityPull() - Constructor for class net.sf.saxon.expr.flwor.SingularityPull
-
- Sink - Class in net.sf.saxon.event
-
A Sink is an Receiver that discards all information passed to it
- Sink(PipelineConfiguration) - Constructor for class net.sf.saxon.event.Sink
-
- size() - Method in class com.saxonica.ee.optim.CombinedChoice
-
- size() - Method in class com.saxonica.ee.pattern.preconditions.ComparisonPredicateIndex.RuleIndex
-
- size() - Method in class com.saxonica.ee.pattern.preconditions.ComparisonPredicateIndex
-
- size(One<StringValue>) - Static method in class com.saxonica.functions.extfn.EXPathFile
-
- size() - Method in class com.saxonica.xslt3.instruct.ConditionalBlock
-
Get the number of children
- size() - Method in class net.sf.saxon.expr.instruct.Choose
-
- size() - Method in class net.sf.saxon.expr.sort.LRUCache
-
Get the number of entries in the cache
- size() - Method in class net.sf.saxon.expr.sort.SortKeyDefinitionList
-
Ask how many sort key definitions there are
- size() - Method in interface net.sf.saxon.ma.arrays.ArrayItem
-
Get the size of the array
- size() - Method in class net.sf.saxon.ma.arrays.SimpleArrayItem
-
Get the size of the array
- size() - Method in class net.sf.saxon.ma.map.HashTrieMap
-
Get the size of the map
- size() - Method in interface net.sf.saxon.ma.map.MapItem
-
Get the size of the map
- size() - Method in class net.sf.saxon.ma.map.RangeKey
-
Get the size of the map
- size() - Method in class net.sf.saxon.ma.trie.ImmutableList
-
- size() - Method in class net.sf.saxon.s9api.XdmEmptySequence
-
Get the number of items in the sequence
- size() - Method in class net.sf.saxon.s9api.XdmItem
-
Get the number of items in the sequence
- size() - Method in class net.sf.saxon.s9api.XdmValue
-
Get the number of items in the sequence
- size(String) - Method in class net.sf.saxon.trans.PackageLibrary
-
- size() - Method in class net.sf.saxon.z.IntArraySet
-
- size() - Method in class net.sf.saxon.z.IntBlockSet
-
- size() - Method in class net.sf.saxon.z.IntCheckingSet
-
- size() - Method in class net.sf.saxon.z.IntComplementSet
-
- size() - Method in class net.sf.saxon.z.IntEmptySet
-
- size() - Method in class net.sf.saxon.z.IntHashMap
-
Gets the size of the map.
- size() - Method in class net.sf.saxon.z.IntHashSet
-
- size() - Method in class net.sf.saxon.z.IntRangeSet
-
- size() - Method in interface net.sf.saxon.z.IntSet
-
Get the number of integers in the set
- size() - Method in class net.sf.saxon.z.IntSingletonSet
-
- size() - Method in class net.sf.saxon.z.IntToIntArrayMap
-
Gets the size of the map.
- size() - Method in class net.sf.saxon.z.IntToIntHashMap
-
Gets the size of the map.
- size() - Method in interface net.sf.saxon.z.IntToIntMap
-
Gets the size of the map.
- size() - Method in class net.sf.saxon.z.IntUniversalSet
-
- SKIP - Static variable in interface com.saxonica.ee.stream.feed.FilteringFeed.Filter
-
- SKIP - Static variable in class net.sf.saxon.lib.Validation
-
- skippedEntity(String) - Method in class com.saxonica.ee.jaxp.ValidatorHandlerImpl
-
Receive notification of a skipped entity.
- skippedEntity(String) - Method in class net.sf.saxon.event.ReceivingContentHandler
-
Notify a skipped entity.
- skippedEntity(String) - Method in class net.sf.saxon.trans.ConfigurationReader
-
- skipToMatchingEnd() - Method in class com.saxonica.pull.PullFromIterator
-
Skip the current subtree.
- skipToMatchingEnd() - Method in class com.saxonica.pull.TinyTreeWalker
-
Skip the current subtree.
- skipToMatchingEnd() - Method in class com.saxonica.pull.TreeWalker
-
Skip the current subtree.
- skipToMatchingEnd() - Method in class com.saxonica.pull.VirtualTreeWalker
-
Skip the current subtree.
- skipToMatchingEnd() - Method in class net.sf.saxon.pull.PullFilter
-
Skip the current subtree.
- skipToMatchingEnd() - Method in interface net.sf.saxon.pull.PullProvider
-
Skip the current subtree.
- skipToMatchingEnd() - Method in class net.sf.saxon.pull.StaxBridge
-
Skip the current subtree.
- SkipValidator - Class in com.saxonica.ee.validate
-
This class is a filter that passes all Receiver events through unchanged,
except that it removes all type annotations from element and attribute nodes.
- SkipValidator(Receiver) - Constructor for class com.saxonica.ee.validate.SkipValidator
-
- SLASH - Static variable in class net.sf.saxon.expr.parser.Token
-
Forwards "/"
- SLASH_SLASH - Static variable in class net.sf.saxon.expr.parser.Token
-
Double forwards slash, "//"
- SlashExpression - Class in net.sf.saxon.expr
-
A slash expression is any expression using the binary slash operator "/".
- SlashExpression(Expression, Expression) - Constructor for class net.sf.saxon.expr.SlashExpression
-
Constructor
- SlashExpressionADJ - Class in com.saxonica.ee.expr
-
- SlashExpressionADJ(Expression) - Constructor for class com.saxonica.ee.expr.SlashExpressionADJ
-
- SlashExpressionCompiler - Class in com.saxonica.ee.bytecode
-
Generate bytecode for a call to a SlashExpression or an xsl:for-each instruction
(These have the same run-time semantics)
- SlashExpressionCompiler() - Constructor for class com.saxonica.ee.bytecode.SlashExpressionCompiler
-
- slotList - Variable in class com.saxonica.ee.bytecode.util.GeneratedMethodInfo
-
- SlotManager - Class in net.sf.saxon.expr.instruct
-
A SlotManager supports functions, templates, etc: specifically, any executable code that
requires a stack frame containing local variables.
- SlotManager() - Constructor for class net.sf.saxon.expr.instruct.SlotManager
-
The constructor should not be called directly.
- SlotManager(int) - Constructor for class net.sf.saxon.expr.instruct.SlotManager
-
Create a SlotManager with a given number of slots
- slotManager - Variable in class net.sf.saxon.style.SourceBinding
-
- slotNumber - Variable in class com.saxonica.ee.bytecode.util.GeneratedMethodInfo.LocalSlotInfo
-
- slotNumber - Variable in class net.sf.saxon.expr.Assignation
-
- slotNumber - Variable in class net.sf.saxon.expr.instruct.LocalParam
-
- slotNumber - Variable in class net.sf.saxon.expr.TryCatch.CatchClause
-
- slots - Variable in class com.saxonica.ee.optim.RewriteContext
-
- slots - Variable in class net.sf.saxon.expr.StackFrame
-
- SnapshotFeed - Class in com.saxonica.ee.stream.feed
-
This class provides streamed implementation of the snapshot() function
- SnapshotFeed(WatchManager, Feed, XPathContext) - Constructor for class com.saxonica.ee.stream.feed.SnapshotFeed
-
- SnapshotFn - Class in com.saxonica.functions.xslt3
-
XSLT 3.0 function snapshot().
- SnapshotFn() - Constructor for class com.saxonica.functions.xslt3.SnapshotFn
-
- SnapshotFnAdjunct - Class in com.saxonica.ee.stream.adjunct
-
Generate streaming code for the snapshot() function
- SnapshotFnAdjunct() - Constructor for class com.saxonica.ee.stream.adjunct.SnapshotFnAdjunct
-
- SnapshotNode - Class in net.sf.saxon.tree.wrapper
-
This class represents a node within a tree produced by the snapshot() function, as a virtual copy of
the relevant nodes in another tree.
- SnapshotNode(NodeInfo, NodeInfo) - Constructor for class net.sf.saxon.tree.wrapper.SnapshotNode
-
Protected constructor: create a virtual copy of a node
- snapshotSequence(SequenceIterator, XPathContext) - Static method in class com.saxonica.functions.xslt3.SnapshotFn
-
- snapshotSingle(Item) - Static method in class com.saxonica.functions.xslt3.SnapshotFn
-
- softwareEdition - Static variable in class net.sf.saxon.Version
-
- SOME - Static variable in class net.sf.saxon.expr.parser.Token
-
Keyword "some"
- some(T) - Static method in class net.sf.saxon.ma.trie.Option
-
- SOME_NAMESPACES - Static variable in class net.sf.saxon.om.CopyOptions
-
- Sort - Class in com.saxonica.functions.extfn
-
This class implements the saxon:sort() extension functions.
- Sort() - Constructor for class com.saxonica.functions.extfn.Sort
-
- Sortable - Interface in net.sf.saxon.expr.sort
-
A Sortable is an object that can be sorted using the QuickSort method.
- SortedGroupIterator - Class in net.sf.saxon.expr.sort
-
A SortedGroupIterator is a modified SortedIterator.
- SortedGroupIterator(XPathContext, GroupIterator, SortKeyEvaluator, AtomicComparer[]) - Constructor for class net.sf.saxon.expr.sort.SortedGroupIterator
-
- SortedIterator - Class in net.sf.saxon.expr.sort
-
Class to do a sorted iteration
- SortedIterator() - Constructor for class net.sf.saxon.expr.sort.SortedIterator
-
- SortedIterator(XPathContext, SequenceIterator, SortKeyEvaluator, AtomicComparer[], boolean) - Constructor for class net.sf.saxon.expr.sort.SortedIterator
-
Create a sorted iterator
- SortExpression - Class in net.sf.saxon.expr.sort
-
Expression equivalent to the imaginary syntax
expr sortby (sort-key)+
- SortExpression(Expression, SortKeyDefinitionList) - Constructor for class net.sf.saxon.expr.sort.SortExpression
-
Create a sort expression
- SortExpressionAdjunct - Class in com.saxonica.ee.stream.adjunct
-
Streaming code for an expression that does not support streaming
- SortExpressionAdjunct() - Constructor for class com.saxonica.ee.stream.adjunct.SortExpressionAdjunct
-
- SortExpressionCompiler - Class in com.saxonica.ee.bytecode
-
- SortExpressionCompiler() - Constructor for class com.saxonica.ee.bytecode.SortExpressionCompiler
-
- sortKey - Variable in class net.sf.saxon.expr.sort.SortKeyDefinition
-
- sortKey - Variable in class net.sf.saxon.functions.SortOne.ItemToBeSorted
-
- SortKeyDefinition - Class in net.sf.saxon.expr.sort
-
A SortKeyDefinition defines one component of a sort key.
- SortKeyDefinition() - Constructor for class net.sf.saxon.expr.sort.SortKeyDefinition
-
- sortKeyDefinition - Variable in class net.sf.saxon.style.XSLSortOrMergeKey
-
- SortKeyDefinitionList - Class in net.sf.saxon.expr.sort
-
The class represents a list of sort key definitions in major-to-minor sort key order.
- SortKeyDefinitionList(SortKeyDefinition[]) - Constructor for class net.sf.saxon.expr.sort.SortKeyDefinitionList
-
Create a list of sort key definitions
- sortKeyEvaluator - Variable in class net.sf.saxon.expr.sort.SortedIterator
-
- SortKeyEvaluator - Interface in net.sf.saxon.expr.sort
-
Callback interface used to evaluate sort keys.
- sortKeyValues - Variable in class net.sf.saxon.expr.sort.ObjectToBeSorted
-
- SortOne - Class in net.sf.saxon.functions
-
This class implements the function fn:sort#1, which is a standard function in XPath 3.1
- SortOne() - Constructor for class net.sf.saxon.functions.SortOne
-
- SortOne.ItemToBeSorted - Class in net.sf.saxon.functions
-
- SortTwo - Class in com.saxonica.functions.hof
-
This class implements the function fn:sort#2, which is a higher-order function in XPath 3.1
available only in Saxon-PE and above
- SortTwo() - Constructor for class com.saxonica.functions.hof.SortTwo
-
- source - Variable in class com.saxonica.StatsTransform.StatsCase
-
- SOURCE_DOCUMENT_STATISTICS - Static variable in class net.sf.saxon.tree.tiny.Statistics
-
- SOURCE_PARSER_CLASS - Static variable in class net.sf.saxon.lib.FeatureKeys
-
The class will be instantiated.
- SOURCE_RESOLVER_CLASS - Static variable in class net.sf.saxon.lib.FeatureKeys
-
On interfaces that allow an org.xml.sax.Source
to be supplied, if a kind
of Source
is provided that Saxon does not recognize, it will be passed
to the user-supplied SourceResolver
, which has the opportunity to
convert it to a kind of Source
that Saxon does recognize.
- SourceBinding - Class in net.sf.saxon.style
-
Helper class for xsl:variable and xsl:param elements.
- SourceBinding(StyleElement) - Constructor for class net.sf.saxon.style.SourceBinding
-
- sourceBinding - Variable in class net.sf.saxon.style.XSLGeneralVariable
-
- sourceBinding - Variable in class net.sf.saxon.style.XSLGlobalVariable
-
- sourceFileName - Variable in class net.sf.saxon.Query
-
- sourceName - Variable in class com.saxonica.xslt3.instruct.MergeInstr.MergeSource
-
- sourceParserName - Variable in class net.sf.saxon.Transform
-
- SourceResolver - Interface in net.sf.saxon.lib
-
This interface defines a SourceResolver.
- SourceStreamLocation(Location) - Constructor for class com.saxonica.pull.PullToStax.SourceStreamLocation
-
Create a StAX SourceStreamLocation object based on a given SAX SourceLocator
- SpaceStrippedDocument - Class in net.sf.saxon.tree.wrapper
-
A SpaceStrippedDocument represents a view of a real Document in which selected
whitespace text nodes are treated as having been stripped.
- SpaceStrippedDocument(TreeInfo, SpaceStrippingRule) - Constructor for class net.sf.saxon.tree.wrapper.SpaceStrippedDocument
-
Create a space-stripped view of a document
- SpaceStrippedNode - Class in net.sf.saxon.tree.wrapper
-
A StrippedNode is a view of a node, in a virtual tree that has whitespace
text nodes stripped from it.
- SpaceStrippedNode() - Constructor for class net.sf.saxon.tree.wrapper.SpaceStrippedNode
-
- SpaceStrippedNode(NodeInfo, SpaceStrippedNode) - Constructor for class net.sf.saxon.tree.wrapper.SpaceStrippedNode
-
This constructor is protected: nodes should be created using the makeWrapper
factory method
- SpaceStrippingRule - Interface in net.sf.saxon.om
-
Interface for deciding whether a particular element is to have whitespace text nodes stripped
- span - Variable in class net.sf.saxon.dom.DOMNodeWrapper
-
- SPECIAL_PROPERTY_MASK - Static variable in class net.sf.saxon.expr.StaticProperty
-
Mask for "special properties": that is, all properties other than cardinality
and dependencies
- SpecificFunctionType - Class in net.sf.saxon.type
-
An instance of this class represents a specific function item type, for example
function(xs:int) as xs:boolean
- SpecificFunctionType(SequenceType[], SequenceType) - Constructor for class net.sf.saxon.type.SpecificFunctionType
-
- spliceIncludes() - Method in class net.sf.saxon.style.StylesheetModule
-
Process xsl:include and xsl:import elements.
- spliceUsePackages(XSLPackage, Compilation) - Method in class com.saxonica.ee.packages.PrincipalStylesheetModuleEE
-
Incorporate declarations from used packages
- spliceUsePackages(XSLPackage, Compilation) - Method in class net.sf.saxon.style.PrincipalStylesheetModule
-
Incorporate declarations from used packages
- split(UnicodeString) - Method in class net.sf.saxon.regex.REMatcher
-
Splits a string into an array of strings on regular expression boundaries.
- splitOnWhitespace(CharSequence) - Static method in class net.sf.saxon.functions.Tokenize_1
-
- splitText(int) - Method in class net.sf.saxon.dom.TextOverNodeInfo
-
Break this node into two nodes at the specified offset,
keeping both in the tree as siblings.
- SQL - Static variable in class net.sf.saxon.lib.NamespaceConstant
-
Fixed namespace name for SAXON SQL extension: "http://saxon.sf.net/sql"
- SQLClose - Class in net.sf.saxon.option.sql
-
An sql:close element in the stylesheet.
- SQLClose() - Constructor for class net.sf.saxon.option.sql.SQLClose
-
- SQLColumn - Class in net.sf.saxon.option.sql
-
An sql:column element in the stylesheet.
- SQLColumn() - Constructor for class net.sf.saxon.option.sql.SQLColumn
-
- SQLConnect - Class in net.sf.saxon.option.sql
-
An sql:connect element in the stylesheet.
- SQLConnect() - Constructor for class net.sf.saxon.option.sql.SQLConnect
-
- SQLConnect.ConnectInstruction - Class in net.sf.saxon.option.sql
-
- SQLDelete - Class in net.sf.saxon.option.sql
-
An sql:delete element in the stylesheet.
- SQLDelete() - Constructor for class net.sf.saxon.option.sql.SQLDelete
-
- SQLElementFactory - Class in net.sf.saxon.option.sql
-
Class SQLElementFactory.
- SQLElementFactory() - Constructor for class net.sf.saxon.option.sql.SQLElementFactory
-
- SQLExecute - Class in net.sf.saxon.option.sql
-
An sql:execute element in the stylesheet.
- SQLExecute() - Constructor for class net.sf.saxon.option.sql.SQLExecute
-
- SQLExtensionFunctions - Class in net.sf.saxon.option.sql
-
- SQLExtensionFunctions() - Constructor for class net.sf.saxon.option.sql.SQLExtensionFunctions
-
- SQLInsert - Class in net.sf.saxon.option.sql
-
An sql:insert element in the stylesheet.
- SQLInsert() - Constructor for class net.sf.saxon.option.sql.SQLInsert
-
- SQLQuery - Class in net.sf.saxon.option.sql
-
An sql:query element in the stylesheet.
- SQLQuery() - Constructor for class net.sf.saxon.option.sql.SQLQuery
-
- SQLUpdate - Class in net.sf.saxon.option.sql
-
An sql:update element in the stylesheet.
- SQLUpdate() - Constructor for class net.sf.saxon.option.sql.SQLUpdate
-
- sqrt(double) - Static method in class net.sf.saxon.option.exslt.Math
-
Get the square root of a numeric value (SStL)
- SqrtFn() - Constructor for class net.sf.saxon.functions.TrigonometricFn.SqrtFn
-
- stable - Variable in class net.sf.saxon.expr.sort.SortKeyDefinition
-
- stable - Variable in class net.sf.saxon.style.XSLSortOrMergeKey
-
- STABLE_COLLECTION_URI - Static variable in class net.sf.saxon.lib.FeatureKeys
-
STABLE_COLLECTION_URI
, if set, indicates that collections returned
by the fn:collection()
and fn:uri-collection()
functions
should be stable, that is, repeated calls on these functions with the same
collection URI (within the scope of a single query or transformation) should return
identical results.
- StackFrame - Class in net.sf.saxon.expr
-
This class represents a stack frame holding details of the variables used in a function or in
an XSLT template.
- StackFrame(SlotManager, Sequence[]) - Constructor for class net.sf.saxon.expr.StackFrame
-
- stackFrame - Variable in class net.sf.saxon.expr.XPathContextMinor
-
- stackFrameMap - Variable in class com.saxonica.functions.extfn.Evaluate.PreparedExpression
-
- stackFrameMap - Variable in class net.sf.saxon.query.XQueryExpression
-
- standaloneSet() - Method in class com.saxonica.pull.PullToStax
-
- standaloneSet() - Method in class net.sf.saxon.evpull.EventToStaxBridge
-
- STANDARD - Static variable in class com.saxonica.ee.stream.Streamability
-
- STANDARD_ERROR_OUTPUT_FILE - Static variable in class net.sf.saxon.lib.FeatureKeys
-
STANDARD_ERROR_OUTPUT_FILE
is the name of a file to which Saxon will
redirect output that would otherwise go to the operating system standard error
stream (System.err).
- STANDARD_TREE - Static variable in class net.sf.saxon.event.Builder
-
Alternative constant denoting the "linked tree" in which each node is represented as an object
Retained for backwards compatibility
- StandardCollationURIResolver - Class in net.sf.saxon.lib
-
StandardCollationURIResolver allows a Collation to be created given
a URI starting with "http://saxon.sf.net/collation" followed by a set of query parameters.
- StandardCollationURIResolver() - Constructor for class net.sf.saxon.lib.StandardCollationURIResolver
-
The class is normally used as a singleton, but the constructor is public to allow the class to be named
as a value of the configuration property COLLATION_URI_RESOLVER
- StandardCollectionFinder - Class in net.sf.saxon.resource
-
Default implementation of the CollectionFinder interface.
- StandardCollectionFinder() - Constructor for class net.sf.saxon.resource.StandardCollectionFinder
-
- StandardCollectionURIResolver - Class in net.sf.saxon.lib
-
This class implements the default collection URI Resolver.
- StandardCollectionURIResolver() - Constructor for class net.sf.saxon.lib.StandardCollectionURIResolver
-
- StandardCollectionURIResolver.FileExpander - Class in net.sf.saxon.lib
-
Mapping function to process the files in a directory.
- StandardEntityResolver - Class in net.sf.saxon.lib
-
This class is an EntityResolver used to resolve references to common
DTDs and entity files, using local copies provided with the Saxon product.
- StandardEntityResolver() - Constructor for class net.sf.saxon.lib.StandardEntityResolver
-
- StandardEnvironmentVariableResolver - Class in net.sf.saxon.lib
-
- StandardEnvironmentVariableResolver() - Constructor for class net.sf.saxon.lib.StandardEnvironmentVariableResolver
-
- StandardErrorHandler - Class in net.sf.saxon.lib
-
A default implementation of the SAX ErrorHandler interface.
- StandardErrorHandler(ErrorListener) - Constructor for class net.sf.saxon.lib.StandardErrorHandler
-
- StandardErrorListener - Class in net.sf.saxon.lib
-
StandardErrorListener is the standard error handler for XSLT and XQuery processing
errors, used if no other ErrorListener is nominated.
- StandardErrorListener() - Constructor for class net.sf.saxon.lib.StandardErrorListener
-
Create a Standard Error Listener
- StandardFunction - Class in net.sf.saxon.functions
-
This class contains static data tables defining the properties of standard functions.
- StandardFunction.Entry - Class in net.sf.saxon.functions
-
An entry in the table describing the properties of a function
- StandardFunctionsEE - Class in com.saxonica.ee.config
-
This class contains definitions of standard functions (that is, functions in the 'fn' namespace)
that are defined in the XSLT 3.0 and XQuery 3.0 specifications, and made available in Saxon-PE
and Saxon-EE.
- StandardFunctionsEE() - Constructor for class com.saxonica.ee.config.StandardFunctionsEE
-
- StandardFunctionsPE - Class in com.saxonica.functions.xslt3
-
This class contains definitions of standard functions (that is, functions in the 'fn' namespace)
that are defined in the XSLT 3.0 and XQuery 3.0 specifications, and made available in Saxon-PE
and Saxon-EE.
- StandardFunctionsPE() - Constructor for class com.saxonica.functions.xslt3.StandardFunctionsPE
-
- StandardInvalidityHandler - Class in net.sf.saxon.lib
-
This class StandardInvalidityHandler
is the standard error handler for errors found during validation
of an instance document against a schema, used if no other InvalidityHandler is nominated.
- StandardInvalidityHandler(Configuration) - Constructor for class net.sf.saxon.lib.StandardInvalidityHandler
-
Create a Standard Invalidity Handler
- StandardLogger - Class in net.sf.saxon.lib
-
The default Logger used by Saxon on the Java platform.
- StandardLogger() - Constructor for class net.sf.saxon.lib.StandardLogger
-
Create a Logger that wraps the System.err output stream
- StandardLogger(PrintStream) - Constructor for class net.sf.saxon.lib.StandardLogger
-
Create a Logger that wraps the specified stream.
- StandardLogger(File) - Constructor for class net.sf.saxon.lib.StandardLogger
-
Create a Logger that writes to a specified file
- StandardModuleURIResolver - Class in net.sf.saxon.lib
-
This class is the standard ModuleURIResolver used to implement the "import module" declaration
in a Query Prolog.
- StandardModuleURIResolver() - Constructor for class net.sf.saxon.lib.StandardModuleURIResolver
-
Create a StandardModuleURIResolver.
- StandardModuleURIResolver(Configuration) - Constructor for class net.sf.saxon.lib.StandardModuleURIResolver
-
Create a StandardModuleURIResolver.
- StandardNames - Class in net.sf.saxon.om
-
Well-known names used in XSLT processing.
- StandardObjectConverter - Class in com.saxonica.xqj
-
This class provides all the conversion methods used to convert data between XDM values
and Java values in the XQJ API.
- StandardObjectConverter(SaxonXQDataFactory) - Constructor for class com.saxonica.xqj.StandardObjectConverter
-
CreateCharacter an instance of the class
- StandardOutputResolver - Class in net.sf.saxon.lib
-
This class defines the default OutputURIResolver.
- StandardOutputResolver() - Constructor for class net.sf.saxon.lib.StandardOutputResolver
-
- StandardSchemaResolver - Class in com.saxonica.config.ee
-
The default schema resolver used when no other is requested
- StandardSchemaResolver() - Constructor for class com.saxonica.config.ee.StandardSchemaResolver
-
Default constructor.
- StandardSchemaResolver(EnterpriseConfiguration) - Constructor for class com.saxonica.config.ee.StandardSchemaResolver
-
Create a StandardSchemaResolver and set the Configuration
- StandardUnparsedTextResolver - Class in net.sf.saxon.lib
-
Default implementation of the UnparsedTextURIResolver, used if no other implementation
is nominated to the Configuration.
- StandardUnparsedTextResolver() - Constructor for class net.sf.saxon.lib.StandardUnparsedTextResolver
-
- StandardURIChecker - Class in net.sf.saxon.lib
-
This class checks whether a string is a valid URI.
- StandardURIChecker() - Constructor for class net.sf.saxon.lib.StandardURIChecker
-
Protected constructor to allow subclassing
- StandardURIResolver - Class in net.sf.saxon.lib
-
This class provides the service of converting a URI into an
Source
.
- StandardURIResolver() - Constructor for class net.sf.saxon.lib.StandardURIResolver
-
Create a StandardURIResolver, with no reference to a Configuration.
- StandardURIResolver(Configuration) - Constructor for class net.sf.saxon.lib.StandardURIResolver
-
Create a StandardURIResolver, with a reference to a Configuration
- STAR - Static variable in class net.sf.saxon.expr.parser.Token
-
"*" symbol when used as a wildcard
- STAR - Static variable in class net.sf.saxon.functions.StandardFunction
-
- start() - Method in interface net.sf.saxon.trans.SimpleMode.RuleGroupAction
-
Start of a generic group
- start(int) - Method in interface net.sf.saxon.trans.SimpleMode.RuleGroupAction
-
Start of a group characterised by some integer parameter
- start - Variable in class net.sf.saxon.tree.iter.ArrayIterator
-
- start - Variable in class net.sf.saxon.value.IntegerRange
-
- START_DOCUMENT - Static variable in interface net.sf.saxon.pull.PullProvider
-
START_DOCUMENT is notified when a document node is encountered.
- START_ELEMENT - Static variable in interface net.sf.saxon.pull.PullProvider
-
START_ELEMENT is notified when an element node is encountered.
- START_ITEM - Static variable in class net.sf.saxon.expr.flwor.WindowClause
-
- START_ITEM_POSITION - Static variable in class net.sf.saxon.expr.flwor.WindowClause
-
- START_NEXT_ITEM - Static variable in class net.sf.saxon.expr.flwor.WindowClause
-
- START_OF_INPUT - Static variable in interface net.sf.saxon.pull.PullProvider
-
START_OF_INPUT is the initial state when the PullProvider is instantiated.
- START_PREVIOUS_ITEM - Static variable in class net.sf.saxon.expr.flwor.WindowClause
-
- startArray() - Method in class net.sf.saxon.ma.json.JsonHandler
-
Open a new array
- startArray() - Method in class net.sf.saxon.ma.json.JsonHandlerMap
-
Open a new array
- startArray() - Method in class net.sf.saxon.ma.json.JsonHandlerXML
-
Open a new array
- startCDATA() - Method in class com.saxonica.ee.jaxp.ValidatorHandlerImpl
-
Report the start of a CDATA section.
- startCDATA() - Method in class net.sf.saxon.event.ReceivingContentHandler
-
- startContent() - Method in class com.saxonica.ee.schema.SchemaModelLoader
-
Notify the start of the content, that is, the completion of all attributes and namespaces.
- startContent() - Method in class com.saxonica.ee.schema.sdoc.VersionControlFilter
-
Notify the start of the content, that is, the completion of all attributes and namespaces.
- startContent() - Method in class com.saxonica.ee.stream.ContentDetector
-
Notify the start of the content, that is, the completion of all attributes and namespaces.
- startContent() - Method in class com.saxonica.ee.stream.watch.WatchManager
-
Start element content (called after all the attributes and namespaces have been processed)
- startContent() - Method in class com.saxonica.ee.validate.AttributeValidator
-
Notify the start of the content, that is, the completion of all attributes and namespaces.
- startContent() - Method in class com.saxonica.ee.validate.CatchingReceiver
-
- startContent() - Method in class com.saxonica.ee.validate.Checker
-
- startContent() - Method in class com.saxonica.ee.validate.ValidationStack
-
Notify the start of the content, that is, the completion of all attributes and namespaces.
- startContent() - Method in class com.saxonica.ptree.PTreeEmitter
-
Notify the start of the content, that is, the completion of all attributes and namespaces.
- startContent() - Method in class com.saxonica.serialize.BinaryEmitter
-
- startContent() - Method in class net.sf.saxon.dom.DOMWriter
-
- startContent() - Method in class net.sf.saxon.event.ComplexContentOutputter
-
Flush out a pending start tag
- startContent() - Method in class net.sf.saxon.event.ContentHandlerProxy
-
Notify the start of the content, that is, the completion of all attributes and namespaces.
- startContent() - Method in class net.sf.saxon.event.IDFilter
-
startContent: Test if a matching ID attribute was found; if so, start outputting.
- startContent() - Method in class net.sf.saxon.event.NamespaceReducer
-
startContent: Add any namespace undeclarations needed to stop
namespaces being inherited from parent elements
- startContent() - Method in class net.sf.saxon.event.ProxyReceiver
-
Notify the start of the content, that is, the completion of all attributes and namespaces.
- startContent() - Method in interface net.sf.saxon.event.Receiver
-
Notify the start of the content, that is, the completion of all attributes and namespaces.
- startContent() - Method in class net.sf.saxon.event.SequenceWriter
-
The startContent() event is notified after all namespaces and attributes of an element
have been notified, and before any child nodes are notified.
- startContent() - Method in class net.sf.saxon.event.Sink
-
Notify the start of the content, that is, the completion of all attributes and namespaces.
- startContent() - Method in class net.sf.saxon.event.StartTagBuffer
-
startContent: Add any namespace undeclarations needed to stop
namespaces being inherited from parent elements
- startContent() - Method in class net.sf.saxon.event.TeeOutputter
-
Notify the start of the content, that is, the completion of all attributes and namespaces.
- startContent() - Method in class net.sf.saxon.event.TracingFilter
-
Notify the start of the content, that is, the completion of all attributes and namespaces.
- startContent() - Method in class net.sf.saxon.event.TreeReceiver
-
Notify the start of the content, that is, the completion of all attributes and namespaces.
- startContent() - Method in class net.sf.saxon.ma.json.JsonReceiver
-
- startContent() - Method in class net.sf.saxon.option.axiom.AxiomWriter
-
- startContent() - Method in class net.sf.saxon.option.dom4j.DOM4JWriter
-
- startContent() - Method in class net.sf.saxon.option.jdom.JDOMWriter
-
- startContent() - Method in class net.sf.saxon.option.jdom2.JDOM2Writer
-
- startContent() - Method in class net.sf.saxon.option.xom.XOMWriter
-
- startContent() - Method in class net.sf.saxon.query.SequenceWrapper
-
Notify the start of the content, that is, the completion of all attributes and namespaces.
- startContent() - Method in class net.sf.saxon.serialize.AttributeSorter
-
Notify the start of the content, that is, the completion of all attributes and namespaces.
- startContent() - Method in class net.sf.saxon.serialize.HTMLEmitter
-
- startContent() - Method in class net.sf.saxon.serialize.MetaTagAdjuster
-
Notify the start of the content, that is, the completion of all attributes and namespaces.
- startContent() - Method in class net.sf.saxon.serialize.XMLEmitter
-
- startContent() - Method in class net.sf.saxon.serialize.XMLIndenter
-
- startContent() - Method in class net.sf.saxon.stax.ReceiverToXMLStreamWriter
-
- startContent() - Method in class net.sf.saxon.style.UseWhenFilter
-
Notify the start of the content, that is, the completion of all attributes and namespaces.
- startContent() - Method in class net.sf.saxon.tree.linked.LinkedBuilderMonitor
-
- startContent() - Method in class net.sf.saxon.tree.linked.LinkedTreeBuilder
-
- startContent() - Method in class net.sf.saxon.tree.tiny.TinyBuilder
-
- startCurrentItem(Item) - Method in class net.sf.saxon.event.ContentHandlerProxy.ContentHandlerProxyTraceListener
-
Method that is called by an instruction that changes the current item
in the source document: that is, xsl:for-each, xsl:apply-templates, xsl:for-each-group.
- startCurrentItem(Item) - Method in interface net.sf.saxon.lib.TraceListener
-
Method that is called by an instruction that changes the current item
in the source document: that is, xsl:for-each, xsl:apply-templates, xsl:for-each-group.
- startCurrentItem(Item) - Method in class net.sf.saxon.trace.AbstractTraceListener
-
Called when an item becomes the context item
- startCurrentItem(Item) - Method in class net.sf.saxon.trace.RuleTraceListener
-
- startCurrentItem(Item) - Method in class net.sf.saxon.trace.TimingTraceListener
-
Called when an item becomes current
- startCurrentItem(Item) - Method in class net.sf.saxon.trace.TraceEventMulticaster
-
Called when an item becomes current
- startDocument() - Method in class com.saxonica.ee.jaxp.ValidatorHandlerImpl
-
Receive notification of the beginning of a document.
- startDocument(int) - Method in class com.saxonica.ee.stream.watch.WatchManager
-
Start of a document node.
- startDocument(int) - Method in class com.saxonica.ee.validate.CatchingReceiver
-
- startDocument(int) - Method in class com.saxonica.ee.validate.Checker
-
- startDocument(int) - Method in class com.saxonica.ptree.PTreeEmitter
-
Notify the start of a document node
- startDocument(int) - Method in class com.saxonica.serialize.BinaryEmitter
-
- startDocument(int) - Method in class net.sf.saxon.dom.DOMWriter
-
Start of a document node.
- startDocument(int) - Method in class net.sf.saxon.event.ComplexContentOutputter
-
Start of a document node.
- startDocument(int) - Method in class net.sf.saxon.event.ContentHandlerProxy
-
Notify the start of the document.
- startDocument(int) - Method in class net.sf.saxon.event.ProxyReceiver
-
Start of a document node.
- startDocument(int) - Method in interface net.sf.saxon.event.Receiver
-
Notify the start of a document node
- startDocument() - Method in class net.sf.saxon.event.ReceivingContentHandler
-
Receive notification of the beginning of a document.
- startDocument(int) - Method in class net.sf.saxon.event.SequenceNormalizer
-
Start of a document node.
- startDocument(int) - Method in class net.sf.saxon.event.SequenceWriter
-
Start of a document node.
- startDocument(int) - Method in class net.sf.saxon.event.SignificantItemDetector
-
Start of a document node.
- startDocument(int) - Method in class net.sf.saxon.event.Sink
-
Start of a document node.
- startDocument(int) - Method in class net.sf.saxon.event.StartTagBuffer
-
Start of a document node.
- startDocument(int) - Method in class net.sf.saxon.event.TeeOutputter
-
Notify the start of a document node
- startDocument(int) - Method in class net.sf.saxon.event.TracingFilter
-
Start of a document node.
- startDocument(int) - Method in class net.sf.saxon.event.TreeReceiver
-
Start of a document node.
- startDocument(int) - Method in class net.sf.saxon.event.TypeCheckingFilter
-
Start of a document node.
- startDocument() - Method in class net.sf.saxon.jaxp.IdentityTransformerHandler
-
Override the behaviour of startDocument() in ReceivingContentHandler
- startDocument() - Method in class net.sf.saxon.jaxp.TransformerHandlerImpl
-
Start of a new document.
- startDocument(int) - Method in class net.sf.saxon.ma.json.JsonReceiver
-
- startDocument(int) - Method in class net.sf.saxon.option.axiom.AxiomWriter
-
Start of a document node.
- startDocument(int) - Method in class net.sf.saxon.option.dom4j.DOM4JWriter
-
Start of a document node.
- startDocument(int) - Method in class net.sf.saxon.option.jdom.JDOMWriter
-
Start of a document node.
- startDocument(int) - Method in class net.sf.saxon.option.jdom2.JDOM2Writer
-
Start of a document node.
- startDocument(int) - Method in class net.sf.saxon.option.xom.XOMWriter
-
Start of a document node.
- startDocument(int) - Method in class net.sf.saxon.query.SequenceWrapper
-
Start of a document node.
- startDocument(int) - Method in class net.sf.saxon.serialize.HTMLURIEscaper
-
Start of a document node.
- startDocument(int) - Method in class net.sf.saxon.serialize.ImplicitResultChecker
-
- startDocument(int) - Method in class net.sf.saxon.serialize.MessageWarner
-
- startDocument(int) - Method in class net.sf.saxon.serialize.XMLEmitter
-
Start of a document node.
- startDocument(int) - Method in class net.sf.saxon.stax.ReceiverToXMLStreamWriter
-
- startDocument() - Method in class net.sf.saxon.trans.ConfigurationReader
-
- startDocument(int) - Method in class net.sf.saxon.tree.linked.LinkedBuilderMonitor
-
- startDocument(int) - Method in class net.sf.saxon.tree.linked.LinkedTreeBuilder
-
Start of a document node.
- startDocument(int) - Method in class net.sf.saxon.tree.tiny.TinyBuilder
-
Write a document node to the tree
- startDocument(int) - Method in class net.sf.saxon.tree.tiny.TinyBuilderMonitor
-
- StartDocumentEvent - Class in net.sf.saxon.evpull
-
A PullEvent representing the start of a document node
- startDTD(String, String, String) - Method in class com.saxonica.ee.jaxp.ValidatorHandlerImpl
-
Report the start of DTD declarations, if any.
- startDTD(String, String, String) - Method in class net.sf.saxon.event.ReceivingContentHandler
-
Register the start of the DTD.
- started - Variable in class net.sf.saxon.event.Builder
-
- started - Variable in class net.sf.saxon.serialize.XMLEmitter
-
- startedElement - Variable in class net.sf.saxon.serialize.XMLEmitter
-
- startElement(NodeName, SchemaType, Location, int) - Method in class com.saxonica.ee.jaxp.TypedContentHandler
-
Notify the start of an element
- startElement(String, String, String, Attributes) - Method in class com.saxonica.ee.jaxp.ValidatorHandlerImpl
-
Receive notification of the beginning of an element.
- startElement(NodeName, SchemaType, Location, int) - Method in class com.saxonica.ee.schema.SchemaModelLoader
-
Notify the start of an element
- startElement(String) - Method in class com.saxonica.ee.schema.SchemaModelSerializer
-
- startElement(NodeName, SchemaType, Location, int) - Method in class com.saxonica.ee.schema.sdoc.VersionControlFilter
-
Notify the start of an element.
- startElement(NodeName, SchemaType, Location, int) - Method in class com.saxonica.ee.stream.ContentDetector
-
Notify the start of an element
- startElement(NodeName, SchemaType, Location, int) - Method in class com.saxonica.ee.stream.Projector
-
- startElement(NodeName, SchemaType, Location, int) - Method in class com.saxonica.ee.stream.watch.WatchManager
-
Output element start tag
- startElement(NodeName, SchemaType, Location, int) - Method in class com.saxonica.ee.validate.AllElementValidator
-
Handle the start tag for a child element of the element being validated
- startElement(NodeName, SchemaType, Location, int) - Method in class com.saxonica.ee.validate.AnyTypeValidator
-
Handle the start tag for a child element of the element being validated
- startElement(NodeName, SchemaType, Location, int) - Method in class com.saxonica.ee.validate.AttributeValidator
-
Handle the start tag for a child element of the element being validated
- startElement(NodeName, SchemaType, Location, int) - Method in class com.saxonica.ee.validate.CatchingReceiver
-
- startElement(NodeName, SchemaType, Location, int) - Method in class com.saxonica.ee.validate.Checker
-
- startElement(NodeName, SchemaType, Location, int) - Method in class com.saxonica.ee.validate.ComplexContentValidator
-
Handle the start tag for a child element of the element being validated
- startElement(NodeName, SchemaType, Location, int) - Method in class com.saxonica.ee.validate.ContentValidator
-
Handle the start tag for a child element of the element being validated
- startElement(NodeName, SchemaType, Location, int) - Method in class com.saxonica.ee.validate.DocumentValidator
-
Start of an element
- startElement(NodeName, SchemaType, Location, int) - Method in class com.saxonica.ee.validate.EmptyContentValidator
-
Output element start tag (for a child of the element being validated)
- startElement(NodeName, SchemaType, Location, int) - Method in class com.saxonica.ee.validate.EntityValidator
-
Notify the start of an element
- startElement(NodeName, SchemaType, Location, int) - Method in class com.saxonica.ee.validate.FieldChecker
-
Notify the start of an element
- startElement(NodeName, SchemaType, Location, int) - Method in class com.saxonica.ee.validate.IdValidator
-
Notify the start of an element
- startElement(NodeName, SchemaType, Location, int) - Method in class com.saxonica.ee.validate.IgnorableWhitespaceStripper
-
- startElement(NodeName, SchemaType, Location, int) - Method in class com.saxonica.ee.validate.LaxValidator
-
Output element start tag for a child element
- startElement(NodeName, SchemaType, Location, int) - Method in class com.saxonica.ee.validate.SimpleContentValidator
-
Output element start tag (for a child of the element being validated)
- startElement(NodeName, SchemaType, Location, int) - Method in class com.saxonica.ee.validate.SkipValidator
-
Output element start tag
- startElement(NodeName, SchemaType, Location, int) - Method in class com.saxonica.ee.validate.StartTagBufferEE
-
Notify the start of an element
- startElement(NodeName, SchemaType, Location, int) - Method in class com.saxonica.ee.validate.ValidationStack
-
Process element start tag
- startElement(NodeName, SchemaType, Location, int) - Method in class com.saxonica.ee.validate.XSIAttributeHandler
-
Notify the start of an element
- startElement(NodeName, SchemaType, Location, int) - Method in class com.saxonica.ptree.PTreeEmitter
-
Notify the start of an element
- startElement(NodeName, SchemaType, Location, int) - Method in class com.saxonica.serialize.BinaryEmitter
-
- startElement(NodeName, SchemaType, Location, int) - Method in class com.saxonica.serialize.XHTMLPrefixRemover
-
Notify the start of an element
Specific treatment of elements in XHTML, SVG and MathML namespaces forces a namespace to be emitted too,
rather than by higher level default behaviour.
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.dom.DOMWriter
-
Start of an element.
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.event.CheckSumFilter
-
Notify the start of an element
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.event.CommentStripper
-
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.event.ComplexContentOutputter
-
Output an element start tag.
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.event.ContentHandlerProxy
-
Notify the start of an element
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.event.IDFilter
-
startElement
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.event.NamePoolConverter
-
Output element start tag
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.event.NamespaceReducer
-
startElement.
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.event.PathMaintainer
-
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.event.PIGrabber
-
Abort the parse when the first start element tag is found
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.event.ProxyReceiver
-
Notify the start of an element
- startElement(NodeName, SchemaType, Location, int) - Method in interface net.sf.saxon.event.Receiver
-
Notify the start of an element
- startElement(String, String, String, Attributes) - Method in class net.sf.saxon.event.ReceivingContentHandler
-
Notify an element start event, including all the associated attributes
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.event.SequenceNormalizer
-
Notify the start of an element
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.event.SequenceWriter
-
Output an element start tag.
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.event.SignificantItemDetector
-
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.event.Sink
-
Notify the start of an element
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.event.StartTagBuffer
-
startElement
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.event.Stripper
-
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.event.TeeOutputter
-
Notify the start of an element
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.event.TracingFilter
-
Notify the start of an element
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.event.TreeReceiver
-
Notify the start of an element
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.event.TypeCheckingFilter
-
Notify the start of an element
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.event.Valve
-
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.ma.json.JsonReceiver
-
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.option.axiom.AxiomWriter
-
Start of an element.
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.option.dom4j.DOM4JWriter
-
Start of an element.
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.option.jdom.JDOMWriter
-
Start of an element.
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.option.jdom2.JDOM2Writer
-
Start of an element.
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.option.xom.XOMWriter
-
Start of an element.
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.query.SequenceWrapper
-
Notify the start of an element
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.serialize.AttributeSorter
-
Notify the start of an element
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.serialize.CDATAFilter
-
Output element start tag
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.serialize.HTMLEmitter
-
Output element start tag
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.serialize.HTMLIndenter
-
Output element start tag
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.serialize.HTMLURIEscaper
-
Notify the start of an element
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.serialize.ImplicitResultChecker
-
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.serialize.MetaTagAdjuster
-
Notify the start of an element
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.serialize.TEXTEmitter
-
Output an element start tag.
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.serialize.UncommittedSerializer
-
Output an element start tag.
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.serialize.XML10ContentChecker
-
Notify the start of an element
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.serialize.XMLEmitter
-
Start of an element.
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.serialize.XMLIndenter
-
Output element start tag
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.stax.ReceiverToXMLStreamWriter
-
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.style.UseWhenFilter
-
Notify the start of an element.
- startElement(String, Expression) - Method in class net.sf.saxon.trace.ExpressionPresenter
-
Start an element representing an expression in the expression tree
- startElement(String) - Method in class net.sf.saxon.trace.ExpressionPresenter
-
Start an element
- startElement(String, String, String, Attributes) - Method in class net.sf.saxon.trans.ConfigurationReader
-
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.tree.linked.LinkedTreeBuilder
-
Notify the start of an element
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.tree.tiny.TinyBuilder
-
Notify the start tag of an element
- startElement(NodeName, SchemaType, Location, int) - Method in class net.sf.saxon.tree.tiny.TinyBuilderMonitor
-
- StartElementEvent - Class in net.sf.saxon.evpull
-
This is a PullEvent representing the start of an element node.
- StartElementEvent(PipelineConfiguration) - Constructor for class net.sf.saxon.evpull.StartElementEvent
-
Create a Start Element Event
- startEntity(String) - Method in class com.saxonica.ee.jaxp.ValidatorHandlerImpl
-
Report the beginning of some internal and external XML entities.
- startEntity(String) - Method in class net.sf.saxon.event.ReceivingContentHandler
-
- startItem - Variable in class net.sf.saxon.expr.flwor.WindowClause.Window
-
- startLineNumber - Variable in class net.sf.saxon.expr.parser.Tokenizer
-
The starting line number (for XPath in XSLT, the line number in the stylesheet)
- startMap() - Method in class net.sf.saxon.ma.json.JsonHandler
-
Start a new object/map
- startMap() - Method in class net.sf.saxon.ma.json.JsonHandlerMap
-
Start a new object/map
- startMap() - Method in class net.sf.saxon.ma.json.JsonHandlerXML
-
Start a new object/map
- startNextItem - Variable in class net.sf.saxon.expr.flwor.WindowClause.Window
-
- startPosition - Variable in class net.sf.saxon.expr.flwor.WindowClause.Window
-
- startPrefixMapping(String, String) - Method in class com.saxonica.ee.jaxp.ValidatorHandlerImpl
-
Begin the scope of a prefix-URI Namespace mapping.
- startPrefixMapping(String, String) - Method in class net.sf.saxon.event.ReceivingContentHandler
-
Notify a namespace prefix to URI binding
- startPrefixMapping(String, String) - Method in class net.sf.saxon.trans.ConfigurationReader
-
- startPreviousItem - Variable in class net.sf.saxon.expr.flwor.WindowClause.Window
-
- startReporting(String) - Method in class com.saxonica.ee.validate.InvalidityReportGenerator
-
- startReporting(String) - Method in interface net.sf.saxon.lib.InvalidityHandler
-
At the start of a validation episode, initialize the handler
- startReporting(String) - Method in class net.sf.saxon.lib.InvalidityHandlerWrappingErrorListener
-
At the start of a validation episode, initialize the handler
- startReporting(String) - Method in class net.sf.saxon.lib.StandardInvalidityHandler
-
At the start of a validation episode, initialize the handler
- startRuleSearch() - Method in interface net.sf.saxon.lib.TraceListener2
-
Method called when a search for a template rule is about to start
- startRuleSearch() - Method in class net.sf.saxon.trace.AbstractTraceListener
-
Method called when a search for a template rule is about to start
- startRuleSearch() - Method in class net.sf.saxon.trace.RuleTraceListener
-
- startRuleSearch() - Method in class net.sf.saxon.trace.TraceEventMulticaster
-
Called at the start of a rule search
- startRuleSearch() - Method in class net.sf.saxon.trace.XQueryTraceListener
-
Called at the start of a rule search
- startSelectedParentNode(FleetingParentNode, Location) - Method in class com.saxonica.ee.stream.adjunct.ConditionalBlockAdjunct.ConditionalBlockFeed
-
Signal that an element or document node has been found that matches the selection that this
Watch is looking for.
- startSelectedParentNode(FleetingParentNode, Location) - Method in class com.saxonica.ee.stream.feed.AbsorptionFeed
-
Signal that an element has been found that matches the selection that this
Watch is looking for.
- startSelectedParentNode(FleetingParentNode, Location) - Method in class com.saxonica.ee.stream.feed.CardinalityCheckingFeed
-
- startSelectedParentNode(FleetingParentNode, Location) - Method in class com.saxonica.ee.stream.feed.DecomposingFeed
-
Signal that an element or document node has been found that matches the selection that this
Watch is looking for.
- startSelectedParentNode(FleetingParentNode, Location) - Method in interface com.saxonica.ee.stream.feed.Feed
-
Signal that an element or document node has been found that .
- startSelectedParentNode(FleetingParentNode, Location) - Method in class com.saxonica.ee.stream.feed.FilteringFeed
-
- startSelectedParentNode(FleetingParentNode, Location) - Method in class com.saxonica.ee.stream.feed.ItemCheckingFeed
-
- startSelectedParentNode(FleetingParentNode, Location) - Method in class com.saxonica.ee.stream.feed.ItemFeed
-
Signal that an element or document node has been found that matches the selection that this
Watch is looking for.
- startSelectedParentNode(FleetingParentNode, Location) - Method in class com.saxonica.ee.stream.feed.ItemMappingFeed
-
- startSelectedParentNode(FleetingParentNode, Location) - Method in class com.saxonica.ee.stream.feed.MotionlessFeed
-
Signal that an element or document node has been found that matches the selection that this
Watch is looking for.
- startSelectedParentNode(FleetingParentNode, Location) - Method in class com.saxonica.ee.stream.feed.NoOpenFeed
-
- startSelectedParentNode(FleetingParentNode, Location) - Method in class com.saxonica.ee.stream.feed.NoOpenOrCloseFeed
-
- startSelectedParentNode(FleetingParentNode, Location) - Method in class com.saxonica.ee.stream.watch.AccumulatorWatch
-
Signal that an element has been found that matches the selection that this
Watch is looking for.
- startSelectedParentNode(FleetingParentNode, Location) - Method in class com.saxonica.ee.stream.watch.ApplyTemplatesAction
-
Signal that an element or document node has been found that matches the selection that this
Watch is looking for.
- startSelectedParentNode(FleetingParentNode, Location) - Method in class com.saxonica.ee.stream.watch.ForEachAction
-
Signal that an element has been found that matches the selection that this
Watch is looking for.
- startSelectedParentNode(FleetingParentNode, Location) - Method in class com.saxonica.ee.stream.watch.ForEachGroupAction
-
Signal that an element (or document node) has been found that matches the selection that this
Watch is looking for.
- startSelectedParentNode(FleetingParentNode, Location) - Method in class com.saxonica.ee.stream.watch.ForkingWatch
-
- startSelectedParentNode(FleetingParentNode, Location) - Method in class com.saxonica.ee.stream.watch.IterateAction
-
Signal that an element has been found that matches the selection that this
Watch is looking for.
- startSelectedParentNode(FleetingParentNode, Location) - Method in class com.saxonica.ee.stream.watch.StreamWatch
-
Signal that an element or document node has been found that matches the selection that this
Watch is looking for.
- startSelectedParentNode(FleetingParentNode, Location) - Method in class com.saxonica.ee.stream.watch.Trigger
-
Signal that an element or document node has been found that matches the selection that this
Watch is looking for.
- startSelectedParentNode(FleetingParentNode, Location) - Method in interface com.saxonica.ee.stream.watch.Watch
-
Signal that an element or document node has been found that matches the selection that this
Watch is looking for.
- startSelectedParentNode(FleetingParentNode, Location) - Method in class com.saxonica.ee.validate.FieldWatch
-
Signal that an element has been found that matches the selection that this
Watch is looking for.
- startSelectedParentNode(FleetingParentNode, Location) - Method in class com.saxonica.ee.validate.SelectorWatch
-
Signal that an element has been found that matches the selection that this
Watch is looking for.
- startSubsidiaryElement(String) - Method in class net.sf.saxon.trace.ExpressionPresenter
-
Start a child element in the output
- startsWith(String, String) - Method in class net.sf.saxon.expr.sort.CodepointCollator
-
Test whether one string starts with another, according to the rules
of the XPath starts-with() function
- startsWith(String, String) - Method in class net.sf.saxon.expr.sort.HTML5CaseBlindCollator
-
Test whether one string starts with another, according to the rules
of the XPath starts-with() function
- startsWith(String, String) - Method in class net.sf.saxon.expr.sort.RuleBasedSubstringMatcher
-
Test whether one string starts with another, according to the rules
of the XPath starts-with() function
- StartsWith - Class in net.sf.saxon.functions
-
Implements the fn:starts-with() function, with the collation already known
- StartsWith() - Constructor for class net.sf.saxon.functions.StartsWith
-
- startsWith(StringValue, StringValue, StringCollator) - Static method in class net.sf.saxon.functions.StartsWith
-
- startsWith(String, String) - Method in interface net.sf.saxon.lib.SubstringMatcher
-
Test whether one string starts with another, according to the rules
of the XPath starts-with() function
- StartsWithCompiler - Class in com.saxonica.ee.bytecode
-
Generate bytecode for a call on fn:starts-with or fn:ends-with
- StartsWithCompiler() - Constructor for class com.saxonica.ee.bytecode.StartsWithCompiler
-
- StartTagBuffer - Class in net.sf.saxon.event
-
StartTagBuffer is a ProxyReceiver that buffers attributes and namespace events within a start tag.
- StartTagBuffer(Receiver) - Constructor for class net.sf.saxon.event.StartTagBuffer
-
- StartTagBufferEE - Class in com.saxonica.ee.validate
-
This class handles attribute inheritance.
- StartTagBufferEE(Receiver) - Constructor for class com.saxonica.ee.validate.StartTagBufferEE
-
- startTime - Variable in class net.sf.saxon.trans.RuleSearchState
-
- startValidation(String) - Method in class com.saxonica.ee.validate.ValidationContext
-
- state - Variable in class com.saxonica.ee.bytecode.iter.CompiledBlockIterator
-
- State - Interface in com.saxonica.ee.schema.fsa
-
A State is a dynamic state of the finite state machine.
- state - Variable in class net.sf.saxon.om.MemoSequence
-
- state - Variable in class net.sf.saxon.value.MemoClosure
-
- StatefulMappingFunction<F extends Item,T extends Item> - Interface in net.sf.saxon.expr
-
MappingFunction is an interface that must be satisfied by an object passed to a
MappingIterator.
- STATIC - Static variable in class net.sf.saxon.style.SourceBinding
-
- STATIC_TYPING - Static variable in class net.sf.saxon.query.LanguageFeature
-
- STATIC_TYPING_ALL_OPTIONAL_FEATURES - Static variable in class net.sf.saxon.query.LanguageFeature
-
- StaticBaseUri() - Constructor for class net.sf.saxon.functions.StaticContextAccessor.StaticBaseUri
-
- StaticContext - Interface in net.sf.saxon.expr
-
A StaticContext contains the information needed while an expression or pattern
is being parsed.
- staticContext - Variable in class net.sf.saxon.style.StyleElement
-
- StaticContextAccessor - Class in net.sf.saxon.functions
-
A StaticContextAccessor is a function that takes no arguments, but operates implicitly on the
static context.
- StaticContextAccessor() - Constructor for class net.sf.saxon.functions.StaticContextAccessor
-
- StaticContextAccessor.DefaultCollation - Class in net.sf.saxon.functions
-
Implement the XPath function default-collation()
- StaticContextAccessor.StaticBaseUri - Class in net.sf.saxon.functions
-
Implement the XPath function static-base-uri()
- StaticError - Class in net.sf.saxon.s9api
-
The StaticError class contains information about a static error detected during compilation of a stylesheet, query, or XPath expression.
- StaticError(TransformerException, boolean) - Constructor for class net.sf.saxon.s9api.StaticError
-
- StaticError(TransformerException) - Constructor for class net.sf.saxon.s9api.StaticError
-
- StaticFunctionCall - Class in net.sf.saxon.expr
-
A call to a function that is known statically.
- StaticFunctionCall(Function, Expression[]) - Constructor for class net.sf.saxon.expr.StaticFunctionCall
-
- StaticFunctionCallCompiler - Class in com.saxonica.ee.bytecode
-
Compiler for a static function call.
- StaticFunctionCallCompiler() - Constructor for class com.saxonica.ee.bytecode.StaticFunctionCallCompiler
-
- staticProperties - Variable in class net.sf.saxon.expr.Expression
-
- StaticProperty - Class in net.sf.saxon.expr
-
This class contains constants identifying dependencies that an XPath expression
might have on its context.
- StaticQueryContext - Class in net.sf.saxon.query
-
StaticQueryContext contains information used to build a StaticContext for use when processing XQuery
expressions.
- StaticQueryContext() - Constructor for class net.sf.saxon.query.StaticQueryContext
-
Private constructor used when copying a context
- StaticQueryContext(Configuration) - Constructor for class net.sf.saxon.query.StaticQueryContext
-
- StaticQueryContext(Configuration, boolean) - Constructor for class net.sf.saxon.query.StaticQueryContext
-
Create a StaticQueryContext using a given Configuration.
- StaticQueryContext(StaticQueryContext) - Constructor for class net.sf.saxon.query.StaticQueryContext
-
Create a copy of a supplied StaticQueryContext
- StaticQueryContextEE - Class in com.saxonica.ee.optim
-
A version of StaticQueryContext for Saxon-EE, that extends the capability by allowing compilation of library
modules.
- StaticQueryContextEE(Configuration) - Constructor for class com.saxonica.ee.optim.StaticQueryContextEE
-
Create a StaticQueryContext using a given Configuration.
- StaticQueryContextEE(Configuration, boolean) - Constructor for class com.saxonica.ee.optim.StaticQueryContextEE
-
Create the default configuration-level static query context, used as a template for creating
other query contexts
- StaticQueryContextFactory - Class in net.sf.saxon.lib
-
Factory class for creating a customized instance of StaticQueryContext
- StaticQueryContextFactory() - Constructor for class net.sf.saxon.lib.StaticQueryContextFactory
-
- StaticQueryContextPE - Class in com.saxonica.expr
-
A version of StaticQueryContext for Saxon-PE
- StaticQueryContextPE(Configuration) - Constructor for class com.saxonica.expr.StaticQueryContextPE
-
Create a StaticQueryContext using a given Configuration.
- StaticQueryContextPE(Configuration, boolean) - Constructor for class com.saxonica.expr.StaticQueryContextPE
-
Create the default configuration-level static query context, used as a template for creating
other query contexts
- StaticSubClasses() - Constructor for class com.saxonica.ee.bytecode.util.CompilerService.StaticSubClasses
-
- staticType - Variable in class net.sf.saxon.expr.VariableReference
-
- staticTypeCheck(SequenceType, boolean, RoleDiagnostic, ExpressionVisitor) - Method in class net.sf.saxon.expr.Expression
-
Static type checking of some expressions is delegated to the expression itself, by calling
this method.
- staticTypeCheck(SequenceType, boolean, RoleDiagnostic, ExpressionVisitor) - Method in class net.sf.saxon.expr.flwor.FLWORExpression
-
Static type checking for let expressions is delegated to the expression itself,
and is performed on the "return" expression, to allow further delegation to the branches
of a conditional
- staticTypeCheck(SequenceType, boolean, RoleDiagnostic, ExpressionVisitor) - Method in class net.sf.saxon.expr.instruct.Choose
-
Static type checking for conditional expressions is delegated to the expression itself,
and is performed separately on each branch of the conditional, so that dynamic checks are
added only on those branches where the check is actually required.
- staticTypeCheck(SequenceType, boolean, RoleDiagnostic, ExpressionVisitor) - Method in class net.sf.saxon.expr.LetExpression
-
Static type checking for let expressions is delegated to the expression itself,
and is performed on the "action" expression, to allow further delegation to the branches
of a conditional
- staticTypeCheck(Expression, SequenceType, boolean, RoleDiagnostic, ExpressionVisitor) - Static method in class net.sf.saxon.expr.parser.TypeChecker
-
Check an expression against a required type, modifying it if necessary.
- StaticVariableInfo() - Constructor for class com.saxonica.ee.bytecode.util.CompilerService.StaticVariableInfo
-
- Statistics - Class in net.sf.saxon.tree.tiny
-
Statistics on the size of TinyTree instances, kept so that the system can learn how much space to allocate to new trees
- Statistics() - Constructor for class net.sf.saxon.tree.tiny.Statistics
-
- Statistics(int, int, int, int) - Constructor for class net.sf.saxon.tree.tiny.Statistics
-
- StatisticsReporter - Class in com.saxonica.ee.validate
-
Generates statistics relating to a validation episode
- StatisticsReporter() - Constructor for class com.saxonica.ee.validate.StatisticsReporter
-
- StatisticsReporter(Receiver) - Constructor for class com.saxonica.ee.validate.StatisticsReporter
-
Create a StatisticsReporter and set a Receiver to receive an XML report of the statistics that have been
collected
- StatsCommandLineOptions - Class in com.saxonica.trans
-
A subclass of CommandLineOptions that permits certain properties
to be set from the statistics control file
- StatsCommandLineOptions() - Constructor for class com.saxonica.trans.StatsCommandLineOptions
-
- StatsTransform - Class in com.saxonica
-
A subclass of Transform that is used to do comparative tests on different configurations,
mainly to test pattern optimizations.
- StatsTransform() - Constructor for class com.saxonica.StatsTransform
-
- StatsTransform.StatsCase - Class in com.saxonica
-
A class to describe a statistic 'case' - a binding for configuration and working directory
- StatsTransform.StatsGroup - Class in com.saxonica
-
A class to describe a common group of statistics cases.
- status - Variable in class com.saxonica.config.Verifier
-
- StaxBridge - Class in net.sf.saxon.pull
-
This class implements the Saxon PullProvider API on top of a standard StAX parser
(or any other StAX XMLStreamReader implementation)
- StaxBridge() - Constructor for class net.sf.saxon.pull.StaxBridge
-
Create a new instance of the class
- StAXResultHandler - Interface in net.sf.saxon.lib
-
StAxResultHandler is a helper class
- StAXResultHandlerImpl - Class in net.sf.saxon.stax
-
StAxResultHandler is a helper class
- StAXResultHandlerImpl() - Constructor for class net.sf.saxon.stax.StAXResultHandlerImpl
-
- StaxToEventBridge - Class in net.sf.saxon.evpull
-
This class implements the Saxon EventIterator API on top of a standard StAX parser
(or any other StAX XMLStreamReader implementation)
- StaxToEventBridge() - Constructor for class net.sf.saxon.evpull.StaxToEventBridge
-
Create a new instance of the class
- SteppingNavigator<N extends SteppingNode> - Class in net.sf.saxon.tree.util
-
The SteppingNavigator is a utility class containing methods to assist with navigating a tree whose nodes
implement the
SteppingNode
interface
- SteppingNavigator() - Constructor for class net.sf.saxon.tree.util.SteppingNavigator
-
- SteppingNavigator.DescendantAxisIterator<N extends SteppingNode> - Class in net.sf.saxon.tree.util
-
An iterator over the descendant or descendant-or-self axis
- SteppingNode<N extends SteppingNode> - Interface in net.sf.saxon.tree.util
-
This interface can be implemented by an implementation of NodeInfo to take advantage of a generic implementation
of the descendant axis found in class
SteppingNavigator
- STOPPER - Static variable in class net.sf.saxon.type.Type
-
Dummy node kind used in the tiny tree to mark the end of the tree
- storeArgOrLocal(int) - Method in class com.saxonica.ee.bytecode.util.Generator
-
Generate code to store the value from top of stack into a local variable or method argument slot
- storeLocal(int) - Method in class com.saxonica.ee.bytecode.util.Generator
-
Generates the instruction to store the top stack value in the given local
variable.
- Streamability - Class in com.saxonica.ee.stream
-
Supporting class for assessing the streamability of expressions.
- Streamability() - Constructor for class com.saxonica.ee.stream.Streamability
-
- STREAMABILITY - Static variable in class net.sf.saxon.lib.FeatureKeys
-
STREAMABILITY
determines the test that Saxon applies to determine
whether a construct is streamable, in cases where streaming is requested for example
by use of the xsl:stream
instruction, or by specifying
streamable="yes"
on constructs such as xsl:mode
and
xsl:accumulator
.
- streamabilityStr - Variable in enum net.sf.saxon.trans.FunctionStreamability
-
- streamable - Variable in class com.saxonica.xslt3.instruct.MergeInstr.MergeSource
-
- StreamAvailable - Class in com.saxonica.functions.xslt3
-
This class implements the XSLT 3.0 function stream-available()
- StreamAvailable() - Constructor for class com.saxonica.functions.xslt3.StreamAvailable
-
- streaming - Variable in class net.sf.saxon.Query
-
- STREAMING_FALLBACK - Static variable in class net.sf.saxon.lib.FeatureKeys
-
If the STREAMING_FALLBACK
option is set, then constructs for which
streaming is requested (such as templates in a streaming mode, the
xsl:stream
instruction, and streamable accumulators) will be
executed in non-streaming mode if the code is not actually streamable.
- StreamingAdjunct - Class in com.saxonica.ee.stream.adjunct
-
This abstract class supplements an
Expression
with methods used at compile-time
to support streaming, by generating a
Watch
that allows the expression to be evaluated in push mode.
- StreamingAdjunct() - Constructor for class com.saxonica.ee.stream.adjunct.StreamingAdjunct
-
- streamingChildSequence - Variable in class com.saxonica.ee.stream.Inversion.PushAction
-
- StreamingPatternMaker - Class in com.saxonica.ee.stream
-
Factory class to make a streaming pattern from an expression.
- StreamingPatternMaker() - Constructor for class com.saxonica.ee.stream.StreamingPatternMaker
-
- StreamingSequenceWriter - Class in com.saxonica.ee.stream
-
A SequenceWriter that can be used on a streaming pipeline to direct the output of an operation to the next
expression in the pipeline
- StreamingSequenceWriter(PipelineConfiguration, Feed) - Constructor for class com.saxonica.ee.stream.StreamingSequenceWriter
-
- StreamInstr - Class in com.saxonica.ee.stream
-
Implementation of the xsl:stream instruction
- StreamInstr(Expression, Expression, int, SchemaType, List<Accumulator>) - Constructor for class com.saxonica.ee.stream.StreamInstr
-
- StreamInstrAdjunct - Class in com.saxonica.ee.stream.adjunct
-
- StreamInstrAdjunct() - Constructor for class com.saxonica.ee.stream.adjunct.StreamInstrAdjunct
-
- streamResult - Variable in class net.sf.saxon.serialize.Emitter
-
- StreamWatch - Class in com.saxonica.ee.stream.watch
-
- StreamWatch(Inversion, WatchManager, XPathContext) - Constructor for class com.saxonica.ee.stream.watch.StreamWatch
-
- StreamWriterToReceiver - Class in net.sf.saxon.event
-
This class implements the XmlStreamWriter interface, translating the events into Saxon
Receiver events.
- StreamWriterToReceiver(Receiver) - Constructor for class net.sf.saxon.event.StreamWriterToReceiver
-
Constructor.
- STRICT - Static variable in class net.sf.saxon.lib.Validation
-
Code for strict validation
- strictTypeCheck(Expression, SequenceType, RoleDiagnostic, StaticContext) - Static method in class net.sf.saxon.expr.parser.TypeChecker
-
Check an expression against a required type, modifying it if necessary.
- string(String) - Static method in class net.sf.saxon.om.One
-
Convenience function to create a singleton string value
- STRING - Static variable in class net.sf.saxon.s9api.ItemType
-
ItemType representing the primitive type xs:string
- STRING - Static variable in class net.sf.saxon.type.BuiltInAtomicType
-
- STRING - Static variable in class net.sf.saxon.type.UType
-
- String_1 - Class in net.sf.saxon.functions
-
Implement XPath function string() with a single argument
- String_1() - Constructor for class net.sf.saxon.functions.String_1
-
- STRING_KINDS - Static variable in class net.sf.saxon.expr.Atomizer
-
Node kinds whose typed value is always a string
- STRING_LIKE - Static variable in class net.sf.saxon.type.UType
-
- STRING_LITERAL - Static variable in class net.sf.saxon.expr.parser.Token
-
String literal
- STRING_SEQUENCE - Static variable in class net.sf.saxon.value.SequenceType
-
A type that allows a sequence of zero or more string values
- STRING_TEMPLATE_COMPLETE - Static variable in class net.sf.saxon.expr.parser.Token
-
Complete string template with no embedded expressions
- STRING_TEMPLATE_FINAL - Static variable in class net.sf.saxon.expr.parser.Token
-
Final part of a string template
- STRING_TEMPLATE_INITIAL - Static variable in class net.sf.saxon.expr.parser.Token
-
First part of a string template
- STRING_TEMPLATE_INTERMEDIATE - Static variable in class net.sf.saxon.expr.parser.Token
-
Intermediate part of a string template
- STRING_TO_BASE64_BINARY - Static variable in class net.sf.saxon.type.StringConverter
-
- STRING_TO_BOOLEAN - Static variable in class net.sf.saxon.type.StringConverter
-
- STRING_TO_DAY_TIME_DURATION - Static variable in class net.sf.saxon.type.StringConverter
-
- STRING_TO_DECIMAL - Static variable in class net.sf.saxon.type.StringConverter
-
- STRING_TO_DURATION - Static variable in class net.sf.saxon.type.StringConverter
-
- STRING_TO_ENTITY - Static variable in class net.sf.saxon.type.StringConverter
-
- STRING_TO_G_DAY - Static variable in class net.sf.saxon.type.StringConverter
-
- STRING_TO_G_MONTH - Static variable in class net.sf.saxon.type.StringConverter
-
- STRING_TO_G_MONTH_DAY - Static variable in class net.sf.saxon.type.StringConverter
-
- STRING_TO_HEX_BINARY - Static variable in class net.sf.saxon.type.StringConverter
-
- STRING_TO_ID - Static variable in class net.sf.saxon.type.StringConverter
-
- STRING_TO_IDREF - Static variable in class net.sf.saxon.type.StringConverter
-
- STRING_TO_INTEGER - Static variable in class net.sf.saxon.type.StringConverter
-
- STRING_TO_LANGUAGE - Static variable in class net.sf.saxon.type.StringConverter
-
- STRING_TO_NAME - Static variable in class net.sf.saxon.type.StringConverter
-
- STRING_TO_NCNAME - Static variable in class net.sf.saxon.type.StringConverter
-
- STRING_TO_NMTOKEN - Static variable in class net.sf.saxon.type.StringConverter
-
- STRING_TO_NORMALIZED_STRING - Static variable in class net.sf.saxon.type.StringConverter
-
- STRING_TO_STRING - Static variable in class net.sf.saxon.type.StringConverter
-
- STRING_TO_TIME - Static variable in class net.sf.saxon.type.StringConverter
-
- STRING_TO_TOKEN - Static variable in class net.sf.saxon.type.StringConverter
-
- STRING_TO_UNTYPED_ATOMIC - Static variable in class net.sf.saxon.type.StringConverter
-
- STRING_TO_YEAR_MONTH_DURATION - Static variable in class net.sf.saxon.type.StringConverter
-
- StringAccessor() - Constructor for class net.sf.saxon.functions.ContextItemAccessorFunction.StringAccessor
-
- StringCollator - Interface in net.sf.saxon.lib
-
This interface represents a "collation" as defined in XPath, that is, a set of rules for comparing strings
- stringConverter - Variable in class net.sf.saxon.type.BuiltInAtomicType
-
- StringConverter - Class in net.sf.saxon.type
-
- StringConverter() - Constructor for class net.sf.saxon.type.StringConverter
-
Create a StringConverter
- StringConverter(ConversionRules) - Constructor for class net.sf.saxon.type.StringConverter
-
Create a StringConverter
- StringConverter.IdentityConverter - Class in net.sf.saxon.type
-
Converter that does nothing - it returns the input unchanged
- StringConverter.StringToAnyURI - Class in net.sf.saxon.type
-
Converts string to anyURI
- StringConverter.StringToBoolean - Class in net.sf.saxon.type
-
Converts a string to a boolean
- StringConverter.StringToDate - Class in net.sf.saxon.type
-
Converts a string to a date
- StringConverter.StringToDateTime - Class in net.sf.saxon.type
-
Converts a string to a dateTime
- StringConverter.StringToDateTimeStamp - Class in net.sf.saxon.type
-
Converts a string to a dateTimeStamp
- StringConverter.StringToDayTimeDuration - Class in net.sf.saxon.type
-
Converts a string to a dayTimeDuration
- StringConverter.StringToDecimal - Class in net.sf.saxon.type
-
Converts a string to an xs:decimal
- StringConverter.StringToDerivedStringSubtype - Class in net.sf.saxon.type
-
Converts from xs;string to a user-defined type derived from a built-in subtype of xs:string
- StringConverter.StringToDuration - Class in net.sf.saxon.type
-
Converts a string to a duration
- StringConverter.StringToFloat - Class in net.sf.saxon.type
-
Converts a string to xs:float
- StringConverter.StringToGDay - Class in net.sf.saxon.type
-
Converts a string to a gDay
- StringConverter.StringToGMonth - Class in net.sf.saxon.type
-
Converts a string to a gMonth
- StringConverter.StringToGMonthDay - Class in net.sf.saxon.type
-
Converts a string to a gMonthDay
- StringConverter.StringToGYear - Class in net.sf.saxon.type
-
Converts a string to a gYear
- StringConverter.StringToGYearMonth - Class in net.sf.saxon.type
-
Converts a string to a gYearMonth
- StringConverter.StringToHexBinary - Class in net.sf.saxon.type
-
Converts a string to hexBinary
- StringConverter.StringToInteger - Class in net.sf.saxon.type
-
Converts a string to an integer
- StringConverter.StringToIntegerSubtype - Class in net.sf.saxon.type
-
Converts a string to a built-in subtype of integer
- StringConverter.StringToLanguage - Class in net.sf.saxon.type
-
Converts from xs:string to xs:language
- StringConverter.StringToName - Class in net.sf.saxon.type
-
Converts from xs:string to xs:Name
- StringConverter.StringToNCName - Class in net.sf.saxon.type
-
Converts from xs:string to xs:NCName, xs:ID, xs:IDREF, or xs:ENTITY
- StringConverter.StringToNMTOKEN - Class in net.sf.saxon.type
-
Converts from xs:string to xs:NMTOKEN
- StringConverter.StringToNonStringDerivedType - Class in net.sf.saxon.type
-
Converter from string to a derived type (derived from a type other than xs:string),
where the derived type needs to retain the original
string for validating against lexical facets such as pattern.
- StringConverter.StringToNormalizedString - Class in net.sf.saxon.type
-
Converts from xs:string to xs:normalizedString
- StringConverter.StringToNotation - Class in net.sf.saxon.type
-
Converts String to NOTATION
- StringConverter.StringToQName - Class in net.sf.saxon.type
-
Converts String to QName
- StringConverter.StringToString - Class in net.sf.saxon.type
-
Converts from xs:string or xs:untypedAtomic to xs:String
- StringConverter.StringToStringSubtype - Class in net.sf.saxon.type
-
Converts from xs:string to a user-defined type derived directly from xs:string
- StringConverter.StringToTime - Class in net.sf.saxon.type
-
Converts a string to a time
- StringConverter.StringToToken - Class in net.sf.saxon.type
-
Converts from xs:string to xs:token
- StringConverter.StringToUnionConverter - Class in net.sf.saxon.type
-
Converter from string to plain union types
- StringConverter.StringToUntypedAtomic - Class in net.sf.saxon.type
-
Converts from xs:string or xs:untypedAtomic to xs:untypedAtomic
- StringConverter.StringToYearMonthDuration - Class in net.sf.saxon.type
-
Converts a string to a yearMonthDuration
- StringFnAdjunct - Class in com.saxonica.ee.stream.adjunct
-
Generate Java code to implement the XPath string() function
- StringFnAdjunct() - Constructor for class com.saxonica.ee.stream.adjunct.StringFnAdjunct
-
- StringFnCompiler - Class in com.saxonica.ee.bytecode
-
Generate bytecode for evaluation of a call to the string() function
- StringFnCompiler() - Constructor for class com.saxonica.ee.bytecode.StringFnCompiler
-
- stringify(Expression, boolean, Configuration) - Static method in class net.sf.saxon.query.XQueryParser
-
Convert an expression so it generates a space-separated sequence of strings
- StringJoin - Class in net.sf.saxon.functions
-
fn:string-join(string* $sequence, string $separator)
- StringJoin() - Constructor for class net.sf.saxon.functions.StringJoin
-
- StringJoinCompiler - Class in com.saxonica.ee.bytecode
-
- StringJoinCompiler() - Constructor for class com.saxonica.ee.bytecode.StringJoinCompiler
-
- StringLength_1 - Class in net.sf.saxon.functions
-
Implement the XPath string-length() function
- StringLength_1() - Constructor for class net.sf.saxon.functions.StringLength_1
-
- StringLengthCompiler - Class in com.saxonica.ee.bytecode
-
Generate bytecode for a call to the StringLength Function
- StringLengthCompiler() - Constructor for class com.saxonica.ee.bytecode.StringLengthCompiler
-
- StringLiteral - Class in net.sf.saxon.expr
-
Subclass of Literal used specifically for string literals, as this is a common case
- StringLiteral(StringValue) - Constructor for class net.sf.saxon.expr.StringLiteral
-
Create a StringLiteral that wraps a StringValue
- StringLiteral(CharSequence) - Constructor for class net.sf.saxon.expr.StringLiteral
-
Create a StringLiteral that wraps any CharSequence (including, of course, a String)
- StringLiteralADJ - Class in com.saxonica.ee.expr
-
- StringLiteralADJ(Expression) - Constructor for class com.saxonica.ee.expr.StringLiteralADJ
-
- StringToAnyURI(ConversionRules) - Constructor for class net.sf.saxon.type.StringConverter.StringToAnyURI
-
- stringToBase64Binary(ZeroOrOne<StringValue>, One<StringValue>) - Static method in class com.saxonica.functions.extfn.Extensions
-
Convert a string to a base64Binary value in a given encoding
- StringToBase64BinaryConverter() - Constructor for class net.sf.saxon.type.Converter.StringToBase64BinaryConverter
-
- StringToBoolean() - Constructor for class net.sf.saxon.type.StringConverter.StringToBoolean
-
- StringToBooleanCompiler - Class in com.saxonica.ee.bytecode.converter
-
Generate code for a String to Boolean CastExpression
- StringToBooleanCompiler() - Constructor for class com.saxonica.ee.bytecode.converter.StringToBooleanCompiler
-
- StringToCodepoints - Class in net.sf.saxon.functions
-
This class supports the function string-to-codepoints()
- StringToCodepoints() - Constructor for class net.sf.saxon.functions.StringToCodepoints
-
- StringToDate(ConversionRules) - Constructor for class net.sf.saxon.type.StringConverter.StringToDate
-
- StringToDateTime(ConversionRules) - Constructor for class net.sf.saxon.type.StringConverter.StringToDateTime
-
- StringToDateTimeStamp(ConversionRules) - Constructor for class net.sf.saxon.type.StringConverter.StringToDateTimeStamp
-
- StringToDayTimeDuration() - Constructor for class net.sf.saxon.type.StringConverter.StringToDayTimeDuration
-
- StringToDecimal() - Constructor for class net.sf.saxon.type.StringConverter.StringToDecimal
-
- StringToDerivedStringSubtype(ConversionRules, AtomicType) - Constructor for class net.sf.saxon.type.StringConverter.StringToDerivedStringSubtype
-
- StringToDouble - Class in net.sf.saxon.type
-
This class converts a string to an xs:double according to the rules in XML Schema 1.0
- StringToDouble() - Constructor for class net.sf.saxon.type.StringToDouble
-
- StringToDouble11 - Class in net.sf.saxon.value
-
Convert a string to a double using the rules of XML Schema 1.1
- StringToDouble11() - Constructor for class net.sf.saxon.value.StringToDouble11
-
- StringToDoubleCompiler - Class in com.saxonica.ee.bytecode.converter
-
Generate code for a String to Double CastExpression
- StringToDoubleCompiler() - Constructor for class com.saxonica.ee.bytecode.converter.StringToDoubleCompiler
-
- StringToDuration() - Constructor for class net.sf.saxon.type.StringConverter.StringToDuration
-
- StringToFloat(ConversionRules) - Constructor for class net.sf.saxon.type.StringConverter.StringToFloat
-
- StringToFloatCompiler - Class in com.saxonica.ee.bytecode.converter
-
Generate code for a String to Float CastExpression
- StringToFloatCompiler() - Constructor for class com.saxonica.ee.bytecode.converter.StringToFloatCompiler
-
- StringToGDay() - Constructor for class net.sf.saxon.type.StringConverter.StringToGDay
-
- StringToGMonth() - Constructor for class net.sf.saxon.type.StringConverter.StringToGMonth
-
- StringToGMonthDay() - Constructor for class net.sf.saxon.type.StringConverter.StringToGMonthDay
-
- StringToGYear(ConversionRules) - Constructor for class net.sf.saxon.type.StringConverter.StringToGYear
-
- StringToGYearMonth(ConversionRules) - Constructor for class net.sf.saxon.type.StringConverter.StringToGYearMonth
-
- stringToHexBinary(ZeroOrOne<StringValue>, One<StringValue>) - Static method in class com.saxonica.functions.extfn.Extensions
-
Convert a string to a hexBinary value in a given encoding
- StringToHexBinary() - Constructor for class net.sf.saxon.type.StringConverter.StringToHexBinary
-
- StringToInteger() - Constructor for class net.sf.saxon.type.StringConverter.StringToInteger
-
- stringToInteger(CharSequence) - Static method in class net.sf.saxon.value.IntegerValue
-
Static factory method to convert strings to integers.
- StringToIntegerCompiler - Class in com.saxonica.ee.bytecode.converter
-
Generate code for a String to Integer CastExpression
- StringToIntegerCompiler() - Constructor for class com.saxonica.ee.bytecode.converter.StringToIntegerCompiler
-
- StringToIntegerSubtype(BuiltInAtomicType) - Constructor for class net.sf.saxon.type.StringConverter.StringToIntegerSubtype
-
- StringTokenIterator - Class in net.sf.saxon.expr
-
StringTokenIterator: breaks a string up into tokens,
and returns the tokens as a sequence of strings.
- StringTokenIterator(String) - Constructor for class net.sf.saxon.expr.StringTokenIterator
-
Construct a StringTokenIterator that will break the supplied
string into tokens at whitespace boundaries
- StringTokenIterator(String, String) - Constructor for class net.sf.saxon.expr.StringTokenIterator
-
Construct a StringTokenIterator that will break the supplied
string into tokens at any of the delimiter characters included in the
delimiter string.
- StringToLanguage() - Constructor for class net.sf.saxon.type.StringConverter.StringToLanguage
-
- StringToName() - Constructor for class net.sf.saxon.type.StringConverter.StringToName
-
- StringToNCName(AtomicType) - Constructor for class net.sf.saxon.type.StringConverter.StringToNCName
-
- StringToNMTOKEN() - Constructor for class net.sf.saxon.type.StringConverter.StringToNMTOKEN
-
- StringToNonStringDerivedType(StringConverter, Converter.DownCastingConverter) - Constructor for class net.sf.saxon.type.StringConverter.StringToNonStringDerivedType
-
- StringToNormalizedString() - Constructor for class net.sf.saxon.type.StringConverter.StringToNormalizedString
-
- StringToNotation(ConversionRules) - Constructor for class net.sf.saxon.type.StringConverter.StringToNotation
-
- stringToNumber(CharSequence) - Method in class net.sf.saxon.type.StringToDouble
-
Convert a string to a double.
- stringToNumberOrNaN(StringToDouble, CharSequence) - Static method in class com.saxonica.ee.bytecode.util.Callback
-
Convert a string to a double number, returning NaN if the string is not numeric
- StringToQName(ConversionRules) - Constructor for class net.sf.saxon.type.StringConverter.StringToQName
-
- StringToString() - Constructor for class net.sf.saxon.type.StringConverter.StringToString
-
- StringToStringSubtype(ConversionRules, AtomicType) - Constructor for class net.sf.saxon.type.StringConverter.StringToStringSubtype
-
- StringToTime() - Constructor for class net.sf.saxon.type.StringConverter.StringToTime
-
- StringToToken() - Constructor for class net.sf.saxon.type.StringConverter.StringToToken
-
- StringToUnionConverter(PlainType, ConversionRules) - Constructor for class net.sf.saxon.type.StringConverter.StringToUnionConverter
-
- StringToUntypedAtomic() - Constructor for class net.sf.saxon.type.StringConverter.StringToUntypedAtomic
-
- StringToUntypedAtomicCompiler - Class in com.saxonica.ee.bytecode.converter
-
Generate code for a String to Untyped Atomic CastExpression
- StringToUntypedAtomicCompiler() - Constructor for class com.saxonica.ee.bytecode.converter.StringToUntypedAtomicCompiler
-
- stringToUtf8(One<StringValue>) - Static method in class com.saxonica.functions.extfn.Extensions
-
Get the UTF-8 encoding of a string
- StringToYearMonthDuration() - Constructor for class net.sf.saxon.type.StringConverter.StringToYearMonthDuration
-
- StringValue - Class in net.sf.saxon.value
-
An atomic value of type xs:string.
- StringValue() - Constructor for class net.sf.saxon.value.StringValue
-
Protected constructor for use by subtypes
- StringValue(CharSequence) - Constructor for class net.sf.saxon.value.StringValue
-
Constructor.
- StringValue(CharSequence, AtomicType) - Constructor for class net.sf.saxon.value.StringValue
-
Constructor.
- StringValue.CharacterIterator - Class in net.sf.saxon.value
-
CharacterIterator is used to iterate over the characters in a string,
returning them as integers representing the Unicode code-point.
- StringValue.UnicodeCharacterIterator - Class in net.sf.saxon.value
-
- StringValueFeed - Class in com.saxonica.ee.stream.feed
-
This class is used when a streamed template requests evaluation of the string value
of the nodes selected by a path expression, typically in response to an xsl:value-of instruction.
- StringValueFeed(Feed, XPathContext) - Constructor for class com.saxonica.ee.stream.feed.StringValueFeed
-
- StringValueGatherer - Class in com.saxonica.ee.stream.feed
-
A StringValueAccumulator is a Receiver that computes the string value of an element in streaming mode, by
copying all the text nodes to a supplied receiver.
- StringValueGatherer(FastStringBuffer) - Constructor for class com.saxonica.ee.stream.feed.StringValueGatherer
-
- StringValueToChar() - Constructor for class net.sf.saxon.expr.PJConverter.StringValueToChar
-
- StringValueToString() - Constructor for class net.sf.saxon.expr.PJConverter.StringValueToString
-
- STRIP - Static variable in class net.sf.saxon.event.Stripper
-
- STRIP - Static variable in class net.sf.saxon.lib.Validation
-
Code corresponding to the XSLT option validation=strip, which indicates
that existing type annotations are to be removed and no new validation is performed.
- STRIP_DEFAULT - Static variable in class net.sf.saxon.event.Stripper
-
- STRIP_WHITESPACE - Static variable in class net.sf.saxon.lib.FeatureKeys
-
Indicates whether all whitespace, no whitespace, or whitespace in elements defined in
a DTD or schema as having element-only content should be stripped from source
documents.
- Stripper - Class in net.sf.saxon.event
-
The RuleBasedStripper class performs whitespace stripping according to the rules of
the xsl:strip-space and xsl:preserve-space instructions.
- Stripper(SpaceStrippingRule, Receiver) - Constructor for class net.sf.saxon.event.Stripper
-
- Stripper.StripRuleTarget - Class in net.sf.saxon.event
-
- stripperRules - Variable in class net.sf.saxon.style.StylesheetPackage
-
- StripRuleTarget() - Constructor for class net.sf.saxon.event.Stripper.StripRuleTarget
-
- stripsInputTypeAnnotations() - Method in class net.sf.saxon.expr.instruct.Executable
-
Ask whether source documents are to have their type annotations stripped
- stripsWhitespace() - Method in class net.sf.saxon.expr.instruct.Executable
-
Determine whether this stylesheet does any whitespace stripping
- stripTypeAnnotations() - Method in class net.sf.saxon.evpull.StartElementEvent
-
Strip type annotations from the element and its attributes
- StructuredQName - Class in net.sf.saxon.om
-
This class provides an economical representation of a QName triple (prefix, URI, and localname).
- StructuredQName(String, String, String) - Constructor for class net.sf.saxon.om.StructuredQName
-
Construct a StructuredQName from a prefix, URI, and local name.
- StructuredQName(StructuredQName) - Constructor for class net.sf.saxon.om.StructuredQName
-
Constructor to copy an existing StructuredQName, for use only from subclasses
- STYLE_PARSER_CLASS - Static variable in class net.sf.saxon.lib.FeatureKeys
-
The class will be instantiated.
- StyleElement - Class in net.sf.saxon.style
-
Abstract superclass for all element nodes in the stylesheet.
- StyleElement() - Constructor for class net.sf.saxon.style.StyleElement
-
Constructor
- StyleNodeFactory - Class in net.sf.saxon.style
-
Class StyleNodeFactory.
- StyleNodeFactory(Configuration, Compilation) - Constructor for class net.sf.saxon.style.StyleNodeFactory
-
Create the node factory for representing an XSLT stylesheet as a tree structure
- StyleNodeFactoryEE - Class in com.saxonica.ee.config
-
Class StyleNodeFactoryEE: Subclass of StyleNodeFactory used for Saxon-EE.
- StyleNodeFactoryEE(Configuration, Compilation) - Constructor for class com.saxonica.ee.config.StyleNodeFactoryEE
-
Create the node factory for representing an XSLT stylesheet as a tree structure
- StyleNodeFactoryPE - Class in com.saxonica.config.pe
-
Class StyleNodeFactoryPE: Subclass of StyleNodeFactory used for Saxon-PE.
- StyleNodeFactoryPE(Configuration, Compilation) - Constructor for class com.saxonica.config.pe.StyleNodeFactoryPE
-
Create the node factory for representing an XSLT stylesheet as a tree structure
- STYLESHEET_BASIC_URI - Static variable in class net.sf.saxon.ma.json.XMLToJsonTransform
-
- STYLESHEET_INDENT_URI - Static variable in class net.sf.saxon.ma.json.XMLToJsonTransform
-
- STYLESHEET_VERSION - Static variable in class net.sf.saxon.lib.SaxonOutputKeys
-
stylesheet-version.
- StylesheetCache - Class in net.sf.saxon.trans
-
A cache of the stylesheets (as XsltExecutables) used in calls to the fn:transform function, in a stylesheet or query.
- StylesheetCache() - Constructor for class net.sf.saxon.trans.StylesheetCache
-
- StylesheetComponent - Interface in net.sf.saxon.style
-
This interface is implemented by all top-level XSL elements that can contain local variable declarations.
- StylesheetFunctionLibrary - Class in net.sf.saxon.style
-
A StylesheetFunctionLibrary contains functions defined by the user in a stylesheet.
- StylesheetFunctionLibrary(StylesheetPackage, boolean) - Constructor for class net.sf.saxon.style.StylesheetFunctionLibrary
-
Create a FunctionLibrary that provides access to stylesheet functions
- StylesheetModule - Class in net.sf.saxon.style
-
A stylesheet module represents a module of a stylesheet.
- StylesheetModule(StyleElement, int) - Constructor for class net.sf.saxon.style.StylesheetModule
-
- StylesheetPackage - Class in net.sf.saxon.style
-
A (compiled) stylesheet package.
- StylesheetPackage(Configuration) - Constructor for class net.sf.saxon.style.StylesheetPackage
-
Create a stylesheet package
- StylesheetPackage.Action - Class in net.sf.saxon.style
-
A class that simply encapsulates a callback action of any kind
- StylesheetPackageEE - Class in com.saxonica.ee.trans
-
Subclass of StylesheetPackage for Saxon-EE
- StylesheetPackageEE(Configuration) - Constructor for class com.saxonica.ee.trans.StylesheetPackageEE
-
- StylesheetSpaceStrippingRule - Class in net.sf.saxon.om
-
A whitespace stripping rule that strips whitespace according to the rules defined for XSLT stylesheets
- StylesheetSpaceStrippingRule(NamePool) - Constructor for class net.sf.saxon.om.StylesheetSpaceStrippingRule
-
- SUBJECT - Static variable in class com.saxonica.ee.optim.SwitchExpression
-
- submit(Callable<V>) - Method in class com.saxonica.ee.trans.CountingCompletionService
-
- submit(Runnable, V) - Method in class com.saxonica.ee.trans.CountingCompletionService
-
- SubscriptExpression - Class in net.sf.saxon.expr
-
A SubscriptExpression represents a FilterExpression of the form EXPR[n]
where n is known to be singleton numeric and to be independent of the focus; it does not need to be constant
- SubscriptExpression(Expression, Expression) - Constructor for class net.sf.saxon.expr.SubscriptExpression
-
Construct a SubscriptExpression
- SubscriptExpressionAdjunct - Class in com.saxonica.ee.stream.adjunct
-
Streaming code for an expression that does not support streaming
- SubscriptExpressionAdjunct() - Constructor for class com.saxonica.ee.stream.adjunct.SubscriptExpressionAdjunct
-
- SubscriptExpressionCompiler - Class in com.saxonica.ee.bytecode
-
Bytecode generator for the saxon:item-at() function
- SubscriptExpressionCompiler() - Constructor for class com.saxonica.ee.bytecode.SubscriptExpressionCompiler
-
- subsequence(int, int) - Method in class com.saxonica.ee.optim.IndexedValue
-
Get a subsequence of the value
- subsequence(int, int) - Method in class com.saxonica.ee.validate.CompactStringValue
-
- subsequence(int, int) - Method in class net.sf.saxon.expr.instruct.UserFunction
-
Get a subsequence of the value
- subSequence(SequenceIterator, NumericValue) - Static method in class net.sf.saxon.functions.Subsequence_2
-
- subSequence(SequenceIterator, NumericValue, NumericValue, XPathContext) - Static method in class net.sf.saxon.functions.Subsequence_3
-
- subsequence(int, int) - Method in class net.sf.saxon.ma.map.RangeKey
-
Get a subsequence of the value
- subsequence(int, int) - Method in class net.sf.saxon.om.AbstractItem
-
Get a subsequence of the value
- subsequence(int, int) - Method in class net.sf.saxon.om.AtomicArray
-
Get a subsequence of this sequence
- subsequence(int, int) - Method in class net.sf.saxon.om.Chain
-
Get a subsequence of the value
- subsequence(int, int) - Method in class net.sf.saxon.om.EmptyAtomicSequence
-
Get a subsequence of the value
- subsequence(int, int) - Method in interface net.sf.saxon.om.GroundedValue
-
Get a subsequence of the value
- subsequence(int, int) - Method in class net.sf.saxon.om.ZeroOrMore
-
Get a subsequence of the value
- subsequence(int, int) - Method in class net.sf.saxon.om.ZeroOrOne
-
Get a subsequence of the value
- subSequence(int, int) - Method in class net.sf.saxon.regex.BMPString
-
Returns a new CharSequence
that is a subsequence of this sequence.
- subSequence(int, int) - Method in class net.sf.saxon.regex.GeneralUnicodeString
-
Returns a new CharSequence
that is a subsequence of this sequence.
- subSequence(int, int) - Method in class net.sf.saxon.regex.LatinString
-
Returns a new CharSequence
that is a subsequence of this sequence.
- subSequence(int, int) - Method in class net.sf.saxon.tree.tiny.CharSlice
-
Returns a new character sequence that is a subsequence of this sequence.
- subSequence(int, int) - Method in class net.sf.saxon.tree.tiny.CompressedWhitespace
-
Returns a new CharSequence
that is a subsequence of this sequence.
- subSequence(int, int) - Method in class net.sf.saxon.tree.tiny.LargeStringBuffer
-
Returns a new character sequence that is a subsequence of this sequence.
- subSequence(int, int) - Method in class net.sf.saxon.tree.util.FastStringBuffer
-
Returns a new CharSequence
that is a subsequence of this sequence.
- subsequence(int, int) - Method in class net.sf.saxon.value.EmptySequence
-
Get a subsequence of the value
- subsequence(int, int) - Method in class net.sf.saxon.value.IntegerRange
-
Get a subsequence of the value
- subsequence(int, int) - Method in class net.sf.saxon.value.SequenceExtent
-
Get a subsequence of the value
- Subsequence_2 - Class in net.sf.saxon.functions
-
Implements the XPath 2.0 subsequence() function with two arguments
- Subsequence_2() - Constructor for class net.sf.saxon.functions.Subsequence_2
-
- Subsequence_3 - Class in net.sf.saxon.functions
-
Implements the XPath 2.0 subsequence() function with three arguments
- Subsequence_3() - Constructor for class net.sf.saxon.functions.Subsequence_3
-
- SubsequenceAdjunct - Class in com.saxonica.ee.stream.adjunct
-
Generate streaming code for a subsequence() function call.
- SubsequenceAdjunct() - Constructor for class com.saxonica.ee.stream.adjunct.SubsequenceAdjunct
-
- SubsequenceIterator - Class in net.sf.saxon.expr
-
A SubsequenceIterator selects a subsequence of a sequence
- substituteFor(StyleElement) - Method in class net.sf.saxon.style.StyleElement
-
Make this node a substitute for a temporary one previously added to the tree.
- SubstitutionGroupAffiliationHandler(ElementDecl) - Constructor for class com.saxonica.ee.schema.SchemaModelLoader.SubstitutionGroupAffiliationHandler
-
Create a substitution group affiliation for a given element declaration
- Substring - Class in net.sf.saxon.functions
-
This class implements the XPath substring() function
- Substring() - Constructor for class net.sf.saxon.functions.Substring
-
- substring(StringValue, NumericValue) - Static method in class net.sf.saxon.functions.Substring
-
Implement the substring function with two arguments.
- substring(StringValue, NumericValue, NumericValue) - Static method in class net.sf.saxon.functions.Substring
-
Implement the substring function with three arguments.
- substring(int, int) - Method in class net.sf.saxon.tree.tiny.CharSlice
-
Returns a new character sequence that is a subsequence of this sequence.
- substring(int, int) - Method in class net.sf.saxon.tree.tiny.LargeStringBuffer
-
Returns a new character sequence that is a subsequence of this sequence.
- substringAfter(String, String) - Method in class net.sf.saxon.expr.sort.CodepointCollator
-
Return the part of a string after a given substring, according to the rules
of the XPath substring-after() function
- substringAfter(String, String) - Method in class net.sf.saxon.expr.sort.HTML5CaseBlindCollator
-
Return the part of a string after a given substring, according to the rules
of the XPath substring-after() function
- substringAfter(String, String) - Method in class net.sf.saxon.expr.sort.RuleBasedSubstringMatcher
-
Return the part of a string after a given substring, according to the rules
of the XPath substring-after() function
- SubstringAfter - Class in net.sf.saxon.functions
-
Implements the fn:substring-after() function with the collation already known
- SubstringAfter() - Constructor for class net.sf.saxon.functions.SubstringAfter
-
- substringAfter(String, String) - Method in interface net.sf.saxon.lib.SubstringMatcher
-
Return the part of a string after a given substring, according to the rules
of the XPath substring-after() function
- SubstringAfterCompiler - Class in com.saxonica.ee.bytecode
-
Generate bytecode for evaluation of a call to the substring-after() function
- SubstringAfterCompiler() - Constructor for class com.saxonica.ee.bytecode.SubstringAfterCompiler
-
- substringBefore(String, String) - Method in class net.sf.saxon.expr.sort.CodepointCollator
-
Return the part of a string before a given substring, according to the rules
of the XPath substring-before() function
- substringBefore(String, String) - Method in class net.sf.saxon.expr.sort.HTML5CaseBlindCollator
-
Return the part of a string before a given substring, according to the rules
of the XPath substring-before() function
- substringBefore(String, String) - Method in class net.sf.saxon.expr.sort.RuleBasedSubstringMatcher
-
Return the part of a string before a given substring, according to the rules
of the XPath substring-before() function
- SubstringBefore - Class in net.sf.saxon.functions
-
Implements the fn:substring-before() function with the collation already known
- SubstringBefore() - Constructor for class net.sf.saxon.functions.SubstringBefore
-
- substringBefore(String, String) - Method in interface net.sf.saxon.lib.SubstringMatcher
-
Return the part of a string before a given substring, according to the rules
of the XPath substring-before() function
- SubstringBeforeCompiler - Class in com.saxonica.ee.bytecode
-
Generate bytecode for evaluation of a call to the substring-before() function
- SubstringBeforeCompiler() - Constructor for class com.saxonica.ee.bytecode.SubstringBeforeCompiler
-
- SubstringCompiler - Class in com.saxonica.ee.bytecode
-
Generate bytecode for evaluation of a call to the substring() function
- SubstringCompiler() - Constructor for class com.saxonica.ee.bytecode.SubstringCompiler
-
- substringData(int, int) - Method in class net.sf.saxon.dom.TextOverNodeInfo
-
Extract a range of data from a Text or Comment node.
- SubstringMatcher - Interface in net.sf.saxon.lib
-
This interface is implemented by a collation that is capable of supporting
the XPath functions that require matching of a substring: namely contains(),
starts-with, ends-with, substring-before, and substring-after.
- SUBSUMED_BY - Static variable in class net.sf.saxon.type.TypeHierarchy
-
Constant denoting relationship between two types: A is subsumed by B
- subsumes(ItemType) - Method in class net.sf.saxon.s9api.ItemType
-
Determine whether this ItemType subsumes another ItemType.
- subsumes(OccurrenceIndicator) - Method in enum net.sf.saxon.s9api.OccurrenceIndicator
-
Ask whether one occurrence indicator subsumes another.
- SUBSUMES - Static variable in class net.sf.saxon.type.TypeHierarchy
-
Constant denoting relationship between two types: A subsumes B
- subsumes(UType) - Method in class net.sf.saxon.type.UType
-
Ask whether one UType subsumes another
- subsumes(int, int) - Static method in class net.sf.saxon.value.Cardinality
-
Test if one cardinality subsumes another.
- subsumesAll(UserComplexType, SchemaCompiler) - Method in class com.saxonica.ee.schema.UserComplexType
-
Test whether the particle of this complex type subsumes a complex type defined using xs:all
- subsumesMachine(FiniteStateMachine, FiniteStateMachine, SchemaCompiler) - Static method in class com.saxonica.ee.schema.fsa.FiniteStateMachine
-
Test whether one finite state machine subsumes another FSM: that is, whether for each path through
the second FSM, there is a corresponding path through the first FSM.
- subtract(CalendarValue, XPathContext) - Method in class net.sf.saxon.value.CalendarValue
-
Determine the difference between two points in time, as a duration
- subtract(CalendarValue, XPathContext) - Method in class net.sf.saxon.value.DateTimeValue
-
Determine the difference between two points in time, as a duration
- subtract(CalendarValue, XPathContext) - Method in class net.sf.saxon.value.DateValue
-
Determine the difference between two points in time, as a duration
- subtract(DurationValue) - Method in class net.sf.saxon.value.DayTimeDurationValue
-
Subtract two dayTime-durations
- subtract(DurationValue) - Method in class net.sf.saxon.value.DurationValue
-
Subtract two durations
- subtract(Duration) - Method in class net.sf.saxon.value.SaxonDuration
-
Computes a new duration whose value is this-rhs
.
- subtract(CalendarValue, XPathContext) - Method in class net.sf.saxon.value.TimeValue
-
Determine the difference between two points in time, as a duration
- subtract(DurationValue) - Method in class net.sf.saxon.value.YearMonthDurationValue
-
Subtract two year-month-durations
- SUBTREE_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 a descendant or self, or attribute or namespace, of the context node
- SubtreeFilter(NodeInfo) - Constructor for class net.sf.saxon.functions.KeyFn.SubtreeFilter
-
- SUFFIX - Static variable in class net.sf.saxon.expr.parser.Token
-
"*:" token
- suffix - Variable in class net.sf.saxon.style.PackageVersion
-
- SuffixState - Class in com.saxonica.ee.schema.fsa
-
The state of a finite state machine that is processing "suffix" open content.
- suggestPrefixForURI(String) - Method in class net.sf.saxon.om.NamePool
-
Suggest a prefix for a given URI.
- Sum - Class in net.sf.saxon.functions
-
Implementation of the fn:sum function
- Sum() - Constructor for class net.sf.saxon.functions.Sum
-
- sum(SequenceIterator) - Static method in class net.sf.saxon.option.exslt.Date
-
The date:sum function adds a set of durations together.
- sum(int, int) - Static method in class net.sf.saxon.value.Cardinality
-
Add two cardinalities
- SumAdjunct - Class in com.saxonica.ee.stream.adjunct
-
Streaming code for the sum() function.
- SumAdjunct() - Constructor for class com.saxonica.ee.stream.adjunct.SumAdjunct
-
- SumCompiler - Class in com.saxonica.ee.bytecode
-
Generate bytecode for the sum function
- SumCompiler() - Constructor for class com.saxonica.ee.bytecode.SumCompiler
-
- SuperId - 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.
- SuperId() - Constructor for class net.sf.saxon.functions.SuperId
-
- SuperId.ElementWithId - Class in net.sf.saxon.functions
-
- SuperId.Id - Class in net.sf.saxon.functions
-
- SUPPLIED - Static variable in class net.sf.saxon.expr.instruct.ParameterSet
-
- SUPPLIED_AND_CHECKED - Static variable in class net.sf.saxon.expr.instruct.ParameterSet
-
- SuppliedParameterReference - Class in net.sf.saxon.expr
-
Supplied parameter reference: this is an internal expression used to refer to
the value of the n'th parameter supplied on a template call or a call to an inline function.
- SuppliedParameterReference(int) - Constructor for class net.sf.saxon.expr.SuppliedParameterReference
-
Constructor
- SuppliedParameterReferenceCompiler - Class in com.saxonica.ee.bytecode
-
Compiler for LocalParam instructions in XSLT (representing an xsl:param in a template)
- SuppliedParameterReferenceCompiler() - Constructor for class com.saxonica.ee.bytecode.SuppliedParameterReferenceCompiler
-
- SUPPLY_SOURCE_LOCATOR - Static variable in class net.sf.saxon.lib.SaxonOutputKeys
-
supply-source-locator = yes|no.
- supplyLicenseKey(BufferedReader) - Method in class com.saxonica.config.ProfessionalConfiguration
-
This method allows the contents of a license key to be supplied programmatically.
- supplyLicenseKey(BufferedReader) - Method in class com.saxonica.config.Verifier
-
This method allows the contents of a license key to be supplied programmatically.
- supplyStaticContext(StaticContext, int, Expression[]) - Method in class com.saxonica.functions.extfn.Evaluate.EvaluateCall
-
Supply static context information.
- supplyStaticContext(StaticContext, int, Expression[]) - Method in class com.saxonica.functions.extfn.EXPathFileBaseDir.BaseDirCall
-
- supplyStaticContext(StaticContext, int, Expression[]) - Method in class com.saxonica.functions.extfn.GeneralFilterFunction.GeneralFilterFunctionCall
-
Supply static context information.
- supplyStaticContext(StaticContext, int, Expression[]) - Method in class com.saxonica.functions.extfn.Parse.ParseCall
-
Supply static context information.
- supplyStaticContext(StaticContext, int, Expression[]) - Method in class net.sf.saxon.lib.ExtensionFunctionCall
-
Supply static context information.
- supplyTypeInformation(ExpressionVisitor, ContextItemStaticInfo, Expression[]) - Method in class net.sf.saxon.functions.BooleanFn
-
- supplyTypeInformation(ExpressionVisitor, ContextItemStaticInfo, Expression[]) - Method in class net.sf.saxon.functions.IndexOf
-
- supplyTypeInformation(ExpressionVisitor, ContextItemStaticInfo, Expression[]) - Method in class net.sf.saxon.functions.Minimax
-
Static analysis: preallocate a comparer if possible
- supplyTypeInformation(ExpressionVisitor, ContextItemStaticInfo, Expression[]) - Method in class net.sf.saxon.functions.NotFn
-
- supplyTypeInformation(ExpressionVisitor, ContextItemStaticInfo, Expression[]) - Method in class net.sf.saxon.functions.PositionAndLast
-
- supplyTypeInformation(ExpressionVisitor, ContextItemStaticInfo, Expression[]) - Method in class net.sf.saxon.functions.SystemFunction
-
Method called during static type checking.
- SUPPRESS_EVALUATION_EXPIRY_WARNING - Static variable in class net.sf.saxon.lib.FeatureKeys
-
This is set to true to suppress the warning otherwise issued by command-line
interfaces indicating that an evaluation license is in use and is due to expire in a
set number of days.
- SUPPRESS_INDENTATION - Static variable in class net.sf.saxon.lib.SaxonOutputKeys
-
suppress-indentation = list of element names
- SUPPRESS_XSLT_NAMESPACE_CHECK - Static variable in class net.sf.saxon.lib.FeatureKeys
-
This is set to true to suppress the warning when there is no commonality between the
namespaces used in stylesheet match patterns and the namespaces used in the source
document.
- suppressValidation(int) - Method in class net.sf.saxon.expr.Assignation
-
Suppress validation on contained element constructors, on the grounds that the parent element
is already performing validation.
- suppressValidation(int) - Method in class net.sf.saxon.expr.Expression
-
Suppress validation on contained element constructors, on the grounds that the parent element
is already performing validation.
- suppressValidation(int) - Method in class net.sf.saxon.expr.instruct.ElementCreator
-
Suppress validation on contained element constructors, on the grounds that the parent element
is already performing validation.
- SURROGATE1_MAX - Static variable in class net.sf.saxon.serialize.charcode.UTF16CharacterSet
-
- SURROGATE1_MIN - Static variable in class net.sf.saxon.serialize.charcode.UTF16CharacterSet
-
- SURROGATE2_MAX - Static variable in class net.sf.saxon.serialize.charcode.UTF16CharacterSet
-
- SURROGATE2_MIN - Static variable in class net.sf.saxon.serialize.charcode.UTF16CharacterSet
-
- SVG - Static variable in class net.sf.saxon.lib.NamespaceConstant
-
The SVG namespace
- swap(int, int) - Method in class net.sf.saxon.expr.flwor.OrderByClausePull
-
Swap two objects within this Sortable, identified by their position.
- swap(int, int) - Method in class net.sf.saxon.expr.flwor.OrderByClausePush
-
Swap two objects within this Sortable, identified by their position.
- swap(int, int) - Method in class net.sf.saxon.expr.sort.DocumentOrderIterator
-
Swap two nodes (needed to implement the Sortable interface)
- swap(int, int) - Method in interface net.sf.saxon.expr.sort.Sortable
-
Swap two objects within this Sortable, identified by their position.
- swap(int, int) - Method in class net.sf.saxon.expr.sort.SortedIterator
-
Swap two items (needed to implement the Sortable interface)
- swap(int, int) - Method in class net.sf.saxon.serialize.AttributeSorter
-
Swap two objects within this Sortable, identified by their position.
- swap(int, int) - Method in class net.sf.saxon.tree.util.AttributeCollectionImpl
-
Swap two attributes (used for sorting)
- Sweep - Enum in com.saxonica.ee.stream
-
The posture of an expression defines the relationship of the result to a streamed input document,
as defined in the XSLT 3.0 specification.
- SWITCH - Static variable in class net.sf.saxon.expr.parser.Token
-
Keyword "switch" (XQuery 1.1)
- SWITCH_EXPRESSION - Static variable in class net.sf.saxon.trace.LocationKind
-
An XPath or XQuery "switch" expression.
- SwitchCaseInfo() - Constructor for class com.saxonica.ee.optim.SwitchExpression.SwitchCaseInfo
-
- SwitchExpression - Class in com.saxonica.ee.optim
-
An optimized Choose expression in which all the branches are tests of the same expression for equality
with some value.
- SwitchExpression(SwitchExpression.SwitchCaseInfo) - Constructor for class com.saxonica.ee.optim.SwitchExpression
-
Create a switch expression
- SwitchExpression(Expression, Map<AtomicMatchKey, Operand>, Expression, StringCollator) - Constructor for class com.saxonica.ee.optim.SwitchExpression
-
- SwitchExpression.SwitchCaseInfo - Class in com.saxonica.ee.optim
-
Data structure used for holding details of a switch expression
- SwitchExpressionCompiler - Class in com.saxonica.ee.bytecode
-
compiler for switch expression in XQuery 3.0, whether explicitly written as such, or the result of
optimizing an xsl:choose or a sequence of if/then/elseif/then expressions
- SwitchExpressionCompiler() - Constructor for class com.saxonica.ee.bytecode.SwitchExpressionCompiler
-
- SXCH0002 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXCH0002: cannot supply output to ContentHandler because it is not well-formed
- SXCH0003 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXCH0003: error reported by the ContentHandler (SAXResult) to which the result tree was sent
- SXCH0004 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXCH0004: cannot load user-supplied ContentHandler
- SXJE0001 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXJE0001: Must supply an argument for a non-static extension function
- SXJE0005 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXJE0005: cannot convert xs:string to Java char unless the length is exactly one
- SXJE0051 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXJE0051: supplied Java List/Array contains a member that cannot be converted to an Item
- SXJE0052 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXJE0052: exception thrown by extension function
- SXJE0053 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXJE0053: I/O error in saxon-read-binary-resource
- SXLM0001 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXLM0001: stylesheet or query appears to be looping/recursing indefinitely
- SXPK0001 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXPK0001: No binding available for call-template instruction
- SXPK0002 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXPK0002: invalid content found in compiled package
- SXPK0003 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXPK0003: stylesheet package has unsatisfied schema dependency
- SXRE0001 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXRE0001: stack overflow within regular expression evaluation
- SXSE0001 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXSE0001: cannot use character maps in an environment with no Controller
- SXSE0002 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXSE0002: cannot use output property saxon:supply-source-locator unless tracing was enabled at compile time
- SXSQ0001 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXSQ0001: value of argument to SQL instruction is not a JDBC Connection object
- SXSQ0002 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXSQ0002: failed to close JDBC Connection
- SXSQ0003 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXSQ0003: failed to open JDBC Connection
- SXSQ0004 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXSQ0004: SQL Insert/Update/Delete action failed
- SXST0060 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXST0060: Template in a streaming mode is not streamable
- SXST0061 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXST0061: Requested initial mode is streamable; must supply SAXSource or StreamSource
- SXST0065 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXST0065: Cannot use tracing with streaming templates
- SXST0066 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXST0066: Cannot disable optimization when xsl:stream is used
- SXST0067 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXST0067: Internal problem executing expression in streaming mode
- SXUP0081 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXUP0081: attempt to update a non-updateable node
- SXWN9000 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXWN9000: miscellaneous warning message
- SXWN9001 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXWN9001: a variable declaration with no following siblings has no effect
- SXWN9002 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXWN9002: saxon:indent-spaces must be a positive integer
- SXWN9003 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXWN9003: saxon:require-well-formed must be "yes" or "no"
- SXWN9004 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXWN9004: saxon:next-in-chain cannot be specified dynamically
- SXWN9005 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXWN9005: The 'default' attribute of saxon:collation no longer has any effect
- SXWN9006 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXWN9006: No schema-location was specified, and no schema with the requested target namespace
is known, so the schema import was ignored
- SXWN9007 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXWN9007: Cannot use reserved namespace in extension-element-prefixes
- SXWN9008 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXWN9008: Saxon extension element not recognized because namespace not declared
in extension-element-prefixes
- SXWN9009 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXWN9009: an empty xsl:for-each or xsl:for-each-group has no effect
- SXWN9010 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXWN9010: saxon:recognize-binary must be "yes" or "no"
- SXWN9011 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXWN9011: saxon:memo-function ignored under Saxon-HE
- SXWN9012 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXWN9012: saxon:threads ignored when compiling with trace enabled
- SXWN9013 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXWN9013: saxon:threads ignored when not running under Saxon-EE
- SXWN9014 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXWN9014: xsl:function/@override is deprecated in 3.0
- SXWN9015 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXWN9015: Pattern will never match anything
- SXXP0003 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXXP0003: error reported by XML parser while parsing source document.
- SXXP0004 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXXP0004: externally supplied node belongs to the wrong Configuration.
- SXXP0005 - Static variable in class net.sf.saxon.trans.SaxonErrorCode
-
SXXP0005: namespace of source document doesn't match namespace of the template rules in the stylesheet.
- SymbolicName - Class in net.sf.saxon.trans
-
The symbolic name of a component consists of the component kind (e.g.
- SymbolicName(int, StructuredQName) - Constructor for class net.sf.saxon.trans.SymbolicName
-
Create a symbolic name for a component other than a function.
- SymbolicName(int, StructuredQName, int) - Constructor for class net.sf.saxon.trans.SymbolicName
-
Create a symbolic name, typically for a function.
- symbolSpace - Variable in class com.saxonica.ee.schema.SimpleComponentReference
-
The symbol space representing the kind of schema component that is referenced
- SymbolSpace - Class in com.saxonica.ee.schema
-
This class holds constants used to identify the various symbol spaces defined
in XML Schema: element declarations, attribute declarations, types, groups, and so on.
- SYNTAX_ERR - Static variable in exception net.sf.saxon.dom.DOMExceptionImpl
-
- SystemFunction - Class in net.sf.saxon.functions
-
Abstract superclass for calls to functions in the standard function library
- SystemFunction() - Constructor for class net.sf.saxon.functions.SystemFunction
-
- SystemFunctionCall - Class in net.sf.saxon.expr
-
A call to a system-defined function (specifically, a function implemented as an instance
of
SystemFunction
)
- SystemFunctionCall(SystemFunction, Expression[]) - Constructor for class net.sf.saxon.expr.SystemFunctionCall
-
- SystemFunctionCallADJ - Class in com.saxonica.ee.expr
-
- SystemFunctionCallADJ(Expression) - Constructor for class com.saxonica.ee.expr.SystemFunctionCallADJ
-
- SystemFunctionLibrary - Class in net.sf.saxon.functions
-
The SystemFunctionLibrary represents the collection of functions in the fn: namespace.
- SystemFunctionLibrary(int) - Constructor for class net.sf.saxon.functions.SystemFunctionLibrary
-
Create a SystemFunctionLibrary
- SystemFunctionLibraryPE - Class in com.saxonica.functions.hof
-
- SystemFunctionLibraryPE(int) - Constructor for class com.saxonica.functions.hof.SystemFunctionLibraryPE
-
- systemId(XPathContext) - Static method in class com.saxonica.functions.extfn.Extensions
-
Return the system identifier of the context node
- systemId - Variable in class net.sf.saxon.dom.DOMSender
-
- systemId - Variable in class net.sf.saxon.event.Builder
-
- systemId - Variable in class net.sf.saxon.event.SequenceReceiver
-
- systemId - Variable in class net.sf.saxon.stax.ReceiverToXMLStreamWriter
-
- systemId - Variable in class net.sf.saxon.tree.wrapper.VirtualCopy
-
- SystemIdMap - Class in net.sf.saxon.tree.linked
-
System IDs are not held in nodes in the tree, because they are usually the same
for a whole document.
- SystemIdMap() - Constructor for class net.sf.saxon.tree.linked.SystemIdMap
-
- SystemProperty - Class in net.sf.saxon.functions
-
Implementation of the XSLT system-property() function
- SystemProperty() - Constructor for class net.sf.saxon.functions.SystemProperty
-