- C - ? ??????net.sf.saxon.codenorm.Normalizer
-
Normalization Form Selector
- Calculator - net.sf.saxon.expr???
-
This class evaluates arithmetic expressions; it acts as a helper class to the ArithmeticExpression
class.
- Calculator() - ? ????net.sf.saxon.expr.Calculator
-
- CalendarValue - net.sf.saxon.value???
-
Abstract superclass for Date, Time, and DateTime.
- CalendarValue() - ? ????net.sf.saxon.value.CalendarValue
-
- CalendarValueComparer - net.sf.saxon.sort???
-
A comparer specifically for comparing two date, time, or dateTime values
- CalendarValueComparer(XPathContext) - ? ????net.sf.saxon.sort.CalendarValueComparer
-
- CalendarValueToCalendar() - ? ????net.sf.saxon.expr.PJConverter.CalendarValueToCalendar
-
- CalendarValueToDate() - ? ????net.sf.saxon.expr.PJConverter.CalendarValueToDate
-
- call(ValueRepresentation[], XPathContext) - ? ????net.sf.saxon.functions.ExtensionFunctionCall
-
Call an extension function previously identified using the bind() method.
- call(ValueRepresentation[], XPathContextMajor) - ? ????net.sf.saxon.instruct.UserFunction
-
Call this function to return a value.
- call(ValueRepresentation[], Controller) - ? ????net.sf.saxon.instruct.UserFunction
-
Call this function.
- call(ValueRepresentation[], XPathContext) - ? ????net.sf.saxon.xpath.XPathFunctionCall
-
Call an extension function previously identified using the bind() method.
- CALL_EVALUATE_ITEM - ? ??????net.sf.saxon.expr.ExpressionTool
-
- CallingApplication() - ? ????net.sf.saxon.trace.ContextStackFrame.CallingApplication
-
- callsFunction(Expression, StructuredQName) - ? ??????net.sf.saxon.expr.ExpressionTool
-
Determine whether an expression contains a call on the function with a given fingerprint
- CallTemplate - net.sf.saxon.instruct???
-
Instruction representing an xsl:call-template element in the stylesheet.
- CallTemplate(Template, boolean, Expression, NamespaceResolver) - ? ????net.sf.saxon.instruct.CallTemplate
-
Construct a CallTemplate instruction.
- CallTemplate() - ? ????net.sf.saxon.trace.ContextStackFrame.CallTemplate
-
- CallTemplate.CallTemplatePackage - net.sf.saxon.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.
- CallTemplatePackage(Template, ParameterSet, ParameterSet, Instruction, XPathContext) - ? ????net.sf.saxon.instruct.CallTemplate.CallTemplatePackage
-
Construct a CallTemplatePackage that contains information about a call.
- callUpdating(ValueRepresentation[], XPathContextMajor, PendingUpdateList) - ? ????net.sf.saxon.instruct.UserFunction
-
Call an updating function.
- CANNOT_STRIP - ? ??????net.sf.saxon.event.Stripper
-
- canonicalClassKeys - ? ??????net.sf.saxon.codenorm.UnicodeData
-
- canonicalClassValues - ? ??????net.sf.saxon.codenorm.UnicodeData
-
- canReturnCollationKeys(StringCollator) - ? ????net.sf.saxon.java.JavaPlatform
-
Given a collation, determine whether it is capable of returning collation keys.
- canReturnCollationKeys(StringCollator) - ?? ????net.sf.saxon.Platform
-
Given a collation, determine whether it is capable of returning collation keys.
- captures - ? ????net.sf.saxon.regex.RegexTranslator
-
- cardinality - ? ????net.sf.saxon.functions.StandardFunction.Entry
-
The cardinality of the result of the function
- Cardinality - net.sf.saxon.value???
-
This class contains static methods to manipulate the cardinality
property of a type.
- CARDINALITY_MASK - ? ??????net.sf.saxon.expr.StaticProperty
-
Mask for all cardinality bits
- CardinalityChecker - 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
- CardinalityCheckingIterator - net.sf.saxon.expr???
-
CardinalityCheckingIterator returns the items in an underlying sequence
unchanged, but checks that the number of items conforms to the required
cardinality.
- CardinalityCheckingIterator(SequenceIterator, int, RoleLocator, SourceLocator) - ? ????net.sf.saxon.expr.CardinalityCheckingIterator
-
Construct an CardinalityCheckingIterator that will return the same items as the base sequence,
checking how many there are
- CASE - ? ??????net.sf.saxon.expr.Token
-
Keyword "case"
- CASE_EXPRESSION - ? ??????net.sf.saxon.trace.Location
-
CASE clause within "typeswitch".
- CASE_ORDER - ? ??????net.sf.saxon.om.StandardNames
-
- caseBlind - ? ????net.sf.saxon.regex.RegexTranslator
-
- caseOrder - ? ????net.sf.saxon.sort.SortKeyDefinition
-
- CaseVariants - net.sf.saxon.regex???
-
This class holds data about the case-variants of Unicode characters.
- CaseVariants() - ? ????net.sf.saxon.regex.CaseVariants
-
- cast(String, Class) - ?? ????net.sf.saxon.expr.CodeGeneratorService
-
Generate a Java cast unless it is known to be unnecessary.
- CAST_AS - ? ??????net.sf.saxon.expr.Token
-
operator "cast as"
- CASTABLE_AS - ? ??????net.sf.saxon.expr.Token
-
operator "castable as"
- castableAsDecimal(CharSequence) - ? ??????net.sf.saxon.value.DecimalValue
-
Test whether a string is castable to a decimal value
- CastableExpression - net.sf.saxon.expr???
-
Castable Expression: implements "Expr castable as atomic-type?".
- CastableExpression(Expression, AtomicType, boolean) - ? ????net.sf.saxon.expr.CastableExpression
-
Create a "castable" expression of the form "source castable as target"
- CastExpression - net.sf.saxon.expr???
-
Cast Expression: implements "cast as data-type ( expression )".
- CastExpression(Expression, AtomicType, boolean) - ? ????net.sf.saxon.expr.CastExpression
-
Create a cast expression
- castStringToQName(CharSequence, AtomicType, StaticContext) - ? ??????net.sf.saxon.expr.CastExpression
-
Evaluate the "pseudo-cast" of a string literal to a QName or NOTATION value.
- categories - ? ??????net.sf.saxon.regex.RegexData
-
- CATEGORY_NAMES - ? ??????net.sf.saxon.regex.RegexData
-
- CATEGORY_Pf - ? ??????net.sf.saxon.regex.RegexData
-
- CATEGORY_Pi - ? ??????net.sf.saxon.regex.RegexData
-
- CATEGORY_RANGES - ? ??????net.sf.saxon.regex.RegexData
-
- categoryCharClasses - ? ??????net.sf.saxon.java.JDK15RegexTranslator
-
Translates XML Schema and XPath regexes into java.util.regex
regexes.
- categoryCharClasses - ? ??????net.sf.saxon.regex.SurrogateRegexTranslator
-
- CDATA_SECTION_ELEMENTS - ? ??????net.sf.saxon.om.StandardNames
-
- CDATAFilter - net.sf.saxon.event???
-
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() - ? ????net.sf.saxon.event.CDATAFilter
-
Create a CDATA Filter
- CEILING - ? ??????net.sf.saxon.functions.Rounding
-
- ceiling() - ? ????net.sf.saxon.value.BigIntegerValue
-
Implement the XPath ceiling() function
- ceiling() - ? ????net.sf.saxon.value.DecimalValue
-
Implement the XPath ceiling() function
- ceiling() - ? ????net.sf.saxon.value.DoubleValue
-
Implement the XPath ceiling() function
- ceiling() - ? ????net.sf.saxon.value.FloatValue
-
Implement the XPath ceiling() function
- ceiling() - ? ????net.sf.saxon.value.Int64Value
-
Implement the XPath ceiling() function
- ceiling() - ? ????net.sf.saxon.value.NumericValue
-
Implement the XPath ceiling() function
- changeOutputDestination(Properties, Result, boolean, int, int, SchemaType) - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Set a new output destination, supplying the output format details.
- changeOutputDestination(Properties, Result, boolean, int, int, SchemaType) - ?? ????net.sf.saxon.expr.XPathContext
-
Set a new output destination, supplying the output format details.
- changeOutputDestination(Properties, Result, boolean, int, int, SchemaType) - ? ????net.sf.saxon.expr.XPathContextMinor
-
Set a new output destination, supplying the output format details.
- CHARACTER - ? ??????net.sf.saxon.om.StandardNames
-
- CHARACTER_REPRESENTATION - ? ??????net.sf.saxon.event.SaxonOutputKeys
-
representation = rep1[;rep2].
- CharacterIterator() - ? ????net.sf.saxon.value.StringValue.CharacterIterator
-
Create an iterator over a string
- CharacterMapExpander - net.sf.saxon.event???
-
CharacterMapExpander: This ProxyReceiver expands characters occurring in a character map,
as specified by the XSLT 2.0 xsl:character-map declaration
- CharacterMapExpander() - ? ????net.sf.saxon.event.CharacterMapExpander
-
- characters(CharSequence, int, int) - ? ????net.sf.saxon.dom.DOMWriter
-
Character data.
- characters(CharSequence, int, int) - ? ????net.sf.saxon.event.CDATAFilter
-
Output character data
- characters(CharSequence, int, int) - ? ????net.sf.saxon.event.CharacterMapExpander
-
Output character data
- characters(CharSequence, int, int) - ? ????net.sf.saxon.event.CommentStripper
-
Handle a text node.
- characters(CharSequence, int, int) - ? ????net.sf.saxon.event.ComplexContentOutputter
-
Produce text content output.
- characters(CharSequence, int, int) - ? ????net.sf.saxon.event.ContentHandlerProxy
-
Character data
- characters(CharSequence, int, int) - ? ????net.sf.saxon.event.HTMLEmitter
-
Character data.
- characters(CharSequence, int, int) - ? ????net.sf.saxon.event.HTMLIndenter
-
Output character data
- characters(CharSequence, int, int) - ? ????net.sf.saxon.event.IDFilter
-
Character data
- characters(CharSequence, int, int) - ? ????net.sf.saxon.event.ImplicitResultChecker
-
- characters(CharSequence, int, int) - ? ????net.sf.saxon.event.ProxyReceiver
-
Character data
- characters(CharSequence, int, int) - ?? ????net.sf.saxon.event.Receiver
-
Notify character data.
- characters(char[], int, int) - ? ????net.sf.saxon.event.ReceivingContentHandler
-
Report character data.
- characters(CharSequence, int, int) - ? ????net.sf.saxon.event.SequenceWriter
-
Produce text content output.
- characters(CharSequence, int, int) - ? ????net.sf.saxon.event.Sink
-
Character data
- characters(CharSequence, int, int) - ? ????net.sf.saxon.event.Stripper
-
Handle a text node
- characters(CharSequence, int, int) - ? ????net.sf.saxon.event.TeeOutputter
-
Notify character data.
- characters(CharSequence, int, int) - ? ????net.sf.saxon.event.TEXTEmitter
-
Produce output using the current Writer.
- characters(CharSequence, int, int) - ? ????net.sf.saxon.event.TracingFilter
-
Character data
- characters(CharSequence, int, int) - ? ????net.sf.saxon.event.TreeReceiver
-
Character data
- characters(CharSequence, int, int) - ? ????net.sf.saxon.event.TypeCheckingFilter
-
Character data
- characters(CharSequence, int, int) - ? ????net.sf.saxon.event.UncommittedSerializer
-
Produce character output using the current Writer.
- characters(CharSequence, int, int) - ? ????net.sf.saxon.event.UnicodeNormalizer
-
Output character data
- characters(CharSequence, int, int) - ? ????net.sf.saxon.event.XML10ContentChecker
-
Character data
- characters(CharSequence, int, int) - ? ????net.sf.saxon.event.XMLEmitter
-
Character data.
- characters(CharSequence, int, int) - ? ????net.sf.saxon.event.XMLIndenter
-
Output character data
- characters(CharSequence, int, int) - ? ????net.sf.saxon.query.SequenceWrapper
-
Character data
- characters(CharSequence, int, int) - ? ????net.sf.saxon.style.UseWhenFilter
-
Character data
- characters(CharSequence, int, int) - ? ????net.sf.saxon.tinytree.TinyBuilder
-
Callback interface for SAX: not for application use
- characters(CharSequence, int, int) - ? ????net.sf.saxon.tree.TreeBuilder
-
Notify a text node.
- characters(CharSequence, int, int) - ? ????net.sf.saxon.xom.XOMWriter
-
Character data.
- CharacterSet - net.sf.saxon.charcode????
-
This interface defines properties of a character set, built in to the Saxon product.
- characterSet - ? ????net.sf.saxon.event.Emitter
-
- CharacterSetFactory - net.sf.saxon.charcode???
-
This class creates a CharacterSet object for a given named encoding.
- charAt(int) - ? ????net.sf.saxon.om.FastStringBuffer
-
Returns the char
value at the specified index.
- charAt(int) - ? ????net.sf.saxon.tinytree.CharSlice
-
Returns the character at the specified index.
- charAt(int) - ? ????net.sf.saxon.tinytree.CompressedWhitespace
-
Returns the char
value at the specified index.
- charAt(int) - ? ????net.sf.saxon.tinytree.LargeStringBuffer
-
Returns the character at the specified index.
- charBuffer - ? ????net.sf.saxon.tinytree.TinyTree
-
- CharClass(int, int) - ? ????net.sf.saxon.regex.SurrogateRegexTranslator.CharClass
-
Create a character class
- CharRange(int, int) - ? ????net.sf.saxon.regex.SurrogateRegexTranslator.CharRange
-
Create a character class for a range of characters
- CharSlice - net.sf.saxon.tinytree???
-
This is an implementation of the JDK 1.4 CharSequence interface: it implements
a CharSequence as a view of an array.
- CharSlice(char[]) - ? ????net.sf.saxon.tinytree.CharSlice
-
Create a CharSlice that maps to the whole of a char[] array
- CharSlice(char[], int, int) - ? ????net.sf.saxon.tinytree.CharSlice
-
Create a CharSlice that maps to a section of a char[] array
- checkAgainstRequiredType(SequenceType) - ? ????net.sf.saxon.style.XSLGeneralVariable
-
Check the supplied select expression against the required type.
- checkAllRequiredParamsArePresent(GlobalParameterSet) - ? ????net.sf.saxon.instruct.Executable
-
Check that all required parameters have been supplied
- checkAndMake(SequenceExtent) - ? ??????net.sf.saxon.dom.DOMNodeList
-
Construct an node list that wraps a supplied SequenceExtent, checking that all the
items in the sequence are wrappers around DOM Nodes
- checkAndPut(String, String, Properties, HashMap) - ? ????net.sf.saxon.style.XSLOutput
-
Add an output property to the list of properties after checking that it is consistent
with other properties
- checkArgumentCount(int, int, ExpressionVisitor) - ? ????net.sf.saxon.expr.FunctionCall
-
Check number of arguments.
- checkArguments(ExpressionVisitor) - ? ????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) - ? ????net.sf.saxon.expr.UserFunctionCall
-
Method called during the type checking phase
- checkArguments(ExpressionVisitor) - ? ????net.sf.saxon.functions.Aggregate
-
Static analysis: prevent sorting of the argument
- checkArguments(ExpressionVisitor) - ? ????net.sf.saxon.functions.Available
-
- checkArguments(ExpressionVisitor) - ? ????net.sf.saxon.functions.BooleanFn
-
Static analysis: prevent sorting of the argument
- checkArguments(ExpressionVisitor) - ? ????net.sf.saxon.functions.CollatingFunction
-
- checkArguments(ExpressionVisitor) - ? ????net.sf.saxon.functions.Collection
-
- checkArguments(ExpressionVisitor) - ? ????net.sf.saxon.functions.DistinctValues
-
- checkArguments(ExpressionVisitor) - ? ????net.sf.saxon.functions.Doc
-
- checkArguments(ExpressionVisitor) - ? ????net.sf.saxon.functions.DocAvailable
-
- checkArguments(ExpressionVisitor) - ? ????net.sf.saxon.functions.Document
-
- checkArguments(ExpressionVisitor) - ? ????net.sf.saxon.functions.Evaluate
-
Method supplied by each class of function to check arguments during parsing, when all
the argument expressions have been read
- checkArguments(ExpressionVisitor) - ? ????net.sf.saxon.functions.Existence
-
Static analysis: prevent sorting of the argument
- checkArguments(ExpressionVisitor) - ? ????net.sf.saxon.functions.ExtensionFunctionCall
-
Method called by the expression parser when all arguments have been supplied
- checkArguments(ExpressionVisitor) - ? ????net.sf.saxon.functions.FormatDate
-
- checkArguments(ExpressionVisitor) - ? ????net.sf.saxon.functions.FormatNumber
-
- checkArguments(ExpressionVisitor) - ? ????net.sf.saxon.functions.Id
-
Static analysis: prevent sorting of the argument
- checkArguments(ExpressionVisitor) - ? ????net.sf.saxon.functions.Idref
-
- checkArguments(ExpressionVisitor) - ? ????net.sf.saxon.functions.KeyFn
-
- checkArguments(ExpressionVisitor) - ? ????net.sf.saxon.functions.Minimax
-
Static analysis: prevent sorting of the argument
- checkArguments(ExpressionVisitor) - ? ????net.sf.saxon.functions.Parse
-
Method supplied by each class of function to check arguments during parsing, when all
the argument expressions have been read
- checkArguments(ExpressionVisitor) - ? ????net.sf.saxon.functions.Put
-
- checkArguments(ExpressionVisitor) - ? ????net.sf.saxon.functions.ResolveURI
-
- checkArguments(ExpressionVisitor) - ? ????net.sf.saxon.functions.Serialize
-
Method supplied by each class of function to check arguments during parsing, when all
the argument expressions have been read
- checkArguments(ExpressionVisitor) - ? ????net.sf.saxon.functions.SystemFunction
-
Method called during static type checking
- checkArguments(ExpressionVisitor) - ? ????net.sf.saxon.functions.SystemProperty
-
- checkArguments(ExpressionVisitor) - ? ????net.sf.saxon.functions.UnparsedText
-
- checkArguments(ExpressionVisitor) - ? ????net.sf.saxon.xpath.XPathFunctionCall
-
Method called by the expression parser when all arguments have been supplied
- checkBigRange(BigInteger, BuiltInAtomicType) - ? ??????net.sf.saxon.value.IntegerValue
-
Check that a BigInteger is within the required range for a given integer subtype.
- checkCircularity(XSLAttributeSet) - ? ????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
- checkContent(String, XPathContext) - ? ????net.sf.saxon.instruct.Comment
-
Check the content of the node, and adjust it if necessary
- checkContent(String, XPathContext) - ? ????net.sf.saxon.instruct.ProcessingInstruction
-
Check the content of the node, and adjust it if necessary
- checkContent(String, XPathContext) - ? ????net.sf.saxon.instruct.SimpleNodeConstructor
-
Check the content of the node, and adjust it if necessary.
- checkContentSequence(StaticContext) - ? ????net.sf.saxon.instruct.DocumentInstr
-
Check statically that the sequence of child instructions doesn't violate any obvious constraints
on the content of the node
- checkContentSequence(StaticContext, Expression, int, SchemaType) - ? ??????net.sf.saxon.instruct.DocumentInstr
-
- checkContentSequence(StaticContext) - ? ????net.sf.saxon.instruct.ElementCreator
-
Check statically whether the content of the element creates attributes or namespaces
after creating any child nodes
- checkContentSequence(StaticContext) - ? ????net.sf.saxon.instruct.ParentNodeConstructor
-
Check that the child instructions don't violate any obvious constraints for this kind of node
- checkEmpty() - ? ????net.sf.saxon.style.StyleElement
-
Convenience method to check that the stylesheet element is empty
- checkExternalVariables(SlotManager, int) - ? ????net.sf.saxon.sxpath.XPathDynamicContext
-
Check that all external variables have been given a value
- checkForCircularities(List, XQueryFunctionLibrary) - ? ????net.sf.saxon.query.QueryModule
-
Check for circular definitions of global variables.
- checkForUpdatingSubexpressions() - ? ????net.sf.saxon.expr.Assignation
-
Check to ensure that this expression does not contain any inappropriate updating subexpressions.
- checkForUpdatingSubexpressions() - ? ????net.sf.saxon.expr.Expression
-
Check to ensure that this expression does not contain any inappropriate updating subexpressions.
- checkForUpdatingSubexpressions() - ? ????net.sf.saxon.expr.QuantifiedExpression
-
Check to ensure that this expression does not contain any updating subexpressions.
- checkForUpdatingSubexpressions() - ? ????net.sf.saxon.instruct.Block
-
Check to ensure that this expression does not contain any updating subexpressions.
- checkForUpdatingSubexpressions() - ? ????net.sf.saxon.instruct.Choose
-
Check to ensure that this expression does not contain any updating subexpressions.
- checkFunctionCall(UserFunction, ExpressionVisitor) - ? ????net.sf.saxon.expr.UserFunctionCall
-
Check the function call against the declared function signature
- checkImplicitResultTree() - ? ????net.sf.saxon.Controller
-
Check whether an XSLT implicit result tree can be written.
- checkImportedFunctionSignature(XQueryFunction) - ? ????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) - ? ????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
- checkOutputProperty(String, String, NameChecker) - ? ??????net.sf.saxon.event.SaxonOutputKeys
-
Check that a supplied output property is valid.
- checkPercentEncoding(String) - ? ??????net.sf.saxon.functions.EscapeURI
-
Check that any percent-encoding within a URI is well-formed.
- checkPermittedContents(SchemaType, StaticContext, boolean) - ? ????net.sf.saxon.expr.Expression
-
Check that any elements and attributes constructed or returned by this expression are acceptable
in the content model of a given complex type.
- checkPermittedContents(SchemaType, StaticContext, boolean) - ? ????net.sf.saxon.expr.ForExpression
-
Check that any elements and attributes constructed or returned by this expression are acceptable
in the content model of a given complex type.
- checkPermittedContents(SchemaType, StaticContext, boolean) - ? ????net.sf.saxon.expr.IterateInstr
-
Check that any elements and attributes constructed or returned by this expression are acceptable
in the content model of a given complex type.
- checkPermittedContents(SchemaType, StaticContext, boolean) - ? ????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) - ? ????net.sf.saxon.instruct.AnalyzeString
-
Check that any elements and attributes constructed or returned by this expression are acceptable
in the content model of a given complex type.
- checkPermittedContents(SchemaType, StaticContext, boolean) - ? ????net.sf.saxon.instruct.Block
-
Check that any elements and attributes constructed or returned by this expression are acceptable
in the content model of a given complex type.
- checkPermittedContents(SchemaType, StaticContext, boolean) - ? ????net.sf.saxon.instruct.Choose
-
Check that any elements and attributes constructed or returned by this expression are acceptable
in the content model of a given complex type.
- checkPermittedContents(SchemaType, StaticContext, boolean) - ? ????net.sf.saxon.instruct.ComputedAttribute
-
Check that any elements and attributes constructed or returned by this expression are acceptable
in the content model of a given complex type.
- checkPermittedContents(SchemaType, StaticContext, boolean) - ? ????net.sf.saxon.instruct.ComputedElement
-
Check that any elements and attributes constructed or returned by this expression are acceptable
in the content model of a given complex type.
- checkPermittedContents(SchemaType, StaticContext, boolean) - ? ????net.sf.saxon.instruct.FixedAttribute
-
Check that any elements and attributes constructed or returned by this expression are acceptable
in the content model of a given complex type.
- checkPermittedContents(SchemaType, StaticContext, boolean) - ? ????net.sf.saxon.instruct.FixedElement
-
Check that any elements and attributes constructed or returned by this expression are acceptable
in the content model of a given complex type.
- checkPermittedContents(SchemaType, StaticContext, boolean) - ? ????net.sf.saxon.instruct.ForEach
-
Check that any elements and attributes constructed or returned by this expression are acceptable
in the content model of a given complex type.
- checkPermittedContents(SchemaType, StaticContext, boolean) - ? ????net.sf.saxon.instruct.ForEachGroup
-
Check that any elements and attributes constructed or returned by this expression are acceptable
in the content model of a given complex type.
- checkPermittedContents(SchemaType, StaticContext, boolean) - ? ????net.sf.saxon.instruct.ValueOf
-
Check statically that the results of the expression are capable of constructing the content
of a given schema type.
- checkPermittedContents(SchemaType, StaticContext, boolean) - ? ????net.sf.saxon.pattern.PatternSponsor
-
Check statically that the results of the expression are capable of constructing the content
of a given schema type.
- checkPermittedContents(SchemaType, StaticContext, boolean) - ? ????net.sf.saxon.value.AtomicValue
-
Check statically that the results of the expression are capable of constructing the content
of a given schema type.
- checkPermittedContents(SchemaType, StaticContext, boolean) - ? ????net.sf.saxon.value.Value
-
Check statically that the results of the expression are capable of constructing the content
of a given schema type.
- checkQNameParts(CharSequence) - ? ????net.sf.saxon.om.NameChecker
-
Validate a QName, and return the prefix and local name.
- checkRange(BuiltInAtomicType) - ? ????net.sf.saxon.value.Int64Value
-
This class allows subtypes of xs:integer to be held, as well as xs:integer values.
- checkRange(long, BuiltInAtomicType) - ? ??????net.sf.saxon.value.IntegerValue
-
Check that a value is in range for the specified subtype of xs:integer
- checkReferences(ExpressionVisitor) - ? ????net.sf.saxon.query.XQueryFunction
-
Type-check references to this function
- checkReplacement(CharSequence) - ? ??????net.sf.saxon.functions.Replace
-
Check the contents of the replacement string
- checkSortComesFirst(boolean) - ? ????net.sf.saxon.style.StyleElement
-
Check that among the children of this element, any xsl:sort elements precede any other elements
- checkTopLevel(String) - ? ????net.sf.saxon.style.StyleElement
-
Convenience method to check that the stylesheet element is at the top level
- checkTypeDerivationIsOK(SchemaType, SchemaType, int) - ? ????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) - ? ????net.sf.saxon.type.AnySimpleType
-
Check that this type is validly derived from a given type
- checkTypeDerivationIsOK(SchemaType, int) - ? ????net.sf.saxon.type.AnyType
-
Check that this type is validly derived from a given type
- checkTypeDerivationIsOK(SchemaType, int) - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Check that this type is validly derived from a given type
- checkTypeDerivationIsOK(SchemaType, int) - ? ????net.sf.saxon.type.BuiltInListType
-
Check that this type is validly derived from a given type
- checkTypeDerivationIsOK(SchemaType, int) - ? ????net.sf.saxon.type.ExternalObjectType
-
Check that this type is validly derived from a given type
- checkTypeDerivationIsOK(SchemaType, int) - ?? ????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) - ? ????net.sf.saxon.type.Untyped
-
Check that this type is validly derived from a given type
- checkUniqueOutputDestination(String) - ? ????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(int) - ? ????net.sf.saxon.style.StyleElement
-
Check whether an unknown attribute is permitted.
- checkURIForPrefix(String) - ? ????net.sf.saxon.query.QueryModule
-
Get the URI for a prefix if there is one, return null if not.
- checkWithinTemplate() - ? ????net.sf.saxon.style.StyleElement
-
Check that the stylesheet element is within a sequence constructor
- checkZeroDigit() - ? ????net.sf.saxon.style.XSLDecimalFormat
-
Check that the character declared as a zero-digit is indeed a valid zero-digit
- CHILD - ? ??????net.sf.saxon.om.Axis
-
Constant representing the child axis
- Choose - net.sf.saxon.instruct???
-
Compiled representation of an xsl:choose or xsl:if element in the stylesheet.
- Choose(Expression[], Expression[]) - ? ????net.sf.saxon.instruct.Choose
-
Construct an xsl:choose instruction
- Circularity(String) - ???? ????net.sf.saxon.trans.XPathException.Circularity
-
Create an exception indicating that a circularity was detected
- CLASS - ? ??????net.sf.saxon.om.StandardNames
-
- classifyTag(int) - ? ????net.sf.saxon.event.HTMLIndenter
-
Classify an element name as inline, formatted, or both or neither.
- classifyTag(int) - ? ????net.sf.saxon.event.XHTMLIndenter
-
Classify an element name as inline, formatted, or both or neither.
- clear() - ? ????net.sf.saxon.instruct.GlobalParameterSet
-
Clear all values
- clear() - ? ????net.sf.saxon.instruct.ParameterSet
-
Clear all values
- clear() - ? ????net.sf.saxon.om.AttributeCollectionImpl
-
Clear the attribute list.
- clear() - ? ????net.sf.saxon.sort.IntArraySet
-
- clear() - ? ????net.sf.saxon.sort.IntHashMap
-
Clears the map.
- clear() - ? ????net.sf.saxon.sort.IntHashSet
-
- clear() - ? ????net.sf.saxon.sort.IntRangeSet
-
- clear() - ?? ????net.sf.saxon.sort.IntSet
-
Clear the contents of the IntSet (making it an empty set)
- clear() - ? ????net.sf.saxon.sort.IntToIntArrayMap
-
Clear the map.
- clear() - ? ????net.sf.saxon.sort.IntToIntHashMap
-
Clears the map.
- clear() - ?? ????net.sf.saxon.sort.IntToIntMap
-
Clear the map.
- clear() - ? ????net.sf.saxon.sort.LRUCache
-
Clear the cache
- clearAllNamespaces() - ? ????net.sf.saxon.sxpath.IndependentContext
-
Clear all the declared namespaces, including the standard ones (xml, xslt, saxon).
- clearDeclaredGlobalVariables() - ? ????net.sf.saxon.query.StaticQueryContext
-
Clear all declared global variables
- clearDocumentIndexes(DocumentInfo) - ? ????net.sf.saxon.trans.KeyManager
-
Clear all the indexes for a given document.
- clearDocumentPool() - ? ????net.sf.saxon.Controller
-
Clear the document pool.
- clearNamespaces() - ? ????net.sf.saxon.query.StaticQueryContext
-
Clear all the user-declared namespaces
- clearNamespaces() - ? ????net.sf.saxon.sxpath.IndependentContext
-
Clear all the declared namespaces, except for the standard ones (xml, xslt, saxon, xdt).
- clearParameters() - ? ????net.sf.saxon.Controller
-
Reset the parameters to a null list.
- clearParameters() - ? ????net.sf.saxon.query.DynamicQueryContext
-
Reset the parameters to an empty list.
- clearPassiveNamespaces() - ? ????net.sf.saxon.query.StaticQueryContext
-
- cloneNode(boolean) - ? ????net.sf.saxon.dom.NodeOverNodeInfo
-
Returns a duplicate of this node, i.e., serves as a generic copy
constructor for nodes.
- close() - ? ????net.sf.saxon.AugmentedSource
-
Close any resources held by this Source.
- close() - ? ????net.sf.saxon.dom.DOMWriter
-
End of the document.
- close() - ? ????net.sf.saxon.event.Builder
-
- close() - ? ????net.sf.saxon.event.ComplexContentOutputter
-
Close the output
- close() - ? ????net.sf.saxon.event.ContentHandlerProxy
-
Notify the end of the event stream
- close() - ? ????net.sf.saxon.event.ContentHandlerProxy.ContentHandlerProxyTraceListener
-
Method called at the end of execution, that is, when the run-time execution ends
- close() - ? ????net.sf.saxon.event.ImplicitResultChecker
-
- close() - ? ????net.sf.saxon.event.MessageEmitter
-
- close() - ? ????net.sf.saxon.event.ProxyReceiver
-
End of output
- close() - ?? ????net.sf.saxon.event.Receiver
-
Notify the end of the event stream
- close() - ? ????net.sf.saxon.event.SequenceWriter
-
Close the output
- close() - ? ????net.sf.saxon.event.Sink
-
End of event stream
- close(Result) - ? ????net.sf.saxon.event.StandardOutputResolver
-
Signal completion of the result document.
- close() - ? ????net.sf.saxon.event.TeeOutputter
-
Notify the end of the event stream
- close() - ? ????net.sf.saxon.event.TracingFilter
-
End of document
- close() - ? ????net.sf.saxon.event.TransformerReceiver
-
Override the behaviour of endDocument() in ProxyReceiver, so that it fires off
the transformation of the constructed document
- close() - ? ????net.sf.saxon.event.TreeReceiver
-
End of event sequence
- close() - ? ????net.sf.saxon.event.TypeCheckingFilter
-
End of event stream
- close() - ? ????net.sf.saxon.event.UncommittedSerializer
-
End of document
- close() - ? ????net.sf.saxon.event.XMLEmitter
-
End of the document.
- close() - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- close() - ? ????net.sf.saxon.evpull.SequenceComposer
-
- close() - ? ????net.sf.saxon.expr.AppendIterator
-
- close() - ? ????net.sf.saxon.expr.AxisAtomizingIterator
-
- close() - ? ????net.sf.saxon.expr.CardinalityCheckingIterator
-
- close() - ? ????net.sf.saxon.expr.ContextMappingIterator
-
- close() - ? ????net.sf.saxon.expr.DifferenceEnumeration
-
- close() - ? ????net.sf.saxon.expr.ErrorIterator
-
- close() - ? ????net.sf.saxon.expr.EveryItemMappingIterator
-
- close() - ? ????net.sf.saxon.expr.FilterIterator
-
- close() - ? ????net.sf.saxon.expr.IntersectionEnumeration
-
- close() - ? ????net.sf.saxon.expr.ItemMappingIterator
-
- close() - ? ????net.sf.saxon.expr.MappingIterator
-
- close() - ? ????net.sf.saxon.expr.RangeIterator
-
- close() - ? ????net.sf.saxon.expr.ReverseRangeIterator
-
- close() - ? ????net.sf.saxon.expr.StringTokenIterator
-
- close() - ? ????net.sf.saxon.expr.SubsequenceIterator
-
- close() - ? ????net.sf.saxon.expr.TailIterator
-
- close() - ? ????net.sf.saxon.expr.UnionEnumeration
-
- close() - ? ????net.sf.saxon.expr.ValueTailIterator
-
- close() - ? ????net.sf.saxon.functions.DistinctValues.DistinctIterator
-
- close() - ? ????net.sf.saxon.functions.IndexOf.IndexIterator
-
- close() - ? ????net.sf.saxon.functions.Insert.InsertIterator
-
- close() - ? ????net.sf.saxon.functions.Remove.RemoveIterator
-
- close() - ? ????net.sf.saxon.instruct.BlockIterator
-
- close() - ? ????net.sf.saxon.java.JRegexIterator
-
- close() - ? ????net.sf.saxon.java.JTokenIterator
-
- close() - ? ????net.sf.saxon.om.ArrayIterator
-
- close() - ? ????net.sf.saxon.om.AxisIteratorImpl
-
- close() - ? ????net.sf.saxon.om.EmptyIterator
-
- close() - ? ????net.sf.saxon.om.ListIterator
-
- close() - ? ????net.sf.saxon.om.NamespaceIterator
-
- close() - ? ????net.sf.saxon.om.PrependIterator
-
- close() - ? ????net.sf.saxon.om.ReverseArrayIterator
-
- close() - ?? ????net.sf.saxon.om.SequenceIterator
-
Close the iterator.
- close() - ? ????net.sf.saxon.om.SingleNodeIterator
-
- close() - ? ????net.sf.saxon.om.SingletonIterator
-
- close() - ? ????net.sf.saxon.om.VirtualCopy.VirtualCopier
-
- close(Result) - ?? ????net.sf.saxon.OutputURIResolver
-
Signal completion of the result document.
- close() - ? ????net.sf.saxon.pull.PullFilter
-
Close the event reader.
- close() - ? ????net.sf.saxon.pull.PullFromIterator
-
Close the event reader.
- close() - ?? ????net.sf.saxon.pull.PullProvider
-
Close the event reader.
- close() - ? ????net.sf.saxon.pull.PullToStax
-
- close() - ? ????net.sf.saxon.pull.StaxBridge
-
Close the event reader.
- close() - ? ????net.sf.saxon.pull.TreeWalker
-
Close the event reader.
- close() - ? ????net.sf.saxon.pull.VirtualTreeWalker
-
Close the event reader.
- close() - ? ????net.sf.saxon.query.SequenceWrapper
-
Notify the end of the event stream
- close() - ? ????net.sf.saxon.sort.DocumentOrderIterator
-
- close() - ? ????net.sf.saxon.sort.GroupAdjacentIterator
-
- close() - ? ????net.sf.saxon.sort.GroupByIterator
-
- close() - ? ????net.sf.saxon.sort.GroupEndingIterator
-
- close() - ? ????net.sf.saxon.sort.GroupStartingIterator
-
- close() - ? ????net.sf.saxon.sort.SortedIterator
-
- close() - ? ????net.sf.saxon.tinytree.TinyBuilder
-
- close() - ? ????net.sf.saxon.tinytree.TinyTreeWalker
-
Close the event reader.
- close() - ? ????net.sf.saxon.trace.AbstractTraceListener
-
Called at end
- close() - ? ????net.sf.saxon.trace.ExpressionPresenter
-
Close the output
- close() - ? ????net.sf.saxon.trace.TimedTraceListener
-
Called at end
- close() - ? ????net.sf.saxon.trace.TraceEventMulticaster
-
Called at end
- close() - ?? ????net.sf.saxon.trace.TraceListener
-
Method called at the end of execution, that is, when the run-time execution ends
- close() - ? ????net.sf.saxon.tree.TreeBuilder
-
Close the stream of Receiver events
- close() - ? ????net.sf.saxon.value.MemoClosure.ProgressiveIterator
-
- close() - ? ????net.sf.saxon.value.StringValue.CharacterIterator
-
- close() - ? ????net.sf.saxon.xom.XOMWriter
-
End of the document.
- closeStartTag() - ? ????net.sf.saxon.event.XMLEmitter
-
Mark the end of the start tag
- Closure - 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() - ? ????net.sf.saxon.value.Closure
-
Constructor should not be called directly, instances should be made using the make() method.
- code - ???? ????net.sf.saxon.dom.DOMExceptionImpl
-
- CodeGeneratorService - net.sf.saxon.expr????
-
- CODEPOINT_COLLATION_URI - ? ??????net.sf.saxon.om.NamespaceConstant
-
URI identifying the Unicode codepoint collation
- CodepointCollatingComparer - net.sf.saxon.sort???
-
An AtomicComparer used for comparing strings, untypedAtomic values, and URIs using the Unicode codepoint
collation.
- CodepointCollator - net.sf.saxon.sort???
-
A collating sequence that uses Unicode codepoint ordering
- CodepointCollator() - ? ????net.sf.saxon.sort.CodepointCollator
-
- CodepointEqual - net.sf.saxon.functions???
-
XPath 2.0 codepoint-equal() function.
- CodepointEqual() - ? ????net.sf.saxon.functions.CodepointEqual
-
- codepointEquals(StringValue) - ? ????net.sf.saxon.value.StringValue
-
Test whether this StringValue is equal to another under the rules of the codepoint collation
- CodepointsToString - net.sf.saxon.functions???
-
This class supports the function codepoints-to-string
- CodepointsToString() - ? ????net.sf.saxon.functions.CodepointsToString
-
- COLLAPSE - ? ??????net.sf.saxon.value.Whitespace
-
- collapseWhitespace(CharSequence) - ? ??????net.sf.saxon.value.Whitespace
-
Collapse whitespace as defined in XML Schema.
- CollatingAtomicComparer - net.sf.saxon.sort???
-
An AtomicComparer used for comparing strings, untypedAtomic values, and URIs using a collation.
- CollatingAtomicComparer(StringCollator, Platform) - ? ????net.sf.saxon.sort.CollatingAtomicComparer
-
Create an GenericAtomicComparer
- CollatingFunction - net.sf.saxon.functions???
-
Abstract superclass for all functions that take an optional collation argument
- CollatingFunction() - ? ????net.sf.saxon.functions.CollatingFunction
-
- COLLATION - ? ??????net.sf.saxon.om.StandardNames
-
- collation - ? ????net.sf.saxon.sort.SortKeyDefinition
-
- COLLATION_KEY_NaN - ? ??????net.sf.saxon.sort.AtomicSortComparer
-
- COLLATION_URI_RESOLVER - ? ??????net.sf.saxon.FeatureKeys
-
- COLLATION_URI_RESOLVER_CLASS - ? ??????net.sf.saxon.FeatureKeys
-
COLLATION_URI_RESOLVER_CLASS must be the name of a class that implements the interface
CollationURIResolver
.
- CollationMap - net.sf.saxon.expr???
-
This object maps collation URIs to collations.
- CollationMap(Configuration) - ? ????net.sf.saxon.expr.CollationMap
-
Create a collation map
- CollationMap(CollationMap) - ? ????net.sf.saxon.expr.CollationMap
-
Create a copy of a collation map
- collationName - ? ????net.sf.saxon.sort.SortKeyDefinition
-
- CollationURIResolver - net.sf.saxon.sort????
-
A CollationURIResolver accepts a collation name as input, and returns
a collation (represented by a StringCollator) as output.
- Collection - net.sf.saxon.functions???
-
Implement the fn:collection() function.
- Collection() - ? ????net.sf.saxon.functions.Collection
-
- COLLECTION_URI_RESOLVER - ? ??????net.sf.saxon.FeatureKeys
-
- COLLECTION_URI_RESOLVER_CLASS - ? ??????net.sf.saxon.FeatureKeys
-
COLLECTION_URI_RESOLVER must be must be the name of a class that implements the interface
CollectionURIResolver
.
- CollectionURIResolver - net.sf.saxon????
-
This interface defines a CollectionURIResolver.
- COLONCOLON - ? ??????net.sf.saxon.expr.Token
-
"::" symbol
- COLONSTAR - ? ??????net.sf.saxon.expr.Token
-
":*" symbol
- columnNumber(XPathContext) - ? ??????net.sf.saxon.functions.Extensions
-
Return the column number of the context node.
- columnNumber(NodeInfo) - ? ??????net.sf.saxon.functions.Extensions
-
Return the column number of the specified node.
- CombinedNodeTest - 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) - ? ????net.sf.saxon.pattern.CombinedNodeTest
-
Create a NodeTest that combines two other node tests
- combinePair(char, char) - ? ??????net.sf.saxon.charcode.UTF16
-
Return the non-BMP character corresponding to a given surrogate pair
surrogates.
- COMMA - ? ??????net.sf.saxon.expr.Token
-
Comma token
- comment(CharSequence, int, int) - ? ????net.sf.saxon.dom.DOMWriter
-
Handle a comment.
- comment(CharSequence, int, int) - ? ????net.sf.saxon.event.CDATAFilter
-
Output a comment
- comment(CharSequence, int, int) - ? ????net.sf.saxon.event.CommentStripper
-
Remove comments
- comment(CharSequence, int, int) - ? ????net.sf.saxon.event.ComplexContentOutputter
-
Write a comment
- comment(CharSequence, int, int) - ? ????net.sf.saxon.event.ContentHandlerProxy
-
Output a comment.
- comment(CharSequence, int, int) - ? ????net.sf.saxon.event.HTMLIndenter
-
Output a comment
- comment(CharSequence, int, int) - ? ????net.sf.saxon.event.IDFilter
-
Output a comment
- comment(CharSequence, int, int) - ? ????net.sf.saxon.event.ImplicitResultChecker
-
- comment(CharSequence, int, int) - ? ????net.sf.saxon.event.ProxyReceiver
-
Output a comment
- comment(CharSequence, int, int) - ?? ????net.sf.saxon.event.Receiver
-
Notify a comment.
- comment(char[], int, int) - ? ????net.sf.saxon.event.ReceivingContentHandler
-
Notify the existence of a comment.
- comment(CharSequence, int, int) - ? ????net.sf.saxon.event.SequenceWriter
-
Write a comment.
- comment(CharSequence, int, int) - ? ????net.sf.saxon.event.Sink
-
Output a comment
- comment(CharSequence, int, int) - ? ????net.sf.saxon.event.TeeOutputter
-
Notify a comment.
- comment(CharSequence, int, int) - ? ????net.sf.saxon.event.TEXTEmitter
-
Output a comment.
- comment(CharSequence, int, int) - ? ????net.sf.saxon.event.TracingFilter
-
Output a comment
- comment(CharSequence, int, int) - ? ????net.sf.saxon.event.TreeReceiver
-
Output a comment
- comment(CharSequence, int, int) - ? ????net.sf.saxon.event.TypeCheckingFilter
-
Output a comment
- comment(CharSequence, int, int) - ? ????net.sf.saxon.event.UncommittedSerializer
-
Output a comment
- comment(CharSequence, int, int) - ? ????net.sf.saxon.event.XML10ContentChecker
-
Output a comment
- comment(CharSequence, int, int) - ? ????net.sf.saxon.event.XMLEmitter
-
Handle a comment.
- comment(CharSequence, int, int) - ? ????net.sf.saxon.event.XMLIndenter
-
Output a comment
- Comment - net.sf.saxon.instruct???
-
An instruction representing an xsl:comment element in the stylesheet.
- Comment() - ? ????net.sf.saxon.instruct.Comment
-
Construct the instruction
- COMMENT - ? ??????net.sf.saxon.pattern.NodeKindTest
-
- COMMENT - ?? ??????net.sf.saxon.pull.PullProvider
-
A COMMENT event is notified for a comment node, which may be either a top-level
comment or one nested within an element or document node.
- comment(CharSequence, int, int) - ? ????net.sf.saxon.query.SequenceWrapper
-
Output a comment
- comment(CharSequence, int, int) - ? ????net.sf.saxon.style.UseWhenFilter
-
Output a comment
- comment(CharSequence, int, int) - ? ????net.sf.saxon.tinytree.TinyBuilder
-
Callback interface for SAX: not for application use
- comment(CharSequence, int, int) - ? ????net.sf.saxon.tree.TreeBuilder
-
Notify a comment
- COMMENT - ? ??????net.sf.saxon.type.Type
-
Item type representing a comment node
- comment(CharSequence, int, int) - ? ????net.sf.saxon.xom.XOMWriter
-
Handle a comment.
- commentBuffer - ? ????net.sf.saxon.tinytree.TinyTree
-
- CommentStripper - net.sf.saxon.event???
-
The CommentStripper class is a filter that removes all comments and processing instructions.
- CommentStripper() - ? ????net.sf.saxon.event.CommentStripper
-
Default constructor for use in subclasses
- Common - net.sf.saxon.exslt???
-
This class implements extension functions in the
http://exslt.org/common namespace.
- compact() - ? ????net.sf.saxon.om.AttributeCollectionImpl
-
Compact the attribute list to avoid wasting memory
- ComparableAtomicValueComparer - net.sf.saxon.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() - ? ????net.sf.saxon.sort.ComparableAtomicValueComparer
-
- comparators - ? ????net.sf.saxon.sort.SortedIterator
-
- compare(AtomicValue, int, AtomicValue, AtomicComparer, XPathContext) - ? ??????net.sf.saxon.expr.GeneralComparison
-
Compare two atomic values
- Compare - net.sf.saxon.functions???
-
XSLT 2.0 compare() function
- Compare() - ? ????net.sf.saxon.functions.Compare
-
- compare(int, int) - ? ????net.sf.saxon.sort.DocumentOrderIterator
-
Compare two nodes in document sequence
(needed to implement the Sortable interface)
- compare(NodeInfo, NodeInfo) - ? ????net.sf.saxon.sort.GlobalOrderComparer
-
- compare(NodeInfo, NodeInfo) - ? ????net.sf.saxon.sort.LocalOrderComparer
-
- compare(NodeInfo, NodeInfo) - ?? ????net.sf.saxon.sort.NodeOrderComparer
-
Compare two objects.
- compare(int, int) - ?? ????net.sf.saxon.sort.Sortable
-
Compare two objects within this Sortable, identified by their position.
- compare(int, int) - ? ????net.sf.saxon.sort.SortedIterator
-
Compare two items in sorted sequence
(needed to implement the Sortable interface)
- COMPARE_ANNOTATIONS - ? ??????net.sf.saxon.functions.DeepEqual
-
Flag indicating that elements and attributes must have the same type annotation to be considered
deep-equal
- COMPARE_STRING_VALUES - ? ??????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) - ?? ????net.sf.saxon.sort.AtomicComparer
-
Compare two AtomicValue objects according to the rules for their data type.
- compareAtomicValues(AtomicValue, AtomicValue) - ? ????net.sf.saxon.sort.AtomicSortComparer
-
Compare two AtomicValue objects according to the rules for their data type.
- compareAtomicValues(AtomicValue, AtomicValue) - ? ????net.sf.saxon.sort.CalendarValueComparer
-
Compare two AtomicValue objects according to the rules for their data type.
- compareAtomicValues(AtomicValue, AtomicValue) - ? ????net.sf.saxon.sort.CodepointCollatingComparer
-
Compare two AtomicValue objects according to the rules for their data type.
- compareAtomicValues(AtomicValue, AtomicValue) - ? ????net.sf.saxon.sort.CollatingAtomicComparer
-
Compare two AtomicValue objects according to the rules for their data type.
- compareAtomicValues(AtomicValue, AtomicValue) - ? ????net.sf.saxon.sort.ComparableAtomicValueComparer
-
Compare two AtomicValue objects according to the rules for their data type.
- compareAtomicValues(AtomicValue, AtomicValue) - ? ????net.sf.saxon.sort.DescendingComparer
-
Compare two objects.
- compareAtomicValues(AtomicValue, AtomicValue) - ? ????net.sf.saxon.sort.DoubleSortComparer
-
Compare two AtomicValue objects according to the rules for their data type.
- compareAtomicValues(AtomicValue, AtomicValue) - ? ????net.sf.saxon.sort.EmptyGreatestComparer
-
Compare two AtomicValue objects according to the rules for their data type.
- compareAtomicValues(AtomicValue, AtomicValue) - ? ????net.sf.saxon.sort.EqualityComparer
-
Compare two AtomicValue objects according to the rules for their data type.
- compareAtomicValues(AtomicValue, AtomicValue) - ? ????net.sf.saxon.sort.GenericAtomicComparer
-
Compare two AtomicValue objects according to the rules for their data type.
- compareAtomicValues(AtomicValue, AtomicValue) - ? ????net.sf.saxon.sort.NumericComparer
-
Compare two Items by converting them to numbers and comparing the numeric values.
- compareAtomicValues(AtomicValue, AtomicValue) - ? ????net.sf.saxon.sort.TextComparer
-
Compare two Items by converting them to strings and comparing the string values.
- compareCS(CharSequence, CharSequence) - ? ????net.sf.saxon.sort.CodepointCollator
-
Compare two CharSequence objects.
- compareDocumentPosition(Node) - ? ????net.sf.saxon.dom.NodeOverNodeInfo
-
Compare the position of the (other) node in document order with the reference node (this node).
- compareDocumentPosition(Node) - ? ????net.sf.saxon.dom.TextOverAttrInfo
-
Compare the position of the (other) node in document order with the reference node (this node).
- compareOrder(NodeInfo) - ? ????net.sf.saxon.dom.NodeWrapper
-
Determine the relative position of this node and another node, in document order.
- compareOrder(NodeInfo) - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Determine the relative position of this node and another node, in document order.
- compareOrder(NodeInfo) - ? ????net.sf.saxon.jdom.NodeWrapper
-
Determine the relative position of this node and another node, in document order.
- compareOrder(NodeInfo) - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Determine the relative position of this node and another node, in document order.
- compareOrder(SiblingCountingNode, SiblingCountingNode) - ? ??????net.sf.saxon.om.Navigator
-
Generic (model-independent) method to determine the relative position of two
node in document order.
- compareOrder(NodeInfo) - ?? ????net.sf.saxon.om.NodeInfo
-
Determine the relative position of this node and another node, in document order.
- compareOrder(NodeInfo) - ? ????net.sf.saxon.om.Orphan
-
Determine the relative position of this node and another node, in document order.
- compareOrder(NodeInfo) - ? ????net.sf.saxon.om.StrippedNode
-
Determine the relative position of this node and another node, in document order.
- compareOrder(NodeInfo) - ? ????net.sf.saxon.om.VirtualCopy
-
Determine the relative position of this node and another node, in document order.
- compareOrder(NodeInfo) - ? ????net.sf.saxon.pull.UnconstructedParent
-
Determine the relative position of this node and another node, in document order.
- compareOrder(NodeInfo) - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Determine the relative position of this node and another node, in document order.
- compareOrder(NodeInfo) - ? ????net.sf.saxon.tree.NodeImpl
-
Determine the relative position of this node and another node, in document order.
- compareOrder(NodeInfo) - ? ????net.sf.saxon.value.TextFragmentValue
-
Determine the relative position of this node and another node, in document order.
- compareOrder(NodeInfo) - ? ????net.sf.saxon.xom.NodeWrapper
-
Determine the relative position of this node and another node, in
document order.
- comparer - ? ????net.sf.saxon.expr.GeneralComparison
-
- comparer - ? ????net.sf.saxon.expr.GeneralComparison10
-
- comparesEqual(AtomicValue, AtomicValue) - ?? ????net.sf.saxon.sort.AtomicComparer
-
Compare two AtomicValue objects for equality according to the rules for their data type.
- comparesEqual(AtomicValue, AtomicValue) - ? ????net.sf.saxon.sort.AtomicSortComparer
-
Compare two AtomicValue objects for equality according to the rules for their data type.
- comparesEqual(AtomicValue, AtomicValue) - ? ????net.sf.saxon.sort.CalendarValueComparer
-
Compare two AtomicValue objects for equality according to the rules for their data type.
- comparesEqual(AtomicValue, AtomicValue) - ? ????net.sf.saxon.sort.CodepointCollatingComparer
-
Compare two AtomicValue objects for equality.
- comparesEqual(String, String) - ? ????net.sf.saxon.sort.CodepointCollator
-
Test whether one string is equal to another, according to the rules
of the XPath compare() function.
- comparesEqual(AtomicValue, AtomicValue) - ? ????net.sf.saxon.sort.CollatingAtomicComparer
-
Compare two AtomicValue objects for equality according to the rules for their data type.
- comparesEqual(AtomicValue, AtomicValue) - ? ????net.sf.saxon.sort.ComparableAtomicValueComparer
-
Compare two AtomicValue objects for equality according to the rules for their data type.
- comparesEqual(AtomicValue, AtomicValue) - ? ????net.sf.saxon.sort.DescendingComparer
-
Compare two AtomicValue objects for equality according to the rules for their data type.
- comparesEqual(AtomicValue, AtomicValue) - ? ????net.sf.saxon.sort.DoubleSortComparer
-
Test whether two values compare equal.
- comparesEqual(AtomicValue, AtomicValue) - ? ????net.sf.saxon.sort.EmptyGreatestComparer
-
Compare two AtomicValue objects for equality according to the rules for their data type.
- comparesEqual(AtomicValue, AtomicValue) - ? ????net.sf.saxon.sort.EqualityComparer
-
Compare two AtomicValue objects for equality according to the rules for their data type.
- comparesEqual(AtomicValue, AtomicValue) - ? ????net.sf.saxon.sort.GenericAtomicComparer
-
Compare two AtomicValue objects for equality according to the rules for their data type.
- comparesEqual(AtomicValue, AtomicValue) - ? ????net.sf.saxon.sort.NumericComparer
-
Compare two AtomicValue objects for equality according to the rules for their data type.
- comparesEqual(String, String) - ? ????net.sf.saxon.sort.RuleBasedSubstringMatcher
-
Test whether one string is equal to another, according to the rules
of the XPath compare() function.
- comparesEqual(String, String) - ?? ????net.sf.saxon.sort.SubstringMatcher
-
Test whether one string is equal to another, according to the rules
of the XPath compare() function.
- comparesEqual(AtomicValue, AtomicValue) - ? ????net.sf.saxon.sort.TextComparer
-
Compare two AtomicValue objects for equality according to the rules for their data type.
- compareStrings(String, String) - ? ????net.sf.saxon.sort.AlphanumericCollator
-
Compare two objects.
- compareStrings(String, String) - ? ????net.sf.saxon.sort.CodepointCollator
-
Compare two string objects.
- compareStrings(String, String) - ? ????net.sf.saxon.sort.LowercaseFirstCollator
-
Compare two string objects: case is irrelevant, unless the strings are equal ignoring
case, in which case lowercase comes first.
- compareStrings(String, String) - ? ????net.sf.saxon.sort.NamedCollation
-
Compares its two arguments for order.
- compareStrings(String, String) - ? ????net.sf.saxon.sort.RuleBasedSubstringMatcher
-
Compare two strings
- compareStrings(String, String) - ?? ????net.sf.saxon.sort.StringCollator
-
Compare two strings
- compareStrings(String, String) - ? ????net.sf.saxon.sort.UppercaseFirstCollator
-
Compare two string objects: case is irrelevant, unless the strings are equal ignoring
case, in which case uppercase comes first.
- compareTo(Object) - ? ????net.sf.saxon.regex.RegexTranslator.Range
-
Compare this range with another range for ordering purposes.
- compareTo(Object) - ? ????net.sf.saxon.value.BigIntegerValue.BigIntegerComparable
-
- compareTo(Object) - ? ????net.sf.saxon.value.BigIntegerValue
-
Compare the value to another numeric value
- compareTo(long) - ? ????net.sf.saxon.value.BigIntegerValue
-
Compare the value to a long
- compareTo(Object) - ? ????net.sf.saxon.value.BooleanValue
-
Compare the value to another boolean value
- compareTo(CalendarValue, XPathContext) - ? ????net.sf.saxon.value.CalendarValue
-
Compare this value to another value of the same type, using the supplied Configuration
to get the implicit timezone if required.
- compareTo(CalendarValue, XPathContext) - ? ????net.sf.saxon.value.DateTimeValue
-
Compare the value to another dateTime value, following the XPath comparison semantics
- compareTo(Object) - ? ????net.sf.saxon.value.DateTimeValue
-
Context-free comparison of two DateTimeValue values.
- compareTo(Object) - ? ????net.sf.saxon.value.DateValue
-
Context-free comparison of two DateValue values.
- compareTo(Object) - ? ????net.sf.saxon.value.DayTimeDurationValue
-
Compare the value to another duration value
- compareTo(Object) - ? ????net.sf.saxon.value.DecimalValue
-
Compare the value to another numeric value
- compareTo(long) - ? ????net.sf.saxon.value.DecimalValue
-
Compare the value to a long
- compareTo(Object) - ? ????net.sf.saxon.value.DecimalValue.DecimalComparable
-
- compareTo(long) - ? ????net.sf.saxon.value.DoubleValue
-
Compare the value to a long.
- compareTo(Object) - ? ????net.sf.saxon.value.FloatValue
-
- compareTo(long) - ? ????net.sf.saxon.value.FloatValue
-
Compare the value to a long
- compareTo(CalendarValue, XPathContext) - ? ????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) - ? ????net.sf.saxon.value.Int64Value
-
Compare the value to another numeric value
- compareTo(long) - ? ????net.sf.saxon.value.Int64Value
-
Compare the value to a long
- compareTo(Object) - ? ????net.sf.saxon.value.Int64Value.Int64Comparable
-
- compareTo(Object) - ? ????net.sf.saxon.value.NumericValue
-
Compare the value to another numeric value
- compareTo(long) - ? ????net.sf.saxon.value.NumericValue
-
Compare the value to a long
- compareTo(Object) - ? ????net.sf.saxon.value.TimeValue
-
Compare the value to another dateTime value
- compareTo(CalendarValue, XPathContext) - ? ????net.sf.saxon.value.TimeValue
-
Compare the value to another dateTime value
- compareTo(AtomicValue, StringCollator, XPathContext) - ? ????net.sf.saxon.value.UntypedAtomicValue
-
Compare an untypedAtomic value with another value, using a given collator to perform
any string comparisons.
- compareTo(Object) - ? ????net.sf.saxon.value.YearMonthDurationValue
-
Compare the value to another duration value
- CompareToIntegerConstant - 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) - ? ????net.sf.saxon.expr.CompareToIntegerConstant
-
Create the expression
- ComparisonExpression - net.sf.saxon.expr????
-
Interface implemented by expressions that perform a comparison
- ComparisonKey - net.sf.saxon.sort???
-
An object used as a comparison key.
- ComparisonKey(int, Object) - ? ????net.sf.saxon.sort.ComparisonKey
-
Create a comparison key for a value in a particular category.
- compatibilityList - ? ??????net.sf.saxon.codenorm.UnicodeData
-
- Compile - net.sf.saxon???
-
This Compile class provides a command-line interface allowing a
stylesheet to be compiled.
- Compile() - ? ????net.sf.saxon.Compile
-
- compile(String, CodeGeneratorService) - ? ????net.sf.saxon.expr.JPConverter
-
Generate a Java expression (as text) that can be used to implement this conversion when compiling
a query
- compile(String, CodeGeneratorService) - ? ????net.sf.saxon.expr.JPConverter.FromBigDecimal
-
- compile(String, CodeGeneratorService) - ? ????net.sf.saxon.expr.JPConverter.FromBigInteger
-
- compile(String, CodeGeneratorService) - ? ????net.sf.saxon.expr.JPConverter.FromBoolean
-
- compile(String, CodeGeneratorService) - ? ????net.sf.saxon.expr.JPConverter.FromBooleanArray
-
- compile(String, CodeGeneratorService) - ? ????net.sf.saxon.expr.JPConverter.FromByte
-
- compile(String, CodeGeneratorService) - ? ????net.sf.saxon.expr.JPConverter.FromByteArray
-
- compile(String, CodeGeneratorService) - ? ????net.sf.saxon.expr.JPConverter.FromCharacter
-
- compile(String, CodeGeneratorService) - ? ????net.sf.saxon.expr.JPConverter.FromCharArray
-
- compile(String, CodeGeneratorService) - ? ????net.sf.saxon.expr.JPConverter.FromDate
-
- compile(String, CodeGeneratorService) - ? ????net.sf.saxon.expr.JPConverter.FromDouble
-
- compile(String, CodeGeneratorService) - ? ????net.sf.saxon.expr.JPConverter.FromDoubleArray
-
- compile(String, CodeGeneratorService) - ? ????net.sf.saxon.expr.JPConverter.FromFloat
-
- compile(String, CodeGeneratorService) - ? ????net.sf.saxon.expr.JPConverter.FromFloatArray
-
- compile(String, CodeGeneratorService) - ? ????net.sf.saxon.expr.JPConverter.FromInt
-
- compile(String, CodeGeneratorService) - ? ????net.sf.saxon.expr.JPConverter.FromIntArray
-
- compile(String, CodeGeneratorService) - ? ????net.sf.saxon.expr.JPConverter.FromLong
-
- compile(String, CodeGeneratorService) - ? ????net.sf.saxon.expr.JPConverter.FromLongArray
-
- compile(String, CodeGeneratorService) - ? ????net.sf.saxon.expr.JPConverter.FromShort
-
- compile(String, CodeGeneratorService) - ? ????net.sf.saxon.expr.JPConverter.FromShortArray
-
- compile(String, CodeGeneratorService) - ? ????net.sf.saxon.expr.JPConverter.FromSource
-
- compile(String, CodeGeneratorService) - ? ????net.sf.saxon.expr.JPConverter.FromString
-
- compile(String, CodeGeneratorService) - ? ????net.sf.saxon.expr.JPConverter.FromURI
-
- compile(String, CodeGeneratorService) - ? ????net.sf.saxon.expr.JPConverter.FromValueRepresentation
-
- compile(String, CodeGeneratorService) - ? ????net.sf.saxon.expr.JPConverter.WrapExternalObject
-
- compile(String, Class, CodeGeneratorService) - ? ????net.sf.saxon.expr.PJConverter.AnyURIValueToURI
-
- compile(String, Class, CodeGeneratorService) - ? ????net.sf.saxon.expr.PJConverter.AnyURIValueToURL
-
- compile(String, Class, CodeGeneratorService) - ? ????net.sf.saxon.expr.PJConverter.BooleanValueToBoolean
-
- compile(String, Class, CodeGeneratorService) - ? ????net.sf.saxon.expr.PJConverter.CalendarValueToCalendar
-
- compile(String, Class, CodeGeneratorService) - ? ????net.sf.saxon.expr.PJConverter.CalendarValueToDate
-
- compile(String, Class, CodeGeneratorService) - ? ????net.sf.saxon.expr.PJConverter
-
Generate Java code to implement the type conversion
- compile(String, Class, CodeGeneratorService) - ? ????net.sf.saxon.expr.PJConverter.Identity
-
- compile(String, Class, CodeGeneratorService) - ? ????net.sf.saxon.expr.PJConverter.IntegerValueToBigInteger
-
- compile(String, Class, CodeGeneratorService) - ? ????net.sf.saxon.expr.PJConverter.IntegerValueToByte
-
- compile(String, Class, CodeGeneratorService) - ? ????net.sf.saxon.expr.PJConverter.IntegerValueToChar
-
- compile(String, Class, CodeGeneratorService) - ? ????net.sf.saxon.expr.PJConverter.IntegerValueToInt
-
- compile(String, Class, CodeGeneratorService) - ? ????net.sf.saxon.expr.PJConverter.IntegerValueToLong
-
- compile(String, Class, CodeGeneratorService) - ? ????net.sf.saxon.expr.PJConverter.IntegerValueToShort
-
- compile(String, Class, CodeGeneratorService) - ? ????net.sf.saxon.expr.PJConverter.NumericValueToBigDecimal
-
- compile(String, Class, CodeGeneratorService) - ? ????net.sf.saxon.expr.PJConverter.NumericValueToDouble
-
- compile(String, Class, CodeGeneratorService) - ? ????net.sf.saxon.expr.PJConverter.NumericValueToFloat
-
- compile(String, Class, CodeGeneratorService) - ? ????net.sf.saxon.expr.PJConverter.QualifiedNameValueToQName
-
- compile(String, Class, CodeGeneratorService) - ? ????net.sf.saxon.expr.PJConverter.StringValueToChar
-
- compile(String, Class, CodeGeneratorService) - ? ????net.sf.saxon.expr.PJConverter.StringValueToString
-
- compile(String, Class, CodeGeneratorService) - ? ????net.sf.saxon.expr.PJConverter.ToNull
-
- compile(String, Class, CodeGeneratorService) - ? ????net.sf.saxon.expr.PJConverter.ToSequenceExtent
-
- compile(String, Class, CodeGeneratorService) - ? ????net.sf.saxon.expr.PJConverter.ToSequenceIterator
-
- compile(String, Class, CodeGeneratorService) - ? ????net.sf.saxon.expr.PJConverter.UnwrapExternalObject
-
- compile(Source, Configuration, CompilerInfo) - ? ??????net.sf.saxon.PreparedStylesheet
-
Factory method to make a PreparedStylesheet
- compile(Executable, int) - ? ????net.sf.saxon.query.GlobalVariableDefinition
-
Create a compiled representation of this global variable
- compile(Executable, int) - ? ????net.sf.saxon.query.UndeclaredVariable
-
- compile() - ? ????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(String) - ? ????net.sf.saxon.s9api.XPathCompiler
-
Compile an XPath expression, supplied as a character string.
- compile(String) - ? ????net.sf.saxon.s9api.XQueryCompiler
-
Compile a query supplied as a string.
- compile(File) - ? ????net.sf.saxon.s9api.XQueryCompiler
-
Compile a query supplied as a file
- compile(InputStream) - ? ????net.sf.saxon.s9api.XQueryCompiler
-
- compile(Reader) - ? ????net.sf.saxon.s9api.XQueryCompiler
-
- compile(Source) - ? ????net.sf.saxon.s9api.XsltCompiler
-
Compile a stylesheet.
- compile(Executable) - ? ????net.sf.saxon.sql.SQLClose
-
- compile(Executable) - ? ????net.sf.saxon.sql.SQLColumn
-
- compile(Executable) - ? ????net.sf.saxon.sql.SQLConnect
-
- compile(Executable) - ? ????net.sf.saxon.sql.SQLDelete
-
- compile(Executable) - ? ????net.sf.saxon.sql.SQLInsert
-
- compile(Executable) - ? ????net.sf.saxon.sql.SQLQuery
-
- compile(Executable) - ? ????net.sf.saxon.sql.SQLUpdate
-
- compile(Executable) - ? ????net.sf.saxon.style.AbsentExtensionElement
-
- compile(Executable) - ? ????net.sf.saxon.style.LiteralResultElement
-
Compile code to process the literal result element at runtime
- compile(Executable) - ? ????net.sf.saxon.style.SaxonAssign
-
- compile(Executable) - ? ????net.sf.saxon.style.SaxonBreak
-
- compile(Executable) - ? ????net.sf.saxon.style.SaxonCollation
-
- compile(Executable) - ? ????net.sf.saxon.style.SaxonContinue
-
- compile(Executable) - ? ????net.sf.saxon.style.SaxonDoctype
-
- compile(Executable) - ? ????net.sf.saxon.style.SaxonEntityRef
-
- compile(Executable) - ? ????net.sf.saxon.style.SaxonFinally
-
- compile(Executable) - ? ????net.sf.saxon.style.SaxonImportQuery
-
- compile(Executable) - ? ????net.sf.saxon.style.SaxonIterate
-
- compile(Executable) - ? ????net.sf.saxon.style.SaxonScript
-
- compile(Executable) - ? ????net.sf.saxon.style.SaxonWhile
-
- compile(Executable) - ? ????net.sf.saxon.style.StyleElement
-
Compile the instruction on the stylesheet tree into an executable instruction
for use at run-time.
- compile(Executable) - ? ????net.sf.saxon.style.XSLAnalyzeString
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLApplyImports
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLApplyTemplates
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLAttribute
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLAttributeSet
-
Compile the attribute set
- compile(Executable) - ? ????net.sf.saxon.style.XSLCallTemplate
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLCharacterMap
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLChoose
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLComment
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLCopy
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLCopyOf
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLDecimalFormat
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLDocument
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLElement
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLFallback
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLForEach
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLForEachGroup
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLFunction
-
Compile the function definition to create an executable representation
- compile(Executable) - ? ????net.sf.saxon.style.XSLGeneralIncorporate
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLIf
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLImportSchema
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLKey
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLMatchingSubstring
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLMessage
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLNamespace
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLNamespaceAlias
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLNextMatch
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLNumber
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLOtherwise
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLOutput
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLOutputCharacter
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLParam
-
Compile: this ensures space is available for local variables declared within
this global variable
- compile(Executable) - ? ????net.sf.saxon.style.XSLPerformSort
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLPreserveSpace
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLProcessingInstruction
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLResultDocument
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLSequence
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLSort
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLStylesheet
-
Dummy compile() method to satisfy the interface
- compile(Executable) - ? ????net.sf.saxon.style.XSLTemplate
-
Compile: this registers the template with the rule manager, and ensures
space is available for local variables
- compile(Executable) - ? ????net.sf.saxon.style.XSLText
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLValueOf
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLVariable
-
Compile: used only for global variables.
- compile(Executable) - ? ????net.sf.saxon.style.XSLWhen
-
- compile(Executable) - ? ????net.sf.saxon.style.XSLWithParam
-
- compile(String) - ? ????net.sf.saxon.xpath.XPathEvaluator
-
Compile an XPath 2.0 expression
- COMPILE_WITH_TRACING - ? ??????net.sf.saxon.FeatureKeys
-
COMPILE_WITH_TRACING must be a Boolean.
- compileContent(Executable, SimpleNodeConstructor, Expression) - ? ????net.sf.saxon.style.XSLStringConstructor
-
- compileError(XPathException) - ? ????net.sf.saxon.style.StyleElement
-
Report an error with diagnostic information
- compileError(String) - ? ????net.sf.saxon.style.StyleElement
-
Report a static error in the stylesheet
- compileError(String, String) - ? ????net.sf.saxon.style.StyleElement
-
Compile time error, specifying an error code
- compileLocalVariable(Executable) - ? ????net.sf.saxon.style.XSLVariable
-
- compilePattern(String) - ? ????net.sf.saxon.s9api.XPathCompiler
-
Compile an XSLT 2.0 pattern, supplied as a character string.
- compileQuery(XPathContext, String) - ? ??????net.sf.saxon.functions.Extensions
-
Compile a string containing a source query
transformations
- compileQuery(StaticQueryContext, String, boolean) - ? ????net.sf.saxon.Query
-
Compile the query
- compileQuery(String) - ? ????net.sf.saxon.query.StaticQueryContext
-
Prepare an XQuery query for subsequent evaluation.
- compileQuery(Reader) - ? ????net.sf.saxon.query.StaticQueryContext
-
Prepare an XQuery query for subsequent evaluation.
- compileQuery(InputStream, String) - ? ????net.sf.saxon.query.StaticQueryContext
-
Prepare an XQuery query for subsequent evaluation.
- compileRegularExpression(CharSequence, int, int, CharSequence) - ? ????net.sf.saxon.java.JavaPlatform
-
Create a compiled regular expression
- compileRegularExpression(CharSequence, int, int, CharSequence) - ?? ????net.sf.saxon.Platform
-
Create a compiled regular expression
- CompilerInfo - net.sf.saxon.trans???
-
This class exists to hold information associated with a specific XSLT compilation episode.
- CompilerInfo() - ? ????net.sf.saxon.trans.CompilerInfo
-
- compileSequenceConstructor(Executable, SequenceIterator, boolean) - ? ????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.
- compileStylesheet(XPathContext, DocumentInfo) - ? ??????net.sf.saxon.functions.Extensions
-
Compile a document containing a stylesheet module into a stylesheet that can be used to perform
transformations
- compileStylesheet() - ? ????net.sf.saxon.style.XSLStylesheet
-
Compile the stylesheet to create an executable.
- CompileTimeFunction - net.sf.saxon.functions???
-
Abtract class representing a function call that is always rewritten at compile-time:
it can never be executed
- CompileTimeFunction() - ? ????net.sf.saxon.functions.CompileTimeFunction
-
- compileWarning(String, String) - ? ????net.sf.saxon.style.StyleElement
-
- compileWithTracing - ? ????net.sf.saxon.expr.ExpressionParser
-
- Complement(SurrogateRegexTranslator.CharClass) - ? ????net.sf.saxon.regex.SurrogateRegexTranslator.Complement
-
Create a character class representing the complement of another character class
- ComplexContentOutputter - net.sf.saxon.event???
-
This class is used for generating complex content, that is, the content of an
element or document node.
- ComplexContentOutputter() - ? ????net.sf.saxon.event.ComplexContentOutputter
-
Create a ComplexContentOutputter
- ComplexContentProcessor - 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) - ? ????net.sf.saxon.evpull.ComplexContentProcessor
-
Create the ComplexContentProcessor
- ComplexType - 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 - net.sf.saxon.functions???
-
This class supports the get_X_from_Y functions defined in XPath 2.0
- Component() - ? ????net.sf.saxon.functions.Component
-
- composeErrorMessage(ItemType, ItemType, NamePool) - ? ????net.sf.saxon.expr.RoleLocator
-
Construct a full error message
- composeRequiredMessage(ItemType, NamePool) - ? ????net.sf.saxon.expr.RoleLocator
-
Construct the part of the message giving the required item type
- compress(CharSequence) - ? ??????net.sf.saxon.tinytree.CompressedWhitespace
-
Attempt to compress a CharSequence
- CompressedWhitespace - net.sf.saxon.tinytree???
-
This class provides a compressed representation of a sequence of whitespace characters.
- CompressedWhitespace(long) - ? ????net.sf.saxon.tinytree.CompressedWhitespace
-
- compute(AtomicValue, int, AtomicValue, XPathContext) - ? ??????net.sf.saxon.expr.ArithmeticExpression
-
Static method to apply arithmetic to two values
- compute(AtomicValue, AtomicValue, XPathContext) - ? ????net.sf.saxon.expr.Calculator
-
Perform an arithmetic operation
- computeArgumentEvaluationModes() - ? ????net.sf.saxon.expr.UserFunctionCall
-
Compute the evaluation mode of each argument
- computeCardinality() - ? ????net.sf.saxon.expr.AtomicSequenceConverter
-
Determine the static cardinality of the expression
- computeCardinality() - ? ????net.sf.saxon.expr.Atomizer
-
Determine the static cardinality of the expression
- computeCardinality() - ? ????net.sf.saxon.expr.AxisExpression
-
Specify that the expression returns a singleton
- computeCardinality() - ? ????net.sf.saxon.expr.BinaryExpression
-
Determine the static cardinality.
- computeCardinality() - ? ????net.sf.saxon.expr.BooleanExpression
-
Determine the static cardinality.
- computeCardinality() - ? ????net.sf.saxon.expr.CardinalityChecker
-
Determine the static cardinality of the expression
- computeCardinality() - ? ????net.sf.saxon.expr.CastableExpression
-
- computeCardinality() - ? ????net.sf.saxon.expr.CastExpression
-
Get the static cardinality of the expression
- computeCardinality() - ? ????net.sf.saxon.expr.CompareToIntegerConstant
-
- computeCardinality() - ? ????net.sf.saxon.expr.ContextItemExpression
-
Get the static cardinality
- computeCardinality() - ? ????net.sf.saxon.expr.ErrorExpression
-
Determine the static cardinality
- computeCardinality() - ? ????net.sf.saxon.expr.Expression
-
Compute the static cardinality of this expression
- computeCardinality() - ? ????net.sf.saxon.expr.FilterExpression
-
Get the static cardinality of this expression
- computeCardinality() - ? ????net.sf.saxon.expr.FirstItemExpression
-
Get the static cardinality
- computeCardinality() - ? ????net.sf.saxon.expr.ForExpression
-
Determine the static cardinality of the expression
- computeCardinality() - ? ????net.sf.saxon.expr.GeneralComparison
-
Determine the static cardinality.
- computeCardinality() - ? ????net.sf.saxon.expr.GeneralComparison10
-
Determine the static cardinality.
- computeCardinality() - ? ????net.sf.saxon.expr.InstanceOfExpression
-
Determine the cardinality
- computeCardinality() - ? ????net.sf.saxon.expr.IntegerRangeTest
-
Determine the static cardinality
- computeCardinality() - ? ????net.sf.saxon.expr.IsLastExpression
-
Determine the static cardinality
- computeCardinality() - ? ????net.sf.saxon.expr.LastItemExpression
-
Get the static cardinality
- computeCardinality() - ? ????net.sf.saxon.expr.LetExpression
-
Determine the static cardinality of the expression
- computeCardinality() - ? ????net.sf.saxon.expr.Literal
-
Determine the cardinality
- computeCardinality() - ? ????net.sf.saxon.expr.PatternMatchExpression
-
Get the cardinality of this expression
- computeCardinality() - ? ????net.sf.saxon.expr.QuantifiedExpression
-
Determine the static cardinality
- computeCardinality() - ? ????net.sf.saxon.expr.RangeExpression
-
Determine the static cardinality
- computeCardinality() - ? ????net.sf.saxon.expr.RootExpression
-
Specify that the expression returns a singleton
- computeCardinality() - ? ????net.sf.saxon.expr.SimpleExpression
-
Determine the static cardinality of the expression.
- computeCardinality() - ? ????net.sf.saxon.expr.SingleNodeExpression
-
Specify that the expression returns a singleton
- computeCardinality() - ? ????net.sf.saxon.expr.SingletonAtomizer
-
Determine the static cardinality of the expression
- computeCardinality() - ? ????net.sf.saxon.expr.SingletonComparison
-
Determine the static cardinality.
- computeCardinality() - ? ????net.sf.saxon.expr.SlashExpression
-
Determine the static cardinality of the expression
- computeCardinality() - ? ????net.sf.saxon.expr.SuppliedParameterReference
-
Get the static cardinality
- computeCardinality() - ? ????net.sf.saxon.expr.TailExpression
-
- computeCardinality() - ? ????net.sf.saxon.expr.UnaryExpression
-
Determine the static cardinality.
- computeCardinality() - ? ????net.sf.saxon.expr.UntypedAtomicConverter
-
- computeCardinality() - ? ????net.sf.saxon.expr.UserFunctionCall
-
Determine the cardinality of the result
- computeCardinality() - ? ????net.sf.saxon.expr.ValueComparison
-
Determine the static cardinality.
- computeCardinality() - ? ????net.sf.saxon.expr.VariableReference
-
Get the static cardinality
- computeCardinality() - ? ????net.sf.saxon.expr.VennExpression
-
Determine the static cardinality of the expression
- computeCardinality() - ? ????net.sf.saxon.functions.Aggregate
-
Determine the cardinality of the function.
- computeCardinality() - ? ????net.sf.saxon.functions.Doc
-
- computeCardinality() - ? ????net.sf.saxon.functions.Document
-
Determine the static cardinality
- computeCardinality() - ? ????net.sf.saxon.functions.ExtensionFunctionCall
-
- computeCardinality() - ? ????net.sf.saxon.functions.Minimax
-
Determine the cardinality of the function.
- computeCardinality() - ? ????net.sf.saxon.functions.Subsequence
-
Determine the cardinality of the function.
- computeCardinality() - ? ????net.sf.saxon.functions.SystemFunction
-
Determine the cardinality of the function.
- computeCardinality() - ? ????net.sf.saxon.functions.Trace
-
Get the static cardinality
- computeCardinality() - ? ????net.sf.saxon.instruct.CallTemplate
-
Get the cardinality of the sequence returned by evaluating this instruction
- computeCardinality() - ? ????net.sf.saxon.instruct.Choose
-
Compute the cardinality of the sequence returned by evaluating this instruction
- computeCardinality() - ? ????net.sf.saxon.instruct.Instruction
-
Get the cardinality of the sequence returned by evaluating this instruction
- computeCardinality() - ? ????net.sf.saxon.instruct.NumberInstruction
-
- computeCardinality() - ? ????net.sf.saxon.instruct.ParentNodeConstructor
-
Get the cardinality of the sequence returned by evaluating this instruction
- computeCardinality() - ? ????net.sf.saxon.instruct.QuerySimpleContentConstructor
-
Compute the cardinality of the result of the expression.
- computeCardinality() - ? ????net.sf.saxon.instruct.SimpleContentConstructor
-
Compute the cardinality of the result of the expression.
- computeCardinality() - ? ????net.sf.saxon.instruct.SimpleNodeConstructor
-
Get the cardinality of the sequence returned by evaluating this instruction
- computeCardinality() - ? ????net.sf.saxon.instruct.ValueOf
-
- computeCardinality() - ? ????net.sf.saxon.pattern.PatternSponsor
-
- computeCardinality() - ? ????net.sf.saxon.sort.ConditionalSorter
-
Compute the static cardinality of this expression
- computeCardinality() - ? ????net.sf.saxon.sort.SortExpression
-
Determine the static cardinality
- computeCardinality() - ? ????net.sf.saxon.sort.TupleExpression
-
Get the cardinality of the expression.
- computeCardinality() - ? ????net.sf.saxon.sort.TupleSorter
-
- computeCardinality() - ? ????net.sf.saxon.xpath.XPathFunctionCall
-
Determine the cardinality of the result
- ComputedAttribute - net.sf.saxon.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, int, boolean) - ? ????net.sf.saxon.instruct.ComputedAttribute
-
Construct an Attribute instruction
- ComputedElement - net.sf.saxon.instruct???
-
An instruction representing an xsl:element element in an XSLT stylesheet,
or a computed element constructor in XQuery.
- ComputedElement(Expression, Expression, NamespaceResolver, SchemaType, int, boolean, boolean) - ? ????net.sf.saxon.instruct.ComputedElement
-
Create an instruction that creates a new element node
- computeDependencies() - ? ????net.sf.saxon.expr.CompareToIntegerConstant
-
Compute the dependencies of an expression, as the union of the
dependencies of its subexpressions.
- computeDependencies() - ? ????net.sf.saxon.expr.Expression
-
Compute the dependencies of an expression, as the union of the
dependencies of its subexpressions.
- computeDependencies() - ? ????net.sf.saxon.expr.FilterExpression
-
Determine which aspects of the context the expression depends on.
- computeDependencies() - ? ????net.sf.saxon.expr.IterateInstr
-
Compute the dependencies of an expression, as the union of the
dependencies of its subexpressions.
- computeDependencies() - ? ????net.sf.saxon.expr.SimpleExpression
-
Compute the dependencies of an expression, as the union of the
dependencies of its subexpressions.
- computeDependencies() - ? ????net.sf.saxon.expr.SlashExpression
-
Determine which aspects of the context the expression depends on.
- computeDependencies() - ? ????net.sf.saxon.instruct.AnalyzeString
-
Compute the dependencies of an expression, as the union of the
dependencies of its subexpressions.
- computeDependencies() - ? ????net.sf.saxon.instruct.ForEach
-
Compute the dependencies of an expression, as the union of the
dependencies of its subexpressions.
- computeDependencies() - ? ????net.sf.saxon.instruct.ForEachGroup
-
Compute the dependencies of an expression, as the union of the
dependencies of its subexpressions.
- computeDependencies() - ? ????net.sf.saxon.instruct.TraceWrapper
-
Get the static properties of this expression (other than its type).
- computeEvaluationMode() - ? ????net.sf.saxon.instruct.UserFunction
-
Determine the preferred evaluation mode for this function
- computeSpecialProperties() - ? ????net.sf.saxon.expr.AtomicSequenceConverter
-
Determine the special properties of this expression
- computeSpecialProperties() - ? ????net.sf.saxon.expr.Atomizer
-
Determine the special properties of this expression
- computeSpecialProperties() - ? ????net.sf.saxon.expr.AxisExpression
-
Get the static properties of this expression (other than its type).
- computeSpecialProperties() - ? ????net.sf.saxon.expr.BinaryExpression
-
Determine the special properties of this expression
- computeSpecialProperties() - ? ????net.sf.saxon.expr.CardinalityChecker
-
Get the static properties of this expression (other than its type).
- computeSpecialProperties() - ? ????net.sf.saxon.expr.CastableExpression
-
Determine the special properties of this expression
- computeSpecialProperties() - ? ????net.sf.saxon.expr.CastExpression
-
Determine the special properties of this expression
- computeSpecialProperties() - ? ????net.sf.saxon.expr.CompareToIntegerConstant
-
- computeSpecialProperties() - ? ????net.sf.saxon.expr.ContextItemExpression
-
Determine the special properties of this expression
- computeSpecialProperties() - ? ????net.sf.saxon.expr.Expression
-
Compute the special properties of this expression.
- computeSpecialProperties() - ? ????net.sf.saxon.expr.FilterExpression
-
Get the static properties of this expression (other than its type).
- computeSpecialProperties() - ? ????net.sf.saxon.expr.IsLastExpression
-
Determine the special properties of this expression
- computeSpecialProperties() - ? ????net.sf.saxon.expr.LetExpression
-
Get the static properties of this expression (other than its type).
- computeSpecialProperties() - ? ????net.sf.saxon.expr.Literal
-
Compute the static properties of this expression (other than its type).
- computeSpecialProperties() - ? ????net.sf.saxon.expr.PathExpression
-
Get the static properties of this expression (other than its type).
- computeSpecialProperties() - ? ????net.sf.saxon.expr.QuantifiedExpression
-
Determine the special properties of this expression
- computeSpecialProperties() - ? ????net.sf.saxon.expr.SingleNodeExpression
-
- computeSpecialProperties() - ? ????net.sf.saxon.expr.SingletonAtomizer
-
Determine the special properties of this expression
- computeSpecialProperties() - ? ????net.sf.saxon.expr.SlashExpression
-
Get the static properties of this expression (other than its type).
- computeSpecialProperties() - ? ????net.sf.saxon.expr.TailExpression
-
- computeSpecialProperties() - ? ????net.sf.saxon.expr.UnaryExpression
-
Get the static properties of this expression (other than its type).
- computeSpecialProperties() - ? ????net.sf.saxon.expr.UntypedAtomicConverter
-
Determine the special properties of this expression
- computeSpecialProperties() - ? ????net.sf.saxon.expr.VariableReference
-
Determine the special properties of this expression
- computeSpecialProperties() - ? ????net.sf.saxon.expr.VennExpression
-
Get the static properties of this expression (other than its type).
- computeSpecialProperties() - ? ????net.sf.saxon.functions.Current
-
Get the static properties of this expression (other than its type).
- computeSpecialProperties() - ? ????net.sf.saxon.functions.Doc
-
Get the static properties of this expression (other than its type).
- computeSpecialProperties() - ? ????net.sf.saxon.functions.Document
-
Get the static properties of this expression (other than its type).
- computeSpecialProperties() - ? ????net.sf.saxon.functions.Id
-
Get the static properties of this expression (other than its type).
- computeSpecialProperties() - ? ????net.sf.saxon.functions.Idref
-
Get the static properties of this expression (other than its type).
- computeSpecialProperties() - ? ????net.sf.saxon.functions.KeyFn
-
Get the static properties of this expression (other than its type).
- computeSpecialProperties() - ? ????net.sf.saxon.functions.NamePart
-
Determine the special properties of this expression.
- computeSpecialProperties() - ? ????net.sf.saxon.functions.Reverse
-
- computeSpecialProperties() - ? ????net.sf.saxon.functions.Root
-
Get the static properties of this expression (other than its type).
- computeSpecialProperties() - ? ????net.sf.saxon.functions.Subsequence
-
Get the static properties of this expression (other than its type).
- computeSpecialProperties() - ? ????net.sf.saxon.functions.SystemFunction
-
Determine the special properties of this expression.
- computeSpecialProperties() - ? ????net.sf.saxon.functions.Trace
-
Get the static properties of this expression (other than its type).
- computeSpecialProperties() - ? ????net.sf.saxon.instruct.Block
-
- computeSpecialProperties() - ? ????net.sf.saxon.instruct.Choose
-
Get the static properties of this expression (other than its type).
- computeSpecialProperties() - ? ????net.sf.saxon.instruct.ComputedAttribute
-
Get the static properties of this expression (other than its type).
- computeSpecialProperties() - ? ????net.sf.saxon.instruct.ElementCreator
-
Get the static properties of this expression (other than its type).
- computeSpecialProperties() - ? ????net.sf.saxon.instruct.Instruction
-
Get the static properties of this expression (other than its type).
- computeSpecialProperties() - ? ????net.sf.saxon.instruct.SimpleNodeConstructor
-
Get the static properties of this expression (other than its type).
- computeSpecialProperties() - ? ????net.sf.saxon.sort.ConditionalSorter
-
Compute the special properties of this expression.
- computeSpecialProperties() - ? ????net.sf.saxon.sort.DocumentSorter
-
- computeSpecialProperties() - ? ????net.sf.saxon.sort.SortExpression
-
Get the static properties of this expression (other than its type).
- computeStaticProperties() - ? ????net.sf.saxon.expr.Expression
-
Compute the static properties.
- Concat - net.sf.saxon.functions???
-
- Concat() - ? ????net.sf.saxon.functions.Concat
-
- condense() - ? ????net.sf.saxon.om.FastStringBuffer
-
Remove surplus space from the array.
- ConditionalSorter - net.sf.saxon.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) - ? ????net.sf.saxon.sort.ConditionalSorter
-
Create a conditional document sorter
- config - ? ????net.sf.saxon.dom.DocumentWrapper
-
- config - ? ????net.sf.saxon.dom4j.DocumentWrapper
-
- config - ? ????net.sf.saxon.event.Builder
-
- config - ? ????net.sf.saxon.expr.Optimizer
-
- config - ? ????net.sf.saxon.jdom.DocumentWrapper
-
- config - ? ????net.sf.saxon.Query
-
- config - ? ????net.sf.saxon.Transform
-
- config - ? ????net.sf.saxon.xom.DocumentWrapper
-
- Configuration - net.sf.saxon???
-
This class holds details of user-selected configuration options for a set of transformations
and/or queries.
- Configuration() - ? ????net.sf.saxon.Configuration
-
Create a non-schema-aware configuration object with default settings for all options.
- CONFIGURATION - ? ??????net.sf.saxon.FeatureKeys
-
- configureLiaison(File) - ? ????net.sf.saxon.ant.AntTransform
-
- configureLiaison(Resource) - ? ????net.sf.saxon.ant.AntTransform
-
Loads the stylesheet and set xsl:param parameters.
- configureParser(XMLReader) - ? ??????net.sf.saxon.event.Sender
-
Configure a SAX parser to ensure it has the correct namesapce properties set
- constant(XPathContext, String, double) - ? ??????net.sf.saxon.exslt.Math
-
Get a named constant to a given precision (SStL)
- constantText - ? ????net.sf.saxon.style.XSLGeneralVariable
-
- constantValue - ? ????net.sf.saxon.expr.VariableReference
-
- ConstructorFunctionLibrary - net.sf.saxon.functions???
-
The ConstructorFunctionLibrary represents the collection of constructor functions for atomic types.
- ConstructorFunctionLibrary(Configuration) - ? ????net.sf.saxon.functions.ConstructorFunctionLibrary
-
Create a SystemFunctionLibrary
- consume() - ? ????net.sf.saxon.pull.PullConsumer
-
Consume the input
- Container - net.sf.saxon.expr????
-
A Container is something other than an expression that can act as the container of an expression.
- containingExpression - ? ????net.sf.saxon.expr.PromotionOffer
-
When a promotion offer is made, containingExpression identifies the level to which the promotion
should occur.
- contains(String) - ? ????net.sf.saxon.event.HTMLTagHashSet
-
- Contains - net.sf.saxon.functions???
-
This class implements the contains(), starts-with(), ends-with(),
substring-before(), and substring-after() functions
- Contains() - ? ????net.sf.saxon.functions.Contains
-
- CONTAINS - ? ??????net.sf.saxon.functions.Contains
-
- contains(String, String) - ? ????net.sf.saxon.sort.CodepointCollator
-
Test whether one string contains another, according to the rules
of the XPath contains() function
- contains(int) - ? ????net.sf.saxon.sort.IntArraySet
-
- contains(int) - ? ????net.sf.saxon.sort.IntHashSet
-
- contains(int) - ? ????net.sf.saxon.sort.IntRangeSet
-
- contains(int) - ?? ????net.sf.saxon.sort.IntSet
-
Determine whether a particular integer is present in the set
- contains(String, String) - ? ????net.sf.saxon.sort.RuleBasedSubstringMatcher
-
Test whether one string contains another, according to the rules
of the XPath contains() function
- contains(String, String) - ?? ????net.sf.saxon.sort.SubstringMatcher
-
Test whether one string contains another, according to the rules
of the XPath contains() function
- containsAll(IntSet) - ? ????net.sf.saxon.sort.IntArraySet
-
Test if this set is a superset of another set
- containsAll(IntSet) - ? ????net.sf.saxon.sort.IntHashSet
-
Test if this set is a superset of another set
- containsAll(IntSet) - ? ????net.sf.saxon.sort.IntRangeSet
-
Test if this set is a superset of another set
- containsAll(IntSet) - ?? ????net.sf.saxon.sort.IntSet
-
Test if this set is a superset of another set
- containsLocalParam() - ? ????net.sf.saxon.instruct.Block
-
Test whether the Block includes a LocalParam instruction (which will be true only if it is the
body of an XSLT template)
- containsMatch(CharSequence) - ? ????net.sf.saxon.java.JRegularExpression
-
Determine whether the regular expression contains a match for a given string
- containsMatch(CharSequence) - ?? ????net.sf.saxon.regex.RegularExpression
-
Determine whether the regular expression contains a match of a given string
- containsNodeKind(int, int) - ? ??????net.sf.saxon.om.Axis
-
Determine whether a given kind of node can be found on a given axis
- containsPreserveSpace() - ? ????net.sf.saxon.om.StrippedDocument
-
Does the stripped document contain any xml:space="preserve" attributes?
- containsSome(IntHashSet) - ? ????net.sf.saxon.sort.IntHashSet
-
Test if this set has overlapping membership with another set
- containsSurrogatePairs() - ? ????net.sf.saxon.value.StringValue
-
Determine whether the string contains surrogate pairs
- containsTailCalls() - ? ????net.sf.saxon.instruct.UserFunction
-
Determine whether the function contains tail calls (on this or other functions)
- containsWhitespace(CharSequence) - ? ??????net.sf.saxon.value.Whitespace
-
Determine if a string contains any whitespace
- content - ? ????net.sf.saxon.instruct.ParentNodeConstructor
-
- ContentHandlerProxy - net.sf.saxon.event???
-
A ContentHandlerProxy is a Receiver that converts events into the form expected by an
underlying SAX2 ContentHandler.
- ContentHandlerProxy() - ? ????net.sf.saxon.event.ContentHandlerProxy
-
- ContentHandlerProxy.ContentHandlerProxyTraceListener - net.sf.saxon.event???
-
Create a TraceListener that will collect information about the current
location in the source document.
- ContentHandlerProxyLocator - net.sf.saxon.event???
-
Implementation of Locator, used to supply location information to the ContentHandler.
- ContentHandlerProxyLocator(ContentHandlerProxy) - ? ????net.sf.saxon.event.ContentHandlerProxyLocator
-
Create the Locator for a ContentHandlerProxy
- ContentHandlerProxyTraceListener() - ? ????net.sf.saxon.event.ContentHandlerProxy.ContentHandlerProxyTraceListener
-
- contentHasBeenWritten() - ? ????net.sf.saxon.event.ComplexContentOutputter
-
Test whether any content has been written to this ComplexContentOutputter
- ContentTypeTest - net.sf.saxon.pattern???
-
NodeTest is an interface that enables a test of whether a node matches particular
conditions.
- ContentTypeTest(int, SchemaType, Configuration) - ? ????net.sf.saxon.pattern.ContentTypeTest
-
Create a ContentTypeTest
- context - ? ????net.sf.saxon.sort.SortedIterator
-
- CONTEXT_DOCUMENT_NODESET - ? ??????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.
- ContextItemExpression - net.sf.saxon.expr???
-
This class represents the expression "(dot)", which always returns the context item.
- ContextItemExpression() - ? ????net.sf.saxon.expr.ContextItemExpression
-
Create the expression
- ContextMappingFunction - net.sf.saxon.expr????
-
ContextMappingFunction is an interface that must be satisfied by an object passed to a
ContextMappingIterator.
- ContextMappingIterator - net.sf.saxon.expr???
-
ContextMappingIterator merges a sequence of sequences into a single flat
sequence.
- ContextMappingIterator(ContextMappingFunction, XPathContext) - ? ????net.sf.saxon.expr.ContextMappingIterator
-
Construct a ContextMappingIterator that will apply a specified ContextMappingFunction to
each Item returned by the base iterator.
- ContextStackFrame - net.sf.saxon.trace???
-
An entry on the context stack.
- ContextStackFrame() - ? ????net.sf.saxon.trace.ContextStackFrame
-
- ContextStackFrame.ApplyTemplates - net.sf.saxon.trace???
-
Subclass of ContextStackFrame representing an xsl:apply-templates call in XSLT
- ContextStackFrame.BuiltInTemplateRule - net.sf.saxon.trace???
-
Subclass of ContextStackFrame representing a built-in template rule in XSLT
- ContextStackFrame.CallingApplication - net.sf.saxon.trace???
-
Subclass of ContextStackFrame representing the outermost stack frame,
for the calling application
- ContextStackFrame.CallTemplate - net.sf.saxon.trace???
-
Subclass of ContextStackFrame representing an xsl:call-template instruction in XSLT
- ContextStackFrame.ForEach - net.sf.saxon.trace???
-
Subclass of ContextStackFrame representing an xsl:for-each instruction in XSLT
- ContextStackFrame.FunctionCall - net.sf.saxon.trace???
-
Subclass of ContextStackFrame representing a call to a user-defined function
either in XSLT or XQuery
- ContextStackFrame.VariableEvaluation - net.sf.saxon.trace???
-
Subclass of ContextStackFrame representing the evaluation of a variable (typically a global variable)
- ContextStackIterator - 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) - ? ????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.
- ContinueInstr - net.sf.saxon.expr???
-
- ContinueInstr(IterateInstr) - ? ????net.sf.saxon.expr.ContinueInstr
-
- contract(int[], int) - ? ??????net.sf.saxon.value.StringValue
-
Contract an array of integers containing Unicode codepoints into a Java string
- Controller - net.sf.saxon???
-
The Controller is Saxon's implementation of the JAXP Transformer class, and represents
an executing instance of a transformation or query.
- Controller(Configuration) - ? ????net.sf.saxon.Controller
-
Create a Controller and initialise variables.
- Controller(Configuration, Executable) - ? ????net.sf.saxon.Controller
-
Create a Controller and initialise variables.
- CONTROLLER - ? ??????net.sf.saxon.trace.Location
-
The outer system environment, identified as the caller of a user query or stylesheet.
- ConversionResult - net.sf.saxon.type????
-
This is a marker interface used as the result methods that convert or cast values from one type
to another.
- convert(Object, XPathContext) - ? ????net.sf.saxon.expr.JPConverter
-
Convert a Java object to an equivalent XPath value
- convert(Object, XPathContext) - ? ????net.sf.saxon.expr.JPConverter.FromBigDecimal
-
- convert(Object, XPathContext) - ? ????net.sf.saxon.expr.JPConverter.FromBigInteger
-
- convert(Object, XPathContext) - ? ????net.sf.saxon.expr.JPConverter.FromBoolean
-
- convert(Object, XPathContext) - ? ????net.sf.saxon.expr.JPConverter.FromBooleanArray
-
- convert(Object, XPathContext) - ? ????net.sf.saxon.expr.JPConverter.FromByte
-
- convert(Object, XPathContext) - ? ????net.sf.saxon.expr.JPConverter.FromByteArray
-
- convert(Object, XPathContext) - ? ????net.sf.saxon.expr.JPConverter.FromCharacter
-
- convert(Object, XPathContext) - ? ????net.sf.saxon.expr.JPConverter.FromCharArray
-
- convert(Object, XPathContext) - ? ????net.sf.saxon.expr.JPConverter.FromCollection
-
- convert(Object, XPathContext) - ? ????net.sf.saxon.expr.JPConverter.FromDate
-
- convert(Object, XPathContext) - ? ????net.sf.saxon.expr.JPConverter.FromDouble
-
- convert(Object, XPathContext) - ? ????net.sf.saxon.expr.JPConverter.FromDoubleArray
-
- convert(Object, XPathContext) - ? ????net.sf.saxon.expr.JPConverter.FromFloat
-
- convert(Object, XPathContext) - ? ????net.sf.saxon.expr.JPConverter.FromFloatArray
-
- convert(Object, XPathContext) - ? ????net.sf.saxon.expr.JPConverter.FromInt
-
- convert(Object, XPathContext) - ? ????net.sf.saxon.expr.JPConverter.FromIntArray
-
- convert(Object, XPathContext) - ? ????net.sf.saxon.expr.JPConverter.FromLong
-
- convert(Object, XPathContext) - ? ????net.sf.saxon.expr.JPConverter.FromLongArray
-
- convert(Object, XPathContext) - ? ????net.sf.saxon.expr.JPConverter.FromObjectArray
-
- convert(Object, XPathContext) - ? ????net.sf.saxon.expr.JPConverter.FromQName
-
- convert(Object, XPathContext) - ? ????net.sf.saxon.expr.JPConverter.FromSequenceIterator
-
- convert(Object, XPathContext) - ? ????net.sf.saxon.expr.JPConverter.FromShort
-
- convert(Object, XPathContext) - ? ????net.sf.saxon.expr.JPConverter.FromShortArray
-
- convert(Object, XPathContext) - ? ????net.sf.saxon.expr.JPConverter.FromSource
-
- convert(Object, XPathContext) - ? ????net.sf.saxon.expr.JPConverter.FromString
-
- convert(Object, XPathContext) - ? ????net.sf.saxon.expr.JPConverter.FromURI
-
- convert(Object, XPathContext) - ? ????net.sf.saxon.expr.JPConverter.FromValueRepresentation
-
- convert(Object, XPathContext) - ? ????net.sf.saxon.expr.JPConverter.WrapExternalObject
-
- convert(ValueRepresentation, Class, XPathContext) - ? ????net.sf.saxon.expr.PJConverter.AnyURIValueToURI
-
- convert(ValueRepresentation, Class, XPathContext) - ? ????net.sf.saxon.expr.PJConverter.AnyURIValueToURL
-
- convert(ValueRepresentation, Class, XPathContext) - ? ????net.sf.saxon.expr.PJConverter.Atomic
-
- convert(ValueRepresentation, Class, XPathContext) - ? ????net.sf.saxon.expr.PJConverter.BooleanValueToBoolean
-
- convert(ValueRepresentation, Class, XPathContext) - ? ????net.sf.saxon.expr.PJConverter.CalendarValueToCalendar
-
- convert(ValueRepresentation, Class, XPathContext) - ? ????net.sf.saxon.expr.PJConverter.CalendarValueToDate
-
- convert(ValueRepresentation, Class, XPathContext) - ? ????net.sf.saxon.expr.PJConverter
-
Convert an XPath value to a Java value of a specified class
- convert(ValueRepresentation, Class, XPathContext) - ? ????net.sf.saxon.expr.PJConverter.General
-
- convert(ValueRepresentation, Class, XPathContext) - ? ????net.sf.saxon.expr.PJConverter.Identity
-
- convert(ValueRepresentation, Class, XPathContext) - ? ????net.sf.saxon.expr.PJConverter.IntegerValueToBigInteger
-
- convert(ValueRepresentation, Class, XPathContext) - ? ????net.sf.saxon.expr.PJConverter.IntegerValueToByte
-
- convert(ValueRepresentation, Class, XPathContext) - ? ????net.sf.saxon.expr.PJConverter.IntegerValueToChar
-
- convert(ValueRepresentation, Class, XPathContext) - ? ????net.sf.saxon.expr.PJConverter.IntegerValueToInt
-
- convert(ValueRepresentation, Class, XPathContext) - ? ????net.sf.saxon.expr.PJConverter.IntegerValueToLong
-
- convert(ValueRepresentation, Class, XPathContext) - ? ????net.sf.saxon.expr.PJConverter.IntegerValueToShort
-
- convert(ValueRepresentation, Class, XPathContext) - ? ????net.sf.saxon.expr.PJConverter.NumericValueToBigDecimal
-
- convert(ValueRepresentation, Class, XPathContext) - ? ????net.sf.saxon.expr.PJConverter.NumericValueToDouble
-
- convert(ValueRepresentation, Class, XPathContext) - ? ????net.sf.saxon.expr.PJConverter.NumericValueToFloat
-
- convert(ValueRepresentation, Class, XPathContext) - ? ????net.sf.saxon.expr.PJConverter.QualifiedNameValueToQName
-
- convert(ValueRepresentation, Class, XPathContext) - ? ????net.sf.saxon.expr.PJConverter.StringValueToChar
-
- convert(ValueRepresentation, Class, XPathContext) - ? ????net.sf.saxon.expr.PJConverter.StringValueToString
-
- convert(ValueRepresentation, Class, XPathContext) - ? ????net.sf.saxon.expr.PJConverter.ToArray
-
- convert(ValueRepresentation, Class, XPathContext) - ? ????net.sf.saxon.expr.PJConverter.ToCollection
-
- convert(ValueRepresentation, Class, XPathContext) - ? ????net.sf.saxon.expr.PJConverter.ToNull
-
- convert(ValueRepresentation, Class, XPathContext) - ? ????net.sf.saxon.expr.PJConverter.ToSequenceExtent
-
- convert(ValueRepresentation, Class, XPathContext) - ? ????net.sf.saxon.expr.PJConverter.ToSequenceIterator
-
- convert(ValueRepresentation, Class, XPathContext) - ? ????net.sf.saxon.expr.PJConverter.UnwrapExternalObject
-
- convert(AtomicValue) - ? ??????net.sf.saxon.functions.NumberFn
-
Static method to perform the same conversion as the number() function.
- convert(AtomicType, XPathContext) - ? ????net.sf.saxon.value.AtomicValue
-
Convert the value to a given type.
- convert(AtomicType, boolean, XPathContext) - ? ????net.sf.saxon.value.AtomicValue
-
Convert the value to a given type.
- convertObjectToXPathValue(Object, Configuration) - ? ????net.sf.saxon.dom.DOMEnvelope
-
Convert a Java object to an XPath value.
- convertObjectToXPathValue(Object, Configuration) - ? ????net.sf.saxon.dom4j.DOM4JObjectModel
-
Convert a Java object to an XPath value.
- convertObjectToXPathValue(Object, Configuration) - ? ????net.sf.saxon.jdom.JDOMObjectModel
-
Convert a Java object to an XPath value.
- convertObjectToXPathValue(Object, Configuration) - ? ????net.sf.saxon.xom.XOMObjectModel
-
Convert a Java object to an XPath value.
- convertPathExpressionToKey(PathExpression, ExpressionVisitor) - ? ????net.sf.saxon.expr.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().
- convertPrimitive(BuiltInAtomicType, boolean, XPathContext) - ? ????net.sf.saxon.value.AnyURIValue
-
Convert to target data type
- convertPrimitive(BuiltInAtomicType, boolean, XPathContext) - ? ????net.sf.saxon.value.AtomicValue
-
Convert a value to either (a) another primitive type, or (b) another built-in type derived
from the current primitive type, with control over how validation is
handled.
- convertPrimitive(BuiltInAtomicType, boolean, XPathContext) - ? ????net.sf.saxon.value.Base64BinaryValue
-
Convert to target data type
- convertPrimitive(BuiltInAtomicType, boolean, XPathContext) - ? ????net.sf.saxon.value.BigIntegerValue
-
Convert to target data type
- convertPrimitive(BuiltInAtomicType, boolean, XPathContext) - ? ????net.sf.saxon.value.BooleanValue
-
Convert to target data type
- convertPrimitive(BuiltInAtomicType, boolean, XPathContext) - ? ????net.sf.saxon.value.DateTimeValue
-
Convert to target data type
- convertPrimitive(BuiltInAtomicType, boolean, XPathContext) - ? ????net.sf.saxon.value.DateValue
-
Convert to target data type
- convertPrimitive(BuiltInAtomicType, boolean, XPathContext) - ? ????net.sf.saxon.value.DecimalValue
-
Convert to target data type
- convertPrimitive(BuiltInAtomicType, boolean, XPathContext) - ? ????net.sf.saxon.value.DoubleValue
-
Convert to target data type
- convertPrimitive(BuiltInAtomicType, boolean, XPathContext) - ? ????net.sf.saxon.value.DurationValue
-
Convert to target data type
- convertPrimitive(BuiltInAtomicType, boolean, XPathContext) - ? ????net.sf.saxon.value.FloatValue
-
Convert to target data type
- convertPrimitive(BuiltInAtomicType, boolean, XPathContext) - ? ????net.sf.saxon.value.GDayValue
-
Convert to target data type
- convertPrimitive(BuiltInAtomicType, boolean, XPathContext) - ? ????net.sf.saxon.value.GMonthDayValue
-
Convert to target data type
- convertPrimitive(BuiltInAtomicType, boolean, XPathContext) - ? ????net.sf.saxon.value.GMonthValue
-
Convert to target data type
- convertPrimitive(BuiltInAtomicType, boolean, XPathContext) - ? ????net.sf.saxon.value.GYearMonthValue
-
Convert to target data type
- convertPrimitive(BuiltInAtomicType, boolean, XPathContext) - ? ????net.sf.saxon.value.GYearValue
-
Convert to target data type
- convertPrimitive(BuiltInAtomicType, boolean, XPathContext) - ? ????net.sf.saxon.value.HexBinaryValue
-
Convert to target data type
- convertPrimitive(BuiltInAtomicType, boolean, XPathContext) - ? ????net.sf.saxon.value.Int64Value
-
Convert to target data type
- convertPrimitive(BuiltInAtomicType, boolean, XPathContext) - ? ????net.sf.saxon.value.NotationValue
-
Convert to target data type
- convertPrimitive(BuiltInAtomicType, boolean, XPathContext) - ? ????net.sf.saxon.value.ObjectValue
-
Convert to target data type
- convertPrimitive(BuiltInAtomicType, boolean, XPathContext) - ? ????net.sf.saxon.value.QNameValue
-
Convert a QName to target data type
- convertPrimitive(BuiltInAtomicType, boolean, XPathContext) - ? ????net.sf.saxon.value.StringValue
-
Convert a value to another primitive data type, with control over how validation is
handled.
- convertPrimitive(BuiltInAtomicType, boolean, XPathContext) - ? ????net.sf.saxon.value.TimeValue
-
Convert to target data type
- convertPrimitive(BuiltInAtomicType, boolean, XPathContext) - ? ????net.sf.saxon.value.UntypedAtomicValue
-
Convert to target data type
- convertStringToAtomicType(CharSequence, AtomicType, NameChecker) - ? ??????net.sf.saxon.value.StringValue
-
Convert the value to a given type.
- convertStringToBuiltInType(CharSequence, BuiltInAtomicType, NameChecker) - ? ??????net.sf.saxon.value.StringValue
-
Convert a string value to another built-in data type, with control over how validation is
handled.
- convertsUntypedToOther() - ? ????net.sf.saxon.expr.CompareToIntegerConstant
-
Determine whether untyped atomic values should be converted to the type of the other operand
- convertsUntypedToOther() - ?? ????net.sf.saxon.expr.ComparisonExpression
-
Determine whether untyped atomic values should be converted to the type of the other operand
- convertsUntypedToOther() - ? ????net.sf.saxon.expr.GeneralComparison
-
Determine whether untyped atomic values should be converted to the type of the other operand
- convertsUntypedToOther() - ? ????net.sf.saxon.expr.SingletonComparison
-
Determine whether untyped atomic values should be converted to the type of the other operand
- convertsUntypedToOther() - ? ????net.sf.saxon.expr.ValueComparison
-
Determine whether untyped atomic values should be converted to the type of the other operand
- convertToFilterExpression(PathExpression, TypeHierarchy) - ? ????net.sf.saxon.expr.Optimizer
-
Convert a path expression such as a/b/c[predicate] into a filter expression
of the form (a/b/c)[predicate].
- convertToJava(Item) - ? ??????net.sf.saxon.value.Value
-
Convert an XPath value to a Java object.
- convertToStringJoin(StaticContext) - ? ????net.sf.saxon.instruct.ValueOf
-
Convert this value-of instruction to an expression that delivers the string-value of the resulting
text node.
- convertToSubType(BuiltInAtomicType, boolean) - ? ????net.sf.saxon.value.BigIntegerValue
-
This class allows subtypes of xs:integer to be held, as well as xs:integer values.
- convertToSubType(BuiltInAtomicType, boolean) - ? ????net.sf.saxon.value.Int64Value
-
Convert the value to a subtype of xs:integer
- convertToSubType(BuiltInAtomicType, boolean) - ? ????net.sf.saxon.value.IntegerValue
-
This class allows subtypes of xs:integer to be held, as well as xs:integer values.
- convertWhereToPredicate(ExpressionVisitor, ItemType) - ? ????net.sf.saxon.expr.ForExpression
-
Convert where clause, if possible, to a predicate.
- convertXPathValueToObject(ValueRepresentation, Object, XPathContext) - ? ????net.sf.saxon.dom.DOMEnvelope
-
Convert an XPath value to an object in this object model.
- convertXPathValueToObject(Value, Object, XPathContext) - ? ????net.sf.saxon.dom4j.DOM4JObjectModel
-
Convert an XPath value to an object in this object model.
- convertXPathValueToObject(Value, Object, XPathContext) - ? ????net.sf.saxon.jdom.JDOMObjectModel
-
Convert an XPath value to an object in this object model.
- convertXPathValueToObject(Value, Object, XPathContext) - ? ????net.sf.saxon.xom.XOMObjectModel
-
Convert an XPath value to an object in this object model.
- copy() - ? ????net.sf.saxon.Configuration
-
Copy an existing Configuration to create a new Configuration.
- copy(Receiver, int, boolean, int) - ? ????net.sf.saxon.dom.NodeWrapper
-
Copy this node to a given outputter (deep copy)
- copy(Receiver, int, boolean, int) - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Copy this node to a given outputter (deep copy)
- copy(EventIterator, SequenceReceiver) - ? ??????net.sf.saxon.evpull.EventIteratorToReceiver
-
Read the data obtained from an EventIterator and write the same data to a SequenceReceiver
- copy() - ? ????net.sf.saxon.expr.ArithmeticExpression
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.ArithmeticExpression10
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.AtomicMappingExpression
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.AtomicSequenceConverter
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.Atomizer
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.AxisExpression
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.BooleanExpression
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.BreakInstr
-
- copy() - ? ????net.sf.saxon.expr.CardinalityChecker
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.CastableExpression
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.CastExpression
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.CompareToIntegerConstant
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.ContextItemExpression
-
Create a clone copy of this expression
- copy() - ? ????net.sf.saxon.expr.ContinueInstr
-
- copy() - ? ????net.sf.saxon.expr.ErrorExpression
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.Expression
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.FilterExpression
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.FirstItemExpression
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.ForExpression
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.GeneralComparison
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.GeneralComparison10
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.IdentityComparison
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.InstanceOfExpression
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.IntegerRangeTest
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.IsLastExpression
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.ItemChecker
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.IterateInstr
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.LastItemExpression
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.LazyExpression
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.LetExpression
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.Literal
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.LocalVariableReference
-
Create a clone copy of this VariableReference
- copy() - ? ????net.sf.saxon.expr.NegateExpression
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.NumericPromoter
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.ParentNodeExpression
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.PathExpression
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.PatternMatchExpression
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.QuantifiedExpression
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.RangeExpression
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.RootExpression
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.SimpleExpression
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.SingletonAtomizer
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.SingletonComparison
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.SlashExpression
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.StringLiteral
-
- copy() - ? ????net.sf.saxon.expr.SuppliedParameterReference
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.TailCallLoop
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.TailExpression
-
Copy an expression.
- COPY - ? ??????net.sf.saxon.expr.Token
-
"copy" keyword
- copy() - ? ????net.sf.saxon.expr.UntypedAtomicConverter
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.UserFunctionCall
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.ValueComparison
-
Copy an expression.
- copy() - ? ????net.sf.saxon.expr.VariableReference
-
Create a clone copy of this VariableReference
- copy() - ? ????net.sf.saxon.expr.VennExpression
-
Copy an expression.
- copy() - ? ????net.sf.saxon.functions.CollatingFunction
-
Copy an expression.
- copy() - ? ????net.sf.saxon.functions.Component
-
Copy an expression.
- copy() - ? ????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() - ? ????net.sf.saxon.functions.Doc
-
Copy an expression.
- copy() - ? ????net.sf.saxon.functions.Document
-
Copy an expression.
- copy() - ? ????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() - ? ????net.sf.saxon.functions.ExtensionFunctionCall
-
Copy an expression.
- copy() - ?? ????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() - ? ????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() - ? ????net.sf.saxon.functions.Idref
-
Copy an expression.
- copy() - ? ????net.sf.saxon.functions.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() - ? ????net.sf.saxon.functions.KeyFn
-
Copy an expression.
- copy() - ? ????net.sf.saxon.functions.Put
-
Copy an expression.
- copy() - ? ????net.sf.saxon.functions.ResolveURI
-
Copy an expression.
- copy() - ? ????net.sf.saxon.functions.SystemFunction
-
Copy an expression.
- copy() - ? ????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() - ? ????net.sf.saxon.functions.VendorFunctionLibrary
-
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() - ? ????net.sf.saxon.instruct.AnalyzeString
-
Copy an expression.
- copy() - ? ????net.sf.saxon.instruct.ApplyImports
-
Copy an expression.
- copy() - ? ????net.sf.saxon.instruct.ApplyTemplates
-
Copy an expression.
- copy() - ? ????net.sf.saxon.instruct.Block
-
Copy an expression.
- copy() - ? ????net.sf.saxon.instruct.CallTemplate
-
Copy an expression.
- copy() - ? ????net.sf.saxon.instruct.Choose
-
Copy an expression.
- copy() - ? ????net.sf.saxon.instruct.Comment
-
Copy an expression.
- copy() - ? ????net.sf.saxon.instruct.ComputedAttribute
-
Copy an expression.
- copy() - ? ????net.sf.saxon.instruct.ComputedElement
-
Copy an expression.
- Copy - net.sf.saxon.instruct???
-
Handler for xsl:copy elements in stylesheet.
- Copy(boolean, boolean, SchemaType, int) - ? ????net.sf.saxon.instruct.Copy
-
Create a shallow copy instruction
- copy() - ? ????net.sf.saxon.instruct.Copy
-
Copy an expression.
- copy() - ? ????net.sf.saxon.instruct.CopyOf
-
Copy an expression.
- copy() - ? ????net.sf.saxon.instruct.Doctype
-
Copy an expression.
- copy() - ? ????net.sf.saxon.instruct.DocumentInstr
-
Copy an expression.
- copy() - ? ????net.sf.saxon.instruct.FixedAttribute
-
Copy an expression.
- copy() - ? ????net.sf.saxon.instruct.FixedElement
-
Copy an expression.
- copy() - ? ????net.sf.saxon.instruct.ForEach
-
Copy an expression.
- copy() - ? ????net.sf.saxon.instruct.ForEachGroup
-
Copy an expression.
- copy() - ? ????net.sf.saxon.instruct.GeneralVariable
-
Copy an expression.
- copy() - ? ????net.sf.saxon.instruct.Message
-
Copy an expression.
- copy() - ? ????net.sf.saxon.instruct.Namespace
-
Copy an expression.
- copy() - ? ????net.sf.saxon.instruct.NumberInstruction
-
Copy an expression.
- copy() - ? ????net.sf.saxon.instruct.ProcessingInstruction
-
Copy an expression.
- copy() - ? ????net.sf.saxon.instruct.QuerySimpleContentConstructor
-
Copy an expression.
- copy() - ? ????net.sf.saxon.instruct.ResultDocument
-
Copy an expression.
- copy() - ? ????net.sf.saxon.instruct.SimpleContentConstructor
-
Copy an expression.
- copy() - ? ????net.sf.saxon.instruct.TraceWrapper
-
Copy an expression.
- copy() - ? ????net.sf.saxon.instruct.UseAttributeSets
-
Copy an expression.
- copy() - ? ????net.sf.saxon.instruct.ValueOf
-
Copy an expression.
- copy() - ? ????net.sf.saxon.instruct.While
-
Copy an expression.
- copy(Receiver, int, boolean, int) - ? ????net.sf.saxon.jdom.NodeWrapper
-
Copy this node to a given outputter (deep copy)
- copy(Receiver, int, boolean, int) - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Copy this node to a given outputter
- copy(NodeInfo, Receiver, NamePool, int, boolean, int) - ? ??????net.sf.saxon.om.Navigator
-
Generic (model-independent) implementation of deep copy algorithm for nodes.
- copy(Receiver, int, boolean, int) - ?? ????net.sf.saxon.om.NodeInfo
-
Copy this node to a given Receiver.
- copy(Receiver, int, boolean, int) - ? ????net.sf.saxon.om.Orphan
-
Copy this node to a given outputter (deep copy)
- copy(Receiver, int, boolean, int) - ? ????net.sf.saxon.om.StrippedNode
-
Copy this node to a given outputter (deep copy)
- copy(Receiver, int, boolean, int) - ? ????net.sf.saxon.om.VirtualCopy
-
Copy this node to a given outputter
- copy(Receiver, int, boolean, int) - ? ????net.sf.saxon.om.VirtualUntypedCopy
-
- copy() - ? ????net.sf.saxon.pattern.PatternSponsor
-
Copy an expression.
- copy() - ? ????net.sf.saxon.pull.PullPushCopier
-
Copy the input to the output.
- copy(Receiver, int, boolean, int) - ? ????net.sf.saxon.pull.UnconstructedParent
-
Copy this node to a given outputter
- copy() - ? ????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() - ? ????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() - ? ????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() - ? ????net.sf.saxon.sort.ConditionalSorter
-
Copy an expression.
- copy() - ? ????net.sf.saxon.sort.DocumentSorter
-
Copy an expression.
- copy() - ? ????net.sf.saxon.sort.IntHashMap
-
Create a copy of the IntHashMap
- copy() - ? ????net.sf.saxon.sort.IntHashSet
-
Form a new set that is a copy of this set.
- copy() - ? ????net.sf.saxon.sort.SortExpression
-
Copy an expression.
- copy() - ? ????net.sf.saxon.sort.TupleExpression
-
Copy an expression.
- copy() - ? ????net.sf.saxon.sort.TupleSorter
-
Copy an expression.
- copy() - ? ????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() - ? ????net.sf.saxon.sxpath.IndependentContext
-
Create a copy of this IndependentContext.
- copy(Receiver, int, boolean, int) - ? ????net.sf.saxon.tinytree.TinyDocumentImpl
-
Copy this node to a given outputter
- copy(Receiver, int, boolean, int) - ? ????net.sf.saxon.tinytree.TinyTextImpl
-
Copy this node to a given outputter
- copy(Receiver, int, boolean, int) - ? ????net.sf.saxon.tinytree.WhitespaceTextImpl
-
Copy this node to a given outputter
- copy(Receiver, int, boolean, int) - ? ????net.sf.saxon.tree.DocumentImpl
-
Copy this node to a given outputter
- copy(Receiver, int, boolean, int) - ? ????net.sf.saxon.tree.ElementImpl
-
Copy this node to a given outputter (supporting xsl:copy-of)
- copy(Receiver, int, boolean, int) - ? ????net.sf.saxon.value.TextFragmentValue
-
Copy the result tree fragment value to a given Outputter
- copy(Receiver, int, boolean, int) - ? ????net.sf.saxon.xom.NodeWrapper
-
Copy this node to a given outputter (deep copy)
- copy() - ? ????net.sf.saxon.xpath.XPathFunctionCall
-
Copy an expression.
- copy() - ? ????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_NAMESPACES - ? ??????net.sf.saxon.om.StandardNames
-
- copyAsSubType(AtomicType) - ? ????net.sf.saxon.value.AnyURIValue
-
Create a copy of this atomic value, with a different type label
- copyAsSubType(AtomicType) - ? ????net.sf.saxon.value.AtomicValue
-
Create a copy of this atomic value, with a different type label
- copyAsSubType(AtomicType) - ? ????net.sf.saxon.value.Base64BinaryValue
-
Create a copy of this atomic value (usually so that the type label can be changed).
- copyAsSubType(AtomicType) - ? ????net.sf.saxon.value.BigIntegerValue
-
Create a copy of this atomic value, with a different type label
- copyAsSubType(AtomicType) - ? ????net.sf.saxon.value.BooleanValue
-
Create a copy of this atomic value (usually so that the type label can be changed).
- copyAsSubType(AtomicType) - ? ????net.sf.saxon.value.DateTimeValue
-
Make a copy of this date, time, or dateTime value, but with a new type label
- copyAsSubType(AtomicType) - ? ????net.sf.saxon.value.DateValue
-
Make a copy of this date value, but with a new type label
- copyAsSubType(AtomicType) - ? ????net.sf.saxon.value.DayTimeDurationValue
-
Create a copy of this atomic value, with a different type label
- copyAsSubType(AtomicType) - ? ????net.sf.saxon.value.DecimalValue
-
Create a copy of this atomic value, with a different type label
- copyAsSubType(AtomicType) - ? ????net.sf.saxon.value.DoubleValue
-
Create a copy of this atomic value, with a different type label
- copyAsSubType(AtomicType) - ? ????net.sf.saxon.value.DurationValue
-
Create a copy of this atomic value, with a different type label
- copyAsSubType(AtomicType) - ? ????net.sf.saxon.value.FloatValue
-
Create a copy of this atomic value, with a different type label
- copyAsSubType(AtomicType) - ? ????net.sf.saxon.value.GDayValue
-
Make a copy of this date, time, or dateTime value
- copyAsSubType(AtomicType) - ? ????net.sf.saxon.value.GMonthDayValue
-
Make a copy of this date, time, or dateTime value
- copyAsSubType(AtomicType) - ? ????net.sf.saxon.value.GMonthValue
-
Make a copy of this date, time, or dateTime value
- copyAsSubType(AtomicType) - ? ????net.sf.saxon.value.GYearMonthValue
-
Make a copy of this date, time, or dateTime value
- copyAsSubType(AtomicType) - ? ????net.sf.saxon.value.GYearValue
-
Make a copy of this date, time, or dateTime value
- copyAsSubType(AtomicType) - ? ????net.sf.saxon.value.HexBinaryValue
-
Create a primitive copy of this atomic value (usually so that the type label can be changed).
- copyAsSubType(AtomicType) - ? ????net.sf.saxon.value.Int64Value
-
Create a copy of this atomic value, with a different type label
- copyAsSubType(AtomicType) - ? ????net.sf.saxon.value.NotationValue
-
Create a copy of this atomic value, with a different type label
- copyAsSubType(AtomicType) - ? ????net.sf.saxon.value.ObjectValue
-
Create a copy of this atomic value, with a different type label
- copyAsSubType(AtomicType) - ? ????net.sf.saxon.value.QNameValue
-
Create a copy of this atomic value, with a different type label
- copyAsSubType(AtomicType) - ? ????net.sf.saxon.value.StringValue
-
Create a copy of this atomic value, with a different type label
- copyAsSubType(AtomicType) - ? ????net.sf.saxon.value.TimeValue
-
Make a copy of this time value,
but with a different type label
- copyAsSubType(AtomicType) - ? ????net.sf.saxon.value.UntypedAtomicValue
-
Create a copy of this atomic value, with a different type label
- copyAsSubType(AtomicType) - ? ????net.sf.saxon.value.YearMonthDurationValue
-
Create a copy of this atomic value, with a different type label
- copyCurChar() - ? ????net.sf.saxon.regex.RegexTranslator
-
- CopyInformee - net.sf.saxon.event????
-
A CopyInformee is a Receiver that receives extra information while a tree is being copied.
- copyLocationInfo(Expression, Expression) - ? ??????net.sf.saxon.expr.ExpressionTool
-
Copy location information (the line number and reference to the container) from one expression
to another
- CopyNamespaceSensitiveException - net.sf.saxon.event??????
-
Exception indicating that an attempt was made to copy namespace-sensitive content
without copying its associated namespaces
- CopyNamespaceSensitiveException(String) - ???? ????net.sf.saxon.event.CopyNamespaceSensitiveException
-
- CopyOf - net.sf.saxon.instruct???
-
An xsl:copy-of element in the stylesheet.
- CopyOf(Expression, boolean, int, SchemaType, boolean) - ? ????net.sf.saxon.instruct.CopyOf
-
Create an xsl:copy-of instruction (also used in XQuery for implicit copying)
- copySequence(SequenceIterator, SequenceReceiver) - ? ??????net.sf.saxon.event.SequenceCopier
-
- copyTo(Configuration) - ? ????net.sf.saxon.Configuration
-
- copyTo(char[], int) - ? ????net.sf.saxon.tinytree.CharSlice
-
Append the contents to another array at a given offset.
- cos(double) - ? ??????net.sf.saxon.exslt.Math
-
Get the cosine of a numeric value (SStL)
- COUNT - ? ??????net.sf.saxon.functions.Aggregate
-
- count(SequenceIterator) - ? ??????net.sf.saxon.functions.Aggregate
-
Get the number of items in a sequence identified by a SequenceIterator
- COUNT - ? ??????net.sf.saxon.om.StandardNames
-
- count - ? ????net.sf.saxon.sort.SortedIterator
-
- CP1250CharacterSet - net.sf.saxon.charcode???
-
- CP1251CharacterSet - net.sf.saxon.charcode???
-
- CP1252CharacterSet - net.sf.saxon.charcode???
-
- CP852CharacterSet - net.sf.saxon.charcode???
-
This package defines character set CP852
- createArc(AxisExpression) - ? ????net.sf.saxon.expr.PathMap.PathMapNode
-
Create a new arc
- createArc(AxisExpression, PathMap.PathMapNode) - ? ????net.sf.saxon.expr.PathMap.PathMapNode
-
Create a new arc to an existing target
- createArc(AxisExpression) - ? ????net.sf.saxon.expr.PathMap.PathMapNodeSet
-
Create an arc from each node in this node set to a corresponding newly-created
target node
- createAttribute(String) - ? ????net.sf.saxon.dom.DocumentOverNodeInfo
-
Create an Attr
of the given name.
- createAttributeNS(String, String) - ? ????net.sf.saxon.dom.DocumentOverNodeInfo
-
Create an attribute of the given qualified name and namespace URI.
- createCDATASection(String) - ? ????net.sf.saxon.dom.DocumentOverNodeInfo
-
Create a CDATASection
node whose value is the specified
string.
- createClasspath() - ? ????net.sf.saxon.ant.AntTransform
-
Set the optional classpath to the XSL processor
- createComment(String) - ? ????net.sf.saxon.dom.DocumentOverNodeInfo
-
Create a Comment
node given the specified string.
- createCopy(NodeInfo, NodeInfo) - ? ????net.sf.saxon.om.VirtualCopy.VirtualCopier
-
Method to create the virtual copy of a node encountered when navigating.
- createCopy(NodeInfo, NodeInfo) - ? ????net.sf.saxon.om.VirtualUntypedCopy.VirtualUntypedCopier
-
Method to create the virtual copy of a node encountered when navigating.
- createDocumentFragment() - ? ????net.sf.saxon.dom.DocumentOverNodeInfo
-
Creates an empty DocumentFragment
object.
- createDynamicContext(Item) - ? ????net.sf.saxon.sxpath.XPathExpression
-
Create a dynamic context suitable for evaluating this expression
- createElement(String) - ? ????net.sf.saxon.dom.DocumentOverNodeInfo
-
Creates an element of the type specified.
- createElementNS(String, String) - ? ????net.sf.saxon.dom.DocumentOverNodeInfo
-
Create an element of the given qualified name and namespace URI.
- createEntityReference(String) - ? ????net.sf.saxon.dom.DocumentOverNodeInfo
-
Create an EntityReference
object.
- createExpression(String) - ? ????net.sf.saxon.sxpath.XPathEvaluator
-
Prepare (compile) an XPath expression for subsequent evaluation.
- createExpression(String) - ? ????net.sf.saxon.xpath.XPathEvaluator
-
- createHTMLSerializer(Emitter, Properties, PipelineConfiguration, CharacterMapExpander, ProxyReceiver) - ? ????net.sf.saxon.event.SerializerFactory
-
Create a serialization pipeline to implement the HTML output method.
- createOutputProperty() - ? ????net.sf.saxon.ant.AntTransform
-
Create an instance of an output property to be configured.
- createParam() - ? ????net.sf.saxon.ant.AntTransform
-
Create an instance of an XSL parameter for configuration by Ant.
- createPattern(String) - ? ????net.sf.saxon.sxpath.XPathEvaluator
-
Prepare (compile) an XSLT pattern for subsequent evaluation.
- createProcessingInstruction(String, String) - ? ????net.sf.saxon.dom.DocumentOverNodeInfo
-
Create a ProcessingInstruction
node given the specified
name and data strings.
- createsNewNodes() - ? ????net.sf.saxon.expr.BreakInstr
-
- createsNewNodes() - ? ????net.sf.saxon.expr.IterateInstr
-
Determine whether this instruction creates new nodes.
- createsNewNodes() - ? ????net.sf.saxon.instruct.ApplyImports
-
Determine whether this instruction creates new nodes.
- createsNewNodes() - ? ????net.sf.saxon.instruct.ApplyTemplates
-
Determine whether this instruction creates new nodes.
- createsNewNodes() - ? ????net.sf.saxon.instruct.Block
-
Determine whether this instruction creates new nodes.
- createsNewNodes() - ? ????net.sf.saxon.instruct.CallTemplate
-
Determine whether this instruction creates new nodes.
- createsNewNodes() - ? ????net.sf.saxon.instruct.Choose
-
Determine whether this instruction creates new nodes.
- createsNewNodes() - ? ????net.sf.saxon.instruct.CopyOf
-
Determine whether this instruction creates new nodes.
- createsNewNodes() - ? ????net.sf.saxon.instruct.Doctype
-
Determine whether this instruction creates new nodes.
- createsNewNodes() - ? ????net.sf.saxon.instruct.ForEach
-
Determine whether this instruction creates new nodes.
- createsNewNodes() - ? ????net.sf.saxon.instruct.ForEachGroup
-
Determine whether this instruction creates new nodes.
- createsNewNodes() - ? ????net.sf.saxon.instruct.Instruction
-
Determine whether this instruction creates new nodes.
- createsNewNodes() - ? ????net.sf.saxon.instruct.Message
-
Determine whether this instruction creates new nodes.
- createsNewNodes() - ? ????net.sf.saxon.instruct.ParentNodeConstructor
-
Determine whether this instruction creates new nodes.
- createsNewNodes() - ? ????net.sf.saxon.instruct.SimpleNodeConstructor
-
Determine whether this instruction creates new nodes.
- createsNewNodes() - ? ????net.sf.saxon.instruct.TraceWrapper
-
Determine whether this instruction creates new nodes.
- createsNewNodes() - ? ????net.sf.saxon.instruct.While
-
Determine whether this instruction creates new nodes.
- createsSecondaryResult() - ? ????net.sf.saxon.instruct.Executable
-
Ask whether this executable represents a stylesheet that uses xsl:result-document
to create secondary output documents
- createTextNode(String) - ? ????net.sf.saxon.dom.DocumentOverNodeInfo
-
Create a Text
node given the specified string.
- createTextSerializer(Emitter, Properties, PipelineConfiguration, CharacterMapExpander, ProxyReceiver) - ? ????net.sf.saxon.event.SerializerFactory
-
Create a serialization pipeline to implement the text output method.
- createUserDefinedOutputMethod(String, Properties, PipelineConfiguration) - ? ????net.sf.saxon.event.SerializerFactory
-
Create a serialization pipeline to implement a user-defined output method.
- createXHTMLSerializer(Emitter, Properties, PipelineConfiguration, CharacterMapExpander, ProxyReceiver) - ? ????net.sf.saxon.event.SerializerFactory
-
Create a serialization pipeline to implement the XHTML output method.
- createXMLSerializer(Emitter, Properties, PipelineConfiguration, CharacterMapExpander, ProxyReceiver) - ? ????net.sf.saxon.event.SerializerFactory
-
Create a serialization pipeline to implement the XML output method.
- curChar - ? ????net.sf.saxon.regex.RegexTranslator
-
- current() - ? ????net.sf.saxon.evpull.SequenceComposer
-
Get the current value in the sequence (the one returned by the
most recent call on next()).
- current() - ? ????net.sf.saxon.expr.AppendIterator
-
- current() - ? ????net.sf.saxon.expr.AxisAtomizingIterator
-
- current() - ? ????net.sf.saxon.expr.CardinalityCheckingIterator
-
- current() - ? ????net.sf.saxon.expr.ContextMappingIterator
-
- current() - ? ????net.sf.saxon.expr.DifferenceEnumeration
-
- current() - ? ????net.sf.saxon.expr.ErrorIterator
-
Get the current value in the sequence (the one returned by the
most recent call on next()).
- current() - ? ????net.sf.saxon.expr.EveryItemMappingIterator
-
- current() - ? ????net.sf.saxon.expr.FilterIterator
-
- current() - ? ????net.sf.saxon.expr.IntersectionEnumeration
-
- current() - ? ????net.sf.saxon.expr.ItemMappingIterator
-
- current() - ? ????net.sf.saxon.expr.MappingIterator
-
- current() - ? ????net.sf.saxon.expr.RangeIterator
-
- current() - ? ????net.sf.saxon.expr.ReverseRangeIterator
-
- current() - ? ????net.sf.saxon.expr.StringTokenIterator
-
- current() - ? ????net.sf.saxon.expr.SubsequenceIterator
-
- current() - ? ????net.sf.saxon.expr.TailIterator
-
- current() - ? ????net.sf.saxon.expr.UnionEnumeration
-
- current() - ? ????net.sf.saxon.expr.ValueTailIterator
-
- Current - net.sf.saxon.functions???
-
Implement the XSLT current() function
- Current() - ? ????net.sf.saxon.functions.Current
-
- current() - ? ????net.sf.saxon.functions.DistinctValues.DistinctIterator
-
Get the current value in the sequence (the one returned by the
most recent call on next()).
- current() - ? ????net.sf.saxon.functions.IndexOf.IndexIterator
-
- current() - ? ????net.sf.saxon.functions.Insert.InsertIterator
-
- current() - ? ????net.sf.saxon.functions.Remove.RemoveIterator
-
- current() - ? ????net.sf.saxon.instruct.BlockIterator
-
Get the current value in the sequence (the one returned by the
most recent call on next()).
- current() - ? ????net.sf.saxon.java.JRegexIterator
-
Get the current item in the sequence
- current() - ? ????net.sf.saxon.java.JTokenIterator
-
- current() - ? ????net.sf.saxon.om.ArrayIterator
-
Get the current item in the array
- current - ? ????net.sf.saxon.om.AxisIteratorImpl
-
- current() - ? ????net.sf.saxon.om.AxisIteratorImpl
-
Get the current node in the sequence.
- current() - ? ????net.sf.saxon.om.EmptyIterator
-
Get the current item, that is, the item returned by the most recent call of next().
- current() - ? ????net.sf.saxon.om.ListIterator
-
- current() - ? ????net.sf.saxon.om.NamespaceIterator
-
Get the current item in the sequence.
- current() - ? ????net.sf.saxon.om.PrependIterator
-
Get the current item in the sequence.
- current() - ? ????net.sf.saxon.om.ReverseArrayIterator
-
- current() - ?? ????net.sf.saxon.om.SequenceIterator
-
Get the current value in the sequence (the one returned by the
most recent call on next()).
- current() - ? ????net.sf.saxon.om.SingleNodeIterator
-
- current() - ? ????net.sf.saxon.om.SingletonIterator
-
- current() - ?? ????net.sf.saxon.om.UnfailingIterator
-
Get the current item in the sequence.
- current() - ? ????net.sf.saxon.om.VirtualCopy.VirtualCopier
-
Get the current item in the sequence.
- current() - ? ????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() - ? ????net.sf.saxon.pull.PullFromIterator
-
Get the event most recently returned by next(), or by other calls that change
the position, for example getStringValue() and skipToMatchingEnd().
- current() - ?? ????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() - ? ????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() - ? ????net.sf.saxon.pull.TreeWalker
-
Get the event most recently returned by next(), or by other calls that change
the position, for example getStringValue() and skipToMatchingEnd().
- current() - ? ????net.sf.saxon.pull.VirtualTreeWalker
-
Get the event most recently returned by next(), or by other calls that change
the position, for example getStringValue() and skipToMatchingEnd().
- current() - ? ????net.sf.saxon.sort.DocumentOrderIterator
-
- current() - ? ????net.sf.saxon.sort.GroupAdjacentIterator
-
- current() - ? ????net.sf.saxon.sort.GroupByIterator
-
- current() - ? ????net.sf.saxon.sort.GroupEndingIterator
-
- current() - ? ????net.sf.saxon.sort.GroupStartingIterator
-
- current() - ? ????net.sf.saxon.sort.SortedIterator
-
- current() - ? ????net.sf.saxon.tinytree.TinyTreeWalker
-
Get the event most recently returned by next(), or by other calls that change
the position, for example getStringValue() and skipToMatchingEnd().
- current() - ? ????net.sf.saxon.value.MemoClosure.ProgressiveIterator
-
- current() - ? ????net.sf.saxon.value.StringValue.CharacterIterator
-
- CURRENT_GROUP - ? ??????net.sf.saxon.functions.CurrentGroup
-
- CURRENT_GROUPING_KEY - ? ??????net.sf.saxon.functions.CurrentGroup
-
- currentCapture - ? ????net.sf.saxon.regex.RegexTranslator
-
- CurrentDateTime - net.sf.saxon.functions???
-
This class implements the XPath 2.0 functions
current-date(), current-time(), and current-dateTime(), as
well as the function implicit-timezone().
- CurrentDateTime() - ? ????net.sf.saxon.functions.CurrentDateTime
-
- currentElement - ? ????net.sf.saxon.event.HTMLURIEscaper
-
- currentEvent - ? ????net.sf.saxon.pull.PullFilter
-
- CurrentGroup - net.sf.saxon.functions???
-
Implements the XSLT functions current-group() and current-grouping-key()
- CurrentGroup() - ? ????net.sf.saxon.functions.CurrentGroup
-
- CurrentItemExpression - net.sf.saxon.expr???
-
The expression is generated when compiling the current() function in XSLT.
- CurrentItemExpression() - ? ????net.sf.saxon.expr.CurrentItemExpression
-
- currentRoot - ? ????net.sf.saxon.event.Builder
-
- currentToken - ? ????net.sf.saxon.expr.Tokenizer
-
The number identifying the most recently read token
- currentTokenDisplay() - ? ????net.sf.saxon.expr.ExpressionParser
-
Display the current token in an error message
- currentTokenStartOffset - ? ????net.sf.saxon.expr.Tokenizer
-
The position in the input expression where the current token starts
- currentTokenValue - ? ????net.sf.saxon.expr.Tokenizer
-
The string value of the most recently read token
- cyrillicLower - ? ??????net.sf.saxon.number.AbstractNumberer
-
- cyrillicUpper - ? ??????net.sf.saxon.number.AbstractNumberer
-
- G_DAY - ? ??????net.sf.saxon.type.BuiltInAtomicType
-
- G_MONTH - ? ??????net.sf.saxon.type.BuiltInAtomicType
-
- G_MONTH_DAY - ? ??????net.sf.saxon.type.BuiltInAtomicType
-
- G_YEAR - ? ??????net.sf.saxon.type.BuiltInAtomicType
-
- G_YEAR_MONTH - ? ??????net.sf.saxon.type.BuiltInAtomicType
-
- gatherAllPermittedChildren(IntHashSet) - ? ????net.sf.saxon.type.AnyType
-
Get a list of all the names of elements that can appear as children of an element having this
complex type, as integer fingerprints.
- gatherAllPermittedChildren(IntHashSet) - ?? ????net.sf.saxon.type.ComplexType
-
Get a list of all the names of elements that can appear as children of an element having this
complex type, as integer fingerprints.
- gatherAllPermittedChildren(IntHashSet) - ? ????net.sf.saxon.type.Untyped
-
Get a list of all the names of elements that can appear as children of an element having this
complex type, as integer fingerprints.
- gatherAllPermittedDescendants(IntHashSet) - ? ????net.sf.saxon.type.AnyType
-
Get a list of all the names of elements that can appear as descendants of an element having this
complex type, as integer fingerprints.
- gatherAllPermittedDescendants(IntHashSet) - ?? ????net.sf.saxon.type.ComplexType
-
Get a list of all the names of elements that can appear as descendants of an element having this
complex type, as integer fingerprints.
- gatherAllPermittedDescendants(IntHashSet) - ? ????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.
- gatherAllSubExpressions(Expression, HashSet) - ? ??????net.sf.saxon.expr.ExpressionTool
-
Gather the set of all the subexpressions of an expression (the transitive closure)
- gatherCalledFunctionNames(Expression, List) - ? ??????net.sf.saxon.expr.ExpressionTool
-
Gather a list of the names of the user-defined functions which a given expression calls directly
- gatherCalledFunctions(Expression, List) - ? ??????net.sf.saxon.expr.ExpressionTool
-
Gather a list of all the user-defined functions which a given expression calls directly
- gatherComponentPatterns(Set) - ? ????net.sf.saxon.pattern.UnionPattern
-
Gather the component (non-union) patterns of this union pattern
- gatherComponents(int, Set) - ? ????net.sf.saxon.expr.VennExpression
-
Gather the component operands of a union or intersect expression
- gatherDirectContributingCallees(Set) - ? ????net.sf.saxon.instruct.UserFunction
-
Gather the direct contributing callees of this function.
- gatherOutputProperties(Properties, HashMap) - ? ????net.sf.saxon.style.XSLOutput
-
Validate the properties,
and return the values as additions to a supplied Properties object.
- gatherOutputProperties(StructuredQName) - ? ????net.sf.saxon.style.XSLStylesheet
-
Create an output properties object representing the xsl:output elements in the stylesheet.
- gatherReferencedVariables(Expression, List) - ? ??????net.sf.saxon.expr.ExpressionTool
-
Gather a list of all the variable bindings on which a given expression depends
- gatherVariableReferences(Expression, Binding, List) - ? ??????net.sf.saxon.expr.ExpressionTool
-
Get a list of all references to a particular variable within a subtree
- GB2312CharacterSet - net.sf.saxon.charcode???
-
- GB2312CharacterSet() - ? ????net.sf.saxon.charcode.GB2312CharacterSet
-
- GDateValue - 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() - ? ????net.sf.saxon.value.GDateValue
-
- GDayValue - net.sf.saxon.value???
-
Implementation of the xs:gDay data type
- GDayValue(byte, int) - ? ????net.sf.saxon.value.GDayValue
-
- GDayValue(byte, int, AtomicType) - ? ????net.sf.saxon.value.GDayValue
-
- GE - ? ??????net.sf.saxon.expr.Token
-
Operator ">="
- General() - ? ????net.sf.saxon.expr.PJConverter.General
-
- GENERAL - ? ??????net.sf.saxon.trans.Err
-
- GeneralComparison - 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) - ? ????net.sf.saxon.expr.GeneralComparison
-
Create a relational expression identifying the two operands and the operator
- GeneralComparison10 - 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) - ? ????net.sf.saxon.expr.GeneralComparison10
-
Create a general comparison identifying the two operands and the operator
- GeneralVariable - net.sf.saxon.instruct???
-
This class defines common behaviour across xsl:variable, xsl:param, and xsl:with-param;
also saxon:assign
- GeneralVariable() - ? ????net.sf.saxon.instruct.GeneralVariable
-
Create a general variable
- GENERATE_ID - ? ??????net.sf.saxon.functions.NamePart
-
- generateId(FastStringBuffer) - ? ????net.sf.saxon.dom.NodeWrapper
-
Get a character string that uniquely identifies this node.
- generateId(FastStringBuffer) - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Get a character string that uniquely identifies this node.
- generateId(NodeInfo) - ? ??????net.sf.saxon.functions.Extensions
-
The function saxon:generate-id() is equivalent to the standard XSLT function generate-id().
- generateId(FastStringBuffer) - ? ????net.sf.saxon.jdom.NodeWrapper
-
Get a character string that uniquely identifies this node.
- generateId(FastStringBuffer) - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Get a character string that uniquely identifies this node.
- generateId(FastStringBuffer) - ?? ????net.sf.saxon.om.NodeInfo
-
Construct a character string that uniquely identifies this node.
- generateId(FastStringBuffer) - ? ????net.sf.saxon.om.Orphan
-
Get a character string that uniquely identifies this node.
- generateId(FastStringBuffer) - ? ????net.sf.saxon.om.StrippedNode
-
Get a character string that uniquely identifies this node.
- generateId(FastStringBuffer) - ? ????net.sf.saxon.om.VirtualCopy
-
Get a character string that uniquely identifies this node.
- generateId(FastStringBuffer) - ? ????net.sf.saxon.pull.UnconstructedParent
-
Get a character string that uniquely identifies this node.
- generateId(FastStringBuffer) - ? ????net.sf.saxon.tinytree.TinyDocumentImpl
-
Get a character string that uniquely identifies this node
- generateId(FastStringBuffer) - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Get a character string that uniquely identifies this node
- generateId(FastStringBuffer) - ? ????net.sf.saxon.tree.DocumentImpl
-
Get a character string that uniquely identifies this node
- generateId(FastStringBuffer) - ? ????net.sf.saxon.tree.ElementImpl
-
Get a character string that uniquely identifies this node
- generateId(FastStringBuffer) - ? ????net.sf.saxon.tree.NodeImpl
-
Get a character string that uniquely identifies this node within this document
(The calling code will prepend a document identifier)
- generateId(FastStringBuffer) - ? ????net.sf.saxon.value.TextFragmentValue
-
Get a character string that uniquely identifies this node
- generateId(FastStringBuffer) - ? ????net.sf.saxon.xom.NodeWrapper
-
Get a character string that uniquely identifies this node.
- GenericAtomicComparer - net.sf.saxon.sort???
-
An AtomicComparer used for comparing atomic values of arbitrary item types.
- GenericAtomicComparer(StringCollator, XPathContext) - ? ????net.sf.saxon.sort.GenericAtomicComparer
-
Create an GenericAtomicComparer
- GenericSorter - net.sf.saxon.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() - ? ????net.sf.saxon.sort.GenericSorter
-
Makes this class non instantiable, but still let's others inherit from it.
- get(int) - ? ????net.sf.saxon.functions.FunctionLibraryList
-
Get the n'th function library in the list
- get(StructuredQName) - ? ????net.sf.saxon.instruct.GlobalParameterSet
-
Get a parameter
- get(int) - ? ????net.sf.saxon.instruct.ParameterSet
-
Get a parameter
- get(int) - ? ????net.sf.saxon.sort.IntHashMap
-
Gets the value for this key.
- get(int) - ? ????net.sf.saxon.sort.IntToIntArrayMap
-
Gets the value for this key.
- get(int) - ? ????net.sf.saxon.sort.IntToIntHashMap
-
Gets the value for this key.
- get(int) - ?? ????net.sf.saxon.sort.IntToIntMap
-
Gets the value for this key.
- get(Object) - ? ????net.sf.saxon.sort.LRUCache
-
Retrieves an entry from the cache.
- get(boolean) - ? ??????net.sf.saxon.value.BooleanValue
-
Factory method: get a BooleanValue
- getAction() - ? ????net.sf.saxon.expr.Assignation
-
Get the action expression
- getAction() - ? ????net.sf.saxon.trans.Rule
-
- getActionExpression() - ? ????net.sf.saxon.expr.IterateInstr
-
Get the action expression (the content of the for-each)
- getActionExpression() - ? ????net.sf.saxon.instruct.ForEach
-
Get the action expression (the content of the for-each)
- getActionExpression() - ? ????net.sf.saxon.instruct.ForEachGroup
-
Get the action expression (the content of the for-each-group)
- getActionExpression() - ? ????net.sf.saxon.instruct.While
-
Get the action expression (the content of the for-each)
- getActions() - ? ????net.sf.saxon.instruct.Choose
-
Get the array of actions to be performed
- getActiveNamespaceCodes() - ? ????net.sf.saxon.query.QueryModule
-
Get an array containing the namespace codes of all active namespaces.
- getActiveNamespaces() - ? ????net.sf.saxon.instruct.Copy
-
Callback to get a list of the intrinsic namespaces that need to be generated for the element.
- getActiveNamespaces() - ? ????net.sf.saxon.instruct.ElementCreator
-
Callback to get a list of the intrinsic namespaces that need to be generated for the element.
- getActiveNamespaces() - ? ????net.sf.saxon.instruct.FixedElement
-
Callback to get a list of the intrinsic namespaces that need to be generated for the element.
- getAffectedTrees() - ?? ????net.sf.saxon.expr.PendingUpdateList
-
Get the root nodes of the trees that are affected by updates in the pending update list
- getAllCollations() - ? ????net.sf.saxon.query.StaticQueryContext
-
Get a HashMap that maps all registered collations to Comparators.
- getAllFunctions() - ? ????net.sf.saxon.style.StylesheetFunctionLibrary
-
Get a list of all functions in this StylesheetFunctionLibrary
- getAllImportedSchemata() - ? ????net.sf.saxon.query.QueryModule
-
For the top-level module only, get all the schema modules imported anywhere in the query.
- getAllStylesheetFunctions() - ? ????net.sf.saxon.style.StyleElement
-
Get a list of all stylesheet functions, excluding any that are masked by one of higher precedence
- getAlphaArray() - ? ????net.sf.saxon.tinytree.TinyTree
-
Get the array holding alpha information
- getAncestorPattern() - ? ????net.sf.saxon.pattern.LocationPathPattern
-
Get the pattern applying to an ancestor node, if there is one
- getAnnotation() - ? ????net.sf.saxon.instruct.AttributeCreator
-
Get the type annotation fingerprint to be used on the attribute event
- getAnnotationStripper(Receiver) - ? ????net.sf.saxon.Configuration
-
Add to a pipeline a receiver that strips all type annotations.
- getAnother() - ? ????net.sf.saxon.event.Stripper
-
Get a clean copy of this stripper
- getAnother() - ? ????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() - ? ????net.sf.saxon.expr.AppendIterator
-
- getAnother() - ? ????net.sf.saxon.expr.AxisAtomizingIterator
-
- getAnother() - ? ????net.sf.saxon.expr.CardinalityCheckingIterator
-
- getAnother() - ? ????net.sf.saxon.expr.ContextMappingIterator
-
- getAnother() - ? ????net.sf.saxon.expr.DifferenceEnumeration
-
- getAnother() - ? ????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() - ? ????net.sf.saxon.expr.EveryItemMappingIterator
-
- getAnother() - ? ????net.sf.saxon.expr.FilterIterator
-
Get another iterator to return the same nodes
- getAnother() - ? ????net.sf.saxon.expr.FilterIterator.Leading
-
Get another iterator to return the same nodes
- getAnother() - ? ????net.sf.saxon.expr.FilterIterator.NonNumeric
-
Get another iterator to return the same nodes
- getAnother() - ? ????net.sf.saxon.expr.IntersectionEnumeration
-
- getAnother() - ? ????net.sf.saxon.expr.ItemMappingIterator
-
- getAnother() - ? ????net.sf.saxon.expr.MappingIterator
-
- getAnother() - ? ????net.sf.saxon.expr.RangeIterator
-
- getAnother() - ? ????net.sf.saxon.expr.ReverseRangeIterator
-
- getAnother() - ?? ????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() - ? ????net.sf.saxon.expr.StringTokenIterator
-
- getAnother() - ? ????net.sf.saxon.expr.SubsequenceIterator
-
Get another iterator to return the same nodes
- getAnother() - ? ????net.sf.saxon.expr.TailIterator
-
- getAnother() - ? ????net.sf.saxon.expr.UnionEnumeration
-
- getAnother() - ? ????net.sf.saxon.expr.ValueTailIterator
-
- getAnother() - ? ????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() - ? ????net.sf.saxon.functions.IndexOf.IndexIterator
-
- getAnother() - ? ????net.sf.saxon.functions.Insert.InsertIterator
-
- getAnother() - ? ????net.sf.saxon.functions.Remove.RemoveIterator
-
- getAnother() - ? ????net.sf.saxon.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() - ? ????net.sf.saxon.java.JRegexIterator
-
Get another iterator over the same items
- getAnother() - ? ????net.sf.saxon.java.JTokenIterator
-
- getAnother() - ? ????net.sf.saxon.om.AllElementStripper
-
- getAnother() - ? ????net.sf.saxon.om.ArrayIterator
-
Get another iterator over the same items
- getAnother() - ? ????net.sf.saxon.om.EmptyIterator
-
Get another iterator over the same items, positioned at the start.
- getAnother() - ? ????net.sf.saxon.om.ListIterator
-
- getAnother() - ? ????net.sf.saxon.om.NamespaceIterator
-
Get another iterator over the same sequence of items, positioned at the
start of the sequence
- getAnother() - ? ????net.sf.saxon.om.Navigator.AncestorEnumeration
-
- getAnother() - ? ????net.sf.saxon.om.Navigator.AxisFilter
-
- getAnother() - ? ????net.sf.saxon.om.Navigator.BaseEnumeration
-
- getAnother() - ? ????net.sf.saxon.om.Navigator.DescendantEnumeration
-
- getAnother() - ? ????net.sf.saxon.om.Navigator.FollowingEnumeration
-
- getAnother() - ? ????net.sf.saxon.om.Navigator.PrecedingEnumeration
-
- getAnother() - ? ????net.sf.saxon.om.NodeArrayIterator
-
Get another iterator over the same items
- getAnother() - ? ????net.sf.saxon.om.PrependIterator
-
Get another iterator over the same sequence of items, positioned at the
start of the sequence
- getAnother() - ? ????net.sf.saxon.om.ReverseArrayIterator
-
- getAnother() - ? ????net.sf.saxon.om.ReverseNodeArrayIterator
-
Get another iterator over the same items
- getAnother() - ?? ????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() - ? ????net.sf.saxon.om.SingleNodeIterator
-
- getAnother() - ? ????net.sf.saxon.om.SingletonIterator
-
- getAnother() - ?? ????net.sf.saxon.om.UnfailingIterator
-
Get another iterator over the same sequence of items, positioned at the
start of the sequence.
- getAnother() - ? ????net.sf.saxon.om.VirtualCopy.VirtualCopier
-
Get another iterator over the same sequence of items, positioned at the
start of the sequence
- getAnother() - ? ????net.sf.saxon.om.VirtualUntypedCopy.VirtualUntypedCopier
-
Get another iterator over the same sequence of items, positioned at the
start of the sequence
- getAnother() - ? ????net.sf.saxon.sort.DocumentOrderIterator
-
- getAnother() - ? ????net.sf.saxon.sort.GroupAdjacentIterator
-
- getAnother() - ? ????net.sf.saxon.sort.GroupByIterator
-
- getAnother() - ? ????net.sf.saxon.sort.GroupEndingIterator
-
- getAnother() - ? ????net.sf.saxon.sort.GroupStartingIterator
-
- getAnother() - ? ????net.sf.saxon.sort.SortedIterator
-
- getAnother() - ? ????net.sf.saxon.style.StylesheetStripper
-
- getAnother() - ? ????net.sf.saxon.value.MemoClosure.ProgressiveIterator
-
- getAnother() - ? ????net.sf.saxon.value.StringValue.CharacterIterator
-
- getArcs() - ? ????net.sf.saxon.expr.PathMap.PathMapNode
-
Get the arcs emanating from this node in the PathMap
- getArgumentConverters() - ? ????net.sf.saxon.functions.ExtensionFunctionCall
-
Get the converters used to convert the arguments from XPath values to Java values
- getArgumentEvaluationModes() - ? ????net.sf.saxon.expr.UserFunctionCall
-
Get the evaluation modes that have been determined for each of the arguments
- getArguments() - ? ????net.sf.saxon.expr.FunctionCall
-
Get the expressions supplied as actual arguments to the function
- getArguments() - ? ????net.sf.saxon.expr.UserFunctionCall
-
Get the arguments (the expressions supplied in the function call)
- getArgumentType(int) - ? ????net.sf.saxon.instruct.UserFunction
-
Get the required types of an argument to this function
- getArgumentTypes() - ? ????net.sf.saxon.query.XQueryFunction
-
Get the declared types of the arguments of this function
- getArray() - ? ????net.sf.saxon.om.ArrayIterator
-
Get the underlying array
- getAssociatedStylesheet(Source, String, String, String) - ? ????net.sf.saxon.TransformerFactoryImpl
-
Get the stylesheet specification(s) associated
via the xml-stylesheet processing instruction (see
http://www.w3.org/TR/xml-stylesheet/) with the document
document specified in the source parameter, and that match
the given criteria.
- getAssociatedStylesheets() - ? ????net.sf.saxon.event.PIGrabber
-
Return list of stylesheets that matched, as an array of Source objects
- getAtomicComparer() - ? ????net.sf.saxon.expr.CompareToIntegerConstant
-
Get the AtomicComparer used to compare atomic values.
- getAtomicComparer() - ?? ????net.sf.saxon.expr.ComparisonExpression
-
Get the AtomicComparer used to compare atomic values.
- getAtomicComparer() - ? ????net.sf.saxon.expr.GeneralComparison
-
Get the AtomicComparer used to compare atomic values.
- getAtomicComparer() - ? ????net.sf.saxon.expr.SingletonComparison
-
- getAtomicComparer() - ? ????net.sf.saxon.expr.ValueComparison
-
Get the AtomicComparer used to compare atomic values.
- getAtomicComparer(int, XPathContext) - ? ????net.sf.saxon.functions.CollatingFunction
-
Get a GenericAtomicComparer that can be used to compare values.
- getAtomicComparer() - ? ????net.sf.saxon.functions.DistinctValues
-
Get the AtomicComparer allocated at compile time.
- getAtomicType(QName) - ? ????net.sf.saxon.s9api.ItemTypeFactory
-
Get an item type representing an atomic type.
- getAtomicValue() - ? ????net.sf.saxon.pull.PullFilter
-
Get an atomic value.
- getAtomicValue() - ? ????net.sf.saxon.pull.PullFromIterator
-
Get an atomic value.
- getAtomicValue() - ?? ????net.sf.saxon.pull.PullProvider
-
Get an atomic value.
- getAtomicValue() - ? ????net.sf.saxon.pull.StaxBridge
-
Get an atomic value.
- getAtomicValue() - ? ????net.sf.saxon.pull.TreeWalker
-
Get an atomic value.
- getAtomicValue() - ? ????net.sf.saxon.pull.VirtualTreeWalker
-
Get an atomic value.
- getAtomicValue() - ? ????net.sf.saxon.tinytree.TinyTreeWalker
-
Get an atomic value.
- getAtomizedItemType(Expression, boolean, TypeHierarchy) - ? ??????net.sf.saxon.expr.Atomizer
-
Compute the type that will result from atomizing the result of a given expression
- getAtomizedItemType() - ? ????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() - ? ????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() - ? ????net.sf.saxon.pattern.NodeKindTest
-
Get the content type allowed by this NodeTest (that is, the type annotation).
- getAtomizedItemType() - ? ????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() - ? ????net.sf.saxon.type.AnyItemType
-
- getAtomizedItemType() - ? ????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() - ? ????net.sf.saxon.type.ExternalObjectType
-
Get the item type of the atomic values that will be produced when an item
of this type is atomized
- getAtomizedItemType() - ?? ????net.sf.saxon.type.ItemType
-
Get the item type of the atomic values that will be produced when an item
of this type is atomized
- getAtomizingIterator(SequenceIterator) - ? ??????net.sf.saxon.expr.Atomizer
-
Get an iterator that returns the result of atomizing the sequence delivered by the supplied
iterator
- getAttribute(String) - ? ????net.sf.saxon.dom.DocumentBuilderFactoryImpl
-
Allows the user to retrieve specific attributes on the underlying
implementation.
- getAttribute(String) - ? ????net.sf.saxon.dom.ElementOverNodeInfo
-
Retrieves an attribute value by name.
- getAttribute(int) - ? ????net.sf.saxon.event.StartTagBuffer
-
Get the value of the current attribute with a given nameCode
- getAttribute(int) - ? ????net.sf.saxon.evpull.StartElementEvent
-
Get the n'th attribute if there is one
- getAttribute(String) - ? ????net.sf.saxon.TransformerFactoryImpl
-
Allows the user to retrieve specific attributes on the underlying
implementation.
- getAttributeCount() - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getAttributeCount() - ? ????net.sf.saxon.evpull.StartElementEvent
-
Ask how may attributes the element has
- getAttributeCount() - ? ????net.sf.saxon.pull.PullToStax
-
- getAttributeDeclaration(int) - ? ????net.sf.saxon.Configuration
-
Get a global attribute declaration.
- getAttributeList() - ? ????net.sf.saxon.tree.ElementImpl
-
Get the attribute list for this element.
- getAttributeLocalName(int) - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getAttributeLocalName(int) - ? ????net.sf.saxon.pull.PullToStax
-
- getAttributeName(int) - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getAttributeName(int) - ? ????net.sf.saxon.pull.PullToStax
-
- getAttributeNameCode() - ? ????net.sf.saxon.instruct.FixedAttribute
-
Get the name pool name code of the attribute to be constructed
- getAttributeNameCodeArray() - ? ????net.sf.saxon.tinytree.TinyTree
-
Get the array used to hold the name codes of all attributes
- getAttributeNamespace(int) - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getAttributeNamespace(int) - ? ????net.sf.saxon.pull.PullToStax
-
- getAttributeNode(String) - ? ????net.sf.saxon.dom.ElementOverNodeInfo
-
Retrieves an attribute node by name.
- getAttributeNodeNS(String, String) - ? ????net.sf.saxon.dom.ElementOverNodeInfo
-
Retrieves an Attr
node by local name and namespace URI.
- getAttributeNS(String, String) - ? ????net.sf.saxon.dom.ElementOverNodeInfo
-
Retrieves an attribute value by local name and namespace URI.
- getAttributeParentArray() - ? ????net.sf.saxon.tinytree.TinyTree
-
Get the array used to hold the parent pointers of all attributes
- getAttributePrefix(int) - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getAttributePrefix(int) - ? ????net.sf.saxon.pull.PullToStax
-
- getAttributes() - ? ????net.sf.saxon.dom.NodeOverNodeInfo
-
Return a NamedNodeMap
containing the attributes of this node (if
it is an Element
) or null
otherwise.
- getAttributes() - ? ????net.sf.saxon.pull.PullFilter
-
Get the attributes associated with the current element.
- getAttributes() - ? ????net.sf.saxon.pull.PullFromIterator
-
Get the attributes associated with the current element.
- getAttributes() - ? ????net.sf.saxon.pull.PullNamespaceReducer
-
Get the attributes associated with the current element.
- getAttributes() - ?? ????net.sf.saxon.pull.PullProvider
-
Get the attributes associated with the current element.
- getAttributes() - ? ????net.sf.saxon.pull.StaxBridge
-
Get the attributes associated with the current element.
- getAttributes() - ? ????net.sf.saxon.pull.TreeWalker
-
Get the attributes associated with the current element.
- getAttributes() - ? ????net.sf.saxon.pull.VirtualTreeWalker
-
Get the attributes associated with the current element.
- getAttributes() - ? ????net.sf.saxon.tinytree.TinyTreeWalker
-
Get the attributes associated with the current element.
- getAttributeSetName() - ? ????net.sf.saxon.style.XSLAttributeSet
-
Get the name of this attribute set
- getAttributeSets(String, List) - ? ????net.sf.saxon.style.StyleElement
-
Get the list of attribute-sets associated with this element.
- getAttributeTest(QName, QName) - ? ????net.sf.saxon.s9api.ItemTypeFactory
-
Get an ItemType that tests an element name and/or schema type.
- getAttributeType(int) - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getAttributeType(int) - ? ????net.sf.saxon.pull.PullToStax
-
- getAttributeTypeCodeArray() - ? ????net.sf.saxon.tinytree.TinyTree
-
Get the array used to hold the type codes of all attributes
- getAttributeUseType(int) - ? ????net.sf.saxon.type.AnyType
-
Find an attribute use within this complex type definition having a given attribute name
(identified by fingerprint), and return the schema type associated with that attribute.
- getAttributeUseType(int) - ?? ????net.sf.saxon.type.ComplexType
-
Find an attribute use within this complex type definition having a given attribute name
(identified by fingerprint), and return the schema type associated with that attribute.
- getAttributeUseType(int) - ? ????net.sf.saxon.type.Untyped
-
Find an attribute use within this complex type definition having a given attribute name
(identified by fingerprint), and return the schema type associated with that attribute.
- getAttributeValue(int) - ? ????net.sf.saxon.dom.NodeWrapper
-
Get the value of a given attribute of this node
- getAttributeValue(int) - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Get the value of a given attribute of this node
- getAttributeValue(int) - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getAttributeValue(String, String) - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getAttributeValue(int) - ? ????net.sf.saxon.jdom.NodeWrapper
-
Get the value of a given attribute of this node
- getAttributeValue(int) - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Get the value of a given attribute of this node
- getAttributeValue(NodeInfo, String, String) - ? ??????net.sf.saxon.om.Navigator
-
Get the string value of an attribute of a given element, given the URI and
local part of the attribute name.
- getAttributeValue(int) - ?? ????net.sf.saxon.om.NodeInfo
-
Get the string value of a given attribute of this node
- getAttributeValue(int) - ? ????net.sf.saxon.om.Orphan
-
Get the value of a given attribute of this node
- getAttributeValue(int) - ? ????net.sf.saxon.om.StrippedNode
-
Get the value of a given attribute of this node
- getAttributeValue(int) - ? ????net.sf.saxon.om.VirtualCopy
-
Get the value of a given attribute of this node
- getAttributeValue(int) - ? ????net.sf.saxon.pull.PullToStax
-
- getAttributeValue(String, String) - ? ????net.sf.saxon.pull.PullToStax
-
- getAttributeValue(int) - ? ????net.sf.saxon.pull.UnconstructedParent
-
Get the value of a given attribute of this node
- getAttributeValue(QName) - ? ????net.sf.saxon.s9api.XdmNode
-
Get the string value of a named attribute of this element
- getAttributeValue(String) - ? ????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(int) - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Get the value of a given attribute of this node
- getAttributeValue(int) - ? ????net.sf.saxon.tree.ElementImpl
-
Get the value of a given attribute of this node
- getAttributeValue(String, String) - ? ????net.sf.saxon.tree.ElementImpl
-
Get the value of a given attribute of this node
- getAttributeValue(int) - ? ????net.sf.saxon.tree.NodeImpl
-
Get the value of a given attribute of this node
- getAttributeValue(int) - ? ????net.sf.saxon.value.TextFragmentValue
-
Get the value of a given attribute of this node
- getAttributeValue(int) - ? ????net.sf.saxon.xom.NodeWrapper
-
Get the value of a given attribute of this node
- getAttributeValueArray() - ? ????net.sf.saxon.tinytree.TinyTree
-
Get the array used to hold the name codes of all attributes
- getAxis() - ? ????net.sf.saxon.expr.AxisExpression
-
Get the axis
- getAxisNumber(String) - ? ??????net.sf.saxon.om.Axis
-
Resolve an axis name into a symbolic constant representing the axis
- getAxisNumber() - ?? ????net.sf.saxon.s9api.Axis
-
Get the axis number, as defined in class
Axis
- getBaseComparer() - ? ????net.sf.saxon.sort.DescendingComparer
-
Get the underlying (ascending) comparer
- getBaseComparer() - ? ????net.sf.saxon.sort.EmptyGreatestComparer
-
Get the underlying comparer (which compares empty least)
- getBaseComparer() - ? ????net.sf.saxon.sort.TextComparer
-
Get the underlying comparer (which doesn't do conversion to string)
- getBaseExpression() - ? ????net.sf.saxon.expr.FilterExpression
-
Get the underlying expression
- getBaseExpression() - ? ????net.sf.saxon.expr.TailExpression
-
Get the base expression (of which this expression returns the tail part of the value)
- getBaseExpression() - ? ????net.sf.saxon.expr.UnaryExpression
-
- getBaseExpression() - ? ????net.sf.saxon.sort.SortExpression
-
Get the expression defining the sequence being sorted
- getBaseExpression() - ? ????net.sf.saxon.sort.TupleSorter
-
Get the base expression, the expression that computes the sequence to be sorted
- getBaseOutputURI() - ? ????net.sf.saxon.Controller
-
Get the base output URI.
- getBaseType() - ? ????net.sf.saxon.type.AnySimpleType
-
Get the base type
- getBaseType() - ? ????net.sf.saxon.type.AnyType
-
Get the base type
- getBaseType() - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Returns the base type that this type inherits from.
- getBaseType() - ? ????net.sf.saxon.type.BuiltInListType
-
Returns the base type that this type inherits from.
- getBaseType() - ? ????net.sf.saxon.type.ExternalObjectType
-
Returns the base type that this type inherits from.
- getBaseType() - ?? ????net.sf.saxon.type.SchemaType
-
Returns the base type that this type inherits from.
- getBaseType() - ? ????net.sf.saxon.type.Untyped
-
Returns the base type that this type inherits from.
- getBaseURI() - ? ????net.sf.saxon.dom.NodeOverNodeInfo
-
Get the base URI for the node.
- getBaseURI() - ? ????net.sf.saxon.dom.NodeWrapper
-
Get the Base URI for the node, that is, the URI used for resolving a relative URI contained
in the node.
- getBaseURI() - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Get the Base URI for the node, that is, the URI used for resolving a relative URI contained
in the node.
- getBaseURI() - ? ????net.sf.saxon.event.Builder
-
Get the base URI of the document node of the tree being constructed by this builder
- getBaseURI() - ?? ????net.sf.saxon.expr.StaticContext
-
Get the Base URI of the stylesheet element, for resolving any relative URI's used
in the expression.
- getBaseURI() - ? ????net.sf.saxon.instruct.ParentNodeConstructor
-
Get the static base URI of the instruction
- getBaseURI() - ? ????net.sf.saxon.jdom.NodeWrapper
-
Get the Base URI for the node, that is, the URI used for resolving a relative URI contained
in the node.
- getBaseURI() - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Get the Base URI for the node, that is, the URI used for resolving a relative URI contained
in the node.
- getBaseURI(NodeInfo) - ? ??????net.sf.saxon.om.Navigator
-
Helper method to get the base URI of an element or processing instruction node
- getBaseURI() - ?? ????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() - ? ????net.sf.saxon.om.Orphan
-
Get the Base URI for the node, that is, the URI used for resolving a relative URI contained
in the node.
- getBaseURI() - ? ????net.sf.saxon.om.StrippedNode
-
Get the Base URI for the node, that is, the URI used for resolving a relative URI contained
in the node.
- getBaseURI() - ? ????net.sf.saxon.om.VirtualCopy
-
Get the Base URI for the node, that is, the URI used for resolving a relative URI contained
in the node.
- getBaseURI() - ? ????net.sf.saxon.pull.UnconstructedElement
-
Get the Base URI for the node, that is, the URI used for resolving a relative URI contained
in the node.
- getBaseURI() - ? ????net.sf.saxon.pull.UnconstructedParent
-
Get the Base URI for the node, that is, the URI used for resolving a relative URI contained
in the node.
- getBaseURI() - ? ????net.sf.saxon.pull.UnparsedEntity
-
Get the base URI of the unparsed entity
- getBaseURI() - ? ????net.sf.saxon.query.QueryModule
-
Get the base URI for a module
- getBaseURI() - ? ????net.sf.saxon.query.StaticQueryContext
-
Get the Base URI of the query, for resolving any relative URI's used
in the expression.
- getBaseURI() - ? ????net.sf.saxon.s9api.DocumentBuilder
-
Get the base URI of documents loaded using this DocumentBuilder when no other URI is available.
- getBaseURI() - ? ????net.sf.saxon.s9api.XdmDestination
-
Get the base URI that will be used for the document node when the XdmDestination is written to.
- getBaseURI() - ? ????net.sf.saxon.s9api.XdmNode
-
Get the base URI of this node
- getBaseURI() - ? ????net.sf.saxon.s9api.XPathCompiler
-
Get the static base URI for XPath expressions compiled using this XPathCompiler.
- getBaseURI() - ? ????net.sf.saxon.s9api.XQueryCompiler
-
Get the static base URI for the query
- getBaseURI() - ? ????net.sf.saxon.sort.SortKeyDefinition
-
Get the static base URI of the expression.
- getBaseURI() - ? ????net.sf.saxon.style.ExpressionContext
-
Get the Base URI of the element containing the expression, for resolving any
relative URI's used in the expression.
- getBaseURI() - ? ????net.sf.saxon.sxpath.AbstractStaticContext
-
Get the Base URI, for resolving any relative URI's used
in the expression.
- getBaseURI() - ? ????net.sf.saxon.tinytree.TinyDocumentImpl
-
Get the base URI of this root node.
- getBaseURI() - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Get the base URI for the node.
- getBaseURI() - ? ????net.sf.saxon.tree.DocumentImpl
-
Get the base URI of this root node.
- getBaseURI() - ? ????net.sf.saxon.tree.ElementImpl
-
Get the base URI of this element node.
- getBaseURI() - ? ????net.sf.saxon.tree.NodeImpl
-
Get the base URI for the node.
- getBaseURI() - ? ????net.sf.saxon.value.TextFragmentValue
-
Get the base URI for the document node.
- getBaseURI() - ? ????net.sf.saxon.xom.NodeWrapper
-
Get the Base URI for the node, that is, the URI used for resolving a
relative URI contained in the node.
- getBetaArray() - ? ????net.sf.saxon.tinytree.TinyTree
-
Get the array holding beta information
- getBinaryValue() - ? ????net.sf.saxon.value.Base64BinaryValue
-
Get the binary value
- getBinaryValue() - ? ????net.sf.saxon.value.HexBinaryValue
-
Get the binary value
- getBindery() - ? ????net.sf.saxon.Controller
-
Get the current bindery.
- getBinding() - ? ????net.sf.saxon.expr.VariableReference
-
Get the object bound to the variable
- getBlock() - ? ????net.sf.saxon.type.AnySimpleType
-
- getBlock() - ? ????net.sf.saxon.type.AnyType
-
- getBlock() - ? ????net.sf.saxon.type.BuiltInAtomicType
-
- getBlock() - ? ????net.sf.saxon.type.BuiltInListType
-
- getBlock() - ? ????net.sf.saxon.type.ExternalObjectType
-
- getBlock() - ?? ????net.sf.saxon.type.SchemaType
-
- getBlock() - ? ????net.sf.saxon.type.Untyped
-
- getBody() - ? ????net.sf.saxon.instruct.Procedure
-
- getBody() - ? ????net.sf.saxon.query.XQueryFunction
-
Get the body of the function
- getBooleanValue() - ? ????net.sf.saxon.s9api.XdmAtomicValue
-
Get the value converted to a boolean using the XPath casting rules
- getBooleanValue() - ? ????net.sf.saxon.value.BooleanValue
-
Get the value
- getBuiltInBaseType() - ? ????net.sf.saxon.type.AnySimpleType
-
Get the built-in ancestor of this type in the type hierarchy
- getBuiltInBaseType() - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Returns the built-in base type this type is derived from.
- getBuiltInBaseType() - ? ????net.sf.saxon.type.BuiltInListType
-
- getBuiltInBaseType() - ? ????net.sf.saxon.type.ExternalObjectType
-
Returns the built-in base type this type is derived from.
- getBuiltInBaseType() - ?? ????net.sf.saxon.type.SimpleType
-
Get the built-in type from which this type is derived by restriction
- getBuiltInItemType(String, String) - ? ??????net.sf.saxon.type.Type
-
Get the ItemType object for a built-in type
- getCachedName(int) - ? ????net.sf.saxon.event.XMLEmitter
-
Get a name from the local name cache
- getCachedStylesheet(String, String) - ? ????net.sf.saxon.PreparedStylesheet
-
Get a "next in chain" stylesheet.
- getCalculator() - ? ????net.sf.saxon.expr.ArithmeticExpression
-
Get the calculator allocated to evaluate this expression
- getCalculator(int, int, int, boolean) - ? ??????net.sf.saxon.expr.Calculator
-
Factory method to get a calculator for a given combination of types
- getCalculatorSetName(int, int) - ? ??????net.sf.saxon.expr.Calculator
-
Get the name of the calculator set for a given combination of types
- getCalendar() - ? ????net.sf.saxon.value.CalendarValue
-
Get a Java Calendar object that represents this date/time value.
- getCalendar() - ? ????net.sf.saxon.value.DateTimeValue
-
Get a Java Calendar object representing the value of this DateTime.
- getCalendar() - ? ????net.sf.saxon.value.GDateValue
-
- getCalendar() - ? ????net.sf.saxon.value.TimeValue
-
Get a Java Calendar object corresponding to this time, on a reference date
- getCalendarName(String) - ? ????net.sf.saxon.number.AbstractNumberer
-
Get the name of a calendar
- getCalendarName(String) - ?? ????net.sf.saxon.number.Numberer
-
Get the name of a calendar
- getCalendarName(String) - ? ????net.sf.saxon.number.Numberer_de
-
Get the name of a calendar
- getCaller() - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Get the calling XPathContext (the next one down the stack).
- getCaller() - ?? ????net.sf.saxon.expr.XPathContext
-
Get the calling XPathContext (the next one down the stack).
- getCaller() - ? ????net.sf.saxon.expr.XPathContextMinor
-
Get the calling XPathContext (the next one down the stack).
- getCanonicalClass(int) - ? ????net.sf.saxon.codenorm.NormalizerData
-
Gets the combining class of a character from the
Unicode Character Database.
- getCanonicalLexicalRepresentation() - ? ????net.sf.saxon.value.DateTimeValue
-
Get the canonical lexical representation as defined in XML Schema.
- getCanonicalLexicalRepresentation() - ? ????net.sf.saxon.value.DateValue
-
Get the canonical lexical representation as defined in XML Schema.
- getCanonicalLexicalRepresentation() - ? ????net.sf.saxon.value.DecimalValue
-
Get the canonical lexical representation as defined in XML Schema.
- getCanonicalLexicalRepresentation() - ? ????net.sf.saxon.value.DoubleValue
-
Get the canonical lexical representation as defined in XML Schema.
- getCanonicalLexicalRepresentation() - ? ????net.sf.saxon.value.FloatValue
-
Get the canonical lexical representation as defined in XML Schema.
- getCanonicalLexicalRepresentation() - ? ????net.sf.saxon.value.TimeValue
-
Get the canonical lexical representation as defined in XML Schema.
- getCanonicalLexicalRepresentation() - ? ????net.sf.saxon.value.Value
-
Get the canonical lexical representation as defined in XML Schema.
- getCardinality() - ? ????net.sf.saxon.expr.Expression
-
Determine the static cardinality of the expression.
- getCardinality() - ? ????net.sf.saxon.expr.JPConverter.FromBooleanArray
-
- getCardinality() - ? ????net.sf.saxon.expr.JPConverter.FromByteArray
-
- getCardinality() - ? ????net.sf.saxon.expr.JPConverter.FromCollection
-
Get the cardinality of the XPath value that will result from the conversion
- getCardinality() - ? ????net.sf.saxon.expr.JPConverter.FromDoubleArray
-
- getCardinality() - ? ????net.sf.saxon.expr.JPConverter.FromFloatArray
-
- getCardinality() - ? ????net.sf.saxon.expr.JPConverter.FromIntArray
-
- getCardinality() - ? ????net.sf.saxon.expr.JPConverter.FromLongArray
-
- getCardinality() - ? ????net.sf.saxon.expr.JPConverter.FromObjectArray
-
- getCardinality() - ? ????net.sf.saxon.expr.JPConverter.FromSequenceIterator
-
- getCardinality() - ? ????net.sf.saxon.expr.JPConverter.FromShortArray
-
- getCardinality() - ? ????net.sf.saxon.expr.JPConverter.FromValueRepresentation
-
- getCardinality() - ? ????net.sf.saxon.expr.JPConverter
-
Get the cardinality of the XPath value that will result from the conversion
- getCardinality() - ? ????net.sf.saxon.instruct.Block
-
Determine the cardinality of the expression
- getCardinality() - ? ????net.sf.saxon.instruct.Comment
-
- getCardinality() - ? ????net.sf.saxon.instruct.ComputedAttribute
-
Get the static cardinality of this expression
- getCardinality() - ? ????net.sf.saxon.instruct.CopyOf
-
- getCardinality() - ? ????net.sf.saxon.instruct.FixedAttribute
-
- getCardinality() - ? ????net.sf.saxon.instruct.GeneralVariable
-
Get the cardinality of the result of this instruction.
- getCardinality() - ? ????net.sf.saxon.instruct.Message
-
Get the static cardinality.
- getCardinality() - ? ????net.sf.saxon.instruct.Namespace
-
- getCardinality() - ? ????net.sf.saxon.instruct.ParentNodeConstructor
-
- getCardinality() - ? ????net.sf.saxon.instruct.ProcessingInstruction
-
- getCardinality() - ? ????net.sf.saxon.instruct.TraceWrapper
-
Determine the static cardinality of the expression.
- getCardinality() - ? ????net.sf.saxon.pattern.PatternSponsor
-
Determine the static cardinality of the expression.
- getCardinality() - ?? ????net.sf.saxon.s9api.OccurrenceIndicator
-
- getCardinality() - ? ????net.sf.saxon.sort.ConditionalSorter
-
Determine the static cardinality of the expression.
- getCardinality() - ? ????net.sf.saxon.value.AtomicValue
-
Determine the static cardinality
- getCardinality() - ? ????net.sf.saxon.value.Closure
-
Get the cardinality
- getCardinality() - ? ????net.sf.saxon.value.EmptySequence
-
Determine the static cardinality
- getCardinality() - ? ????net.sf.saxon.value.IntegerRange
-
Determine the cardinality
- getCardinality() - ? ????net.sf.saxon.value.SequenceExtent
-
Determine the cardinality
- getCardinality() - ? ????net.sf.saxon.value.SequenceType
-
Get the cardinality component of this SequenceType.
- getCardinality() - ? ????net.sf.saxon.value.ShareableSequence
-
Determine the cardinality
- getCardinality() - ? ????net.sf.saxon.value.SingletonNode
-
Determine the static cardinality
- getCardinality() - ? ????net.sf.saxon.value.Value
-
Determine the cardinality
- getCardinalityCode(int) - ? ??????net.sf.saxon.expr.StaticProperty
-
Reduce the cardinality value to an integer in the range 0-7
- getCardinalityDescription(int) - ? ??????net.sf.saxon.expr.StaticProperty
-
Display the cardinality value as a string (used for diagnostics)
- getCaseOrder() - ? ????net.sf.saxon.sort.SortKeyDefinition
-
Get the expression that defines the case order of the sort keys.
- getCaseVariants(int) - ? ??????net.sf.saxon.regex.CaseVariants
-
Get the case variants of a character
- getCategory(byte) - ? ??????net.sf.saxon.charcode.XMLCharacterData
-
Get all the characters in a given category, as an integer set.
- getCharacterBuffer() - ? ????net.sf.saxon.tinytree.TinyTree
-
Get the character buffer used to hold all the text data of the document
- getCharacterEncodingScheme() - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getCharacterEncodingScheme() - ? ????net.sf.saxon.pull.PullToStax
-
- getCharacterMap(StructuredQName) - ? ????net.sf.saxon.style.XSLStylesheet
-
Get a character map, identified by the fingerprint of its name.
- getCharacterMapIndex() - ? ????net.sf.saxon.instruct.Executable
-
Get the index of named character maps
- getCharacterMapName() - ? ????net.sf.saxon.style.XSLCharacterMap
-
Get the fingerprint of the name of this character map
- getCharacterOffset() - ? ????net.sf.saxon.evpull.EventToStaxBridge.DummyLocation
-
- getCharacterOffset() - ? ????net.sf.saxon.pull.PullToStax.SourceStreamLocation
-
- getCharacterSet(Properties, PipelineConfiguration) - ? ??????net.sf.saxon.charcode.CharacterSetFactory
-
Make a CharacterSet appropriate to the encoding
- getCharArray() - ? ????net.sf.saxon.om.FastStringBuffer
-
Get a char[] array containing the characters.
- getChars(int, int, char[], int) - ? ????net.sf.saxon.om.FastStringBuffer
-
Copies characters from this FastStringBuffer into the destination character
array.
- getChildNodes() - ? ????net.sf.saxon.dom.AttrOverNodeInfo
-
Return a NodeList
that contains all children of this node.
- getChildNodes() - ? ????net.sf.saxon.dom.NodeOverNodeInfo
-
Return a NodeList
that contains all children of this node.
- getChildren() - ? ????net.sf.saxon.instruct.Block
-
Get the children of this instruction
- getClarkName(int) - ? ????net.sf.saxon.om.NamePool
-
Get the Clark form of a name, given its name code or fingerprint
- getClarkName(int) - ? ??????net.sf.saxon.om.StandardNames
-
Get the Clark form of a system-defined name, given its name code or fingerprint
- getClarkName() - ? ????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() - ? ????net.sf.saxon.s9api.QName
-
The expanded name, as a string using the notation devised by James Clark.
- getClarkName() - ? ????net.sf.saxon.value.QualifiedNameValue
-
Get the name in Clark notation, that is "{uri}local" if in a namespace, or "local" otherwise
- getClass(String, boolean, ClassLoader) - ? ????net.sf.saxon.Configuration
-
Load a class using the class name provided.
- getClass(String, boolean, ClassLoader) - ? ????net.sf.saxon.trans.DynamicLoader
-
Load a class using the class name provided.
- getClassLoader() - ? ????net.sf.saxon.Controller
-
- getClassLoader() - ? ????net.sf.saxon.trans.DynamicLoader
-
- getClientData(Class) - ? ????net.sf.saxon.om.NamePool
-
Retrieve client data on behalf of a user of the namepool
- getCode(String) - ? ??????net.sf.saxon.om.Validation
-
- getCodeForPrefix(String) - ? ????net.sf.saxon.om.NamePool
-
Get the prefix code for a given Prefix
- getCodeForURI(String) - ? ????net.sf.saxon.om.NamePool
-
Get the uri code for a given URI
- getCodePoint() - ? ????net.sf.saxon.style.XSLOutputCharacter
-
- getCollation(String) - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Get a named collation
- getCollation(String) - ?? ????net.sf.saxon.expr.StaticContext
-
Get a named collation.
- getCollation(String) - ?? ????net.sf.saxon.expr.XPathContext
-
Get a named collation
- getCollation(String) - ? ????net.sf.saxon.expr.XPathContextMinor
-
Get a named collation
- getCollation(String) - ? ????net.sf.saxon.query.QueryModule
-
Get a named collation.
- getCollation(String) - ? ????net.sf.saxon.query.StaticQueryContext
-
Get a named collation.
- getCollation() - ? ????net.sf.saxon.sort.NamedCollation
-
Get the underlying comparator
- getCollation() - ? ????net.sf.saxon.sort.SortKeyDefinition
-
Get the collation to be used
- getCollation(String) - ? ????net.sf.saxon.style.ExpressionContext
-
Get a named collation.
- getCollation(String) - ? ????net.sf.saxon.style.UseWhenStaticContext
-
Get a named collation.
- getCollation(String) - ? ????net.sf.saxon.sxpath.AbstractStaticContext
-
Get a named collation.
- getCollation() - ? ????net.sf.saxon.trans.KeyDefinition
-
Get the collation.
- getCollationKey(NamedCollation, String) - ? ????net.sf.saxon.java.JavaPlatform
-
Given a collation, get a collation key.
- getCollationKey(NamedCollation, String) - ?? ????net.sf.saxon.Platform
-
Given a collation, get a collation key.
- getCollationKey(String) - ? ????net.sf.saxon.sort.AlphanumericCollator
-
Get a collation key for two Strings.
- getCollationKey(String) - ? ????net.sf.saxon.sort.CodepointCollator
-
Get a collation key for two Strings.
- getCollationKey(String) - ? ????net.sf.saxon.sort.LowercaseFirstCollator
-
Get a collation key for two Strings.
- getCollationKey(String) - ? ????net.sf.saxon.sort.NamedCollation
-
Get a collation key for two Strings.
- getCollationKey(String) - ? ????net.sf.saxon.sort.RuleBasedSubstringMatcher
-
Get a collation key for two Strings.
- getCollationKey(String) - ?? ????net.sf.saxon.sort.StringCollator
-
Get a collation key for two Strings.
- getCollationKey(String) - ? ????net.sf.saxon.sort.UppercaseFirstCollator
-
Get a collation key for two Strings.
- getCollationMap() - ? ????net.sf.saxon.query.StaticQueryContext
-
Get the collation map
- getCollationMap() - ? ????net.sf.saxon.style.XSLStylesheet
-
Get the collation map
- getCollationName() - ? ????net.sf.saxon.style.SaxonCollation
-
Get the name of the collation defined by this saxon:collation declaration
- getCollationName() - ? ????net.sf.saxon.trans.KeyDefinition
-
Get the collation name for this key definition.
- getCollationNameExpression() - ? ????net.sf.saxon.sort.SortKeyDefinition
-
Get the selected collation name
(specifically, an expression which when evaluated returns the collation URI).
- getCollationTable() - ? ????net.sf.saxon.instruct.Executable
-
Get the table of collations
- getCollationURI() - ? ????net.sf.saxon.sort.CollatingAtomicComparer
-
Get the collation URI
- getCollationURIResolver() - ? ????net.sf.saxon.Configuration
-
Get the collation URI resolver associated with this configuration.
- getCollator(int, XPathContext) - ? ????net.sf.saxon.functions.CollatingFunction
-
Get a collator suitable for comparing strings.
- getCollator() - ? ????net.sf.saxon.style.SaxonCollation
-
Get the collator defined by this collation declaration
- getCollectionURIResolver() - ? ????net.sf.saxon.Configuration
-
Get the collection URI resolver associated with this configuration.
- getColumnInstructions(Executable) - ? ????net.sf.saxon.sql.SQLInsert
-
- getColumnInstructions(Executable) - ? ????net.sf.saxon.sql.SQLUpdate
-
- getColumnName() - ? ????net.sf.saxon.sql.SQLColumn
-
- getColumnNumber() - ? ????net.sf.saxon.dom.DOMSender
-
- getColumnNumber(long) - ? ????net.sf.saxon.dom.DOMSender
-
- getColumnNumber() - ? ????net.sf.saxon.dom.NodeWrapper
-
Get column number
- getColumnNumber() - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Get column number
- getColumnNumber() - ? ????net.sf.saxon.event.ContentHandlerProxyLocator
-
Get the column number
- getColumnNumber() - ? ????net.sf.saxon.event.DocumentSender
-
- getColumnNumber(long) - ? ????net.sf.saxon.event.DocumentSender
-
- getColumnNumber(long) - ? ????net.sf.saxon.event.LocationCopier
-
- getColumnNumber(long) - ?? ????net.sf.saxon.event.LocationProvider
-
Get the column number within the document or module containing a particular location
- getColumnNumber() - ? ????net.sf.saxon.evpull.EventToStaxBridge.DummyLocation
-
- getColumnNumber() - ? ????net.sf.saxon.evpull.StaxToEventBridge
-
Return the column number where the current document event ends.
- getColumnNumber(long) - ? ????net.sf.saxon.evpull.StaxToEventBridge
-
- getColumnNumber() - ? ????net.sf.saxon.expr.Expression
-
Get the column number of the expression
- getColumnNumber(long) - ? ????net.sf.saxon.expr.Expression
-
- getColumnNumber() - ? ????net.sf.saxon.expr.ExpressionLocation
-
Get the column number
- getColumnNumber(long) - ? ????net.sf.saxon.expr.ExpressionLocation
-
- getColumnNumber() - ? ????net.sf.saxon.expr.ExpressionParser.TemporaryContainer
-
- getColumnNumber(long) - ? ????net.sf.saxon.expr.ExpressionParser.TemporaryContainer
-
- getColumnNumber() - ? ????net.sf.saxon.expr.Tokenizer
-
Get the column number of the current token
- getColumnNumber(int) - ? ????net.sf.saxon.expr.Tokenizer
-
Return the column number corresponding to a given offset in the expression
- getColumnNumber() - ? ????net.sf.saxon.instruct.InstructionDetails
-
Get the column number identifying the position of the instruction.
- getColumnNumber(long) - ? ????net.sf.saxon.instruct.InstructionDetails
-
- getColumnNumber(long) - ? ????net.sf.saxon.instruct.LocationMap
-
- getColumnNumber() - ? ????net.sf.saxon.instruct.Procedure
-
- getColumnNumber(long) - ? ????net.sf.saxon.instruct.Procedure
-
- getColumnNumber() - ? ????net.sf.saxon.instruct.TraceExpression
-
Get the column number identifying the position of the instruction.
- getColumnNumber(long) - ? ????net.sf.saxon.instruct.TraceExpression
-
- getColumnNumber() - ? ????net.sf.saxon.jdom.NodeWrapper
-
Get column number
- getColumnNumber() - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Get column number
- getColumnNumber() - ?? ????net.sf.saxon.om.NodeInfo
-
Get column number.
- getColumnNumber() - ? ????net.sf.saxon.om.Orphan
-
Get column number
- getColumnNumber() - ? ????net.sf.saxon.om.StrippedNode
-
Get column number
- getColumnNumber() - ? ????net.sf.saxon.om.VirtualCopy
-
Get column number
- getColumnNumber() - ? ????net.sf.saxon.pattern.Pattern
-
Get the column number (always -1)
- getColumnNumber() - ? ????net.sf.saxon.pull.PullToStax.SourceStreamLocation
-
- getColumnNumber() - ? ????net.sf.saxon.pull.StaxBridge
-
Return the column number where the current document event ends.
- getColumnNumber(long) - ? ????net.sf.saxon.pull.StaxBridge
-
- getColumnNumber() - ? ????net.sf.saxon.pull.TreeWalker
-
Return the character position where the current document event ends.
- getColumnNumber() - ? ????net.sf.saxon.pull.UnconstructedParent
-
Get column number
- getColumnNumber() - ? ????net.sf.saxon.query.GlobalVariableDefinition
-
Get column number
- getColumnNumber() - ? ????net.sf.saxon.query.XQueryExpression
-
Return the character position where the current document event ends.
- getColumnNumber() - ? ????net.sf.saxon.query.XQueryFunction
-
Return the column number
- getColumnNumber(long) - ? ????net.sf.saxon.query.XQueryFunction
-
- getColumnNumber(long) - ? ????net.sf.saxon.style.StyleElement
-
- getColumnNumber() - ? ????net.sf.saxon.sxpath.AbstractStaticContext
-
Return the character position where the current document event ends.
- getColumnNumber() - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Get the column number of the node.
- getColumnNumber(long) - ? ????net.sf.saxon.tinytree.TinyTreeEventIterator
-
Get location information: the column number of the current start element event
- getColumnNumber() - ? ????net.sf.saxon.tinytree.TinyTreeWalker
-
Return the character position where the current document event ends.
- getColumnNumber() - ? ????net.sf.saxon.tree.ElementImpl
-
Get the line number of the node within its source document entity
- getColumnNumber(int) - ? ????net.sf.saxon.tree.LineNumberMap
-
Get the column number corresponding to a given sequence number
- getColumnNumber() - ? ????net.sf.saxon.tree.NodeImpl
-
Get the column number of the node.
- getColumnNumber() - ???? ????net.sf.saxon.type.ValidationException
-
- getColumnNumber() - ? ????net.sf.saxon.type.ValidationFailure
-
- getColumnNumber() - ? ????net.sf.saxon.value.TextFragmentValue
-
Return the character position where the current document event ends.
- getColumnNumber() - ? ????net.sf.saxon.xom.NodeWrapper
-
Get column number
- getCommentBuffer() - ? ????net.sf.saxon.tinytree.TinyTree
-
Get the character buffer used to hold all the comment data of the document
- getCommonAtomicType() - ? ????net.sf.saxon.type.AnySimpleType
-
Get the most specific possible atomic type that all items in this SimpleType belong to
- getCommonAtomicType() - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Get the most specific possible atomic type that all items in this SimpleType belong to
- getCommonAtomicType() - ? ????net.sf.saxon.type.BuiltInListType
-
Get the most specific possible atomic type that all items in this SimpleType belong to
- getCommonAtomicType() - ? ????net.sf.saxon.type.ExternalObjectType
-
Get the most specific possible atomic type that all items in this SimpleType belong to
- getCommonAtomicType() - ?? ????net.sf.saxon.type.SimpleType
-
Get the most specific possible atomic type that all items in this SimpleType belong to
- getCommonChildItemType() - ? ????net.sf.saxon.style.StyleElement
-
Get the most general type of item returned by the children of this instruction
- getCommonSuperType(ItemType, ItemType, TypeHierarchy) - ? ??????net.sf.saxon.type.Type
-
Get a type that is a common supertype of two given item types
- getComparand() - ? ????net.sf.saxon.expr.CompareToIntegerConstant
-
Get the integer value on the rhs of the expression
- getComparators() - ? ????net.sf.saxon.sort.TupleSorter
-
Get the array of AtomicComparer objects, one per sort key, that are used to compare values in the sequence
- getComparer() - ? ????net.sf.saxon.sort.DocumentSorter
-
- getComparisonKey(AtomicValue) - ?? ????net.sf.saxon.sort.AtomicComparer
-
Get a comparison key for an object.
- getComparisonKey(AtomicValue) - ? ????net.sf.saxon.sort.AtomicSortComparer
-
Get a comparison key for an object.
- getComparisonKey(AtomicValue) - ? ????net.sf.saxon.sort.CalendarValueComparer
-
Get a comparison key for an object.
- getComparisonKey(AtomicValue) - ? ????net.sf.saxon.sort.CodepointCollatingComparer
-
Get a comparison key for an object.
- getComparisonKey(AtomicValue) - ? ????net.sf.saxon.sort.CollatingAtomicComparer
-
Get a comparison key for an object.
- getComparisonKey(AtomicValue) - ? ????net.sf.saxon.sort.ComparableAtomicValueComparer
-
Get a comparison key for an object.
- getComparisonKey(AtomicValue) - ? ????net.sf.saxon.sort.DecimalSortComparer
-
Get a comparison key for an object.
- getComparisonKey(AtomicValue) - ? ????net.sf.saxon.sort.DescendingComparer
-
Get a comparison key for an object.
- getComparisonKey(AtomicValue) - ? ????net.sf.saxon.sort.DoubleSortComparer
-
Get a comparison key for an object.
- getComparisonKey(AtomicValue) - ? ????net.sf.saxon.sort.EmptyGreatestComparer
-
Get a comparison key for an object.
- getComparisonKey(AtomicValue) - ? ????net.sf.saxon.sort.EqualityComparer
-
Get a comparison key for an object.
- getComparisonKey(AtomicValue) - ? ????net.sf.saxon.sort.GenericAtomicComparer
-
Get a comparison key for an object.
- getComparisonKey(AtomicValue) - ? ????net.sf.saxon.sort.NumericComparer
-
Get a comparison key for an object.
- getComparisonKey(AtomicValue) - ? ????net.sf.saxon.sort.TextComparer
-
Get a comparison key for an object.
- getComparisonKey(XPathContext) - ? ????net.sf.saxon.value.CalendarValue
-
Get a comparison key for this value.
- getComparisonKey(XPathContext) - ? ????net.sf.saxon.value.DateTimeValue
-
Get a comparison key for this value.
- getComparisonKey(XPathContext) - ? ????net.sf.saxon.value.GDateValue
-
Get a comparison key for this value.
- getComparisonKey(XPathContext) - ? ????net.sf.saxon.value.TimeValue
-
Get a comparison key for this value.
- getComparisonOperator() - ? ????net.sf.saxon.expr.CompareToIntegerConstant
-
Get the comparison operator
- getCompiledFunction() - ? ????net.sf.saxon.style.XSLFunction
-
Get the compiled function
- getCompiledGlobalVariables() - ? ????net.sf.saxon.instruct.Executable
-
Get the index of global variables
- getCompiledRegularExpression() - ? ????net.sf.saxon.functions.Matches
-
Get the compiled regular expression, returning null if the regex has not been compiled
- getCompiledRegularExpression() - ? ????net.sf.saxon.functions.Replace
-
Get the compiled regular expression if available, otherwise return null
- getCompiledRegularExpression() - ? ????net.sf.saxon.functions.Tokenize
-
Get the compiled regular expression if available, otherwise return null
- getCompiledTemplate() - ? ????net.sf.saxon.style.XSLTemplate
-
Get the compiled template
- getCompiledVariable() - ? ????net.sf.saxon.query.GlobalVariableDefinition
-
Get the compiled variable if the definition has been compiled
- getComponent(int) - ? ????net.sf.saxon.value.AtomicValue
-
Method to extract components of a value.
- getComponent(int) - ? ????net.sf.saxon.value.DateTimeValue
-
Get a component of the value.
- getComponent(int) - ? ????net.sf.saxon.value.DurationValue
-
Get a component of the normalized value
- getComponent(int) - ? ????net.sf.saxon.value.GDateValue
-
Get a component of the value.
- getComponent(int) - ? ????net.sf.saxon.value.QNameValue
-
Get a component.
- getComponent(int) - ? ????net.sf.saxon.value.TimeValue
-
Get a component of the value.
- getComponentNodeTests() - ? ????net.sf.saxon.pattern.CombinedNodeTest
-
Get the two parts of the combined node test
- getComponents() - ? ????net.sf.saxon.sort.TupleExpression
-
Get the component expressions
- getCompressedValue() - ? ????net.sf.saxon.tinytree.CompressedWhitespace
-
- getCondition() - ? ????net.sf.saxon.expr.IsLastExpression
-
Get the condition we are testing for
- getCondition() - ? ????net.sf.saxon.sort.ConditionalSorter
-
Get the condition under which the nodes need to be sorted
- getCondition() - ? ????net.sf.saxon.style.XSLWhen
-
- getConditions() - ? ????net.sf.saxon.instruct.Choose
-
Get the array of conditions to be tested
- getConfiguration() - ? ????net.sf.saxon.ant.AntTransform
-
Get the Saxon Configuration being used (useful for subclasses)
- getConfiguration(XPathContext) - ? ??????net.sf.saxon.Configuration
-
Get the configuration, given the context.
- getConfiguration() - ? ????net.sf.saxon.Controller
-
Get the Configuration associated with this Controller.
- getConfiguration() - ? ????net.sf.saxon.dom.DocumentBuilderImpl
-
Get the Saxon Configuration to be used by the document builder.
- getConfiguration() - ? ????net.sf.saxon.dom.DocumentWrapper
-
Get the configuration previously set using setConfiguration
- getConfiguration() - ? ????net.sf.saxon.dom.NodeWrapper
-
Get the configuration
- getConfiguration() - ? ????net.sf.saxon.dom4j.DocumentWrapper
-
Get the configuration previously set using setConfiguration
(or the default configuraton allocated automatically)
- getConfiguration() - ? ????net.sf.saxon.dom4j.NodeWrapper
-
- getConfiguration() - ? ????net.sf.saxon.event.Builder
-
Get the Configuration
- getConfiguration() - ? ????net.sf.saxon.event.ContentHandlerProxy
-
Get the Saxon configuration
- getConfiguration() - ? ????net.sf.saxon.event.Emitter
-
Get the configuration used for this document
- getConfiguration() - ? ????net.sf.saxon.event.PipelineConfiguration
-
Get the Saxon Configuration object
- getConfiguration() - ? ????net.sf.saxon.event.ProxyReceiver
-
- getConfiguration() - ? ????net.sf.saxon.event.ReceivingContentHandler
-
Get the Configuration object
- getConfiguration() - ? ????net.sf.saxon.event.SequenceReceiver
-
Get the Saxon Configuration
- getConfiguration() - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Get the Configuration
- getConfiguration() - ? ????net.sf.saxon.expr.ExpressionVisitor
-
Get the Saxon configuration
- getConfiguration() - ? ????net.sf.saxon.expr.Optimizer
-
Get the Saxon configuration object
- getConfiguration() - ?? ????net.sf.saxon.expr.StaticContext
-
Get the system configuration
- getConfiguration() - ?? ????net.sf.saxon.expr.XPathContext
-
Get the Configuration
- getConfiguration() - ? ????net.sf.saxon.expr.XPathContextMinor
-
Get the Configuration
- getConfiguration(XPathContext) - ? ??????net.sf.saxon.functions.Extensions
-
Return the Configuration object
- getConfiguration() - ? ????net.sf.saxon.instruct.Executable
-
Get the configuration
- getConfiguration() - ? ????net.sf.saxon.jdom.DocumentWrapper
-
Get the configuration previously set using setConfiguration
(or the default configuraton allocated automatically)
- getConfiguration() - ? ????net.sf.saxon.jdom.NodeWrapper
-
Get the configuration
- getConfiguration() - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Get the configuration
- getConfiguration() - ?? ????net.sf.saxon.om.NodeInfo
-
Get the configuration used to build the tree containing this node.
- getConfiguration() - ? ????net.sf.saxon.om.Orphan
-
Get the configuration
- getConfiguration() - ? ????net.sf.saxon.om.StrippedDocument
-
Get the configuration previously set using setConfiguration
- getConfiguration() - ? ????net.sf.saxon.om.StrippedNode
-
Get the configuration
- getConfiguration() - ? ????net.sf.saxon.om.VirtualCopy
-
Get the configuration
- getConfiguration() - ? ????net.sf.saxon.PreparedStylesheet
-
Get the configuration in which this stylesheet is compiled
- getConfiguration() - ? ????net.sf.saxon.pull.UnconstructedParent
-
Get the configuration
- getConfiguration() - ? ????net.sf.saxon.query.DynamicQueryContext
-
Get the Configuration associated with this dynamic query context
- getConfiguration() - ? ????net.sf.saxon.Query
-
Get the configuration in use
- getConfiguration() - ? ????net.sf.saxon.query.QueryModule
-
Get the Saxon Configuration
- getConfiguration() - ? ????net.sf.saxon.query.StaticQueryContext
-
Get the Configuration options
- getConfiguration() - ? ????net.sf.saxon.query.XQueryFunctionLibrary
-
Get the Configuration options
- getConfiguration() - ? ????net.sf.saxon.StandardURIResolver
-
Get the configuration if available
- getConfiguration() - ? ????net.sf.saxon.style.ExpressionContext
-
Get the system configuration
- getConfiguration() - ? ????net.sf.saxon.sxpath.AbstractStaticContext
-
Get the system configuration
- getConfiguration() - ? ????net.sf.saxon.sxpath.XPathEvaluator
-
Get the Configuration in use.
- getConfiguration() - ? ????net.sf.saxon.tinytree.TinyDocumentImpl
-
Get the configuration previously set using setConfiguration
- getConfiguration() - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Get the configuration
- getConfiguration() - ? ????net.sf.saxon.tinytree.TinyTree
-
Get the configuration previously set using setConfiguration
- getConfiguration() - ? ????net.sf.saxon.trace.ExpressionPresenter
-
Get the Saxon configuration
- getConfiguration() - ? ????net.sf.saxon.Transform
-
Get the configuration.
- getConfiguration() - ? ????net.sf.saxon.TransformerFactoryImpl
-
Get the configuration.
- getConfiguration() - ? ????net.sf.saxon.tree.DocumentImpl
-
Get the configuration previously set using setConfiguration
- getConfiguration() - ? ????net.sf.saxon.tree.NodeImpl
-
Get the configuration
- getConfiguration() - ? ????net.sf.saxon.type.TypeHierarchy
-
Get the Saxon configuration to which this type hierarchy belongs
- getConfiguration() - ? ????net.sf.saxon.value.TextFragmentValue
-
Get the configuration previously set using setConfiguration
(or the default configuraton allocated automatically)
- getConfiguration() - ? ????net.sf.saxon.xom.DocumentWrapper
-
Get the configuration previously set using setConfiguration
- getConfiguration() - ? ????net.sf.saxon.xom.NodeWrapper
-
Get the configuration
- getConfiguration() - ? ????net.sf.saxon.xpath.XPathEvaluator
-
Get the Configuration used by this XPathEvaluator
- getConfiguration() - ? ????net.sf.saxon.xpath.XPathExpressionImpl
-
Get the Configuration under which this XPath expression was compiled
- getConfiguration() - ? ????net.sf.saxon.xpath.XPathFactoryImpl
-
Get the Configuration object used by this XPathFactory
- getConfigurationProperty(String) - ? ????net.sf.saxon.Configuration
-
Get a property of the configuration
- getConfigurationProperty(String) - ? ????net.sf.saxon.s9api.Processor
-
Get the value of a configuration property
- getConstraintClauseNumber() - ???? ????net.sf.saxon.type.ValidationException
-
Get the constraint clause number
- getConstraintClauseNumber() - ? ????net.sf.saxon.type.ValidationFailure
-
Get the constraint clause number
- getConstraintName() - ???? ????net.sf.saxon.type.ValidationException
-
Get the constraint name
- getConstraintName() - ? ????net.sf.saxon.type.ValidationFailure
-
Get the constraint name
- getConstraintReference() - ???? ????net.sf.saxon.type.ValidationException
-
Get the constraint name and clause in the format defined in XML Schema Part C (Outcome Tabulations).
- getConstraintReference() - ? ????net.sf.saxon.type.ValidationFailure
-
Get the constraint name and clause in the format defined in XML Schema Part C (Outcome Tabulations).
- getConstraintReferenceMessage() - ???? ????net.sf.saxon.type.ValidationException
-
Get the constraint reference as a string for inserting into an error message.
- getConstraintReferenceMessage() - ? ????net.sf.saxon.type.ValidationFailure
-
Get the constraint reference as a string for inserting into an error message.
- getConstraintSchemaPart() - ???? ????net.sf.saxon.type.ValidationException
-
Get the "schema part" component of the constraint reference
- getConstraintSchemaPart() - ? ????net.sf.saxon.type.ValidationFailure
-
Get the "schema part" component of the constraint reference
- getConstructionMode() - ? ????net.sf.saxon.query.QueryModule
-
Get the current construction mode
- getConstructionMode() - ? ????net.sf.saxon.query.StaticQueryContext
-
Get the current construction mode
- getConstructType() - ? ????net.sf.saxon.expr.Expression
-
Get the type of this expression for use in tracing and diagnostics
- getConstructType() - ? ????net.sf.saxon.expr.ForExpression
-
Get the type of this expression for use in tracing and diagnostics
- getConstructType() - ? ????net.sf.saxon.expr.UserFunctionCall
-
Get diagnostic information about this expression
- getConstructType() - ? ????net.sf.saxon.instruct.AttributeSet
-
Get the type of construct.
- getConstructType() - ? ????net.sf.saxon.instruct.Instruction
-
Get the type of this expression for use in tracing and diagnostics
- getConstructType() - ? ????net.sf.saxon.instruct.InstructionDetails
-
Get the construct type
- getConstructType() - ? ????net.sf.saxon.instruct.Template
-
Get the type of construct.
- getConstructType() - ? ????net.sf.saxon.instruct.TraceExpression
-
Get the construct type.
- getConstructType() - ? ????net.sf.saxon.instruct.UserFunction
-
Get the type of construct.
- getConstructType() - ? ????net.sf.saxon.query.XQueryFunction
-
Get the type of construct.
- getConstructType() - ? ????net.sf.saxon.style.LiteralResultElement
-
Get the type of construct.
- getConstructType() - ? ????net.sf.saxon.style.StyleElement
-
Get the type of construct.
- getConstructType() - ? ????net.sf.saxon.style.XSLAttributeSet
-
Get the type of construct.
- getConstructType() - ? ????net.sf.saxon.style.XSLFunction
-
Get the type of construct.
- getConstructType() - ? ????net.sf.saxon.style.XSLGeneralVariable
-
Get the type of construct.
- getConstructType() - ? ????net.sf.saxon.style.XSLTemplate
-
Get the type of construct.
- getConstructType() - ?? ????net.sf.saxon.trace.InstructionInfo
-
Get the type of construct.
- getConstructType() - ? ????net.sf.saxon.trans.KeyDefinition
-
Get the type of construct.
- getContainedSource() - ? ????net.sf.saxon.AugmentedSource
-
Get the Source object wrapped by this AugmentedSource
- getContainer() - ? ????net.sf.saxon.expr.Expression
-
Get the container in which this expression is located.
- getContainer() - ? ????net.sf.saxon.expr.ExpressionVisitor
-
Get the container of the expressions being visited
- getContainer() - ? ????net.sf.saxon.pattern.PatternSponsor
-
Get the container that immediately contains this expression.
- getContainer() - ? ????net.sf.saxon.trace.ContextStackFrame
-
Get the container of the instruction that caused this new context to be created.
- getContainingFunction() - ? ????net.sf.saxon.expr.TailCallLoop
-
Get the containing function
- getContainingSlotManager() - ? ????net.sf.saxon.style.StyleElement
-
Get the SlotManager for the containing Procedure definition
- getContainingStylesheet() - ? ????net.sf.saxon.style.StyleElement
-
Get the containing XSLStylesheet element
- getContainsBmp() - ? ????net.sf.saxon.regex.SurrogateRegexTranslator.CharClass
-
Determine whether this character class contains NONE, SOME, or ALL of the BMP characters
- getContainsNonBmp() - ? ????net.sf.saxon.regex.SurrogateRegexTranslator.CharClass
-
Determine whether this character class contains NONE, SOME, or ALL of the non-BMP characters
- getContentExpression() - ? ????net.sf.saxon.instruct.ParentNodeConstructor
-
Get the expression that constructs the content of the element
- getContentHandler() - ? ????net.sf.saxon.Filter
-
Get the ContentHandler registered using setContentHandler()
- getContentType() - ? ????net.sf.saxon.pattern.CombinedNodeTest
-
Get the content type allowed by this NodeTest (that is, the type annotation of the matched nodes).
- getContentType() - ? ????net.sf.saxon.pattern.ContentTypeTest
-
Get the content type allowed by this NodeTest (that is, the type annotation of the matched nodes).
- getContentType() - ? ????net.sf.saxon.pattern.NodeKindTest
-
Get the content type allowed by this NodeTest (that is, the type of content allowed).
- getContentType() - ? ????net.sf.saxon.pattern.NodeTest
-
Get the content type allowed by this NodeTest (that is, the type annotation of the matched nodes).
- getContext(XPathContext) - ? ??????net.sf.saxon.functions.Extensions
-
Return the XPathContext object
- getContextForGlobalVariables() - ? ????net.sf.saxon.Controller
-
Get the item used as the context for evaluating global variables.
- getContextItem() - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Get the context item
- getContextItem() - ?? ????net.sf.saxon.expr.XPathContext
-
Get the context item
- getContextItem() - ? ????net.sf.saxon.expr.XPathContextMinor
-
Get the context item
- getContextItem() - ? ????net.sf.saxon.query.DynamicQueryContext
-
Get the context item for the query, as set using setContextItem() or setContextNode().
- getContextItem() - ? ????net.sf.saxon.s9api.XPathSelector
-
Get the context item used for evaluating the XPath expression.
- getContextItem() - ? ????net.sf.saxon.s9api.XQueryEvaluator
-
Get the initial context item for the query, if one has been set
- getContextItem() - ? ????net.sf.saxon.sxpath.XPathDynamicContext
-
Get the context item
- getContextItem() - ? ????net.sf.saxon.trace.ContextStackFrame
-
Get the value of the context item at this level of the context stack
- getContextItemStack() - ? ????net.sf.saxon.event.ContentHandlerProxy.ContentHandlerProxyTraceListener
-
Get the context item stack
- getContextItemStack() - ? ????net.sf.saxon.event.ContentHandlerProxyLocator
-
Get the current item stack.
- getContextItemType() - ? ????net.sf.saxon.expr.AxisExpression
-
Get the static type of the context item for this AxisExpression.
- getContextPosition() - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Get the context position (the position of the context item)
- getContextPosition() - ?? ????net.sf.saxon.expr.XPathContext
-
Get the context position (the position of the context item)
- getContextPosition() - ? ????net.sf.saxon.expr.XPathContextMinor
-
Get the context position (the position of the context item)
- getContextRoot() - ? ????net.sf.saxon.expr.PathMap
-
Get the path map root for the context document
- getContextVariableName() - ?? ????net.sf.saxon.expr.CodeGeneratorService
-
Get the name of the Java variable currently bound to the dynamic XPathContext object
- getController() - ? ????net.sf.saxon.event.PipelineConfiguration
-
Get the controller associated with this pipelineConfiguration
- getController() - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Get the Controller.
- getController() - ?? ????net.sf.saxon.expr.XPathContext
-
Get the Controller.
- getController() - ? ????net.sf.saxon.expr.XPathContextMinor
-
Get the Controller.
- getController(XPathContext) - ? ??????net.sf.saxon.functions.Extensions
-
Return the Controller object
- getController() - ? ????net.sf.saxon.query.XQueryExpression
-
- getConversionContext() - ? ????net.sf.saxon.Configuration
-
Get an XPathContext object with sufficient capability to perform comparisons and conversions
- getCookedBaseOutputURI() - ? ????net.sf.saxon.Controller
-
Get the base output URI after processing.
- getCountry() - ? ????net.sf.saxon.number.AbstractNumberer
-
Get the country used by this numberer
- getCountry() - ?? ????net.sf.saxon.number.Numberer
-
Get the country used by this numberer
- getCurrentDateTime() - ? ????net.sf.saxon.Controller
-
Get the current date and time for this query or transformation.
- getCurrentDateTime() - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Get the current date and time.
- getCurrentDateTime() - ?? ????net.sf.saxon.expr.XPathContext
-
Get the current date and time
- getCurrentDateTime() - ? ????net.sf.saxon.expr.XPathContextMinor
-
Get the current date and time for this query or transformation.
- getCurrentDateTime() - ? ????net.sf.saxon.query.DynamicQueryContext
-
- getCurrentDateTime(XPathContext) - ? ??????net.sf.saxon.value.DateTimeValue
-
Get the dateTime value representing the nominal
date/time of this transformation run.
- getCurrentExpression() - ? ????net.sf.saxon.expr.ExpressionVisitor
-
Get the current expression, the one being visited
- getCurrentGroup() - ? ????net.sf.saxon.sort.GroupByIterator
-
Get the contents of the current group as a java List
- getCurrentGroupingKey() - ? ????net.sf.saxon.sort.GroupAdjacentIterator
-
- getCurrentGroupingKey() - ? ????net.sf.saxon.sort.GroupByIterator
-
Get the value of the grouping key for the current group
- getCurrentGroupingKey() - ? ????net.sf.saxon.sort.GroupEndingIterator
-
- getCurrentGroupingKey() - ?? ????net.sf.saxon.sort.GroupIterator
-
Get the grouping key of the current group
- getCurrentGroupingKey() - ? ????net.sf.saxon.sort.GroupStartingIterator
-
- getCurrentGroupingKey() - ? ????net.sf.saxon.sort.SortedGroupIterator
-
- getCurrentGroupIterator() - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Get the current group iterator.
- getCurrentGroupIterator() - ?? ????net.sf.saxon.expr.XPathContext
-
Get the current group iterator.
- getCurrentGroupIterator() - ? ????net.sf.saxon.expr.XPathContextMajor
-
Get the current group iterator.
- getCurrentGroupIterator() - ? ????net.sf.saxon.expr.XPathContextMinor
-
Get the current group iterator.
- getCurrentIterator() - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Get the current iterator.
- getCurrentIterator() - ?? ????net.sf.saxon.expr.XPathContext
-
Get the current iterator.
- getCurrentIterator() - ? ????net.sf.saxon.expr.XPathContextMinor
-
Get the current iterator.
- getCurrentLocationId() - ? ????net.sf.saxon.event.ContentHandlerProxy
-
Get the current location identifier
- getCurrentMode() - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Get the current mode.
- getCurrentMode() - ?? ????net.sf.saxon.expr.XPathContext
-
Get the current mode.
- getCurrentMode() - ? ????net.sf.saxon.expr.XPathContextMajor
-
Get the current mode.
- getCurrentMode() - ? ????net.sf.saxon.expr.XPathContextMinor
-
Get the current mode.
- getCurrentRegexIterator() - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Get the current regex iterator.
- getCurrentRegexIterator() - ?? ????net.sf.saxon.expr.XPathContext
-
Get the current regex iterator.
- getCurrentRegexIterator() - ? ????net.sf.saxon.expr.XPathContextMajor
-
Get the current regex iterator.
- getCurrentRegexIterator() - ? ????net.sf.saxon.expr.XPathContextMinor
-
Get the current regex iterator.
- getCurrentRoot() - ? ????net.sf.saxon.event.Builder
-
Get the current root node.
- getCurrentRoot() - ? ????net.sf.saxon.tree.TreeBuilder
-
Get the current root node.
- getCurrentTemplateRule() - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Get the current template.
- getCurrentTemplateRule() - ?? ????net.sf.saxon.expr.XPathContext
-
Get the current template rule.
- getCurrentTemplateRule() - ? ????net.sf.saxon.expr.XPathContextMajor
-
Get the current template.
- getCurrentTemplateRule() - ? ????net.sf.saxon.expr.XPathContextMinor
-
Get the current template.
- getData() - ? ????net.sf.saxon.dom.PIOverNodeInfo
-
The content of this processing instruction.
- getData() - ? ????net.sf.saxon.dom.TextOverNodeInfo
-
Get the character data of a Text or Comment node.
- getDataTypeExpression() - ? ????net.sf.saxon.sort.SortKeyDefinition
-
Get the expression that defines the data type of the sort keys
- getDay() - ? ????net.sf.saxon.value.DateTimeValue
-
Get the day component, 1-31
- getDay() - ? ????net.sf.saxon.value.GDateValue
-
Get the day component of the date (in local form)
- getDayOfWeek(int, int, int) - ? ??????net.sf.saxon.value.DateValue
-
Get the day of the week.
- getDays() - ? ????net.sf.saxon.value.DurationValue
-
Get the days component
- getDayWithinYear(int, int, int) - ? ??????net.sf.saxon.value.DateValue
-
Get the ordinal day number within the year (1 Jan = 1, 1 Feb = 32, etc)
- getDebugger() - ? ????net.sf.saxon.Configuration
-
Get the debugger in use.
- getDecimalFormatManager() - ? ????net.sf.saxon.instruct.Executable
-
Get the DecimalFormatManager which handles decimal-format definitions
- getDecimalFormatManager() - ? ????net.sf.saxon.style.XSLStylesheet
-
Get the DecimalFormatManager which handles decimal-format definitions
- getDecimalSortComparerInstance() - ? ??????net.sf.saxon.sort.DecimalSortComparer
-
- getDecimalValue() - ? ????net.sf.saxon.s9api.XdmAtomicValue
-
Get the value converted to a decimal using the XPath casting rules
- getDecimalValue() - ? ????net.sf.saxon.value.BigIntegerValue
-
Get the numeric value converted to a decimal
- getDecimalValue() - ? ????net.sf.saxon.value.DecimalValue
-
Get the value
- getDecimalValue() - ? ????net.sf.saxon.value.Int64Value
-
Get the numeric value converted to a decimal
- getDecimalValue() - ? ????net.sf.saxon.value.NumericValue
-
Get the numeric value converted to a decimal
- getDeclaration(StructuredQName, Expression[]) - ? ????net.sf.saxon.functions.FunctionLibraryList
-
Get the function declaration corresponding to a given function name and arity
- getDeclaration(StructuredQName, Expression[]) - ? ????net.sf.saxon.query.ImportedFunctionLibrary
-
Get the function declaration corresponding to a given function name and arity
- getDeclaration(StructuredQName, Expression[]) - ?? ????net.sf.saxon.query.XQueryFunctionBinder
-
Get the function declaration corresponding to a given function name and arity
- getDeclaration(StructuredQName, Expression[]) - ? ????net.sf.saxon.query.XQueryFunctionLibrary
-
Get the function declaration corresponding to a given function name and arity
- getDeclarationByKey(String) - ? ????net.sf.saxon.query.XQueryFunctionLibrary
-
Get the function declaration corresponding to a given function name and arity, supplied
in the form "{uri}local/arity"
- getDeclaredNamespaces(int[]) - ? ????net.sf.saxon.dom.NodeWrapper
-
Get all namespace undeclarations and undeclarations defined on this element.
- getDeclaredNamespaces(int[]) - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Get all namespace undeclarations and undeclarations defined on this element.
- getDeclaredNamespaces(int[]) - ? ????net.sf.saxon.jdom.NodeWrapper
-
Get all namespace undeclarations and undeclarations defined on this element.
- getDeclaredNamespaces(int[]) - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Get all namespace undeclarations and undeclarations defined on this element.
- getDeclaredNamespaces(int[]) - ?? ????net.sf.saxon.om.NodeInfo
-
Get all namespace declarations and undeclarations defined on this element.
- getDeclaredNamespaces(int[]) - ? ????net.sf.saxon.om.Orphan
-
Get all namespace undeclarations and undeclarations defined on this element.
- getDeclaredNamespaces(int[]) - ? ????net.sf.saxon.om.StrippedNode
-
Get all namespace undeclarations and undeclarations defined on this element.
- getDeclaredNamespaces(int[]) - ? ????net.sf.saxon.om.VirtualCopy
-
Get all namespace undeclarations and undeclarations defined on this element.
- getDeclaredNamespaces(int[]) - ? ????net.sf.saxon.pull.UnconstructedParent
-
Get all namespace undeclarations and undeclarations defined on this element.
- getDeclaredNamespaces(int[]) - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Get all namespace undeclarations and undeclarations defined on this element.
- getDeclaredNamespaces(int[]) - ? ????net.sf.saxon.tree.ElementImpl
-
Get all namespace undeclarations and undeclarations defined on this element.
- getDeclaredNamespaces(int[]) - ? ????net.sf.saxon.tree.NodeImpl
-
Get all namespace undeclarations and undeclarations defined on this element.
- getDeclaredNamespaces(int[]) - ? ????net.sf.saxon.value.TextFragmentValue
-
Get all namespace undeclarations and undeclarations defined on this element.
- getDeclaredNamespaces(int[]) - ? ????net.sf.saxon.xom.NodeWrapper
-
Get all namespace undeclarations and undeclarations defined on this element.
- getDefaultCollation() - ? ????net.sf.saxon.expr.CollationMap
-
Get the default collation
- getDefaultCollation() - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Get the default collation
- getDefaultCollation() - ?? ????net.sf.saxon.expr.XPathContext
-
Get the default collation
- getDefaultCollation() - ? ????net.sf.saxon.expr.XPathContextMinor
-
Get the default collation
- getDefaultCollation() - ? ????net.sf.saxon.instruct.Executable
-
Get the default collation
- getDefaultCollationName() - ? ????net.sf.saxon.expr.CollationMap
-
Get the name of the default collation
- getDefaultCollationName() - ?? ????net.sf.saxon.expr.StaticContext
-
Get the name of the default collation.
- getDefaultCollationName() - ? ????net.sf.saxon.instruct.Executable
-
Get the name of the default collation
- getDefaultCollationName() - ? ????net.sf.saxon.query.QueryModule
-
Get the name of the default collation.
- getDefaultCollationName() - ? ????net.sf.saxon.query.StaticQueryContext
-
Get the name of the default collation.
- getDefaultCollationName() - ? ????net.sf.saxon.style.ExpressionContext
-
Get the default collation.
- getDefaultCollationName() - ? ????net.sf.saxon.style.StyleElement
-
Get the default collation for this stylesheet element.
- getDefaultCollationName() - ? ????net.sf.saxon.style.UseWhenStaticContext
-
Get the name of the default collation.
- getDefaultCollationName() - ? ????net.sf.saxon.style.XSLStylesheet
-
Get the name of the default collation
- getDefaultCollationName() - ? ????net.sf.saxon.sxpath.AbstractStaticContext
-
Get the name of the default collation.
- getDefaultDecimalFormat() - ? ????net.sf.saxon.trans.DecimalFormatManager
-
Get the default decimal-format.
- getDefaultElementNamespace() - ?? ????net.sf.saxon.expr.StaticContext
-
Get the default XPath namespace for elements and types
- getDefaultElementNamespace() - ? ????net.sf.saxon.query.QueryModule
-
Get the default XPath namespace for elements and types.
- getDefaultElementNamespace() - ? ????net.sf.saxon.query.StaticQueryContext
-
Get the default namespace for elements and types
- getDefaultElementNamespace() - ? ????net.sf.saxon.style.ExpressionContext
-
Get the default XPath namespace for elements and types
Return NamespaceConstant.NULL for the non-namespace
- getDefaultElementNamespace() - ? ????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
- getDefaultFunctionNamespace() - ?? ????net.sf.saxon.expr.StaticContext
-
Get the default function namespace
- getDefaultFunctionNamespace() - ? ????net.sf.saxon.query.QueryModule
-
Get the default function namespace
- getDefaultFunctionNamespace() - ? ????net.sf.saxon.query.StaticQueryContext
-
Get the default function namespace
- getDefaultFunctionNamespace() - ? ????net.sf.saxon.style.ExpressionContext
-
Get the default function namespace
- getDefaultFunctionNamespace() - ? ????net.sf.saxon.style.UseWhenStaticContext
-
Get the default function namespace
- getDefaultFunctionNamespace() - ? ????net.sf.saxon.sxpath.AbstractStaticContext
-
Get the default function namespace.
- getDefaultMode() - ? ????net.sf.saxon.trans.RuleManager
-
Get the mode object for the default (unnamed) mode
- getDefaultNamePool() - ? ??????net.sf.saxon.om.NamePool
-
Get the singular static NamePool.
- getDefaultOutputProperties() - ? ????net.sf.saxon.instruct.Executable
-
Get the default output properties
- getDefaultPriority() - ? ????net.sf.saxon.pattern.AnyChildNodePattern
-
Determine the default priority to use if this pattern appears as a match pattern
for a template with no explicit priority attribute.
- getDefaultPriority() - ? ????net.sf.saxon.pattern.AnyNodeTest
-
Determine the default priority of this node test when used on its own as a Pattern
- getDefaultPriority() - ? ????net.sf.saxon.pattern.CombinedNodeTest
-
get the default priority of this nodeTest when used as a pattern
- getDefaultPriority() - ? ????net.sf.saxon.pattern.ContentTypeTest
-
Determine the default priority of this node test when used on its own as a Pattern
- getDefaultPriority() - ? ????net.sf.saxon.pattern.DocumentNodeTest
-
Determine the default priority of this node test when used on its own as a Pattern
- getDefaultPriority() - ? ????net.sf.saxon.pattern.EmptySequenceTest
-
Determine the default priority of this node test when used on its own as a Pattern
- getDefaultPriority() - ? ????net.sf.saxon.pattern.LocalNameTest
-
Determine the default priority of this node test when used on its own as a Pattern
- getDefaultPriority() - ? ????net.sf.saxon.pattern.NamespaceTest
-
Determine the default priority of this node test when used on its own as a Pattern
- getDefaultPriority() - ? ????net.sf.saxon.pattern.NameTest
-
Determine the default priority of this node test when used on its own as a Pattern
- getDefaultPriority() - ? ????net.sf.saxon.pattern.NodeKindTest
-
Determine the default priority of this node test when used on its own as a Pattern
- getDefaultPriority() - ? ????net.sf.saxon.pattern.NodeTest
-
Determine the default priority of this node test when used on its own as a Pattern
- getDefaultPriority() - ? ????net.sf.saxon.pattern.NodeTestPattern
-
Determine the default priority of this node test when used on its own as a Pattern
- getDefaultPriority() - ? ????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() - ? ????net.sf.saxon.pattern.SubstitutionGroupTest
-
Determine the default priority of this node test when used on its own as a Pattern
- getDefaultValidation() - ? ????net.sf.saxon.style.XSLStylesheet
-
Get the value of the default validation attribute
- getDefaultValue() - ? ????net.sf.saxon.sort.IntToIntArrayMap
-
Get the default value used to indicate an unused entry
- getDefaultValue() - ? ????net.sf.saxon.sort.IntToIntHashMap
-
Get the default value used to indicate an unused entry
- getDefaultValue() - ?? ????net.sf.saxon.sort.IntToIntMap
-
Get the default value used to indicate an unused entry
- getDefaultXPathNamespace() - ? ????net.sf.saxon.style.StyleElement
-
Get the default XPath namespace for elements and types
- getDependencies() - ? ????net.sf.saxon.expr.Expression
-
Determine which aspects of the context the expression depends on.
- getDependencies() - ? ????net.sf.saxon.expr.Literal
-
Determine which aspects of the context the expression depends on.
- getDependencies() - ? ????net.sf.saxon.instruct.CopyOf
-
- getDependencies() - ? ????net.sf.saxon.instruct.ProcessingInstruction
-
- getDependencies() - ? ????net.sf.saxon.instruct.TraceWrapper
-
Determine which aspects of the context the expression depends on.
- getDependencies() - ? ????net.sf.saxon.pattern.IDPattern
-
Get the dependencies of the pattern.
- getDependencies() - ? ????net.sf.saxon.pattern.KeyPattern
-
Get the dependencies of the pattern.
- getDependencies() - ? ????net.sf.saxon.pattern.LocationPathPattern
-
Get the dependencies of the pattern.
- getDependencies() - ? ????net.sf.saxon.pattern.Pattern
-
Get the dependencies of the pattern.
- getDependencies() - ? ????net.sf.saxon.pattern.PatternSponsor
-
Determine which aspects of the context the expression depends on.
- getDependencies() - ? ????net.sf.saxon.pattern.UnionPattern
-
Get the dependencies of the pattern.
- getDerivationMethod() - ? ????net.sf.saxon.type.AnySimpleType
-
Gets the integer code of the derivation method used to derive this type from its
parent.
- getDerivationMethod() - ? ????net.sf.saxon.type.AnyType
-
Gets the integer code of the derivation method used to derive this type from its
parent.
- getDerivationMethod() - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Gets the integer code of the derivation method used to derive this type from its
parent.
- getDerivationMethod() - ? ????net.sf.saxon.type.BuiltInListType
-
Gets the integer code of the derivation method used to derive this type from its
parent.
- getDerivationMethod() - ? ????net.sf.saxon.type.ExternalObjectType
-
Gets the integer code of the derivation method used to derive this type from its
parent.
- getDerivationMethod() - ?? ????net.sf.saxon.type.SchemaType
-
Gets the integer code of the derivation method used to derive this type from its
parent.
- getDerivationMethod() - ? ????net.sf.saxon.type.Untyped
-
Gets the integer code of the derivation method used to derive this type from its
parent.
- getDescription() - ? ????net.sf.saxon.type.AnySimpleType
-
Get a description of this type for use in diagnostics
- getDescription() - ? ????net.sf.saxon.type.AnyType
-
Get a description of this type for use in diagnostics
- getDescription() - ? ????net.sf.saxon.type.BuiltInAtomicType
-
- getDescription() - ? ????net.sf.saxon.type.BuiltInListType
-
- getDescription() - ? ????net.sf.saxon.type.ExternalObjectType
-
- getDescription() - ?? ????net.sf.saxon.type.SchemaType
-
Get a description of this type for use in error messages.
- getDescription() - ? ????net.sf.saxon.type.Untyped
-
Get a description of this type for use in diagnostics
- getDestination() - ? ????net.sf.saxon.s9api.SchemaValidator
-
Get the Destination that will receive the validated document.
- getDestination() - ? ????net.sf.saxon.s9api.XsltTransformer
-
- getDetails() - ? ????net.sf.saxon.functions.SystemFunction
-
Get the details of the function signature
- getDigitValue(int) - ? ??????net.sf.saxon.number.Alphanumeric
-
Determine whether a character represents a decimal digit and if so, which digit.
- getDisplayName() - ? ????net.sf.saxon.dom.NodeWrapper
-
Get the display name of this node.
- getDisplayName() - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Get the display name of this node.
- getDisplayName() - ? ????net.sf.saxon.expr.FunctionCall
-
Get the name of the function for display in messages
- getDisplayName() - ? ????net.sf.saxon.expr.VariableReference
-
Get the display name of the variable.
- getDisplayName() - ? ????net.sf.saxon.jdom.NodeWrapper
-
Get the display name of this node.
- getDisplayName(int) - ? ????net.sf.saxon.om.NamePool
-
Get the display form of a name (the QName), given its name code or fingerprint
- getDisplayName() - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Get the display name of this node.
- getDisplayName() - ?? ????net.sf.saxon.om.NodeInfo
-
Get the display name of this node, in the form of a lexical QName.
- getDisplayName() - ? ????net.sf.saxon.om.Orphan
-
Get the display name of this node.
- getDisplayName(int) - ? ??????net.sf.saxon.om.StandardNames
-
Get the lexical display form of a system-defined name
- getDisplayName() - ? ????net.sf.saxon.om.StrippedNode
-
Get the display name of this node.
- getDisplayName() - ? ????net.sf.saxon.om.StructuredQName
-
Get the display name, that is the lexical QName in the form [prefix:]local-part
- getDisplayName() - ? ????net.sf.saxon.om.VirtualCopy
-
Get the display name of this node.
- getDisplayName() - ? ????net.sf.saxon.pull.UnconstructedDocument
-
Get the display name of this node.
- getDisplayName() - ? ????net.sf.saxon.pull.UnconstructedParent
-
Get the display name of this node.
- getDisplayName() - ? ????net.sf.saxon.query.XQueryFunction
-
Get the name of the function for display in error messages
- getDisplayName() - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Get the display name of this node (a lexical QName).
- getDisplayName() - ? ????net.sf.saxon.tree.NodeImpl
-
Get the display name of this node.
- getDisplayName() - ? ????net.sf.saxon.type.AnySimpleType
-
Get the display name of the type: that is, a lexical QName with an arbitrary prefix
- getDisplayName() - ? ????net.sf.saxon.type.AnyType
-
Get the display name of the type: that is, a lexical QName with an arbitrary prefix
- getDisplayName() - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Get the display name of the type: that is, a lexical QName with an arbitrary prefix
- getDisplayName() - ? ????net.sf.saxon.type.BuiltInListType
-
Get the display name of the type: that is, a lexical QName with an arbitrary prefix
- getDisplayName() - ? ????net.sf.saxon.type.ExternalObjectType
-
- getDisplayName() - ?? ????net.sf.saxon.type.SchemaType
-
Get the display name of the type: that is, a lexical QName with an arbitrary prefix
- getDisplayName() - ? ????net.sf.saxon.type.Untyped
-
Get the display name of the type: that is, a lexical QName with an arbitrary prefix
- getDisplayName() - ? ????net.sf.saxon.value.TextFragmentValue
-
Get the display name of this node.
- getDisplayName() - ? ????net.sf.saxon.xom.NodeWrapper
-
Get the display name of this node.
- getDoctype() - ? ????net.sf.saxon.dom.DocumentOverNodeInfo
-
Get the Document Type Declaration (see DocumentType
)
associated with this document.
- getDocument() - ? ????net.sf.saxon.xom.XOMWriter
-
Get the constructed document node
- getDocumentBuilder(Result) - ? ????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) - ? ????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) - ? ????net.sf.saxon.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) - ? ????net.sf.saxon.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) - ?? ????net.sf.saxon.om.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) - ? ????net.sf.saxon.xom.XOMObjectModel
-
Test whether this object model recognizes a particular kind of JAXP Result object,
and if it does, return a Receiver that builds an instance of this data model from
a sequence of events.
- getDocumentElement() - ? ????net.sf.saxon.dom.DocumentOverNodeInfo
-
Get the outermost element of a document.
- getDocumentElement() - ? ????net.sf.saxon.tree.DocumentImpl
-
Get the root (outermost) element.
- getDocumentElementName() - ? ????net.sf.saxon.s9api.SchemaValidator
-
Get the name of the required top-level element of the document to be validated.
- getDocumentElementType() - ? ????net.sf.saxon.s9api.SchemaValidator
-
Get the schema type against which the document element is to be validated
- getDocumentElementTypeName() - ? ????net.sf.saxon.s9api.SchemaValidator
-
Get the name of the required type of the top-level element of the document to be validated.
- getDocumentLocator() - ? ????net.sf.saxon.event.ProxyReceiver
-
Get the Document Locator
- getDocumentNumber() - ? ????net.sf.saxon.dom.DocumentWrapper
-
Get the unique document number
- getDocumentNumber() - ? ????net.sf.saxon.dom.NodeWrapper
-
Get the document number of the document containing this node.
- getDocumentNumber() - ? ????net.sf.saxon.dom4j.DocumentWrapper
-
Get the unique document number
- getDocumentNumber() - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Get the document number of the document containing this node.
- getDocumentNumber() - ? ????net.sf.saxon.jdom.DocumentWrapper
-
Get the unique document number
- getDocumentNumber() - ? ????net.sf.saxon.jdom.NodeWrapper
-
Get the document number of the document containing this node.
- getDocumentNumber() - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Get the document number of the document containing this node.
- getDocumentNumber() - ?? ????net.sf.saxon.om.NodeInfo
-
Get the document number of the document containing this node.
- getDocumentNumber() - ? ????net.sf.saxon.om.Orphan
-
Get the document number of the document containing this node.
- getDocumentNumber() - ? ????net.sf.saxon.om.StrippedDocument
-
Get the unique document number
- getDocumentNumber() - ? ????net.sf.saxon.om.StrippedNode
-
Get the document number of the document containing this node.
- getDocumentNumber() - ? ????net.sf.saxon.om.VirtualCopy
-
Get the document number of the document containing this node.
- getDocumentNumber() - ? ????net.sf.saxon.pull.UnconstructedParent
-
Get the document number of the document containing this node.
- getDocumentNumber() - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Get the document number of the document containing this node
(Needed when the document isn't a real node, for sorting free-standing elements)
- getDocumentNumber() - ? ????net.sf.saxon.tinytree.TinyTree
-
Get the document number (actually, the tree number)
- getDocumentNumber() - ? ????net.sf.saxon.tree.DocumentImpl
-
Get the unique document number
- getDocumentNumber() - ? ????net.sf.saxon.tree.NodeImpl
-
Get the document number of the document containing this node.
- getDocumentNumber() - ? ????net.sf.saxon.value.TextFragmentValue
-
Get the unique document number
- getDocumentNumber() - ? ????net.sf.saxon.xom.DocumentWrapper
-
Get the unique document number for this document (the number is unique
for all documents within a NamePool)
- getDocumentNumber() - ? ????net.sf.saxon.xom.NodeWrapper
-
Get the document number of the document containing this node.
- getDocumentNumberAllocator() - ? ????net.sf.saxon.Configuration
-
Get the document number allocator.
- getDocumentPool() - ? ????net.sf.saxon.Controller
-
Get the document pool.
- getDocumentRoot() - ? ????net.sf.saxon.dom.NodeWrapper
-
Get the root (document) node
- getDocumentRoot() - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Get the root (document) node
- getDocumentRoot() - ? ????net.sf.saxon.jdom.NodeWrapper
-
Get the root (document) node
- getDocumentRoot() - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Get the root node, if it is a document node.
- getDocumentRoot() - ?? ????net.sf.saxon.om.NodeInfo
-
Get the root node, if it is a document node.
- getDocumentRoot() - ? ????net.sf.saxon.om.Orphan
-
Get the root (document) node
- getDocumentRoot() - ? ????net.sf.saxon.om.StrippedNode
-
Get the root (document) node
- getDocumentRoot() - ? ????net.sf.saxon.om.VirtualCopy
-
Get the root node, if it is a document node.
- getDocumentRoot() - ? ????net.sf.saxon.pull.UnconstructedDocument
-
Get the root node, if it is a document node.
- getDocumentRoot() - ? ????net.sf.saxon.pull.UnconstructedParent
-
Get the root node, if it is a document node.
- getDocumentRoot() - ? ????net.sf.saxon.tinytree.TinyDocumentImpl
-
Get the root (document) node
- getDocumentRoot() - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Get the root (document) node
- getDocumentRoot() - ? ????net.sf.saxon.tree.DocumentImpl
-
Get the root (document) node
- getDocumentRoot() - ? ????net.sf.saxon.tree.ElementImpl
-
Get the root node, if it is a document node.
- getDocumentRoot() - ? ????net.sf.saxon.tree.NodeImpl
-
Get the root (document) node
- getDocumentRoot() - ? ????net.sf.saxon.value.TextFragmentValue
-
Get the root (document) node
- getDocumentRoot() - ? ????net.sf.saxon.xom.NodeWrapper
-
Get the root node, if it is a document node.
- getDocumentSorter() - ? ????net.sf.saxon.sort.ConditionalSorter
-
Get the document sorter, which sorts the nodes if the condition is true
- getDocumentTest(ItemType) - ? ????net.sf.saxon.s9api.ItemTypeFactory
-
Make an ItemType representing a document-node() test with an embedded element test.
- getDocumentURI() - ? ????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) - ? ????net.sf.saxon.om.DocumentPool
-
Get the URI for a given document node, if it is present in the pool.
- getDocumentURI() - ? ????net.sf.saxon.s9api.XdmNode
-
Get the document URI of this node.
- getDocumentValidator(Receiver, String, int, int, SchemaType, int) - ? ????net.sf.saxon.Configuration
-
Get a document-level validator to add to a Receiver pipeline.
- getDomConfig() - ? ????net.sf.saxon.dom.DocumentOverNodeInfo
-
The configuration used when Document.normalizeDocument()
is invoked.
- getDOMImplementation() - ? ????net.sf.saxon.dom.DocumentBuilderImpl
-
Obtain an instance of a DOMImplementation
object.
- getDOMLevel() - ? ????net.sf.saxon.Configuration
-
Get the level of DOM interface to be used
- getDoubleValue() - ? ????net.sf.saxon.s9api.XdmAtomicValue
-
Get the value converted to a double using the XPath casting rules
- getDoubleValue() - ? ????net.sf.saxon.value.BigIntegerValue
-
Get the numeric value as a double
- getDoubleValue() - ? ????net.sf.saxon.value.DoubleValue
-
Return this numeric value as a double
- getDoubleValue() - ? ????net.sf.saxon.value.FloatValue
-
- getDoubleValue() - ? ????net.sf.saxon.value.Int64Value
-
Get the numeric value as a double
- getDoubleValue() - ? ????net.sf.saxon.value.NumericValue
-
Get the numeric value as a double
- getDTDHandler() - ? ????net.sf.saxon.Filter
-
Return the current DTD handler.
- getDTDValidation() - ? ????net.sf.saxon.AugmentedSource
-
Get whether or not DTD validation of this source is required
- getDTDValidationMode() - ? ????net.sf.saxon.event.ParseOptions
-
Get whether or not DTD validation of this source is required
- getDynamicLoader() - ? ????net.sf.saxon.Configuration
-
Get the DynamicLoader used by this Configuration.
- getElementById(String) - ? ????net.sf.saxon.dom.DocumentOverNodeInfo
-
Return the Element
whose ID
is given by
elementId
.
- getElementDeclaration(int) - ? ????net.sf.saxon.Configuration
-
Get a global element declaration.
- getElementNameCode() - ? ????net.sf.saxon.event.StartTagBuffer
-
Get the name of the current element
- getElementNode() - ? ????net.sf.saxon.event.StartTagBuffer
-
Get an element node representing the element whose start tag this is, as required
for implementing conditional type assignment
- getElementParticleCardinality(int, boolean) - ? ????net.sf.saxon.type.AnyType
-
Find an element particle within this complex type definition having a given element name
(identified by fingerprint), and return the cardinality associated with that element particle,
that is, the number of times the element can occur within this complex type.
- getElementParticleCardinality(int, boolean) - ?? ????net.sf.saxon.type.ComplexType
-
Find an element particle within this complex type definition having a given element name
(identified by fingerprint), and return the cardinality associated with that element particle,
that is, the number of times the element can occur within this complex type.
- getElementParticleCardinality(int, boolean) - ? ????net.sf.saxon.type.Untyped
-
Find an element particle within this complex type definition having a given element name
(identified by fingerprint), and return the cardinality associated with that element particle,
that is, the number of times the element can occur within this complex type.
- getElementParticleType(int, boolean) - ? ????net.sf.saxon.type.AnyType
-
Find an element particle within this complex type definition having a given element name
(identified by fingerprint), and return the schema type associated with that element particle.
- getElementParticleType(int, boolean) - ?? ????net.sf.saxon.type.ComplexType
-
Find an element particle within this complex type definition having a given element name
(identified by fingerprint), and return the schema type associated with that element particle.
- getElementParticleType(int, boolean) - ? ????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) - ? ????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) - ? ??????net.sf.saxon.dom.DocumentOverNodeInfo
-
- getElementsByTagName(String) - ? ????net.sf.saxon.dom.ElementOverNodeInfo
-
Returns a NodeList
of all descendant Elements
with a given tag name, in document order.
- getElementsByTagNameNS(String, String) - ? ????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) - ? ??????net.sf.saxon.dom.DocumentOverNodeInfo
-
- getElementsByTagNameNS(String, String) - ? ????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() - ? ????net.sf.saxon.pattern.DocumentNodeTest
-
Get the element test contained within this document test
- getElementTest(QName, QName, boolean) - ? ????net.sf.saxon.s9api.ItemTypeFactory
-
Make an ItemType that tests an element name and/or schema type.
- getElementText() - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getElementText() - ? ????net.sf.saxon.pull.PullToStax
-
- getElementValidator(SequenceReceiver, int, int, SchemaType, int) - ? ????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.
- getEmptyLeast() - ? ????net.sf.saxon.sort.SortKeyDefinition
-
Ask whether empty sequence comes before other values or after them
- getEncoding() - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getEncoding() - ? ????net.sf.saxon.pull.PullToStax
-
- getEncodingName() - ? ????net.sf.saxon.charcode.Big5CharacterSet
-
- getEncodingName() - ? ????net.sf.saxon.charcode.CP852CharacterSet
-
- getEncodingName() - ? ????net.sf.saxon.charcode.EucJPCharacterSet
-
- getEncodingName() - ? ????net.sf.saxon.charcode.EucKRCharacterSet
-
- getEncodingName() - ? ????net.sf.saxon.charcode.GB2312CharacterSet
-
- getEncodingName() - ? ????net.sf.saxon.charcode.ISO88595CharacterSet
-
- getEncodingName() - ? ????net.sf.saxon.charcode.ISO88597CharacterSet
-
- getEncodingName() - ? ????net.sf.saxon.charcode.ISO88598CharacterSet
-
- getEncodingName() - ? ????net.sf.saxon.charcode.ISO88599CharacterSet
-
- getEncodingName() - ?? ????net.sf.saxon.charcode.PluggableCharacterSet
-
Determine the name of the Java character set encoding to be used
- getEncodingName() - ? ????net.sf.saxon.charcode.ShiftJISCharacterSet
-
- getEnd() - ? ????net.sf.saxon.value.IntegerRange
-
Get the last integer in the sequence (inclusive)
- getEndPoints() - ? ????net.sf.saxon.sort.IntRangeSet
-
Get the end points of the ranges
- getEndPosition() - ? ????net.sf.saxon.om.ArrayIterator
-
Get the end position in the array
- getEntityResolver() - ? ????net.sf.saxon.AugmentedSource
-
- getEntityResolver() - ? ????net.sf.saxon.Filter
-
Return the current entity resolver.
- getEquivalentItemType(Class) - ? ??????net.sf.saxon.expr.PJConverter
-
Get the nearest XPath equivalent to a Java class.
- getEraName(int) - ? ????net.sf.saxon.number.AbstractNumberer
-
Get the name for an era (e.g.
- getEraName(int) - ?? ????net.sf.saxon.number.Numberer
-
Get the name for an era (e.g.
- getEraName(int) - ? ????net.sf.saxon.number.Numberer_de
-
Get the name for an era (e.g.
- getEraName(int) - ? ????net.sf.saxon.number.Numberer_nl
-
Get the name for an era (e.g.
- getEraName(int) - ? ????net.sf.saxon.number.Numberer_nlBE
-
Get the name for an era (e.g.
- getErrorCode() - ? ????net.sf.saxon.expr.RoleLocator
-
Get the error code to be produced if a type error is detected
- getErrorCode() - ? ????net.sf.saxon.type.ValidationFailure
-
- getErrorCodeForSelectPlusContent() - ? ????net.sf.saxon.style.XSLAttribute
-
Get the error code to be returned when the element has a select attribute but is not empty.
- getErrorCodeForSelectPlusContent() - ? ????net.sf.saxon.style.XSLComment
-
Get the error code to be returned when the element has a select attribute but is not empty.
- getErrorCodeForSelectPlusContent() - ? ????net.sf.saxon.style.XSLNamespace
-
Get the error code to be returned when the element has a select attribute but is not empty.
- getErrorCodeForSelectPlusContent() - ? ????net.sf.saxon.style.XSLProcessingInstruction
-
Get the error code to be returned when the element has a select attribute but is not empty.
- getErrorCodeForSelectPlusContent() - ? ????net.sf.saxon.style.XSLStringConstructor
-
Get the error code to be returned when the element has a select attribute but is not empty.
- getErrorCodeForSelectPlusContent() - ? ????net.sf.saxon.style.XSLText
-
Get the error code to be returned when the element has a select attribute but is not empty.
- getErrorCodeForSelectPlusContent() - ? ????net.sf.saxon.style.XSLValueOf
-
Get the error code to be returned when the element has a select attribute but is not empty.
- getErrorCodeForTypeErrors() - ? ????net.sf.saxon.functions.SystemFunction
-
Return the error code to be used for type errors.
- getErrorCodeForTypeErrors() - ? ????net.sf.saxon.functions.TreatFn
-
Return the error code to be used for type errors
- getErrorCodeForUndefinedContext() - ? ????net.sf.saxon.expr.ContextItemExpression
-
- getErrorCodeForUndefinedContext() - ? ????net.sf.saxon.expr.CurrentItemExpression
-
Get the error code for use when there is no context item
- getErrorCodeLocalPart() - ???? ????net.sf.saxon.trans.XPathException
-
Get the local part of the name of the error code
- getErrorCodeNamespace() - ???? ????net.sf.saxon.trans.XPathException
-
Get the namespace URI part of the name of the error code
- getErrorCount() - ? ????net.sf.saxon.PreparedStylesheet
-
Get the number of errors reported so far
- getErrorCount() - ? ????net.sf.saxon.StandardErrorHandler
-
Return the number of errors (including warnings) reported
- getErrorHandler() - ? ????net.sf.saxon.Filter
-
Return the current error handler.
- getErrorListener() - ? ????net.sf.saxon.AugmentedSource
-
Get the ErrorListener that will be used when parsing
- getErrorListener() - ? ????net.sf.saxon.Configuration
-
Get the ErrorListener used in this configuration.
- getErrorListener() - ? ????net.sf.saxon.Controller
-
Get the error listener.
- getErrorListener() - ? ????net.sf.saxon.event.ParseOptions
-
Get the ErrorListener that will be used when parsing
- getErrorListener() - ? ????net.sf.saxon.event.PipelineConfiguration
-
Get the ErrorListener used for reporting errors in processing this pipeline
- getErrorListener() - ? ????net.sf.saxon.PreparedStylesheet
-
Get the ErrorListener used at compile time for reporting static errors in the stylesheet
- getErrorListener() - ? ????net.sf.saxon.query.DynamicQueryContext
-
Get the error listener.
- getErrorListener() - ? ????net.sf.saxon.query.StaticQueryContext
-
Get the ErrorListener in use for this static context
- getErrorListener() - ? ????net.sf.saxon.s9api.SchemaManager
-
Get the ErrorListener being used while loading and validating schema documents
- getErrorListener() - ? ????net.sf.saxon.s9api.SchemaValidator
-
Get the ErrorListener being used while validating instance documents
- getErrorListener() - ? ????net.sf.saxon.s9api.XQueryCompiler
-
Get the ErrorListener being used during this compilation episode
- getErrorListener() - ? ????net.sf.saxon.s9api.XQueryEvaluator
-
Get the error listener.
- getErrorListener() - ? ????net.sf.saxon.s9api.XsltCompiler
-
Get the ErrorListener being used during this compilation episode
- getErrorListener() - ? ????net.sf.saxon.trans.CompilerInfo
-
Get the ErrorListener being used during this compilation episode
- getErrorListener() - ? ????net.sf.saxon.TransformerFactoryImpl
-
Get the error event handler for the TransformerFactory.
- getErrorObject() - ???? ????net.sf.saxon.trans.XPathException
-
Get the error object associated with this error.
- getErrorOutput() - ? ????net.sf.saxon.StandardErrorListener
-
Get the error output stream
- getEvaluationMode() - ? ????net.sf.saxon.instruct.GeneralVariable
-
Get the evaluation mode of the variable
- getEvaluationMode() - ? ????net.sf.saxon.instruct.UserFunction
-
Get the evaluation mode.
- getEventIterator() - ? ????net.sf.saxon.evpull.PullEventSource
-
Get the EventIterator
- getEventType() - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getEventType() - ? ????net.sf.saxon.pull.PullToStax
-
- getException() - ? ????net.sf.saxon.expr.ErrorExpression
-
Get the wrapped exception
- getExecutable() - ? ????net.sf.saxon.Controller
-
Get the Executable object.
- getExecutable() - ?? ????net.sf.saxon.expr.Container
-
Get the Executable (representing a complete stylesheet or query) of which this Container forms part
- getExecutable() - ? ????net.sf.saxon.expr.Expression
-
Get the executable containing this expression
- getExecutable() - ? ????net.sf.saxon.expr.ExpressionParser.TemporaryContainer
-
- getExecutable() - ? ????net.sf.saxon.expr.ExpressionVisitor
-
Get the Executable containing the expressions being visited
- getExecutable() - ? ????net.sf.saxon.instruct.GlobalVariable
-
Get the executable containing this global variable
- getExecutable() - ? ????net.sf.saxon.instruct.Procedure
-
- getExecutable() - ? ????net.sf.saxon.pattern.Pattern
-
Get the executable containing this pattern
- getExecutable() - ? ????net.sf.saxon.PreparedStylesheet
-
Get the associated executable
- getExecutable() - ? ????net.sf.saxon.query.QueryModule
-
Get the Executable, an object representing the compiled query and its environment.
- getExecutable() - ? ????net.sf.saxon.query.QueryParser
-
Get the executable containing this expression.
- getExecutable() - ? ????net.sf.saxon.query.StaticQueryContext
-
Get the executable containing this query
- getExecutable() - ? ????net.sf.saxon.query.XQueryExpression
-
Get the Executable (representing a complete stylesheet or query) of which this Container forms part
- getExecutable() - ? ????net.sf.saxon.query.XQueryFunction
-
Get the executable in which this function is contained
- getExecutable() - ? ????net.sf.saxon.style.ExpressionContext
-
Get the executable
- getExecutable() - ? ????net.sf.saxon.style.StyleElement
-
- getExecutable() - ? ????net.sf.saxon.style.XSLStylesheet
-
Get the run-time Executable object
- getExecutable() - ? ????net.sf.saxon.sxpath.AbstractStaticContext
-
Get the Executable (representing a complete stylesheet or query)
- getExecutable() - ? ????net.sf.saxon.sxpath.XPathEvaluator
-
Get the executable
- getExecutable() - ?? ????net.sf.saxon.sxpath.XPathStaticContext
-
Get the executable associated with this static context.
- getExecutable() - ? ????net.sf.saxon.xpath.XPathEvaluator
-
Get the executable
- getExpandedMessage(TransformerException) - ? ??????net.sf.saxon.StandardErrorListener
-
Get a string containing the message for this exception and all contained exceptions
- getExpression() - ? ????net.sf.saxon.ant.AntTransform.Param
-
Get the parameter's value
- getExpression() - ? ????net.sf.saxon.query.XQueryExpression
-
Get the expression wrapped in this XQueryExpression object
- getExpressionBaseURI() - ? ????net.sf.saxon.functions.CollatingFunction
-
Get the saved static base URI
- getExpressionType() - ? ????net.sf.saxon.expr.SimpleExpression
-
Return a distinguishing name for the expression, for use in diagnostics.
- getExtensionBinder(String) - ? ????net.sf.saxon.Configuration
-
Get the FunctionLibrary used to bind calls on extension functions on the specified
platform.
- getExtensionClass(String) - ? ????net.sf.saxon.sql.SQLElementFactory
-
Identify the class to be used for stylesheet elements with a given local name.
- getExtensionClass(String) - ?? ????net.sf.saxon.style.ExtensionElementFactory
-
Identify the class to be used for stylesheet elements with a given local name.
- getExtensionFunctionFactory(String) - ? ????net.sf.saxon.Configuration
-
Get an ExtensionFunctionFactory.
- getExtensionsOfType(SchemaType) - ? ????net.sf.saxon.Configuration
-
Get the set of complex types that have been defined as extensions of a given type.
- getExternalNamespaceResolver() - ? ????net.sf.saxon.query.StaticQueryContext
-
Get the external namespace resolver that has been registered using
setExternalNamespaceResolver(), if any.
- getExternalNode() - ? ????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) - ? ????net.sf.saxon.s9api.ItemTypeFactory
-
Factory method to construct an "external object".
- getExternalObjectModel(String) - ? ????net.sf.saxon.Configuration
-
Get the external object model with a given URI, if registered
- getExternalObjectModels() - ? ????net.sf.saxon.Configuration
-
Get all the registered external object models.
- getExternalObjectType(Configuration, String, String) - ? ????net.sf.saxon.java.JavaPlatform
-
- getExternalObjectType(Configuration, String, String) - ?? ????net.sf.saxon.Platform
-
Get a SchemaType representing a wrapped external (Java or .NET) object
- getExternalObjectType(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 conjuunction with calls on extension/external functions.
- getExternalVariable(QName) - ? ????net.sf.saxon.s9api.XQueryEvaluator
-
Get the value that has been set for an external variable
- getExternalVariableNames() - ? ????net.sf.saxon.query.XQueryExpression
-
Get a list containing the names of the external variables in the query.
- getFeature(String) - ? ????net.sf.saxon.dom.DocumentBuilderFactoryImpl
-
Get the state of the named feature.
- getFeature(String, String) - ? ????net.sf.saxon.dom.NodeOverNodeInfo
-
Get a feature of this node.
- getFeature(String) - ? ????net.sf.saxon.Filter
-
Look up the value of a feature.
- getFeature(String) - ? ????net.sf.saxon.TransformerFactoryImpl
-
Look up the value of a feature.
- getFeature(String) - ? ????net.sf.saxon.xpath.XPathFactoryImpl
-
Get a feature of this XPath implementation.
- getField(Field, Object) - ? ????net.sf.saxon.functions.ExtensionFunctionCall
-
Access a field.
- getFilenameFilter() - ? ????net.sf.saxon.functions.URIQueryParameters
-
Get the file name filter (select=pattern), or null if unspecified
- getFilter() - ? ????net.sf.saxon.expr.FilterExpression
-
Get the filter expression
- getFilters() - ? ????net.sf.saxon.AugmentedSource
-
Get the list of filters to be applied to the input.
- getFilters() - ? ????net.sf.saxon.event.ParseOptions
-
Get the list of filters to be applied to the input.
- getFilters() - ? ????net.sf.saxon.pattern.LocationPathPattern
-
Get the filters assocated with the last step in the pattern
- getFinalComparator() - ? ????net.sf.saxon.sort.SortKeyDefinition
-
Get the comparator which is used to compare two values according to this sort key.
- getFingerprint() - ? ????net.sf.saxon.dom.NodeWrapper
-
Get fingerprint.
- getFingerprint() - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Get fingerprint.
- getFingerprint() - ? ????net.sf.saxon.jdom.NodeWrapper
-
Get fingerprint.
- getFingerprint(String, String) - ? ????net.sf.saxon.om.NamePool
-
Get a fingerprint for the name with a given uri and local name.
- getFingerprint() - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Get fingerprint.
- getFingerprint() - ?? ????net.sf.saxon.om.NodeInfo
-
Get fingerprint.
- getFingerprint() - ? ????net.sf.saxon.om.Orphan
-
Get fingerprint.
- getFingerprint(String, String) - ? ??????net.sf.saxon.om.StandardNames
-
Get the fingerprint of a system-defined name, from its URI and local name
- getFingerprint() - ? ????net.sf.saxon.om.StrippedNode
-
Get fingerprint.
- getFingerprint() - ? ????net.sf.saxon.om.VirtualCopy
-
Get fingerprint.
- getFingerprint() - ? ????net.sf.saxon.pattern.CombinedNodeTest
-
Get the name of the nodes matched by this nodetest, if it matches a specific name.
- getFingerprint() - ? ????net.sf.saxon.pattern.LocationPathPattern
-
Determine the fingerprint of nodes to which this pattern applies.
- getFingerprint() - ? ????net.sf.saxon.pattern.NameTest
-
Get the fingerprint required
- getFingerprint() - ? ????net.sf.saxon.pattern.NodeTest
-
Get the name of the nodes matched by this nodetest, if it matches a specific name.
- getFingerprint() - ? ????net.sf.saxon.pattern.NodeTestPattern
-
Determine the name fingerprint of nodes to which this pattern applies.
- getFingerprint() - ? ????net.sf.saxon.pattern.Pattern
-
Determine the name fingerprint of nodes to which this pattern applies.
- getFingerprint() - ? ????net.sf.saxon.pull.PullFilter
-
Get the fingerprint of the name of the element.
- getFingerprint() - ? ????net.sf.saxon.pull.PullFromIterator
-
Get the fingerprint of the name of the element.
- getFingerprint() - ?? ????net.sf.saxon.pull.PullProvider
-
Get the fingerprint of the name of the element.
- getFingerprint() - ? ????net.sf.saxon.pull.StaxBridge
-
Get the fingerprint of the name of the element.
- getFingerprint() - ? ????net.sf.saxon.pull.TreeWalker
-
Get the fingerprint of the name of the element.
- getFingerprint() - ? ????net.sf.saxon.pull.UnconstructedDocument
-
Get fingerprint.
- getFingerprint() - ? ????net.sf.saxon.pull.UnconstructedParent
-
Get fingerprint.
- getFingerprint() - ? ????net.sf.saxon.pull.VirtualTreeWalker
-
Get the fingerprint of the name of the element.
- getFingerprint(String, boolean) - ? ????net.sf.saxon.style.ExpressionContext
-
Get a fingerprint for a name, using this as the context for namespace resolution
- getFingerprint() - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Get the fingerprint of the node, used for matching names
- getFingerprint() - ? ????net.sf.saxon.tinytree.TinyTreeWalker
-
Get the fingerprint of the name of the element.
- getFingerprint() - ? ????net.sf.saxon.tree.NodeImpl
-
Get the fingerprint of the node.
- getFingerprint() - ? ????net.sf.saxon.type.AnySimpleType
-
Get the fingerprint of the name of this type
- getFingerprint() - ? ????net.sf.saxon.type.AnyType
-
Get the fingerprint of the name of this type
- getFingerprint() - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Get the fingerprint of the name of this type
- getFingerprint() - ? ????net.sf.saxon.type.BuiltInListType
-
Get the fingerprint of the name of this type
- getFingerprint() - ? ????net.sf.saxon.type.ExternalObjectType
-
- getFingerprint() - ?? ????net.sf.saxon.type.SchemaType
-
Get the fingerprint of the name of this type
- getFingerprint() - ? ????net.sf.saxon.type.Untyped
-
Get the fingerprint of the name of this type
- getFingerprint() - ? ????net.sf.saxon.value.TextFragmentValue
-
Get the fingerprint of the node, used for matching names
- getFingerprint() - ? ????net.sf.saxon.xom.NodeWrapper
-
Get fingerprint.
- getFirst() - ? ????net.sf.saxon.sort.IntArraySet
-
Get the first value in the set.
- getFirst(int) - ? ????net.sf.saxon.sort.IntHashSet
-
- getFirstChild() - ? ????net.sf.saxon.dom.AttrOverNodeInfo
-
Get first child
- getFirstChild() - ? ????net.sf.saxon.dom.NodeOverNodeInfo
-
Get first child
- getFirstChild() - ? ????net.sf.saxon.tree.NodeImpl
-
Get first child - default implementation used for leaf nodes
- getFirstItem() - ? ????net.sf.saxon.event.SequenceOutputter
-
Get the first item in the sequence that has been built
- getFirstStep() - ? ????net.sf.saxon.expr.PathExpression
-
Get the first step in this expression.
- getFlagBits() - ? ????net.sf.saxon.java.JRegularExpression
-
Get the flag bits as used by the Java regular expression engine
- getFloatValue() - ? ????net.sf.saxon.value.FloatValue
-
Get the value
- getFloatValue() - ? ????net.sf.saxon.value.Int64Value
-
Get the numeric value converted to a float
- getFloatValue() - ? ????net.sf.saxon.value.NumericValue
-
Get the numeric value converted to a float
- getFocusDependencies() - ? ????net.sf.saxon.instruct.AttributeSet
-
Determine whether the attribute set has any dependencies on the focus
- getFormatQName() - ? ????net.sf.saxon.style.XSLOutput
-
Get the name of the xsl:output declaration
- getFunction() - ? ????net.sf.saxon.expr.UserFunctionCall
-
Get the function that is being called by this function call
- getFunction(String, int) - ? ??????net.sf.saxon.functions.StandardFunction
-
Get the table entry for the function with a given name
- getFunctionDefinitions() - ? ????net.sf.saxon.query.XQueryFunctionLibrary
-
Get an iterator over the Functions defined in this module
- getFunctionLibrary() - ?? ????net.sf.saxon.expr.StaticContext
-
Get the function library containing all the in-scope functions available in this static
context
- getFunctionLibrary() - ? ????net.sf.saxon.instruct.Executable
-
Get the library containing all the in-scope functions in the static context
- getFunctionLibrary() - ? ????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() - ? ????net.sf.saxon.style.ExpressionContext
-
Get the function library containing all the in-scope functions available in this static
context
- getFunctionLibrary() - ? ????net.sf.saxon.style.UseWhenStaticContext
-
Get the function library containing all the in-scope functions available in this static
context
- getFunctionLibrary() - ? ????net.sf.saxon.style.XSLStylesheet
-
Get the function library.
- getFunctionLibrary() - ? ????net.sf.saxon.sxpath.AbstractStaticContext
-
Get the function library containing all the in-scope functions available in this static
context.
- getFunctionName() - ? ????net.sf.saxon.expr.FunctionCall
-
Get the qualified of the function being called
- getFunctionName() - ? ????net.sf.saxon.expr.UserFunctionCall
-
Get the qualified of the function being called
- getFunctionName() - ? ????net.sf.saxon.instruct.UserFunction
-
Get the function name
- getFunctionName() - ? ????net.sf.saxon.query.XQueryFunction
-
Get the name of the function as a structured QName
- getFunctionName() - ? ????net.sf.saxon.trace.ContextStackFrame.FunctionCall
-
Get the name of the function being called
- getGlobalDocumentPool() - ? ????net.sf.saxon.Configuration
-
Get the global document pool.
- getGlobalFunctionLibrary() - ? ????net.sf.saxon.query.QueryModule
-
Get the function library object that holds details of global functions
- getGlobalStackFrameMap() - ? ????net.sf.saxon.query.QueryModule
-
Get the stack frame map for global variables.
- getGlobalVariable(int) - ? ????net.sf.saxon.instruct.Bindery
-
Get the value of a global variable whose slot number is known
- getGlobalVariable(StructuredQName) - ? ????net.sf.saxon.style.XSLStylesheet
-
Get the global variable or parameter with a given name (taking
precedence rules into account)
- getGlobalVariableMap() - ? ????net.sf.saxon.instruct.Bindery
-
Get the Global Variable Map, containing the mapping of variable names (fingerprints)
to slot numbers.
- getGlobalVariableMap() - ? ????net.sf.saxon.instruct.Executable
-
Get the global variable map
- getGlobalVariables() - ? ????net.sf.saxon.instruct.Bindery
-
Get all the global variables, as an array.
- getGlobalVariableValue(GlobalVariable) - ? ????net.sf.saxon.instruct.Bindery
-
Get the value of a global variable
- getGroupingKey() - ? ????net.sf.saxon.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)
- getHeadFingerprint() - ? ????net.sf.saxon.pattern.SubstitutionGroupTest
-
Get the fingerprint of the head of the substitution group
- getHostLanguage() - ? ????net.sf.saxon.Configuration
-
Get the host language used in this configuration.
- getHostLanguage() - ? ????net.sf.saxon.event.PipelineConfiguration
-
Get the host language in use
- getHostLanguage() - ?? ????net.sf.saxon.expr.Container
-
Get the host language (XSLT, XQuery, XPath) used to implement the code in this container
- getHostLanguage() - ? ????net.sf.saxon.expr.Expression
-
Get the host language (XSLT, XQuery, XPath) used to implement the code in this container
- getHostLanguage() - ? ????net.sf.saxon.expr.ExpressionParser.TemporaryContainer
-
Get the host language (XSLT, XQuery, XPath) used to implement the code in this container
- getHostLanguage() - ? ????net.sf.saxon.instruct.Executable
-
Get the host language
- getHostLanguage() - ? ????net.sf.saxon.instruct.GlobalVariable
-
Get the host language for this declaration
- getHostLanguage() - ? ????net.sf.saxon.instruct.Procedure
-
- getHostLanguage() - ? ????net.sf.saxon.pattern.Pattern
-
Get the host language (XSLT, XQuery, XPath) used to implement the code in this container
- getHostLanguage() - ? ????net.sf.saxon.query.XQueryExpression
-
Get the host language (XSLT, XQuery, XPath) used to implement the code in this container
- getHostLanguage() - ? ????net.sf.saxon.query.XQueryFunction
-
Get the host language (XSLT, XQuery, XPath) used to implement the code in this container
- getHostLanguage() - ? ????net.sf.saxon.style.StyleElement
-
Get the host language (XSLT, XQuery, XPath) used to implement the code in this container
- getHostLanguage() - ? ????net.sf.saxon.sxpath.AbstractStaticContext
-
Get the host language (XSLT, XQuery, XPath) used to implement the code in this container
- getHour() - ? ????net.sf.saxon.value.DateTimeValue
-
Get the hour component, 0-23
- getHour() - ? ????net.sf.saxon.value.TimeValue
-
Get the hour component, 0-23
- getHours() - ? ????net.sf.saxon.value.DurationValue
-
Get the hours component
- getIdentificationKey() - ? ????net.sf.saxon.query.XQueryFunction
-
Get an identifying key for this function, which incorporates the URI and local part of the
function name plus the arity
- getIdentificationKey(String, String, int) - ? ??????net.sf.saxon.query.XQueryFunction
-
Construct what the identification key would be for a function with given URI, local name, and arity
- getIdentificationKey(StructuredQName, int) - ? ??????net.sf.saxon.query.XQueryFunction
-
Construct what the identification key would be for a function with given URI, local name, and arity
- getIdentifyingURI() - ? ????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() - ? ????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() - ? ????net.sf.saxon.dom4j.DOM4JObjectModel
-
Get the URI of the external object model as used in the JAXP factory interfaces for obtaining
an XPath implementation
- getIdentifyingURI() - ? ????net.sf.saxon.jdom.JDOMObjectModel
-
Get the URI of the external object model as used in the JAXP factory interfaces for obtaining
an XPath implementation
- getIdentifyingURI() - ?? ????net.sf.saxon.om.ExternalObjectModel
-
Get the URI of the external object model as used in the JAXP factory interfaces for obtaining
an XPath implementation
- getIdentifyingURI() - ? ????net.sf.saxon.xom.XOMObjectModel
-
Get the URI of the external object model as used in the JAXP factory interfaces for obtaining
an XPath implementation
- getIdMultiple(DocumentInfo, SequenceIterator) - ? ??????net.sf.saxon.functions.Id
-
Get an iterator over the nodes that have an id equal to one of the values is a set of whitespace separated
strings
- getIdrefMultiple(DocumentInfo, SequenceIterator, XPathContext) - ? ??????net.sf.saxon.functions.Idref
-
Get the result when multiple idref values are supplied.
- getIdSingle(DocumentInfo, String) - ? ??????net.sf.saxon.functions.Id
-
Get an iterator over the nodes that have an id equal to one of the values is a whitespace separated
string
- getImplementation() - ? ????net.sf.saxon.dom.DocumentOverNodeInfo
-
Get a DOMImplementation
object that handles this document.
- getImplementationMethod() - ? ????net.sf.saxon.expr.CardinalityChecker
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - ? ????net.sf.saxon.expr.CompareToIntegerConstant
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - ? ????net.sf.saxon.expr.Expression
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - ? ????net.sf.saxon.expr.ForExpression
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - ? ????net.sf.saxon.expr.ItemChecker
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - ? ????net.sf.saxon.expr.IterateInstr
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - ? ????net.sf.saxon.expr.TailCallLoop
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - ? ????net.sf.saxon.expr.UserFunctionCall
-
- getImplementationMethod() - ? ????net.sf.saxon.expr.VariableReference
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - ? ????net.sf.saxon.instruct.AnalyzeString
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - ? ????net.sf.saxon.instruct.Block
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - ? ????net.sf.saxon.instruct.Choose
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - ? ????net.sf.saxon.instruct.CopyOf
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - ? ????net.sf.saxon.instruct.DocumentInstr
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - ? ????net.sf.saxon.instruct.ElementCreator
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - ? ????net.sf.saxon.instruct.ForEach
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - ? ????net.sf.saxon.instruct.Instruction
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - ? ????net.sf.saxon.instruct.SimpleContentConstructor
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - ? ????net.sf.saxon.pattern.PatternSponsor
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplementationMethod() - ? ????net.sf.saxon.sort.ConditionalSorter
-
An implementation of Expression must provide at least one of the methods evaluateItem(), iterate(), or process().
- getImplicitTimezone() - ? ????net.sf.saxon.Controller
-
Get the implicit timezone for this query or transformation
- getImplicitTimezone() - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Get the implicit timezone, as a positive or negative offset from UTC in minutes.
- getImplicitTimezone() - ?? ????net.sf.saxon.expr.XPathContext
-
Get the implicit timezone
- getImplicitTimezone() - ? ????net.sf.saxon.expr.XPathContextMinor
-
Get the implicit timezone, as a positive or negative offset from UTC in minutes.
- getImportedFunctionLibrary() - ? ????net.sf.saxon.query.QueryModule
-
Get the function library object that holds details of imported functions
- getImportedNamespaces() - ? ????net.sf.saxon.Configuration
-
Get the set of namespaces of imported schemas
- getImportedSchemaNamespaces() - ?? ????net.sf.saxon.expr.StaticContext
-
Get the set of imported schemas
- getImportedSchemaNamespaces() - ? ????net.sf.saxon.query.QueryModule
-
Get the set of imported schemas
- getImportedSchemaNamespaces() - ? ????net.sf.saxon.style.ExpressionContext
-
Get the set of imported schemas
- getImportedSchemaNamespaces() - ? ????net.sf.saxon.style.UseWhenStaticContext
-
Get the set of imported schemas
- getImportedSchemaNamespaces() - ? ????net.sf.saxon.sxpath.IndependentContext
-
Get the set of imported schemas
- getImportedSchemaNamespaces() - ? ????net.sf.saxon.xpath.JAXPXPathStaticContext
-
Get the set of imported schemas
- getImportedSchemaTable() - ? ????net.sf.saxon.style.XSLStylesheet
-
- getImporter() - ? ????net.sf.saxon.style.XSLStylesheet
-
Get the StyleSheet that included or imported this one.
- getIncludedStylesheet(XSLStylesheet, int) - ? ????net.sf.saxon.style.XSLGeneralIncorporate
-
Get the included or imported stylesheet module
- getIndex(String, String) - ?? ????net.sf.saxon.om.AttributeCollection
-
Get the index of an attribute (by name).
- getIndex(String) - ? ????net.sf.saxon.om.AttributeCollectionImpl
-
Get the index of an attribute, from its lexical QName
- getIndex(String, String) - ? ????net.sf.saxon.om.AttributeCollectionImpl
-
Get the index of an attribute (by name).
- getIndex(String, String) - ? ????net.sf.saxon.tinytree.TinyAttributeCollection
-
Get the index of an attribute (by name).
- getIndexByFingerprint(int) - ?? ????net.sf.saxon.om.AttributeCollection
-
Get the index, given the fingerprint
- getIndexByFingerprint(int) - ? ????net.sf.saxon.om.AttributeCollectionImpl
-
Get the index, given the fingerprint.
- getIndexByFingerprint(int) - ? ????net.sf.saxon.tinytree.TinyAttributeCollection
-
Get the index, given the fingerprint
- getIndexedItemType() - ? ????net.sf.saxon.trans.KeyDefinition
-
Get the primitive item type of the values returned by the use expression
- getInitialContextItem() - ? ????net.sf.saxon.Controller
-
Get the initial context item.
- getInitialContextNode() - ? ????net.sf.saxon.s9api.XsltTransformer
-
Get the initial context node for the transformation, if one has been set
- getInitialMode() - ? ????net.sf.saxon.Controller
-
Get the initial mode for the transformation
- getInitialMode() - ? ????net.sf.saxon.s9api.XsltTransformer
-
Get the initial mode for the transformation, if one has been set.
- getInitialTemplate() - ? ????net.sf.saxon.Controller
-
Get the initial template
- getInitialTemplate() - ? ????net.sf.saxon.s9api.XsltTransformer
-
Get the initial named template for the transformation, if one has been set
- getInputEncoding() - ? ????net.sf.saxon.dom.DocumentOverNodeInfo
-
An attribute specifying the encoding used for this document at the time
of the parsing.
- getInputTypeAnnotations() - ? ????net.sf.saxon.style.XSLStylesheet
-
Get the value of the input-type-annotations attribute, for this module combined with that
of all included/imported modules.
- getInputTypeAnnotationsAttribute() - ? ????net.sf.saxon.style.XSLStylesheet
-
Get the value of the input-type-annotations attribute, for this module alone.
- getInScopeNamespaceCodes(NodeInfo) - ? ??????net.sf.saxon.om.NamespaceIterator
-
Get a list of in-scope namespace codes.
- getInScopeNamespaceCodes() - ? ????net.sf.saxon.tree.ElementImpl
-
Get the list of in-scope namespaces for this element as an array of
namespace codes.
- getInstance() - ? ??????net.sf.saxon.charcode.ASCIICharacterSet
-
- getInstance() - ? ??????net.sf.saxon.charcode.Big5CharacterSet
-
- getInstance() - ? ??????net.sf.saxon.charcode.CP1250CharacterSet
-
- getInstance() - ? ??????net.sf.saxon.charcode.CP1251CharacterSet
-
- getInstance() - ? ??????net.sf.saxon.charcode.CP1252CharacterSet
-
- getInstance() - ? ??????net.sf.saxon.charcode.CP852CharacterSet
-
- getInstance() - ? ??????net.sf.saxon.charcode.EucJPCharacterSet
-
- getInstance() - ? ??????net.sf.saxon.charcode.EucKRCharacterSet
-
- getInstance() - ? ??????net.sf.saxon.charcode.GB2312CharacterSet
-
- getInstance() - ? ??????net.sf.saxon.charcode.ISO88591CharacterSet
-
- getInstance() - ? ??????net.sf.saxon.charcode.ISO88592CharacterSet
-
- getInstance() - ? ??????net.sf.saxon.charcode.ISO88595CharacterSet
-
- getInstance() - ? ??????net.sf.saxon.charcode.ISO88597CharacterSet
-
- getInstance() - ? ??????net.sf.saxon.charcode.ISO88598CharacterSet
-
- getInstance() - ? ??????net.sf.saxon.charcode.ISO88599CharacterSet
-
- getInstance() - ? ??????net.sf.saxon.charcode.KOI8RCharacterSet
-
- getInstance() - ? ??????net.sf.saxon.charcode.ShiftJISCharacterSet
-
- getInstance() - ? ??????net.sf.saxon.charcode.UnicodeCharacterSet
-
Get the singular instance of this class
- getInstance(String, ClassLoader) - ? ????net.sf.saxon.Configuration
-
Instantiate a class using the class name provided.
- getInstance() - ? ??????net.sf.saxon.dom.DOMObjectModel
-
Get a reusable instance instance of this class.
- getInstance() - ? ??????net.sf.saxon.event.StandardOutputResolver
-
Get a singular instance
- getInstance() - ? ??????net.sf.saxon.evpull.EmptyEventIterator
-
Get the singular instance of this class
- getInstance() - ? ??????net.sf.saxon.evpull.EndDocumentEvent
-
- getInstance() - ? ??????net.sf.saxon.evpull.EndElementEvent
-
- getInstance() - ? ??????net.sf.saxon.evpull.StartDocumentEvent
-
- getInstance() - ? ??????net.sf.saxon.expr.Atomizer.AtomizingFunction
-
Get the singleton instance
- getInstance() - ? ??????net.sf.saxon.instruct.DummyNamespaceResolver
-
Return the singular instance of this class
- getInstance() - ? ??????net.sf.saxon.java.JavaPlatform
-
Get the singleton instance of this class
- getInstance() - ? ??????net.sf.saxon.om.AllElementStripper
-
- getInstance() - ? ??????net.sf.saxon.om.EmptyIterator
-
Get an EmptyIterator, an iterator over an empty sequence.
- getInstance() - ? ??????net.sf.saxon.om.EmptyNamespaceDeclarationList
-
Get the singular instance of this class
- getInstance() - ? ??????net.sf.saxon.om.Name10Checker
-
Get the singular instance of this class
- getInstance() - ? ??????net.sf.saxon.om.Name11Checker
-
Get the singular instance of this class
- getInstance() - ? ??????net.sf.saxon.pattern.AnyChildNodePattern
-
Get the singular instance of this class
- getInstance() - ? ??????net.sf.saxon.pattern.AnyNodeTest
-
Get an instance of AnyNodeTest
- getInstance() - ? ??????net.sf.saxon.pattern.EmptySequenceTest
-
Get a NoNodeTest instance
- getInstance() - ? ??????net.sf.saxon.pattern.IdrefTest
-
Get the singleton instance of this class
- getInstance() - ? ??????net.sf.saxon.query.StandardModuleURIResolver
-
Get the singular instance of this class
- getInstance() - ? ??????net.sf.saxon.regex.SurrogateRegexTranslator.Empty
-
Return the singular instance of this class
- getInstance() - ? ??????net.sf.saxon.s9api.XdmEmptySequence
-
Return the singleton instance of this class
- getInstance() - ? ??????net.sf.saxon.sort.CodepointCollatingComparer
-
Get the singular instance of this class
- getInstance() - ? ??????net.sf.saxon.sort.CodepointCollator
-
- getInstance() - ? ??????net.sf.saxon.sort.ComparableAtomicValueComparer
-
Get the singleton instance of this class
- getInstance() - ? ??????net.sf.saxon.sort.DoubleSortComparer
-
Get the singular instance of this class
- getInstance() - ? ??????net.sf.saxon.sort.EmptyIntIterator
-
Get the singular instance of this class
- getInstance() - ? ??????net.sf.saxon.sort.EqualityComparer
-
Get the singleton instance of this class
- getInstance() - ? ??????net.sf.saxon.sort.GlobalOrderComparer
-
Get an instance of a GlobalOrderComparer.
- getInstance() - ? ??????net.sf.saxon.sort.LocalOrderComparer
-
Get an instance of a LocalOrderComparer.
- getInstance() - ? ??????net.sf.saxon.sort.NumericComparer
-
- getInstance() - ? ??????net.sf.saxon.sort.StandardCollationURIResolver
-
Return the singleton instance of this class
- getInstance() - ? ??????net.sf.saxon.sort.TupleSorter.TupleUnwrapper
-
Get the singular instance of this class
- getInstance(String, ClassLoader) - ? ????net.sf.saxon.trans.DynamicLoader
-
Instantiate a class using the class name provided.
- getInstance(String, boolean, ClassLoader) - ? ????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() - ? ??????net.sf.saxon.type.AnyItemType
-
Factory method to get the singleton instance
- getInstance() - ? ??????net.sf.saxon.type.AnySimpleType
-
Get the singular instance of this class
- getInstance() - ? ??????net.sf.saxon.type.AnyType
-
Get the singular instance of this class
- getInstance() - ? ??????net.sf.saxon.type.Untyped
-
Get the singular instance of this class
- getInstance() - ? ??????net.sf.saxon.value.EmptySequence
-
Get the implicit instance of this class
- getInstruction() - ? ????net.sf.saxon.pull.UnconstructedParent
-
Get the instruction responsible for creating this element or document node
- getInstruction() - ? ????net.sf.saxon.style.XSLAttributeSet
-
Get the compiled code produced for this XSLT element
- getInstructionInfo() - ? ????net.sf.saxon.instruct.InstructionDetails
-
Get the InstructionInfo details about the construct.
- getInstructionInfo() - ? ????net.sf.saxon.instruct.TraceExpression
-
Get the InstructionInfo details about the construct.
- getInstructionInfo() - ? ????net.sf.saxon.instruct.TraceInstruction
-
Get the instruction details
- getInstructionInfo() - ? ????net.sf.saxon.instruct.TraceWrapper
-
Get the instruction details
- getInstructionNameCode() - ? ????net.sf.saxon.instruct.AnalyzeString
-
- getInstructionNameCode() - ? ????net.sf.saxon.instruct.ApplyImports
-
Get the name of this instruction for diagnostic and tracing purposes
- getInstructionNameCode() - ? ????net.sf.saxon.instruct.ApplyTemplates
-
Get the name of this instruction for diagnostic and tracing purposes
- getInstructionNameCode() - ? ????net.sf.saxon.instruct.Assign
-
Get the name of this instruction for diagnostic and tracing purposes
- getInstructionNameCode() - ? ????net.sf.saxon.instruct.CallTemplate
-
Return the name of this instruction.
- getInstructionNameCode() - ? ????net.sf.saxon.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() - ? ????net.sf.saxon.instruct.Comment
-
Get the instruction name, for diagnostics and tracing
return the string "xsl:comment"
- getInstructionNameCode() - ? ????net.sf.saxon.instruct.ComputedAttribute
-
Get the name of this instruction
- getInstructionNameCode() - ? ????net.sf.saxon.instruct.ComputedElement
-
Get the name of this instruction for diagnostic and tracing purposes
- getInstructionNameCode() - ? ????net.sf.saxon.instruct.Copy
-
Get the name of this instruction for diagnostic and tracing purposes
- getInstructionNameCode() - ? ????net.sf.saxon.instruct.CopyOf
-
Get the name of this instruction, for diagnostics and tracing
- getInstructionNameCode() - ? ????net.sf.saxon.instruct.Doctype
-
Get the name of this instruction for diagnostic and tracing purposes
- getInstructionNameCode() - ? ????net.sf.saxon.instruct.DocumentInstr
-
Get the name of this instruction for diagnostic and tracing purposes
(the string "document-constructor")
- getInstructionNameCode() - ? ????net.sf.saxon.instruct.FixedAttribute
-
Get the name of this instruction (return 'xsl:attribute')
- getInstructionNameCode() - ? ????net.sf.saxon.instruct.ForEach
-
Get the name of this instruction for diagnostic and tracing purposes
- getInstructionNameCode() - ? ????net.sf.saxon.instruct.ForEachGroup
-
Get the name of this instruction for diagnostic and tracing purposes
- getInstructionNameCode() - ? ????net.sf.saxon.instruct.GeneralVariable
-
Get the name of this instruction (that is xsl:variable, xsl:param etc) for diagnostics
- getInstructionNameCode() - ? ????net.sf.saxon.instruct.GlobalParam
-
Get the name of this instruction for diagnostic and tracing purposes
- getInstructionNameCode() - ? ????net.sf.saxon.instruct.Instruction
-
Get the namecode of the instruction for use in diagnostics
- getInstructionNameCode() - ? ????net.sf.saxon.instruct.LocalParam
-
Get the name of this instruction for diagnostic and tracing purposes
- getInstructionNameCode() - ? ????net.sf.saxon.instruct.Message
-
Get the name of this instruction for diagnostic and tracing purposes
- getInstructionNameCode() - ? ????net.sf.saxon.instruct.Namespace
-
Set the name of this instruction for diagnostic and tracing purposes
- getInstructionNameCode() - ? ????net.sf.saxon.instruct.NextMatch
-
Get the name of this instruction for diagnostic and tracing purposes
- getInstructionNameCode() - ? ????net.sf.saxon.instruct.ProcessingInstruction
-
Get the name of this instruction for diagnostic and tracing purposes
- getInstructionNameCode() - ? ????net.sf.saxon.instruct.ResultDocument
-
Get the name of this instruction for diagnostic and tracing purposes
(the string "xsl:result-document")
- getInstructionNameCode() - ? ????net.sf.saxon.instruct.TraceWrapper
-
- getInstructionNameCode() - ? ????net.sf.saxon.instruct.ValueOf
-
Get the name of this instruction for diagnostic and tracing purposes
- getInstructionNameCode() - ? ????net.sf.saxon.instruct.While
-
Get the name of this instruction for diagnostic and tracing purposes
- getInstructionNameCode() - ? ????net.sf.saxon.instruct.WithParam
-
- getInternalExpression() - ? ????net.sf.saxon.sxpath.XPathExpression
-
Low-level method to get the internal Saxon expression object.
- getInternalExpression() - ? ????net.sf.saxon.xpath.XPathExpressionImpl
-
Low-level method to get the internal Saxon expression object.
- getIntrinsicDependencies() - ? ????net.sf.saxon.expr.AxisExpression
-
Determine which aspects of the context the expression depends on.
- getIntrinsicDependencies() - ? ????net.sf.saxon.expr.ContextItemExpression
-
- getIntrinsicDependencies() - ? ????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() - ? ????net.sf.saxon.expr.IsLastExpression
-
Get the dependencies of this expression on the context
- getIntrinsicDependencies() - ? ????net.sf.saxon.expr.PatternMatchExpression
-
Determine the intrinsic dependencies of an expression, that is, those which are not derived
from the dependencies of its subexpressions.
- getIntrinsicDependencies() - ? ????net.sf.saxon.expr.RootExpression
-
Determine which aspects of the context the expression depends on.
- getIntrinsicDependencies() - ? ????net.sf.saxon.expr.SingleNodeExpression
-
Determine which aspects of the context the expression depends on.
- getIntrinsicDependencies() - ? ????net.sf.saxon.expr.UserFunctionCall
-
- getIntrinsicDependencies() - ? ????net.sf.saxon.expr.VariableReference
-
- getIntrinsicDependencies() - ? ????net.sf.saxon.functions.Current
-
Determine the dependencies
- getIntrinsicDependencies() - ? ????net.sf.saxon.functions.CurrentDateTime
-
Determine the dependencies
- getIntrinsicDependencies() - ? ????net.sf.saxon.functions.CurrentGroup
-
Determine the dependencies
- getIntrinsicDependencies() - ? ????net.sf.saxon.functions.Evaluate
-
Determine the dependencies
- getIntrinsicDependencies() - ? ????net.sf.saxon.functions.ExtensionFunctionCall
-
Determine which aspects of the context the expression depends on.
- getIntrinsicDependencies() - ? ????net.sf.saxon.functions.Lang
-
Determine the dependencies
- getIntrinsicDependencies() - ? ????net.sf.saxon.functions.Last
-
Determine the dependencies
- getIntrinsicDependencies() - ? ????net.sf.saxon.functions.NormalizeSpace
-
Determine the intrinsic dependencies of an expression, that is, those which are not derived
from the dependencies of its subexpressions.
- getIntrinsicDependencies() - ? ????net.sf.saxon.functions.Position
-
Determine the intrinsic dependencies
- getIntrinsicDependencies() - ? ????net.sf.saxon.functions.RegexGroup
-
Determine the dependencies
- getIntrinsicDependencies() - ? ????net.sf.saxon.functions.StringLength
-
Determine the intrinsic dependencies of an expression, that is, those which are not derived
from the dependencies of its subexpressions.
- getIntrinsicDependencies() - ? ????net.sf.saxon.instruct.Assign
-
- getIntrinsicDependencies() - ? ????net.sf.saxon.instruct.CallTemplate
-
- getIntrinsicDependencies() - ? ????net.sf.saxon.instruct.NumberInstruction
-
Determine the intrinsic dependencies of an expression, that is, those which are not derived
from the dependencies of its subexpressions.
- getIntrinsicDependencies() - ? ????net.sf.saxon.instruct.ResultDocument
-
- getIntrinsicDependencies() - ? ????net.sf.saxon.instruct.UseAttributeSets
-
Determine the intrinsic dependencies of an expression, that is, those which are not derived
from the dependencies of its subexpressions.
- getIntrinsicDependencies() - ? ????net.sf.saxon.sort.TupleExpression
-
- getIntrinsicDependencies() - ? ????net.sf.saxon.xpath.XPathFunctionCall
-
Determine which aspects of the context the expression depends on.
- getInverseComparison() - ? ????net.sf.saxon.expr.GeneralComparison
-
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.ArithmeticExpression
-
Determine the data type of the expression, insofar as this is known statically
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.ArithmeticExpression10
-
Determine the data type of the expression, if this is known statically
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.AtomicSequenceConverter
-
Determine the data type of the items returned by the expression, if possible
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.Atomizer
-
Determine the data type of the items returned by the expression, if possible
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.AxisExpression
-
Determine the data type of the items returned by this expression
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.BooleanExpression
-
Determine the data type of the expression
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.CardinalityChecker
-
Determine the data type of the items returned by the expression, if possible
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.CastableExpression
-
Determine the data type of the result of the Castable expression
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.CastExpression
-
Get the static type of the expression
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.CompareToIntegerConstant
-
Determine the data type of the expression, if possible.
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.ContextItemExpression
-
Determine the item type
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.ErrorExpression
-
Determine the data type of the expression, if possible
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.Expression
-
Determine the data type of the expression, if possible.
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.FilterExpression
-
Get the data type of the items returned
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.ForExpression
-
Determine the data type of the items returned by the expression, if possible
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.GeneralComparison
-
Determine the data type of the expression
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.GeneralComparison10
-
Determine the data type of the expression
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.IdentityComparison
-
Determine the data type of the expression
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.InstanceOfExpression
-
Determine the data type of the result of the InstanceOf expression
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.IntegerRangeTest
-
Get the data type of the items returned
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.IsLastExpression
-
Determine the data type of the expression
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.ItemChecker
-
Determine the data type of the items returned by the expression
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.IterateInstr
-
Determine the data type of the items returned by this expression
- getItemType() - ? ????net.sf.saxon.expr.JPConverter.FromBigDecimal
-
- getItemType() - ? ????net.sf.saxon.expr.JPConverter.FromBigInteger
-
- getItemType() - ? ????net.sf.saxon.expr.JPConverter.FromBoolean
-
- getItemType() - ? ????net.sf.saxon.expr.JPConverter.FromBooleanArray
-
- getItemType() - ? ????net.sf.saxon.expr.JPConverter.FromByte
-
- getItemType() - ? ????net.sf.saxon.expr.JPConverter.FromByteArray
-
- getItemType() - ? ????net.sf.saxon.expr.JPConverter.FromCharacter
-
- getItemType() - ? ????net.sf.saxon.expr.JPConverter.FromCharArray
-
- getItemType() - ? ????net.sf.saxon.expr.JPConverter.FromCollection
-
- getItemType() - ? ????net.sf.saxon.expr.JPConverter.FromDate
-
- getItemType() - ? ????net.sf.saxon.expr.JPConverter.FromDouble
-
- getItemType() - ? ????net.sf.saxon.expr.JPConverter.FromDoubleArray
-
- getItemType() - ? ????net.sf.saxon.expr.JPConverter.FromFloat
-
- getItemType() - ? ????net.sf.saxon.expr.JPConverter.FromFloatArray
-
- getItemType() - ? ????net.sf.saxon.expr.JPConverter.FromInt
-
- getItemType() - ? ????net.sf.saxon.expr.JPConverter.FromIntArray
-
- getItemType() - ? ????net.sf.saxon.expr.JPConverter.FromLong
-
- getItemType() - ? ????net.sf.saxon.expr.JPConverter.FromLongArray
-
- getItemType() - ? ????net.sf.saxon.expr.JPConverter.FromObjectArray
-
- getItemType() - ? ????net.sf.saxon.expr.JPConverter.FromQName
-
- getItemType() - ? ????net.sf.saxon.expr.JPConverter.FromSequenceIterator
-
- getItemType() - ? ????net.sf.saxon.expr.JPConverter.FromShort
-
- getItemType() - ? ????net.sf.saxon.expr.JPConverter.FromShortArray
-
- getItemType() - ? ????net.sf.saxon.expr.JPConverter.FromSource
-
- getItemType() - ? ????net.sf.saxon.expr.JPConverter.FromString
-
- getItemType() - ? ????net.sf.saxon.expr.JPConverter.FromURI
-
- getItemType() - ? ????net.sf.saxon.expr.JPConverter.FromValueRepresentation
-
- getItemType() - ? ????net.sf.saxon.expr.JPConverter
-
Get the item type of the XPath value that will result from the conversion
- getItemType() - ? ????net.sf.saxon.expr.JPConverter.WrapExternalObject
-
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.LetExpression
-
Determine the data type of the items returned by the expression, if possible
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.Literal
-
Determine the data type of the items in the expression, if possible
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.NegateExpression
-
Determine the data type of the expression, if this is known statically
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.NumericPromoter
-
Determine the data type of the items returned by the expression, if possible
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.PatternMatchExpression
-
Determine the data type of the expression, if possible.
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.QuantifiedExpression
-
Determine the data type of the items returned by the expression
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.RangeExpression
-
Get the data type of the items returned
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.RootExpression
-
Determine the data type of the items returned by this expression
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.SimpleExpression
-
Determine the data type of the items returned by this expression.
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.SingleNodeExpression
-
Determine the data type of the items returned by this expression
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.SingletonAtomizer
-
Determine the data type of the items returned by the expression, if possible
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.SingletonComparison
-
Determine the data type of the expression
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.SlashExpression
-
Determine the data type of the items returned by this exprssion
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.SuppliedParameterReference
-
Determine the data type of the expression, if possible.
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.TailCallLoop
-
Determine the data type of the items returned by the expression
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.TailExpression
-
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.UnaryExpression
-
Determine the data type of the expression, if possible.
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.UntypedAtomicConverter
-
Determine the data type of the items returned by the expression
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.UserFunctionCall
-
Determine the data type of the expression, if possible
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.ValueComparison
-
Determine the data type of the expression
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.VariableReference
-
Determine the data type of the expression, if possible
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.expr.VennExpression
-
Determine the data type of the items returned by this expression
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.functions.Aggregate
-
Determine the item type of the value returned by the function
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.functions.ExtensionFunctionCall
-
Determine the data type of the expression, if possible.
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.functions.Minimax
-
Determine the item type of the value returned by the function
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.functions.Remove
-
Determine the data type of the items in the sequence
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.functions.Reverse
-
Determine the item type of the value returned by the function
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.functions.Subsequence
-
Determine the data type of the items in the sequence
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.functions.SystemFunction
-
Determine the item type of the value returned by the function
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.instruct.AnalyzeString
-
Get the item type of the items returned by evaluating this instruction
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.instruct.Block
-
Determine the data type of the items returned by this expression
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.instruct.CallTemplate
-
Get the item type of the items returned by evaluating this instruction
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.instruct.Choose
-
Get the item type of the items returned by evaluating this instruction
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.instruct.Comment
-
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.instruct.ComputedAttribute
-
Get the static type of this expression
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.instruct.ComputedElement
-
Get the item type of the value returned by this instruction
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.instruct.Copy
-
Get the item type of the result of this instruction.
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.instruct.CopyOf
-
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.instruct.DocumentInstr
-
Get the item type
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.instruct.ElementCreator
-
Get the item type of the value returned by this instruction
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.instruct.FixedAttribute
-
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.instruct.FixedElement
-
Get the type of the item returned by this instruction
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.instruct.ForEach
-
Determine the data type of the items returned by this expression
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.instruct.ForEachGroup
-
Get the item type of the items returned by evaluating this instruction
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.instruct.GeneralVariable
-
Get the type of the result of this instruction.
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.instruct.Instruction
-
Get the item type of the items returned by evaluating this instruction
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.instruct.Message
-
Get the item type.
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.instruct.Namespace
-
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.instruct.NumberInstruction
-
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.instruct.ProcessingInstruction
-
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.instruct.ResultDocument
-
Get the item type of the items returned by evaluating this instruction
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.instruct.SimpleContentConstructor
-
Determine the data type of the expression, if possible.
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.instruct.TraceWrapper
-
Get the item type of the items returned by evaluating this instruction
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.instruct.UseAttributeSets
-
Get the item type of the items returned by evaluating this instruction
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.instruct.ValueOf
-
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.instruct.While
-
Get the item type of the items returned by evaluating this instruction
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.pattern.PatternSponsor
-
Determine the data type of the expression, if possible.
- getItemType(XdmNodeKind, QName) - ? ????net.sf.saxon.s9api.ItemTypeFactory
-
Get an item type that matches nodes of a specified kind with a specified name.
- getItemType(XdmItem) - ? ????net.sf.saxon.s9api.ItemTypeFactory
-
Get an ItemType representing the type of a supplied XdmItem.
- getItemType() - ? ????net.sf.saxon.sort.AtomicSortComparer
-
Get the requested item type
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.sort.ConditionalSorter
-
Determine the data type of the expression, if possible.
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.sort.SortExpression
-
Determine the data type of the items returned by the expression, if possible
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.sort.TupleExpression
-
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.sort.TupleSorter
-
- getItemType() - ? ????net.sf.saxon.type.BuiltInListType
-
Returns the simpleType of the items in this ListType.
- getItemType() - ?? ????net.sf.saxon.type.ListType
-
Returns the simpleType of the items in this ListType.
- getItemType(Item, TypeHierarchy) - ? ??????net.sf.saxon.type.Type
-
Get the ItemType of an Item
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.value.AtomicValue
-
Determine the data type of the items in the expression, if possible
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.value.Closure
-
Get the static item type
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.value.EmptySequence
-
Determine the item type
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.value.IntegerRange
-
Determine the data type of the items in the expression, if possible
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.value.ObjectValue
-
Determine the data type of the items in the expression, if possible
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.value.SequenceExtent
-
Get the (lowest common) item type
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.value.ShareableSequence
-
Get the (lowest common) item type
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.value.SingletonNode
-
Determine the data type of the items in the expression.
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.value.Value
-
Determine the data type of the items in the expression, if possible
- getItemType(TypeHierarchy) - ? ????net.sf.saxon.xpath.XPathFunctionCall
-
Determine the data type of the expression, if possible.
- getIterator(ValueRepresentation) - ? ??????net.sf.saxon.value.Value
-
Get a SequenceIterator over a ValueRepresentation
- getJavaClass() - ? ????net.sf.saxon.type.ExternalObjectType
-
Get the Java class to which this external object type corresponds
- getJavaRegularExpression() - ? ????net.sf.saxon.java.JRegularExpression
-
Get the Java regular expression (after translation from an XPath regex, but before compilation)
- getJPConverter(Class) - ? ????net.sf.saxon.dom.DOMEnvelope
-
- getJPConverter(Class) - ? ????net.sf.saxon.dom.DOMObjectModel
-
- getJPConverter(Class) - ? ????net.sf.saxon.dom4j.DOM4JObjectModel
-
- getJPConverter(Class) - ? ????net.sf.saxon.jdom.JDOMObjectModel
-
- getJPConverter(Class) - ?? ????net.sf.saxon.om.ExternalObjectModel
-
Get a converter from XPath values to values in the external object model
- getJPConverter(Class) - ? ????net.sf.saxon.xom.XOMObjectModel
-
- getJulianDayNumber(int, int, int) - ? ??????net.sf.saxon.value.DateValue
-
Calculate the Julian day number at 00:00 on a given date.
- getKeyDefinitions() - ? ????net.sf.saxon.trans.KeyDefinitionSet
-
Get the key definitions in this set
- getKeyDefinitionSet(StructuredQName) - ? ????net.sf.saxon.trans.KeyManager
-
Get all the key definitions that match a particular name
- getKeyManager() - ? ????net.sf.saxon.Controller
-
Get the KeyManager.
- getKeyManager() - ? ????net.sf.saxon.instruct.Executable
-
Get the KeyManager which handles key definitions
- getKeyManager() - ? ????net.sf.saxon.style.XSLStylesheet
-
Get the KeyManager which handles key definitions
- getKeyName() - ? ????net.sf.saxon.style.XSLKey
-
- getKeyName() - ? ????net.sf.saxon.trans.KeyDefinitionSet
-
Get the name of the key definitions in this set (they all share the same name)
- getKeys() - ? ????net.sf.saxon.instruct.GlobalParameterSet
-
Get all the keys that have been allocated
- getKeySetNumber() - ? ????net.sf.saxon.trans.KeyDefinitionSet
-
Get the KeySet number.
- getKnownBaseType() - ? ????net.sf.saxon.type.AnySimpleType
-
Returns the base type that this type inherits from.
- getKnownBaseType() - ? ????net.sf.saxon.type.AnyType
-
Returns the base type that this type inherits from.
- getKnownBaseType() - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Returns the base type that this type inherits from.
- getKnownBaseType() - ? ????net.sf.saxon.type.BuiltInListType
-
Returns the base type that this type inherits from.
- getKnownBaseType() - ? ????net.sf.saxon.type.ExternalObjectType
-
Returns the base type that this type inherits from.
- getKnownBaseType() - ? ????net.sf.saxon.type.Untyped
-
Returns the base type that this type inherits from.
- getLanguage() - ? ????net.sf.saxon.expr.ExpressionParser
-
Get the current language (XPath or XQuery)
- getLanguage() - ? ????net.sf.saxon.query.QueryParser
-
Get the current language (XPath or XQuery)
- getLanguage() - ? ????net.sf.saxon.sort.SortKeyDefinition
-
Get the expression that defines the language of the sort keys
- getLargestPatternStackFrame() - ? ????net.sf.saxon.instruct.Executable
-
Determine the size of the stack frame needed for evaluating match patterns
- getLast() - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Get the context size (the position of the last item in the current node list)
- getLast() - ?? ????net.sf.saxon.expr.XPathContext
-
Get the context size (the position of the last item in the current node list)
- getLast() - ? ????net.sf.saxon.expr.XPathContextMinor
-
Get the context size (the position of the last item in the current node list)
- getLastChild() - ? ????net.sf.saxon.dom.AttrOverNodeInfo
-
Get last child
- getLastChild() - ? ????net.sf.saxon.dom.NodeOverNodeInfo
-
Get last child
- getLastChild() - ? ????net.sf.saxon.tree.NodeImpl
-
Get last child - default implementation used for leaf nodes
- getLastChildInstruction() - ? ????net.sf.saxon.style.StyleElement
-
Find the last child instruction of this instruction.
- getLastCompletedElement() - ? ????net.sf.saxon.tinytree.TinyBuilder
-
Get the last completed element node.
- getLastPosition() - ?? ????net.sf.saxon.expr.LastPositionFinder
-
Get the last position (that is, the number of items in the sequence).
- getLastPosition() - ? ????net.sf.saxon.expr.RangeIterator
-
- getLastPosition() - ? ????net.sf.saxon.expr.ReverseRangeIterator
-
- getLastPosition() - ? ????net.sf.saxon.expr.SubsequenceIterator
-
Get the last position (that is, the number of items in the sequence).
- getLastPosition() - ? ????net.sf.saxon.expr.TailIterator
-
- getLastPosition() - ? ????net.sf.saxon.functions.Remove.RemoveIterator
-
Get the last position (that is, the number of items in the sequence).
- getLastPosition() - ? ????net.sf.saxon.om.ArrayIterator
-
Get the number of items in the part of the array being processed
- getLastPosition() - ? ????net.sf.saxon.om.EmptyIterator
-
Get the position of the last item in the sequence.
- getLastPosition() - ? ????net.sf.saxon.om.ListIterator
-
- getLastPosition() - ? ????net.sf.saxon.om.ReverseArrayIterator
-
- getLastPosition() - ? ????net.sf.saxon.om.SingleNodeIterator
-
- getLastPosition() - ? ????net.sf.saxon.om.SingletonIterator
-
- getLastPosition() - ? ????net.sf.saxon.sort.GroupByIterator
-
Get the last position (that is, the number of groups)
- getLastPosition() - ? ????net.sf.saxon.sort.SortedIterator
-
- getLastPosition() - ? ????net.sf.saxon.value.MemoClosure.ProgressiveIterator
-
Get the last position (that is, the number of items in the sequence)
- getLastStep() - ? ????net.sf.saxon.expr.PathExpression
-
Get the last step of the path expression
- getLeadingSteps() - ? ????net.sf.saxon.expr.PathExpression
-
Get a path expression consisting of all steps except the last
- getLength() - ? ????net.sf.saxon.dom.DOMNodeList
-
return the number of nodes in the list (DOM method)
- getLength() - ? ????net.sf.saxon.dom.TextOverNodeInfo
-
Get the length of a Text or Comment node.
- getLength() - ?? ????net.sf.saxon.om.AttributeCollection
-
Return the number of attributes in the list.
- getLength() - ? ????net.sf.saxon.om.AttributeCollectionImpl
-
Return the number of attributes in the list.
- getLength() - ? ????net.sf.saxon.tinytree.TinyAttributeCollection
-
Return the number of attributes in the list.
- getLength() - ? ????net.sf.saxon.value.AtomicValue
-
Get the length of the sequence
- getLength() - ? ????net.sf.saxon.value.EmptySequence
-
Get the length of the sequence
- getLength() - ? ????net.sf.saxon.value.IntegerRange
-
Get the length of the sequence
- getLength() - ? ????net.sf.saxon.value.MemoClosure
-
Get the length of the sequence
- getLength() - ? ????net.sf.saxon.value.SequenceExtent
-
Get the number of items in the sequence
- getLength() - ? ????net.sf.saxon.value.ShareableSequence
-
Get the number of items in the sequence
- getLength() - ? ????net.sf.saxon.value.SingletonClosure
-
Get the length of the sequence
- getLength() - ? ????net.sf.saxon.value.SingletonNode
-
Get the length of the sequence
- getLength() - ? ????net.sf.saxon.value.Value
-
Get the length of the sequence
- getLengthInMicroseconds() - ? ????net.sf.saxon.value.DayTimeDurationValue
-
Get length of duration in microseconds, as a long
- getLengthInMilliseconds() - ? ????net.sf.saxon.value.DayTimeDurationValue
-
Get length of duration in milliseconds, as a long
- getLengthInMonths() - ? ????net.sf.saxon.value.YearMonthDurationValue
-
Get the number of months in the duration
- getLengthInOctets() - ? ????net.sf.saxon.value.Base64BinaryValue
-
Get the number of octets in the value
- getLengthInOctets() - ? ????net.sf.saxon.value.HexBinaryValue
-
Get the number of octets in the value
- getLengthInSeconds() - ? ????net.sf.saxon.value.DayTimeDurationValue
-
Get length of duration in seconds
- getLengthInSeconds() - ? ????net.sf.saxon.value.DurationValue
-
Get length of duration in seconds, assuming an average length of month.
- getLHS() - ? ????net.sf.saxon.pattern.UnionPattern
-
Get the LHS of the union
- getLibraryList() - ? ????net.sf.saxon.functions.FunctionLibraryList
-
Get the list of contained FunctionLibraries.
- getLineAndColumn(int) - ? ????net.sf.saxon.expr.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
- getLineNumber() - ? ????net.sf.saxon.dom.DOMSender
-
- getLineNumber(long) - ? ????net.sf.saxon.dom.DOMSender
-
- getLineNumber() - ? ????net.sf.saxon.dom.NodeWrapper
-
Get line number
- getLineNumber() - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Get line number
- getLineNumber() - ? ????net.sf.saxon.event.ContentHandlerProxyLocator
-
Get the line number
- getLineNumber() - ? ????net.sf.saxon.event.DocumentSender
-
- getLineNumber(long) - ? ????net.sf.saxon.event.DocumentSender
-
- getLineNumber() - ? ????net.sf.saxon.event.LocationCopier
-
Get the line number
- getLineNumber(long) - ? ????net.sf.saxon.event.LocationCopier
-
- getLineNumber(long) - ?? ????net.sf.saxon.event.LocationProvider
-
Get the line number within the document or module containing a particular location
- getLineNumber() - ? ????net.sf.saxon.evpull.EventToStaxBridge.DummyLocation
-
- getLineNumber() - ? ????net.sf.saxon.evpull.StaxToEventBridge
-
Return the line number where the current document event ends.
- getLineNumber(long) - ? ????net.sf.saxon.evpull.StaxToEventBridge
-
- getLineNumber() - ? ????net.sf.saxon.expr.Expression
-
Get the line number of the expression
- getLineNumber(long) - ? ????net.sf.saxon.expr.Expression
-
Get the line number within the document or module containing a particular location
- getLineNumber() - ? ????net.sf.saxon.expr.ExpressionLocation
-
Get the line number
- getLineNumber(long) - ? ????net.sf.saxon.expr.ExpressionLocation
-
Get the line number corresponding to a given location Id
- getLineNumber() - ? ????net.sf.saxon.expr.ExpressionParser.TemporaryContainer
-
- getLineNumber(long) - ? ????net.sf.saxon.expr.ExpressionParser.TemporaryContainer
-
- getLineNumber() - ?? ????net.sf.saxon.expr.StaticContext
-
Get the line number of the expression within its containing entity
Returns -1 if no line number is available
- getLineNumber() - ? ????net.sf.saxon.expr.Tokenizer
-
Get the line number of the current token
- getLineNumber(int) - ? ????net.sf.saxon.expr.Tokenizer
-
Return the line number corresponding to a given offset in the expression
- getLineNumber(long) - ? ????net.sf.saxon.expr.UserFunctionCall
-
Get the line number within the document or module containing a particular location
- getLineNumber() - ? ????net.sf.saxon.instruct.InstructionDetails
-
Get the line number of the instruction within its module
- getLineNumber(long) - ? ????net.sf.saxon.instruct.InstructionDetails
-
- getLineNumber(long) - ? ????net.sf.saxon.instruct.LocationMap
-
Get the line number corresponding to a locationId
- getLineNumber() - ? ????net.sf.saxon.instruct.Procedure
-
- getLineNumber(long) - ? ????net.sf.saxon.instruct.Procedure
-
- getLineNumber() - ? ????net.sf.saxon.instruct.TraceExpression
-
Get the line number of the instruction within its module
- getLineNumber(long) - ? ????net.sf.saxon.instruct.TraceExpression
-
Get the line number of the expression being
traced.
- getLineNumber() - ? ????net.sf.saxon.jdom.NodeWrapper
-
Get line number
- getLineNumber(int) - ?? ????net.sf.saxon.om.AttributeCollection
-
Get the line number part of the location of an attribute, at a given index.
- getLineNumber(int) - ? ????net.sf.saxon.om.AttributeCollectionImpl
-
Get the line number part of the location of an attribute, at a given index.
- getLineNumber() - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Get line number
- getLineNumber() - ?? ????net.sf.saxon.om.NodeInfo
-
Get line number.
- getLineNumber() - ? ????net.sf.saxon.om.Orphan
-
Get line number
- getLineNumber() - ? ????net.sf.saxon.om.StrippedNode
-
Get line number
- getLineNumber() - ? ????net.sf.saxon.om.VirtualCopy
-
Get line number
- getLineNumber() - ? ????net.sf.saxon.pattern.Pattern
-
Get the line number on which the pattern was defined
- getLineNumber() - ? ????net.sf.saxon.pull.PullToStax.SourceStreamLocation
-
- getLineNumber() - ? ????net.sf.saxon.pull.StaxBridge
-
Return the line number where the current document event ends.
- getLineNumber(long) - ? ????net.sf.saxon.pull.StaxBridge
-
- getLineNumber() - ? ????net.sf.saxon.pull.TreeWalker
-
Return the line number where the current document event ends.
- getLineNumber() - ? ????net.sf.saxon.pull.UnconstructedParent
-
Get line number
- getLineNumber() - ? ????net.sf.saxon.query.GlobalVariableDefinition
-
Get the line number where the declaration appears
- getLineNumber() - ? ????net.sf.saxon.query.QueryModule
-
Get the line number of the expression within that container.
- getLineNumber() - ? ????net.sf.saxon.query.XQueryExpression
-
Return the line number where the current document event ends.
- getLineNumber() - ? ????net.sf.saxon.query.XQueryFunction
-
Get the line number of the instruction in the source stylesheet module.
- getLineNumber(long) - ? ????net.sf.saxon.query.XQueryFunction
-
- getLineNumber() - ? ????net.sf.saxon.s9api.XdmNode
-
Get the line number of the node in a source document.
- getLineNumber() - ? ????net.sf.saxon.style.ExpressionContext
-
Get the line number of the expression within its containing entity
Returns -1 if no line number is available
- getLineNumber(long) - ? ????net.sf.saxon.style.StyleElement
-
- getLineNumber() - ? ????net.sf.saxon.sxpath.AbstractStaticContext
-
Get the line number of the expression within that container.
- getLineNumber(int) - ? ????net.sf.saxon.tinytree.TinyAttributeCollection
-
Get the line number part of the location of an attribute, at a given index.
- getLineNumber() - ? ????net.sf.saxon.tinytree.TinyDocumentImpl
-
Get the line number of this root node.
- getLineNumber() - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Get the line number of the node within its source document entity
- getLineNumber(long) - ? ????net.sf.saxon.tinytree.TinyTreeEventIterator
-
Get location information: the line number of the current start element event
- getLineNumber() - ? ????net.sf.saxon.tinytree.TinyTreeWalker
-
Return the line number where the current document event ends.
- getLineNumber() - ? ????net.sf.saxon.trace.ContextStackFrame
-
Get the line number of the location of the instruction that caused this new context
to be created
- getLineNumber() - ?? ????net.sf.saxon.trace.InstructionInfo
-
Get the line number of the instruction in the source stylesheet module.
- getLineNumber() - ? ????net.sf.saxon.tree.DocumentImpl
-
Get the line number of this root node.
- getLineNumber() - ? ????net.sf.saxon.tree.ElementImpl
-
Get the line number of the node within its source document entity
- getLineNumber(int) - ? ????net.sf.saxon.tree.LineNumberMap
-
Get the line number corresponding to a given sequence number
- getLineNumber() - ? ????net.sf.saxon.tree.NodeImpl
-
Get the line number of the node within its source document entity
- getLineNumber() - ???? ????net.sf.saxon.type.ValidationException
-
- getLineNumber() - ? ????net.sf.saxon.type.ValidationFailure
-
- getLineNumber() - ? ????net.sf.saxon.value.TextFragmentValue
-
Get line number
- getLineNumber() - ? ????net.sf.saxon.xom.NodeWrapper
-
Get line number
- getList() - ? ????net.sf.saxon.event.SequenceOutputter
-
Get the list containing the sequence of items
- getList(int, int) - ? ????net.sf.saxon.trans.Mode
-
Determine which list to use for a given pattern (we must also search the generic list)
- getList() - ? ????net.sf.saxon.value.ShareableSequence
-
Get the underlying list
- getLocale(String) - ? ??????net.sf.saxon.Configuration
-
Get a locale given a language code in XML format.
- getLocalFunctionLibrary() - ? ????net.sf.saxon.query.QueryModule
-
Get the functions declared locally within this module
- getLocalName() - ? ????net.sf.saxon.dom.NodeOverNodeInfo
-
Get the local name of this node, following the DOM rules
- getLocalName() - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getLocalName(int) - ?? ????net.sf.saxon.om.AttributeCollection
-
Get the local name of an attribute (by position).
- getLocalName(int) - ? ????net.sf.saxon.om.AttributeCollectionImpl
-
Get the local name of an attribute (by position).
- getLocalName(int) - ? ????net.sf.saxon.om.NamePool
-
Get the local part of a name, given its name code or fingerprint
- getLocalName(int) - ? ??????net.sf.saxon.om.StandardNames
-
Get the local part of a system-defined name
- getLocalName() - ? ????net.sf.saxon.om.StructuredQName
-
Get the local part of the QName
- getLocalName() - ? ????net.sf.saxon.pattern.LocalNameTest
-
Get the local name used in this LocalNameTest
- getLocalName() - ? ????net.sf.saxon.pull.PullToStax
-
- getLocalName() - ? ????net.sf.saxon.s9api.QName
-
The local part of the QName
- getLocalName(int) - ? ????net.sf.saxon.tinytree.TinyAttributeCollection
-
Get the local name of an attribute (by position).
- getLocalName() - ? ????net.sf.saxon.type.BuiltInListType
-
Get the local name of this type
- getLocalName() - ? ????net.sf.saxon.value.QualifiedNameValue
-
Get the local part
- getLocalNamespaces() - ? ????net.sf.saxon.evpull.StartElementEvent
-
Get the namespaces locally declared on this element
- getLocalParameters() - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Get the local (non-tunnel) parameters that were passed to the current function or template
- getLocalParameters() - ?? ????net.sf.saxon.expr.XPathContext
-
Get the local (non-tunnel) parameters that were passed to the current function or template
- getLocalParameters() - ? ????net.sf.saxon.expr.XPathContextMajor
-
Get the local parameters for the current template call.
- getLocalParameters() - ? ????net.sf.saxon.expr.XPathContextMinor
-
Get the local parameters for the current template call.
- getLocalPart() - ? ????net.sf.saxon.dom.NodeWrapper
-
Get the local part of the name of this node.
- getLocalPart() - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Get the local part of the name of this node.
- getLocalPart() - ? ????net.sf.saxon.jdom.NodeWrapper
-
Get the local part of the name of this node.
- getLocalPart() - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Get the local part of the name of this node.
- getLocalPart() - ?? ????net.sf.saxon.om.NodeInfo
-
Get the local part of the name of this node.
- getLocalPart() - ? ????net.sf.saxon.om.Orphan
-
Get the local part of the name of this node.
- getLocalPart() - ? ????net.sf.saxon.om.StrippedNode
-
Get the local part of the name of this node.
- getLocalPart() - ? ????net.sf.saxon.om.VirtualCopy
-
Get the local part of the name of this node.
- getLocalPart() - ? ????net.sf.saxon.pull.UnconstructedDocument
-
Get the local part of the name of this node.
- getLocalPart() - ? ????net.sf.saxon.pull.UnconstructedParent
-
Get the local part of the name of this node.
- getLocalPart() - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Get the local part of the name of this node.
- getLocalPart() - ? ????net.sf.saxon.tree.NodeImpl
-
Get the local name of this node.
- getLocalPart() - ? ????net.sf.saxon.value.TextFragmentValue
-
Get the local name of this node.
- getLocalPart() - ? ????net.sf.saxon.xom.NodeWrapper
-
Get the local part of the name of this node.
- getLocalSlotNumber() - ? ????net.sf.saxon.expr.Assignation
-
If this is a local variable held on the local stack frame, return the corresponding slot number.
- getLocalSlotNumber() - ?? ????net.sf.saxon.expr.Binding
-
If this is a local variable held on the local stack frame, return the corresponding slot number.
- getLocalSlotNumber() - ? ????net.sf.saxon.expr.PositionVariable
-
If this is a local variable held on the local stack frame, return the corresponding slot number.
- getLocalSlotNumber() - ? ????net.sf.saxon.instruct.GeneralVariable
-
If this is a local variable held on the local stack frame, return the corresponding slot number.
- getLocalSlotNumber() - ? ????net.sf.saxon.instruct.UserFunctionParameter
-
If this is a local variable held on the local stack frame, return the corresponding slot number.
- getLocalSlotNumber() - ? ????net.sf.saxon.sxpath.XPathVariable
-
If this is a local variable held on the local stack frame, return the corresponding slot number.
- getLocalSlotNumber() - ? ????net.sf.saxon.xpath.JAXPVariable
-
If this is a local variable held on the local stack frame, return the corresponding slot number.
- getLocation() - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getLocation() - ? ????net.sf.saxon.pull.PullToStax
-
- getLocationId() - ? ????net.sf.saxon.evpull.StartElementEvent
-
Get the location associated with the event
- getLocationId() - ? ????net.sf.saxon.expr.Expression
-
Get the location ID of the expression
- getLocationId(int) - ?? ????net.sf.saxon.om.AttributeCollection
-
Get the locationID of an attribute (by position)
- getLocationId(int) - ? ????net.sf.saxon.om.AttributeCollectionImpl
-
Get the locationID of an attribute (by position)
- getLocationId() - ? ????net.sf.saxon.pull.StaxBridge
-
Get the location of the current event.
- getLocationId(int) - ? ????net.sf.saxon.tinytree.TinyAttributeCollection
-
Get the locationID of an attribute (by position)
- getLocationMap() - ?? ????net.sf.saxon.expr.StaticContext
-
Get the location map.
- getLocationMap() - ? ????net.sf.saxon.instruct.Executable
-
Get the location map
- getLocationMap() - ? ????net.sf.saxon.query.QueryModule
-
Get the LocationMap, an data structure used to identify the location of compiled expressions within
the query source text.
- getLocationMap() - ? ????net.sf.saxon.style.ExpressionContext
-
Get the location map
- getLocationMap() - ? ????net.sf.saxon.style.XSLStylesheet
-
Get the locationMap object
- getLocationMap() - ? ????net.sf.saxon.sxpath.AbstractStaticContext
-
- getLocationMessage(TransformerException) - ? ????net.sf.saxon.StandardErrorListener
-
Get a string identifying the location of an error.
- getLocationProvider() - ? ????net.sf.saxon.event.ContentHandlerProxy
-
Get the location provider
- getLocationProvider() - ? ????net.sf.saxon.event.PipelineConfiguration
-
Get the LocationProvider for interpreting location ids passed down this pipeline
- getLocationProvider() - ?? ????net.sf.saxon.expr.Container
-
Get the LocationProvider allowing location identifiers to be resolved.
- getLocationProvider() - ? ????net.sf.saxon.expr.Expression
-
Get the LocationProvider allowing location identifiers to be resolved.
- getLocationProvider() - ? ????net.sf.saxon.expr.ExpressionParser.TemporaryContainer
-
- getLocationProvider() - ? ????net.sf.saxon.instruct.Procedure
-
Get the LocationProvider allowing location identifiers to be resolved.
- getLocationProvider() - ? ????net.sf.saxon.pattern.Pattern
-
Get the LocationProvider allowing location identifiers to be resolved.
- getLocationProvider() - ? ????net.sf.saxon.query.XQueryExpression
-
Get the LocationProvider allowing location identifiers to be resolved.
- getLocationProvider() - ? ????net.sf.saxon.query.XQueryFunction
-
Get the LocationProvider allowing location identifiers to be resolved.
- getLocationProvider() - ? ????net.sf.saxon.style.StyleElement
-
Get the LocationProvider allowing location identifiers to be resolved.
- getLocationProvider() - ? ????net.sf.saxon.sxpath.AbstractStaticContext
-
Get the LocationProvider allowing location identifiers to be resolved.
- getLocationURI() - ? ????net.sf.saxon.query.QueryModule
-
Get the location URI for a module
- getLocator() - ???? ????net.sf.saxon.type.ValidationException
-
- getLocator() - ? ????net.sf.saxon.type.ValidationFailure
-
- getLongValue() - ? ????net.sf.saxon.s9api.XdmAtomicValue
-
Get the value converted to an integer using the XPath casting rules
- getLongValue(TinyTree, int) - ? ??????net.sf.saxon.tinytree.WhitespaceTextImpl
-
Static method to get the "long" value representing the content of a whitespace text node
- getMatch() - ? ????net.sf.saxon.trans.KeyDefinition
-
Get the match pattern for the key definition
- getMatchingExpression() - ? ????net.sf.saxon.instruct.AnalyzeString
-
Get the expression used to process matching substrings
- getMatchPattern() - ? ????net.sf.saxon.instruct.Template
-
Get the match pattern used with this template
- getMax() - ? ????net.sf.saxon.regex.RegexTranslator.Range
-
Get the end of the range
- getMaxValueExpression() - ? ????net.sf.saxon.expr.IntegerRangeTest
-
Get the expression denoting the end of the range
- getMessage() - ? ????net.sf.saxon.expr.RoleLocator
-
Construct and return the error message indicating a type error
- getMessage() - ???? ????net.sf.saxon.om.NamespaceException
-
- getMessage() - ???? ????net.sf.saxon.om.QNameException
-
- getMessage() - ???? ????net.sf.saxon.s9api.SaxonApiException
-
Returns the detail message string of this throwable.
- getMessage() - ???? ????net.sf.saxon.s9api.SaxonApiUncheckedException
-
Returns the detail message string of this throwable.
- getMessage() - ? ????net.sf.saxon.type.ValidationFailure
-
- getMessageEmitter() - ? ????net.sf.saxon.Controller
-
Get the Emitter used for xsl:message output.
- getMessageEmitterClass() - ? ????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() - ? ????net.sf.saxon.s9api.XsltTransformer
-
Get the MessageListener to be notified whenever the stylesheet evaluates an
xsl:message
instruction.
- getMicrosecond() - ? ????net.sf.saxon.value.DateTimeValue
-
Get the microsecond component, 0-999999
- getMicrosecond() - ? ????net.sf.saxon.value.TimeValue
-
Get the microsecond component, 0-999999
- getMicroseconds() - ? ????net.sf.saxon.value.DurationValue
-
Get the microseconds component
- getMin() - ? ????net.sf.saxon.regex.RegexTranslator.Range
-
Get the start of the range
- getMinImportPrecedence() - ? ????net.sf.saxon.instruct.Template
-
Get the minimum import precedence used by xsl:apply-imports
- getMinImportPrecedence() - ? ????net.sf.saxon.style.XSLStylesheet
-
Get the minimum import precedence of this stylesheet, that is, the lowest precedence
of any stylesheet imported by this one
- getMinute() - ? ????net.sf.saxon.value.DateTimeValue
-
Get the minute component, 0-59
- getMinute() - ? ????net.sf.saxon.value.TimeValue
-
Get the minute component, 0-59
- getMinutes() - ? ????net.sf.saxon.value.DurationValue
-
Get the minutes component
- getMinValueExpression() - ? ????net.sf.saxon.expr.IntegerRangeTest
-
Get the expression denoting the start of the range
- getMode(StructuredQName, boolean) - ? ????net.sf.saxon.trans.RuleManager
-
Get the Mode object for a named mode.
- getModeName() - ? ????net.sf.saxon.trans.Mode
-
Get the name of the mode (for diagnostics only)
- getModuleNamespace() - ? ????net.sf.saxon.query.QueryModule
-
Get the namespace of the current library module.
- getModuleNamespaceCode() - ? ????net.sf.saxon.query.QueryModule
-
Get the namesapce code of the current library module.
- getModuleURIResolver() - ? ????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() - ? ????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() - ? ????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() - ? ????net.sf.saxon.query.QueryModule
-
Get global variables declared in this module
- getMonth() - ? ????net.sf.saxon.value.DateTimeValue
-
Get the month component, 1-12
- getMonth() - ? ????net.sf.saxon.value.GDateValue
-
Get the month component of the date (in local form)
- getMonths() - ? ????net.sf.saxon.value.DurationValue
-
Get the months component
- getName() - ? ????net.sf.saxon.ant.AntTransform.OutputProperty
-
- getName() - ? ????net.sf.saxon.ant.AntTransform.Param
-
Get the parameter name
- getName() - ? ????net.sf.saxon.dom.AttrOverNodeInfo
-
Get the name of an attribute node (the lexical QName) (DOM method)
- getName() - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getName() - ? ????net.sf.saxon.pull.PullToStax
-
- getName() - ? ????net.sf.saxon.pull.UnparsedEntity
-
Get the name of the unparsed entity
- getName() - ? ????net.sf.saxon.type.AnySimpleType
-
Get the local name of this type
- getName() - ? ????net.sf.saxon.type.AnyType
-
Get the local name of this type
- getName() - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Get the local name of this type
- getName() - ? ????net.sf.saxon.type.BuiltInListType
-
Get the local name of this type
- getName() - ? ????net.sf.saxon.type.ExternalObjectType
-
Get the local name of this type
- getName() - ?? ????net.sf.saxon.type.SchemaType
-
Get the local name of this type
- getName() - ? ????net.sf.saxon.type.Untyped
-
Get the local name of this type
- getNameChecker() - ? ????net.sf.saxon.Configuration
-
Get a class that can be used to check names against the selected XML version
- getNameChecker() - ? ????net.sf.saxon.expr.XPathContextMinor
-
Get a NameChecker for checking names against the XML 1.0 or XML 1.1 specification as appropriate
- getNameCode() - ? ????net.sf.saxon.dom.NodeWrapper
-
Get name code.
- getNameCode() - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Get name code.
- getNameCode() - ? ????net.sf.saxon.evpull.StartElementEvent
-
Get the nameCode of this element
- getNameCode(XPathContext) - ? ????net.sf.saxon.instruct.ComputedElement
-
Callback from the superclass ElementCreator to get the nameCode
for the element name
- getNameCode(XPathContext) - ? ????net.sf.saxon.instruct.Copy
-
Callback from ElementCreator when constructing an element
- getNameCode(XPathContext) - ? ????net.sf.saxon.instruct.ElementCreator
-
Determine (at run-time) the name code of the element being constructed
- getNameCode(XPathContext) - ? ????net.sf.saxon.instruct.FixedElement
-
Callback from the superclass ElementCreator to get the nameCode
for the element name
- getNameCode() - ? ????net.sf.saxon.jdom.NodeWrapper
-
Get name code.
- getNameCode(int) - ?? ????net.sf.saxon.om.AttributeCollection
-
Get the namecode of an attribute (by position).
- getNameCode(int) - ? ????net.sf.saxon.om.AttributeCollectionImpl
-
Get the namecode of an attribute (by position).
- getNameCode() - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Get name code.
- getNameCode() - ?? ????net.sf.saxon.om.NodeInfo
-
Get name code.
- getNameCode() - ? ????net.sf.saxon.om.Orphan
-
Get name code.
- getNameCode() - ? ????net.sf.saxon.om.StrippedNode
-
Get name code.
- getNameCode() - ? ????net.sf.saxon.om.VirtualCopy
-
Get name code.
- getNameCode() - ? ????net.sf.saxon.pull.ElementNameTracker
-
Get the nameCode identifying the name of the current node.
- getNameCode() - ? ????net.sf.saxon.pull.PullFilter
-
Get the nameCode identifying the name of the current node.
- getNameCode() - ? ????net.sf.saxon.pull.PullFromIterator
-
Get the nameCode identifying the name of the current node.
- getNameCode() - ? ????net.sf.saxon.pull.PullNamespaceReducer
-
Get the nameCode identifying the name of the current node.
- getNameCode() - ?? ????net.sf.saxon.pull.PullProvider
-
Get the nameCode identifying the name of the current node.
- getNameCode() - ? ????net.sf.saxon.pull.StaxBridge
-
Get the nameCode identifying the name of the current node.
- getNameCode() - ? ????net.sf.saxon.pull.TreeWalker
-
Get the nameCode identifying the name of the current node.
- getNameCode() - ? ????net.sf.saxon.pull.UnconstructedDocument
-
Get name code.
- getNameCode() - ? ????net.sf.saxon.pull.UnconstructedElement
-
Get name code.
- getNameCode() - ? ????net.sf.saxon.pull.VirtualTreeWalker
-
Get the nameCode identifying the name of the current node.
- getNameCode(int) - ? ????net.sf.saxon.tinytree.TinyAttributeCollection
-
Get the namecode of an attribute (by position).
- getNameCode() - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Get the name code of the node, used for matching names
- getNameCode(int) - ? ????net.sf.saxon.tinytree.TinyTree
-
Get the nameCode for a given node, which must be a document, element,
text, comment, or processing instruction node
- getNameCode() - ? ????net.sf.saxon.tinytree.TinyTreeWalker
-
Get the nameCode identifying the name of the current node.
- getNameCode() - ? ????net.sf.saxon.tree.ElementImpl
-
Get the nameCode of the node.
- getNameCode() - ? ????net.sf.saxon.tree.NodeImpl
-
Get the nameCode of the node.
- getNameCode() - ? ????net.sf.saxon.type.AnySimpleType
-
Get the namecode of the name of this type.
- getNameCode() - ? ????net.sf.saxon.type.AnyType
-
Get the namecode of the name of this type.
- getNameCode() - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Get the namecode of the name of this type.
- getNameCode() - ? ????net.sf.saxon.type.BuiltInListType
-
Get the namecode of the name of this type.
- getNameCode() - ? ????net.sf.saxon.type.ExternalObjectType
-
Get the namecode of the name of this type.
- getNameCode() - ?? ????net.sf.saxon.type.SchemaType
-
Get the namecode of the name of this type.
- getNameCode() - ? ????net.sf.saxon.type.Untyped
-
Get the namecode of the name of this type.
- getNameCode() - ? ????net.sf.saxon.value.TextFragmentValue
-
Get the name code of the node, used for displaying names
- getNameCode() - ? ????net.sf.saxon.xom.NodeWrapper
-
Get name code.
- getNameCodeArray() - ? ????net.sf.saxon.tinytree.TinyTree
-
Get the array holding node name information
- getNamedCollation(String) - ? ????net.sf.saxon.expr.CollationMap
-
Get the collation with a given collation name.
- getNamedCollation(String) - ? ????net.sf.saxon.instruct.Executable
-
Find a named collation.
- getNamedDecimalFormat(StructuredQName) - ? ????net.sf.saxon.trans.DecimalFormatManager
-
Get a named decimal-format registered using setNamedDecimalFormat
- getNamedTemplate(StructuredQName) - ? ????net.sf.saxon.instruct.Executable
-
Get the named template with a given name.
- getNameExpression() - ? ????net.sf.saxon.instruct.ComputedAttribute
-
Get the expression used to compute the name of the attribute
- getNameExpression() - ? ????net.sf.saxon.instruct.ComputedElement
-
Get the expression used to compute the element name
- getNameExpression() - ? ????net.sf.saxon.instruct.ProcessingInstruction
-
Get the expression that defines the processing instruction name
- getNamePool() - ? ????net.sf.saxon.Configuration
-
Get the target namepool to be used for stylesheets/queries and for source documents.
- getNamePool() - ? ????net.sf.saxon.Controller
-
Get the name pool in use.
- getNamePool() - ? ????net.sf.saxon.dom.DocumentWrapper
-
Get the name pool used for the names in this document
- getNamePool() - ? ????net.sf.saxon.dom.NodeWrapper
-
Get the name pool for this node
- getNamePool() - ? ????net.sf.saxon.dom4j.DocumentWrapper
-
Get the name pool used for the names in this document
- getNamePool() - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Get the name pool for this node
- getNamePool() - ? ????net.sf.saxon.event.ProxyReceiver
-
Get the namepool for this configuration
- getNamePool() - ? ????net.sf.saxon.event.SequenceReceiver
-
Get the name pool
- getNamePool() - ? ????net.sf.saxon.evpull.StaxToEventBridge
-
Get the name pool
- getNamePool() - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Get the Name Pool
- getNamePool() - ?? ????net.sf.saxon.expr.StaticContext
-
Get the NamePool used for compiling expressions
- getNamePool() - ?? ????net.sf.saxon.expr.XPathContext
-
Get the Name Pool
- getNamePool() - ? ????net.sf.saxon.expr.XPathContextMinor
-
Get the Name Pool
- getNamePool() - ? ????net.sf.saxon.jdom.DocumentWrapper
-
Get the name pool used for the names in this document
- getNamePool() - ? ????net.sf.saxon.jdom.NodeWrapper
-
Get the name pool for this node
- getNamePool() - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Get the NamePool that holds the namecode for this node
- getNamePool() - ?? ????net.sf.saxon.om.NodeInfo
-
Get the NamePool that holds the namecode for this node
- getNamePool() - ? ????net.sf.saxon.om.Orphan
-
Get the name pool
- getNamePool() - ? ????net.sf.saxon.om.StrippedDocument
-
Get the name pool used for the names in this document
- getNamePool() - ? ????net.sf.saxon.om.StrippedNode
-
Get the name pool for this node
- getNamePool() - ? ????net.sf.saxon.om.VirtualCopy
-
Get the NamePool that holds the namecode for this node
- getNamePool() - ? ????net.sf.saxon.pull.PullFilter
-
Helper method to get the current namePool
- getNamePool() - ? ????net.sf.saxon.pull.StaxBridge
-
Get the name pool
- getNamePool() - ? ????net.sf.saxon.pull.TreeWalker
-
Get the namePool used to lookup all name codes and namespace codes
- getNamePool() - ? ????net.sf.saxon.pull.UnconstructedParent
-
Get the NamePool that holds the namecode for this node
- getNamePool() - ? ????net.sf.saxon.pull.VirtualTreeWalker
-
Get the namepool
- getNamePool() - ? ????net.sf.saxon.query.QueryModule
-
Get the NamePool used for compiling expressions
- getNamePool() - ? ????net.sf.saxon.query.StaticQueryContext
-
Get the NamePool used for compiling expressions
- getNamePool() - ? ????net.sf.saxon.style.ExpressionContext
-
Get the NamePool used for compiling expressions
- getNamePool() - ? ????net.sf.saxon.sxpath.AbstractStaticContext
-
Get the NamePool used for compiling expressions
- getNamePool() - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Get the NamePool for the tree containing this node
- getNamePool() - ? ????net.sf.saxon.tinytree.TinyTree
-
Get the name pool used for the names in this document
- getNamePool() - ? ????net.sf.saxon.tinytree.TinyTreeWalker
-
Get the namePool used to lookup all name codes and namespace codes
- getNamePool() - ? ????net.sf.saxon.trace.ExpressionPresenter
-
Get the name pool
- getNamePool() - ? ????net.sf.saxon.tree.DocumentImpl
-
Get the name pool used for the names in this document
- getNamePool() - ? ????net.sf.saxon.tree.NodeImpl
-
Get the NamePool
- getNamePool() - ? ????net.sf.saxon.value.TextFragmentValue
-
Get the name pool used for the names in this document
- getNamePool() - ? ????net.sf.saxon.xom.DocumentWrapper
-
Get the name pool used for the names in this document
- getNamePool() - ? ????net.sf.saxon.xom.NodeWrapper
-
Get the name pool for this node
- getNamespaceAlias(short) - ? ????net.sf.saxon.style.XSLStylesheet
-
Get the declared namespace alias for a given namespace URI code if there is one.
- getNamespaceCode(int) - ? ????net.sf.saxon.om.EmptyNamespaceDeclarationList
-
Get the n'th declaration in the list in the form of a namespace code.
- getNamespaceCode(String, String) - ? ????net.sf.saxon.om.NamePool
-
Get the existing namespace code for a namespace prefix/URI pair.
- getNamespaceCode(int) - ? ????net.sf.saxon.om.NamePool
-
Allocate a namespace code for a given namecode
- getNamespaceCode(int) - ?? ????net.sf.saxon.om.NamespaceDeclarations
-
Get the n'th declaration in the list in the form of a namespace code.
- getNamespaceCode(int) - ? ????net.sf.saxon.om.NamespaceDeclarationsImpl
-
Get the n'th declaration in the list in the form of a namespace code.
- getNamespaceCode(int) - ? ????net.sf.saxon.om.NamespaceResolverAsDeclarations
-
Get the n'th declaration in the list in the form of a namespace code.
- getNamespaceCode(int) - ? ????net.sf.saxon.pull.StaxBridge.StaxNamespaces
-
Get the n'th declaration in the list in the form of a namespace code.
- getNamespaceCode(int) - ? ????net.sf.saxon.pull.VirtualTreeWalker
-
Get the n'th declaration in the list in the form of a namespace code.
- getNamespaceCodeArray() - ? ????net.sf.saxon.tinytree.TinyTree
-
Get the array used to hold the namespace codes of namespace declarations
- getNamespaceCodes() - ? ????net.sf.saxon.instruct.SavedNamespaceContext
-
Get the list of in-scope namespaces held in this NamespaceContext
- getNamespaceCodes(int[]) - ? ????net.sf.saxon.om.EmptyNamespaceDeclarationList
-
Get all the namespace codes, as an array.
- getNamespaceCodes(int[]) - ?? ????net.sf.saxon.om.NamespaceDeclarations
-
Get all the namespace codes, as an array.
- getNamespaceCodes(int[]) - ? ????net.sf.saxon.om.NamespaceDeclarationsImpl
-
Get all the namespace codes, as an array.
- getNamespaceCodes(int[]) - ? ????net.sf.saxon.om.NamespaceResolverAsDeclarations
-
Get all the namespace codes, as an array.
- getNamespaceCodes(int[]) - ? ????net.sf.saxon.pull.StaxBridge.StaxNamespaces
-
Get all the namespace codes, as an array.
- getNamespaceCodes(int[]) - ? ????net.sf.saxon.pull.VirtualTreeWalker
-
Get all the namespace codes, as an array.
- getNamespaceContext() - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getNamespaceContext() - ? ????net.sf.saxon.pull.PullToStax
-
- getNamespaceContext() - ? ????net.sf.saxon.xpath.JAXPXPathStaticContext
-
- getNamespaceContext() - ? ????net.sf.saxon.xpath.XPathEvaluator
-
- getNamespaceCount() - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getNamespaceCount() - ? ????net.sf.saxon.pull.PullToStax
-
- getNamespaceDeclarations() - ? ????net.sf.saxon.pull.PullFilter
-
Get the namespace declarations associated with the current element.
- getNamespaceDeclarations() - ? ????net.sf.saxon.pull.PullFromIterator
-
Get the namespace declarations associated with the current element.
- getNamespaceDeclarations() - ? ????net.sf.saxon.pull.PullNamespaceReducer
-
Get the namespace declarations associated with the current element.
- getNamespaceDeclarations() - ?? ????net.sf.saxon.pull.PullProvider
-
Get the namespace declarations associated with the current element.
- getNamespaceDeclarations() - ? ????net.sf.saxon.pull.StaxBridge
-
Get the namespace declarations associated with the current element.
- getNamespaceDeclarations() - ? ????net.sf.saxon.pull.TreeWalker
-
Get the namespace declarations associated with the current element.
- getNamespaceDeclarations() - ? ????net.sf.saxon.pull.VirtualTreeWalker
-
Get the namespace declarations associated with the current element.
- getNamespaceDeclarations() - ? ????net.sf.saxon.tinytree.TinyTreeWalker
-
Get the namespace declarations associated with the current element.
- getNamespaceExpression() - ? ????net.sf.saxon.instruct.ComputedAttribute
-
Get the expression used to compute the namespace part of the name of the attribute
- getNamespaceExpression() - ? ????net.sf.saxon.instruct.ComputedElement
-
Get the expression used to compute the namespace URI
- getNamespaceForPrefix(String) - ? ????net.sf.saxon.query.StaticQueryContext
-
- getNamespaceParentArray() - ? ????net.sf.saxon.tinytree.TinyTree
-
Get the array used to hold the parent pointers of all namespace declarations
- getNamespacePrefix(int) - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getNamespacePrefix(int) - ? ????net.sf.saxon.pull.PullToStax
-
- getNamespaceResolver() - ?? ????net.sf.saxon.expr.StaticContext
-
Get a namespace resolver to resolve the namespaces declared in this static context.
- getNamespaceResolver() - ? ????net.sf.saxon.instruct.ComputedAttribute
-
Get the namespace resolver used to resolve any prefix in the name of the attribute
- getNamespaceResolver() - ? ????net.sf.saxon.instruct.ComputedElement
-
Get the namespace resolver that provides the namespace bindings defined in the static context
- getNamespaceResolver() - ? ????net.sf.saxon.instruct.TraceExpression
-
Get the namespace resolver to supply the namespace context of the instruction
that is being traced
- getNamespaceResolver() - ? ????net.sf.saxon.query.QueryModule
-
Get a copy of the Namespace Context.
- getNamespaceResolver() - ? ????net.sf.saxon.query.XQueryFunction
-
Get the namespace context of the instruction.
- getNamespaceResolver() - ? ????net.sf.saxon.style.ExpressionContext
-
Get a copy of the NamespaceResolver suitable for saving in the executable code
- getNamespaceResolver() - ? ????net.sf.saxon.style.StyleElement
-
Get the namespace context of the instruction.
- getNamespaceResolver() - ? ????net.sf.saxon.style.UseWhenStaticContext
-
Get a namespace resolver to resolve the namespaces declared in this static context.
- getNamespaceResolver() - ? ????net.sf.saxon.sxpath.IndependentContext
-
- getNamespaceResolver() - ? ????net.sf.saxon.sxpath.XPathEvaluator
-
- getNamespaceResolver() - ? ????net.sf.saxon.xpath.JAXPXPathStaticContext
-
- getNamespaceURI() - ? ????net.sf.saxon.dom.NodeOverNodeInfo
-
The namespace URI of this node, or null
if it is
unspecified.
- getNamespaceURI() - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getNamespaceURI(int) - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getNamespaceURI(String) - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getNamespaceURI() - ? ????net.sf.saxon.om.StructuredQName
-
Get the namespace URI of the QName.
- getNamespaceURI() - ? ????net.sf.saxon.pattern.NamespaceTest
-
Get the namespace URI matched by this NamespaceTest
- getNamespaceURI(String) - ? ????net.sf.saxon.pull.NamespaceContextImpl
-
Implement the JAXP getNamespaceURI() method in terms of the Saxon-specific methods
- getNamespaceURI() - ? ????net.sf.saxon.pull.PullToStax
-
- getNamespaceURI(int) - ? ????net.sf.saxon.pull.PullToStax
-
- getNamespaceURI(String) - ? ????net.sf.saxon.pull.PullToStax
-
- getNamespaceURI() - ? ????net.sf.saxon.s9api.QName
-
The namespace URI of the QName.
- getNamespaceURI() - ? ????net.sf.saxon.value.QualifiedNameValue
-
Get the namespace part.
- getNewBaseURI(XPathContext) - ? ????net.sf.saxon.instruct.ComputedElement
-
- getNewBaseURI(XPathContext) - ? ????net.sf.saxon.instruct.Copy
-
Get the base URI of a copied element node (the base URI is retained in the new copy)
- getNewBaseURI(XPathContext) - ? ????net.sf.saxon.instruct.ElementCreator
-
Get the base URI for the element being constructed
- getNewBaseURI(XPathContext) - ? ????net.sf.saxon.instruct.FixedElement
-
- getNext() - ? ????net.sf.saxon.trans.Rule
-
- getNextInDocument(NodeImpl) - ? ????net.sf.saxon.tree.NodeImpl
-
Get the next node in document order
- getNextMatchHandler(NodeInfo, Mode, Rule, XPathContext) - ? ????net.sf.saxon.trans.RuleManager
-
Get the next-match handler after the current one
- getNextMatchingItem() - ? ????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.
- getNextMatchingItem() - ? ????net.sf.saxon.expr.FilterIterator.Leading
-
Get the next node that matches the filter predicate if there is one
- getNextMatchRule(NodeInfo, Rule, XPathContext) - ? ????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() - ? ????net.sf.saxon.tinytree.TinyTree
-
Get the array holding next-sibling pointers
- getNextSibling() - ? ????net.sf.saxon.dom.NodeOverNodeInfo
-
Get next sibling node
- getNextSibling() - ? ????net.sf.saxon.tree.DocumentImpl
-
Get next sibling - always null
- getNextSibling() - ? ????net.sf.saxon.tree.NodeImpl
-
Get next sibling node
- getNilledProperty(NodeInfo) - ? ??????net.sf.saxon.functions.Nilled
-
Determine whether a node has the nilled property
- getNode(XPathContext) - ? ????net.sf.saxon.expr.ParentNodeExpression
-
Return the node selected by this SingleNodeExpression
- getNode(XPathContext) - ? ????net.sf.saxon.expr.RootExpression
-
Return the first element selected by this Expression
- getNode(XPathContext) - ? ????net.sf.saxon.expr.SingleNodeExpression
-
Get the single node to which this expression refers.
- getNode() - ? ????net.sf.saxon.om.InscopeNamespaceResolver
-
Get the node on which this namespace resolver is based
- getNode(int) - ? ????net.sf.saxon.tinytree.TinyTree
-
Get the node at a given position in the tree
- getNode() - ???? ????net.sf.saxon.type.ValidationException
-
- getNode() - ? ????net.sf.saxon.value.SingletonNode
-
Get the node that forms the node-set.
- getNodeDepthArray() - ? ????net.sf.saxon.tinytree.TinyTree
-
Get the array holding node depth information
- getNodeKind() - ? ????net.sf.saxon.dom.NodeWrapper
-
Return the type of node.
- getNodeKind() - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Return the type of node.
- getNodeKind() - ? ????net.sf.saxon.jdom.NodeWrapper
-
Return the type of node.
- getNodeKind() - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Get the kind of node.
- getNodeKind() - ?? ????net.sf.saxon.om.NodeInfo
-
Get the kind of node.
- getNodeKind() - ? ????net.sf.saxon.om.Orphan
-
Return the kind of node.
- getNodeKind() - ? ????net.sf.saxon.om.StrippedNode
-
Return the type of node.
- getNodeKind() - ? ????net.sf.saxon.om.VirtualCopy
-
Get the kind of node.
- getNodeKind() - ? ????net.sf.saxon.pattern.ContentTypeTest
-
- getNodeKind() - ? ????net.sf.saxon.pattern.IDPattern
-
Determine the type of nodes to which this pattern applies.
- getNodeKind() - ? ????net.sf.saxon.pattern.LocationPathPattern
-
Determine the types of nodes to which this pattern applies.
- getNodeKind() - ? ????net.sf.saxon.pattern.NodeTestPattern
-
Determine the types of nodes to which this pattern applies.
- getNodeKind() - ? ????net.sf.saxon.pattern.Pattern
-
Determine the types of nodes to which this pattern applies.
- getNodeKind() - ? ????net.sf.saxon.pattern.UnionPattern
-
Determine the types of nodes to which this pattern applies.
- getNodeKind() - ? ????net.sf.saxon.pull.UnconstructedDocument
-
- getNodeKind() - ? ????net.sf.saxon.pull.UnconstructedElement
-
- getNodeKind() - ? ????net.sf.saxon.s9api.XdmNode
-
Get the kind of node.
- getNodeKind() - ? ????net.sf.saxon.tinytree.TinyDocumentImpl
-
Return the type of node.
- getNodeKind() - ? ????net.sf.saxon.tinytree.TinyTextImpl
-
Return the type of node.
- getNodeKind(int) - ? ????net.sf.saxon.tinytree.TinyTree
-
Get the node kind of a given node, which must be a document, element,
text, comment, or processing instruction node
- getNodeKind() - ? ????net.sf.saxon.tinytree.WhitespaceTextImpl
-
Return the type of node.
- getNodeKind() - ? ????net.sf.saxon.tree.DocumentImpl
-
Return the type of node.
- getNodeKind() - ? ????net.sf.saxon.tree.ElementImpl
-
Return the kind of node.
- getNodeKind() - ? ????net.sf.saxon.value.TextFragmentValue
-
Return the type of node.
- getNodeKind() - ? ????net.sf.saxon.xom.NodeWrapper
-
Return the type of node.
- getNodeKindArray() - ? ????net.sf.saxon.tinytree.TinyTree
-
Get the array holding node kind information
- getNodeKindMask() - ? ????net.sf.saxon.pattern.AnyChildNodePattern
-
Get a mask indicating which kinds of nodes this NodeTest can match.
- getNodeKindMask() - ? ????net.sf.saxon.pattern.AnyNodeTest
-
Get a mask indicating which kinds of nodes this NodeTest can match.
- getNodeKindMask() - ? ????net.sf.saxon.pattern.CombinedNodeTest
-
Get a mask indicating which kinds of nodes this NodeTest can match.
- getNodeKindMask() - ? ????net.sf.saxon.pattern.ContentTypeTest
-
Get a mask indicating which kinds of nodes this NodeTest can match.
- getNodeKindMask() - ? ????net.sf.saxon.pattern.DocumentNodeTest
-
Get a mask indicating which kinds of nodes this NodeTest can match.
- getNodeKindMask() - ? ????net.sf.saxon.pattern.EmptySequenceTest
-
Get a mask indicating which kinds of nodes this NodeTest can match.
- getNodeKindMask() - ? ????net.sf.saxon.pattern.LocalNameTest
-
Get a mask indicating which kinds of nodes this NodeTest can match.
- getNodeKindMask() - ? ????net.sf.saxon.pattern.NamespaceTest
-
Get a mask indicating which kinds of nodes this NodeTest can match.
- getNodeKindMask() - ? ????net.sf.saxon.pattern.NameTest
-
Get a mask indicating which kinds of nodes this NodeTest can match.
- getNodeKindMask() - ? ????net.sf.saxon.pattern.NodeKindTest
-
Get a mask indicating which kinds of nodes this NodeTest can match.
- getNodeKindMask() - ? ????net.sf.saxon.pattern.NodeTest
-
Get a mask indicating which kinds of nodes this NodeTest can match.
- getNodeKindMask() - ? ????net.sf.saxon.pattern.SubstitutionGroupTest
-
Get a mask indicating which kinds of nodes this NodeTest can match.
- getNodeKindTest(XdmNodeKind) - ? ????net.sf.saxon.s9api.ItemTypeFactory
-
Get an item type that matches any node of a specified kind.
- getNodeListCreator(Object) - ? ????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) - ? ????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) - ? ????net.sf.saxon.dom4j.DOM4JObjectModel
-
Get a converter that converts a sequence of XPath nodes to this model's representation
of a node list.
- getNodeListCreator(Object) - ? ????net.sf.saxon.jdom.JDOMObjectModel
-
Get a converter that converts a sequence of XPath nodes to this model's representation
of a node list.
- getNodeListCreator(Object) - ?? ????net.sf.saxon.om.ExternalObjectModel
-
Get a converter that converts a sequence of XPath nodes to this model's representation
of a node list.
- getNodeListCreator(Object) - ? ????net.sf.saxon.xom.XOMObjectModel
-
Get a converter that converts a sequence of XPath nodes to this model's representation
of a node list.
- getNodeName() - ? ????net.sf.saxon.dom.NodeOverNodeInfo
-
Get the name of this node, following the DOM rules
- getNodeName() - ? ????net.sf.saxon.s9api.XdmNode
-
Get the name of the node, as a QName
- getNodeNumber() - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Get the node number of this node within the TinyTree.
- getNodeTest() - ? ????net.sf.saxon.expr.AxisExpression
-
Get the NodeTest.
- getNodeTest() - ? ????net.sf.saxon.pattern.IDPattern
-
Get a NodeTest that all the nodes matching this pattern must satisfy
- getNodeTest() - ? ????net.sf.saxon.pattern.KeyPattern
-
Get a NodeTest that all the nodes matching this pattern must satisfy
- getNodeTest() - ? ????net.sf.saxon.pattern.LocationPathPattern
-
Get a NodeTest that all the nodes matching this pattern must satisfy
- getNodeTest() - ? ????net.sf.saxon.pattern.NodeTestPattern
-
Get a NodeTest that all the nodes matching this pattern must satisfy
- getNodeTest() - ? ????net.sf.saxon.pattern.Pattern
-
Get a NodeTest that all the nodes matching this pattern must satisfy
- getNodeTest() - ? ????net.sf.saxon.pattern.UnionPattern
-
Get a NodeTest that all the nodes matching this pattern must satisfy
- getNodeType() - ? ????net.sf.saxon.dom.NodeOverNodeInfo
-
Get the type of this node (node kind, in XPath terminology).
- getNodeType() - ? ????net.sf.saxon.dom.TextOverAttrInfo
-
Get the type of this node (node kind, in XPath terminology).
- getNodeValue() - ? ????net.sf.saxon.dom.NodeOverNodeInfo
-
Get the node value (as defined in the DOM).
- getNominalReferenceCount() - ? ????net.sf.saxon.expr.LetExpression
-
Get the (nominal) count of the number of references to this variable
- getNonMatchingExpression() - ? ????net.sf.saxon.instruct.AnalyzeString
-
Get the expression used to process non-matching substrings
- getNumber() - ?? ????net.sf.saxon.s9api.XdmNodeKind
-
- getNumberAny(Expression, NodeInfo, Pattern, Pattern, XPathContext, boolean) - ? ??????net.sf.saxon.om.Navigator
-
Get node number (level="any").
- getNumberMulti(NodeInfo, Pattern, Pattern, XPathContext) - ? ??????net.sf.saxon.om.Navigator
-
Get node number (level="multiple").
- getNumberOfArguments() - ? ????net.sf.saxon.expr.FunctionCall
-
Determine the number of actual arguments supplied in the function call
- getNumberOfArguments() - ? ????net.sf.saxon.instruct.UserFunction
-
Get the arity of this function
- getNumberOfArguments() - ? ????net.sf.saxon.query.XQueryFunction
-
Get the arity of the function
- getNumberOfArguments() - ? ????net.sf.saxon.style.XSLFunction
-
Get the number of arguments declared by this function (that is, its arity).
- getNumberOfAttributes() - ? ????net.sf.saxon.tinytree.TinyTree
-
Get the number of attributes in the tree
- getNumberOfKeyDefinitions() - ? ????net.sf.saxon.trans.KeyManager
-
Get the number of distinctly-named key definitions
- getNumberOfKeys() - ? ????net.sf.saxon.instruct.GlobalParameterSet
-
Get the number of entries in the result of getKeys() that are significant
- getNumberOfNamespaces() - ? ????net.sf.saxon.om.EmptyNamespaceDeclarationList
-
Get the number of declarations (and undeclarations) in this list.
- getNumberOfNamespaces() - ?? ????net.sf.saxon.om.NamespaceDeclarations
-
Get the number of declarations (and undeclarations) in this list.
- getNumberOfNamespaces() - ? ????net.sf.saxon.om.NamespaceDeclarationsImpl
-
Get the number of declarations (and undeclarations) in this list.
- getNumberOfNamespaces() - ? ????net.sf.saxon.om.NamespaceResolverAsDeclarations
-
Get the number of declarations (and undeclarations) in this list.
- getNumberOfNamespaces() - ? ????net.sf.saxon.pull.StaxBridge.StaxNamespaces
-
Get the number of declarations (and undeclarations) in this list.
- getNumberOfNamespaces() - ? ????net.sf.saxon.pull.VirtualTreeWalker
-
Get the number of declarations (and undeclarations) in this list.
- getNumberOfNamespaces() - ? ????net.sf.saxon.tinytree.TinyTree
-
Get the number of namespace declarations in the tree
- getNumberOfNodes() - ? ????net.sf.saxon.tinytree.TinyTree
-
Get the number of nodes in the tree, excluding attributes and namespace nodes
- getNumberOfRanges() - ? ????net.sf.saxon.sort.IntRangeSet
-
Get the number of ranges actually in use
- getNumberOfVariables() - ? ????net.sf.saxon.instruct.SlotManager
-
Get number of variables (size of stack frame)
- getNumberSimple(NodeInfo, XPathContext) - ? ??????net.sf.saxon.om.Navigator
-
Get simple node number.
- getNumberSingle(NodeInfo, Pattern, Pattern, XPathContext) - ? ??????net.sf.saxon.om.Navigator
-
Get node number (level="single").
- getObject() - ? ????net.sf.saxon.value.ObjectValue
-
Get the encapsulated object
- getObjectName() - ? ????net.sf.saxon.expr.Assignation
-
- getObjectName() - ? ????net.sf.saxon.expr.Expression
-
- getObjectName() - ? ????net.sf.saxon.expr.UserFunctionCall
-
- getObjectName() - ? ????net.sf.saxon.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() - ? ????net.sf.saxon.instruct.CallTemplate
-
- getObjectName() - ? ????net.sf.saxon.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() - ? ????net.sf.saxon.instruct.Template
-
Get a name identifying the object of the expression, for example a function name, template name,
variable name, key name, element name, etc.
- getObjectName() - ? ????net.sf.saxon.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() - ? ????net.sf.saxon.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() - ? ????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() - ? ????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() - ? ????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() - ?? ????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() - ? ????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.
- getObjectNameCode() - ? ????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.
- getOccurrenceIndicator(int) - ?? ??????net.sf.saxon.s9api.OccurrenceIndicator
-
- getOccurrenceIndicator(int) - ? ??????net.sf.saxon.value.Cardinality
-
Get the occurence indicator representing the cardinality
- getOlsenTimeZoneName(DateTimeValue, String) - ? ??????net.sf.saxon.number.NamedTimeZone
-
Try to identify a timezone name corresponding to a given date (including time zone)
and a given country.
- getOnError() - ? ????net.sf.saxon.functions.URIQueryParameters
-
Get the value of the on-error=fail|warning|ignore parameter, or null if unspecified
- getOpeningAttributes() - ? ????net.sf.saxon.trace.AbstractTraceListener
-
- getOpeningAttributes() - ? ????net.sf.saxon.trace.XQueryTraceListener
-
Generate attributes to be included in the opening trace element
- getOpeningAttributes() - ? ????net.sf.saxon.trace.XSLTTraceListener
-
Generate attributes to be included in the opening trace element
- getOperand() - ? ????net.sf.saxon.expr.CompareToIntegerConstant
-
Get the expression on the lhs of the comparison
- getOperands() - ? ????net.sf.saxon.expr.BinaryExpression
-
Get the operands
- getOperands() - ? ????net.sf.saxon.expr.CompareToIntegerConstant
-
Get the two operands of the comparison
- getOperands() - ?? ????net.sf.saxon.expr.ComparisonExpression
-
Get the two operands of the comparison
- getOperator() - ? ????net.sf.saxon.expr.BinaryExpression
-
Get the operator
- getOperator() - ? ????net.sf.saxon.expr.QuantifiedExpression
-
- getOperator() - ? ????net.sf.saxon.pattern.CombinedNodeTest
-
- getOptimizer() - ? ????net.sf.saxon.Configuration
-
Factory method to get an Optimizer.
- getOptimizer() - ? ????net.sf.saxon.expr.PromotionOffer
-
Get the optimizer in use
- getOptions() - ? ????net.sf.saxon.instruct.AttributeCreator
-
Get the options to be used on the attribute event
- getOptions() - ? ????net.sf.saxon.instruct.ValueOf
-
Test for any special options such as disable-output-escaping
- getOrder() - ? ????net.sf.saxon.sort.SortKeyDefinition
-
Get the expression that defines the order as ascending or descending
- getOrdinalSuffixForDateTime(String) - ? ????net.sf.saxon.number.AbstractNumberer
-
Get an ordinal suffix for a particular component of a date/time.
- getOrdinalSuffixForDateTime(String) - ?? ????net.sf.saxon.number.Numberer
-
Get an ordinal suffix for a particular component of a date/time.
- getOrdinalSuffixForDateTime(String) - ? ????net.sf.saxon.number.Numberer_de
-
Get an ordinal suffix for a particular component of a date/time.
- getOrigin() - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Get information about the creating expression or other construct.
- getOrigin() - ?? ????net.sf.saxon.expr.XPathContext
-
Get information about the creating expression or other construct.
- getOrigin() - ? ????net.sf.saxon.expr.XPathContextMinor
-
Get information about the creating expression or other construct.
- getOriginatingConstructType() - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Get the type of location from which this context was created.
- getOriginatingConstructType() - ?? ????net.sf.saxon.expr.XPathContext
-
Get the type of location from which this context was created.
- getOriginatingConstructType() - ? ????net.sf.saxon.expr.XPathContextMinor
-
Get the type of location from which this context was created.
- getOutputDestination() - ? ????net.sf.saxon.s9api.Serializer
-
Get the current output destination.
- getOutputDestination() - ? ????net.sf.saxon.trace.AbstractTraceListener
-
Get the output destination
- getOutputProperties() - ? ????net.sf.saxon.ant.AntTransform
-
Get an enumeration on the outputproperties.
- getOutputProperties() - ? ????net.sf.saxon.Controller
-
Get the output properties for the transformation.
- getOutputProperties() - ? ????net.sf.saxon.event.Emitter
-
Get the output properties
- getOutputProperties(StructuredQName) - ? ????net.sf.saxon.instruct.Executable
-
Get a named output format
- getOutputProperties() - ? ????net.sf.saxon.PreparedStylesheet
-
Get the properties for xsl:output.
- getOutputProperty(String) - ? ????net.sf.saxon.Controller
-
Get the value of an output property.
- getOutputProperty(Serializer.Property) - ? ????net.sf.saxon.s9api.Serializer
-
Get the value of a serialization property
- getOutputStream() - ? ????net.sf.saxon.event.Emitter
-
Get the output stream
- getOutputURIResolver() - ? ????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() - ? ????net.sf.saxon.Controller
-
Get the output URI resolver.
- getOwnerDocument() - ? ????net.sf.saxon.dom.NodeOverNodeInfo
-
Return the Document
object associated with this node.
- getOwnerElement() - ? ????net.sf.saxon.dom.AttrOverNodeInfo
-
The Element
node this attribute is attached to or
null
if this attribute is not in use.
- getPairwiseComposition(int, int) - ? ????net.sf.saxon.codenorm.NormalizerData
-
Returns the composite of the two characters.
- getParameter(String) - ? ????net.sf.saxon.Controller
-
Get a parameter to the transformation.
- getParameter(String) - ? ????net.sf.saxon.query.DynamicQueryContext
-
Get the actual value of a parameter to the query.
- getParameter(QName) - ? ????net.sf.saxon.s9api.XsltTransformer
-
Get the value that has been set for a stylesheet parameter
- getParameterDefinitions() - ? ????net.sf.saxon.instruct.UserFunction
-
Get the definitions of the declared parameters for this function
- getParameterDefinitions() - ? ????net.sf.saxon.query.XQueryFunction
-
Get the definitions of the arguments to this function
- getParameterId() - ? ????net.sf.saxon.instruct.LocalParam
-
Get the parameter id, which is essentially an alias for the parameter name,
unique within a stylesheet
- getParameterId() - ? ????net.sf.saxon.instruct.WithParam
-
Get the parameter id, which is essentially an alias for the parameter name,
unique within a stylesheet
- getParameters() - ? ????net.sf.saxon.query.DynamicQueryContext
-
Get all the supplied parameters as a HashMap.
- getParameterTypes() - ? ????net.sf.saxon.functions.ExtensionFunctionCall
-
Get the types of the arguments
- getParent() - ? ????net.sf.saxon.dom.NodeWrapper
-
Get the NodeInfo object representing the parent of this node
- getParent() - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Get the NodeInfo object representing the parent of this node
- getParent() - ? ????net.sf.saxon.Filter
-
Get the parent reader.
- getParent() - ? ????net.sf.saxon.jdom.NodeWrapper
-
Get the NodeInfo object representing the parent of this node
- getParent() - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Get the NodeInfo object representing the parent of this node
- getParent() - ?? ????net.sf.saxon.om.NodeInfo
-
Get the NodeInfo object representing the parent of this node
- getParent() - ? ????net.sf.saxon.om.Orphan
-
Get the NodeInfo object representing the parent of this node
- getParent() - ? ????net.sf.saxon.om.StrippedNode
-
Get the NodeInfo object representing the parent of this node
- getParent() - ? ????net.sf.saxon.om.VirtualCopy
-
Get the NodeInfo object representing the parent of this node
- getParent() - ? ????net.sf.saxon.pull.UnconstructedParent
-
Get the NodeInfo object representing the parent of this node
- getParent() - ? ????net.sf.saxon.s9api.XdmNode
-
Get the parent of this node
- getParent() - ? ????net.sf.saxon.tinytree.TinyDocumentImpl
-
Find the parent node of this node.
- getParent() - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Find the parent node of this node.
- getParent() - ? ????net.sf.saxon.tree.NodeImpl
-
Find the parent node of this node.
- getParent() - ? ????net.sf.saxon.value.TextFragmentValue
-
Find the parent node of this node.
- getParent() - ? ????net.sf.saxon.xom.NodeWrapper
-
Get the NodeInfo object representing the parent of this node
- getParentExpression() - ? ????net.sf.saxon.expr.ExpressionVisitor
-
Get the parent expression of the current expression in the expression tree
- getParentNode() - ? ????net.sf.saxon.dom.NodeOverNodeInfo
-
Find the parent node of this node.
- getParentNode() - ? ????net.sf.saxon.dom.TextOverAttrInfo
-
Find the parent node of this node.
- getParentPattern() - ? ????net.sf.saxon.pattern.LocationPathPattern
-
Get the pattern applying to the parent node, if there is one
- getParserSource(PipelineConfiguration, StreamSource, int, boolean, int) - ? ????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) - ?? ????net.sf.saxon.Platform
-
Convert a StreamSource to either a SAXSource or a PullSource, depending on the native
parser of the selected platform
- getPath(NodeInfo) - ? ??????net.sf.saxon.om.Navigator
-
Get an absolute XPath expression that identifies a given node within its document
- getPathForVariable(Binding) - ? ????net.sf.saxon.expr.PathMap
-
Get the path used when evaluating a given variable binding
- getPathMap() - ? ????net.sf.saxon.query.XQueryExpression
-
Get the path map for the query expression
- getPathMapForDocumentProjection() - ? ????net.sf.saxon.Controller
-
Get the path map used for document projection, if any.
- getPathMapRoots() - ? ????net.sf.saxon.expr.PathMap
-
Get all the root expressions from the path map
- getPattern() - ? ????net.sf.saxon.expr.PatternMatchExpression
-
Get the underlying pattern
- getPattern() - ? ????net.sf.saxon.pattern.PatternSponsor
-
Get the wrapped pattern
- getPattern() - ? ????net.sf.saxon.trans.Rule
-
- getPhysicalRoot() - ? ????net.sf.saxon.tree.DocumentImpl
-
Get the physical root of the tree.
- getPhysicalRoot() - ? ????net.sf.saxon.tree.NodeImpl
-
Get the physical root of the tree.
- getPIData() - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getPIData() - ? ????net.sf.saxon.pull.PullToStax
-
- getPipelineConfiguration() - ? ????net.sf.saxon.dom.DOMWriter
-
Get the pipeline configuration used for this document
- getPipelineConfiguration() - ? ????net.sf.saxon.event.Builder
-
- getPipelineConfiguration() - ? ????net.sf.saxon.event.ContentHandlerProxy
-
Get the pipeline configuration
- getPipelineConfiguration() - ? ????net.sf.saxon.event.Emitter
-
Get the pipeline configuration used for this document
- getPipelineConfiguration() - ?? ????net.sf.saxon.event.Receiver
-
Get the pipeline configuration
- getPipelineConfiguration() - ? ????net.sf.saxon.event.ReceivingContentHandler
-
Get the pipeline configuration
- getPipelineConfiguration() - ? ????net.sf.saxon.event.SequenceReceiver
-
- getPipelineConfiguration() - ? ????net.sf.saxon.evpull.StartElementEvent
-
Get the PipelineConfiguration
- getPipelineConfiguration() - ? ????net.sf.saxon.evpull.StaxToEventBridge
-
Get configuration information.
- getPipelineConfiguration() - ? ????net.sf.saxon.pull.PullFilter
-
Get configuration information.
- getPipelineConfiguration() - ? ????net.sf.saxon.pull.PullFromIterator
-
Get configuration information.
- getPipelineConfiguration() - ?? ????net.sf.saxon.pull.PullProvider
-
Get configuration information.
- getPipelineConfiguration() - ? ????net.sf.saxon.pull.StaxBridge
-
Get configuration information.
- getPipelineConfiguration() - ? ????net.sf.saxon.pull.TreeWalker
-
Get configuration information.
- getPipelineConfiguration() - ? ????net.sf.saxon.pull.VirtualTreeWalker
-
Get configuration information.
- getPipelineConfiguration() - ? ????net.sf.saxon.tinytree.TinyTreeWalker
-
Get configuration information.
- getPipelineConfiguration() - ? ????net.sf.saxon.xom.XOMWriter
-
Get the pipeline configuration used for this document
- getPITarget() - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getPITarget() - ? ????net.sf.saxon.pull.PullToStax
-
- getPJConverter(Class) - ? ????net.sf.saxon.dom.DOMEnvelope
-
- getPJConverter(Class) - ? ????net.sf.saxon.dom.DOMObjectModel
-
Get a converter from XPath values to values in the external object model
- getPJConverter(Class) - ? ????net.sf.saxon.dom4j.DOM4JObjectModel
-
- getPJConverter(Class) - ? ????net.sf.saxon.jdom.JDOMObjectModel
-
- getPJConverter(Class) - ?? ????net.sf.saxon.om.ExternalObjectModel
-
Get a converter from XPath values to values in the external object model
- getPJConverter(Class) - ? ????net.sf.saxon.xom.XOMObjectModel
-
- getPlatform() - ? ??????net.sf.saxon.Configuration
-
Get the Platform to be used for platform-dependent methods
- getPlatform() - ? ????net.sf.saxon.StandardURIResolver
-
Get the relevant platform
- getPlatformSuffix() - ? ????net.sf.saxon.java.JavaPlatform
-
Get a suffix letter to add to the Saxon version number to identify the platform
- getPlatformSuffix() - ?? ????net.sf.saxon.Platform
-
Get a suffix letter to add to the Saxon version number to identify the platform
- getPlatformVersion() - ? ????net.sf.saxon.java.JavaPlatform
-
Get the platform version
- getPlatformVersion() - ?? ????net.sf.saxon.Platform
-
Get the platform version
- getPosition() - ???? ????net.sf.saxon.regex.RegexSyntaxException
-
Returns the index into the regular expression where the error was detected
or UNKNOWN_POSITION
if this is unknown.
- getPositionVariableName() - ? ????net.sf.saxon.expr.ForExpression
-
Get the name of the position variable
- getPrecedence() - ? ????net.sf.saxon.instruct.Template
-
Get the import precedence of the template
- getPrecedence() - ? ????net.sf.saxon.style.StyleElement
-
Get the import precedence of this stylesheet element.
- getPrecedence() - ? ????net.sf.saxon.style.XSLStylesheet
-
Get the import precedence of this stylesheet
- getPrecedence() - ? ????net.sf.saxon.trans.Rule
-
- getPrefix() - ? ????net.sf.saxon.dom.NodeOverNodeInfo
-
The namespace prefix of this node, or null
if it is
unspecified.
- getPrefix() - ? ????net.sf.saxon.dom.NodeWrapper
-
Get the prefix of the name of the node.
- getPrefix() - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Get the prefix part of the name of this node.
- getPrefix() - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getPrefix() - ? ????net.sf.saxon.jdom.NodeWrapper
-
Get the prefix part of the name of this node.
- getPrefix(int) - ?? ????net.sf.saxon.om.AttributeCollection
-
Get the prefix of the name of an attribute (by position).
- getPrefix(int) - ? ????net.sf.saxon.om.AttributeCollectionImpl
-
Get the prefix of the name of an attribute (by position).
- getPrefix(int) - ? ????net.sf.saxon.om.EmptyNamespaceDeclarationList
-
Get the prefix of the n'th declaration (or undeclaration) in the list,
counting from zero.
- getPrefix(String) - ? ??????net.sf.saxon.om.NameChecker
-
Extract the prefix from a QName.
- getPrefix(int) - ? ????net.sf.saxon.om.NamePool
-
Get the prefix part of a name, given its name code
- getPrefix(int) - ?? ????net.sf.saxon.om.NamespaceDeclarations
-
Get the prefix of the n'th declaration (or undeclaration) in the list,
counting from zero.
- getPrefix(int) - ? ????net.sf.saxon.om.NamespaceDeclarationsImpl
-
Get the prefix of the n'th declaration (or undeclaration) in the list,
counting from zero.
- getPrefix() - ???? ????net.sf.saxon.om.NamespaceException
-
- getPrefix() - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Get the prefix of the name of the node.
- getPrefix(int) - ? ????net.sf.saxon.om.NamespaceResolverAsDeclarations
-
Get the prefix of the n'th declaration (or undeclaration) in the list,
counting from zero.
- getPrefix() - ?? ????net.sf.saxon.om.NodeInfo
-
Get the prefix of the name of the node.
- getPrefix() - ? ????net.sf.saxon.om.Orphan
-
Get the prefix of the name of the node.
- getPrefix(int) - ? ??????net.sf.saxon.om.StandardNames
-
Get the conventional prefix of a system-defined name
- getPrefix() - ? ????net.sf.saxon.om.StrippedNode
-
Get the prefix of the name of the node.
- getPrefix() - ? ????net.sf.saxon.om.StructuredQName
-
Get the prefix of the QName.
- getPrefix() - ? ????net.sf.saxon.om.VirtualCopy
-
Get the prefix of the name of the node.
- getPrefix(String) - ? ????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() - ? ????net.sf.saxon.pull.PullToStax
-
- getPrefix(int) - ? ????net.sf.saxon.pull.StaxBridge.StaxNamespaces
-
Get the prefix of the n'th declaration (or undeclaration) in the list,
counting from zero.
- getPrefix() - ? ????net.sf.saxon.pull.UnconstructedDocument
-
Get the prefix of the name of the node.
- getPrefix() - ? ????net.sf.saxon.pull.UnconstructedParent
-
Get the prefix of the name of the node.
- getPrefix(int) - ? ????net.sf.saxon.pull.VirtualTreeWalker
-
Get the prefix of the n'th declaration (or undeclaration) in the list,
counting from zero.
- getPrefix() - ? ????net.sf.saxon.s9api.QName
-
Get the prefix of the QName.
- getPrefix(int) - ? ????net.sf.saxon.tinytree.TinyAttributeCollection
-
Get the prefix of the name of an attribute (by position).
- getPrefix() - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Get the prefix part of the name of this node.
- getPrefix() - ? ????net.sf.saxon.tree.NodeImpl
-
Get the prefix part of the name of this node.
- getPrefix() - ? ????net.sf.saxon.value.QualifiedNameValue
-
Get the prefix.
- getPrefix() - ? ????net.sf.saxon.value.TextFragmentValue
-
Get the prefix part of the name of this node.
- getPrefix() - ? ????net.sf.saxon.xom.NodeWrapper
-
Get the prefix of the name of the node.
- getPrefixes(String) - ? ????net.sf.saxon.pull.NamespaceContextImpl
-
Get all the prefixes mapped to a given namespace URI (JAXP method)
- getPrefixForURI(String) - ? ????net.sf.saxon.tree.ElementImpl
-
Search the NamespaceList for a given URI, returning the corresponding prefix.
- getPrefixFromNamespaceCode(int) - ? ????net.sf.saxon.om.NamePool
-
Get the namespace prefix from a namespace code.
- getPrefixIndex(int) - ? ??????net.sf.saxon.om.NamePool
-
Get the prefix index from a namecode
- getPreparedStylesheet() - ? ????net.sf.saxon.style.StyleElement
-
Get the PreparedStylesheet object.
- getPreparedStylesheet() - ? ????net.sf.saxon.style.XSLStylesheet
-
Get the owning PreparedStylesheet object
- getPreviousInDocument() - ? ????net.sf.saxon.tree.NodeImpl
-
Get the previous node in document order
- getPreviousSibling() - ? ????net.sf.saxon.dom.NodeOverNodeInfo
-
Get the previous sibling of the node
- getPreviousSibling() - ? ????net.sf.saxon.tree.DocumentImpl
-
Get previous sibling - always null
- getPreviousSibling() - ? ????net.sf.saxon.tree.NodeImpl
-
Get the previous sibling of the node
- getPrimaryType() - ? ????net.sf.saxon.value.SequenceType
-
Get the "primary" part of this required type.
- getPrimitiveItemType() - ? ????net.sf.saxon.pattern.EmptySequenceTest
-
Get the primitive item type corresponding to this item type.
- getPrimitiveItemType() - ? ????net.sf.saxon.pattern.NodeTest
-
Get the primitive item type corresponding to this item type.
- getPrimitiveItemType() - ? ????net.sf.saxon.type.AnyItemType
-
Get the primitive item type corresponding to this item type.
- getPrimitiveItemType() - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Get the primitive item type corresponding to this item type.
- getPrimitiveItemType() - ? ????net.sf.saxon.type.ExternalObjectType
-
Get the primitive item type corresponding to this item type.
- getPrimitiveItemType() - ?? ????net.sf.saxon.type.ItemType
-
Get the primitive item type corresponding to this item type.
- getPrimitiveType() - ? ????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() - ? ????net.sf.saxon.pattern.ContentTypeTest
-
Determine the types of nodes to which this pattern applies.
- getPrimitiveType() - ? ????net.sf.saxon.pattern.DocumentNodeTest
-
Determine the types of nodes to which this pattern applies.
- getPrimitiveType() - ? ????net.sf.saxon.pattern.EmptySequenceTest
-
- getPrimitiveType() - ? ????net.sf.saxon.pattern.LocalNameTest
-
Determine the types of nodes to which this pattern applies.
- getPrimitiveType() - ? ????net.sf.saxon.pattern.NamespaceTest
-
Determine the types of nodes to which this pattern applies.
- getPrimitiveType() - ? ????net.sf.saxon.pattern.NameTest
-
Determine the types of nodes to which this pattern applies.
- getPrimitiveType() - ? ????net.sf.saxon.pattern.NodeKindTest
-
Determine the types of nodes to which this pattern applies.
- getPrimitiveType() - ? ????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() - ? ????net.sf.saxon.pattern.SubstitutionGroupTest
-
Determine the types of nodes to which this pattern applies.
- getPrimitiveType() - ? ????net.sf.saxon.type.AnyItemType
-
- getPrimitiveType() - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Get the primitive type corresponding to this item type.
- getPrimitiveType() - ? ????net.sf.saxon.type.ExternalObjectType
-
Get the primitive type corresponding to this item type.
- getPrimitiveType() - ?? ????net.sf.saxon.type.ItemType
-
Get the primitive type corresponding to this item type.
- getPrimitiveType() - ? ????net.sf.saxon.value.AnyURIValue
-
- getPrimitiveType() - ? ????net.sf.saxon.value.AtomicValue
-
Determine the primitive type of the value.
- getPrimitiveType() - ? ????net.sf.saxon.value.Base64BinaryValue
-
- getPrimitiveType() - ? ????net.sf.saxon.value.BooleanValue
-
Determine the primitive type of the value.
- getPrimitiveType() - ? ????net.sf.saxon.value.DateTimeValue
-
Determine the primitive type of the value.
- getPrimitiveType() - ? ????net.sf.saxon.value.DateValue
-
Determine the primitive type of the value.
- getPrimitiveType() - ? ????net.sf.saxon.value.DayTimeDurationValue
-
Determine the primitive type of the value.
- getPrimitiveType() - ? ????net.sf.saxon.value.DecimalValue
-
Determine the primitive type of the value.
- getPrimitiveType() - ? ????net.sf.saxon.value.DoubleValue
-
Determine the primitive type of the value.
- getPrimitiveType() - ? ????net.sf.saxon.value.DurationValue
-
Determine the primitive type of the value.
- getPrimitiveType() - ? ????net.sf.saxon.value.FloatValue
-
Determine the primitive type of the value.
- getPrimitiveType() - ? ????net.sf.saxon.value.GDayValue
-
Determine the primitive type of the value.
- getPrimitiveType() - ? ????net.sf.saxon.value.GMonthDayValue
-
Determine the primitive type of the value.
- getPrimitiveType() - ? ????net.sf.saxon.value.GMonthValue
-
Determine the primitive type of the value.
- getPrimitiveType() - ? ????net.sf.saxon.value.GYearMonthValue
-
Determine the primitive type of the value.
- getPrimitiveType() - ? ????net.sf.saxon.value.GYearValue
-
Determine the primitive type of the value.
- getPrimitiveType() - ? ????net.sf.saxon.value.HexBinaryValue
-
Determine the primitive type of the value.
- getPrimitiveType() - ? ????net.sf.saxon.value.IntegerValue
-
Determine the primitive type of the value.
- getPrimitiveType() - ? ????net.sf.saxon.value.NotationValue
-
Determine the primitive type of the value.
- getPrimitiveType() - ? ????net.sf.saxon.value.ObjectValue
-
Determine the primitive type of the value.
- getPrimitiveType() - ? ????net.sf.saxon.value.QNameValue
-
Determine the primitive type of the value.
- getPrimitiveType() - ? ????net.sf.saxon.value.StringValue
-
Determine the primitive type of the value.
- getPrimitiveType() - ? ????net.sf.saxon.value.TimeValue
-
Determine the primitive type of the value.
- getPrimitiveType() - ? ????net.sf.saxon.value.UntypedAtomicValue
-
Determine the primitive type of the value.
- getPrimitiveType() - ? ????net.sf.saxon.value.YearMonthDurationValue
-
Determine the primitive type of the value.
- getPrimitiveTypeName() - ? ????net.sf.saxon.s9api.XdmAtomicValue
-
Get the primitive type of this atomic value, as a QName.
- getPrincipalResult() - ? ????net.sf.saxon.Controller
-
Get the principal result destination.
- getPrincipalStylesheet() - ? ????net.sf.saxon.style.StyleElement
-
Get the principal XSLStylesheet node.
- getPriority() - ? ????net.sf.saxon.trans.Rule
-
- getProcessor() - ? ????net.sf.saxon.s9api.ItemType
-
Get the underlying Processor
- getProductName() - ? ??????net.sf.saxon.Version
-
Return the name of this product.
- getProductTitle() - ? ????net.sf.saxon.Configuration
-
Get a message used to identify this product when a transformation is run using the -t option
- getProductTitle() - ? ??????net.sf.saxon.Version
-
Get a message used to identify this product when a transformation is run using the -t option
- getProductVersion() - ? ??????net.sf.saxon.Version
-
Get the user-visible version number of this version of the product
- getProperties() - ? ????net.sf.saxon.evpull.SequenceComposer
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.expr.AppendIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.expr.AxisAtomizingIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.expr.CardinalityCheckingIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.expr.ContextMappingIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.expr.DifferenceEnumeration
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.expr.ErrorIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.expr.EveryItemMappingIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.expr.Expression
-
Get an iterator over all the properties available.
- getProperties() - ? ????net.sf.saxon.expr.FilterIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.expr.IntersectionEnumeration
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.expr.ItemMappingIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.expr.MappingIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.expr.RangeIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.expr.ReverseRangeIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.expr.StringTokenIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.expr.SubsequenceIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.expr.TailIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.expr.UnionEnumeration
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.expr.ValueTailIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.functions.DistinctValues.DistinctIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.functions.IndexOf.IndexIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.functions.Insert.InsertIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.functions.Remove.RemoveIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.instruct.BlockIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.instruct.InstructionDetails
-
Get an iterator over all the properties available.
- getProperties() - ? ????net.sf.saxon.instruct.Procedure
-
Get an iterator over all the properties available.
- getProperties() - ? ????net.sf.saxon.instruct.TraceExpression
-
Get an iterator over all the properties available.
- getProperties() - ? ????net.sf.saxon.java.JRegexIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.java.JTokenIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.om.ArrayIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties(int) - ?? ????net.sf.saxon.om.AttributeCollection
-
Get the properties of an attribute (by position)
- getProperties(int) - ? ????net.sf.saxon.om.AttributeCollectionImpl
-
Get the properties of an attribute (by position)
- getProperties() - ? ????net.sf.saxon.om.AxisIteratorImpl
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.om.EmptyIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.om.ListIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.om.NamespaceIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.om.PrependIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.om.ReverseArrayIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ?? ????net.sf.saxon.om.SequenceIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.om.SingleNodeIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.om.SingletonIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.om.VirtualCopy.VirtualCopier
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.query.XQueryFunction
-
Get an iterator over all the properties available.
- getProperties() - ? ????net.sf.saxon.sort.DocumentOrderIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.sort.GroupAdjacentIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.sort.GroupByIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.sort.GroupEndingIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.sort.GroupStartingIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.sort.SortedIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.style.StyleElement
-
Get an iterator over all the properties available.
- getProperties(int) - ? ????net.sf.saxon.tinytree.TinyAttributeCollection
-
Get the properties of an attribute (by position)
- getProperties() - ?? ????net.sf.saxon.trace.InstructionInfo
-
Get an iterator over all the properties available.
- getProperties() - ? ????net.sf.saxon.value.MemoClosure.ProgressiveIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperties() - ? ????net.sf.saxon.value.StringValue.CharacterIterator
-
Get properties of this iterator, as a bit-significant integer.
- getProperty(String) - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getProperty(String) - ? ????net.sf.saxon.expr.Expression
-
- getProperty(String) - ? ????net.sf.saxon.expr.UserFunctionCall
-
- getProperty(String) - ? ????net.sf.saxon.Filter
-
Look up the value of a property.
- getProperty(String, String, Configuration) - ? ??????net.sf.saxon.functions.SystemProperty
-
Here's the real code:
- getProperty(String) - ? ????net.sf.saxon.instruct.InstructionDetails
-
Get a named property of the instruction
- getProperty(String) - ? ????net.sf.saxon.instruct.Procedure
-
- getProperty(String) - ? ????net.sf.saxon.instruct.TraceExpression
-
Get a named property of the instruction/expression
- getProperty(String) - ? ????net.sf.saxon.pull.PullToStax
-
- getProperty(String) - ? ????net.sf.saxon.query.XQueryFunction
-
Get the value of a particular property of the instruction.
- getProperty(String) - ? ????net.sf.saxon.style.LiteralResultElement
-
Get the value of a particular property of the instruction.
- getProperty(String) - ? ????net.sf.saxon.style.StyleElement
-
Get the value of a particular property of the instruction.
- getProperty(String) - ?? ????net.sf.saxon.trace.InstructionInfo
-
Get the value of a particular property of the instruction.
- getPseudoAttribute(XPathContext, String) - ? ??????net.sf.saxon.functions.Extensions
-
Get a pseudo-attribute of a processing instruction.
- getPseudoAttribute(String, String) - ? ??????net.sf.saxon.om.ProcInstParser
-
Get a pseudo-attribute.
- getPTreeSource(String, String) - ? ????net.sf.saxon.StandardURIResolver
-
Handle a PTree source file (Saxon-SA only)
- getPublicId() - ? ????net.sf.saxon.dom.DOMSender
-
- getPublicId() - ? ????net.sf.saxon.event.ContentHandlerProxyLocator
-
Get the Public ID
- getPublicId() - ? ????net.sf.saxon.event.DocumentSender
-
- getPublicId() - ? ????net.sf.saxon.evpull.EventToStaxBridge.DummyLocation
-
- getPublicId() - ? ????net.sf.saxon.evpull.StaxToEventBridge
-
Return the public identifier for the current document event.
- getPublicId() - ? ????net.sf.saxon.expr.Expression
-
Get the publicId of the module containing the expression (to satisfy the SourceLocator interface)
- getPublicId() - ? ????net.sf.saxon.expr.ExpressionLocation
-
Get the Public ID
- getPublicId() - ? ????net.sf.saxon.expr.ExpressionParser.TemporaryContainer
-
- getPublicId() - ? ????net.sf.saxon.instruct.InstructionDetails
-
Get the public ID of the module containing the instruction.
- getPublicId() - ? ????net.sf.saxon.instruct.Procedure
-
- getPublicId() - ? ????net.sf.saxon.om.VirtualCopy
-
Return the public identifier for the current document event.
- getPublicId() - ? ????net.sf.saxon.pattern.Pattern
-
Get the public ID (always null)
- getPublicId() - ? ????net.sf.saxon.pull.PullToStax.SourceStreamLocation
-
- getPublicId() - ? ????net.sf.saxon.pull.StaxBridge
-
Return the public identifier for the current document event.
- getPublicId() - ? ????net.sf.saxon.pull.TreeWalker
-
Return the public identifier for the current document event.
- getPublicId() - ? ????net.sf.saxon.pull.UnparsedEntity
-
Get the public identifier of the unparsed entity
- getPublicId() - ? ????net.sf.saxon.query.GlobalVariableDefinition
-
Get public identifier
- getPublicId() - ? ????net.sf.saxon.query.XQueryExpression
-
Return the public identifier for the current document event.
- getPublicId() - ? ????net.sf.saxon.query.XQueryFunction
-
Return the public identifier for the current document event.
- getPublicId() - ? ????net.sf.saxon.sxpath.AbstractStaticContext
-
Return the public identifier.
- getPublicId() - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Get the public identifier of the document entity containing this node.
- getPublicId() - ? ????net.sf.saxon.tinytree.TinyTreeWalker
-
Return the public identifier for the current document event.
- getPublicId() - ? ????net.sf.saxon.tree.NodeImpl
-
Get the public identifier of the document entity containing this node.
- getPublicId() - ???? ????net.sf.saxon.type.ValidationException
-
- getPublicId() - ? ????net.sf.saxon.type.ValidationFailure
-
- getPublicId() - ? ????net.sf.saxon.value.TextFragmentValue
-
Return the public identifier for the current document event.
- getPuller() - ? ????net.sf.saxon.pull.UnconstructedParent
-
Get a PullProvider that delivers the stream of events corresponding to the tree rooted at this virtual node
- getPullProvider() - ? ????net.sf.saxon.pull.PullSource
-
Get the PullProvider
- getQName(int) - ?? ????net.sf.saxon.om.AttributeCollection
-
Get the lexical QName of an attribute (by position).
- getQName(int) - ? ????net.sf.saxon.om.AttributeCollectionImpl
-
Get the lexical QName of an attribute (by position).
- getQName(int) - ? ????net.sf.saxon.tinytree.TinyAttributeCollection
-
Get the lexical QName of an attribute (by position).
- getQNameParts(CharSequence) - ? ????net.sf.saxon.om.NameChecker
-
Validate a QName, and return the prefix and local name.
- getQualifiedName() - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Get the name of the type as a QName
- getQueryLibraryModules(String) - ? ????net.sf.saxon.instruct.Executable
-
Locate the known XQuery library modules for a given module namespace.
- getQueryLibraryModules() - ? ????net.sf.saxon.instruct.Executable
-
Get an iterator over all the query library modules (does not include the main module)
- getQueryModuleWithSystemId(String, QueryModule) - ? ????net.sf.saxon.instruct.Executable
-
Get the query library module with a given systemID
- getQuerySource(URI) - ? ????net.sf.saxon.query.StandardModuleURIResolver
-
Get a StreamSource object representing the source of a query, given its URI.
- getRangeVariableStack() - ? ????net.sf.saxon.expr.ExpressionParser
-
Get the range variable stack.
- getReasonUnableToCompile() - ? ????net.sf.saxon.instruct.Executable
-
Determine whether this executable can be compiled; and if it can't, return the reason why
- getReceiver(Result, PipelineConfiguration, Properties) - ? ????net.sf.saxon.event.SerializerFactory
-
Get a Receiver that wraps a given Result object.
- getReceiver() - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Get the Receiver to which output is currently being written.
- getReceiver() - ?? ????net.sf.saxon.expr.XPathContext
-
Get the Receiver to which output is currently being written.
- getReceiver() - ? ????net.sf.saxon.expr.XPathContextMinor
-
Get the Receiver to which output is currently being written.
- getReceiver() - ? ????net.sf.saxon.pull.PullPushTee
-
Get the Receiver to which events are being tee'd.
- getReceiver(Configuration) - ?? ????net.sf.saxon.s9api.Destination
-
Return a Receiver.
- getReceiver(Configuration) - ? ????net.sf.saxon.s9api.DOMDestination
-
Return a Receiver.
- getReceiver(Configuration) - ? ????net.sf.saxon.s9api.SAXDestination
-
Return a Receiver.
- getReceiver(Configuration) - ? ????net.sf.saxon.s9api.SchemaValidator
-
- getReceiver(Configuration) - ? ????net.sf.saxon.s9api.Serializer
-
Return a receiver to which Saxon will send events.
- getReceiver(Configuration, Controller, Properties) - ? ????net.sf.saxon.s9api.Serializer
-
Return a receiver to which Saxon will send events.
- getReceiver(Configuration) - ? ????net.sf.saxon.s9api.TeeDestination
-
Return a Receiver.
- getReceiver(Configuration) - ? ????net.sf.saxon.s9api.XdmDestination
-
Return a Receiver.
- getReceiver(Configuration) - ? ????net.sf.saxon.s9api.XsltTransformer
-
Return a Receiver which can be used to supply the principal source document for the transformation.
- getRecoveryPolicy() - ? ????net.sf.saxon.Configuration
-
Determine how recoverable run-time errors are to be handled.
- getRecoveryPolicy() - ? ????net.sf.saxon.Controller
-
Get the policy for handling recoverable errors
- getRecoveryPolicy() - ? ????net.sf.saxon.StandardErrorListener
-
Get the recovery policy
- getRecurse() - ? ????net.sf.saxon.functions.URIQueryParameters
-
Get the value of the recurse=yes|no parameter, or null if unspecified
- getRecursiveDecomposition(boolean, int, StringBuffer) - ? ????net.sf.saxon.codenorm.NormalizerData
-
Gets recursive decomposition of a character from the
Unicode Character Database.
- getReferenceCount(Expression, Binding, boolean) - ? ??????net.sf.saxon.expr.ExpressionTool
-
Determine how often a variable is referenced.
- getReferenceCount() - ? ????net.sf.saxon.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
- getRegexGroup(int) - ? ????net.sf.saxon.java.JRegexIterator
-
Get a substring that matches a parenthesised group within the regular expression
- getRegexGroup(int) - ?? ????net.sf.saxon.regex.RegexIterator
-
Get a substring that matches a parenthesised group within the regular expression
- getRegexGroupIterator() - ? ????net.sf.saxon.java.JRegexIterator
-
Get a sequence containing all the regex groups (except group 0, because we want to use indexing from 1).
- getRegexGroupIterator() - ?? ????net.sf.saxon.regex.RegexIterator
-
Get a sequence containing all the regex captured groups relating to the current matching item
(except group 0, because we want to use indexing from 1).
- getRelationship(ExternalObjectType) - ? ????net.sf.saxon.type.ExternalObjectType
-
Get the relationship of this external object type to another external object type
- getReleaseDate() - ? ??????net.sf.saxon.Version
-
Get the issue date of this version of the product
- getRemainingSteps() - ? ????net.sf.saxon.expr.PathExpression
-
Get all steps after the first.
- getRememberedNumber(NodeInfo) - ? ????net.sf.saxon.Controller
-
Get the number of a node if it is the last remembered one.
- getReplacementString() - ? ????net.sf.saxon.style.XSLOutputCharacter
-
- getRequiredCardinality() - ? ????net.sf.saxon.expr.CardinalityChecker
-
Get the required cardinality
- getRequiredCardinality() - ? ????net.sf.saxon.expr.InstanceOfExpression
-
Get the cardinality that we are testing for membership of
- getRequiredComponent() - ? ????net.sf.saxon.functions.Component
-
Get the required component
- getRequiredComponentAsString() - ? ????net.sf.saxon.functions.Component
-
Get the required component name as a string
- getRequiredContextItemType() - ? ????net.sf.saxon.query.StaticQueryContext
-
Get the required type of the context item.
- getRequiredContextItemType() - ? ????net.sf.saxon.s9api.XQueryCompiler
-
Get the required type of the context item.
- getRequiredItemType() - ? ????net.sf.saxon.expr.InstanceOfExpression
-
Get the item type that we are testing for membership of
- getRequiredItemType() - ? ????net.sf.saxon.expr.UntypedAtomicConverter
-
Get the item type to which untyped atomic items must be converted
- getRequiredNodeNames() - ? ????net.sf.saxon.pattern.CombinedNodeTest
-
Get the set of node names allowed by this NodeTest.
- getRequiredNodeNames() - ? ????net.sf.saxon.pattern.NameTest
-
Get the set of node names allowed by this NodeTest.
- getRequiredNodeNames() - ? ????net.sf.saxon.pattern.NodeTest
-
Get the set of node names allowed by this NodeTest.
- getRequiredNodeNames() - ? ????net.sf.saxon.pattern.SubstitutionGroupTest
-
Get the set of node names allowed by this NodeTest.
- getRequiredPrimitiveType() - ? ????net.sf.saxon.expr.AtomicSequenceConverter
-
Get the required (target) primitive type
- getRequiredSlots() - ? ????net.sf.saxon.expr.Assignation
-
Get the number of slots required.
- getRequiredSlots() - ? ????net.sf.saxon.expr.ForExpression
-
Get the number of slots required.
- getRequiredType() - ? ????net.sf.saxon.expr.Assignation
-
Get the declared type of the variable
- getRequiredType() - ?? ????net.sf.saxon.expr.Binding
-
Get the declared type of the variable
- getRequiredType() - ? ????net.sf.saxon.expr.ItemChecker
-
Get the required type
- getRequiredType() - ? ????net.sf.saxon.expr.NumericPromoter
-
Get the required type.
- getRequiredType() - ? ????net.sf.saxon.expr.PositionVariable
-
Get the required type (declared type) of the variable
- getRequiredType(int) - ? ????net.sf.saxon.functions.Concat
-
Get the required type of the nth argument
- getRequiredType(int) - ? ????net.sf.saxon.functions.Evaluate
-
Get the required type of the nth argument
- getRequiredType(int) - ? ????net.sf.saxon.functions.SystemFunction
-
Get the required type of the nth argument
- getRequiredType() - ? ????net.sf.saxon.instruct.GeneralVariable
-
Get the required type of this variable
- getRequiredType() - ? ????net.sf.saxon.instruct.Template
-
Get the required type to be returned by this template
- getRequiredType() - ? ????net.sf.saxon.instruct.UserFunctionParameter
-
Get the required type of this function parameter
- getRequiredType() - ? ????net.sf.saxon.query.GlobalVariableDefinition
-
Get the required type of the variable
- getRequiredType() - ? ????net.sf.saxon.style.XSLParam
-
Get the static type of the parameter.
- getRequiredType() - ? ????net.sf.saxon.style.XSLVariable
-
Get the static type of the variable.
- getRequiredType() - ? ????net.sf.saxon.style.XSLVariableDeclaration
-
Get the static type of the variable.
- getRequiredType() - ? ????net.sf.saxon.sxpath.XPathVariable
-
Get the required type of this variable.
- getRequiredType() - ? ????net.sf.saxon.xpath.JAXPVariable
-
- getResolverResults(SequenceIterator, String, XPathContext, SourceLocator) - ? ??????net.sf.saxon.functions.Collection
-
- getResult() - ? ????net.sf.saxon.event.TransformerReceiver
-
Get the output destination of the transformation
- getResult() - ? ????net.sf.saxon.IdentityTransformerHandler
-
Get the output destination of the transformation
- getResult() - ? ????net.sf.saxon.TransformerHandlerImpl
-
Get the output destination of the transformation
- getResultCardinality() - ? ????net.sf.saxon.s9api.XPathExecutable
-
Get the statically-determined cardinality of the result of the expression.
- getResultCardinality() - ? ????net.sf.saxon.s9api.XQueryExecutable
-
Get the statically-determined cardinality of the result of the query.
- getResultConverter() - ? ????net.sf.saxon.functions.ExtensionFunctionCall
-
Get the converter used to convert the result from a Java object to an XPath value
- getResultItemType() - ? ????net.sf.saxon.s9api.XPathExecutable
-
Get the ItemType of the items in the result of the expression, as determined by static analysis.
- getResultItemType() - ? ????net.sf.saxon.s9api.XQueryExecutable
-
Get the ItemType of the items in the result of the query, as determined by static analysis.
- getResultNamespaceCode() - ? ????net.sf.saxon.style.XSLNamespaceAlias
-
- getResultType(AtomicType, AtomicType) - ? ????net.sf.saxon.expr.Calculator
-
Get the type of the result of the calculator, given arguments types typeA and typeB
- getResultType(TypeHierarchy) - ? ????net.sf.saxon.instruct.UserFunction
-
Get the type of value returned by this function
- getResultType() - ? ????net.sf.saxon.query.XQueryFunction
-
Get the result type of the function
- getResultType() - ? ????net.sf.saxon.style.XSLFunction
-
Get the type of value returned by this function
- getResultWhenEmpty() - ? ????net.sf.saxon.expr.ValueComparison
-
Get the result to be returned if one of the operands is an empty sequence
- getReturnClass() - ? ????net.sf.saxon.functions.ExtensionFunctionCall
-
Get the Java class of the value returned by the method
- getReturnedItemType() - ? ????net.sf.saxon.style.SaxonBreak
-
Determine the type of item returned by this instruction (only relevant if
it is an instruction).
- getReturnedItemType() - ? ????net.sf.saxon.style.SaxonIterate
-
Determine the type of item returned by this instruction (only relevant if
it is an instruction).
- getReturnedItemType() - ? ????net.sf.saxon.style.StyleElement
-
Determine the type of item returned by this instruction (only relevant if
it is an instruction).
- getReturnedItemType() - ? ????net.sf.saxon.style.XSLAnalyzeString
-
Determine the type of item returned by this instruction (only relevant if
it is an instruction).
- getReturnedItemType() - ? ????net.sf.saxon.style.XSLCallTemplate
-
Determine the type of item returned by this instruction (only relevant if
it is an instruction).
- getReturnedItemType() - ? ????net.sf.saxon.style.XSLChoose
-
Determine the type of item returned by this instruction (only relevant if
it is an instruction).
- getReturnedItemType() - ? ????net.sf.saxon.style.XSLForEach
-
Determine the type of item returned by this instruction (only relevant if
it is an instruction).
- getReturnedItemType() - ? ????net.sf.saxon.style.XSLGeneralVariable
-
Determine the type of item returned by this instruction (only relevant if
it is an instruction).
- getReturnedItemType() - ? ????net.sf.saxon.style.XSLIf
-
Determine the type of item returned by this instruction (only relevant if
it is an instruction).
- getReturnedItemType() - ? ????net.sf.saxon.style.XSLMatchingSubstring
-
Determine the type of item returned by this instruction (only relevant if
it is an instruction).
- getReturnedItemType() - ? ????net.sf.saxon.style.XSLNumber
-
Determine the type of item returned by this instruction (only relevant if
it is an instruction).
- getReturnedItemType() - ? ????net.sf.saxon.style.XSLOtherwise
-
Determine the type of item returned by this instruction (only relevant if
it is an instruction).
- getReturnedItemType() - ? ????net.sf.saxon.style.XSLPerformSort
-
Determine the type of item returned by this instruction (only relevant if
it is an instruction).
- getReturnedItemType() - ? ????net.sf.saxon.style.XSLResultDocument
-
Determine the type of item returned by this instruction (only relevant if
it is an instruction).
- getReturnedItemType() - ? ????net.sf.saxon.style.XSLSequence
-
Determine the type of item returned by this instruction (only relevant if
it is an instruction).
- getReturnedItemType() - ? ????net.sf.saxon.style.XSLSort
-
Determine the type of item returned by this instruction (only relevant if
it is an instruction).
- getReturnedItemType() - ? ????net.sf.saxon.style.XSLTemplate
-
Determine the type of item returned by this template
- getReturnedItemType() - ? ????net.sf.saxon.style.XSLText
-
Determine the type of item returned by this instruction (only relevant if
it is an instruction).
- getReturnedItemType() - ? ????net.sf.saxon.style.XSLValueOf
-
Determine the type of item returned by this instruction (only relevant if
it is an instruction).
- getReturnedItemType() - ? ????net.sf.saxon.style.XSLWhen
-
Determine the type of item returned by this instruction (only relevant if
it is an instruction).
- getRevalidationMode() - ? ????net.sf.saxon.query.QueryModule
-
Get the revalidation mode.
- getReverseIterator() - ? ????net.sf.saxon.expr.RangeIterator
-
- getReverseIterator() - ? ????net.sf.saxon.expr.ReverseRangeIterator
-
- getReverseIterator() - ?? ????net.sf.saxon.expr.ReversibleIterator
-
Get a new SequenceIterator that returns the same items in reverse order.
- getReverseIterator() - ? ????net.sf.saxon.om.ArrayIterator
-
Get an iterator that processes the same items in reverse order
- getReverseIterator() - ? ????net.sf.saxon.om.EmptyIterator
-
Get another iterator over the same items, in reverse order.
- getReverseIterator() - ? ????net.sf.saxon.om.NodeArrayIterator
-
Get an iterator that processes the same items in reverse order
- getReverseIterator() - ? ????net.sf.saxon.om.ReverseArrayIterator
-
Get an iterator that processes the same items in reverse order.
- getReverseIterator() - ? ????net.sf.saxon.om.ReverseNodeArrayIterator
-
Get an iterator that processes the same items in reverse order.
- getReverseIterator() - ? ????net.sf.saxon.om.SingleNodeIterator
-
- getReverseIterator() - ? ????net.sf.saxon.om.SingletonIterator
-
- getRHS() - ? ????net.sf.saxon.pattern.UnionPattern
-
Get the RHS of the union
- getRole() - ? ????net.sf.saxon.expr.SingletonAtomizer
-
Get the RoleLocator (used to construct error messages)
- getRoleLocator() - ? ????net.sf.saxon.expr.CardinalityChecker
-
Get the RoleLocator, which contains diagnostic information for use if the cardinality check fails
- getRoleLocator() - ? ????net.sf.saxon.expr.ItemChecker
-
Get the RoleLocator (used to construct error messages)
- getRoot() - ? ????net.sf.saxon.dom.NodeWrapper
-
Get the root node - always a document node with this tree implementation
- getRoot() - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Get the root node - always a document node with this tree implementation
- getRoot() - ? ????net.sf.saxon.jdom.NodeWrapper
-
Get the root node - always a document node with this tree implementation
- getRoot() - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Get the root node of the tree containing this node
- getRoot() - ?? ????net.sf.saxon.om.NodeInfo
-
Get the root node of the tree containing this node
- getRoot() - ? ????net.sf.saxon.om.Orphan
-
Get the root node of this tree (not necessarily a document node).
- getRoot() - ? ????net.sf.saxon.om.StrippedNode
-
Get the root node - always a document node with this tree implementation
- getRoot() - ? ????net.sf.saxon.om.VirtualCopy
-
Get the root node of the tree containing this node
- getRoot() - ? ????net.sf.saxon.pull.UnconstructedParent
-
Get the root node of the tree containing this node
- getRoot() - ? ????net.sf.saxon.tinytree.TinyDocumentImpl
-
Get the root node
- getRoot() - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Get the root node of the tree (not necessarily a document node)
- getRoot() - ? ????net.sf.saxon.tree.DocumentImpl
-
Get the root node
- getRoot() - ? ????net.sf.saxon.tree.ElementImpl
-
Get the root node
- getRoot() - ? ????net.sf.saxon.tree.NodeImpl
-
Get the root node
- getRoot() - ? ????net.sf.saxon.value.TextFragmentValue
-
Get the root node
- getRoot() - ? ????net.sf.saxon.xom.NodeWrapper
-
Get the root node of the tree containing this node
- getRootExpression() - ? ????net.sf.saxon.expr.PathMap.PathMapRoot
-
Get the root expression
- getRootForDocument(String) - ? ????net.sf.saxon.expr.PathMap
-
Get the path map root for a call on the doc() or document() function with a given literal argument
- getRule(NodeInfo, XPathContext) - ? ????net.sf.saxon.trans.Mode
-
Get the rule corresponding to a given Node, by finding the best Pattern match.
- getRule(NodeInfo, int, int, XPathContext) - ? ????net.sf.saxon.trans.Mode
-
Get the rule corresponding to a given Node, by finding the best Pattern match, subject to a minimum
and maximum precedence.
- getRuleManager() - ? ????net.sf.saxon.Controller
-
Get the Rule Manager.
- getRuleManager() - ? ????net.sf.saxon.instruct.Executable
-
Get the RuleManager which handles template rules
- getRuleManager() - ? ????net.sf.saxon.style.XSLStylesheet
-
Get the RuleManager which handles template rules
- getSaxonProductVersion() - ? ????net.sf.saxon.s9api.Processor
-
Get the user-visible Saxon product version, for example "9.0.0.1"
- getSchemaAttributeTest(QName) - ? ????net.sf.saxon.s9api.ItemTypeFactory
-
Get an ItemType representing an attribute declaration in the schema.
- getSchemaAwareProductVersion() - ? ??????net.sf.saxon.Version
-
Get the version number of the schema-aware version of the product
- getSchemaComparable() - ? ????net.sf.saxon.value.AtomicValue
-
Get a Comparable value that implements the XML Schema ordering comparison semantics for this value.
- getSchemaComparable() - ? ????net.sf.saxon.value.Base64BinaryValue
-
Support XML Schema comparison semantics
- getSchemaComparable() - ? ????net.sf.saxon.value.BigIntegerValue
-
Get an object that implements XML Schema comparison semantics
- getSchemaComparable() - ? ????net.sf.saxon.value.BooleanValue
-
Get a Comparable value that implements the XML Schema ordering comparison semantics for this value.
- getSchemaComparable() - ? ????net.sf.saxon.value.DateTimeValue
-
- getSchemaComparable() - ? ????net.sf.saxon.value.DecimalValue
-
Get an object that implements XML Schema comparison semantics
- getSchemaComparable() - ? ????net.sf.saxon.value.DoubleValue
-
Get an object that implements XML Schema comparison semantics
- getSchemaComparable() - ? ????net.sf.saxon.value.DurationValue
-
Get a Comparable value that implements the XML Schema ordering comparison semantics for this value.
- getSchemaComparable(DurationValue) - ? ??????net.sf.saxon.value.DurationValue
-
Get a Comparable value that implements the XML Schema ordering comparison semantics for this value.
- getSchemaComparable() - ? ????net.sf.saxon.value.FloatValue
-
Get an object that implements XML Schema comparison semantics
- getSchemaComparable() - ? ????net.sf.saxon.value.GDateValue
-
- getSchemaComparable() - ? ????net.sf.saxon.value.HexBinaryValue
-
Support XML Schema comparison semantics
- getSchemaComparable() - ? ????net.sf.saxon.value.Int64Value
-
Get an object that implements XML Schema comparison semantics
- getSchemaComparable() - ? ????net.sf.saxon.value.NotationValue
-
- getSchemaComparable() - ? ????net.sf.saxon.value.ObjectValue
-
- getSchemaComparable() - ? ????net.sf.saxon.value.QNameValue
-
- getSchemaComparable() - ? ????net.sf.saxon.value.StringValue
-
Get a Comparable value that implements the XML Schema comparison semantics for this value.
- getSchemaComparable() - ? ????net.sf.saxon.value.TimeValue
-
- getSchemaComparable() - ? ????net.sf.saxon.value.Value
-
Get a Comparable value that implements the XML Schema ordering comparison semantics for this value.
- getSchemaElementTest(QName) - ? ????net.sf.saxon.s9api.ItemTypeFactory
-
Make an ItemType representing an element declaration in the schema.
- getSchemaManager() - ? ????net.sf.saxon.s9api.Processor
-
Get the associated SchemaManager.
- getSchemaType(int) - ? ????net.sf.saxon.Configuration
-
Get the top-level schema type definition with a given fingerprint.
- getSchemaType() - ? ????net.sf.saxon.instruct.AttributeCreator
-
Return the required schema type of the attribute
- getSchemaType() - ? ????net.sf.saxon.instruct.CopyOf
-
Get the schema type to be used for validation
- getSchemaType() - ? ????net.sf.saxon.instruct.ParentNodeConstructor
-
Get the schema type chosen for validation; null if not defined
- getSchemaType() - ? ????net.sf.saxon.pattern.ContentTypeTest
-
- getSchemaType(String) - ? ????net.sf.saxon.style.StyleElement
-
Get the Schema type definition for a type named in the stylesheet (in a
"type" attribute).
- getSchemaType(int) - ? ??????net.sf.saxon.type.BuiltInType
-
Get the schema type with a given fingerprint
- getSchemaTypeInfo() - ? ????net.sf.saxon.dom.AttrOverNodeInfo
-
Get the schema type information for this node.
- getSchemaTypeInfo() - ? ????net.sf.saxon.dom.ElementOverNodeInfo
-
Get the schema type information for this node.
- getSchemaURIResolver() - ? ????net.sf.saxon.Configuration
-
Get the user-defined SchemaURIResolver for resolving URIs used in "import schema"
declarations; if none has been explicitly set, returns null.
- getSchemaURIResolver() - ? ????net.sf.saxon.Controller
-
Get the SchemaURIResolver used for resolving references to schema
documents.
- getSchemaURIResolver() - ? ????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() - ? ????net.sf.saxon.s9api.SchemaManager
-
Get the SchemaURIResolver to be used during schema loading.
- getSchemaValidation() - ? ????net.sf.saxon.AugmentedSource
-
Get whether or not schema validation of this source is required
- getSchemaValidationMode() - ? ????net.sf.saxon.Configuration
-
Determine whether source documents (supplied as a StreamSource or SAXSource)
should be subjected to schema validation
- getSchemaValidationMode() - ? ????net.sf.saxon.event.ParseOptions
-
Get whether or not schema validation of this source is required
- getSchemaValidator() - ? ????net.sf.saxon.s9api.DocumentBuilder
-
Get the SchemaValidator used to validate documents loaded using this
DocumentBuilder
.
- getSecond() - ? ????net.sf.saxon.value.DateTimeValue
-
Get the second component, 0-59
- getSecond() - ? ????net.sf.saxon.value.TimeValue
-
Get the second component, 0-59
- getSeconds() - ? ????net.sf.saxon.value.DurationValue
-
Get the seconds component
- getSelect() - ? ????net.sf.saxon.instruct.SimpleNodeConstructor
-
Get the expression that determines the string value of the constructed node
- getSelectExpression() - ? ????net.sf.saxon.instruct.ApplyTemplates
-
Get the select expression
- getSelectExpression() - ? ????net.sf.saxon.instruct.CopyOf
-
Get the expression that selects the nodes to be copied
- getSelectExpression() - ? ????net.sf.saxon.instruct.GeneralVariable
-
Get the expression to which this variable is bound
- getSelectExpression() - ? ????net.sf.saxon.instruct.SimpleContentConstructor
-
Get the select expression
- getSelectValue(XPathContext) - ? ????net.sf.saxon.instruct.GeneralVariable
-
Evaluate the variable.
- getSelectValue(XPathContext) - ? ????net.sf.saxon.instruct.GlobalVariable
-
Evaluate the variable.
- getSeparatorExpression() - ? ????net.sf.saxon.instruct.SimpleContentConstructor
-
Get the separator expression
- getSequence() - ? ????net.sf.saxon.event.SequenceOutputter
-
Get the sequence that has been built
- getSequence() - ? ????net.sf.saxon.expr.Assignation
-
Get the "sequence" expression - the one to which the variable is bound
- getSequence() - ? ????net.sf.saxon.trans.Rule
-
- getSequenceNumber() - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Get the node sequence number (in document order).
- getSequenceNumber() - ? ????net.sf.saxon.tree.NodeImpl
-
Get the node sequence number (in document order).
- getSerializerFactory() - ? ????net.sf.saxon.Configuration
-
Get the SerializerFactory.
- getSiblingPosition() - ? ????net.sf.saxon.dom.NodeWrapper
-
Get the index position of this node among its siblings (starting from 0).
- getSiblingPosition() - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Get the index position of this node among its siblings (starting from 0)
- getSiblingPosition() - ? ????net.sf.saxon.jdom.NodeWrapper
-
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() - ?? ????net.sf.saxon.om.SiblingCountingNode
-
Get the index position of this node among its siblings (starting from 0)
- getSiblingPosition() - ? ????net.sf.saxon.tree.NodeImpl
-
Get the index position of this node among its siblings (starting from 0)
- getSiblingPosition() - ? ????net.sf.saxon.xom.NodeWrapper
-
Get the index position of this node among its siblings (starting from 0)
- getSimpleContentType() - ? ????net.sf.saxon.type.AnyType
-
For a complex type with simple content, return the simple type of the content.
- getSimpleContentType() - ?? ????net.sf.saxon.type.ComplexType
-
Get the simple content type.
- getSimpleContentType() - ? ????net.sf.saxon.type.Untyped
-
For a complex type with simple content, return the simple type of the content.
- getSingleChar() - ? ????net.sf.saxon.regex.SurrogateRegexTranslator.CharClass
-
If this character class contains a single character, get that character
- getSingleChar() - ? ????net.sf.saxon.regex.SurrogateRegexTranslator.SingleChar
-
Get the character represented by this character class
- getSingleChar() - ? ????net.sf.saxon.regex.SurrogateRegexTranslator.WideSingleChar
-
- getSingletonOperator() - ? ????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() - ?? ????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() - ? ????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() - ? ????net.sf.saxon.expr.SingletonComparison
-
- getSingletonOperator() - ? ????net.sf.saxon.expr.ValueComparison
-
Get the primitive (singleton) operator used: one of Token.FEQ, Token.FNE, Token.FLT, Token.FGT,
Token.FLE, Token.FGE
- getSizeParameters() - ? ????net.sf.saxon.tinytree.TinyBuilder
-
Get the size parameters for the tree
- getSlotManager() - ?? ????net.sf.saxon.style.StylesheetProcedure
-
Get the SlotManager associated with this stylesheet construct.
- getSlotManager() - ? ????net.sf.saxon.style.XSLAttributeSet
-
Get details of stack frame
- getSlotManager() - ? ????net.sf.saxon.style.XSLFunction
-
Get associated Procedure (for details of stack frame).
- getSlotManager() - ? ????net.sf.saxon.style.XSLKey
-
Get the Procedure object that looks after any local variables declared in the content constructor
- getSlotManager() - ? ????net.sf.saxon.style.XSLTemplate
-
Get associated Procedure (for details of stack frame)
- getSlotManager() - ? ????net.sf.saxon.style.XSLVariableDeclaration
-
Get the SlotManager associated with this stylesheet construct.
- getSlotNumber() - ? ????net.sf.saxon.expr.LocalVariableReference
-
Get the slot number allocated to this local variable
- getSlotNumber() - ? ????net.sf.saxon.instruct.GeneralVariable
-
Get the slot number allocated to this variable
- getSlotNumber() - ? ????net.sf.saxon.style.XSLVariableDeclaration
-
Get the slot number allocated to this variable (its position in the stackframe)
- getSlotNumber(QNameValue) - ? ????net.sf.saxon.sxpath.IndependentContext
-
Get the slot number allocated to a particular variable
- getSlotsUsed() - ? ????net.sf.saxon.expr.Expression
-
Get the local variables (identified by their slot numbers) on which this expression depends.
- getSortKey() - ? ????net.sf.saxon.sort.SortKeyDefinition
-
Get the expression used as the sort key
- getSortKeyDefinition() - ? ????net.sf.saxon.style.XSLSort
-
- getSourceLocator(long, LocationProvider) - ? ??????net.sf.saxon.expr.ExpressionLocation
-
Construct an object holding location information for a validation error message
- getSourceLocator() - ? ????net.sf.saxon.instruct.Instruction
-
Get a SourceLocator identifying the location of this instruction
- getSourceLocator() - ? ????net.sf.saxon.pull.PullFilter
-
Get the location of the current event.
- getSourceLocator() - ? ????net.sf.saxon.pull.PullFromIterator
-
Get the location of the current event.
- getSourceLocator() - ?? ????net.sf.saxon.pull.PullProvider
-
Get the location of the current event.
- getSourceLocator() - ? ????net.sf.saxon.pull.StaxBridge
-
Get the location of the current event.
- getSourceLocator() - ? ????net.sf.saxon.pull.TreeWalker
-
Get the location of the current event.
- getSourceLocator() - ? ????net.sf.saxon.pull.VirtualTreeWalker
-
Get the location of the current event.
- getSourceLocator() - ? ????net.sf.saxon.tinytree.TinyTreeWalker
-
Get the location of the current event.
- getSourceParser() - ? ????net.sf.saxon.Configuration
-
Get a parser for source documents.
- getSourceParserClass() - ? ????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() - ? ????net.sf.saxon.Configuration
-
Get the current SourceResolver.
- getSpecialProperties() - ? ????net.sf.saxon.expr.Expression
-
Get the static properties of this expression (other than its type).
- getSpecified() - ? ????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() - ? ????net.sf.saxon.sort.SortKeyDefinition
-
Ask whether this sort key definition is stable
- getStable() - ? ????net.sf.saxon.style.XSLSort
-
- getStack() - ? ????net.sf.saxon.expr.ExpressionVisitor
-
Get the stack containing all the expressions currently being visited
- getStackFrame() - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Get a reference to the local stack frame for variables.
- getStackFrame() - ?? ????net.sf.saxon.expr.XPathContext
-
Get a reference to the local stack frame for variables.
- getStackFrame() - ? ????net.sf.saxon.expr.XPathContextMinor
-
Get a reference to the local stack frame for variables.
- getStackFrameMap() - ? ????net.sf.saxon.expr.StackFrame
-
- getStackFrameMap() - ? ????net.sf.saxon.instruct.Procedure
-
- getStackFrameMap() - ? ????net.sf.saxon.query.XQueryExpression
-
Get the stack frame map used for the outermost level of this query
- getStackFrameMap() - ? ????net.sf.saxon.sxpath.IndependentContext
-
Get a Stack Frame Map containing definitions of all the declared variables.
- getStackFrameMap() - ?? ????net.sf.saxon.sxpath.XPathStaticContext
-
Get a Stack Frame Map containing definitions of all the declared variables.
- getStackFrameMap() - ? ????net.sf.saxon.xpath.JAXPXPathStaticContext
-
Get the stack frame map containing the slot number allocations for the variables declared
in this static context
- getStackFrameMap() - ? ????net.sf.saxon.xpath.XPathExpressionImpl
-
Get the stack frame map.
- getStackFrameValues() - ? ????net.sf.saxon.expr.StackFrame
-
- getStandardModuleURIResolver() - ? ????net.sf.saxon.Configuration
-
Get the standard system-defined ModuleURIResolver for resolving URIs used in "import module"
declarations in the XQuery prolog.
- getStandardURIResolver() - ? ????net.sf.saxon.Controller
-
Get the fallback URI resolver.
- getStart() - ? ????net.sf.saxon.expr.TailExpression
-
Get the start offset
- getStart() - ? ????net.sf.saxon.value.IntegerRange
-
Get the first integer in the sequence (inclusive)
- getStartExpression() - ? ????net.sf.saxon.expr.SlashExpression
-
Get the start expression (the left-hand operand)
- getStartPoints() - ? ????net.sf.saxon.sort.IntRangeSet
-
Get the start points of the ranges
- getStartPosition() - ? ????net.sf.saxon.om.ArrayIterator
-
Get the initial start position
- getState() - ? ????net.sf.saxon.expr.Tokenizer
-
Get the current tokenizer state
- getStaticBaseURI() - ? ????net.sf.saxon.functions.Collection
-
- getStaticBaseURI() - ? ????net.sf.saxon.functions.Doc
-
Get the static base URI of the expression
- getStaticBaseURI() - ? ????net.sf.saxon.functions.DocAvailable
-
Get the static base URI of the expression
- getStaticBaseURI() - ? ????net.sf.saxon.functions.Document
-
Get the base URI from the static context
- getStaticBaseURI() - ? ????net.sf.saxon.functions.ResolveURI
-
Get the static base URI of the expression
- getStaticContext() - ? ????net.sf.saxon.expr.ExpressionVisitor
-
Get the static context for the expressions being visited.
- getStaticContext() - ? ????net.sf.saxon.query.XQueryExpression
-
Get the static context in which this expression was compiled.
- getStaticContext() - ? ????net.sf.saxon.query.XQueryFunction
-
Get the static context for this function
- getStaticContext() - ? ????net.sf.saxon.style.StyleElement
-
Get the static context for expressions on this element
- getStaticContext() - ? ????net.sf.saxon.sxpath.XPathEvaluator
-
Get the current static context.
- getStaticContext() - ? ????net.sf.saxon.xpath.XPathEvaluator
-
Get the current static context
- getStaticKeyName() - ? ????net.sf.saxon.functions.KeyFn
-
Get the key name, if known statically.
- getStaticMap() - ? ????net.sf.saxon.functions.Translate
-
Get the translation map built at compile time if there is one
- getStep() - ? ????net.sf.saxon.expr.PathMap.PathMapArc
-
Get the AxisExpression associated with this arc
- getStepExpression() - ? ????net.sf.saxon.expr.SlashExpression
-
Get the step expression (the right-hand operand)
- getStrictErrorChecking() - ? ????net.sf.saxon.dom.DocumentOverNodeInfo
-
An attribute specifying whether error checking is enforced or not.
- getStringCollator() - ? ????net.sf.saxon.functions.CollatingFunction
-
Get the collation if known statically, as a StringCollator object
- getStringCollator() - ? ????net.sf.saxon.sort.AtomicSortComparer
-
Get the underlying StringCollator
- getStringCollator() - ? ????net.sf.saxon.sort.GenericAtomicComparer
-
Get the underlying string collator
- getStringLength() - ? ????net.sf.saxon.value.StringValue
-
Get the length of this string, as defined in XPath.
- getStringLength(CharSequence) - ? ??????net.sf.saxon.value.StringValue
-
Get the length of a string, as defined in XPath.
- getStringValue() - ? ????net.sf.saxon.dom.NodeWrapper
-
Return the string value of the node.
- getStringValue() - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Return the string value of the node.
- getStringValue() - ? ????net.sf.saxon.expr.StringLiteral
-
Get the string represented by this StringLiteral
- getStringValue() - ? ????net.sf.saxon.jdom.NodeWrapper
-
Return the string value of the node.
- getStringValue() - ?? ????net.sf.saxon.om.AxisIterator
-
Return the string value of the current node.
- getStringValue() - ? ????net.sf.saxon.om.AxisIteratorImpl
-
Return the string value of the current node.
- getStringValue() - ? ????net.sf.saxon.om.EmptyIterator
-
Return the string value of the current node.
- getStringValue() - ?? ????net.sf.saxon.om.Item
-
Get the value of the item as a string.
- getStringValue() - ? ????net.sf.saxon.om.NamespaceIterator
-
Return the string value of the current node.
- getStringValue() - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Return the string value of the node.
- getStringValue() - ? ????net.sf.saxon.om.NodeArrayIterator
-
Return the string value of the current node.
- getStringValue() - ?? ????net.sf.saxon.om.NodeInfo
-
Return the string value of the node as defined in the XPath data model.
- getStringValue() - ? ????net.sf.saxon.om.NodeListIterator
-
Return the string value of the current node.
- getStringValue() - ? ????net.sf.saxon.om.Orphan
-
Return the string value of the node.
- getStringValue() - ? ????net.sf.saxon.om.PrependIterator
-
Return the string value of the current node.
- getStringValue() - ? ????net.sf.saxon.om.ReverseNodeArrayIterator
-
Return the string value of the current node.
- getStringValue() - ? ????net.sf.saxon.om.SingleNodeIterator
-
Return the string value of the current node.
- getStringValue() - ? ????net.sf.saxon.om.StrippedNode
-
Return the string value of the node.
- getStringValue() - ?? ????net.sf.saxon.om.ValueRepresentation
-
Convert the value to a string, using the serialization rules.
- getStringValue() - ? ????net.sf.saxon.om.VirtualCopy
-
Return the string value of the node.
- getStringValue() - ? ????net.sf.saxon.om.VirtualCopy.VirtualCopier
-
Return the string value of the current node.
- getStringValue() - ? ????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() - ? ????net.sf.saxon.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() - ?? ????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() - ? ????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() - ? ????net.sf.saxon.pull.TreeWalker
-
Get the string value of the current attribute, text node, processing-instruction,
or atomic value.
- getStringValue() - ? ????net.sf.saxon.pull.UnconstructedParent
-
Return the string value of the node.
- getStringValue() - ? ????net.sf.saxon.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() - ? ????net.sf.saxon.s9api.XdmItem
-
Get the string value of the item.
- getStringValue() - ? ????net.sf.saxon.tinytree.TinyTextImpl
-
Return the character value of the node.
- getStringValue(TinyTree, int) - ? ??????net.sf.saxon.tinytree.TinyTextImpl
-
Static method to get the string value of a text node without first constructing the node object
- getStringValue() - ? ????net.sf.saxon.tinytree.TinyTreeWalker
-
Get the string value of the current attribute, text node, processing-instruction,
or atomic value.
- getStringValue() - ? ????net.sf.saxon.tinytree.WhitespaceTextImpl
-
Return the character value of the node.
- getStringValue(TinyTree, int) - ? ??????net.sf.saxon.tinytree.WhitespaceTextImpl
-
Static method to get the string value of a text node without first constructing the node object
- getStringValue() - ? ????net.sf.saxon.value.AtomicValue
-
Convert the value to a string, using the serialization rules.
- getStringValue() - ? ????net.sf.saxon.value.Base64BinaryValue
-
Convert to string
- getStringValue() - ? ????net.sf.saxon.value.BigIntegerValue
-
Get the value as a String
- getStringValue() - ? ????net.sf.saxon.value.BooleanValue
-
Convert to string
- getStringValue() - ? ????net.sf.saxon.value.CalendarValue
-
Convert the value to a string
- getStringValue() - ? ????net.sf.saxon.value.DecimalValue
-
Get the value as a String
- getStringValue() - ? ????net.sf.saxon.value.DoubleValue
-
Convert the double to a string according to the XPath 2.0 rules
- getStringValue() - ? ????net.sf.saxon.value.DurationValue
-
Convert the value to a string, using the serialization rules.
- getStringValue() - ? ????net.sf.saxon.value.FloatValue
-
Get the value as a String
- getStringValue() - ? ????net.sf.saxon.value.HexBinaryValue
-
Convert to string
- getStringValue() - ? ????net.sf.saxon.value.Int64Value
-
Get the value as a String
- getStringValue() - ? ????net.sf.saxon.value.ObjectValue
-
Get the value as a String
- getStringValue() - ? ????net.sf.saxon.value.QualifiedNameValue
-
Get the string value as a String.
- getStringValue() - ? ????net.sf.saxon.value.SingletonNode
-
Convert the value to a string, using the serialization rules.
- getStringValue() - ? ????net.sf.saxon.value.StringValue
-
Get the string value as a String
- getStringValue() - ? ????net.sf.saxon.value.TextFragmentValue
-
Get the String Value
- getStringValue() - ? ????net.sf.saxon.value.Value
-
Convert the value to a string, using the serialization rules.
- getStringValue() - ? ????net.sf.saxon.xom.NodeWrapper
-
Return the string value of the node.
- getStringValueCS() - ? ????net.sf.saxon.dom.NodeWrapper
-
Get the value of the item as a CharSequence.
- getStringValueCS() - ? ????net.sf.saxon.dom4j.NodeWrapper
-
- getStringValueCS() - ? ????net.sf.saxon.jdom.NodeWrapper
-
Get the value of the item as a CharSequence.
- getStringValueCS() - ?? ????net.sf.saxon.om.Item
-
Get the string value of the item as a CharSequence.
- getStringValueCS() - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Get the value of the item as a CharSequence.
- getStringValueCS() - ? ????net.sf.saxon.om.Orphan
-
Get the value of the item as a CharSequence.
- getStringValueCS() - ? ????net.sf.saxon.om.StrippedNode
-
Get the value of the item as a CharSequence.
- getStringValueCS() - ?? ????net.sf.saxon.om.ValueRepresentation
-
Convert the value to a string, using the serialization rules,
and returning the result as a CharSequence.
- getStringValueCS() - ? ????net.sf.saxon.om.VirtualCopy
-
Get the value of the item as a CharSequence.
- getStringValueCS() - ? ????net.sf.saxon.pull.UnconstructedParent
-
Get the value of the item as a CharSequence.
- getStringValueCS() - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Get the value of the item as a CharSequence.
- getStringValueCS() - ? ????net.sf.saxon.tinytree.TinyTextImpl
-
Get the value of the item as a CharSequence.
- getStringValueCS() - ? ????net.sf.saxon.tinytree.WhitespaceTextImpl
-
Get the value of the item as a CharSequence.
- getStringValueCS() - ? ????net.sf.saxon.tree.NodeImpl
-
Get the value of the item as a CharSequence.
- getStringValueCS() - ? ????net.sf.saxon.value.AtomicValue
-
Get the value of the item as a CharSequence.
- getStringValueCS() - ? ????net.sf.saxon.value.DateTimeValue
-
Convert to string
- getStringValueCS() - ? ????net.sf.saxon.value.DateValue
-
Convert to string
- getStringValueCS() - ? ????net.sf.saxon.value.DayTimeDurationValue
-
Convert to string
- getStringValueCS() - ? ????net.sf.saxon.value.DecimalValue
-
Get the value of the item as a CharSequence.
- getStringValueCS() - ? ????net.sf.saxon.value.DoubleValue
-
Convert the double to a string according to the XPath 2.0 rules
- getStringValueCS() - ? ????net.sf.saxon.value.DurationValue
-
Convert to string
- getStringValueCS() - ? ????net.sf.saxon.value.FloatValue
-
Get the value as a String
- getStringValueCS() - ? ????net.sf.saxon.value.GDayValue
-
- getStringValueCS() - ? ????net.sf.saxon.value.GMonthDayValue
-
- getStringValueCS() - ? ????net.sf.saxon.value.GMonthValue
-
- getStringValueCS() - ? ????net.sf.saxon.value.GYearMonthValue
-
- getStringValueCS() - ? ????net.sf.saxon.value.GYearValue
-
- getStringValueCS() - ? ????net.sf.saxon.value.StringValue
-
Get the value of the item as a CharSequence.
- getStringValueCS() - ? ????net.sf.saxon.value.TextFragmentValue
-
Get the value of the item as a CharSequence.
- getStringValueCS() - ? ????net.sf.saxon.value.TimeValue
-
Convert to string
- getStringValueCS() - ? ????net.sf.saxon.value.Value
-
Get the value of the item as a CharSequence.
- getStringValueCS() - ? ????net.sf.saxon.value.YearMonthDurationValue
-
Convert to string
- getStringValueCS() - ? ????net.sf.saxon.xom.NodeWrapper
-
Get the value of the item as a CharSequence.
- getStringValueExpression(StaticContext) - ? ????net.sf.saxon.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
- getStripAll() - ? ????net.sf.saxon.event.Stripper
-
Determine if all whitespace is to be stripped (in this case, no further testing
is needed)
- getStripper() - ? ????net.sf.saxon.om.StrippedDocument
-
Get the document's stripper
- getStripperRules() - ? ????net.sf.saxon.instruct.Executable
-
Get the rules determining which nodes are to be stripped from the tree
- getStripperRules() - ? ????net.sf.saxon.style.XSLStylesheet
-
Get the rules determining which nodes are to be stripped from the tree
- getStripSpace() - ? ????net.sf.saxon.AugmentedSource
-
Get the space-stripping action to be applied to the source document
- getStripSpace() - ? ????net.sf.saxon.dom.DocumentBuilderImpl
-
Get the space-stripping action to be applied to the source document
- getStripSpace() - ? ????net.sf.saxon.event.ParseOptions
-
Get the space-stripping action to be applied to the source document
- getStripSpace() - ? ????net.sf.saxon.functions.URIQueryParameters
-
Get the value of the strip-space=yes|no parameter.
- getStripsWhiteSpace() - ? ????net.sf.saxon.Configuration
-
Set which kinds of whitespace-only text node should be stripped.
- getStructuredQName(int) - ? ??????net.sf.saxon.om.StandardNames
-
Get a StructuredQName representing a system-defined name
- getStructuredQName() - ? ????net.sf.saxon.s9api.QName
-
Get the underlying StructuredQName
- getStructuredQName(String, boolean) - ? ????net.sf.saxon.style.ExpressionContext
-
Get a StructuredQName for a name, using this as the context for namespace resolution
- getStructuredVersionNumber() - ? ??????net.sf.saxon.Version
-
Get the four components of the structured version number.
- getStyleElement() - ? ????net.sf.saxon.style.ExpressionContext
-
Get the stylesheet element containing this XPath expression
- getStyleNodeFactory() - ? ????net.sf.saxon.PreparedStylesheet
-
Get the StyleNodeFactory in use.
- getStyleParser() - ? ????net.sf.saxon.Configuration
-
Get the parser for stylesheet documents.
- getStyleParserClass() - ? ????net.sf.saxon.Configuration
-
Get the name of the class that will be instantiated to create an XML parser
for parsing stylesheet modules.
- getStylesheetFunction(StructuredQName, int) - ? ????net.sf.saxon.style.StyleElement
-
Get a FunctionCall declared using an xsl:function element in the stylesheet
- getStylesheetURICode() - ? ????net.sf.saxon.style.XSLNamespaceAlias
-
- getSuperType(TypeHierarchy) - ? ????net.sf.saxon.pattern.AnyNodeTest
-
- getSuperType(TypeHierarchy) - ? ????net.sf.saxon.pattern.CombinedNodeTest
-
Get the supertype of this type.
- getSuperType(TypeHierarchy) - ? ????net.sf.saxon.pattern.ContentTypeTest
-
- getSuperType(TypeHierarchy) - ? ????net.sf.saxon.pattern.NamespaceTest
-
Get the type from which this item type is derived by restriction.
- getSuperType(TypeHierarchy) - ? ????net.sf.saxon.pattern.NameTest
-
Get the type from which this item type is derived by restriction.
- getSuperType(TypeHierarchy) - ? ????net.sf.saxon.pattern.NodeTest
-
Get the type from which this item type is derived by restriction.
- getSuperType(TypeHierarchy) - ? ????net.sf.saxon.type.AnyItemType
-
- getSuperType(TypeHierarchy) - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Get the type from which this item type is derived by restriction.
- getSuperType(TypeHierarchy) - ? ????net.sf.saxon.type.ExternalObjectType
-
- getSuperType(TypeHierarchy) - ?? ????net.sf.saxon.type.ItemType
-
Get the type from which this item type is derived by restriction.
- getSystemFunctionLibrary(int) - ? ??????net.sf.saxon.functions.SystemFunctionLibrary
-
Factory method to create or get a SystemFunctionLibrary
- getSystemId() - ? ????net.sf.saxon.AugmentedSource
-
Get the System ID.
- getSystemId() - ? ????net.sf.saxon.dom.DOMSender
-
- getSystemId(long) - ? ????net.sf.saxon.dom.DOMSender
-
- getSystemId() - ? ????net.sf.saxon.dom.DOMWriter
-
Get the system identifier that was set with setSystemId.
- getSystemId() - ? ????net.sf.saxon.dom.NodeWrapper
-
Get the System ID for the node.
- getSystemId() - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Get the System ID for the node.
- getSystemId() - ? ????net.sf.saxon.event.Builder
-
The SystemId is equivalent to the document-uri property defined in the XDM data model.
- getSystemId() - ? ????net.sf.saxon.event.ContentHandlerProxy
-
Get the System ID of the destination tree
- getSystemId() - ? ????net.sf.saxon.event.ContentHandlerProxyLocator
-
Get the System ID
- getSystemId() - ? ????net.sf.saxon.event.DocumentSender
-
- getSystemId(long) - ? ????net.sf.saxon.event.DocumentSender
-
- getSystemId() - ? ????net.sf.saxon.event.Emitter
-
Get the System ID
- getSystemId() - ? ????net.sf.saxon.event.EventSource
-
Get the system identifier that was set with setSystemId.
- getSystemId(long) - ? ????net.sf.saxon.event.LocationCopier
-
- getSystemId(long) - ?? ????net.sf.saxon.event.LocationProvider
-
Get the URI of the document or module containing a particular location
- getSystemId() - ? ????net.sf.saxon.event.SequenceReceiver
-
Get the system ID
- getSystemId() - ? ????net.sf.saxon.evpull.EventToStaxBridge.DummyLocation
-
- getSystemId() - ? ????net.sf.saxon.evpull.PullEventSource
-
Get the system identifier that was set with setSystemId.
- getSystemId() - ? ????net.sf.saxon.evpull.StaxToEventBridge
-
Return the system identifier for the current document event.
- getSystemId(long) - ? ????net.sf.saxon.evpull.StaxToEventBridge
-
- getSystemId() - ? ????net.sf.saxon.expr.Expression
-
Get the systemId of the module containing the expression
- getSystemId(long) - ? ????net.sf.saxon.expr.Expression
-
Get the URI of the document or module containing a particular location
- getSystemId() - ? ????net.sf.saxon.expr.ExpressionLocation
-
Get the system ID (the module URI)
- getSystemId(long) - ? ????net.sf.saxon.expr.ExpressionLocation
-
Get the system Id corresponding to a given location Id
- getSystemId() - ? ????net.sf.saxon.expr.ExpressionParser.TemporaryContainer
-
- getSystemId(long) - ? ????net.sf.saxon.expr.ExpressionParser.TemporaryContainer
-
- getSystemId() - ?? ????net.sf.saxon.expr.StaticContext
-
Get the System ID of the container of the expression.
- getSystemId(long) - ? ????net.sf.saxon.expr.UserFunctionCall
-
Get the URI of the document or module containing a particular location
- getSystemId() - ? ????net.sf.saxon.IdentityTransformerHandler
-
Get the systemId of the document
- getSystemId() - ? ????net.sf.saxon.instruct.InstructionDetails
-
Get the URI of the module containing the instruction
- getSystemId(long) - ? ????net.sf.saxon.instruct.InstructionDetails
-
- getSystemId(long) - ? ????net.sf.saxon.instruct.LocationMap
-
Get the system identifier corresponding to a locationId
- getSystemId() - ? ????net.sf.saxon.instruct.Procedure
-
- getSystemId(long) - ? ????net.sf.saxon.instruct.Procedure
-
- getSystemId() - ? ????net.sf.saxon.instruct.TraceExpression
-
Get the URI of the module containing the instruction
- getSystemId(long) - ? ????net.sf.saxon.instruct.TraceExpression
-
Get the system identifier (that is the base URI) of the static context of the expression being
traced.
- getSystemId() - ? ????net.sf.saxon.jdom.NodeWrapper
-
Get the System ID for the node.
- getSystemId(int) - ?? ????net.sf.saxon.om.AttributeCollection
-
Get the systemId part of the location of an attribute, at a given index.
- getSystemId(int) - ? ????net.sf.saxon.om.AttributeCollectionImpl
-
Get the systemId part of the location of an attribute, at a given index.
- getSystemId() - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Get the System ID for the node.
- getSystemId() - ?? ????net.sf.saxon.om.NodeInfo
-
Get the System ID for the node.
- getSystemId() - ? ????net.sf.saxon.om.Orphan
-
Get the System ID for the node.
- getSystemId() - ? ????net.sf.saxon.om.StrippedNode
-
Get the System ID for the node.
- getSystemId() - ? ????net.sf.saxon.om.VirtualCopy
-
Get the System ID for the node.
- getSystemId() - ? ????net.sf.saxon.pattern.Pattern
-
Get the system id of the entity in which the pattern occurred
- getSystemId() - ? ????net.sf.saxon.pull.PullSource
-
Get the system identifier that was set with setSystemId.
- getSystemId() - ? ????net.sf.saxon.pull.PullToStax.SourceStreamLocation
-
- getSystemId() - ? ????net.sf.saxon.pull.StaxBridge
-
Return the system identifier for the current document event.
- getSystemId(long) - ? ????net.sf.saxon.pull.StaxBridge
-
- getSystemId() - ? ????net.sf.saxon.pull.TreeWalker
-
Return the system identifier for the current document event.
- getSystemId() - ? ????net.sf.saxon.pull.UnconstructedParent
-
Get the System ID for the node (that is, the document URI of the containing document node).
- getSystemId() - ? ????net.sf.saxon.pull.UnparsedEntity
-
Get the system identifier of the unparsed entity
- getSystemId() - ? ????net.sf.saxon.query.GlobalVariableDefinition
-
Get the system ID of the module containing the variable declaration
- getSystemId() - ? ????net.sf.saxon.query.QueryModule
-
Get the System ID for a module
- getSystemId() - ? ????net.sf.saxon.query.StaticQueryContext
-
Get the system ID of the container of the expression.
- getSystemId() - ? ????net.sf.saxon.query.XQueryExpression
-
Return the system identifier for the current document event.
- getSystemId() - ? ????net.sf.saxon.query.XQueryFunction
-
Get the system identifier (URI) of the source module containing
the instruction.
- getSystemId(long) - ? ????net.sf.saxon.query.XQueryFunction
-
- getSystemId() - ? ????net.sf.saxon.style.ExpressionContext
-
Get the System ID of the entity containing the expression (used for diagnostics)
- getSystemId(long) - ? ????net.sf.saxon.style.StyleElement
-
- getSystemId() - ? ????net.sf.saxon.style.UseWhenStaticContext
-
Get the System ID of the container of the expression.
- getSystemId() - ? ????net.sf.saxon.sxpath.AbstractStaticContext
-
Get the system ID of the container of the expression.
- getSystemId() - ? ????net.sf.saxon.TemplatesHandlerImpl
-
Get the systemId of the document
- getSystemId(int) - ? ????net.sf.saxon.tinytree.TinyAttributeCollection
-
Get the systemId part of the location of an attribute, at a given index.
- getSystemId() - ? ????net.sf.saxon.tinytree.TinyDocumentImpl
-
Get the system id of this root node
- getSystemId() - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Get the system ID for the entity containing the node.
- getSystemId(long) - ? ????net.sf.saxon.tinytree.TinyTreeEventIterator
-
Get location information: the system Id of the current start element event
- getSystemId() - ? ????net.sf.saxon.tinytree.TinyTreeWalker
-
Return the system identifier for the current document event.
- getSystemId() - ? ????net.sf.saxon.trace.ContextStackFrame
-
Get the system ID representing the location of the instruction that caused this new context
to be created
- getSystemId() - ?? ????net.sf.saxon.trace.InstructionInfo
-
Get the system identifier (URI) of the source stylesheet or query module containing
the instruction.
- getSystemId() - ? ????net.sf.saxon.TransformerHandlerImpl
-
Get the systemId of the document.
- getSystemId() - ? ????net.sf.saxon.tree.DocumentImpl
-
Get the system id of this root node
- getSystemId() - ? ????net.sf.saxon.tree.ElementImpl
-
Get the system ID of the entity containing this element node.
- getSystemId() - ? ????net.sf.saxon.tree.NodeImpl
-
Get the system ID for the node.
- getSystemId(int) - ? ????net.sf.saxon.tree.SystemIdMap
-
Get the system ID corresponding to a given sequence number
- getSystemId() - ? ????net.sf.saxon.type.AnySimpleType
-
Get the URI of the schema document containing the definition of this type
- getSystemId() - ? ????net.sf.saxon.type.AnyType
-
Get the URI of the schema document containing the definition of this type
- getSystemId() - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Get the URI of the schema document where the type was originally defined.
- getSystemId() - ? ????net.sf.saxon.type.BuiltInListType
-
Get the URI of the schema document containing the definition of this type
- getSystemId() - ? ????net.sf.saxon.type.ExternalObjectType
-
Get the URI of the schema document where the type was originally defined.
- getSystemId() - ?? ????net.sf.saxon.type.SchemaType
-
Get the URI of the schema document where the type was originally defined.
- getSystemId() - ? ????net.sf.saxon.type.Untyped
-
Get the URI of the schema document containing the definition of this type
- getSystemId() - ???? ????net.sf.saxon.type.ValidationException
-
- getSystemId() - ? ????net.sf.saxon.type.ValidationFailure
-
- getSystemId() - ? ????net.sf.saxon.value.TextFragmentValue
-
Get the system ID (the document URI) of the document node.
- getSystemId() - ? ????net.sf.saxon.xom.NodeWrapper
-
Get the System ID for the node.
- getSystemId() - ? ????net.sf.saxon.xom.XOMWriter
-
Get the system identifier that was set with setSystemId.
- getSystemURIResolver() - ? ????net.sf.saxon.Configuration
-
Get the system-defined URI Resolver.
- getTagName() - ? ????net.sf.saxon.dom.ElementOverNodeInfo
-
The name of the element (DOM interface).
- getTailCallFunction() - ? ????net.sf.saxon.expr.XPathContextMajor
-
Determine whether the body of a function is to be repeated, due to tail-recursive function calls
- getTarget() - ? ????net.sf.saxon.dom.PIOverNodeInfo
-
The target of this processing instruction.
- getTarget() - ? ????net.sf.saxon.expr.PathMap.PathMapArc
-
Get the target node representing the destination of this arc
- getTargetClass() - ? ????net.sf.saxon.functions.ExtensionFunctionCall
-
Get the class containing the method being called
- getTargetMethod() - ? ????net.sf.saxon.functions.ExtensionFunctionCall
-
Get the target method (or field, or constructor) being called
- getTargetNamePool() - ? ????net.sf.saxon.PreparedStylesheet
-
Get the name pool in use.
- getTargetNamespace() - ? ????net.sf.saxon.type.AnySimpleType
-
Get the target namespace of this type
- getTargetNamespace() - ? ????net.sf.saxon.type.AnyType
-
Get the target namespace of this type
- getTargetNamespace() - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Get the target namespace of this type
- getTargetNamespace() - ? ????net.sf.saxon.type.BuiltInListType
-
Get the target namespace of this type
- getTargetNamespace() - ? ????net.sf.saxon.type.ExternalObjectType
-
Get the target namespace of this type
- getTargetNamespace() - ?? ????net.sf.saxon.type.SchemaType
-
Get the target namespace of this type
- getTargetNamespace() - ? ????net.sf.saxon.type.Untyped
-
Get the target namespace of this type
- getTargetPrimitiveType() - ? ????net.sf.saxon.expr.CastExpression
-
Get the primitive base type of the target type of the cast
- getTargetTemplate(XPathContext) - ? ????net.sf.saxon.instruct.CallTemplate
-
Get the template, in the case where it is specified dynamically.
- getTargetType() - ? ????net.sf.saxon.expr.CastableExpression
-
Get the target type
- getTargetType() - ? ????net.sf.saxon.expr.CastExpression
-
Get the target type (the result type)
- getTemplateName() - ? ????net.sf.saxon.instruct.Template
-
Get the name of the template (if it is named)
- getTemplateName() - ? ????net.sf.saxon.style.XSLTemplate
-
Return the name of this template.
- getTemplateName() - ? ????net.sf.saxon.trace.ContextStackFrame.CallTemplate
-
Get the name of the template being called
- getTemplateRule(NodeInfo, Mode, XPathContext) - ? ????net.sf.saxon.trans.RuleManager
-
Find the template rule registered for a particular node in a specific mode.
- getTemplateRule(NodeInfo, Mode, int, int, XPathContext) - ? ????net.sf.saxon.trans.RuleManager
-
Get a template rule whose import precedence is in a particular range.
- getTemplates() - ? ????net.sf.saxon.TemplatesHandlerImpl
-
Get the Templates object to be used for a transformation
- getText() - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getText() - ? ????net.sf.saxon.pull.PullToStax
-
- getTextCharacters() - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getTextCharacters(int, char[], int, int) - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getTextCharacters() - ? ????net.sf.saxon.pull.PullToStax
-
- getTextCharacters(int, char[], int, int) - ? ????net.sf.saxon.pull.PullToStax
-
- getTextContent() - ? ????net.sf.saxon.dom.NodeOverNodeInfo
-
Get the text content of a node.
- getTextLength() - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getTextLength() - ? ????net.sf.saxon.pull.PullToStax
-
- getTextStart() - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getTextStart() - ? ????net.sf.saxon.pull.PullToStax
-
- getTimezoneInMinutes() - ? ????net.sf.saxon.value.CalendarValue
-
Get the timezone value held in this object.
- getTimeZoneNameForDate(DateTimeValue, String) - ? ??????net.sf.saxon.number.NamedTimeZone
-
Try to identify a timezone name corresponding to a given date (including time zone)
and a given country.
- getTokenizer() - ? ????net.sf.saxon.expr.ExpressionParser
-
Get the tokenizer (the lexical analyzer)
- getTopLevel() - ? ????net.sf.saxon.style.XSLStylesheet
-
Get the top level elements in this stylesheet, after applying include/import
- getTopLevelElement() - ? ????net.sf.saxon.AugmentedSource
-
Get the name of the top-level element for validation.
- getTopLevelElement() - ? ????net.sf.saxon.event.ParseOptions
-
Get the name of the top-level element for validation.
- getTopLevelModule() - ? ????net.sf.saxon.query.QueryModule
-
Get the QueryModule for the top-level module.
- getTopLevelType() - ? ????net.sf.saxon.AugmentedSource
-
Get the type of the document element for validation.
- getTopLevelType() - ? ????net.sf.saxon.event.ParseOptions
-
Get the type of the document element for validation.
- getTraceFunctionDestination() - ? ????net.sf.saxon.Controller
-
Get the destination for output from the fn:trace() function.
- getTraceFunctionDestination() - ? ????net.sf.saxon.query.DynamicQueryContext
-
Get the destination for output from the fn:trace() function.
- getTraceFunctionDestination() - ? ????net.sf.saxon.s9api.XQueryEvaluator
-
Get the destination for output from the fn:trace() function.
- getTraceListener() - ? ????net.sf.saxon.Configuration
-
Get the TraceListener used for run-time tracing of instruction execution.
- getTraceListener() - ? ????net.sf.saxon.Controller
-
Get the TraceListener.
- getTraceListener() - ? ????net.sf.saxon.event.ContentHandlerProxy
-
Get the associated TraceListener that receives notification of trace events
- getTraceListener() - ? ????net.sf.saxon.query.DynamicQueryContext
-
Get the trace listener.
- getTraceListener() - ? ????net.sf.saxon.s9api.XQueryEvaluator
-
Get the registered TraceListener, if any
- getTraceListenerClass() - ? ????net.sf.saxon.Configuration
-
Get the name of the trace listener class to be used for run-time tracing of instruction
execution.
- getTransformer() - ? ????net.sf.saxon.event.TransformerReceiver
-
Get the Transformer used for this transformation
- getTransformer() - ? ????net.sf.saxon.Filter
-
Get the underlying Transformer.
- getTransformer() - ? ????net.sf.saxon.IdentityTransformerHandler
-
Get the Transformer used for this transformation
- getTransformer() - ? ????net.sf.saxon.TransformerHandlerImpl
-
Get the Transformer used for this transformation
- getTree() - ? ????net.sf.saxon.tinytree.TinyBuilder
-
Get the tree being built by this builder
- getTree() - ? ????net.sf.saxon.tinytree.TinyDocumentImpl
-
Get the tree containing this node
- getTreeModel() - ? ????net.sf.saxon.AugmentedSource
-
Get the tree model that will be used.
- getTreeModel() - ? ????net.sf.saxon.Configuration
-
Get the Tree Model used by this Configuration.
- getTreeModel() - ? ????net.sf.saxon.Controller
-
Get the tree data model to use.
- getTreeModel() - ? ????net.sf.saxon.event.ParseOptions
-
Get the tree model that will be used.
- getTunnelParameters() - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Get the tunnel parameters that were passed to the current function or template.
- getTunnelParameters() - ?? ????net.sf.saxon.expr.XPathContext
-
Get the tunnel parameters that were passed to the current function or template.
- getTunnelParameters() - ? ????net.sf.saxon.expr.XPathContextMajor
-
Get the tunnel parameters for the current template call.
- getTunnelParameters() - ? ????net.sf.saxon.expr.XPathContextMinor
-
Get the tunnel parameters for the current template call.
- getType(int) - ? ????net.sf.saxon.om.AttributeCollectionImpl
-
Get the type of an attribute (by position).
- getType(String, String) - ? ????net.sf.saxon.om.AttributeCollectionImpl
-
Get the type of an attribute (by name).
- getType(String) - ? ????net.sf.saxon.om.AttributeCollectionImpl
-
Get the type of an attribute (by lexical QName).
- getType() - ?? ????net.sf.saxon.type.SchemaDeclaration
-
Get the simple or complex type associated with the element or attribute declaration
- getTypeAnnotation() - ? ????net.sf.saxon.dom.NodeWrapper
-
Get the type annotation
- getTypeAnnotation() - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Get the type annotation
- getTypeAnnotation() - ? ????net.sf.saxon.jdom.NodeWrapper
-
Get the type annotation
- getTypeAnnotation(int) - ?? ????net.sf.saxon.om.AttributeCollection
-
Get the type annotation of an attribute (by position).
- getTypeAnnotation(int) - ? ????net.sf.saxon.om.AttributeCollectionImpl
-
Get the namecode of an attribute (by position).
- getTypeAnnotation() - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Get the type annotation of this node, if any.
- getTypeAnnotation() - ?? ????net.sf.saxon.om.NodeInfo
-
Get the type annotation of this node, if any.
- getTypeAnnotation() - ? ????net.sf.saxon.om.Orphan
-
Get the type annotation
- getTypeAnnotation() - ? ????net.sf.saxon.om.StrippedNode
-
Get the type annotation
- getTypeAnnotation() - ? ????net.sf.saxon.om.VirtualCopy
-
Get the type annotation of this node, if any.
- getTypeAnnotation() - ? ????net.sf.saxon.om.VirtualUntypedCopy
-
Get the type annotation of this node, if any.
- getTypeAnnotation() - ? ????net.sf.saxon.pull.PullFilter
-
Get the type annotation of the current attribute or element node, or atomic value.
- getTypeAnnotation() - ? ????net.sf.saxon.pull.PullFromIterator
-
Get the type annotation of the current attribute or element node, or atomic value.
- getTypeAnnotation() - ?? ????net.sf.saxon.pull.PullProvider
-
Get the type annotation of the current attribute or element node, or atomic value.
- getTypeAnnotation() - ? ????net.sf.saxon.pull.StaxBridge
-
Get the type annotation of the current attribute or element node, or atomic value.
- getTypeAnnotation() - ? ????net.sf.saxon.pull.TreeWalker
-
Get the type annotation of the current attribute or element node, or atomic value.
- getTypeAnnotation() - ? ????net.sf.saxon.pull.UnconstructedParent
-
Get the type annotation of this node, if any.
- getTypeAnnotation() - ? ????net.sf.saxon.pull.VirtualTreeWalker
-
Get the type annotation of the current attribute or element node, or atomic value.
- getTypeAnnotation(SchemaType) - ? ????net.sf.saxon.style.StyleElement
-
Get the type annotation to use for a given schema type
- getTypeAnnotation(int) - ? ????net.sf.saxon.tinytree.TinyAttributeCollection
-
Get the type annotation of an attribute (by position).
- getTypeAnnotation() - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Get the type annotation of this node, if any
- getTypeAnnotation(int) - ? ????net.sf.saxon.tinytree.TinyTree
-
Get the type annotation of a node.
- getTypeAnnotation() - ? ????net.sf.saxon.tinytree.TinyTreeWalker
-
Get the type annotation of the current attribute or element node, or atomic value.
- getTypeAnnotation() - ? ????net.sf.saxon.tree.ElementImpl
-
Get the type annotation of this node, if any
- getTypeAnnotation() - ? ????net.sf.saxon.tree.NodeImpl
-
Get the type annotation of this node, if any
- getTypeAnnotation() - ? ????net.sf.saxon.value.TextFragmentValue
-
Get the type annotation of this node, if any.
- getTypeAnnotation() - ? ????net.sf.saxon.xom.NodeWrapper
-
Get the type annotation of this node, if any.
- getTypeCode() - ? ????net.sf.saxon.evpull.StartElementEvent
-
Get the typeCode of this element
- getTypeCodeArray() - ? ????net.sf.saxon.tinytree.TinyTree
-
Get the array holding node type information
- getTypedValue() - ? ????net.sf.saxon.dom.NodeWrapper
-
Get the typed value of the item
- getTypedValue() - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Get the typed value of the item
- getTypedValue() - ? ????net.sf.saxon.jdom.NodeWrapper
-
Get the typed value of the item
- getTypedValue() - ?? ????net.sf.saxon.om.Item
-
Get the typed value of the item.
- getTypedValue() - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Get the typed value of the item
- getTypedValue() - ? ????net.sf.saxon.om.Orphan
-
Get the typed value of the node
- getTypedValue() - ? ????net.sf.saxon.om.StrippedNode
-
Get the typed value of the item
- getTypedValue() - ? ????net.sf.saxon.om.VirtualCopy
-
Get the typed value of the item
- getTypedValue() - ? ????net.sf.saxon.om.VirtualUntypedCopy
-
Get the typed value of the item
- getTypedValue() - ? ????net.sf.saxon.pull.UnconstructedParent
-
Get the typed value of the item
- getTypedValue() - ? ????net.sf.saxon.s9api.XdmNode
-
Get the typed value of this node, as defined in XDM
- getTypedValue() - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Get the typed value of this node.
- getTypedValue() - ? ????net.sf.saxon.tree.NodeImpl
-
Get the typed value of this node.
- getTypedValue(NodeInfo) - ? ????net.sf.saxon.type.AnySimpleType
-
Get the typed value of a node that is annotated with this schema type.
- getTypedValue(CharSequence, NamespaceResolver, NameChecker) - ? ????net.sf.saxon.type.AnySimpleType
-
Get the typed value corresponding to a given string value, assuming it is
valid against this type
- getTypedValue(NodeInfo) - ? ????net.sf.saxon.type.AnyType
-
Get the typed value of a node that is annotated with this schema type
- getTypedValue(NodeInfo) - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Get the typed value of a node that is annotated with this schema type
- getTypedValue(CharSequence, NamespaceResolver, NameChecker) - ? ????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(NodeInfo) - ? ????net.sf.saxon.type.BuiltInListType
-
Get the typed value of a node that is annotated with this schema type.
- getTypedValue(CharSequence, NamespaceResolver, NameChecker) - ? ????net.sf.saxon.type.BuiltInListType
-
Get the typed value of a given input string.
- getTypedValue(NodeInfo) - ? ????net.sf.saxon.type.ExternalObjectType
-
Get the typed value of a node that is annotated with this schema type
- getTypedValue(CharSequence, NamespaceResolver, NameChecker) - ? ????net.sf.saxon.type.ExternalObjectType
-
Get the typed value corresponding to a given string value, assuming it is
valid against this type
- getTypedValue(NodeInfo) - ?? ????net.sf.saxon.type.SchemaType
-
Get the typed value of a node that is annotated with this schema type.
- getTypedValue(CharSequence, NamespaceResolver, NameChecker) - ?? ????net.sf.saxon.type.SimpleType
-
Get the typed value corresponding to a given string value, assuming it is
valid against this type
- getTypedValue(NodeInfo) - ? ????net.sf.saxon.type.Untyped
-
Get the typed value of a node that is annotated with this schema type
- getTypedValue() - ? ????net.sf.saxon.value.AtomicValue
-
Get the typed value of this item
- getTypedValue() - ? ????net.sf.saxon.value.TextFragmentValue
-
Get the typed value of the item
- getTypedValue() - ? ????net.sf.saxon.xom.NodeWrapper
-
Get the typed value of the item
- getTypeHierarchy() - ? ????net.sf.saxon.Configuration
-
Get the TypeHierarchy: a cache holding type information
- getTypeHierarchy() - ? ????net.sf.saxon.trace.ExpressionPresenter
-
Get the type hierarchy cache
- getTypeLabel() - ? ????net.sf.saxon.value.AtomicValue
-
Determine the data type of the value.
- getTypeName() - ? ????net.sf.saxon.dom.TypeInfoImpl
-
Get the local name of the type (a system-allocated name if anonymous).
- getTypeNamespace() - ? ????net.sf.saxon.dom.TypeInfoImpl
-
Get the namespace name of the type (a system-allocated name if anonymous).
- getUnderlyingCompiledQuery() - ? ????net.sf.saxon.s9api.XQueryExecutable
-
Get the underlying implementation object representing the compiled stylesheet.
- getUnderlyingCompiledStylesheet() - ? ????net.sf.saxon.s9api.XsltExecutable
-
Get the underlying implementation object representing the compiled stylesheet.
- getUnderlyingConfiguration() - ? ????net.sf.saxon.s9api.Processor
-
Get the underlying
Configuration
object that underpins this Processor.
- getUnderlyingContentHandler() - ? ????net.sf.saxon.event.ContentHandlerProxy
-
Get the underlying content handler
- getUnderlyingController() - ? ????net.sf.saxon.s9api.XsltTransformer
-
Get the underlying Controller used to implement this XsltTransformer.
- getUnderlyingExpression() - ? ????net.sf.saxon.s9api.XPathExecutable
-
Get the underlying implementation object representing the compiled XPath expression.
- getUnderlyingItemType() - ? ????net.sf.saxon.s9api.ItemType
-
Method to get the underlying Saxon implementation object
This gives access to Saxon methods that may change from one release to another.
- getUnderlyingNode() - ? ????net.sf.saxon.dom.NodeWrapper
-
Get the underlying DOM node, to implement the VirtualNode interface
- getUnderlyingNode() - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Get the underlying DOM node, to implement the VirtualNode interface
- getUnderlyingNode() - ? ????net.sf.saxon.jdom.NodeWrapper
-
Get the underlying JDOM node, to implement the VirtualNode interface
- getUnderlyingNode() - ? ????net.sf.saxon.om.StrippedNode
-
Get the underlying node, to implement the VirtualNode interface
- getUnderlyingNode() - ?? ????net.sf.saxon.om.VirtualNode
-
Get the real node undelying this virtual node.
- getUnderlyingNode() - ? ????net.sf.saxon.s9api.XdmNode
-
Get the underlying Saxon implementation object representing this node.
- getUnderlyingNode() - ? ????net.sf.saxon.xom.NodeWrapper
-
Get the underlying XOM node, to implement the VirtualNode interface
- getUnderlyingNodeInfo() - ? ????net.sf.saxon.dom.NodeOverNodeInfo
-
Get the Saxon NodeInfo object representing this node
- getUnderlyingProvider() - ? ????net.sf.saxon.pull.PullFilter
-
Get the underlying PullProvider
- getUnderlyingQueryContext() - ? ????net.sf.saxon.s9api.XQueryEvaluator
-
Get the underlying dynamic context object.
- getUnderlyingReceiver() - ? ????net.sf.saxon.event.ProxyReceiver
-
Get the underlying Receiver (that is, the next one in the pipeline)
- getUnderlyingReceiver() - ? ????net.sf.saxon.event.TreeReceiver
-
Get the underlying Receiver (that is, the next one in the pipeline)
- getUnderlyingStaticContext() - ? ????net.sf.saxon.s9api.XPathCompiler
-
Escape-hatch method to get the underlying static context object used by the implementation.
- getUnderlyingStaticContext() - ? ????net.sf.saxon.s9api.XPathExecutable
-
Get the underlying implementation object representing the static context of the compiled
XPath expression.
- getUnderlyingValue() - ? ????net.sf.saxon.s9api.XdmValue
-
Get the underlying implementation object representing the value.
- getUnparsedEntities() - ? ????net.sf.saxon.evpull.StaxToEventBridge
-
Get a list of unparsed entities.
- getUnparsedEntities() - ? ????net.sf.saxon.pull.PullFilter
-
Get a list of unparsed entities.
- getUnparsedEntities() - ? ????net.sf.saxon.pull.PullFromIterator
-
Get a list of unparsed entities.
- getUnparsedEntities() - ?? ????net.sf.saxon.pull.PullProvider
-
Get a list of unparsed entities.
- getUnparsedEntities() - ? ????net.sf.saxon.pull.StaxBridge
-
Get a list of unparsed entities.
- getUnparsedEntities() - ? ????net.sf.saxon.pull.TreeWalker
-
Get a list of unparsed entities.
- getUnparsedEntities() - ? ????net.sf.saxon.pull.VirtualTreeWalker
-
Get a list of unparsed entities.
- getUnparsedEntities() - ? ????net.sf.saxon.tinytree.TinyTreeWalker
-
Get a list of unparsed entities.
- getUnparsedEntity(String) - ? ????net.sf.saxon.dom.DocumentWrapper
-
Get the unparsed entity with a given name
- getUnparsedEntity(String) - ? ????net.sf.saxon.dom4j.DocumentWrapper
-
Get the unparsed entity with a given name
- getUnparsedEntity(String) - ? ????net.sf.saxon.jdom.DocumentWrapper
-
Get the unparsed entity with a given name
- getUnparsedEntity(String) - ?? ????net.sf.saxon.om.DocumentInfo
-
Get the unparsed entity with a given name
- getUnparsedEntity(String) - ? ????net.sf.saxon.om.StrippedDocument
-
Get the unparsed entity with a given name
- getUnparsedEntity(String) - ? ????net.sf.saxon.om.VirtualDocumentCopy
-
Get the unparsed entity with a given name
- getUnparsedEntity(String) - ? ????net.sf.saxon.pull.UnconstructedDocument
-
Get the unparsed entity with a given name
- getUnparsedEntity(String) - ? ????net.sf.saxon.tinytree.TinyDocumentImpl
-
Get the unparsed entity with a given nameID if there is one, or null if not.
- getUnparsedEntity(String) - ? ????net.sf.saxon.tree.DocumentImpl
-
Get the unparsed entity with a given name
- getUnparsedEntity(String) - ? ????net.sf.saxon.value.TextFragmentValue
-
Get the unparsed entity with a given name
- getUnparsedEntity(String) - ? ????net.sf.saxon.xom.DocumentWrapper
-
Get the unparsed entity with a given name
- getUnparsedEntityNames() - ? ????net.sf.saxon.dom.DocumentWrapper
-
Get the list of unparsed entities defined in this document
- getUnparsedEntityNames() - ? ????net.sf.saxon.dom4j.DocumentWrapper
-
Get the list of unparsed entities defined in this document
- getUnparsedEntityNames() - ? ????net.sf.saxon.jdom.DocumentWrapper
-
Get the list of unparsed entities defined in this document
- getUnparsedEntityNames() - ?? ????net.sf.saxon.om.DocumentInfo
-
Get the list of unparsed entities defined in this document
- getUnparsedEntityNames() - ? ????net.sf.saxon.om.StrippedDocument
-
Get the list of unparsed entities defined in this document
- getUnparsedEntityNames() - ? ????net.sf.saxon.om.VirtualDocumentCopy
-
Get the list of unparsed entities defined in this document
- getUnparsedEntityNames() - ? ????net.sf.saxon.pull.UnconstructedDocument
-
Get the list of unparsed entities defined in this document
- getUnparsedEntityNames() - ? ????net.sf.saxon.tinytree.TinyDocumentImpl
-
Get the list of unparsed entities defined in this document
- getUnparsedEntityNames() - ? ????net.sf.saxon.tree.DocumentImpl
-
Get the list of unparsed entities defined in this document
- getUnparsedEntityNames() - ? ????net.sf.saxon.value.TextFragmentValue
-
Get the list of unparsed entities defined in this document
- getUnparsedEntityNames() - ? ????net.sf.saxon.xom.DocumentWrapper
-
Get the list of unparsed entities defined in this document
- getUnparsedTextURIResolver() - ? ????net.sf.saxon.Controller
-
Get the URI resolver for the unparsed-text() function.
- getUpdatedDocuments() - ? ????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.
- getURI() - ? ????net.sf.saxon.dom.NodeWrapper
-
Get the URI part of the name of this node.
- getURI() - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Get the URI part of the name of this node.
- getURI() - ? ????net.sf.saxon.jdom.NodeWrapper
-
Get the URI part of the name of this node.
- getURI(int) - ?? ????net.sf.saxon.om.AttributeCollection
-
Get the namespace URI of an attribute (by position).
- getURI(int) - ? ????net.sf.saxon.om.AttributeCollectionImpl
-
Get the namespace URI of an attribute (by position).
- getURI(int) - ? ????net.sf.saxon.om.EmptyNamespaceDeclarationList
-
Get the namespace URI of the n'th declaration (or undeclaration) in the list,
counting from zero.
- getURI(int) - ? ????net.sf.saxon.om.NamePool
-
Get the namespace-URI of a name, given its name code or fingerprint
- getURI(int) - ?? ????net.sf.saxon.om.NamespaceDeclarations
-
Get the namespace URI of the n'th declaration (or undeclaration) in the list,
counting from zero.
- getURI(int) - ? ????net.sf.saxon.om.NamespaceDeclarationsImpl
-
Get the namespace URI of the n'th declaration (or undeclaration) in the list,
counting from zero.
- getURI() - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Get the URI part of the name of this node.
- getURI(int) - ? ????net.sf.saxon.om.NamespaceResolverAsDeclarations
-
Get the namespace URI of the n'th declaration (or undeclaration) in the list,
counting from zero.
- getURI() - ?? ????net.sf.saxon.om.NodeInfo
-
Get the URI part of the name of this node.
- getURI() - ? ????net.sf.saxon.om.Orphan
-
Get the URI part of the name of this node.
- getURI(int) - ? ??????net.sf.saxon.om.StandardNames
-
Get the namespace URI part of a system-defined name
- getURI() - ? ????net.sf.saxon.om.StrippedNode
-
Get the URI part of the name of this node.
- getURI() - ? ????net.sf.saxon.om.VirtualCopy
-
Get the URI part of the name of this node.
- getURI(int) - ? ????net.sf.saxon.pull.StaxBridge.StaxNamespaces
-
Get the namespace URI of the n'th declaration (or undeclaration) in the list,
counting from zero.
- getURI() - ? ????net.sf.saxon.pull.UnconstructedDocument
-
Get the URI part of the name of this node.
- getURI() - ? ????net.sf.saxon.pull.UnconstructedParent
-
Get the URI part of the name of this node.
- getURI(int) - ? ????net.sf.saxon.pull.VirtualTreeWalker
-
Get the namespace URI of the n'th declaration (or undeclaration) in the list,
counting from zero.
- getUri() - ? ????net.sf.saxon.sort.NamedCollation
-
Get the URI identifying the collation
- getURI(int) - ? ????net.sf.saxon.tinytree.TinyAttributeCollection
-
Get the namespace URI of an attribute (by position).
- getURI() - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Get the URI part of the name of this node.
- getURI() - ? ????net.sf.saxon.tree.NodeImpl
-
Get the URI part of the name of this node.
- getURI() - ? ????net.sf.saxon.value.TextFragmentValue
-
Get the URI part of the name of this node.
- getURI() - ? ????net.sf.saxon.xom.NodeWrapper
-
Get the URI part of the name of this node.
- getURICode(short) - ? ????net.sf.saxon.event.NamespaceReducer
-
Get the URI code corresponding to a given prefix code, by searching the
in-scope namespaces.
- getURICode(short) - ? ????net.sf.saxon.event.StartTagBuffer
-
Get the URI code corresponding to a given prefix code, by searching the
in-scope namespaces.
- getURICode(short) - ? ????net.sf.saxon.evpull.NamespaceMaintainer
-
Get the URI code corresponding to a given prefix code, by searching the
in-scope namespaces.
- getURICode(NamePool) - ? ????net.sf.saxon.instruct.FixedElement
-
Get the URI code representing the namespace URI of the element being constructed
- getURICode(int) - ? ????net.sf.saxon.om.NamePool
-
Get the URI code of a name, given its name code or fingerprint
- getURICode(int) - ? ??????net.sf.saxon.om.StandardNames
-
Get the namespace URI part of a system-defined name as a URI code
- getURICode(short) - ? ????net.sf.saxon.pull.PullNamespaceReducer
-
Get the URI code corresponding to a given prefix code, by searching the
in-scope namespaces.
- getURICodeForPrefix(String) - ? ????net.sf.saxon.tree.ElementImpl
-
Search the NamespaceList for a given prefix, returning the corresponding URI.
- getURICodeForPrefixCode(int) - ? ????net.sf.saxon.tree.ElementImpl
-
Get the URI bound to a given prefix in the in-scope namespaces of this element
- getURIForPrefix(String, boolean) - ? ????net.sf.saxon.event.NamespaceReducer
-
Get the namespace URI corresponding to a given prefix.
- getURIForPrefix(String, boolean) - ? ????net.sf.saxon.event.StartTagBuffer
-
Get the namespace URI corresponding to a given prefix.
- getURIForPrefix(String, boolean) - ? ????net.sf.saxon.evpull.NamespaceMaintainer
-
Get the namespace URI corresponding to a given prefix.
- getURIForPrefix(String) - ?? ????net.sf.saxon.expr.StaticContext
-
Get the URI for a namespace prefix.
- getURIForPrefix(String, boolean) - ? ????net.sf.saxon.instruct.DummyNamespaceResolver
-
Get the namespace URI corresponding to a given prefix.
- getURIForPrefix(String, boolean) - ? ????net.sf.saxon.instruct.SavedNamespaceContext
-
Get the namespace URI corresponding to a given prefix.
- getURIForPrefix(String, boolean) - ? ????net.sf.saxon.om.InscopeNamespaceResolver
-
Get the namespace URI corresponding to a given prefix.
- getURIForPrefix(String, boolean) - ?? ????net.sf.saxon.om.NamespaceResolver
-
Get the namespace URI corresponding to a given prefix.
- getURIForPrefix(String, boolean) - ? ????net.sf.saxon.om.NamespaceResolverForElements
-
Get the namespace URI corresponding to a given prefix.
- getURIForPrefix(String, boolean) - ? ????net.sf.saxon.pull.NamespaceContextImpl
-
Get the namespace URI corresponding to a given prefix.
- getURIForPrefix(String, boolean) - ? ????net.sf.saxon.pull.PullNamespaceReducer
-
Get the namespace URI corresponding to a given prefix.
- getURIForPrefix(String) - ? ????net.sf.saxon.query.QueryModule
-
Get the URI for a prefix.
- getURIForPrefix(String) - ? ????net.sf.saxon.style.ExpressionContext
-
Get the URI for a prefix, using this Element as the context for namespace resolution.
- getURIForPrefix(String) - ? ????net.sf.saxon.style.UseWhenStaticContext
-
Get the URI for a namespace prefix.
- getURIForPrefix(String) - ? ????net.sf.saxon.sxpath.IndependentContext
-
Get the URI for a prefix, using the declared namespaces as
the context for namespace resolution.
- getURIForPrefix(String, boolean) - ? ????net.sf.saxon.sxpath.IndependentContext
-
Get the namespace URI corresponding to a given prefix.
- getURIForPrefix(String, boolean) - ? ????net.sf.saxon.tree.ElementImpl
-
Get the namespace URI corresponding to a given prefix.
- getURIForPrefix(String) - ? ????net.sf.saxon.xpath.JAXPXPathStaticContext
-
Get the URI for a prefix, using the declared namespaces as
the context for namespace resolution.
- getURIForPrefix(String, boolean) - ? ????net.sf.saxon.xpath.JAXPXPathStaticContext
-
Get the namespace URI corresponding to a given prefix.
- getURIFromNamespaceCode(int) - ? ????net.sf.saxon.om.NamePool
-
Get the namespace URI from a namespace code.
- getURIFromURICode(short) - ? ????net.sf.saxon.om.NamePool
-
Get the namespace URI from a URI code.
- getURIResolver() - ? ????net.sf.saxon.Configuration
-
Get the URIResolver used in this configuration
- getURIResolver() - ? ????net.sf.saxon.Controller
-
Get the URI resolver.
- getURIResolver() - ? ????net.sf.saxon.event.PipelineConfiguration
-
Get the URIResolver used for processing URIs encountered on this pipeline
- getURIResolver() - ? ????net.sf.saxon.PreparedStylesheet
-
Get the URIResolver used at compile time for resolving URIs in xsl:include and xsl:import
- getURIResolver() - ? ????net.sf.saxon.query.DynamicQueryContext
-
Get the URI resolver.
- getURIResolver() - ? ????net.sf.saxon.s9api.XQueryEvaluator
-
Get the URI resolver.
- getURIResolver() - ? ????net.sf.saxon.s9api.XsltCompiler
-
Get the URIResolver to be used during stylesheet compilation.
- getURIResolver() - ? ????net.sf.saxon.trans.CompilerInfo
-
Get the URI Resolver being used in this compilation episode.
- getURIResolver() - ? ????net.sf.saxon.TransformerFactoryImpl
-
Get the object that is used by default during the transformation
to resolve URIs used in document(), xsl:import, or xsl:include.
- getUse() - ? ????net.sf.saxon.trans.KeyDefinition
-
Get the use expression for the key definition
- getUserData(Object, String) - ? ????net.sf.saxon.Controller
-
Get user data associated with a key.
- getUserData(String) - ? ????net.sf.saxon.dom.NodeOverNodeInfo
-
Get user data associated with this node.
- getUserDeclaredNamespaces() - ? ????net.sf.saxon.query.StaticQueryContext
-
Get the map of user-declared namespaces
- getUserDefinedFunction(String, String, int) - ? ????net.sf.saxon.query.QueryModule
-
Get the function with a given name and arity.
- getUserDefinedFunction(String, String, int) - ? ????net.sf.saxon.query.XQueryFunctionLibrary
-
Get the function with a given name and arity.
- getUserFunction() - ? ????net.sf.saxon.query.XQueryFunction
-
Get the callable compiled function contained within this XQueryFunction definition.
- getUserQueryContext() - ? ????net.sf.saxon.query.QueryModule
-
Get the StaticQueryContext object containing options set up by the user
- getUTF8Encoding(char, char, byte[]) - ? ??????net.sf.saxon.charcode.UnicodeCharacterSet
-
Static method to generate the UTF-8 representation of a Unicode character
- getValidationAction() - ? ????net.sf.saxon.instruct.AttributeCreator
-
Get the validation action requested
- getValidationMode() - ? ????net.sf.saxon.functions.URIQueryParameters
-
Get the value of the validation=strict|lax|preserve|strip parameter, or null if unspecified
- getValidationMode() - ? ????net.sf.saxon.instruct.CopyOf
-
Get the validation mode
- getValidationMode() - ? ????net.sf.saxon.instruct.ParentNodeConstructor
-
Get the validation mode for this instruction
- getValidationStatus() - ? ????net.sf.saxon.type.AnySimpleType
-
Get the validation status - always valid
- getValidationStatus() - ? ????net.sf.saxon.type.AnyType
-
Get the validation status - always valid
- getValidationStatus() - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Get the validation status - always valid
- getValidationStatus() - ? ????net.sf.saxon.type.BuiltInListType
-
Get the validation status - always valid
- getValidationStatus() - ? ????net.sf.saxon.type.ExternalObjectType
-
Get the validation status - always valid
- getValidationStatus() - ?? ????net.sf.saxon.type.SchemaComponent
-
Get the validation status of this component.
- getValidationStatus() - ? ????net.sf.saxon.type.Untyped
-
Get the validation status - always valid
- getValue() - ? ????net.sf.saxon.ant.AntTransform.OutputProperty
-
- getValue() - ? ????net.sf.saxon.dom.AttrOverNodeInfo
-
Return the character value of an attribute node (DOM method)
- getValue() - ? ????net.sf.saxon.expr.Literal
-
Get the value represented by this Literal
- getValue(String, String) - ?? ????net.sf.saxon.om.AttributeCollection
-
Get the value of an attribute (by name).
- getValue(int) - ?? ????net.sf.saxon.om.AttributeCollection
-
Get the value of an attribute (by position).
- getValue(int) - ? ????net.sf.saxon.om.AttributeCollectionImpl
-
Get the value of an attribute (by position).
- getValue(String, String) - ? ????net.sf.saxon.om.AttributeCollectionImpl
-
Get the value of an attribute (by name).
- getValue(String) - ? ????net.sf.saxon.om.AttributeCollectionImpl
-
Get the value of an attribute (by lexical QName).
- getValue() - ? ????net.sf.saxon.om.SingleNodeIterator
-
- getValue() - ? ????net.sf.saxon.om.SingletonIterator
-
- getValue() - ? ????net.sf.saxon.s9api.XdmAtomicValue
-
Get the value as a Java object of the nearest equivalent type.
- getValue(String, String) - ? ????net.sf.saxon.tinytree.TinyAttributeCollection
-
Get the value of an attribute (by name).
- getValue(int) - ? ????net.sf.saxon.tinytree.TinyAttributeCollection
-
Get the value of an attribute (by position).
- getValueByFingerprint(int) - ?? ????net.sf.saxon.om.AttributeCollection
-
Get the attribute value using its fingerprint
- getValueByFingerprint(int) - ? ????net.sf.saxon.om.AttributeCollectionImpl
-
Get the attribute value using its fingerprint
- getValueByFingerprint(int) - ? ????net.sf.saxon.tinytree.TinyAttributeCollection
-
Get the attribute value using its fingerprint
- getValueExpression() - ? ????net.sf.saxon.expr.IntegerRangeTest
-
Get the value to be tested
- getValues() - ? ????net.sf.saxon.sort.IntArraySet
-
Get the set of integer values as an array
- getValues() - ? ????net.sf.saxon.sort.IntHashSet
-
- getVariableDisplayName() - ? ????net.sf.saxon.style.XSLGeneralVariable
-
Get the display name of the variable.
- getVariableMap() - ? ????net.sf.saxon.instruct.SlotManager
-
Get the variable map (simply a list of variable names as structured QNames).
- getVariableName() - ? ????net.sf.saxon.expr.Assignation
-
Get the display name of the range variable, for diagnostics only
- getVariableName() - ? ????net.sf.saxon.trace.ContextStackFrame.VariableEvaluation
-
Get the name of the variable
- getVariableQName() - ? ????net.sf.saxon.expr.Assignation
-
Get the name of the variable
- getVariableQName() - ?? ????net.sf.saxon.expr.Binding
-
Get the name of the variable
- getVariableQName() - ? ????net.sf.saxon.expr.PositionVariable
-
Get the name of the variable, as a namepool name code
- getVariableQName() - ?? ????net.sf.saxon.expr.VariableDeclaration
-
Get the name of the variable as a structured QName
- getVariableQName() - ? ????net.sf.saxon.instruct.GeneralVariable
-
Get the name of this variable
- getVariableQName() - ? ????net.sf.saxon.instruct.UserFunctionParameter
-
Get the name of this parameter
- getVariableQName() - ? ????net.sf.saxon.query.GlobalVariableDefinition
-
Get the variable name
- getVariableQName() - ? ????net.sf.saxon.style.XSLGeneralVariable
-
Get the QName of the variable
- getVariableQName() - ? ????net.sf.saxon.sxpath.XPathVariable
-
Get the name of the variable as a QNameValue.
- getVariableQName() - ? ????net.sf.saxon.xpath.JAXPVariable
-
Get the name of the variable as a structured QName
- getVendorFunctionLibrary() - ? ????net.sf.saxon.Configuration
-
Get the FunctionLibrary used to bind calls on Saxon-defined extension functions.
- getVersion() - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- getVersion() - ? ????net.sf.saxon.pull.PullToStax
-
- getVersion() - ? ????net.sf.saxon.style.StyleElement
-
Get the numeric value of the version number on this element,
or inherited from its ancestors
- getWebSiteAddress() - ? ??????net.sf.saxon.Version
-
Return a web site address containing information about the product.
- getWeekNumber(int, int, int) - ? ??????net.sf.saxon.value.DateValue
-
Get the ISO week number for a given date.
- getWeekNumberWithinMonth(int, int, int) - ? ??????net.sf.saxon.value.DateValue
-
Get the week number within a month.
- getWhitespaceAction(TypeHierarchy) - ? ????net.sf.saxon.type.AnySimpleType
-
Determine how values of this simple type are whitespace-normalized.
- getWhitespaceAction(TypeHierarchy) - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Determine the whitespace normalization required for values of this type
- getWhitespaceAction(TypeHierarchy) - ? ????net.sf.saxon.type.BuiltInListType
-
Determine how values of this simple type are whitespace-normalized.
- getWhitespaceAction(TypeHierarchy) - ? ????net.sf.saxon.type.ExternalObjectType
-
Determine the whitespace normalization required for values of this type
- getWhitespaceAction(TypeHierarchy) - ?? ????net.sf.saxon.type.SimpleType
-
Determine how values of this simple type are whitespace-normalized.
- getWhitespaceStrippingPolicy() - ? ????net.sf.saxon.s9api.DocumentBuilder
-
Get the white whitespace stripping policy applied when loading a document
using this DocumentBuilder
.
- getWholeText() - ? ????net.sf.saxon.dom.TextOverNodeInfo
-
Returns all text of Text
nodes logically-adjacent text
nodes to this node, concatenated in document order.
- getWithParamInstructions(Executable, boolean, Instruction) - ? ????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() - ? ????net.sf.saxon.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() - ? ????net.sf.saxon.event.ParseOptions
-
Assuming that the contained Source is a node in a tree, determine whether a tree will be created
as a view of this supplied tree, or as a copy.
- getWriter() - ? ????net.sf.saxon.event.Emitter
-
Get the output writer
- getXdmNode() - ? ????net.sf.saxon.s9api.XdmDestination
-
Return the node at the root of the tree, after it has been constructed.
- getXInclude() - ? ????net.sf.saxon.functions.URIQueryParameters
-
Get the value of xinclude=yes|no, or null if unspecified
- getXMLCatalog() - ? ????net.sf.saxon.ant.AntTransform
-
Get the XML catalog containing entity definitions
- getXmlEncoding() - ? ????net.sf.saxon.dom.DocumentOverNodeInfo
-
An attribute specifying, as part of the
XML declaration,
the encoding of this document.
- getXMLReader() - ? ????net.sf.saxon.AugmentedSource
-
Get the SAX parser (XMLReader) to be used
- getXMLReader() - ? ????net.sf.saxon.event.ParseOptions
-
Get the SAX parser (XMLReader) to be used
- getXMLReader() - ? ????net.sf.saxon.functions.URIQueryParameters
-
Get the selected XML parser, or null if unspecified
- getXmlStandalone() - ? ????net.sf.saxon.dom.DocumentOverNodeInfo
-
An attribute specifying, as part of the
XML declaration,
whether this document is standalone.
- getXMLStreamReader() - ? ????net.sf.saxon.evpull.StaxToEventBridge
-
Get the XMLStreamReader used by this StaxBridge.
- getXMLStreamReader() - ? ????net.sf.saxon.pull.StaxBridge
-
Get the XMLStreamReader used by this StaxBridge.
- getXMLVersion() - ? ????net.sf.saxon.Configuration
-
Get the XML version to be used by default for validating characters and names
- getXmlVersion() - ? ????net.sf.saxon.dom.DocumentOverNodeInfo
-
An attribute specifying, as part of the
XML declaration, the version number of this document.
- getXMLVersion() - ? ????net.sf.saxon.om.Name10Checker
-
Return the XML version supported by this NameChecker
- getXMLVersion() - ? ????net.sf.saxon.om.Name11Checker
-
Return the XML version supported by this NameChecker
- getXMLVersion() - ? ????net.sf.saxon.om.NameChecker
-
Return the XML version supported by this NameChecker
- getXmlVersion() - ? ????net.sf.saxon.s9api.Processor
-
Get the version of XML used by this Processor.
- getXPathComparable(boolean, StringCollator, XPathContext) - ? ????net.sf.saxon.value.AtomicValue
-
Get an object value that implements the XPath equality and ordering comparison semantics for this value.
- getXPathComparable(boolean, StringCollator, XPathContext) - ? ????net.sf.saxon.value.Base64BinaryValue
-
Get an object value that implements the XPath equality and ordering comparison semantics for this value.
- getXPathComparable(boolean, StringCollator, XPathContext) - ? ????net.sf.saxon.value.BooleanValue
-
Get a Comparable value that implements the XPath ordering comparison semantics for this value.
- getXPathComparable(boolean, StringCollator, XPathContext) - ? ????net.sf.saxon.value.CalendarValue
-
Get an object value that implements the XPath equality and ordering comparison semantics for this value.
- getXPathComparable(boolean, StringCollator, XPathContext) - ? ????net.sf.saxon.value.DayTimeDurationValue
-
Get a Comparable value that implements the XPath ordering comparison semantics for this value.
- getXPathComparable(boolean, StringCollator, XPathContext) - ? ????net.sf.saxon.value.DurationValue
-
Get an object value that implements the XPath equality and ordering comparison semantics for this value.
- getXPathComparable(boolean, StringCollator, XPathContext) - ? ????net.sf.saxon.value.HexBinaryValue
-
Get an object value that implements the XPath equality and ordering comparison semantics for this value.
- getXPathComparable(boolean, StringCollator, XPathContext) - ? ????net.sf.saxon.value.NumericValue
-
Get a Comparable value that implements the XPath ordering comparison semantics for this value.
- getXPathComparable(boolean, StringCollator, XPathContext) - ? ????net.sf.saxon.value.ObjectValue
-
Get an object value that implements the XPath equality and ordering comparison semantics for this value.
- getXPathComparable(boolean, StringCollator, XPathContext) - ? ????net.sf.saxon.value.QualifiedNameValue
-
Get an object value that implements the XPath equality and ordering comparison semantics for this value.
- getXPathComparable(boolean, StringCollator, XPathContext) - ? ????net.sf.saxon.value.StringValue
-
Get an object value that implements the XPath equality and ordering comparison semantics for this value.
- getXPathComparable(boolean, StringCollator, XPathContext) - ? ????net.sf.saxon.value.YearMonthDurationValue
-
Get a Comparable value that implements the XPath ordering comparison semantics for this value.
- getXPathContext() - ? ????net.sf.saxon.pull.UnconstructedParent
-
Get the saved XPath dynamic context
- getXPathContext() - ???? ????net.sf.saxon.trans.DynamicError
-
????
- getXPathContext() - ???? ????net.sf.saxon.trans.XPathException
-
Get the dynamic context at the time the exception occurred
- getXPathContextObject() - ? ????net.sf.saxon.sxpath.XPathDynamicContext
-
For system use: get the wrapped XPathContext object
- getXPathException() - ???? ????net.sf.saxon.trans.UncheckedXPathException
-
- getXPathExpressions(WithParam[], List) - ? ??????net.sf.saxon.instruct.WithParam
-
Get the XPath expressions used in an array of WithParam parameters (add them to the supplied list)
- getXPathFunctionResolver() - ? ????net.sf.saxon.xpath.JAXPXPathStaticContext
-
- getXPathFunctionResolver() - ? ????net.sf.saxon.xpath.XPathEvaluator
-
Get the resolver for XPath functions
- getXPathFunctionResolver() - ? ????net.sf.saxon.xpath.XPathFunctionLibrary
-
Get the resolver
- getXPathVariableResolver() - ? ????net.sf.saxon.xpath.JAXPXPathStaticContext
-
Get the XPathVariableResolver
- getXPathVariableResolver() - ? ????net.sf.saxon.xpath.XPathEvaluator
-
Get the resolver for XPath variables
- getXSLStylesheet() - ? ????net.sf.saxon.style.ExpressionContext
-
Get the XSLStylesheet object
- getXSLVersionString() - ? ??????net.sf.saxon.Version
-
Get the version of the XSLT specification that this product supports
- getYear() - ? ????net.sf.saxon.value.DateTimeValue
-
Get the year component, in its internal form (which allows a year zero)
- getYear() - ? ????net.sf.saxon.value.GDateValue
-
Get the year component of the date (in local form)
- getYears() - ? ????net.sf.saxon.value.DurationValue
-
Get the year component
- global - ? ????net.sf.saxon.style.XSLGeneralVariable
-
- GlobalOrderComparer - net.sf.saxon.sort???
-
A Comparer used for comparing nodes in document order.
- GlobalOrderComparer() - ? ????net.sf.saxon.sort.GlobalOrderComparer
-
- GlobalParam - net.sf.saxon.instruct???
-
The compiled form of a global xsl:param element in the stylesheet or an
external variable declared in the prolog of a Query.
- GlobalParam() - ? ????net.sf.saxon.instruct.GlobalParam
-
- GlobalParameterSet - net.sf.saxon.instruct???
-
A GlobalParameterSet is a set of parameters supplied when invoking a stylesheet or query.
- GlobalParameterSet() - ? ????net.sf.saxon.instruct.GlobalParameterSet
-
Create an empty parameter set
- GlobalParameterSet(GlobalParameterSet) - ? ????net.sf.saxon.instruct.GlobalParameterSet
-
Create a parameter set as a copy of an existing parameter set
- GlobalVariable - net.sf.saxon.instruct???
-
A compiled global variable in a stylesheet or query.
- GlobalVariable() - ? ????net.sf.saxon.instruct.GlobalVariable
-
Create a global variable
- GlobalVariableDefinition - net.sf.saxon.query???
-
Class to hold compile-time information about an XQuery global variable
or parameter
- GlobalVariableDefinition() - ? ????net.sf.saxon.query.GlobalVariableDefinition
-
- GMonthDayValue - net.sf.saxon.value???
-
Implementation of the xs:gYear data type
- GMonthDayValue(byte, byte, int) - ? ????net.sf.saxon.value.GMonthDayValue
-
- GMonthDayValue(byte, byte, int, AtomicType) - ? ????net.sf.saxon.value.GMonthDayValue
-
- GMonthValue - net.sf.saxon.value???
-
Implementation of the xs:gMonth data type
- GMonthValue(byte, int) - ? ????net.sf.saxon.value.GMonthValue
-
- GMonthValue(byte, int, AtomicType) - ? ????net.sf.saxon.value.GMonthValue
-
- graftElement(ElementImpl) - ? ????net.sf.saxon.tree.TreeBuilder
-
graftElement() allows an element node to be transferred from one tree to another.
- graftLocationMap(DocumentImpl) - ? ????net.sf.saxon.tree.DocumentImpl
-
Copy the system ID and line number map from another document
(used when grafting a simplified stylesheet)
- greekLower - ? ??????net.sf.saxon.number.AbstractNumberer
-
- greekUpper - ? ??????net.sf.saxon.number.AbstractNumberer
-
- GROUNDED - ?? ??????net.sf.saxon.om.SequenceIterator
-
Property value: the iterator is "grounded".
- GroundedIterator - net.sf.saxon.om????
-
This interface is an extension to the SequenceIterator interface; it represents
a SequenceIterator that is based on an in-memory representation of a sequence,
and that is therefore capable of returned a SequenceValue containing all the items
in the sequence.
- GroundedValue - net.sf.saxon.om????
-
A value that exists in memory and that can be directly addressed
- GROUP_ADJACENT - ? ??????net.sf.saxon.instruct.ForEachGroup
-
- GROUP_ADJACENT - ? ??????net.sf.saxon.om.StandardNames
-
- GROUP_BY - ? ??????net.sf.saxon.instruct.ForEachGroup
-
- GROUP_BY - ? ??????net.sf.saxon.om.StandardNames
-
- GROUP_ENDING - ? ??????net.sf.saxon.instruct.ForEachGroup
-
- GROUP_ENDING_WITH - ? ??????net.sf.saxon.om.StandardNames
-
- GROUP_STARTING - ? ??????net.sf.saxon.instruct.ForEachGroup
-
- GROUP_STARTING_WITH - ? ??????net.sf.saxon.om.StandardNames
-
- GroupAdjacentIterator - net.sf.saxon.sort???
-
A GroupAdjacentIterator iterates over a sequence of groups defined by
xsl:for-each-group group-adjacent="x".
- GroupAdjacentIterator(SequenceIterator, Expression, XPathContext, StringCollator) - ? ????net.sf.saxon.sort.GroupAdjacentIterator
-
- GroupByIterator - net.sf.saxon.sort???
-
A GroupByIterator iterates over a sequence of groups defined by
xsl:for-each-group group-by="x".
- GroupByIterator(SequenceIterator, Expression, XPathContext, StringCollator) - ? ????net.sf.saxon.sort.GroupByIterator
-
Create a GroupByIterator
- GroupEndingIterator - net.sf.saxon.sort???
-
A GroupEndingIterator iterates over a sequence of groups defined by
xsl:for-each-group group-ending-with="x".
- GroupEndingIterator(SequenceIterator, Pattern, XPathContext) - ? ????net.sf.saxon.sort.GroupEndingIterator
-
- GROUPING_KEY - ? ??????net.sf.saxon.trace.Location
-
A grouping key in XSLT.
- GROUPING_SEPARATOR - ? ??????net.sf.saxon.om.StandardNames
-
- GROUPING_SIZE - ? ??????net.sf.saxon.om.StandardNames
-
- groupingSeparator - ? ????net.sf.saxon.trans.DecimalSymbols
-
- GroupIterator - net.sf.saxon.sort????
-
A GroupIterator is an iterator that iterates over a sequence of groups.
- GroupStartingIterator - net.sf.saxon.sort???
-
A GroupStartingIterator iterates over a sequence of groups defined by
xsl:for-each-group group-starting-with="x".
- GroupStartingIterator(SequenceIterator, Pattern, XPathContext) - ? ????net.sf.saxon.sort.GroupStartingIterator
-
- grumble(String) - ? ????net.sf.saxon.expr.ExpressionParser
-
Report a syntax error (a static error with error code XP0003)
- grumble(String, String) - ? ????net.sf.saxon.expr.ExpressionParser
-
Report a static error
- grumble(String, String) - ? ????net.sf.saxon.query.QueryParser
-
Report a static error
- GT - ? ??????net.sf.saxon.expr.Token
-
Operator ">"
- GYearMonthValue - net.sf.saxon.value???
-
Implementation of the xs:gYearMonth data type
- GYearMonthValue(int, byte, int) - ? ????net.sf.saxon.value.GYearMonthValue
-
- GYearMonthValue(int, byte, int, AtomicType) - ? ????net.sf.saxon.value.GYearMonthValue
-
- GYearValue - net.sf.saxon.value???
-
Implementation of the xs:gYear data type
- GYearValue(int, int) - ? ????net.sf.saxon.value.GYearValue
-
- GYearValue(int, int, AtomicType) - ? ????net.sf.saxon.value.GYearValue
-
- Id - net.sf.saxon.functions???
-
The XPath id() function
XPath 2.0 version: accepts any sequence as the first parameter; each item in the sequence
is taken as an IDREFS value, that is, a space-separated list of ID values.
- Id() - ? ????net.sf.saxon.functions.Id
-
- ID - ? ??????net.sf.saxon.om.StandardNames
-
- ID - ? ??????net.sf.saxon.type.BuiltInAtomicType
-
- ID_IDREF_CHECKED - ? ??????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
- Identity() - ? ????net.sf.saxon.expr.PJConverter.Identity
-
- IdentityComparison - 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) - ? ????net.sf.saxon.expr.IdentityComparison
-
Create an identity comparison identifying the two operands and the operator
- IdentityTransformerHandler - net.sf.saxon???
-
IdentityTransformerHandler implements the javax.xml.transform.sax.TransformerHandler
interface.
- IdentityTransformerHandler(Controller) - ? ????net.sf.saxon.IdentityTransformerHandler
-
Create a IdentityTransformerHandler and initialise variables.
- IDFilter - 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(String) - ? ????net.sf.saxon.event.IDFilter
-
- IDIV - ? ??????net.sf.saxon.expr.Calculator
-
- IDIV - ? ??????net.sf.saxon.expr.Token
-
operator "idiv"
- idiv(IntegerValue) - ? ????net.sf.saxon.value.BigIntegerValue
-
Integer divide by another integer
- idiv(IntegerValue) - ? ????net.sf.saxon.value.Int64Value
-
Integer divide by another integer
- idiv(IntegerValue) - ? ????net.sf.saxon.value.IntegerValue
-
Integer divide by another integer
- IDPattern - net.sf.saxon.pattern???
-
An IDPattern is a pattern of the form id("literal") or id($variable)
- IDPattern(Expression) - ? ????net.sf.saxon.pattern.IDPattern
-
Create an id pattern.
- Idref - net.sf.saxon.functions???
-
- Idref() - ? ????net.sf.saxon.functions.Idref
-
- IDREF - ? ??????net.sf.saxon.type.BuiltInAtomicType
-
- IDREFS - ? ??????net.sf.saxon.type.BuiltInListType
-
- IdrefTest - net.sf.saxon.pattern???
-
IdrefTest is a test that cannot be represented directly in XPath or
XSLT patterns, but which is used internally for matching IDREF nodes: it tests
whether the node has the is-idref property
- IF - ? ??????net.sf.saxon.expr.Token
-
Keyword "if"
- IF_EXPRESSION - ? ??????net.sf.saxon.trace.Location
-
An XPath or XQuery "if" expression.
- IGNORABLE - ? ??????net.sf.saxon.value.Whitespace
-
- ignorableWhitespace(char[], int, int) - ? ????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
- IGNORE_CASE - ? ??????net.sf.saxon.om.StandardNames
-
- IGNORE_MODIFIERS - ? ??????net.sf.saxon.om.StandardNames
-
- IGNORE_SYMBOLS - ? ??????net.sf.saxon.om.StandardNames
-
- IGNORE_WIDTH - ? ??????net.sf.saxon.om.StandardNames
-
- ignoreWhitespace - ? ????net.sf.saxon.regex.RegexTranslator
-
- implementationClass - ? ????net.sf.saxon.functions.StandardFunction.Entry
-
The class containing the implementation of this function (always a subclass of SystemFunction)
- IMPLEMENTS_PREFIX - ? ??????net.sf.saxon.om.StandardNames
-
- implementsStaticTypeCheck() - ? ????net.sf.saxon.expr.Expression
-
Determine whether this expression implements its own method for static type checking
- implementsStaticTypeCheck() - ? ????net.sf.saxon.expr.LetExpression
-
Determine whether this expression implements its own method for static type checking
- implementsStaticTypeCheck() - ? ????net.sf.saxon.instruct.Choose
-
Determine whether this expression implements its own method for static type checking
- IMPLICIT_RESULT_DOCUMENT - ? ??????net.sf.saxon.event.SaxonOutputKeys
-
Property used internally to identify the XSLT implicit result document
- implicitlyRequiredParam - ? ????net.sf.saxon.style.XSLGeneralVariable
-
- ImplicitResultChecker - net.sf.saxon.event???
-
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) - ? ????net.sf.saxon.event.ImplicitResultChecker
-
Create an ImplicitResultChecker.
- IMPORT_MODULE - ? ??????net.sf.saxon.expr.Token
-
"import module"
- IMPORT_SCHEMA - ? ??????net.sf.saxon.expr.Token
-
"import schema"
- importComponents(Source) - ? ????net.sf.saxon.Configuration
-
Import a precompiled Schema Component Model from a given Source.
- importComponents(Source) - ? ????net.sf.saxon.s9api.SchemaManager
-
Import a precompiled Schema Component Model from a given Source.
- ImportedFunctionLibrary - net.sf.saxon.query???
-
This implementation of FunctionLibrary contains all the functions imported into a Query Module.
- ImportedFunctionLibrary(QueryModule, XQueryFunctionLibrary) - ? ????net.sf.saxon.query.ImportedFunctionLibrary
-
Create an imported function library
- importedModules - ? ????net.sf.saxon.query.QueryParser
-
- importModule() - ? ????net.sf.saxon.style.SaxonImportQuery
-
The importModule() method is called very early, before preparing the attributes,
to make sure that all functions in the imported modules are available in the static
context.
- importNode(Node, boolean) - ? ????net.sf.saxon.dom.DocumentOverNodeInfo
-
Import a node from another document to this document.
- importSchema(Source) - ? ????net.sf.saxon.xpath.JAXPXPathStaticContext
-
Import a schema.
- importSchema(Source) - ? ????net.sf.saxon.xpath.XPathEvaluator
-
Import a schema.
- importSchemaNamespace(String) - ? ????net.sf.saxon.s9api.XPathCompiler
-
Import a schema namespace: that is, add the element and attribute declarations and type definitions
contained in a given namespace to the static context for the XPath expression.
- importsNamespace(String) - ? ????net.sf.saxon.query.QueryModule
-
Ask whether this module directly imports a particular namespace
This method is intended for internal use.
- importsNamespaceIndirectly(String) - ? ????net.sf.saxon.query.QueryModule
-
Test whether this module imports a particular namespace directly or indirectly
This method is intended for internal use.
- IN - ? ??????net.sf.saxon.expr.Token
-
Keyword "in"
- inCharClassExpr - ? ????net.sf.saxon.regex.RegexTranslator
-
- inCharset(int) - ? ????net.sf.saxon.charcode.ASCIICharacterSet
-
- inCharset(int) - ? ????net.sf.saxon.charcode.Big5CharacterSet
-
- inCharset(int) - ? ????net.sf.saxon.charcode.BuggyCharacterSet
-
- inCharset(int) - ?? ????net.sf.saxon.charcode.CharacterSet
-
Determine if a character is present in the character set
- inCharset(int) - ? ????net.sf.saxon.charcode.CP1250CharacterSet
-
- inCharset(int) - ? ????net.sf.saxon.charcode.CP1251CharacterSet
-
- inCharset(int) - ? ????net.sf.saxon.charcode.CP1252CharacterSet
-
- inCharset(int) - ? ????net.sf.saxon.charcode.CP852CharacterSet
-
- inCharset(int) - ? ????net.sf.saxon.charcode.EucJPCharacterSet
-
- inCharset(int) - ? ????net.sf.saxon.charcode.EucKRCharacterSet
-
- inCharset(int) - ? ????net.sf.saxon.charcode.GB2312CharacterSet
-
- inCharset(int) - ? ????net.sf.saxon.charcode.ISO88591CharacterSet
-
- inCharset(int) - ? ????net.sf.saxon.charcode.ISO88592CharacterSet
-
- inCharset(int) - ? ????net.sf.saxon.charcode.ISO88595CharacterSet
-
- inCharset(int) - ? ????net.sf.saxon.charcode.ISO88597CharacterSet
-
- inCharset(int) - ? ????net.sf.saxon.charcode.ISO88598CharacterSet
-
- inCharset(int) - ? ????net.sf.saxon.charcode.ISO88599CharacterSet
-
- inCharset(int) - ? ????net.sf.saxon.charcode.KOI8RCharacterSet
-
- inCharset(int) - ? ????net.sf.saxon.charcode.ShiftJISCharacterSet
-
- inCharset(int) - ? ????net.sf.saxon.charcode.UnicodeCharacterSet
-
- inCharset(int) - ? ????net.sf.saxon.charcode.UnknownCharacterSet
-
- inClassOutputBmp(FastStringBuffer) - ? ????net.sf.saxon.regex.SurrogateRegexTranslator.CharRange
-
- inClassOutputBmp(FastStringBuffer) - ? ????net.sf.saxon.regex.SurrogateRegexTranslator.Empty
-
- inClassOutputBmp(FastStringBuffer) - ? ????net.sf.saxon.regex.SurrogateRegexTranslator.Property
-
- inClassOutputBmp(FastStringBuffer) - ? ????net.sf.saxon.regex.SurrogateRegexTranslator.SimpleCharClass
-
Output a representation of the subset of this character class that's within the BMP, to
a supplied buffer, using regex syntax that will be valid within a character class
expression (that is, within square brackets)
- inClassOutputBmp(FastStringBuffer) - ? ????net.sf.saxon.regex.SurrogateRegexTranslator.SingleChar
-
- inClassOutputBmp(FastStringBuffer) - ? ????net.sf.saxon.regex.SurrogateRegexTranslator.WideSingleChar
-
- INCLUDE_COMMENTS - ? ??????net.sf.saxon.functions.DeepEqual
-
Flag indicating that comment children are taken into account when comparing element or document nodes
- INCLUDE_CONTENT_TYPE - ? ??????net.sf.saxon.event.SaxonOutputKeys
-
include-content-type = "yes" | "no".
- INCLUDE_CONTENT_TYPE - ? ??????net.sf.saxon.om.StandardNames
-
- INCLUDE_NAMESPACES - ? ??????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 - ? ??????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 - ? ??????net.sf.saxon.functions.DeepEqual
-
Flag indicating that processing instruction nodes are taken into account when comparing element or document nodes
- INCOMPLETE - ?? ??????net.sf.saxon.type.SchemaComponent
-
Validation status: validation attempted, component contains references to
other components that are not (yet) available
- incrementReferenceCount() - ? ????net.sf.saxon.style.XSLAttributeSet
-
Increment the number of references found to this attribute set
- indent(int) - ? ??????net.sf.saxon.expr.ExpressionTool
-
Construct indent string, for diagnostic output
- INDENT - ? ??????net.sf.saxon.om.StandardNames
-
- INDENT_SPACES - ? ??????net.sf.saxon.event.SaxonOutputKeys
-
saxon:indentSpaces = integer.
- IndependentContext - net.sf.saxon.sxpath???
-
An IndependentContext provides a context for parsing an XPath expression appearing
in a context other than a stylesheet.
- IndependentContext() - ? ????net.sf.saxon.sxpath.IndependentContext
-
Create an IndependentContext along with a new (non-schema-aware) Saxon Configuration
- IndependentContext(Configuration) - ? ????net.sf.saxon.sxpath.IndependentContext
-
Create an IndependentContext using a specific Configuration
- INDETERMINATE_ORDERING - ? ??????net.sf.saxon.value.Value
-
Constant returned by compareTo() method to indicate an indeterminate ordering between two values
- index - ? ????net.sf.saxon.dom.NodeWrapper
-
- index - ? ????net.sf.saxon.dom4j.NodeWrapper
-
- index - ? ????net.sf.saxon.jdom.NodeWrapper
-
- index - ? ????net.sf.saxon.tree.NodeImpl
-
- index - ? ????net.sf.saxon.xom.NodeWrapper
-
- indexIDElement(NodeInfo, int, NameChecker) - ? ????net.sf.saxon.tinytree.TinyTree
-
Index an element of type xs:ID
- IndexIterator(SequenceIterator, AtomicValue, GenericAtomicComparer) - ? ????net.sf.saxon.functions.IndexOf.IndexIterator
-
Get an iterator returning the index positions of selected items in a sequence
- IndexOf - net.sf.saxon.functions???
-
The XPath 2.0 index-of() function
- IndexOf() - ? ????net.sf.saxon.functions.IndexOf
-
- indexOf(char) - ? ????net.sf.saxon.om.FastStringBuffer
-
Get the index of the first character equal to a given value
- indexOf(char) - ? ????net.sf.saxon.tinytree.CharSlice
-
Get the index of a specific character in the sequence.
- IndexOf.IndexIterator - net.sf.saxon.functions???
-
Iterator to return the index positions of selected items in a sequence
- INFINITY - ? ??????net.sf.saxon.om.StandardNames
-
- infinity - ? ????net.sf.saxon.trans.DecimalSymbols
-
- INHERIT_NAMESPACES - ? ??????net.sf.saxon.om.StandardNames
-
- inheritNamespaces - ? ????net.sf.saxon.instruct.ElementCreator
-
The inheritNamespaces flag indicates that the namespace nodes on the element created by this instruction
are to be inherited (copied) on the children of this element.
- init() - ? ????net.sf.saxon.ant.AntTransform
-
Initialize internal instance of XMLCatalog
- init() - ? ????net.sf.saxon.Configuration
-
- init(StructuredQName, Class, AccessibleObject, Configuration) - ? ????net.sf.saxon.functions.ExtensionFunctionCall
-
Initialization: creates an ExtensionFunctionCall
- init() - ? ????net.sf.saxon.functions.VendorFunctionLibrary
-
- init(Expression, StructuredQName) - ? ????net.sf.saxon.instruct.GeneralVariable
-
Initialize the properties of the variable
- init(StructuredQName, int, int) - ? ????net.sf.saxon.instruct.Template
-
Initialize the template
- initialise(int, int, AttributeCollectionImpl, NodeInfo, int) - ? ????net.sf.saxon.tree.ElementImpl
-
Initialise a new ElementImpl with an element name
- initialize(Configuration) - ? ????net.sf.saxon.java.JavaPlatform
-
Perform platform-specific initialization of the configuration
- initialize(Configuration) - ?? ????net.sf.saxon.Platform
-
Perform platform-specific initialization of the configuration
- initializeBindery(Bindery) - ? ????net.sf.saxon.instruct.Executable
-
Allocate space in bindery for all the variables needed
- initializeController() - ? ????net.sf.saxon.Controller
-
Initialize the controller ready for a new transformation.
- initializeInstruction(Executable, GeneralVariable) - ? ????net.sf.saxon.style.XSLGeneralVariable
-
Initialize - common code called from the compile() method of all subclasses
- INLINE_VARIABLE_REFERENCES - ? ??????net.sf.saxon.expr.PromotionOffer
-
Inline variable references causes all references to a variable V to be replaced by the
expression E.
- inlineTags - ? ??????net.sf.saxon.event.HTMLIndenter
-
- input - ? ????net.sf.saxon.expr.Tokenizer
-
The string being parsed
- INPUT_TYPE_ANNOTATIONS - ? ??????net.sf.saxon.om.StandardNames
-
- inputIterator - ? ????net.sf.saxon.value.Closure
-
- inputOffset - ? ????net.sf.saxon.expr.Tokenizer
-
The current position within the input string
- InscopeNamespaceResolver - 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) - ? ????net.sf.saxon.om.InscopeNamespaceResolver
-
Create a NamespaceResolver that resolves according to the in-scope namespaces
of a given node
- InScopePrefixes - net.sf.saxon.functions???
-
This class supports fuctions get-in-scope-prefixes()
- InScopePrefixes() - ? ????net.sf.saxon.functions.InScopePrefixes
-
- Insert - net.sf.saxon.functions???
-
The XPath 2.0 insert-before() function
- Insert() - ? ????net.sf.saxon.functions.Insert
-
- Insert.InsertIterator - net.sf.saxon.functions???
-
- INSERT_NODE - ? ??????net.sf.saxon.expr.Token
-
"insert node/nodes"
- insertBefore(Node, Node) - ? ????net.sf.saxon.dom.NodeOverNodeInfo
-
Insert the node newChild
before the existing child node
refChild
.
- insertCharAt(int, char) - ? ????net.sf.saxon.om.FastStringBuffer
-
Insert a character at a particular offset
- insertChildren(NodeInfo[], boolean, boolean) - ?? ????net.sf.saxon.om.MutableNodeInfo
-
Insert copies of a sequence of nodes as children of this node.
- insertChildren(NodeInfo[], boolean, boolean) - ? ????net.sf.saxon.om.Orphan
-
Insert copies of a sequence of nodes as children of this node.
- insertChildren(NodeInfo[], boolean, boolean) - ? ????net.sf.saxon.tree.NodeImpl
-
Insert copies of a sequence of nodes as children of this node.
- insertData(int, String) - ? ????net.sf.saxon.dom.TextOverNodeInfo
-
Insert a string at the specified character offset.
- InsertIterator(SequenceIterator, SequenceIterator, int) - ? ????net.sf.saxon.functions.Insert.InsertIterator
-
- insertSiblings(NodeInfo[], boolean, boolean) - ?? ????net.sf.saxon.om.MutableNodeInfo
-
Insert copies of a sequence of nodes as siblings of this node.
- insertSiblings(NodeInfo[], boolean, boolean) - ? ????net.sf.saxon.om.Orphan
-
Insert copies of a sequence of nodes as siblings of this node.
- insertSiblings(NodeInfo[], boolean, boolean) - ? ????net.sf.saxon.tree.NodeImpl
-
Insert copies of a sequence of nodes as siblings of this node.
- INSTANCE - ? ??????net.sf.saxon.expr.JPConverter.FromBigDecimal
-
- INSTANCE - ? ??????net.sf.saxon.expr.JPConverter.FromBigInteger
-
- INSTANCE - ? ??????net.sf.saxon.expr.JPConverter.FromBoolean
-
- INSTANCE - ? ??????net.sf.saxon.expr.JPConverter.FromBooleanArray
-
- INSTANCE - ? ??????net.sf.saxon.expr.JPConverter.FromByte
-
- INSTANCE - ? ??????net.sf.saxon.expr.JPConverter.FromByteArray
-
- INSTANCE - ? ??????net.sf.saxon.expr.JPConverter.FromCharacter
-
- INSTANCE - ? ??????net.sf.saxon.expr.JPConverter.FromCharArray
-
- INSTANCE - ? ??????net.sf.saxon.expr.JPConverter.FromCollection
-
- INSTANCE - ? ??????net.sf.saxon.expr.JPConverter.FromDate
-
- INSTANCE - ? ??????net.sf.saxon.expr.JPConverter.FromDouble
-
- INSTANCE - ? ??????net.sf.saxon.expr.JPConverter.FromDoubleArray
-
- INSTANCE - ? ??????net.sf.saxon.expr.JPConverter.FromFloat
-
- INSTANCE - ? ??????net.sf.saxon.expr.JPConverter.FromFloatArray
-
- INSTANCE - ? ??????net.sf.saxon.expr.JPConverter.FromInt
-
- INSTANCE - ? ??????net.sf.saxon.expr.JPConverter.FromIntArray
-
- INSTANCE - ? ??????net.sf.saxon.expr.JPConverter.FromLong
-
- INSTANCE - ? ??????net.sf.saxon.expr.JPConverter.FromLongArray
-
- INSTANCE - ? ??????net.sf.saxon.expr.JPConverter.FromQName
-
- INSTANCE - ? ??????net.sf.saxon.expr.JPConverter.FromSequenceIterator
-
- INSTANCE - ? ??????net.sf.saxon.expr.JPConverter.FromShort
-
- INSTANCE - ? ??????net.sf.saxon.expr.JPConverter.FromShortArray
-
- INSTANCE - ? ??????net.sf.saxon.expr.JPConverter.FromSource
-
- INSTANCE - ? ??????net.sf.saxon.expr.JPConverter.FromString
-
- INSTANCE - ? ??????net.sf.saxon.expr.JPConverter.FromURI
-
- INSTANCE - ? ??????net.sf.saxon.expr.JPConverter.FromValueRepresentation
-
- INSTANCE - ? ??????net.sf.saxon.expr.JPConverter.WrapExternalObject
-
- INSTANCE - ? ??????net.sf.saxon.expr.PJConverter.AnyURIValueToURI
-
- INSTANCE - ? ??????net.sf.saxon.expr.PJConverter.AnyURIValueToURL
-
- INSTANCE - ? ??????net.sf.saxon.expr.PJConverter.Atomic
-
- INSTANCE - ? ??????net.sf.saxon.expr.PJConverter.BooleanValueToBoolean
-
- INSTANCE - ? ??????net.sf.saxon.expr.PJConverter.CalendarValueToCalendar
-
- INSTANCE - ? ??????net.sf.saxon.expr.PJConverter.CalendarValueToDate
-
- INSTANCE - ? ??????net.sf.saxon.expr.PJConverter.General
-
- INSTANCE - ? ??????net.sf.saxon.expr.PJConverter.Identity
-
- INSTANCE - ? ??????net.sf.saxon.expr.PJConverter.IntegerValueToBigInteger
-
- INSTANCE - ? ??????net.sf.saxon.expr.PJConverter.IntegerValueToByte
-
- INSTANCE - ? ??????net.sf.saxon.expr.PJConverter.IntegerValueToChar
-
- INSTANCE - ? ??????net.sf.saxon.expr.PJConverter.IntegerValueToInt
-
- INSTANCE - ? ??????net.sf.saxon.expr.PJConverter.IntegerValueToLong
-
- INSTANCE - ? ??????net.sf.saxon.expr.PJConverter.IntegerValueToShort
-
- INSTANCE - ? ??????net.sf.saxon.expr.PJConverter.NumericValueToBigDecimal
-
- INSTANCE - ? ??????net.sf.saxon.expr.PJConverter.NumericValueToDouble
-
- INSTANCE - ? ??????net.sf.saxon.expr.PJConverter.NumericValueToFloat
-
- INSTANCE - ? ??????net.sf.saxon.expr.PJConverter.QualifiedNameValueToQName
-
- INSTANCE - ? ??????net.sf.saxon.expr.PJConverter.StringValueToChar
-
- INSTANCE - ? ??????net.sf.saxon.expr.PJConverter.StringValueToString
-
- INSTANCE - ? ??????net.sf.saxon.expr.PJConverter.ToCollection
-
- INSTANCE - ? ??????net.sf.saxon.expr.PJConverter.ToNull
-
- INSTANCE - ? ??????net.sf.saxon.expr.PJConverter.ToSequenceExtent
-
- INSTANCE - ? ??????net.sf.saxon.expr.PJConverter.ToSequenceIterator
-
- INSTANCE - ? ??????net.sf.saxon.expr.PJConverter.UnwrapExternalObject
-
- INSTANCE_OF - ? ??????net.sf.saxon.expr.Token
-
operator "instance of"
- InstanceOfExpression - net.sf.saxon.expr???
-
InstanceOf Expression: implements "Expr instance of data-type"
- InstanceOfExpression(Expression, SequenceType) - ? ????net.sf.saxon.expr.InstanceOfExpression
-
Construct an "instance of" expression in the form "source instance of target"
- INSTRUCTION - ? ??????net.sf.saxon.expr.RoleLocator
-
- Instruction - net.sf.saxon.instruct???
-
Abstract superclass for all instructions in the compiled stylesheet.
- Instruction() - ? ????net.sf.saxon.instruct.Instruction
-
Constructor
- instruction - ? ????net.sf.saxon.pull.UnconstructedParent
-
- InstructionDetails - net.sf.saxon.instruct???
-
Details about an instruction, used when reporting errors and when tracing
- InstructionDetails() - ? ????net.sf.saxon.instruct.InstructionDetails
-
- InstructionInfo - net.sf.saxon.trace????
-
Information about an instruction in the stylesheet, made
available at run-time to a TraceListener
- inSummerTime(XPathContext, DateTimeValue, String) - ? ??????net.sf.saxon.functions.Extensions
-
Determine whether a given date/time is in summer time (daylight savings time)
in a given region.
- inSummerTime(DateTimeValue, String) - ? ??????net.sf.saxon.number.NamedTimeZone
-
Determine whether a given date/time is in summer time (daylight savings time)
in a given region.
- INT - ? ??????net.sf.saxon.type.BuiltInAtomicType
-
- Int64Comparable(Int64Value) - ? ????net.sf.saxon.value.Int64Value.Int64Comparable
-
- Int64Value - net.sf.saxon.value???
-
An integer value: note this is a subtype of decimal in XML Schema, not a primitive type.
- Int64Value(long) - ? ????net.sf.saxon.value.Int64Value
-
Constructor supplying a long
- Int64Value(long, BuiltInAtomicType, boolean) - ? ????net.sf.saxon.value.Int64Value
-
Constructor for a subtype, supplying a long and a type label.
- Int64Value.Int64Comparable - net.sf.saxon.value???
-
- IntArraySet - net.sf.saxon.sort???
-
Set of int values.
- IntArraySet() - ? ????net.sf.saxon.sort.IntArraySet
-
Create an empty set
- IntArraySet(IntHashSet) - ? ????net.sf.saxon.sort.IntArraySet
-
Create a set containing integers from the specified IntHashSet
- IntArraySet(IntArraySet) - ? ????net.sf.saxon.sort.IntArraySet
-
Create one IntArraySet as a copy of another
- INTEGER - ? ??????net.sf.saxon.type.BuiltInAtomicType
-
- INTEGER_DECIMAL - ? ??????net.sf.saxon.expr.Calculator
-
- INTEGER_DOUBLE - ? ??????net.sf.saxon.expr.Calculator
-
Calculators used when the first operand is an integer
- INTEGER_FLOAT - ? ??????net.sf.saxon.expr.Calculator
-
- INTEGER_INTEGER - ? ??????net.sf.saxon.expr.Calculator
-
- IntegerRange - net.sf.saxon.value???
-
This class represents a sequence of consecutive ascending integers, for example 1 to 50.
- IntegerRange(long, long) - ? ????net.sf.saxon.value.IntegerRange
-
Construct an integer range expression
- IntegerRangeTest - net.sf.saxon.expr???
-
An IntegerRangeTest is an expression of the form
E = N to M
where E is numeric, and N and M are both expressions of type integer.
- IntegerRangeTest(Expression, Expression, Expression) - ? ????net.sf.saxon.expr.IntegerRangeTest
-
Construct a IntegerRangeTest
- IntegerValue - net.sf.saxon.value???
-
This class represents the XPath built-in type xs:integer.
- IntegerValue() - ? ????net.sf.saxon.value.IntegerValue
-
- IntegerValueToBigInteger() - ? ????net.sf.saxon.expr.PJConverter.IntegerValueToBigInteger
-
- IntegerValueToByte() - ? ????net.sf.saxon.expr.PJConverter.IntegerValueToByte
-
- IntegerValueToChar() - ? ????net.sf.saxon.expr.PJConverter.IntegerValueToChar
-
- IntegerValueToInt() - ? ????net.sf.saxon.expr.PJConverter.IntegerValueToInt
-
- IntegerValueToLong() - ? ????net.sf.saxon.expr.PJConverter.IntegerValueToLong
-
- IntegerValueToShort() - ? ????net.sf.saxon.expr.PJConverter.IntegerValueToShort
-
- internalKeyCall(KeyDefinitionSet, String, Expression, Expression) - ? ??????net.sf.saxon.functions.KeyFn
-
Non-standard constructor to create an internal call on key() with a known key definition
- internalMatches(NodeInfo, XPathContext) - ? ????net.sf.saxon.pattern.LocationPathPattern
-
Test whether the pattern matches, but without changing the current() node
- internalMatches(NodeInfo, XPathContext) - ? ????net.sf.saxon.pattern.Pattern
-
Determine whether this Pattern matches the given Node.
- INTERSECT - ? ??????net.sf.saxon.expr.Token
-
Operator "intersect"
- intersect(IntHashSet) - ? ????net.sf.saxon.sort.IntHashSet
-
Form a new set that is the intersection of this set with another set.
- intersection(SequenceIterator, SequenceIterator) - ? ??????net.sf.saxon.exslt.Sets
-
Return the intersection of two node-sets
- IntersectionEnumeration - net.sf.saxon.expr???
-
An enumeration representing a nodeset that is an intersection of two other NodeSets.
- IntersectionEnumeration(SequenceIterator, SequenceIterator, NodeOrderComparer) - ? ????net.sf.saxon.expr.IntersectionEnumeration
-
Form an enumeration of the intersection of the nodes in two nodesets
- IntHashMap - net.sf.saxon.sort???
-
A hash table that maps int keys to Object values.
- IntHashMap() - ? ????net.sf.saxon.sort.IntHashMap
-
Initializes a map with a capacity of 8 and a load factor of 0,25.
- IntHashMap(int) - ? ????net.sf.saxon.sort.IntHashMap
-
Initializes a map with the given capacity and a load factor of 0,25.
- IntHashMap(int, double) - ? ????net.sf.saxon.sort.IntHashMap
-
Constructs a new map with initial capacity, and load factor.
- IntHashSet - net.sf.saxon.sort???
-
Set of int values.
- IntHashSet() - ? ????net.sf.saxon.sort.IntHashSet
-
Initializes a set with a capacity of 8 and a load factor of 0,25.
- IntHashSet(int) - ? ????net.sf.saxon.sort.IntHashSet
-
Initializes a set with the given capacity and a load factor of 0,25.
- IntHashSet(int, int) - ? ????net.sf.saxon.sort.IntHashSet
-
Initializes a set with a load factor of 0,25.
- IntIterator - net.sf.saxon.sort????
-
An iterator over a sequence of unboxed int values
- INTO - ? ??????net.sf.saxon.expr.Token
-
"into"
- IntRangeSet - net.sf.saxon.sort???
-
Set of int values.
- IntRangeSet() - ? ????net.sf.saxon.sort.IntRangeSet
-
Create an empty set
- IntRangeSet(IntRangeSet) - ? ????net.sf.saxon.sort.IntRangeSet
-
Create one IntRangeSet as a copy of another
- IntRangeSet(int[], int[]) - ? ????net.sf.saxon.sort.IntRangeSet
-
Create an IntRangeSet given the start points and end points of the integer ranges.
- IntSet - net.sf.saxon.sort????
-
A set of integers represented as int values
- IntToIntArrayMap - net.sf.saxon.sort???
-
An implementation of
IntToIntMap
that relies on serial searching, and
is therefore optimized for very small map sizes
- IntToIntArrayMap() - ? ????net.sf.saxon.sort.IntToIntArrayMap
-
Create an initial empty map with default space allocation
- IntToIntArrayMap(int) - ? ????net.sf.saxon.sort.IntToIntArrayMap
-
Create an initial empty map with a specified initial capacity
- IntToIntHashMap - net.sf.saxon.sort???
-
A hash table that maps int keys to int values.
- IntToIntHashMap() - ? ????net.sf.saxon.sort.IntToIntHashMap
-
Initializes a map with a capacity of 8 and a load factor of 0,25.
- IntToIntHashMap(int) - ? ????net.sf.saxon.sort.IntToIntHashMap
-
Initializes a map with the given capacity and a load factor of 0,25.
- IntToIntHashMap(int, double) - ? ????net.sf.saxon.sort.IntToIntHashMap
-
Constructs a new map with initial capacity, and load factor.
- IntToIntMap - net.sf.saxon.sort????
-
Interface defining a map from integers to integers
- INVALID - ? ??????net.sf.saxon.om.Validation
-
- INVALID - ?? ??????net.sf.saxon.type.SchemaComponent
-
Validation status: validation attempted and failed with fatal errors
- INVALID_ACCESS_ERR - ???? ??????net.sf.saxon.dom.DOMExceptionImpl
-
- INVALID_MODIFICATION_ERR - ???? ??????net.sf.saxon.dom.DOMExceptionImpl
-
- INVALID_STATE_ERR - ???? ??????net.sf.saxon.dom.DOMExceptionImpl
-
- inverse(int) - ? ??????net.sf.saxon.expr.Token
-
Return the inverse of a relational operator, so that "a op b" can be
rewritten as "b inverse(op) a"
- invokeConstructor(Constructor, Object[]) - ? ????net.sf.saxon.functions.ExtensionFunctionCall
-
Invoke a constructor.
- invokeMethod(Method, Object, Object[]) - ? ????net.sf.saxon.functions.ExtensionFunctionCall
-
Invoke a method.
- IRI_TO_URI - ? ??????net.sf.saxon.functions.EscapeURI
-
- iriToUri(CharSequence) - ? ??????net.sf.saxon.functions.EscapeURI
-
Escape special characters in a URI.
- IS - ? ??????net.sf.saxon.expr.Token
-
Operator "is"
- IS_DTD_TYPE - ?? ??????net.sf.saxon.om.NodeInfo
-
Bit setting in the returned type annotation indicating a DTD_derived type on an attribute node
- IS_FORMATTED - ? ??????net.sf.saxon.event.HTMLIndenter
-
- IS_ID - ? ??????net.sf.saxon.event.ReceiverOptions
-
Flag indicating an element or attribute that has the is-id property
- IS_IDREF - ? ??????net.sf.saxon.event.ReceiverOptions
-
Flag indicating an element or attribute that has the is-idref property
- IS_INLINE - ? ??????net.sf.saxon.event.HTMLIndenter
-
- IS_NILLED - ?? ??????net.sf.saxon.om.NodeInfo
-
Bit setting for use alongside a type annotation indicating that the is-nilled property is set
- isAbsolute(TypeHierarchy) - ? ????net.sf.saxon.expr.PathExpression
-
Test whether a path expression is an absolute path - that is, a path whose first step selects a
document node
- isAbstract() - ? ????net.sf.saxon.type.AnyType
-
Test whether this ComplexType has been marked as abstract.
- isAbstract() - ?? ????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() - ? ????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() - ?? ????net.sf.saxon.type.ComplexType
-
Test whether this complex type has been marked as abstract.
- isAbstract() - ? ????net.sf.saxon.type.ExternalObjectType
-
Determine whether the type is abstract, that is, whether it cannot have instances that are not also
instances of some concrete subtype
- isAbstract() - ?? ????net.sf.saxon.type.SchemaDeclaration
-
Determine, in the case of an Element Declaration, whether the declaration is abstract
- isAbstract() - ? ????net.sf.saxon.type.Untyped
-
Test whether this ComplexType has been marked as abstract.
- isAliasResultNamespace(short) - ? ????net.sf.saxon.style.XSLStylesheet
-
Determine if a namespace is included in the result-prefix of a namespace-alias
- isAllContent() - ? ????net.sf.saxon.type.AnyType
-
Test whether this complex type has "all" content, that is, a content model
using an xs:all compositor
- isAllContent() - ?? ????net.sf.saxon.type.ComplexType
-
Test whether this complex type has "all" content, that is, a content model
using an xs:all compositor
- isAllContent() - ? ????net.sf.saxon.type.Untyped
-
Test whether this complex type has "all" content, that is, a content model
using an xs:all compositor
- isAllowedBuiltInType(BuiltInAtomicType) - ?? ????net.sf.saxon.expr.StaticContext
-
Determine whether a built-in type is available in this context.
- isAllowedBuiltInType(BuiltInAtomicType) - ? ????net.sf.saxon.query.QueryModule
-
Determine whether a built-in type is available in this context.
- isAllowedBuiltInType(BuiltInAtomicType) - ? ????net.sf.saxon.style.ExpressionContext
-
Determine whether a built-in type is available in this context.
- isAllowedBuiltInType(BuiltInAtomicType) - ? ????net.sf.saxon.style.UseWhenStaticContext
-
Determine whether a built-in type is available in this context.
- isAllowedBuiltInType(BuiltInAtomicType) - ? ????net.sf.saxon.sxpath.AbstractStaticContext
-
Determine whether a built-in type is available in this context.
- isAllowedInBasicXSLT() - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Determine whether this type is supported in a basic XSLT processor
- isAllowedInUpdatingContext(Expression) - ? ??????net.sf.saxon.expr.ExpressionTool
-
Determine whether the expression is either an updating expression, or an expression that is permitted
in a context where updating expressions are allowed
- isAllowExternalFunctions() - ? ????net.sf.saxon.Configuration
-
Determine whether calls to external Java functions are permitted.
- isAlphanumeric(int) - ? ??????net.sf.saxon.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) - ? ??????net.sf.saxon.om.Axis
-
- isAncestorOrSelf(NodeInfo, NodeInfo) - ? ??????net.sf.saxon.om.Navigator
-
Test if one node is an ancestor-or-self of another
- isAncestorOrSelf(TinyNodeImpl) - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Test if this node is an ancestor-or-self of another
- isAnonymousType() - ? ????net.sf.saxon.type.AnySimpleType
-
- isAnonymousType() - ? ????net.sf.saxon.type.AnyType
-
Test whether this is an anonymous type
- isAnonymousType() - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Test whether this is an anonymous type
- isAnonymousType() - ? ????net.sf.saxon.type.BuiltInListType
-
Test whether this is an anonymous type
- isAnonymousType() - ? ????net.sf.saxon.type.ExternalObjectType
-
Test whether this is an anonymous type
- isAnonymousType() - ?? ????net.sf.saxon.type.SchemaType
-
Test whether this is an anonymous type
- isAnonymousType() - ? ????net.sf.saxon.type.Untyped
-
Test whether this is an anonymous type
- isAsciiAlnum(char) - ? ??????net.sf.saxon.regex.RegexTranslator
-
- isAssignable() - ? ????net.sf.saxon.expr.Assignation
-
Test whether it is permitted to assign to the variable using the saxon:assign
extension element.
- isAssignable() - ?? ????net.sf.saxon.expr.Binding
-
Test whether it is permitted to assign to the variable using the saxon:assign
extension element.
- isAssignable() - ? ????net.sf.saxon.expr.PositionVariable
-
Test whether it is permitted to assign to the variable using the saxon:assign
extension element.
- isAssignable() - ? ????net.sf.saxon.instruct.GeneralVariable
-
Test whether it is permitted to assign to the variable using the saxon:assign
extension element.
- isAssignable() - ? ????net.sf.saxon.instruct.UserFunctionParameter
-
Test whether it is permitted to assign to the variable using the saxon:assign
extension element.
- isAssignable() - ? ????net.sf.saxon.style.SaxonAssign
-
- isAssignable() - ? ????net.sf.saxon.style.XSLGeneralVariable
-
Test whether it is permitted to assign to the variable using the saxon:assign
extension element.
- isAssignable() - ? ????net.sf.saxon.sxpath.XPathVariable
-
Test whether it is permitted to assign to the variable using the saxon:assign
extension element.
- isAssignable() - ? ????net.sf.saxon.xpath.JAXPVariable
-
Test whether it is permitted to assign to the variable using the saxon:assign
extension element.
- isAssociative(int) - ? ??????net.sf.saxon.expr.BinaryExpression
-
Determine whether an operator is associative, that is, ((a^b)^c) = (a^(b^c))
- isAtLast() - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Determine whether the context position is the same as the context size
that is, whether position()=last()
- isAtLast() - ?? ????net.sf.saxon.expr.XPathContext
-
Determine whether the context position is the same as the context size
that is, whether position()=last().
- isAtLast() - ? ????net.sf.saxon.expr.XPathContextMinor
-
Determine whether the context position is the same as the context size
that is, whether position()=last()
- isAtomic(Expression) - ? ??????net.sf.saxon.expr.Literal
-
Test whether the literal wraps an atomic value.
- isAtomic() - ? ????net.sf.saxon.instruct.SimpleContentConstructor
-
Determine if the select expression is atomic
- isAtomicType() - ? ????net.sf.saxon.pattern.NodeTest
-
Determine whether this item type is atomic (that is, whether it can ONLY match
atomic values)
- isAtomicType() - ? ????net.sf.saxon.type.AnyItemType
-
Determine whether this item type is atomic (that is, whether it can ONLY match
atomic values)
- isAtomicType() - ? ????net.sf.saxon.type.AnySimpleType
-
Test whether this Simple Type is an atomic type
- isAtomicType() - ? ????net.sf.saxon.type.AnyType
-
Test whether this SchemaType is an atomic type
- isAtomicType() - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Test whether this Simple Type is an atomic type
- isAtomicType() - ? ????net.sf.saxon.type.BuiltInListType
-
Test whether this Simple Type is an atomic type
- isAtomicType() - ? ????net.sf.saxon.type.ExternalObjectType
-
Test whether this Simple Type is an atomic type
- isAtomicType() - ?? ????net.sf.saxon.type.ItemType
-
Determine whether this item type is atomic (that is, whether it can ONLY match
atomic values)
- isAtomicType() - ?? ????net.sf.saxon.type.SchemaType
-
Test whether this SchemaType is an atomic type
- isAtomicType() - ?? ????net.sf.saxon.type.SimpleType
-
Test whether this Simple Type is an atomic type
- isAtomicType() - ? ????net.sf.saxon.type.Untyped
-
Test whether this SchemaType is an atomic type
- isAtomicValue() - ? ????net.sf.saxon.s9api.XdmItem
-
Determine whether the item is an atomic value or a node
- isAtomized() - ? ????net.sf.saxon.expr.PathMap.PathMapNode
-
Ask whether the typed value (or string value) of the node reached by this path
will be required.
- isAttributeSpecified(int) - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- isAttributeSpecified(int) - ? ????net.sf.saxon.pull.PullToStax
-
- isAvailable(StructuredQName, int) - ? ????net.sf.saxon.functions.ConstructorFunctionLibrary
-
Test whether a system function with a given name and arity is available.
- isAvailable(StructuredQName, int) - ? ????net.sf.saxon.functions.ExecutableFunctionLibrary
-
Test whether a function with a given name and arity is available.
- isAvailable(StructuredQName, int) - ?? ????net.sf.saxon.functions.FunctionLibrary
-
Test whether an extension function with a given name and arity is available.
- isAvailable(StructuredQName, int) - ? ????net.sf.saxon.functions.FunctionLibraryList
-
Test whether an extension function with a given name and arity is available.
- isAvailable(StructuredQName, int) - ? ????net.sf.saxon.functions.JavaExtensionLibrary
-
Test whether an extension function with a given name and arity is available.
- isAvailable(StructuredQName, int) - ? ????net.sf.saxon.functions.SystemFunctionLibrary
-
Test whether a system function with a given name and arity is available.
- isAvailable(StructuredQName, int) - ? ????net.sf.saxon.functions.VendorFunctionLibrary
-
Test whether a Saxon function with a given name and arity is available.
- isAvailable(StructuredQName, int) - ? ????net.sf.saxon.query.ImportedFunctionLibrary
-
Test whether an extension function with a given name and arity is available.
- isAvailable(StructuredQName, int) - ? ????net.sf.saxon.query.UnboundFunctionLibrary
-
Test whether a function with a given name and arity is available.
- isAvailable(StructuredQName, int) - ? ????net.sf.saxon.query.XQueryFunctionLibrary
-
Test whether a function with a given name and arity is available.
- isAvailable(StructuredQName, int) - ? ????net.sf.saxon.style.StylesheetFunctionLibrary
-
Test whether a Saxon function with a given name and arity is available.
- isAvailable(StructuredQName, int) - ? ????net.sf.saxon.xpath.XPathFunctionLibrary
-
Test whether an XPath function with a given name and arity is available.
- isBackwardsCompatible() - ? ????net.sf.saxon.expr.ArithmeticExpression10
-
Determine whether the expression is to be evaluated in backwards-compatible mode
- isBackwardsCompatible() - ? ????net.sf.saxon.s9api.XPathCompiler
-
Ask whether XPath 1.0 backwards compatibility mode is in force.
- isBackwardsCompatible() - ? ????net.sf.saxon.sort.SortKeyDefinition
-
Ask whether this sort key is evaluated in XSLT 1.0 backwards compatibility mode
- isBackwardsCompatible() - ? ????net.sf.saxon.trans.KeyDefinition
-
Test backwards compatibility mode
- isBackwardsCompatible() - ? ????net.sf.saxon.trans.KeyDefinitionSet
-
Determine if the keys are to be evaluated in backwards compatible mode
- isBackwardsCompatible() - ? ????net.sf.saxon.xpath.XPathEvaluator
-
Get the value of XPath 1.0 compatibility mode
- isBlock(String) - ? ??????net.sf.saxon.regex.RegexTranslator
-
- isBuiltInType() - ? ????net.sf.saxon.type.AnySimpleType
-
Determine whether this is a built-in type or a user-defined type
- isBuiltInType() - ?? ????net.sf.saxon.type.AtomicType
-
Determine whether the atomic type is a built-in type.
- isBuiltInType() - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Determine whether this is a built-in type or a user-defined type
- isBuiltInType() - ? ????net.sf.saxon.type.BuiltInListType
-
Determine whether this is a built-in type or a user-defined type
- isBuiltInType() - ? ????net.sf.saxon.type.ExternalObjectType
-
Determine whether this is a built-in type or a user-defined type
- isBuiltInType() - ?? ????net.sf.saxon.type.SimpleType
-
Determine whether this is a built-in type or a user-defined type
- isCastable(AtomicValue, AtomicType, XPathContext) - ? ??????net.sf.saxon.expr.CastableExpression
-
Determine whether a value is castable to a given type
- isCharacters() - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- isCharacters() - ? ????net.sf.saxon.pull.PullToStax
-
- ISchemaCompiler - net.sf.saxon.type????
-
Marker interface: the only instance of this class is the SchemaCompiler object in Saxon-SA
- isCommutative(int) - ? ??????net.sf.saxon.expr.BinaryExpression
-
Determine whether a binary operator is commutative, that is, A op B = B op A.
- isComparable(BuiltInAtomicType, BuiltInAtomicType, boolean) - ? ??????net.sf.saxon.type.Type
-
Determine whether two primitive atomic types are comparable
- isCompatible(Configuration) - ? ????net.sf.saxon.Configuration
-
Determine whether two Configurations are compatible.
- isCompileWithTracing() - ? ????net.sf.saxon.Configuration
-
Determine whether compile-time generation of trace code was requested
- isCompileWithTracing() - ? ????net.sf.saxon.expr.ExpressionParser
-
Determine whether trace hooks are included in the compiled code.
- isCompileWithTracing() - ? ????net.sf.saxon.PreparedStylesheet
-
Determine whether trace hooks are included in the compiled code.
- isCompileWithTracing() - ? ????net.sf.saxon.query.StaticQueryContext
-
Ask whether compile-time generation of trace code was requested
- isCompileWithTracing() - ? ????net.sf.saxon.s9api.XQueryCompiler
-
Ask whether trace hooks are included in the compiled code.
- isCompileWithTracing() - ? ????net.sf.saxon.s9api.XsltCompiler
-
Ask whether trace hooks are included in the compiled code.
- isCompileWithTracing() - ? ????net.sf.saxon.trans.CompilerInfo
-
Determine whether trace hooks are included in the compiled code.
- isComplexContent() - ? ????net.sf.saxon.type.AnyType
-
Test whether this complex type has complex content
- isComplexContent() - ?? ????net.sf.saxon.type.ComplexType
-
Test whether this complex type has complex content.
- isComplexContent() - ? ????net.sf.saxon.type.Untyped
-
Test whether this complex type has complex content
- isComplexType() - ? ????net.sf.saxon.type.AnySimpleType
-
Test whether this SchemaType is a complex type
- isComplexType() - ? ????net.sf.saxon.type.AnyType
-
Test whether this SchemaType is a complex type
- isComplexType() - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Test whether this SchemaType is a complex type
- isComplexType() - ? ????net.sf.saxon.type.BuiltInListType
-
Test whether this SchemaType is a complex type
- isComplexType() - ? ????net.sf.saxon.type.ExternalObjectType
-
Test whether this SchemaType is a complex type
- isComplexType() - ?? ????net.sf.saxon.type.SchemaType
-
Test whether this SchemaType is a complex type
- isComplexType() - ? ????net.sf.saxon.type.Untyped
-
Test whether this SchemaType is a complex type
- isConfirmed() - ? ????net.sf.saxon.expr.UserFunctionCall
-
Determine whether this function call is confirmed
- isConstantBoolean(Expression, boolean) - ? ??????net.sf.saxon.expr.Literal
-
Test if a literal represents the boolean value true
- isConstantOne(Expression) - ? ??????net.sf.saxon.expr.Literal
-
Test if a literal represents the integer value 1
- isConvertUntypedToOther() - ? ????net.sf.saxon.trans.KeyDefinition
-
Determine whether untypedAtomic values are converted to the type of the other operand.
- isCopyForUpdate() - ? ????net.sf.saxon.instruct.CopyOf
-
Ask whether this instruction is creating a copy for the purpose of updating (XQuery transform expression)
- isCopyNamespaces() - ? ????net.sf.saxon.instruct.CopyOf
-
Determine whether namespaces are to be copied or not
- isCountFunction(Expression) - ? ??????net.sf.saxon.functions.Aggregate
-
Determine whether a given expression is a call to the count() function
- isDefaultMode() - ? ????net.sf.saxon.trans.Mode
-
Determine if this is the default mode
- isDefaultNamespace(String) - ? ????net.sf.saxon.dom.NodeOverNodeInfo
-
Test whether a particular namespace is the default namespace.
- isDerivedFrom(String, String, int) - ? ????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.
- isDisableOutputEscaping() - ? ????net.sf.saxon.instruct.ValueOf
-
Test whether disable-output-escaping was requested
- isDocumentOrElementRequired() - ? ????net.sf.saxon.instruct.CopyOf
-
Test whether this expression requires a document or element node
- isDocumentProjectionAllowed() - ? ????net.sf.saxon.query.XQueryExpression
-
Ask whether document projection is allowed
- isDotNet() - ? ????net.sf.saxon.java.JavaPlatform
-
Return true if this is the .NET platform
- isDotNet() - ?? ????net.sf.saxon.Platform
-
Return true if this is the .NET platform
- isDTDValidation() - ? ????net.sf.saxon.s9api.DocumentBuilder
-
Ask whether DTD validation is to be applied to documents loaded using this DocumentBuilder
- isElementAvailable(String) - ? ????net.sf.saxon.style.ExpressionContext
-
Determine if an extension element is available
- isElementAvailable(String, String) - ? ????net.sf.saxon.style.StyleNodeFactory
-
Method to support the element-available() function
- isElementAvailable(String) - ? ????net.sf.saxon.style.UseWhenStaticContext
-
Determine if an extension element is available
- isElementAvailable(String) - ?? ????net.sf.saxon.style.XSLTStaticContext
-
Determine if an extension element is available
- isElementContentWhitespace() - ? ????net.sf.saxon.dom.TextOverAttrInfo
-
- isElementContentWhitespace() - ? ????net.sf.saxon.dom.TextOverNodeInfo
-
- isEmptiable() - ? ????net.sf.saxon.type.AnyType
-
Test whether the content model of this complexType allows empty content
- isEmptiable() - ?? ????net.sf.saxon.type.ComplexType
-
Test whether the content model of this complex type allows empty content.
- isEmptiable() - ? ????net.sf.saxon.type.Untyped
-
Test whether the content model of this complexType allows empty content
- isEmpty() - ? ????net.sf.saxon.sort.IntArraySet
-
- isEmpty() - ? ????net.sf.saxon.sort.IntHashSet
-
- isEmpty() - ? ????net.sf.saxon.sort.IntRangeSet
-
- isEmpty() - ?? ????net.sf.saxon.sort.IntSet
-
Determine if the set is empty
- isEmpty() - ? ????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)
- isEmptyContent() - ? ????net.sf.saxon.type.AnyType
-
Test whether the content type of this complex type is empty
- isEmptyContent() - ?? ????net.sf.saxon.type.ComplexType
-
Test whether the content model of this complex type is empty.
- isEmptyContent() - ? ????net.sf.saxon.type.Untyped
-
Test whether the content type of this complex type is empty
- isEmptyLeast() - ? ????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() - ? ????net.sf.saxon.query.StaticQueryContext
-
Ask what is the option for where an empty sequence appears in the collation order, if not otherwise
specified in the "order by" clause
- isEmptySequence(Expression) - ? ??????net.sf.saxon.expr.Literal
-
Test whether the literal explicitly wraps an empty sequence.
- isEmptyTag(String) - ? ??????net.sf.saxon.event.HTMLEmitter
-
- isEndElement() - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- isEndElement() - ? ????net.sf.saxon.pull.PullToStax
-
- isEqualNode(Node) - ? ????net.sf.saxon.dom.NodeOverNodeInfo
-
Compare whether two nodes have the same content.
- isExcludedNamespace(short) - ? ????net.sf.saxon.style.StyleElement
-
Check whether a namespace uri defines an namespace excluded from the result.
- isExpandAttributeDefaults() - ? ????net.sf.saxon.Configuration
-
Determine whether elements and attributes that have a fixed or default value are to be expanded.
- isExpandAttributeDefaults() - ? ????net.sf.saxon.event.PipelineConfiguration
-
Ask whether attribute defaults defined in a schema or DTD are to be expanded or not
(by default, fixed and default attribute values are expanded, that is, they are inserted
into the document during validation as if they were present in the instance being validated)
- isExpandAttributeDefaults() - ? ????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)
- isExplaining() - ? ????net.sf.saxon.style.StyleElement
-
Determine whether saxon:explain has been set to "yes"
- isExtensionNamespace(short) - ? ????net.sf.saxon.style.StyleElement
-
Check whether a namespace uri defines an extension element.
- isExternalType() - ? ????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() - ? ????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() - ? ????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() - ? ????net.sf.saxon.type.ExternalObjectType
-
Return true if this is an external object type, that is, a Saxon-defined type for external
Java or .NET objects
- isExternalType() - ?? ????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
- isFiltered() - ? ????net.sf.saxon.expr.VariableReference
-
Determine whether this variable reference is filtered
- isFixed() - ? ????net.sf.saxon.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() - ? ????net.sf.saxon.evpull.BlockEventIterator
-
Determine whether the EventIterator returns a flat sequence of events, or whether it can return
nested event iterators
- isFlatSequence() - ? ????net.sf.saxon.evpull.BracketedDocumentIterator
-
Determine whether the EventIterator returns a flat sequence of events, or whether it can return
nested event iterators
- isFlatSequence() - ? ????net.sf.saxon.evpull.BracketedElementIterator
-
Determine whether the EventIterator returns a flat sequence of events, or whether it can return
nested event iterators
- isFlatSequence() - ? ????net.sf.saxon.evpull.ComplexContentProcessor
-
Determine whether the EventIterator returns a flat sequence of events, or whether it can return
nested event iterators
- isFlatSequence() - ? ????net.sf.saxon.evpull.Decomposer
-
Determine whether the EventIterator returns a flat sequence of events, or whether it can return
nested event iterators
- isFlatSequence() - ? ????net.sf.saxon.evpull.EmptyEventIterator
-
Determine whether the EventIterator returns a flat sequence of events, or whether it can return
nested event iterators
- isFlatSequence() - ? ????net.sf.saxon.evpull.EventAnnotationStripper
-
Determine whether the EventIterator returns a flat sequence of events, or whether it can return
nested event iterators
- isFlatSequence() - ?? ????net.sf.saxon.evpull.EventIterator
-
Determine whether the EventIterator returns a flat sequence of events, or whether it can return
nested event iterators
- isFlatSequence() - ? ????net.sf.saxon.evpull.EventIteratorOverSequence
-
Determine whether the EventIterator returns a flat sequence of events, or whether it can return
nested event iterators
- isFlatSequence() - ? ????net.sf.saxon.evpull.EventMappingIterator
-
Determine whether the EventIterator returns a flat sequence of events, or whether it can return
nested event iterators
- isFlatSequence() - ? ????net.sf.saxon.evpull.EventStackIterator
-
Determine whether the EventIterator returns a flat sequence of events, or whether it can return
nested event iterators
- isFlatSequence() - ? ????net.sf.saxon.evpull.NamespaceMaintainer
-
Determine whether the EventIterator returns a flat sequence of events, or whether it can return
nested event iterators
- isFlatSequence() - ? ????net.sf.saxon.evpull.PullEventTracer
-
Determine whether the EventIterator returns a flat sequence of events, or whether it can return
nested event iterators
- isFlatSequence() - ? ????net.sf.saxon.evpull.SingletonEventIterator
-
Determine whether the EventIterator returns a flat sequence of events, or whether it can return
nested event iterators
- isFlatSequence() - ? ????net.sf.saxon.evpull.StaxToEventBridge
-
Determine whether the EventIterator returns a flat sequence of events, or whether it can return
nested event iterators
- isFlatSequence() - ? ????net.sf.saxon.evpull.TracingEventIterator
-
Determine whether the EventIterator returns a flat sequence of events, or whether it can return
nested event iterators
- isFlatSequence() - ? ????net.sf.saxon.tinytree.TinyTreeEventIterator
-
Determine whether the EventIterator returns a flat sequence of events, or whether it can return
nested event iterators
- isFlattened() - ? ????net.sf.saxon.expr.VariableReference
-
Test whether this variable reference is flattened - that is, whether it is atomized etc
- isForwards - ? ??????net.sf.saxon.om.Axis
-
Table indicating for each axis whether it is in forwards document order
- isFullyRead() - ? ????net.sf.saxon.value.MemoClosure
-
Determine whether the contents of the MemoClosure have been fully read
- isGenerateIdEmulation() - ? ????net.sf.saxon.expr.IdentityComparison
-
Test the flag that indicates different empty-sequence behavior when emulating
comparison of two generate-id's
- isGenerateIdFunction(Expression) - ? ??????net.sf.saxon.functions.NamePart
-
Test whether an expression is a call on the generate-id() function
- isGeneratingJavaCode() - ? ????net.sf.saxon.query.StaticQueryContext
-
Ask whether this query is to be optimized with a view to generating Java code.
- isGlobal() - ? ????net.sf.saxon.expr.Assignation
-
Indicate whether the binding is local or global.
- isGlobal() - ?? ????net.sf.saxon.expr.Binding
-
Indicate whether the binding is local or global.
- isGlobal() - ? ????net.sf.saxon.expr.PositionVariable
-
Indicate whether the binding is local or global.
- isGlobal() - ? ????net.sf.saxon.instruct.GeneralVariable
-
- isGlobal() - ? ????net.sf.saxon.instruct.GlobalVariable
-
Is this a global variable?
- isGlobal() - ? ????net.sf.saxon.instruct.UserFunctionParameter
-
Indicate whether the binding is local or global.
- isGlobal() - ? ????net.sf.saxon.style.XSLGeneralVariable
-
Test whether this is a global variable or parameter
- isGlobal() - ? ????net.sf.saxon.sxpath.XPathVariable
-
Ask whether the binding is local or global.
- isGlobal() - ? ????net.sf.saxon.xpath.JAXPVariable
-
Indicate whether the binding is local or global.
- isHighSurrogate(int) - ? ??????net.sf.saxon.charcode.UTF16
-
Test whether the given character is a high surrogate
- isHybrid() - ? ????net.sf.saxon.expr.AtomicMappingExpression
-
Determine whether this expression is capable (as far as static analysis is concerned)
of returning a mixture of nodes and atomic values.
- isHybrid() - ? ????net.sf.saxon.expr.PathExpression
-
- isHybrid() - ? ????net.sf.saxon.expr.SlashExpression
-
Determine whether this expression is capable (as far as static analysis is concerned)
of returning a mixture of nodes and atomic values.
- isId() - ? ????net.sf.saxon.dom.AttrOverNodeInfo
-
Determine whether this (attribute) node is an ID.
- isId() - ? ????net.sf.saxon.dom.NodeWrapper
-
Determine whether this node has the is-id property
- isId() - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Determine whether this node has the is-id property
- isId() - ? ????net.sf.saxon.jdom.NodeWrapper
-
Determine whether this node has the is-id property
- isId(int) - ?? ????net.sf.saxon.om.AttributeCollection
-
Determine whether a given attribute has the is-ID property set
- isId(int) - ? ????net.sf.saxon.om.AttributeCollectionImpl
-
Determine whether a given attribute has the is-ID property set
- isId() - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Determine whether this node has the is-id property
- isId() - ?? ????net.sf.saxon.om.NodeInfo
-
Determine whether this node has the is-id property
- isId() - ? ????net.sf.saxon.om.Orphan
-
Determine whether this node has the is-id property
- isId() - ? ????net.sf.saxon.om.StrippedNode
-
Determine whether this node has the is-id property
- isId() - ? ????net.sf.saxon.om.VirtualCopy
-
Determine whether this node has the is-id property
- isId() - ? ????net.sf.saxon.pull.UnconstructedParent
-
Determine whether this node has the is-id property
- isId(int) - ? ????net.sf.saxon.tinytree.TinyAttributeCollection
-
Determine whether a given attribute has the is-ID property set
- isId() - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Determine whether this node has the is-id property
- isId() - ? ????net.sf.saxon.tree.NodeImpl
-
Determine whether this node has the is-id property
- isId() - ? ????net.sf.saxon.value.TextFragmentValue
-
Determine whether this node has the is-id property
- isId() - ? ????net.sf.saxon.xom.NodeWrapper
-
Determine whether this node has the is-id property
- isIdAttribute(int) - ? ????net.sf.saxon.tinytree.TinyTree
-
Determine whether an attribute is an IDREF/IDREFS attribute.
- isIdCode(int) - ? ????net.sf.saxon.type.TypeHierarchy
-
Test whether a type annotation code represents the type xs:ID or one of its subtypes
- isIdref() - ? ????net.sf.saxon.dom.NodeWrapper
-
Determine whether this node has the is-idref property
- isIdref() - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Determine whether this node has the is-idref property
- isIdref() - ? ????net.sf.saxon.jdom.NodeWrapper
-
Determine whether this node has the is-idref property
- isIdref(int) - ?? ????net.sf.saxon.om.AttributeCollection
-
Determine whether a given attribute has the is-idref property set
- isIdref(int) - ? ????net.sf.saxon.om.AttributeCollectionImpl
-
Determine whether a given attribute has the is-idref property set
- isIdref() - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Determine whether this node has the is-idref property
- isIdref() - ?? ????net.sf.saxon.om.NodeInfo
-
Determine whether this node has the is-idref property
- isIdref() - ? ????net.sf.saxon.om.Orphan
-
Determine whether this node has the is-idref property
- isIdref() - ? ????net.sf.saxon.om.StrippedNode
-
Determine whether this node has the is-idref property
- isIdref() - ? ????net.sf.saxon.om.VirtualCopy
-
Determine whether this node has the is-idref property
- isIdref() - ? ????net.sf.saxon.pull.UnconstructedParent
-
Determine whether this node has the is-idref property
- isIdref(int) - ? ????net.sf.saxon.tinytree.TinyAttributeCollection
-
Determine whether a given attribute has the is-idref property set
- isIdref() - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Determine whether this node has the is-idref property
- isIdref() - ? ????net.sf.saxon.tree.NodeImpl
-
Determine whether this node has the is-idref property
- isIdref() - ? ????net.sf.saxon.value.TextFragmentValue
-
Determine whether this node has the is-idref property
- isIdref() - ? ????net.sf.saxon.xom.NodeWrapper
-
Determine whether this node has the is-idref property
- isIdrefAttribute(int) - ? ????net.sf.saxon.tinytree.TinyTree
-
Determine whether an attribute is an IDREF/IDREFS attribute.
- isIdrefElement(int) - ? ????net.sf.saxon.tinytree.TinyTree
-
Ask whether an element is an IDREF/IDREFS element.
- isIdrefsCode(int) - ? ????net.sf.saxon.type.TypeHierarchy
-
Test whether a type annotation code represents the type xs:IDREF, xs:IDREFS or one of their subtypes
- isIgnoreNaN() - ? ????net.sf.saxon.functions.Minimax
-
Test whether NaN values are to be ignored
- isIgnoringIgnorableWhitespace() - ? ????net.sf.saxon.event.ReceivingContentHandler
-
Determine whether "ignorable whitespace" is ignored.
- isImaginary() - ? ????net.sf.saxon.tree.DocumentImpl
-
Ask whether this is an imaginary document node
- isImplicitlyRequiredParam() - ? ????net.sf.saxon.instruct.GeneralVariable
-
Ask whether this variable represents a parameter that is implicitly required, because there is no usable
default value
- isImport() - ? ????net.sf.saxon.style.XSLGeneralIncorporate
-
isImport() returns true if this is an xsl:import declaration rather than an xsl:include
- isImport() - ? ????net.sf.saxon.style.XSLImport
-
isImport() returns true if this is an xsl:import statement rather than an xsl:include
- isImport() - ? ????net.sf.saxon.style.XSLInclude
-
isImport() returns true if this is an xsl:import statement rather than an xsl:include
- isImportedSchema(String) - ?? ????net.sf.saxon.expr.StaticContext
-
Determine whether a Schema for a given target namespace has been imported.
- isImportedSchema(String) - ? ????net.sf.saxon.query.QueryModule
-
Get the schema for a given namespace, if it has been imported
- isImportedSchema(String) - ? ????net.sf.saxon.style.ExpressionContext
-
Test whether a schema has been imported for a given namespace
- isImportedSchema(String) - ? ????net.sf.saxon.style.UseWhenStaticContext
-
Determine whether a Schema for a given target namespace has been imported.
- isImportedSchema(String) - ? ????net.sf.saxon.style.XSLStylesheet
-
Get an imported schema with a given namespace
- isImportedSchema(String) - ? ????net.sf.saxon.sxpath.IndependentContext
-
- isImportedSchema(String) - ? ????net.sf.saxon.xpath.JAXPXPathStaticContext
-
Determine whether a Schema for a given target namespace has been imported.
- isInBackwardsCompatibleMode() - ?? ????net.sf.saxon.expr.StaticContext
-
Determine whether Backwards Compatible Mode is used
- isInBackwardsCompatibleMode() - ? ????net.sf.saxon.query.QueryModule
-
Determine whether Backwards Compatible Mode is used
- isInBackwardsCompatibleMode() - ? ????net.sf.saxon.style.ExpressionContext
-
Determine whether Backwards Compatible Mode is used
- isInBackwardsCompatibleMode() - ? ????net.sf.saxon.style.UseWhenStaticContext
-
Determine whether Backwards Compatible Mode is used
- isInBackwardsCompatibleMode() - ? ????net.sf.saxon.sxpath.AbstractStaticContext
-
Determine whether Backwards Compatible Mode is used
- isIndependentNumericFilter() - ? ????net.sf.saxon.expr.FilterExpression
-
Determine whether the filter is a simple independent numeric, that is, an expression
that satisfies the following conditions: (a) its value is numeric;
(b) the value does not depend on the context item or position;
(c) the cardinality is zero or one.
- isIndexableFilter(Expression) - ? ????net.sf.saxon.expr.Optimizer
-
Test whether a filter predicate is indexable.
- isIndexedVariable() - ? ????net.sf.saxon.expr.LetExpression
-
Test whether the variable bound by this let expression should be indexable
- isIndexedVariable() - ? ????net.sf.saxon.instruct.UserFunctionParameter
-
Ask whether this parameter requires support for indexing
- isInheritNamespaces() - ? ????net.sf.saxon.instruct.ElementCreator
-
Determine whether the inherit namespaces flag is set
- isInheritNamespaces() - ? ????net.sf.saxon.query.QueryModule
-
Get the namespace inheritance mode
- isInheritNamespaces() - ? ????net.sf.saxon.query.StaticQueryContext
-
Get the namespace inheritance mode
- isInLoop() - ? ????net.sf.saxon.expr.VariableReference
-
Determine whether this variable reference appears in a loop relative to its declaration.
- isInstruction() - ? ????net.sf.saxon.sql.SQLColumn
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.AbsentExtensionElement
-
- isInstruction() - ? ????net.sf.saxon.style.ExtensionInstruction
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.LiteralResultElement
-
Specify that this is an instruction
- isInstruction() - ? ????net.sf.saxon.style.SaxonAssign
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.SaxonBreak
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.SaxonDoctype
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.SaxonEntityRef
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.SaxonFinally
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.SaxonIterate
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.SaxonWhile
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.StyleElement
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.XSLAnalyzeString
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.XSLApplyImports
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.XSLApplyTemplates
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.XSLCallTemplate
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.XSLChoose
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.XSLCopy
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.XSLCopyOf
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.XSLDocument
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.XSLElement
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.XSLFallback
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.XSLForEach
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.XSLForEachGroup
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.XSLIf
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.XSLMessage
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.XSLNextMatch
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.XSLNumber
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.XSLPerformSort
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.XSLResultDocument
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.XSLSequence
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.XSLStringConstructor
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.XSLVariable
-
Determine whether this node is an instruction.
- isInstruction() - ? ????net.sf.saxon.style.XSLVariableDeclaration
-
Determine whether this node is an instruction.
- isInteger(AtomicValue) - ? ??????net.sf.saxon.value.NumericValue
-
Test whether a value is an integer (an instance of a subtype of xs:integer)
- isInverse(int, int) - ? ??????net.sf.saxon.expr.BinaryExpression
-
Test if one operator is the inverse of another, so that (A op1 B) is
equivalent to (B op2 A).
- isJava() - ? ????net.sf.saxon.java.JavaPlatform
-
Return true if this is the Java platform
- isJava() - ?? ????net.sf.saxon.Platform
-
Return true if this is the Java platform
- isJavaMetaChar(int) - ? ??????net.sf.saxon.regex.RegexTranslator
-
- isKeyword(String) - ? ????net.sf.saxon.expr.ExpressionParser
-
Test whether the current token is a given keyword.
- isLang(String, NodeInfo) - ? ??????net.sf.saxon.functions.Lang
-
Test whether the context node has the given language attribute
- IsLastExpression - net.sf.saxon.expr???
-
A position() eq last() expression, generated by the optimizer.
- IsLastExpression(boolean) - ? ????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).
- isLax() - ? ????net.sf.saxon.s9api.SchemaValidator
-
Ask whether validation is to be in lax mode.
- isLazyConstruction() - ? ????net.sf.saxon.instruct.ParentNodeConstructor
-
Establish whether lazy construction is to be used
- isLazyConstructionMode() - ? ????net.sf.saxon.Configuration
-
Determine whether lazy construction mode is on or off.
- isLeapYear(int) - ? ??????net.sf.saxon.value.GDateValue
-
Test whether a year is a leap year
- isLineNumbering() - ? ????net.sf.saxon.AugmentedSource
-
Get whether line numbers are to be maintained in the constructed document
- isLineNumbering() - ? ????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() - ? ????net.sf.saxon.event.ParseOptions
-
Get whether line numbers are to be maintained in the constructed document
- isLineNumbering() - ? ????net.sf.saxon.s9api.DocumentBuilder
-
Ask whether line numbering is enabled for documents loaded using this
DocumentBuilder
.
- isLineNumberingSet() - ? ????net.sf.saxon.AugmentedSource
-
Determine whether setLineNumbering() has been called
- isLineNumberingSet() - ? ????net.sf.saxon.event.ParseOptions
-
Determine whether setLineNumbering() has been called
- isListType() - ? ????net.sf.saxon.type.AnySimpleType
-
Determine whether this is a list type
- isListType() - ? ????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() - ? ????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() - ? ????net.sf.saxon.type.ExternalObjectType
-
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() - ?? ????net.sf.saxon.type.SimpleType
-
Test whether this Simple Type is a list type
- isLoopingSubexpression(Expression) - ? ????net.sf.saxon.expr.ExpressionVisitor
-
Return true if the current expression at the top of the visitor's stack is evaluated repeatedly
when a given ancestor expression is evaluated once
- isLowSurrogate(int) - ? ??????net.sf.saxon.charcode.UTF16
-
Test whether the given character is a low surrogate
- isMainModule() - ? ????net.sf.saxon.query.QueryModule
-
Ask whether this is a "main" module, in the sense of the XQuery language specification
- isMatching() - ? ????net.sf.saxon.java.JRegexIterator
-
Determine whether the current item is a matching item or a non-matching item
- isMatching() - ?? ????net.sf.saxon.regex.RegexIterator
-
Determine whether the current item in the sequence is a matching item or a non-matching item
- isMemoFunction() - ? ????net.sf.saxon.instruct.UserFunction
-
Ask whether this function is a memo function
- isMemoFunction() - ? ????net.sf.saxon.query.XQueryFunction
-
Find out whether this is a memo function
- isMixedContent() - ? ????net.sf.saxon.type.AnyType
-
Test whether this complex type allows mixed content
- isMixedContent() - ?? ????net.sf.saxon.type.ComplexType
-
Test whether this complex type allows mixed content.
- isMixedContent() - ? ????net.sf.saxon.type.Untyped
-
Test whether this complex type allows mixed content
- isMultiThreading() - ? ????net.sf.saxon.Configuration
-
Determine whether multithreading optimizations are allowed
- isNamespaceAware() - ? ????net.sf.saxon.dom.DocumentBuilderImpl
-
Indicates whether or not this document builder is configured to
understand namespaces.
- isNamespaceSensitive() - ? ????net.sf.saxon.instruct.ParentNodeConstructor
-
Determine whether the schema type is namespace sensitive.
- isNamespaceSensitive() - ? ????net.sf.saxon.type.AnySimpleType
-
Test whether this type represents namespace-sensitive content
- isNamespaceSensitive() - ? ????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() - ? ????net.sf.saxon.type.BuiltInListType
-
- isNamespaceSensitive() - ? ????net.sf.saxon.type.ExternalObjectType
-
Test whether this simple type is namespace-sensitive, that is, whether
it is derived from xs:QName or xs:NOTATION
- isNamespaceSensitive() - ?? ????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.
- isNaN() - ? ????net.sf.saxon.value.AtomicValue
-
Test whether the value is the double/float value NaN
- isNaN() - ? ????net.sf.saxon.value.DoubleValue
-
Test whether the value is the double/float value NaN
- isNaN() - ? ????net.sf.saxon.value.FloatValue
-
Test whether the value is the double/float value NaN
- isNCName10(int) - ? ??????net.sf.saxon.charcode.XMLCharacterData
-
Determine whether a character is valid in an NCName in XML 1.0
- isNCName11(int) - ? ??????net.sf.saxon.charcode.XMLCharacterData
-
Determine whether a character is valid in an NCName in XML 1.1
- isNCNameChar(int) - ? ????net.sf.saxon.om.Name10Checker
-
Test whether a character can appear in an NCName
- isNCNameChar(int) - ? ????net.sf.saxon.om.Name11Checker
-
Test whether a character can appear in an NCName
- isNCNameChar(int) - ? ????net.sf.saxon.om.NameChecker
-
Test whether a character can appear in an NCName
- isNCNameStart10(int) - ? ??????net.sf.saxon.charcode.XMLCharacterData
-
Determine whether a character is valid at the start of an NCName in XML 1.0
- isNCNameStart11(int) - ? ??????net.sf.saxon.charcode.XMLCharacterData
-
Determine whether a character is valid at the start of an NCName in XML 1.1
- isNCNameStartChar(int) - ? ????net.sf.saxon.om.Name10Checker
-
Test whether a character can appear at the start of an NCName
- isNCNameStartChar(int) - ? ????net.sf.saxon.om.Name11Checker
-
Test whether a character can appear at the start of an NCName
- isNCNameStartChar(int) - ? ????net.sf.saxon.om.NameChecker
-
Test whether a character can appear at the start of an NCName
- isNegatable(ExpressionVisitor) - ? ????net.sf.saxon.expr.BooleanExpression
-
Check whether this specific instance of the expression is negatable
- isNegatable(ExpressionVisitor) - ?? ????net.sf.saxon.expr.Negatable
-
Check whether this specific instance of the expression is negatable
- isNegatable(ExpressionVisitor) - ? ????net.sf.saxon.expr.ValueComparison
-
Check whether this specific instance of the expression is negatable
- isNegatable(ExpressionVisitor) - ? ????net.sf.saxon.functions.BooleanFn
-
Check whether this specific instance of the expression is negatable
- isNegatable(ExpressionVisitor) - ? ????net.sf.saxon.functions.Existence
-
Check whether this specific instance of the expression is negatable
- isNillable() - ? ????net.sf.saxon.pattern.CombinedNodeTest
-
Determine whether the content type (if present) is nillable
- isNillable() - ? ????net.sf.saxon.pattern.ContentTypeTest
-
The test is nillable if a question mark was specified as the occurrence indicator
- isNillable() - ? ????net.sf.saxon.pattern.NodeTest
-
Determine whether the content type (if present) is nillable
- isNillable() - ?? ????net.sf.saxon.type.SchemaDeclaration
-
Determine, in the case of an Element Declaration, whether it is nillable.
- isNilled() - ? ????net.sf.saxon.dom.NodeWrapper
-
Determine whether the node has the is-nilled property
- isNilled() - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Determine whether the node has the is-nilled property
- isNilled(NodeInfo) - ? ??????net.sf.saxon.functions.Nilled
-
Determine whether a node is nilled.
- isNilled() - ? ????net.sf.saxon.jdom.NodeWrapper
-
Determine whether the node has the is-nilled property
- isNilled() - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Determine whether the node has the is-nilled property
- isNilled() - ?? ????net.sf.saxon.om.NodeInfo
-
Determine whether the node has the is-nilled property
- isNilled() - ? ????net.sf.saxon.om.Orphan
-
Determine whether the node has the is-nilled property
- isNilled() - ? ????net.sf.saxon.om.StrippedNode
-
Determine whether the node has the is-nilled property
- isNilled() - ? ????net.sf.saxon.om.VirtualCopy
-
Determine whether the node has the is-nilled property
- isNilled() - ? ????net.sf.saxon.pull.UnconstructedParent
-
Determine whether the node has the is-nilled property
- isNilled() - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Determine whether the node has the is-nilled property
- isNilled(int) - ? ????net.sf.saxon.tinytree.TinyTree
-
Ask whether a given node is nilled
- isNilled() - ? ????net.sf.saxon.tree.ElementImpl
-
Determine whether the node has the is-nilled property
- isNilled() - ? ????net.sf.saxon.tree.NodeImpl
-
Determine whether the node has the is-nilled property
- isNilled() - ? ????net.sf.saxon.value.TextFragmentValue
-
Determine whether the node has the is-nilled property
- isNilled() - ? ????net.sf.saxon.xom.NodeWrapper
-
Determine whether the node has the is-nilled property
- isNodeType(ItemType) - ? ??????net.sf.saxon.type.Type
-
Test whether a given type is (some subtype of) node()
- isNoNodeWhenEmpty() - ? ????net.sf.saxon.instruct.QuerySimpleContentConstructor
-
- isNumberingInstruction() - ? ????net.sf.saxon.instruct.ValueOf
-
Determine whether this is really an xsl:number instruction
- ISO88591CharacterSet - net.sf.saxon.charcode???
-
This class defines properties of the ISO-8859-1 character set
- ISO88592CharacterSet - net.sf.saxon.charcode???
-
This class defines properties of the ISO-8859-2 character set
- ISO88595CharacterSet - net.sf.saxon.charcode???
-
Description: This class implements the CharacterSet to support ISO-8859-5 (Latin/Cyrillic)
encoding.
- ISO88595CharacterSet() - ? ????net.sf.saxon.charcode.ISO88595CharacterSet
-
- ISO88597CharacterSet - net.sf.saxon.charcode???
-
- ISO88597CharacterSet() - ? ????net.sf.saxon.charcode.ISO88597CharacterSet
-
- ISO88598CharacterSet - net.sf.saxon.charcode???
-
- ISO88598CharacterSet() - ? ????net.sf.saxon.charcode.ISO88598CharacterSet
-
- ISO88599CharacterSet - net.sf.saxon.charcode???
-
- ISO88599CharacterSet() - ? ????net.sf.saxon.charcode.ISO88599CharacterSet
-
- isObjectModelSupported(String) - ? ????net.sf.saxon.xpath.XPathFactoryImpl
-
Test whether a given object model is supported.
- isOptimizerTracing() - ? ????net.sf.saxon.Configuration
-
Test whether optimizer tracing is on or off
- isOrdered() - ?? ????net.sf.saxon.type.AtomicType
-
Determine whether the atomic type is ordered, that is, whether less-than and greater-than comparisons
are permitted
- isOrdered() - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Determine whether the atomic type is ordered, that is, whether less-than and greater-than comparisons
are permitted
- isOrdered() - ? ????net.sf.saxon.type.ExternalObjectType
-
Determine whether the atomic type is ordered, that is, whether less-than and greater-than comparisons
are permitted
- isOrderedOperator(int) - ? ??????net.sf.saxon.expr.Token
-
- isOverriding() - ? ????net.sf.saxon.style.XSLFunction
-
Is override="yes"?.
- isPeerAxis - ? ??????net.sf.saxon.om.Axis
-
Table indicating for each axis whether it is a peer axis.
- isPermittedChild(StyleElement) - ? ????net.sf.saxon.style.SaxonIterate
-
Specify that xsl:sort is a permitted child
- isPermittedChild(StyleElement) - ? ????net.sf.saxon.style.StyleElement
-
Check whether a given child is permitted for this element.
- isPermittedChild(StyleElement) - ? ????net.sf.saxon.style.XSLForEach
-
Specify that xsl:sort is a permitted child
- isPermittedChild(StyleElement) - ? ????net.sf.saxon.style.XSLForEachGroup
-
Specify that xsl:sort is a permitted child
- isPermittedChild(StyleElement) - ? ????net.sf.saxon.style.XSLFunction
-
Specify that xsl:param is a permitted child
- isPermittedChild(StyleElement) - ? ????net.sf.saxon.style.XSLPerformSort
-
Specify that xsl:sort is a permitted child
- isPermittedChild(StyleElement) - ? ????net.sf.saxon.style.XSLTemplate
-
Specify that xsl:param is a permitted child
- isPleaseCloseAfterUse() - ? ????net.sf.saxon.AugmentedSource
-
Determine whether or not the user of this Source is encouraged to close it as soon as reading is
finished.
- isPleaseCloseAfterUse() - ? ????net.sf.saxon.event.ParseOptions
-
Determine whether or not the user of this Source is encouraged to close it as soon as reading is
finished.
- isPositional(TypeHierarchy) - ? ????net.sf.saxon.expr.FilterExpression
-
Determine if the filter is positional
- isPossibleCast(int, int) - ? ??????net.sf.saxon.expr.CastExpression
-
Determine whether casting from a source type to a target type is possible
- isPreserveBoundarySpace() - ? ????net.sf.saxon.query.QueryModule
-
Ask whether the policy for boundary space is "preserve" or "strip"
- isPreserveBoundarySpace() - ? ????net.sf.saxon.query.StaticQueryContext
-
Ask whether the policy for boundary space is "preserve" or "strip"
- isPreserveNamespaces() - ? ????net.sf.saxon.query.QueryModule
-
Get the namespace copy mode
- isPreserveNamespaces() - ? ????net.sf.saxon.query.StaticQueryContext
-
Get the namespace copy mode
- isPreservingTypes() - ? ????net.sf.saxon.instruct.ElementCreator
-
Determine whether this elementCreator performs validation or strips type annotations
- isPrimitiveNumeric() - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Determine whether the atomic type is numeric
- isPrimitiveType() - ?? ????net.sf.saxon.type.AtomicType
-
Determine whether the atomic type is a primitive type.
- isPrimitiveType() - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Determine whether the atomic type is a primitive type.
- isPrimitiveType() - ? ????net.sf.saxon.type.ExternalObjectType
-
Determine whether the atomic type is a primitive type.
- isPrimitiveType(int) - ? ??????net.sf.saxon.type.Type
-
Determine whether this type is a primitive type.
- isQName(String) - ? ????net.sf.saxon.om.NameChecker
-
Validate whether a given string constitutes a valid QName, as defined in XML Namespaces.
- isReadOnce() - ? ????net.sf.saxon.functions.Doc
-
Ask whether this document has been marked as being read once only.
- isReadOnce() - ? ????net.sf.saxon.functions.Document
-
Ask whether this document has been marked as being read once only.
- isRecognizedNode(Object) - ? ????net.sf.saxon.dom.DOMEnvelope
-
Test whether this object model recognizes a given node as one of its own
- isRecognizedNode(Object) - ? ????net.sf.saxon.dom4j.DOM4JObjectModel
-
Test whether this object model recognizes a given node as one of its own
- isRecognizedNode(Object) - ? ????net.sf.saxon.jdom.JDOMObjectModel
-
Test whether this object model recognizes a given node as one of its own
- isRecognizedNode(Object) - ? ????net.sf.saxon.xom.XOMObjectModel
-
Test whether this object model recognizes a given node as one of its own
- isRecognizedNodeClass(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) - ? ????net.sf.saxon.jdom.JDOMObjectModel
-
Test whether this object model recognizes a given class as representing a
node in that object model.
- isRecognizedNodeClass(Class) - ? ????net.sf.saxon.xom.XOMObjectModel
-
Test whether this object model recognizes a given class as representing a
node in that object model.
- isRecognizedNodeListClass(Class) - ? ????net.sf.saxon.dom4j.DOM4JObjectModel
-
Test whether this object model recognizes a given class as representing a
list of nodes in that object model.
- isRecognizedNodeListClass(Class) - ? ????net.sf.saxon.jdom.JDOMObjectModel
-
Test whether this object model recognizes a given class as representing a
list of nodes in that object model.
- isRecognizedNodeListClass(Class) - ? ????net.sf.saxon.xom.XOMObjectModel
-
Test whether this object model recognizes a given class as representing a
list of nodes in that object model.
- isRecoverFromValidationErrors() - ? ????net.sf.saxon.event.PipelineConfiguration
-
Ask if this pipeline recovers from validation errors
- isRecursiveTailCall() - ? ????net.sf.saxon.expr.UserFunctionCall
-
Determine whether this is a recursive tail call
- isRedundant() - ? ????net.sf.saxon.style.XSLCharacterMap
-
Test whether this character map is redundant (because another with the
same name has higher import precedence).
- isRequiredParam() - ? ????net.sf.saxon.instruct.GeneralVariable
-
Ask whether this variable represents a required parameter
- isRequiredParam() - ? ????net.sf.saxon.style.XSLGeneralVariable
-
Test whether this is a required parameter (required="yes")
- isRequireWellFormed() - ? ????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) - ? ??????net.sf.saxon.om.NamespaceConstant
-
Determine whether a namespace is a reserved namespace
- isReservedInQuery(String) - ? ??????net.sf.saxon.om.NamespaceConstant
-
Determine whether a namespace is a reserved namespace
- isRestricted() - ? ????net.sf.saxon.type.AnyType
-
Test whether this complex type is derived by restriction
- isRestricted() - ?? ????net.sf.saxon.type.ComplexType
-
Test whether this complex type is derived by restriction.
- isRestricted() - ? ????net.sf.saxon.type.Untyped
-
Test whether this complex type is derived by restriction
- isRetainDTDAttributeTypes() - ? ????net.sf.saxon.Configuration
-
Determine whether attribute types obtained from a DTD are to be used to set type annotations
on the resulting nodes
- isRetainPSVI() - ? ????net.sf.saxon.s9api.DocumentBuilder
-
Ask whether the constructed tree should contain information derived from schema
validation, specifically whether it should contain type annotations and expanded
defaults of missing element and attribute content.
- isReturnable() - ? ????net.sf.saxon.expr.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
- isSameNode(Node) - ? ????net.sf.saxon.dom.NodeOverNodeInfo
-
Determine whether this is the same node as another node.
- isSameNode(NodeInfo) - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Determine whether this is the same node as another node.
- isSameNodeInfo(NodeInfo) - ? ????net.sf.saxon.dom.DocumentWrapper
-
Determine whether this is the same node as another node.
- isSameNodeInfo(NodeInfo) - ? ????net.sf.saxon.dom.NodeWrapper
-
Determine whether this is the same node as another node.
- isSameNodeInfo(NodeInfo) - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Determine whether this is the same node as another node.
- isSameNodeInfo(NodeInfo) - ? ????net.sf.saxon.jdom.NodeWrapper
-
Determine whether this is the same node as another node.
- isSameNodeInfo(NodeInfo) - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Determine whether this is the same node as another node.
- isSameNodeInfo(NodeInfo) - ?? ????net.sf.saxon.om.NodeInfo
-
Determine whether this is the same node as another node.
- isSameNodeInfo(NodeInfo) - ? ????net.sf.saxon.om.Orphan
-
Determine whether this is the same node as another node.
- isSameNodeInfo(NodeInfo) - ? ????net.sf.saxon.om.StrippedNode
-
Determine whether this is the same node as another node.
- isSameNodeInfo(NodeInfo) - ? ????net.sf.saxon.om.VirtualCopy
-
Determine whether this is the same node as another node.
- isSameNodeInfo(NodeInfo) - ? ????net.sf.saxon.pull.UnconstructedParent
-
Determine whether this is the same node as another node.
- isSameNodeInfo(NodeInfo) - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Determine whether this is the same node as another node
- isSameNodeInfo(NodeInfo) - ? ????net.sf.saxon.tree.NodeImpl
-
Determine whether this is the same node as another node
- isSameNodeInfo(NodeInfo) - ? ????net.sf.saxon.value.TextFragmentValue
-
Determine whether this is the same node as another node
- isSameNodeInfo(NodeInfo) - ? ????net.sf.saxon.xom.NodeWrapper
-
Determine whether this is the same node as another node.
- isSameType(SchemaType) - ? ????net.sf.saxon.type.AnySimpleType
-
Test whether this is the same type as another type.
- isSameType(SchemaType) - ? ????net.sf.saxon.type.AnyType
-
Test whether this is the same type as another type.
- isSameType(SchemaType) - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Test whether this is the same type as another type.
- isSameType(SchemaType) - ? ????net.sf.saxon.type.BuiltInListType
-
Test whether this is the same type as another type.
- isSameType(SchemaType) - ? ????net.sf.saxon.type.ExternalObjectType
-
Test whether this is the same type as another type.
- isSameType(SchemaType) - ?? ????net.sf.saxon.type.SchemaType
-
Test whether this is the same type as another type.
- isSameType(SchemaType) - ? ????net.sf.saxon.type.Untyped
-
Test whether this is the same type as another type.
- isSchemaAvailable(String) - ? ????net.sf.saxon.Configuration
-
Determine whether the Configuration contains a cached schema for a given target namespace
- isSchemaAware(int) - ? ????net.sf.saxon.Configuration
-
Determine if the configuration is schema-aware, for the given host language
- isSchemaAware() - ? ????net.sf.saxon.s9api.Processor
-
Test whether this processor is schema-aware
- isSerializing() - ? ????net.sf.saxon.event.PipelineConfiguration
-
Ask whether this pipeline is a serializing pipeline
- isShareable() - ? ????net.sf.saxon.value.ShareableSequence
-
Determine whether another value can share this list.
- isSimpleBooleanFilter() - ? ????net.sf.saxon.expr.FilterExpression
-
Test if the filter always returns a singleton boolean
- isSimpleContent() - ? ????net.sf.saxon.type.AnyType
-
Test whether this complex type has simple content
- isSimpleContent() - ?? ????net.sf.saxon.type.ComplexType
-
Test whether this complexType has simple content.
- isSimpleContent() - ? ????net.sf.saxon.type.Untyped
-
Test whether this complex type has simple content
- isSimpleType() - ? ????net.sf.saxon.type.AnySimpleType
-
Test whether this SchemaType is a simple type
- isSimpleType() - ? ????net.sf.saxon.type.AnyType
-
Test whether this SchemaType is a simple type
- isSimpleType() - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Returns true if this SchemaType is a SimpleType
- isSimpleType() - ? ????net.sf.saxon.type.BuiltInListType
-
Test whether this SchemaType is a simple type
- isSimpleType() - ? ????net.sf.saxon.type.ExternalObjectType
-
Returns true if this SchemaType is a SimpleType
- isSimpleType() - ?? ????net.sf.saxon.type.SchemaType
-
Test whether this SchemaType is a simple type
- isSimpleType() - ? ????net.sf.saxon.type.Untyped
-
Test whether this SchemaType is a simple type
- isSingleBranchChoice(Expression) - ? ??????net.sf.saxon.instruct.Choose
-
Test whether an expression is a single-branch choose, that is, an expression of the form
if (condition) then exp else ()
- isSingleton() - ? ????net.sf.saxon.instruct.SimpleContentConstructor
-
Determine whether the select expression is a singleton (an expression returning zero or one items)
- isSortKey(Expression) - ? ????net.sf.saxon.sort.SortExpression
-
Test whether a given expression is one of the sort keys
- isSpacePreserving(int) - ? ????net.sf.saxon.event.Stripper
-
Decide whether an element is in the set of white-space preserving element types
- isSpacePreserving(NodeInfo) - ? ????net.sf.saxon.event.Stripper
-
Decide whether an element is in the set of white-space preserving element types.
- isSpacePreserving(int) - ? ????net.sf.saxon.om.AllElementStripper
-
Decide whether an element is in the set of white-space preserving element types
- isSpacePreserving(NodeInfo) - ? ????net.sf.saxon.om.AllElementStripper
-
Decide whether an element is in the set of white-space preserving element types.
- isSpacePreserving(int) - ? ????net.sf.saxon.style.StylesheetStripper
-
Decide whether an element is in the set of white-space preserving element types
- isSpacePreserving(NodeInfo) - ? ????net.sf.saxon.style.StylesheetStripper
-
Decide whether an element is in the set of white-space preserving element types.
- isSpecialURICode(short) - ? ??????net.sf.saxon.om.NamespaceConstant
-
Determine whether a namespace is a reserved namespace
- isStandalone() - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- isStandalone() - ? ????net.sf.saxon.pull.PullToStax
-
- isStartElement() - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- isStartElement() - ? ????net.sf.saxon.pull.PullToStax
-
- isStaticError() - ???? ????net.sf.saxon.trans.XPathException
-
Ask whether this exception represents a static error
- isStrictComparison() - ? ????net.sf.saxon.trans.KeyDefinition
-
Get whether strict comparison is needed.
- isStripsAllWhiteSpace() - ? ????net.sf.saxon.Configuration
-
Determine whether whitespace-only text nodes are to be stripped unconditionally
from source documents.
- isSubtreeAxis - ? ??????net.sf.saxon.om.Axis
-
Table indicating for each axis whether it is contained within the subtree
rooted at the origin node.
- isSubtreeExpression(Expression) - ? ??????net.sf.saxon.expr.ExpressionTool
-
Determine whether an expression can be evaluated without reference to the part of the context
document outside the subtree rooted at the context node.
- isSubType(ItemType, ItemType) - ? ????net.sf.saxon.type.TypeHierarchy
-
Determine whether type A is type B or one of its subtypes, recursively
- issueWarning(String, SourceLocator) - ?? ????net.sf.saxon.expr.StaticContext
-
Issue a compile-time warning.
- issueWarning(String, SourceLocator) - ? ????net.sf.saxon.query.QueryModule
-
Issue a compile-time warning.
- issueWarning(String, SourceLocator) - ? ????net.sf.saxon.style.ExpressionContext
-
Issue a compile-time warning
- issueWarning(TransformerException) - ? ????net.sf.saxon.style.StyleElement
-
Report a warning to the error listener
- issueWarning(String, SourceLocator) - ? ????net.sf.saxon.style.StyleElement
-
Report a warning to the error listener
- issueWarning(String, SourceLocator) - ? ????net.sf.saxon.style.UseWhenStaticContext
-
Issue a compile-time warning
- issueWarning(String, SourceLocator) - ? ????net.sf.saxon.sxpath.AbstractStaticContext
-
Issue a compile-time warning.
- isSupported(String, String) - ? ????net.sf.saxon.dom.NodeOverNodeInfo
-
Tests whether the DOM implementation implements a specific feature and
that feature is supported by this node.
- isSurrogate(int) - ? ??????net.sf.saxon.charcode.UTF16
-
Test whether a given character is a surrogate (high or low)
- isTailCall() - ? ????net.sf.saxon.expr.UserFunctionCall
-
Determine whether this is a tail call (not necessarily a recursive tail call)
- isTailRecursive() - ? ????net.sf.saxon.instruct.UserFunction
-
Determine whether the function contains a tail call, calling itself
- isTerminated() - ? ????net.sf.saxon.event.PIGrabber
-
Determine whether the parse terminated because the first start element tag was found
- isTextOnly() - ? ????net.sf.saxon.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() - ? ????net.sf.saxon.Configuration
-
Determine whether brief progress messages and timing information will be output
to System.err.
- isTiming() - ? ????net.sf.saxon.event.Builder
-
Get timing option
- isTopLevel() - ? ????net.sf.saxon.style.StyleElement
-
Test whether this is a top-level element
- isTopLevelModule() - ? ????net.sf.saxon.query.QueryModule
-
Test whether this is a "top-level" module.
- isTraceExternalFunctions() - ? ????net.sf.saxon.Configuration
-
Determine whether calls on external functions are to be traced for diagnostic
purposes.
- isTracing() - ? ????net.sf.saxon.Controller
-
Test whether instruction execution is being traced.
- isTunnelParam() - ? ????net.sf.saxon.instruct.GeneralVariable
-
Ask whether this variable represents a tunnel parameter
- isTunnelParam() - ? ????net.sf.saxon.style.XSLGeneralVariable
-
Test whether this is a tunnel parameter (tunnel="yes")
- isTypeError() - ???? ????net.sf.saxon.trans.XPathException
-
Ask whether this exception represents a type error
- isUndeclareNamespaces() - ? ????net.sf.saxon.event.ContentHandlerProxy
-
Ask whether namespace undeclaration events (for a non-null prefix) should be notified.
- isUnionType() - ? ????net.sf.saxon.type.AnySimpleType
-
Determin whether this is a union type
- isUnionType() - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Return true if this type is a union type (that is, if its variety is union)
- isUnionType() - ? ????net.sf.saxon.type.BuiltInListType
-
- isUnionType() - ? ????net.sf.saxon.type.ExternalObjectType
-
Return true if this type is a union type (that is, if its variety is union)
- isUnionType() - ?? ????net.sf.saxon.type.SimpleType
-
Test whether this Simple Type is a union type
- isUnusedOutputDestination(String) - ? ????net.sf.saxon.Controller
-
Determine whether an output URI is available for use.
- isUpCast() - ? ????net.sf.saxon.expr.CastExpression
-
Ask whether this is a cast to a supertype of the original type
- isUpdateQuery() - ? ????net.sf.saxon.query.XQueryExpression
-
Ask whether this is an update query
- isUpdateQuery() - ? ????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() - ? ????net.sf.saxon.instruct.UserFunction
-
Ask whether this is an updating function (as defined in XQuery Update)
- isUpdating() - ? ????net.sf.saxon.query.QueryModule
-
Ask whether the query is allowed to be updating
- isUpdating() - ? ????net.sf.saxon.query.XQueryFunction
-
Ask whether this is an updating function (as defined in XQuery Update)
- isUpdatingEnabled() - ? ????net.sf.saxon.query.StaticQueryContext
-
Ask whether the query is allowed to be updating
- isUpdatingEnabled() - ? ????net.sf.saxon.s9api.XQueryCompiler
-
Ask whether the query is allowed to use XQuery Update syntax
- isUpdatingExpression() - ? ????net.sf.saxon.expr.Assignation
-
Determine whether this is an updating expression as defined in the XQuery update specification
- isUpdatingExpression() - ? ????net.sf.saxon.expr.Expression
-
Determine whether this is an updating expression as defined in the XQuery update specification
- isUpdatingExpression() - ? ????net.sf.saxon.expr.QuantifiedExpression
-
Determine whether this is an updating expression as defined in the XQuery update specification
- isUpdatingExpression() - ? ????net.sf.saxon.expr.UserFunctionCall
-
Determine whether this is an updating expression as defined in the XQuery update specification
- isUpdatingExpression() - ? ????net.sf.saxon.functions.Put
-
Determine whether this is an updating expression as defined in the XQuery update specification
- isUpdatingExpression() - ? ????net.sf.saxon.instruct.Block
-
Determine whether this is an updating expression as defined in the XQuery update specification
- isUpdatingExpression() - ? ????net.sf.saxon.instruct.Choose
-
Determine whether this is an updating expression as defined in the XQuery update specification
- isUrlAttribute(int, int) - ? ????net.sf.saxon.event.HTMLURIEscaper
-
- isUseXsiSchemaLocation() - ? ????net.sf.saxon.event.PipelineConfiguration
-
Ask whether xsi:schemaLocation and xsi:noNamespaceSchemaLocation attributes
should be recognized while validating an instance document
- isUseXsiSchemaLocation() - ? ????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
- isValid(Processor) - ? ????net.sf.saxon.s9api.QName
-
Validate the QName against the XML 1.0 or XML 1.1 rules for valid names.
- isValid10(int) - ? ??????net.sf.saxon.charcode.XMLCharacterData
-
Determine whether a character is valid in XML 1.0
- isValid11(int) - ? ??????net.sf.saxon.charcode.XMLCharacterData
-
Determine whether a character is valid in XML 1.1
- isValidating() - ? ????net.sf.saxon.dom.DocumentBuilderImpl
-
Indicates whether or not this document builder is configured to
validate XML documents against a DTD.
- isValidation() - ? ????net.sf.saxon.Configuration
-
Determine whether the XML parser for source documents will be asked to perform
\ validation of source documents
- isValidationWarnings() - ? ????net.sf.saxon.Configuration
-
Determine whether schema validation failures on result documents are to be treated
as fatal errors or as warnings.
- isValidChar(int) - ? ????net.sf.saxon.om.Name10Checker
-
Test whether a character is a valid XML character
- isValidChar(int) - ? ????net.sf.saxon.om.Name11Checker
-
Test whether a character is a valid XML character
- isValidChar(int) - ? ????net.sf.saxon.om.NameChecker
-
Test whether a character is a valid XML character
- isValidDate(int, int, int) - ? ??????net.sf.saxon.value.GDateValue
-
Determine whether a given date is valid
- isValidNCName(CharSequence) - ? ????net.sf.saxon.om.NameChecker
-
Validate whether a given string constitutes a valid NCName, as defined in XML Namespaces.
- isValidNmtoken(CharSequence) - ? ????net.sf.saxon.om.NameChecker
-
Check to see if a string is a valid Nmtoken according to [7]
in the XML 1.0 Recommendation
- isValidURI(CharSequence) - ? ??????net.sf.saxon.value.AnyURIValue
-
Check whether a string consititutes a valid URI
- isVariableReplaceableByDot(Expression, Binding[]) - ? ????net.sf.saxon.expr.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() - ? ????net.sf.saxon.Configuration
-
Determine whether a warning is to be output when running against a stylesheet labelled
as version="1.0".
- isWhite(CharSequence) - ? ??????net.sf.saxon.om.Navigator
-
- isWhite(CharSequence) - ? ??????net.sf.saxon.value.Whitespace
-
Determine if a string is all-whitespace
- isWhiteSpace() - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- isWhiteSpace() - ? ????net.sf.saxon.pull.PullToStax
-
- isWhitespace(int) - ? ??????net.sf.saxon.value.Whitespace
-
Test whether a character is whitespace
- IsWholeNumber - 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() - ? ????net.sf.saxon.functions.IsWholeNumber
-
- isWholeNumber() - ? ????net.sf.saxon.value.BigIntegerValue
-
Determine whether the value is a whole number, that is, whether it compares
equal to some integer
- isWholeNumber() - ? ????net.sf.saxon.value.DecimalValue
-
Determine whether the value is a whole number, that is, whether it compares
equal to some integer
- isWholeNumber() - ? ????net.sf.saxon.value.DoubleValue
-
Determine whether the value is a whole number, that is, whether it compares
equal to some integer
- isWholeNumber() - ? ????net.sf.saxon.value.FloatValue
-
Determine whether the value is a whole number, that is, whether it compares
equal to some integer
- isWholeNumber() - ? ????net.sf.saxon.value.IntegerValue
-
Determine whether the value is a whole number, that is, whether it compares
equal to some integer
- isWholeNumber() - ? ????net.sf.saxon.value.NumericValue
-
Determine whether the value is a whole number, that is, whether it compares
equal to some integer
- isWithinLongRange() - ? ????net.sf.saxon.value.BigIntegerValue
-
Test whether the value is within the range that can be held in a 64-bit signed integer
- isXIncludeAware() - ? ????net.sf.saxon.AugmentedSource
-
Get state of XInclude processing.
- isXIncludeAware() - ? ????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() - ? ????net.sf.saxon.dom.DocumentBuilderFactoryImpl
-
Get state of XInclude processing.
- isXIncludeAware() - ? ????net.sf.saxon.dom.DocumentBuilderImpl
-
Get the XInclude processing mode for this parser.
- isXIncludeAware() - ? ????net.sf.saxon.event.ParseOptions
-
Get state of XInclude processing.
- isXIncludeAwareSet() - ? ????net.sf.saxon.AugmentedSource
-
Determine whether setXIncludeAware() has been called.
- isXIncludeAwareSet() - ? ????net.sf.saxon.event.ParseOptions
-
Determine whether setXIncludeAware() has been called.
- isXPath - ? ????net.sf.saxon.regex.RegexTranslator
-
- isXSLT() - ? ????net.sf.saxon.instruct.Instruction
-
Establish whether this is an XSLT instruction or an XQuery instruction
(used to produce appropriate diagnostics)
- isZeroLength() - ? ????net.sf.saxon.value.StringValue
-
Determine whether the string is a zero-length string.
- item(int) - ? ????net.sf.saxon.dom.DOMNodeList
-
Return the n'th item in the list (DOM method)
- Item - net.sf.saxon.om????
-
An Item is an object that can occur as a member of a sequence.
- ITEM - ? ??????net.sf.saxon.type.Type
-
An item type that matches any item
- ITEM_TYPE - ? ??????net.sf.saxon.type.Type
-
- ItemAt - net.sf.saxon.functions???
-
Implements the saxon:item-at() function.
- ItemAt() - ? ????net.sf.saxon.functions.ItemAt
-
- itemAt(int) - ?? ????net.sf.saxon.om.GroundedValue
-
Get the n'th item in the value, counting from 0
- itemAt(int) - ? ????net.sf.saxon.s9api.XdmValue
-
Get the n'th item in the value, counting from zero.
- itemAt(int) - ? ????net.sf.saxon.value.AtomicValue
-
Get the n'th item in the sequence (starting from 0).
- itemAt(int) - ? ????net.sf.saxon.value.EmptySequence
-
Get the n'th item in the sequence (starting from 0).
- itemAt(int) - ? ????net.sf.saxon.value.IntegerRange
-
Get the n'th item in the sequence (starting from 0).
- itemAt(int) - ? ????net.sf.saxon.value.MemoClosure
-
Get the n'th item in the sequence (starting from 0).
- itemAt(int) - ? ????net.sf.saxon.value.SequenceExtent
-
Get the n'th item in the sequence (starting with 0 as the first item)
- itemAt(int) - ? ????net.sf.saxon.value.ShareableSequence
-
Get the n'th item in the sequence (starting with 0 as the first item)
- itemAt(int) - ? ????net.sf.saxon.value.SingletonClosure
-
Get the n'th item in the sequence (starting from 0).
- itemAt(int) - ? ????net.sf.saxon.value.SingletonNode
-
Get the n'th item in the sequence (starting from 0).
- itemAt(int) - ? ????net.sf.saxon.value.Value
-
Get the n'th item in the sequence (starting from 0).
- ItemChecker - 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, RoleLocator) - ? ????net.sf.saxon.expr.ItemChecker
-
Constructor
- ItemMappingFunction - net.sf.saxon.expr????
-
ItemMappingFunction is an interface that must be satisfied by an object passed to a
ItemMappingIterator.
- ItemMappingIterator - net.sf.saxon.expr???
-
ItemMappingIterator applies a mapping function to each item in a sequence.
- ItemMappingIterator(SequenceIterator, ItemMappingFunction) - ? ????net.sf.saxon.expr.ItemMappingIterator
-
Construct an ItemMappingIterator that will apply a specified ItemMappingFunction to
each Item returned by the base iterator.
- items - ? ????net.sf.saxon.om.ArrayIterator
-
- itemType - ? ????net.sf.saxon.functions.StandardFunction.Entry
-
The item type of the result of the function
- ItemType - net.sf.saxon.s9api???
-
An item type, as defined in the XPath/XQuery specifications.
- ItemType(ItemType, Processor) - ? ????net.sf.saxon.s9api.ItemType
-
- ItemType - net.sf.saxon.type????
-
ItemType is an interface that allows testing of whether an Item conforms to an
expected type.
- ItemTypeFactory - net.sf.saxon.s9api???
-
This class is used for creating ItemType objects.
- ItemTypeFactory(Processor) - ? ????net.sf.saxon.s9api.ItemTypeFactory
-
Create an ItemTypeFactory
- iterate() - ? ????net.sf.saxon.event.SequenceOutputter
-
Get an iterator over the sequence of items that has been constructed
- iterate(XPathContext) - ? ????net.sf.saxon.expr.AtomicMappingExpression
-
Iterate the path-expression in a given context
- iterate(XPathContext) - ? ????net.sf.saxon.expr.AtomicSequenceConverter
-
Iterate over the sequence of values
- iterate(XPathContext) - ? ????net.sf.saxon.expr.Atomizer
-
Iterate over the sequence of values
- iterate(XPathContext) - ? ????net.sf.saxon.expr.AxisExpression
-
Evaluate the path-expression in a given context to return a NodeSet
- iterate(Item) - ? ????net.sf.saxon.expr.AxisExpression
-
Iterate the axis from a given starting node, without regard to context
- iterate(XPathContext) - ? ????net.sf.saxon.expr.CardinalityChecker
-
Iterate over the sequence of values
- iterate(XPathContext) - ? ????net.sf.saxon.expr.ContextItemExpression
-
Iterate over the value of the expression
- iterate(XPathContext) - ? ????net.sf.saxon.expr.ErrorExpression
-
Iterate over the expression.
- iterate(XPathContext) - ? ????net.sf.saxon.expr.Expression
-
Return an Iterator to iterate over the values of a sequence.
- iterate(XPathContext) - ? ????net.sf.saxon.expr.FilterExpression
-
Iterate over the results, returning them in the correct order
- iterate(XPathContext) - ? ????net.sf.saxon.expr.ForExpression
-
Iterate over the sequence of values
- iterate(XPathContext) - ? ????net.sf.saxon.expr.ItemChecker
-
Iterate over the sequence of values
- iterate(XPathContext) - ? ????net.sf.saxon.expr.LazyExpression
-
Return an Iterator to iterate over the values of a sequence.
- iterate(XPathContext) - ? ????net.sf.saxon.expr.LetExpression
-
Iterate over the result of the expression to return a sequence of items
- iterate(XPathContext) - ? ????net.sf.saxon.expr.Literal
-
Return an Iterator to iterate over the values of a sequence.
- iterate(XPathContext) - ? ????net.sf.saxon.expr.NumericPromoter
-
Iterate over the sequence of values
- iterate(XPathContext) - ? ????net.sf.saxon.expr.PathExpression
-
Iterate the path-expression in a given context
- iterate(XPathContext) - ? ????net.sf.saxon.expr.RangeExpression
-
Return an iteration over the sequence
- iterate(XPathContext) - ?? ????net.sf.saxon.expr.SequenceIterable
-
Return an iterator over the results of evaluating an expression
- iterate(XPathContext) - ? ????net.sf.saxon.expr.SimpleExpression
-
Return an Iterator to iterate over the values of a sequence.
- iterate(XPathContext) - ? ????net.sf.saxon.expr.SingleNodeExpression
-
Evaluate the expression in a given context to return an iterator
- iterate(XPathContext) - ? ????net.sf.saxon.expr.SlashExpression
-
Iterate the path-expression in a given context
- iterate(XPathContext) - ? ????net.sf.saxon.expr.SuppliedParameterReference
-
Get the value of this expression in a given context.
- iterate(XPathContext) - ? ????net.sf.saxon.expr.TailCallLoop
-
Iterate over the sequence of values
- iterate(XPathContext) - ? ????net.sf.saxon.expr.TailExpression
-
- iterate(XPathContext) - ? ????net.sf.saxon.expr.UntypedAtomicConverter
-
Iterate over the sequence of values
- iterate(XPathContext) - ? ????net.sf.saxon.expr.UserFunctionCall
-
Call the function, returning an iterator over the results.
- iterate(XPathContext) - ? ????net.sf.saxon.expr.VariableReference
-
Get the value of this variable in a given context.
- iterate(XPathContext) - ? ????net.sf.saxon.expr.VennExpression
-
Iterate over the value of the expression.
- iterate(XPathContext) - ? ????net.sf.saxon.functions.Collection
-
Iterate over the contents of the collection
- iterate(XPathContext) - ? ????net.sf.saxon.functions.CompileTimeFunction
-
Iterate over the results of the function
- iterate(XPathContext) - ? ????net.sf.saxon.functions.CurrentGroup
-
Return an iteration over the result sequence
- iterate(XPathContext) - ? ????net.sf.saxon.functions.DistinctValues
-
Evaluate the function to return an iteration of selected values or nodes.
- iterate(XPathContext) - ? ????net.sf.saxon.functions.Document
-
iterate() handles evaluation of the function:
it returns a sequence of Document nodes
- iterate(XPathContext) - ? ????net.sf.saxon.functions.Evaluate
-
Iterate over the results of the function
- iterate(XPathContext) - ? ????net.sf.saxon.functions.ExtensionFunctionCall
-
Evaluate the function.
- iterate(XPathContext) - ? ????net.sf.saxon.functions.Id
-
Evaluate the function to return an iteration of selected nodes.
- iterate(XPathContext) - ? ????net.sf.saxon.functions.Idref
-
Enumerate the results of the expression
- iterate(XPathContext) - ? ????net.sf.saxon.functions.IndexOf
-
Evaluate the function to return an iteration of selected nodes.
- iterate(XPathContext) - ? ????net.sf.saxon.functions.InScopePrefixes
-
Iterator over the results of the expression
- iterate(XPathContext) - ? ????net.sf.saxon.functions.Insert
-
Evaluate the function to return an iteration of selected nodes.
- iterate(XPathContext) - ? ????net.sf.saxon.functions.KeyFn
-
Enumerate the results of the expression
- iterate(XPathContext) - ? ????net.sf.saxon.functions.Remove
-
Evaluate the function to return an iteration of selected nodes.
- iterate(XPathContext) - ? ????net.sf.saxon.functions.Reverse
-
- iterate(XPathContext) - ? ????net.sf.saxon.functions.StringToCodepoints
-
- iterate(XPathContext) - ? ????net.sf.saxon.functions.Subsequence
-
Evaluate the function to return an iteration of selected nodes.
- iterate(XPathContext) - ? ????net.sf.saxon.functions.Tokenize
-
Iterate over the results of the function
- iterate(XPathContext) - ? ????net.sf.saxon.functions.Trace
-
Iterate over the results of the function
- iterate(XPathContext) - ? ????net.sf.saxon.functions.TreatFn
-
Iterate over the results of the function
- iterate(XPathContext) - ? ????net.sf.saxon.instruct.AnalyzeString
-
Return an Iterator to iterate over the values of a sequence.
- iterate(XPathContext) - ? ????net.sf.saxon.instruct.Block
-
Iterate over the results of all the child expressions
- iterate(XPathContext) - ? ????net.sf.saxon.instruct.Choose
-
Return an Iterator to iterate over the values of a sequence.
- iterate(XPathContext) - ? ????net.sf.saxon.instruct.CopyOf
-
- iterate(XPathContext) - ? ????net.sf.saxon.instruct.ForEach
-
Return an Iterator to iterate over the values of the sequence.
- iterate(XPathContext) - ? ????net.sf.saxon.instruct.ForEachGroup
-
Return an Iterator to iterate over the values of a sequence.
- iterate(XPathContext) - ? ????net.sf.saxon.instruct.GeneralVariable
-
Return an Iterator to iterate over the values of a sequence.
- iterate(XPathContext) - ? ????net.sf.saxon.instruct.Instruction
-
Return an Iterator to iterate over the values of a sequence.
- iterate(XPathContext) - ? ????net.sf.saxon.instruct.SimpleNodeConstructor
-
- iterate(XPathContext) - ? ????net.sf.saxon.instruct.TraceWrapper
-
Return an Iterator to iterate over the values of a sequence.
- iterate(XPathContext) - ? ????net.sf.saxon.pattern.PatternSponsor
-
Return an Iterator to iterate over the values of a sequence.
- iterate(XPathContext) - ? ????net.sf.saxon.sort.ConditionalSorter
-
Return an Iterator to iterate over the values of a sequence.
- iterate(XPathContext) - ? ????net.sf.saxon.sort.DocumentSorter
-
- iterate(XPathContext) - ? ????net.sf.saxon.sort.SortExpression
-
Enumerate the results of the expression
- iterate(XPathContext) - ? ????net.sf.saxon.sort.TupleSorter
-
- iterate(XPathDynamicContext) - ? ????net.sf.saxon.sxpath.XPathExpression
-
Execute the expression, returning the result as a
SequenceIterator
, whose members will be instances
of the class
Item
Note that if evaluation of the expression fails with a dynamic error, this will generally
be reported in the form of an exception thrown by the next() method of the
SequenceIterator
- iterate() - ? ????net.sf.saxon.value.AtomicValue
-
Iterate over the (single) item in the sequence
- iterate() - ? ????net.sf.saxon.value.Closure
-
Evaluate the expression in a given context to return an iterator over a sequence
- iterate() - ? ????net.sf.saxon.value.EmptySequence
-
Return an iteration over the sequence
- iterate() - ? ????net.sf.saxon.value.IntegerRange
-
Return an Iterator to iterate over the values of a sequence.
- iterate() - ? ????net.sf.saxon.value.MemoClosure
-
Evaluate the expression in a given context to return an iterator over a sequence
- iterate() - ? ????net.sf.saxon.value.SequenceExtent
-
Return an iterator over this sequence.
- iterate() - ? ????net.sf.saxon.value.ShareableSequence
-
Return an iterator over this sequence.
- iterate() - ? ????net.sf.saxon.value.SingletonClosure
-
Evaluate the expression in a given context to return an iterator over a sequence
- iterate() - ? ????net.sf.saxon.value.SingletonNode
-
Return an enumeration of this nodeset value.
- iterate() - ? ????net.sf.saxon.value.Value
-
Iterate over the items contained in this value.
- iterate(XPathContext) - ? ????net.sf.saxon.value.Value
-
Return an iterator over the results of evaluating an expression
- iterate(XPathContext) - ? ????net.sf.saxon.xpath.XPathFunctionCall
-
Evaluate the function.
- ITERATE_AND_MATERIALIZE - ? ??????net.sf.saxon.expr.ExpressionTool
-
- ITERATE_METHOD - ? ??????net.sf.saxon.expr.Expression
-
- iterateAttributes() - ? ????net.sf.saxon.evpull.StartElementEvent
-
Get an iterator over the attributes of this element
- iterateAxis(byte) - ? ????net.sf.saxon.dom.NodeWrapper
-
Return an iteration over the nodes reached by the given axis from this node
- iterateAxis(byte, NodeTest) - ? ????net.sf.saxon.dom.NodeWrapper
-
Return an iteration over the nodes reached by the given axis from this node
- iterateAxis(byte) - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Return an iteration over the nodes reached by the given axis from this node
- iterateAxis(byte, NodeTest) - ? ????net.sf.saxon.dom4j.NodeWrapper
-
Return an iteration over the nodes reached by the given axis from this node
- iterateAxis(byte) - ? ????net.sf.saxon.jdom.NodeWrapper
-
Return an iteration over the nodes reached by the given axis from this node
- iterateAxis(byte, NodeTest) - ? ????net.sf.saxon.jdom.NodeWrapper
-
Return an iteration over the nodes reached by the given axis from this node
- iterateAxis(byte, NodeTest) - ?? ????net.sf.saxon.om.AxisIterator
-
Return an iterator over an axis, starting at the current node.
- iterateAxis(byte, NodeTest) - ? ????net.sf.saxon.om.AxisIteratorImpl
-
Return an iterator over an axis, starting at the current node.
- iterateAxis(byte, NodeTest) - ? ????net.sf.saxon.om.EmptyIterator
-
Return an iterator over an axis, starting at the current node.
- iterateAxis(byte, NodeTest) - ? ????net.sf.saxon.om.NamespaceIterator
-
Return an iterator over an axis, starting at the current node.
- iterateAxis(byte) - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Return an iteration over all the nodes reached by the given axis from this node
- iterateAxis(byte, NodeTest) - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Return an iteration over all the nodes reached by the given axis from this node
that match a given NodeTest
- iterateAxis(byte, NodeTest) - ? ????net.sf.saxon.om.NodeArrayIterator
-
Return an iterator over an axis, starting at the current node.
- iterateAxis(byte) - ?? ????net.sf.saxon.om.NodeInfo
-
Return an iteration over all the nodes reached by the given axis from this node
- iterateAxis(byte, NodeTest) - ?? ????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, NodeTest) - ? ????net.sf.saxon.om.NodeListIterator
-
Return an iterator over an axis, starting at the current node.
- iterateAxis(byte) - ? ????net.sf.saxon.om.Orphan
-
Return an iteration over the nodes reached by the given axis from this node
- iterateAxis(byte, NodeTest) - ? ????net.sf.saxon.om.Orphan
-
Return an iteration over the nodes reached by the given axis from this node
- iterateAxis(byte, NodeTest) - ? ????net.sf.saxon.om.PrependIterator
-
Return an iterator over an axis, starting at the current node.
- iterateAxis(byte, NodeTest) - ? ????net.sf.saxon.om.ReverseNodeArrayIterator
-
Return an iterator over an axis, starting at the current node.
- iterateAxis(byte, NodeTest) - ? ????net.sf.saxon.om.SingleNodeIterator
-
Return an iterator over an axis, starting at the current node.
- iterateAxis(byte) - ? ????net.sf.saxon.om.StrippedNode
-
Return an iteration over the nodes reached by the given axis from this node
- iterateAxis(byte, NodeTest) - ? ????net.sf.saxon.om.StrippedNode
-
Return an iteration over the nodes reached by the given axis from this node
- iterateAxis(byte) - ? ????net.sf.saxon.om.VirtualCopy
-
Return an iteration over all the nodes reached by the given axis from this node
- iterateAxis(byte, NodeTest) - ? ????net.sf.saxon.om.VirtualCopy
-
Return an iteration over all the nodes reached by the given axis from this node
that match a given NodeTest
- iterateAxis(byte, NodeTest) - ? ????net.sf.saxon.om.VirtualCopy.VirtualCopier
-
Return an iterator over an axis, starting at the current node.
- iterateAxis(byte) - ? ????net.sf.saxon.pull.UnconstructedParent
-
Return an iteration over all the nodes reached by the given axis from this node
- iterateAxis(byte, NodeTest) - ? ????net.sf.saxon.pull.UnconstructedParent
-
Return an iteration over all the nodes reached by the given axis from this node
that match a given NodeTest
- iterateAxis(byte) - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Return an iterator over all the nodes reached by the given axis from this node
- iterateAxis(byte, NodeTest) - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Return an iterator over the nodes reached by the given axis from this node
- iterateAxis(byte) - ? ????net.sf.saxon.tree.NodeImpl
-
Return an enumeration over the nodes reached by the given axis from this node
- iterateAxis(byte, NodeTest) - ? ????net.sf.saxon.tree.NodeImpl
-
Return an enumeration over the nodes reached by the given axis from this node
- iterateAxis(byte) - ? ????net.sf.saxon.value.TextFragmentValue
-
Return an iteration over the nodes reached by the given axis from this node
- iterateAxis(byte, NodeTest) - ? ????net.sf.saxon.value.TextFragmentValue
-
Return an enumeration over the nodes reached by the given axis from this node
- iterateAxis(byte) - ? ????net.sf.saxon.xom.NodeWrapper
-
Return an iteration over the nodes reached by the given axis from this
node
- iterateAxis(byte, NodeTest) - ? ????net.sf.saxon.xom.NodeWrapper
-
Return an iteration over the nodes reached by the given axis from this
node
- iterateCharacters() - ? ????net.sf.saxon.value.StringValue
-
Iterate over a string, returning a sequence of integers representing the Unicode code-point values
- iterateCurrentGroup() - ? ????net.sf.saxon.sort.GroupAdjacentIterator
-
- iterateCurrentGroup() - ? ????net.sf.saxon.sort.GroupByIterator
-
Get an iterator over the items in the current group
- iterateCurrentGroup() - ? ????net.sf.saxon.sort.GroupEndingIterator
-
- iterateCurrentGroup() - ?? ????net.sf.saxon.sort.GroupIterator
-
Get an iterator over the members of the current group, in population
order.
- iterateCurrentGroup() - ? ????net.sf.saxon.sort.GroupStartingIterator
-
- iterateCurrentGroup() - ? ????net.sf.saxon.sort.SortedGroupIterator
-
- iterateDeclaredGlobalVariables() - ? ????net.sf.saxon.query.StaticQueryContext
-
Iterate over all the declared global variables
- iterateDeclaredPrefixes() - ? ????net.sf.saxon.query.StaticQueryContext
-
- iterateEvents(XPathContext) - ? ????net.sf.saxon.expr.Expression
-
Deliver the result of the expression as a sequence of events.
- iterateEvents(XPathContext) - ? ????net.sf.saxon.expr.ForExpression
-
Deliver the result of the expression as a sequence of events.
- iterateEvents(XPathContext) - ? ????net.sf.saxon.expr.LetExpression
-
Iterate over the result of the expression to return a sequence of events
- iterateEvents(XPathContext) - ? ????net.sf.saxon.expr.UserFunctionCall
-
Process the function call in pull mode
- iterateEvents(XPathContext) - ? ????net.sf.saxon.instruct.Block
-
Get an EventIterator over the results of all the child expressions
- iterateEvents(XPathContext) - ? ????net.sf.saxon.instruct.Choose
-
Deliver the result of the expression as a sequence of events.
- iterateEvents(XPathContext) - ? ????net.sf.saxon.instruct.DocumentInstr
-
- iterateEvents(XPathContext) - ? ????net.sf.saxon.instruct.ElementCreator
-
- iterateEvents(ValueRepresentation[], XPathContextMajor) - ? ????net.sf.saxon.instruct.UserFunction
-
Call this function in "pull" mode, returning the results as a sequence of PullEvents.
- iterateEvents(Controller, DynamicQueryContext) - ? ????net.sf.saxon.query.XQueryExpression
-
Run the query returning the results as an EventIterator
- iterateFunctions() - ? ????net.sf.saxon.functions.ExecutableFunctionLibrary
-
Iterate over all the functions defined in this function library.
- iterateImportedNamespaces() - ? ????net.sf.saxon.query.QueryModule
-
Get an iterator over all the module namespaces that this module imports
- IterateInstr - net.sf.saxon.expr???
-
A TailCallLoop wraps the body of a function that contains tail-recursive function calls.
- IterateInstr(Expression, Expression, Expression) - ? ????net.sf.saxon.expr.IterateInstr
-
Create a saxon:iterate instruction
- iterateNamedTemplates() - ? ????net.sf.saxon.instruct.Executable
-
Iterate over all the named templates defined in this Executable
- iterateNamespaces(NodeInfo) - ? ??????net.sf.saxon.om.NamespaceCodeIterator
-
Factory method: create an iterator over the in-scope namespace codes for an element
- iterateParameters() - ? ????net.sf.saxon.Controller
-
Get an iterator over the names of global parameters that have been defined
- iteratePrefixes() - ? ????net.sf.saxon.event.NamespaceReducer
-
Get an iterator over all the prefixes declared in this namespace context.
- iteratePrefixes() - ? ????net.sf.saxon.event.StartTagBuffer
-
Get an iterator over all the prefixes declared in this namespace context.
- iteratePrefixes() - ? ????net.sf.saxon.evpull.NamespaceMaintainer
-
Get an iterator over all the prefixes declared in this namespace context.
- iteratePrefixes() - ? ????net.sf.saxon.instruct.DummyNamespaceResolver
-
Get an iterator over all the prefixes declared in this namespace context.
- iteratePrefixes() - ? ????net.sf.saxon.instruct.SavedNamespaceContext
-
Get an iterator over all the prefixes declared in this namespace context.
- iteratePrefixes() - ? ????net.sf.saxon.om.InscopeNamespaceResolver
-
Get an iterator over all the prefixes declared in this namespace context.
- iteratePrefixes() - ?? ????net.sf.saxon.om.NamespaceResolver
-
Get an iterator over all the prefixes declared in this namespace context.
- iteratePrefixes() - ? ????net.sf.saxon.om.NamespaceResolverForElements
-
Get an iterator over all the prefixes declared in this namespace context.
- iteratePrefixes() - ? ????net.sf.saxon.pull.NamespaceContextImpl
-
Get an iterator over all the prefixes declared in this namespace context.
- iteratePrefixes() - ? ????net.sf.saxon.pull.PullNamespaceReducer
-
Get an iterator over all the prefixes declared in this namespace context.
- iteratePrefixes() - ? ????net.sf.saxon.sxpath.IndependentContext
-
Get an iterator over all the prefixes declared in this namespace context.
- iteratePrefixes() - ? ????net.sf.saxon.tree.ElementImpl
-
Get an iterator over all the prefixes declared in this namespace context.
- iteratePrefixes() - ? ????net.sf.saxon.xpath.JAXPXPathStaticContext
-
Get an iterator over all the prefixes declared in this namespace context.
- iterateReferences() - ? ????net.sf.saxon.query.GlobalVariableDefinition
-
Iterate over the references to this variable
- iterateStackFrames() - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Get the context stack.
- iterateStackFrames() - ?? ????net.sf.saxon.expr.XPathContext
-
Get the context stack.
- iterateStackFrames() - ? ????net.sf.saxon.expr.XPathContextMinor
-
Get the context stack.
- iterateSubExpressions() - ? ????net.sf.saxon.expr.Assignation
-
Get the immediate subexpressions of this expression
- iterateSubExpressions() - ? ????net.sf.saxon.expr.BinaryExpression
-
Get the immediate subexpressions of this expression
- iterateSubExpressions() - ? ????net.sf.saxon.expr.CompareToIntegerConstant
-
Get the immediate sub-expressions of this expression.
- iterateSubExpressions() - ? ????net.sf.saxon.expr.ContinueInstr
-
- iterateSubExpressions() - ? ????net.sf.saxon.expr.Expression
-
Get the immediate sub-expressions of this expression.
- iterateSubExpressions() - ? ????net.sf.saxon.expr.FilterExpression
-
Get the immediate subexpressions of this expression
- iterateSubExpressions() - ? ????net.sf.saxon.expr.FunctionCall
-
Get the immediate subexpressions of this expression
- iterateSubExpressions() - ? ????net.sf.saxon.expr.IntegerRangeTest
-
Get the immediate sub-expressions of this expression.
- iterateSubExpressions() - ? ????net.sf.saxon.expr.IterateInstr
-
Get all the XPath expressions associated with this instruction
(in XSLT terms, the expression present on attributes of the instruction,
as distinct from the child instructions in a sequence construction)
- iterateSubExpressions() - ? ????net.sf.saxon.expr.PatternMatchExpression
-
Get the immediate sub-expressions of this expression.
- iterateSubExpressions() - ? ????net.sf.saxon.expr.SimpleExpression
-
Get the immediate sub-expressions of this expression.
- iterateSubExpressions() - ? ????net.sf.saxon.expr.SlashExpression
-
Get the immediate subexpressions of this expression
- iterateSubExpressions() - ? ????net.sf.saxon.expr.TailExpression
-
- iterateSubExpressions() - ? ????net.sf.saxon.expr.UnaryExpression
-
Get the immediate subexpressions of this expression
- iterateSubExpressions() - ? ????net.sf.saxon.instruct.AnalyzeString
-
Get all the XPath expressions associated with this instruction
(in XSLT terms, the expression present on attributes of the instruction,
as distinct from the child instructions in a sequence construction)
- iterateSubExpressions() - ? ????net.sf.saxon.instruct.ApplyImports
-
Get all the XPath expressions associated with this instruction
(in XSLT terms, the expression present on attributes of the instruction,
as distinct from the child instructions in a sequence construction)
- iterateSubExpressions() - ? ????net.sf.saxon.instruct.ApplyTemplates
-
Get all the XPath expressions associated with this instruction
(in XSLT terms, the expression present on attributes of the instruction,
as distinct from the child instructions in a sequence construction)
- iterateSubExpressions() - ? ????net.sf.saxon.instruct.Block
-
- iterateSubExpressions() - ? ????net.sf.saxon.instruct.CallTemplate
-
Get all the XPath expressions associated with this instruction
(in XSLT terms, the expression present on attributes of the instruction,
as distinct from the child instructions in a sequence construction)
- iterateSubExpressions() - ? ????net.sf.saxon.instruct.Choose
-
Get all the XPath expressions associated with this instruction
(in XSLT terms, the expression present on attributes of the instruction,
as distinct from the child instructions in a sequence construction)
- iterateSubExpressions() - ? ????net.sf.saxon.instruct.ComputedAttribute
-
Get the subexpressions of this expression
- iterateSubExpressions() - ? ????net.sf.saxon.instruct.ComputedElement
-
- iterateSubExpressions() - ? ????net.sf.saxon.instruct.CopyOf
-
- iterateSubExpressions() - ? ????net.sf.saxon.instruct.Doctype
-
Get the immediate sub-expressions of this expression.
- iterateSubExpressions() - ? ????net.sf.saxon.instruct.ForEach
-
Get all the XPath expressions associated with this instruction
(in XSLT terms, the expression present on attributes of the instruction,
as distinct from the child instructions in a sequence construction)
- iterateSubExpressions() - ? ????net.sf.saxon.instruct.ForEachGroup
-
Get all the XPath expressions associated with this instruction
(in XSLT terms, the expression present on attributes of the instruction,
as distinct from the child instructions in a sequence construction)
- iterateSubExpressions() - ? ????net.sf.saxon.instruct.GeneralVariable
-
Get all the XPath expressions associated with this instruction
(in XSLT terms, the expression present on attributes of the instruction,
as distinct from the child instructions in a sequence construction)
- iterateSubExpressions() - ? ????net.sf.saxon.instruct.LocalParam
-
Get all the XPath expressions associated with this instruction
(in XSLT terms, the expression present on attributes of the instruction,
as distinct from the child instructions in a sequence construction)
- iterateSubExpressions() - ? ????net.sf.saxon.instruct.Message
-
Get all the XPath expressions associated with this instruction
(in XSLT terms, the expression present on attributes of the instruction,
as distinct from the child instructions in a sequence construction)
- iterateSubExpressions() - ? ????net.sf.saxon.instruct.Namespace
-
- iterateSubExpressions() - ? ????net.sf.saxon.instruct.NumberInstruction
-
Get the immediate sub-expressions of this expression.
- iterateSubExpressions() - ? ????net.sf.saxon.instruct.ParentNodeConstructor
-
Get the immediate sub-expressions of this expression.
- iterateSubExpressions() - ? ????net.sf.saxon.instruct.ProcessingInstruction
-
- iterateSubExpressions() - ? ????net.sf.saxon.instruct.ResultDocument
-
Get all the XPath expressions associated with this instruction
(in XSLT terms, the expression present on attributes of the instruction,
as distinct from the child instructions in a sequence construction)
- iterateSubExpressions() - ? ????net.sf.saxon.instruct.SimpleContentConstructor
-
Get the immediate sub-expressions of this expression.
- iterateSubExpressions() - ? ????net.sf.saxon.instruct.SimpleNodeConstructor
-
- iterateSubExpressions() - ? ????net.sf.saxon.instruct.TraceWrapper
-
- iterateSubExpressions() - ? ????net.sf.saxon.instruct.While
-
Get all the XPath expressions associated with this instruction
(in XSLT terms, the expression present on attributes of the instruction,
as distinct from the child instructions in a sequence construction)
- iterateSubExpressions() - ? ????net.sf.saxon.pattern.IDPattern
-
Iterate over the subexpressions within this pattern
- iterateSubExpressions() - ? ????net.sf.saxon.pattern.KeyPattern
-
Iterate over the subexpressions within this pattern
- iterateSubExpressions() - ? ????net.sf.saxon.pattern.LocationPathPattern
-
Iterate over the subexpressions within this pattern
- iterateSubExpressions() - ? ????net.sf.saxon.pattern.Pattern
-
Iterate over the subexpressions within this pattern
- iterateSubExpressions() - ? ????net.sf.saxon.pattern.PatternSponsor
-
Get the immediate sub-expressions of this expression.
- iterateSubExpressions() - ? ????net.sf.saxon.pattern.UnionPattern
-
Iterate over the subexpressions within this pattern
- iterateSubExpressions() - ? ????net.sf.saxon.sort.ConditionalSorter
-
Get the immediate sub-expressions of this expression.
- iterateSubExpressions() - ? ????net.sf.saxon.sort.SortExpression
-
Get the immediate sub-expressions of this expression.
- iterateSubExpressions() - ? ????net.sf.saxon.sort.TupleExpression
-
- iterateSubExpressions() - ? ????net.sf.saxon.sort.TupleSorter
-
- iterator(DynamicQueryContext) - ? ????net.sf.saxon.query.XQueryExpression
-
Get an iterator over the results of the expression.
- iterator() - ? ????net.sf.saxon.s9api.XdmValue
-
Returns an iterator over the items in this value.
- iterator() - ? ????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() - ? ????net.sf.saxon.s9api.XQueryEvaluator
-
Get an iterator over the results of the query.
- iterator() - ? ????net.sf.saxon.sort.IntArraySet
-
Get an iterator over the values
- iterator() - ? ????net.sf.saxon.sort.IntHashSet
-
Get an iterator over the values
- iterator() - ? ????net.sf.saxon.sort.IntRangeSet
-
Get an iterator over the values
- iterator() - ?? ????net.sf.saxon.sort.IntSet
-
Get an iterator over the values
- SAME_AS_FIRST_ARGUMENT - ? ??????net.sf.saxon.functions.StandardFunction
-
- SAME_TYPE - ? ??????net.sf.saxon.type.TypeHierarchy
-
Constant denoting relationship between two types: A is the same type as B
- SATISFIES - ? ??????net.sf.saxon.expr.Token
-
Keyword "satisfies"
- saveContext(Expression, XPathContext) - ? ????net.sf.saxon.value.Closure
-
- SavedNamespaceContext - net.sf.saxon.instruct???
-
An object representing a list of Namespaces.
- SavedNamespaceContext(int[], NamePool) - ? ????net.sf.saxon.instruct.SavedNamespaceContext
-
Create a NamespaceContext object
- SavedNamespaceContext(NamespaceResolver, NamePool) - ? ????net.sf.saxon.instruct.SavedNamespaceContext
-
Create a SavedNamespaceContext that captures all the information in a given NamespaceResolver
- savedXPathContext - ? ????net.sf.saxon.pull.UnconstructedParent
-
- savedXPathContext - ? ????net.sf.saxon.value.Closure
-
- SAXDestination - 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) - ? ????net.sf.saxon.s9api.SAXDestination
-
Create a SAXDestination, supplying a SAX ContentHandler to which
events will be routed
- SAXON - ? ??????net.sf.saxon.om.NamespaceConstant
-
Fixed namespace name for SAXON: "http://saxon.sf.net/"
- SAXON - ? ??????net.sf.saxon.om.StandardNames
-
- SAXON_ALLOW_ALL_BUILT_IN_TYPES - ? ??????net.sf.saxon.om.StandardNames
-
- SAXON_ASSIGN - ? ??????net.sf.saxon.om.StandardNames
-
- SAXON_ASSIGNABLE - ? ??????net.sf.saxon.om.StandardNames
-
- SAXON_BREAK - ? ??????net.sf.saxon.expr.BreakInstr
-
- SAXON_BREAK - ? ??????net.sf.saxon.om.StandardNames
-
- SAXON_CALL_TEMPLATE - ? ??????net.sf.saxon.om.StandardNames
-
- SAXON_CHARACTER_REPRESENTATION - ? ??????net.sf.saxon.om.StandardNames
-
- SAXON_CODE - ? ??????net.sf.saxon.om.NamespaceConstant
-
Numeric code representing the SAXON namespace
- SAXON_COLLATION - ? ??????net.sf.saxon.om.StandardNames
-
- SAXON_CONTINUE - ? ??????net.sf.saxon.expr.ContinueInstr
-
- SAXON_CONTINUE - ? ??????net.sf.saxon.om.StandardNames
-
- SAXON_DOCTYPE - ? ??????net.sf.saxon.om.StandardNames
-
- SAXON_DOUBLE_SPACE - ? ??????net.sf.saxon.om.StandardNames
-
- SAXON_ENTITY_REF - ? ??????net.sf.saxon.om.StandardNames
-
- SAXON_EVALUATE - ? ??????net.sf.saxon.trace.Location
-
An XPath expression constructed dynamically using saxon:evaluate (or saxon:expression).
- SAXON_EXPLAIN - ? ??????net.sf.saxon.om.StandardNames
-
- SAXON_FINALLY - ? ??????net.sf.saxon.om.StandardNames
-
- SAXON_HIGHER_ORDER_EXTENSION_FUNCTION - ? ??????net.sf.saxon.trace.Location
-
A higher-order extension function such as saxon:sum, saxon:highest.
- SAXON_IMPORT_QUERY - ? ??????net.sf.saxon.om.StandardNames
-
- SAXON_INDENT_SPACES - ? ??????net.sf.saxon.om.StandardNames
-
- SAXON_ITERATE - ? ??????net.sf.saxon.om.StandardNames
-
- SAXON_JAVA_LANG_OBJECT - ? ??????net.sf.saxon.om.StandardNames
-
- SAXON_MEMO_FUNCTION - ? ??????net.sf.saxon.om.StandardNames
-
- SAXON_NEXT_IN_CHAIN - ? ??????net.sf.saxon.om.StandardNames
-
- SAXON_READ_ONCE - ? ??????net.sf.saxon.om.StandardNames
-
- SAXON_REQUIRE_WELL_FORMED - ? ??????net.sf.saxon.om.StandardNames
-
- SAXON_SCRIPT - ? ??????net.sf.saxon.om.StandardNames
-
- SAXON_SERIALIZE - ? ??????net.sf.saxon.trace.Location
-
The saxon:serialize() extension function.
- SAXON_SUPPRESS_INDENTATION - ? ??????net.sf.saxon.om.StandardNames
-
- SAXON_WHILE - ? ??????net.sf.saxon.om.StandardNames
-
- SAXON_XQUERY_METHOD - ? ??????net.sf.saxon.event.SaxonOutputKeys
-
String constant representing the saxon:xquery output method name
- SaxonApiException - net.sf.saxon.s9api??????
-
An exception thrown by the Saxon s9api API.
- SaxonApiException(Throwable) - ???? ????net.sf.saxon.s9api.SaxonApiException
-
Create a SaxonApiException
- SaxonApiException(String) - ???? ????net.sf.saxon.s9api.SaxonApiException
-
Create a SaxonApiException
- SaxonApiUncheckedException - net.sf.saxon.s9api??????
-
An unchecked exception thrown by the Saxon API.
- SaxonApiUncheckedException(Throwable) - ???? ????net.sf.saxon.s9api.SaxonApiUncheckedException
-
Create an unchecked exception
- SaxonAssign - net.sf.saxon.style???
-
saxon:assign element in stylesheet.
- SaxonAssign() - ? ????net.sf.saxon.style.SaxonAssign
-
- SaxonBreak - net.sf.saxon.style???
-
A saxon:break element in the stylesheet, or (by subclassing) a saxon:continue element
- SaxonBreak() - ? ????net.sf.saxon.style.SaxonBreak
-
- SaxonCallTemplate - net.sf.saxon.style???
-
A saxon:call-template element in the stylesheet.
- SaxonCallTemplate() - ? ????net.sf.saxon.style.SaxonCallTemplate
-
- SaxonCollation - net.sf.saxon.style???
-
A saxon:collation element in the style sheet: this is a top-level
element that defines details of a named collation.
- SaxonCollation() - ? ????net.sf.saxon.style.SaxonCollation
-
- SaxonContinue - net.sf.saxon.style???
-
A saxon:continue element in the stylesheet
- SaxonContinue() - ? ????net.sf.saxon.style.SaxonContinue
-
- SaxonDoctype - net.sf.saxon.style???
-
A saxon:doctype element in the stylesheet.
- SaxonDoctype() - ? ????net.sf.saxon.style.SaxonDoctype
-
- SaxonEntityRef - net.sf.saxon.style???
-
A saxon:entity-ref element in the stylesheet.
- SaxonEntityRef() - ? ????net.sf.saxon.style.SaxonEntityRef
-
- SaxonErrorCode - net.sf.saxon.trans???
-
The class acts as a register of Saxon-specific error codes.
- SaxonErrorCode() - ? ????net.sf.saxon.trans.SaxonErrorCode
-
- SaxonFinally - net.sf.saxon.style???
-
saxon:finally element in stylesheet.
- SaxonFinally() - ? ????net.sf.saxon.style.SaxonFinally
-
- SaxonImportQuery - net.sf.saxon.style???
-
The class implements a saxon:import-query declaration in a stylesheet.
- SaxonImportQuery() - ? ????net.sf.saxon.style.SaxonImportQuery
-
- SaxonIterate - net.sf.saxon.style???
-
Handler for saxon:iterate elements in stylesheet.
- SaxonIterate() - ? ????net.sf.saxon.style.SaxonIterate
-
- SaxonLocator - net.sf.saxon.event????
-
SaxonLocator: this interface exists to unify the SAX Locator and JAXP SourceLocator interfaces,
which are identical.
- SaxonOutputKeys - net.sf.saxon.event???
-
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.
- SaxonScript - net.sf.saxon.style???
-
A saxon:script element in the stylesheet.
- SaxonScript() - ? ????net.sf.saxon.style.SaxonScript
-
- SaxonWhile - net.sf.saxon.style???
-
Handler for saxon:while elements in stylesheet.
- SaxonWhile() - ? ????net.sf.saxon.style.SaxonWhile
-
- scanOnly - ? ????net.sf.saxon.expr.ExpressionParser
-
- SCHEMA - ? ??????net.sf.saxon.om.NamespaceConstant
-
Namespace name for XML Schema: "http://www.w3.org/2001/XMLSchema"
- SCHEMA_CODE - ? ??????net.sf.saxon.om.NamespaceConstant
-
Numeric code representing the schema namespace
- SCHEMA_INSTANCE - ? ??????net.sf.saxon.om.NamespaceConstant
-
XML-schema-defined namespace for use in instance documents ("xsi")
- SCHEMA_LOCATION - ? ??????net.sf.saxon.om.StandardNames
-
- SCHEMA_URI_RESOLVER - ? ??????net.sf.saxon.FeatureKeys
-
- SCHEMA_URI_RESOLVER_CLASS - ? ??????net.sf.saxon.FeatureKeys
-
SCHEMA_URI_RESOLVER_CLASS must be the name of a class that implements
SchemaURIResolver
.
- SCHEMA_VALIDATION - ? ??????net.sf.saxon.FeatureKeys
-
SCHEMA_VALIDATION must be an Integer.
- SCHEMA_VALIDATION_MODE - ? ??????net.sf.saxon.FeatureKeys
-
SCHEMA_VALIDATION_MODE must be a String: one of "strict", "lax", "preserve", or "skip".
- SchemaComponent - net.sf.saxon.type????
-
This is a marker interface that represents any "schema component" as defined in the XML Schema
specification.
- SchemaDeclaration - net.sf.saxon.type????
-
This is a marker interface that acts as a surrogate for an object representing
a global element or attribute declaration.
- SchemaException - net.sf.saxon.type??????
-
An exception that identifies an error in reading, parsing, or
validating a schema.
- SchemaException() - ???? ????net.sf.saxon.type.SchemaException
-
Creates a new XMLException with no message
or nested Exception.
- SchemaException(String, SourceLocator) - ???? ????net.sf.saxon.type.SchemaException
-
- SchemaException(String) - ???? ????net.sf.saxon.type.SchemaException
-
Creates a new XMLException with the given message.
- SchemaException(Throwable) - ???? ????net.sf.saxon.type.SchemaException
-
Creates a new XMLException with the given nested
exception.
- SchemaException(String, Throwable) - ???? ????net.sf.saxon.type.SchemaException
-
Creates a new XMLException with the given message
and nested exception.
- SchemaManager - 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(Configuration) - ? ????net.sf.saxon.s9api.SchemaManager
-
- SchemaType - 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) - ? ??????net.sf.saxon.type.TypeHierarchy
-
Get the relationship of two schema types to each other
- SchemaURIResolver - net.sf.saxon.type????
-
A SchemaURIResolver is used when resolving references to
schema documents.
- SchemaValidator - net.sf.saxon.s9api???
-
A SchemaValidator is an object that is used for validating instance documents against a schema.
- SchemaValidator(Configuration) - ? ????net.sf.saxon.s9api.SchemaValidator
-
- SCM - ? ??????net.sf.saxon.om.NamespaceConstant
-
Namespace for the Saxon serialization of the schema component model
- SCM - ? ??????net.sf.saxon.om.StandardNames
-
- SCM_ANNOTATION - ? ??????net.sf.saxon.om.StandardNames
-
- SCM_ATTRIBUTE_DECLARATION - ? ??????net.sf.saxon.om.StandardNames
-
- SCM_ATTRIBUTE_GROUP_DECLARATION - ? ??????net.sf.saxon.om.StandardNames
-
- SCM_COMPLEX_TYPE_DEFINITION - ? ??????net.sf.saxon.om.StandardNames
-
- SCM_ELEMENT_DECLARATION - ? ??????net.sf.saxon.om.StandardNames
-
- SCM_MODEL_GROUP_DECLARATION - ? ??????net.sf.saxon.om.StandardNames
-
- SCM_NAME - ? ??????net.sf.saxon.om.StandardNames
-
- SCM_NOTATION_DECLARATION - ? ??????net.sf.saxon.om.StandardNames
-
- SCM_SCHEMA - ? ??????net.sf.saxon.om.StandardNames
-
- SCM_SIMPLE_TYPE_DEFINITION - ? ??????net.sf.saxon.om.StandardNames
-
- SCM_TARGET_NAMESPACE - ? ??????net.sf.saxon.om.StandardNames
-
- sealNamespace(String) - ? ????net.sf.saxon.Configuration
-
Mark a schema namespace as being sealed.
- secondInMinute(String) - ? ??????net.sf.saxon.exslt.Date
-
Return the second of the minute in the specified date or date/time
- secondInMinute(XPathContext) - ? ??????net.sf.saxon.exslt.Date
-
Return the current second of the minute
- SECONDS - ? ??????net.sf.saxon.functions.Component
-
- seconds - ? ????net.sf.saxon.value.DurationValue
-
- select - ? ????net.sf.saxon.instruct.SimpleNodeConstructor
-
- SELECT - ? ??????net.sf.saxon.om.StandardNames
-
- select - ? ????net.sf.saxon.style.XSLGeneralVariable
-
- select - ? ????net.sf.saxon.style.XSLStringConstructor
-
- selectByKey(StructuredQName, DocumentInfo, AtomicValue, XPathContext) - ? ????net.sf.saxon.trans.KeyManager
-
Get the nodes with a given key value.
- selectByKey(KeyDefinitionSet, DocumentInfo, AtomicValue, XPathContext) - ? ????net.sf.saxon.trans.KeyManager
-
Get the nodes with a given key value
- selectID(String) - ? ????net.sf.saxon.dom.DocumentWrapper
-
Get the element with a given ID, if any
- selectID(String) - ? ????net.sf.saxon.dom4j.DocumentWrapper
-
Get the element with a given ID, if any
- selectID(String) - ? ????net.sf.saxon.jdom.DocumentWrapper
-
Get the element with a given ID, if any
- selectID(String) - ?? ????net.sf.saxon.om.DocumentInfo
-
Get the element with a given ID, if any
- selectID(String) - ? ????net.sf.saxon.om.StrippedDocument
-
Get the element with a given ID, if any
- selectID(String) - ? ????net.sf.saxon.om.VirtualDocumentCopy
-
Get the element with a given ID, if any
- selectID(String) - ? ????net.sf.saxon.pull.UnconstructedDocument
-
Get the element with a given ID, if any
- selectID(String) - ? ????net.sf.saxon.tinytree.TinyDocumentImpl
-
Get the element with a given ID.
- selectID(String) - ? ????net.sf.saxon.tree.DocumentImpl
-
Get the element with a given ID.
- selectID(String) - ? ????net.sf.saxon.value.TextFragmentValue
-
Get the element with a given ID.
- selectID(String) - ? ????net.sf.saxon.xom.DocumentWrapper
-
Get the element with a given ID, if any
- selectNodes(DocumentInfo, XPathContext) - ? ????net.sf.saxon.pattern.IdrefTest
-
Select nodes in a document using this PatternFinder.
- selectNodes(DocumentInfo, XPathContext) - ? ????net.sf.saxon.pattern.Pattern
-
Select nodes in a document using this PatternFinder.
- selectNodes(DocumentInfo, XPathContext) - ?? ????net.sf.saxon.pattern.PatternFinder
-
Select nodes in a document using this PatternFinder.
- SELF - ? ??????net.sf.saxon.om.Axis
-
Constant representing the self axis
- SEMICOLON - ? ??????net.sf.saxon.expr.Token
-
semicolon separator
- send() - ? ????net.sf.saxon.dom.DOMSender
-
Walk a document (traversing the nodes depth first)
- send(Receiver) - ? ????net.sf.saxon.event.DocumentSender
-
Send the entire document to the receiver
- send(Receiver) - ? ????net.sf.saxon.event.EventSource
-
Supply events to a Receiver.
- send(Source, Receiver) - ? ????net.sf.saxon.event.Sender
-
Send the contents of a Source to a Receiver.
- send(Source, Receiver, boolean) - ? ????net.sf.saxon.event.Sender
-
Send the contents of a Source to a Receiver.
- sendDoc(String, String, XPathContext, SourceLocator, Receiver) - ? ??????net.sf.saxon.functions.Document
-
Supporting routine to push one external document given a URI (href) and a baseURI to a given Receiver.
- sendDocument(XPathContext, Receiver) - ? ????net.sf.saxon.functions.Doc
-
Copy the document identified by this expression to a given Receiver.
- sendDocuments(XPathContext, Receiver) - ? ????net.sf.saxon.functions.Document
-
Copy the documents identified by this expression to a given Receiver.
- Sender - net.sf.saxon.event???
-
Sender is a helper class that sends events to a Receiver from any kind of Source object
- Sender(PipelineConfiguration) - ? ????net.sf.saxon.event.Sender
-
Create a Sender
- sendNamespaces(NodeInfo, Receiver) - ? ??????net.sf.saxon.om.NamespaceCodeIterator
-
Send all the in-scope namespaces for a node to a specified receiver
- sendSource(Source, Receiver, PipelineConfiguration) - ? ????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, PipelineConfiguration) - ? ????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, PipelineConfiguration) - ? ????net.sf.saxon.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, PipelineConfiguration) - ? ????net.sf.saxon.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, PipelineConfiguration) - ?? ????net.sf.saxon.om.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, PipelineConfiguration) - ? ????net.sf.saxon.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) - ? ??????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
- SEPARATOR - ? ??????net.sf.saxon.om.StandardNames
-
- sequence - ? ????net.sf.saxon.expr.Assignation
-
- sequence - ? ????net.sf.saxon.expr.ExpressionParser.ForClause
-
- SEQUENCE_TYPE - ? ??????net.sf.saxon.expr.ExpressionParser
-
- SEQUENCE_TYPE_STATE - ? ??????net.sf.saxon.expr.Tokenizer
-
State in which the next thing to be read is a SequenceType
- SequenceComposer - net.sf.saxon.evpull???
-
This class takes a sequence of pull events and composes them into a sequence of items.
- SequenceComposer(EventIterator, PipelineConfiguration) - ? ????net.sf.saxon.evpull.SequenceComposer
-
Create a sequence composer
- SequenceCopier - net.sf.saxon.event???
-
Copies a sequence, supplied as a SequenceIterator, to a push pipeline, represented by
a SequenceReceiver
- SequenceExtent - net.sf.saxon.value???
-
A sequence value implemented extensionally.
- SequenceExtent(Item[]) - ? ????net.sf.saxon.value.SequenceExtent
-
Construct an sequence from an array of items.
- SequenceExtent(Item[], int, int) - ? ????net.sf.saxon.value.SequenceExtent
-
Construct a SequenceExtent from part of an array of items
- SequenceExtent(SequenceExtent, int, int) - ? ????net.sf.saxon.value.SequenceExtent
-
Construct a SequenceExtent as a view of another SequenceExtent
- SequenceExtent(List) - ? ????net.sf.saxon.value.SequenceExtent
-
Construct a SequenceExtent from a List.
- SequenceExtent(SequenceIterator) - ? ????net.sf.saxon.value.SequenceExtent
-
Construct a sequence containing all the items in a SequenceIterator.
- SequenceIterable - net.sf.saxon.expr????
-
This interface is a simple subset of the Expression interface, that provides a single method to
evaluate the result of an expression as a sequence
- SequenceIterator - net.sf.saxon.om????
-
A SequenceIterator is used to iterate over any XPath 2 sequence (of values or nodes).
- SequenceOutputter - 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() - ? ????net.sf.saxon.event.SequenceOutputter
-
Create a new SequenceOutputter
- SequenceOutputter(Controller, int) - ? ????net.sf.saxon.event.SequenceOutputter
-
- SequenceOutputter(Controller) - ? ????net.sf.saxon.event.SequenceOutputter
-
- SequenceReceiver - net.sf.saxon.event???
-
SequenceReceiver: this extension of the Receiver interface is used when processing
a sequence constructor.
- SequenceReceiver() - ? ????net.sf.saxon.event.SequenceReceiver
-
Create a SequenceReceiver
- SequenceType - 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.
- SequenceWrapper - 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) - ? ????net.sf.saxon.query.SequenceWrapper
-
Create a sequence wrapper.
- SequenceWriter - net.sf.saxon.event???
-
This outputter 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() - ? ????net.sf.saxon.event.SequenceWriter
-
- Serialize - net.sf.saxon.functions???
-
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() - ? ????net.sf.saxon.functions.Serialize
-
- serialize(NodeInfo) - ? ??????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, Configuration) - ? ??????net.sf.saxon.query.QueryResult
-
- serialize(NodeInfo, Result, Properties) - ? ??????net.sf.saxon.query.QueryResult
-
Serialize a document containing wrapped query results (or any other document, in fact)
as XML.
- Serializer - net.sf.saxon.s9api???
-
A Serializer takes a tree representation of XML and turns it into lexical XML markup.
- Serializer() - ? ????net.sf.saxon.s9api.Serializer
-
- Serializer.Property - net.sf.saxon.s9api????
-
- SerializerFactory - net.sf.saxon.event???
-
Helper class to construct a serialization pipeline for a given result destination
and a given set of output properties.
- SerializerFactory() - ? ????net.sf.saxon.event.SerializerFactory
-
Create a SerializerFactory
- serializeSequence(SequenceIterator, Configuration, OutputStream, Properties) - ? ??????net.sf.saxon.query.QueryResult
-
Serialize an arbitrary sequence, without any special wrapping.
- serializeSequence(SequenceIterator, Configuration, Writer, Properties) - ? ??????net.sf.saxon.query.QueryResult
-
Serialize an arbitrary sequence, without any special wrapping.
- serializeSequence(SequenceIterator, Configuration, Result, Properties) - ? ??????net.sf.saxon.query.QueryResult
-
Serialize a sequence to a given result
- setAction(Expression) - ? ????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
- setActualParameters(WithParam[], WithParam[]) - ? ????net.sf.saxon.instruct.ApplyImports
-
Set the actual parameters on the call
- setActualParameters(WithParam[], WithParam[]) - ? ????net.sf.saxon.instruct.ApplyTemplates
-
Set the actual parameters on the call
- setActualParameters(WithParam[], WithParam[]) - ? ????net.sf.saxon.instruct.CallTemplate
-
Set the actual parameters on the call
- setAllNodesUntyped(boolean) - ? ????net.sf.saxon.Configuration
-
Specify that all nodes encountered within this query or transformation will be untyped
- setAllocateSequenceNumbers(boolean) - ? ????net.sf.saxon.tree.TreeBuilder
-
Set whether the builder should allocate sequence numbers to elements as they are added to the
tree.
- setAllowDocumentProjection(boolean) - ? ????net.sf.saxon.query.XQueryExpression
-
Indicate that document projection is or is not allowed
- setAllowExternalFunctions(boolean) - ? ????net.sf.saxon.Configuration
-
Determine whether calls to external Java functions are permitted.
- setAnnotation(int) - ? ????net.sf.saxon.instruct.AttributeCreator
-
Set the type annotation fingerprint to be used on the attribute event
- setArguments(Expression[]) - ? ????net.sf.saxon.expr.FunctionCall
-
Method called by the expression parser when all arguments have been supplied
- setArguments(Expression[]) - ? ????net.sf.saxon.expr.SimpleExpression
-
Set the immediate sub-expressions of this expression.
- setAssignable(boolean) - ? ????net.sf.saxon.instruct.GeneralVariable
-
Indicate whether this variable is assignable using saxon:assign
- setAtomicComparer(AtomicComparer) - ? ????net.sf.saxon.expr.SingletonComparison
-
- setAtomicComparer(AtomicComparer) - ? ????net.sf.saxon.expr.ValueComparison
-
Set the AtomicComparer used to compare atomic values
- setAtomized() - ? ????net.sf.saxon.expr.PathMap.PathMapNode
-
Indicate that the typed value or string value of the node reached by this path
will be used.
- setAtomized() - ? ????net.sf.saxon.expr.PathMap.PathMapNodeSet
-
Set the atomized property on all nodes in this nodeset
- setAttribute(String, Object) - ? ????net.sf.saxon.dom.DocumentBuilderFactoryImpl
-
Allows the user to set specific attributes on the underlying
implementation.
- setAttribute(String, String) - ? ????net.sf.saxon.dom.ElementOverNodeInfo
-
Adds a new attribute.
- setAttribute(int, int, int, String, long, int) - ? ????net.sf.saxon.om.AttributeCollectionImpl
-
Set (overwrite) an attribute in the attribute list.
- setAttribute(String, Object) - ? ????net.sf.saxon.TransformerFactoryImpl
-
Allows the user to set specific attributes on the underlying
implementation.
- setAttributeNode(Attr) - ? ????net.sf.saxon.dom.ElementOverNodeInfo
-
Adds a new attribute node.
- setAttributeNodeNS(Attr) - ? ????net.sf.saxon.dom.ElementOverNodeInfo
-
Add a new attribute.
- setAttributeNS(String, String, String) - ? ????net.sf.saxon.dom.ElementOverNodeInfo
-
Adds a new attribute.
- setBackwardsCompatibilityMode(boolean) - ? ????net.sf.saxon.sxpath.AbstractStaticContext
-
Set XPath 1.0 compatibility mode on or off (by default, it is false)
- setBackwardsCompatible(boolean) - ? ????net.sf.saxon.expr.NegateExpression
-
Set whether the expression is to be evaluated in XPath 1.0 compatibility mode
- setBackwardsCompatible(boolean) - ? ????net.sf.saxon.s9api.XPathCompiler
-
Set whether XPath 1.0 backwards compatibility mode is to be used.
- setBackwardsCompatible(boolean) - ? ????net.sf.saxon.sort.SortKeyDefinition
-
Set whether this sort key is evaluated in XSLT 1.0 backwards compatibility mode
- setBackwardsCompatible(boolean) - ? ????net.sf.saxon.trans.KeyDefinition
-
Set backwards compatibility mode.
- setBackwardsCompatible(boolean) - ? ????net.sf.saxon.xpath.XPathEvaluator
-
Set XPath 1.0 compatibility mode on or off (by default, it is false).
- setBasedir(File) - ? ????net.sf.saxon.ant.AntTransform
-
Set the base directory;
optional, default is the project's basedir.
- setBaseOutputURI(String) - ? ????net.sf.saxon.Controller
-
Set the base output URI.
- setBaseTypeFingerprint(int) - ? ????net.sf.saxon.type.BuiltInAtomicType
-
Set the base type of this type
- setBaseURI(String) - ? ????net.sf.saxon.event.Builder
-
Set the base URI of the document node of the tree being constructed by this builder
- setBaseURI(String) - ? ????net.sf.saxon.event.PIGrabber
-
Set the base URI
- setBaseURI(String) - ? ????net.sf.saxon.instruct.ParentNodeConstructor
-
Set the static base URI of the instruction
- setBaseURI(String) - ? ????net.sf.saxon.pull.UnparsedEntity
-
Set the base URI of the unparsed entity
- setBaseURI(String) - ? ????net.sf.saxon.query.QueryModule
-
Set the base URI for a module
- setBaseURI(String) - ? ????net.sf.saxon.query.StaticQueryContext
-
Set the Base URI of the query
- setBaseURI(URI) - ? ????net.sf.saxon.s9api.DocumentBuilder
-
Set the base URI of a document loaded using this DocumentBuilder
.
- setBaseURI(URI) - ? ????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) - ? ????net.sf.saxon.s9api.XPathCompiler
-
Set the static base URI for XPath expressions compiled using this XPathCompiler.
- setBaseURI(URI) - ? ????net.sf.saxon.s9api.XQueryCompiler
-
Set the static base URI for the query
- setBaseURI(String) - ? ????net.sf.saxon.sort.SortKeyDefinition
-
Set the base URI of the expression.
- setBaseURI(String) - ? ????net.sf.saxon.sxpath.AbstractStaticContext
-
Set the base URI in the static context
- setBaseURI(String) - ? ????net.sf.saxon.tinytree.TinyDocumentImpl
-
Set the base URI of this document node
- setBaseURI(String) - ? ????net.sf.saxon.tree.DocumentImpl
-
Set the base URI of this document node
- setBody(Expression) - ? ????net.sf.saxon.instruct.Procedure
-
- setBody(Expression) - ? ????net.sf.saxon.instruct.Template
-
Set the expression that forms the body of the template
- setBody(Expression) - ? ????net.sf.saxon.query.XQueryFunction
-
Set the body of the function
- setBody(Expression) - ? ????net.sf.saxon.trans.KeyDefinition
-
Set the body of the key (the use expression).
- setCaller(XPathContext) - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Set the calling XPathContext
- setCaller(XPathContext) - ?? ????net.sf.saxon.expr.XPathContext
-
Set the calling XPathContext
- setCaller(XPathContext) - ? ????net.sf.saxon.expr.XPathContextMinor
-
Set the calling XPathContext
- setCaseOrder(Expression) - ? ????net.sf.saxon.sort.SortKeyDefinition
-
Set the case order.
- setCharacterMapIndex(HashMap) - ? ????net.sf.saxon.instruct.Executable
-
Set the index of named character maps
- setCharacterMaps(List) - ? ????net.sf.saxon.event.CharacterMapExpander
-
Set the character maps to be used by this CharacterMapExpander.
- setCharAt(int, char) - ? ????net.sf.saxon.om.FastStringBuffer
-
Set the character at a particular offset
- setChildren(Expression[]) - ? ????net.sf.saxon.instruct.Block
-
Set the children of this instruction
- setClassLoader(ClassLoader) - ? ????net.sf.saxon.Controller
-
Set a ClassLoader to be used when loading external classes.
- setClassLoader(ClassLoader) - ? ????net.sf.saxon.trans.DynamicLoader
-
Set a ClassLoader to be used when loading external classes.
- setClasspath(Path) - ? ????net.sf.saxon.ant.AntTransform
-
Set the optional classpath to the XSL processor
- setClasspathRef(Reference) - ? ????net.sf.saxon.ant.AntTransform
-
Set the reference to an optional classpath to the XSL processor
- setClientData(Class, Object) - ? ????net.sf.saxon.om.NamePool
-
Save client data on behalf of a user of the namepool
- setCollation(Comparator) - ? ????net.sf.saxon.sort.NamedCollation
-
Set the underlying comparator
- setCollation(StringCollator) - ? ????net.sf.saxon.sort.SortKeyDefinition
-
Set the collation to be used
- setCollation(String, StringCollator) - ? ????net.sf.saxon.style.XSLStylesheet
-
Register a named collation (actually a StringCollator)
- setCollationNameExpression(Expression) - ? ????net.sf.saxon.sort.SortKeyDefinition
-
Set the collation name (specifically, an expression which when evaluated returns the collation URI).
- setCollationTable(CollationMap) - ? ????net.sf.saxon.instruct.Executable
-
Set the table of collations
- setCollationURIResolver(CollationURIResolver) - ? ????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).
- setCollectionURIResolver(CollectionURIResolver) - ? ????net.sf.saxon.Configuration
-
Set a CollectionURIResolver to be used to resolve collection URIs (that is,
the URI supplied in a call to the collection() function).
- setColumnNumber(int) - ? ????net.sf.saxon.expr.ExpressionLocation
-
Set the column number
- setColumnNumber(int) - ? ????net.sf.saxon.instruct.InstructionDetails
-
Set the column number
- setColumnNumber(int) - ? ????net.sf.saxon.instruct.TraceExpression
-
Set the column number of the expression being traced
- setColumnNumber(int) - ? ????net.sf.saxon.query.XQueryFunction
-
Set the column number of the function declaration
- setColumnNumber(int) - ???? ????net.sf.saxon.type.ValidationException
-
- setColumnNumber(int) - ? ????net.sf.saxon.type.ValidationFailure
-
- setCompileWithTracing(boolean) - ? ????net.sf.saxon.Configuration
-
Request compile-time generation of trace code (or not)
- setCompileWithTracing(boolean) - ? ????net.sf.saxon.expr.ExpressionParser
-
Set whether trace hooks are to be included in the compiled code.
- setCompileWithTracing(boolean) - ? ????net.sf.saxon.query.StaticQueryContext
-
Request compile-time generation of trace code (or not)
- setCompileWithTracing(boolean) - ? ????net.sf.saxon.s9api.XQueryCompiler
-
Set whether trace hooks are to be included in the compiled code.
- setCompileWithTracing(boolean) - ? ????net.sf.saxon.s9api.XsltCompiler
-
Set whether trace hooks are to be included in the compiled code.
- setCompileWithTracing(boolean) - ? ????net.sf.saxon.trans.CompilerInfo
-
Set whether trace hooks are to be included in the compiled code.
- setConfiguration(Configuration) - ? ????net.sf.saxon.dom.DocumentBuilderImpl
-
Set the Saxon Configuration to be used by the document builder.
- setConfiguration(Configuration) - ? ????net.sf.saxon.dom.DocumentWrapper
-
Set the Configuration that contains this document
- setConfiguration(Configuration) - ? ????net.sf.saxon.dom4j.DocumentWrapper
-
Set the configuration (containing the name pool used for all names in this document).
- setConfiguration(Configuration) - ? ????net.sf.saxon.event.PipelineConfiguration
-
Set the Saxon Configuration object
- setConfiguration(Configuration) - ? ????net.sf.saxon.expr.ExpressionVisitor
-
Set the Saxon configuration
- setConfiguration(Configuration) - ? ????net.sf.saxon.instruct.Executable
-
Set the configuration
- setConfiguration(Configuration) - ? ????net.sf.saxon.jdom.DocumentWrapper
-
Set the configuration (containing the name pool used for all names in this document)
- setConfiguration(Configuration) - ? ????net.sf.saxon.om.VirtualDocumentCopy
-
Set the configuration, which defines the name pool used for all names in this document.
- setConfiguration(Configuration) - ? ????net.sf.saxon.PreparedStylesheet
-
Set the configuration in which this stylesheet is compiled.
- setConfiguration(Configuration) - ? ????net.sf.saxon.query.StaticQueryContext
-
Set the Configuration options
- setConfiguration(Configuration) - ? ????net.sf.saxon.query.XQueryFunctionLibrary
-
Set the Configuration options
- setConfiguration(Configuration) - ? ????net.sf.saxon.StandardURIResolver
-
Set the configuration
- setConfiguration(Configuration) - ? ????net.sf.saxon.sxpath.AbstractStaticContext
-
Set the Configuration.
- setConfiguration(Configuration) - ? ????net.sf.saxon.tinytree.TinyDocumentImpl
-
Set the Configuration that contains this document
- setConfiguration(Configuration) - ? ????net.sf.saxon.tinytree.TinyTree
-
Set the Configuration that contains this document
- setConfiguration(Configuration) - ? ????net.sf.saxon.TransformerFactoryImpl
-
Set the configuration.
- setConfiguration(Configuration) - ? ????net.sf.saxon.tree.DocumentImpl
-
Set the Configuration that contains this document
- setConfiguration(Configuration) - ? ????net.sf.saxon.value.TextFragmentValue
-
Set the configuration (containing the name pool used for all names in this document)
- setConfiguration(Configuration) - ? ????net.sf.saxon.xom.DocumentWrapper
-
Set the configuration, which defines the name pool used for all names in
this document.
- setConfigurationProperty(String, Object) - ? ????net.sf.saxon.Configuration
-
Set a property of the configuration.
- setConfigurationProperty(String, Object) - ? ????net.sf.saxon.s9api.Processor
-
Set a configuration property
- setConfirmed(boolean) - ? ????net.sf.saxon.expr.UserFunctionCall
-
Set this function as confirmed (the function being called is known to exist) or not
- setConstraintReference(int, String, String) - ???? ????net.sf.saxon.type.ValidationException
-
Set a reference to the constraint in XML Schema that is not satisfied
- setConstraintReference(ValidationException) - ???? ????net.sf.saxon.type.ValidationException
-
Copy the constraint reference from another exception object
- setConstraintReference(int, String, String) - ? ????net.sf.saxon.type.ValidationFailure
-
Set a reference to the constraint in XML Schema that is not satisfied
- setConstraintReference(ValidationFailure) - ? ????net.sf.saxon.type.ValidationFailure
-
Copy the constraint reference from another exception object
- setConstructionMode(int) - ? ????net.sf.saxon.query.QueryModule
-
Set the construction mode for this module
- setConstructionMode(int) - ? ????net.sf.saxon.query.StaticQueryContext
-
Set the construction mode for this module
- setConstructType(int) - ? ????net.sf.saxon.instruct.InstructionDetails
-
Set the type of construct
- setConstructType(int) - ? ????net.sf.saxon.instruct.TraceExpression
-
Set the type of construct.
- setContainer(Container) - ? ????net.sf.saxon.expr.Expression
-
Mark an expression as being in a given Container.
- setContainer(Container) - ? ????net.sf.saxon.expr.ExpressionVisitor
-
Set the container of the expressions being visited
- setContainer(Container) - ? ????net.sf.saxon.trace.ContextStackFrame
-
Set the container of the instruction that caused this new context to be created.
- setContainsLocals(SlotManager) - ? ????net.sf.saxon.instruct.GlobalVariable
-
The expression that initializes a global variable may itself use local variables.
- setContent(Expression) - ? ????net.sf.saxon.instruct.ResultDocument
-
Set the expression that constructs the content
- setContentExpression(Expression) - ? ????net.sf.saxon.instruct.ParentNodeConstructor
-
Set the expression that constructs the content of the element
- setContentHandler(ContentHandler) - ? ????net.sf.saxon.Filter
-
Register a content handler to receive the output of the transformation
filter.
- setContextItem(Item) - ? ????net.sf.saxon.query.DynamicQueryContext
-
Set the context item for evaluating the expression.
- setContextItem(XdmItem) - ? ????net.sf.saxon.s9api.XPathSelector
-
Set the context item for evaluating the XPath expression.
- setContextItem(XdmItem) - ? ????net.sf.saxon.s9api.XQueryEvaluator
-
Set the initial context item for the query
- setContextItem(Item) - ? ????net.sf.saxon.sxpath.XPathDynamicContext
-
Set the context item for evaluation of the XPath Expression
- setContextItem(Item) - ? ????net.sf.saxon.trace.ContextStackFrame
-
Set the value of the context item at this level of the context stack
- setContextNode(NodeInfo) - ? ????net.sf.saxon.query.DynamicQueryContext
-
- setContextNode(Source) - ? ????net.sf.saxon.sxpath.XPathDynamicContext
-
Set the context item to a node derived from a supplied Source object.
- setContextNode(NodeInfo) - ? ????net.sf.saxon.xpath.XPathEvaluator
-
- setContextNode(NodeInfo) - ? ????net.sf.saxon.xpath.XPathExpressionImpl
-
- setController(Controller) - ? ????net.sf.saxon.event.PipelineConfiguration
-
Set the Controller associated with this pipelineConfiguration
- setConversion(Expression) - ? ????net.sf.saxon.instruct.LocalParam
-
Define a conversion that is to be applied to the supplied parameter value.
- setConvertUntypedToOther(boolean) - ? ????net.sf.saxon.trans.KeyDefinition
-
Indicate that untypedAtomic values should be converted to the type of the other operand,
rather than to strings.
- setCopyForUpdate(boolean) - ? ????net.sf.saxon.instruct.CopyOf
-
Set whether this instruction is creating a copy for the purpose of updating (XQuery transform expression)
- setCopyLineNumbers(boolean) - ? ????net.sf.saxon.instruct.CopyOf
-
Set whether line numbers are to be copied from the source to the result.
- setCountry(String) - ? ????net.sf.saxon.number.AbstractNumberer
-
Set the country used by this numberer (currenly used only for names of timezones)
- setCountry(String) - ?? ????net.sf.saxon.number.Numberer
-
Set the country used by this numberer (currently used only for names of timezones)
- setCreatesSecondaryResult(boolean) - ? ????net.sf.saxon.instruct.Executable
-
Set whether this executable represents a stylesheet that uses xsl:result-document
to create secondary output documents
- setCriteria(String, String, String) - ? ????net.sf.saxon.event.PIGrabber
-
- setCurrentDateTime(DateTimeValue) - ? ????net.sf.saxon.Controller
-
Set the current date and time for this query or transformation.
- setCurrentDateTime(DateTimeValue) - ? ????net.sf.saxon.query.DynamicQueryContext
-
Set a value to be used as the current date and time for the query.
- setCurrentGroupIterator(GroupIterator) - ? ????net.sf.saxon.expr.XPathContextMajor
-
Set the current grouping iterator.
- setCurrentIterator(SequenceIterator) - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Set a new sequence iterator.
- setCurrentIterator(SequenceIterator) - ?? ????net.sf.saxon.expr.XPathContext
-
Set a new sequence iterator.
- setCurrentIterator(SequenceIterator) - ? ????net.sf.saxon.expr.XPathContextMinor
-
Set a new sequence iterator.
- setCurrentMode(Mode) - ? ????net.sf.saxon.expr.XPathContextMajor
-
Set the current mode.
- setCurrentRegexIterator(RegexIterator) - ? ????net.sf.saxon.expr.XPathContextMajor
-
Set the current regex iterator.
- setCurrentTemplateRule(Rule) - ? ????net.sf.saxon.expr.XPathContextMajor
-
Set the current template.
- setData(String) - ? ????net.sf.saxon.dom.PIOverNodeInfo
-
The content of this processing instruction.
- setData(String) - ? ????net.sf.saxon.dom.TextOverNodeInfo
-
Set the character data of a Text or Comment node.
- setDataTypeExpression(Expression) - ? ????net.sf.saxon.sort.SortKeyDefinition
-
Set the data type.
- setDebugger(Debugger) - ? ????net.sf.saxon.Configuration
-
Set the debugger to be used.
- setDebugging(boolean) - ? ????net.sf.saxon.trans.StandardUnparsedTextResolver
-
Set debugging on or off.
- setDecimalFormatManager(DecimalFormatManager) - ? ????net.sf.saxon.instruct.Executable
-
Set the DecimalFormatManager which handles decimal-format definitions
- setDefaultCollationName(String) - ? ????net.sf.saxon.expr.CollationMap
-
Set the name of the default collation
- setDefaultCollationName(String) - ? ????net.sf.saxon.instruct.Executable
-
Set the default collation
- setDefaultCollationName(String) - ? ????net.sf.saxon.query.QueryModule
-
Set the name of the default collation
- setDefaultDecimalFormat(DecimalSymbols, int) - ? ????net.sf.saxon.trans.DecimalFormatManager
-
Register the default decimal-format.
- setDefaultElementNamespace(String) - ? ????net.sf.saxon.query.QueryModule
-
Set the default element namespace as declared in the query prolog
- setDefaultElementNamespace(String) - ? ????net.sf.saxon.query.StaticQueryContext
-
Set the default element namespace
- setDefaultElementNamespace(String) - ? ????net.sf.saxon.sxpath.AbstractStaticContext
-
Set the default namespace for elements and types
- setDefaultElementNamespace(String) - ? ????net.sf.saxon.sxpath.XPathEvaluator
-
Set the default namespace for elements and types
- setDefaultElementNamespace(String) - ?? ????net.sf.saxon.sxpath.XPathStaticContext
-
Set the default namespace for elements and types
- setDefaultFunctionLibrary() - ? ????net.sf.saxon.sxpath.AbstractStaticContext
-
Initialize the default function library for XPath.
- setDefaultFunctionNamespace(String) - ? ????net.sf.saxon.query.QueryModule
-
Set the default function namespace
- setDefaultFunctionNamespace(String) - ? ????net.sf.saxon.query.StaticQueryContext
-
Set the default function namespace
- setDefaultFunctionNamespace(String) - ? ????net.sf.saxon.sxpath.AbstractStaticContext
-
Set the default function namespace
- setDefaultNamePool(NamePool) - ? ??????net.sf.saxon.om.NamePool
-
Set the default NamePool.
- setDefaultOutputProperties(Properties) - ? ????net.sf.saxon.instruct.Executable
-
Set the default output properties (the properties for the unnamed output format)
- setDefaults(DecimalSymbols) - ? ??????net.sf.saxon.trans.DecimalFormatManager
-
Set up the XSLT-defined default attributes in a DecimalFormatSymbols
- setDefaultURIMappings() - ? ????net.sf.saxon.functions.JavaExtensionLibrary
-
Define initial mappings of "well known" namespace URIs to Java classes (this covers
the Saxon and EXSLT extensions).
- setDefaultValue(String) - ? ????net.sf.saxon.query.QueryParser
-
Parse the expression (inside a string literal) used to define default values
for external variables.
- setDefaultValue(int) - ? ????net.sf.saxon.sort.IntToIntArrayMap
-
Set the value to be returned to indicate an unused entry
- setDefaultValue(int) - ? ????net.sf.saxon.sort.IntToIntHashMap
-
Set the value to be returned to indicate an unused entry
- setDefaultValue(int) - ?? ????net.sf.saxon.sort.IntToIntMap
-
Set the value to be returned to indicate an unused entry
- setDestdir(File) - ? ????net.sf.saxon.ant.AntTransform
-
Set the destination directory into which the XSL result
files should be copied to;
required, unless in and out are
specified.
- setDestination(Destination) - ? ????net.sf.saxon.s9api.SchemaValidator
-
Set the Destination to receive the validated document.
- setDestination(Destination) - ? ????net.sf.saxon.s9api.XQueryEvaluator
-
Set the destination to be used for the query results
- setDestination(Destination) - ? ????net.sf.saxon.s9api.XsltTransformer
-
Set the destination to be used for the transformation.
- setDetails(StandardFunction.Entry) - ? ????net.sf.saxon.functions.SystemFunction
-
Set the details of this type of function
- setDisableCycleChecks(boolean) - ? ????net.sf.saxon.query.QueryParser
-
Disable checks for certain kinds of cycle.
- setDocumentElementName(QName) - ? ????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) - ? ????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) - ? ????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) - ? ????net.sf.saxon.TemplatesHandlerImpl
-
Callback interface for SAX: not for application use
- setDocumentNumber(int) - ? ????net.sf.saxon.om.VirtualCopy
-
Set the unique document number of the virtual document.
- setDocumentNumberAllocator(DocumentNumberAllocator) - ? ????net.sf.saxon.Configuration
-
Set the document number allocator.
- setDocumentURI(String) - ? ????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) - ? ????net.sf.saxon.Configuration
-
Set the level of DOM interface to be used
- setDTDHandler(DTDHandler) - ? ????net.sf.saxon.Filter
-
Allow an application to register a DTD event handler.
- setDTDValidation(boolean) - ? ????net.sf.saxon.ant.AntTransform
-
Indicate whether DTD validation is on or off
- setDTDValidation(boolean) - ? ????net.sf.saxon.s9api.DocumentBuilder
-
Set whether DTD validation should be applied to documents loaded using this
DocumentBuilder
.
- setDTDValidationMode(int) - ? ????net.sf.saxon.AugmentedSource
-
Set whether or not DTD validation of this source is required
- setDTDValidationMode(int) - ? ????net.sf.saxon.event.ParseOptions
-
Set whether or not DTD validation of this source is required
- setDynamicLoader(DynamicLoader) - ? ????net.sf.saxon.Configuration
-
Set the DynamicLoader to be used.
- setDynamicOutputElement(Expression) - ? ????net.sf.saxon.instruct.ResultDocument
-
Set an expression that evaluates to a run-time xsl:output element, used in the saxon:result-document()
extension function designed for use in XQuery
- setEmptyLeast(boolean) - ? ????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) - ? ????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
- setEmptyLeast(boolean) - ? ????net.sf.saxon.sort.SortKeyDefinition
-
Set whether empty sequence comes before other values or after them
- setEncoding(String) - ? ????net.sf.saxon.s9api.XQueryCompiler
-
Set the encoding of the supplied query.
- setEntityResolver(EntityResolver) - ? ????net.sf.saxon.AugmentedSource
-
- setEntityResolver(EntityResolver) - ? ????net.sf.saxon.dom.DocumentBuilderImpl
-
Specify the EntityResolver
to be used to resolve
entities present in the XML document to be parsed.
- setEntityResolver(EntityResolver) - ? ????net.sf.saxon.Filter
-
Allow an application to register an entity resolver.
- setErrorCode(String) - ? ????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(String) - ? ????net.sf.saxon.expr.RoleLocator
-
Set the error code to be produced if a type error is detected
- setErrorCode(String) - ???? ????net.sf.saxon.trans.XPathException
-
Set the error code.
- setErrorCode(String, String) - ???? ????net.sf.saxon.trans.XPathException
-
Set the error code.
- setErrorCode(String) - ? ????net.sf.saxon.type.ValidationFailure
-
- setErrorHandler(ErrorHandler) - ? ????net.sf.saxon.dom.DocumentBuilderImpl
-
Specify the ErrorHandler
to be used by the parser.
- setErrorHandler(ErrorHandler) - ? ????net.sf.saxon.Filter
-
Allow an application to register an error event handler.
- setErrorListener(ErrorListener) - ? ????net.sf.saxon.AugmentedSource
-
Set an ErrorListener to be used when parsing
- setErrorListener(ErrorListener) - ? ????net.sf.saxon.Configuration
-
Set the ErrorListener to be used in this configuration.
- setErrorListener(ErrorListener) - ? ????net.sf.saxon.Controller
-
Set the error listener.
- setErrorListener(ErrorListener) - ? ????net.sf.saxon.event.ParseOptions
-
Set an ErrorListener to be used when parsing
- setErrorListener(ErrorListener) - ? ????net.sf.saxon.event.PipelineConfiguration
-
Set the ErrorListener used for reporting errors in processing this pipeline
- setErrorListener(ErrorListener) - ? ????net.sf.saxon.query.DynamicQueryContext
-
Set the error listener.
- setErrorListener(ErrorListener) - ? ????net.sf.saxon.query.StaticQueryContext
-
Set the ErrorListener to be used to report compile-time errors in a query.
- setErrorListener(ErrorListener) - ? ????net.sf.saxon.s9api.SchemaManager
-
Set the ErrorListener to be used while loading and validating schema documents
- setErrorListener(ErrorListener) - ? ????net.sf.saxon.s9api.SchemaValidator
-
Set the ErrorListener to be used while validating instance documents.
- setErrorListener(ErrorListener) - ? ????net.sf.saxon.s9api.XQueryCompiler
-
Set the ErrorListener to be used during this query compilation episode
- setErrorListener(ErrorListener) - ? ????net.sf.saxon.s9api.XQueryEvaluator
-
Set the error listener.
- setErrorListener(ErrorListener) - ? ????net.sf.saxon.s9api.XsltCompiler
-
Set the ErrorListener to be used during this compilation episode
- setErrorListener(ErrorListener) - ? ????net.sf.saxon.trans.CompilerInfo
-
Set the ErrorListener to be used during this compilation episode
- setErrorListener(ErrorListener) - ? ????net.sf.saxon.TransformerFactoryImpl
-
Set the error event listener for the TransformerFactory, which
is used for the processing of transformation instructions,
and not for the transformation itself.
- setErrorObject(Value) - ???? ????net.sf.saxon.trans.XPathException
-
Set the error object associated with this error.
- setErrorOutput(Writer) - ? ????net.sf.saxon.StandardErrorHandler
-
Set output for error messages produced by the default error handler.
- setErrorOutput(PrintStream) - ? ????net.sf.saxon.StandardErrorListener
-
Set output destination for error messages (default is System.err)
- setExecutable(Executable) - ? ????net.sf.saxon.Controller
-
Associate this Controller with an Executable.
- setExecutable(Executable) - ? ????net.sf.saxon.expr.ExpressionVisitor
-
Set the Executable containing the expressions being visited
- setExecutable(Executable) - ? ????net.sf.saxon.instruct.GlobalVariable
-
Set the containing executable
- setExecutable(Executable) - ? ????net.sf.saxon.instruct.Procedure
-
- setExecutable(Executable) - ? ????net.sf.saxon.pattern.LocationPathPattern
-
Set the executable containing this pattern
- setExecutable(Executable) - ? ????net.sf.saxon.pattern.Pattern
-
Set the executable containing this pattern
- setExecutable(Executable) - ? ????net.sf.saxon.pattern.UnionPattern
-
Set the executable containing this pattern
- setExecutable(Executable) - ? ????net.sf.saxon.query.QueryModule
-
Set the executable.
- setExecutable(Executable) - ? ????net.sf.saxon.query.QueryParser
-
Set the executable used for this query expression
- setExecutable(Executable) - ? ????net.sf.saxon.query.StaticQueryContext
-
Set the Executable to contain this query.
- setExecutable(Executable) - ? ????net.sf.saxon.query.XQueryFunction
-
Set the executable in which this function is contained
- setExecuting(GlobalVariable, boolean) - ? ????net.sf.saxon.instruct.Bindery
-
Set/Unset a flag to indicate that a particular global variable is currently being
evaluated.
- setExpandAttributeDefaults(boolean) - ? ????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) - ? ????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) - ? ????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)
- setExpandDefaults(boolean) - ? ????net.sf.saxon.ant.AntTransform
-
Set whether DTD or schema-defined element and attribute default values should be expanded
Default is true
- setExpectedMediaType(String) - ?? ????net.sf.saxon.RelativeURIResolver
-
Specify the media type of the resource that is expected to be delivered.
- setExpression(String) - ? ????net.sf.saxon.ant.AntTransform.Param
-
The parameter value
NOTE : was intended to be an XSL expression.
- setExpression(int, Expression) - ? ????net.sf.saxon.sort.TupleExpression
-
Set the i'th component expression of the tuple
- setExtension(String) - ? ????net.sf.saxon.ant.AntTransform
-
Set the desired file extension to be used for the target;
optional, default is html.
- setExtensionBinder(String, FunctionLibrary) - ? ????net.sf.saxon.Configuration
-
Set the FunctionLibrary used to bind calls on extension functions.
- setExtensionFunctionClass(Class) - ? ????net.sf.saxon.functions.JavaExtensionFunctionFactory
-
Set the class to be used to represent extension function calls.
- setExtensionFunctionFactory(String, ExtensionFunctionFactory) - ? ????net.sf.saxon.Configuration
-
Set an ExtensionFunctionFactory.
- setExternalNamespaceResolver(NamespaceResolver) - ? ????net.sf.saxon.query.StaticQueryContext
-
Set an external namespace resolver.
- setExternalVariable(QName, XdmValue) - ? ????net.sf.saxon.s9api.XQueryEvaluator
-
Set the value of external variable defined in the query
- setFactory(Configuration) - ? ????net.sf.saxon.event.PIGrabber
-
- setFactoryConfiguration(boolean, String) - ? ????net.sf.saxon.Transform
-
Set the configuration in the TransformerFactory.
- setFeature(String, boolean) - ? ????net.sf.saxon.dom.DocumentBuilderFactoryImpl
-
Set a feature for this DocumentBuilderFactory
and DocumentBuilder
s created by this factory.
- setFeature(String, boolean) - ? ????net.sf.saxon.Filter
-
Set the state of a feature.
- setFeature(String, boolean) - ? ????net.sf.saxon.TransformerFactoryImpl
-
Set a feature for this TransformerFactory
and Transformer
s
or Template
s created by this factory.
- setFeature(String, boolean) - ? ????net.sf.saxon.xpath.XPathFactoryImpl
-
Set a feature of this XPath implementation.
- setFileDirParameter(String) - ? ????net.sf.saxon.ant.AntTransform
-
Pass the directory name of the current processed file as a xsl parameter
to the transformation.
- setFileNameParameter(String) - ? ????net.sf.saxon.ant.AntTransform
-
Pass the filename of the current processed file as a xsl parameter
to the transformation.
- setFiltered(boolean) - ? ????net.sf.saxon.expr.Expression
-
Mark an expression as filtered: that is, it appears as the base expression in a filter expression.
- setFiltered(boolean) - ? ????net.sf.saxon.expr.VariableReference
-
Mark an expression as filtered: that is, it appears as the base expression in a filter expression.
- setFinalComparator(AtomicComparer) - ? ????net.sf.saxon.sort.SortKeyDefinition
-
Set the comparator which is used to compare two values according to this sort key.
- setFlags(CharSequence) - ? ??????net.sf.saxon.java.JRegularExpression
-
Set the Java flags from the supplied XPath flags.
- setFlattened(boolean) - ? ????net.sf.saxon.expr.BinaryExpression
-
Mark an expression as being "flattened".
- setFlattened(boolean) - ? ????net.sf.saxon.expr.Expression
-
Mark an expression as being "flattened".
- setFlattened(boolean) - ? ????net.sf.saxon.expr.VariableReference
-
Mark an expression as being "flattened".
- setForce(boolean) - ? ????net.sf.saxon.ant.AntTransform
-
Set whether to check dependencies, or always generate;
optional, default is false.
- setFunction(UserFunction) - ? ????net.sf.saxon.expr.UserFunctionCall
-
Create the reference to the function to be called
- setFunctionLibrary(FunctionLibrary) - ? ????net.sf.saxon.instruct.Executable
-
Set the library containing all the in-scope functions in the static context
- setFunctionLibrary(FunctionLibrary) - ? ????net.sf.saxon.sxpath.AbstractStaticContext
-
Set the function library to be used
- setFunctionLibraryList(FunctionLibraryList) - ? ????net.sf.saxon.query.QueryModule
-
Set the function library used for binding any function call appearing within the query module.
- setFunctionName(StructuredQName) - ? ????net.sf.saxon.expr.FunctionCall
-
Set the name of the function being called
- setFunctionName(StructuredQName) - ? ????net.sf.saxon.instruct.UserFunction
-
Set the function name
- setFunctionName(StructuredQName) - ? ????net.sf.saxon.query.XQueryFunction
-
Set the name of the function
- setFunctionName(StructuredQName) - ? ????net.sf.saxon.trace.ContextStackFrame.FunctionCall
-
Set the name of the function being called
- setGenerateIdEmulation(boolean) - ? ????net.sf.saxon.expr.IdentityComparison
-
Set flag to indicate different empty-sequence behavior when emulating
comparison of two generate-id's
- setGeneratingJavaCode(boolean) - ? ????net.sf.saxon.query.StaticQueryContext
-
Indicate that the query should be optimized with a view to generating Java code.
- setGlobalComponentTest(boolean) - ? ????net.sf.saxon.pattern.CombinedNodeTest
-
Indicate whether this CombinedNodeTest actually represents a SequenceType of the form
schema-element(X) or schema-attribute(X).
- setGlobalVariable(int, ValueRepresentation) - ? ????net.sf.saxon.instruct.Bindery
-
Set the value of a global variable whose slot number is known
- setHandler(Pattern, Template, Mode, int) - ? ????net.sf.saxon.trans.RuleManager
-
Register a handler for a particular pattern.
- setHandler(Pattern, Template, Mode, int, double) - ? ????net.sf.saxon.trans.RuleManager
-
Register a template for a particular pattern.
- setHasBeenReported() - ???? ????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
- setHasRequiredParams(boolean) - ? ????net.sf.saxon.instruct.Template
-
Set whether this template has one or more required parameters
- setHasUnknownDependencies() - ? ????net.sf.saxon.expr.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() - ? ????net.sf.saxon.expr.PathMap.PathMapNodeSet
-
Indicate that all the nodes have unknown dependencies
- setHostLanguage(int) - ? ????net.sf.saxon.Configuration
-
Set the host language used in this configuration.
- setHostLanguage(int) - ? ????net.sf.saxon.event.ComplexContentOutputter
-
Set the host language
- setHostLanguage(int) - ? ????net.sf.saxon.event.PipelineConfiguration
-
Set the host language in use
- setHostLanguage(int) - ? ????net.sf.saxon.instruct.Executable
-
Set the host language
- setHostLanguage(int) - ? ????net.sf.saxon.instruct.GlobalVariable
-
Set the host language for this declaration
- setHostLanguage(int) - ? ????net.sf.saxon.instruct.Procedure
-
- setHostLanguage(int) - ? ????net.sf.saxon.sort.SortedIterator
-
Set the host language
- setIdAttribute(String, boolean) - ? ????net.sf.saxon.dom.ElementOverNodeInfo
-
Mark an attribute as an ID.
- setIdAttributeNode(Attr, boolean) - ? ????net.sf.saxon.dom.ElementOverNodeInfo
-
Mark an attribute as an ID.
- setIdAttributeNS(String, String, boolean) - ? ????net.sf.saxon.dom.ElementOverNodeInfo
-
Mark an attribute as an ID.
- setIf(String) - ? ????net.sf.saxon.ant.AntTransform.Param
-
Set whether this param should be used.
- setIgnoreIgnorableWhitespace(boolean) - ? ????net.sf.saxon.event.ReceivingContentHandler
-
Set whether "ignorable whitespace" should be ignored.
- setIgnoreNaN(boolean) - ? ????net.sf.saxon.functions.Minimax
-
Indicate whether NaN values should be ignored.
- setIgnoreWhitespace(boolean) - ? ????net.sf.saxon.java.JDK14RegexTranslator
-
Indicate whether whitespace should be ignored
- setImaginary(boolean) - ? ????net.sf.saxon.tree.DocumentImpl
-
Set whether this is an imaginary document node
- setImplicitlyRequiredParam(boolean) - ? ????net.sf.saxon.instruct.GeneralVariable
-
Indicate that this variable represents a parameter that is implicitly required (because there is no
usable default value)
- setImportedSchemaNamespaces(Set) - ? ????net.sf.saxon.sxpath.IndependentContext
-
Register the set of imported schema namespaces
- setImporter(XSLStylesheet) - ? ????net.sf.saxon.style.XSLStylesheet
-
Set the StyleSheet that included or imported this one.
- setImportingModule(QueryModule) - ? ????net.sf.saxon.query.ImportedFunctionLibrary
-
Set the module that imports this function libary
- setIn(File) - ? ????net.sf.saxon.ant.AntTransform
-
specifies a single XML document to be styled.
- setIndexedItemType(BuiltInAtomicType) - ? ????net.sf.saxon.trans.KeyDefinition
-
Set the primitive item type of the values returned by the use expression
- setIndexedVariable() - ? ????net.sf.saxon.expr.LetExpression
-
Indicate that the variable bound by this let expression should be indexable
(because it is used in an appropriate filter expression)
- setIndexedVariable(boolean) - ? ????net.sf.saxon.instruct.UserFunctionParameter
-
Indicate that this parameter requires (or does not require) support for indexing
- setInheritNamespaces(boolean) - ? ????net.sf.saxon.query.QueryModule
-
Set the namespace inheritance mode
- setInheritNamespaces(boolean) - ? ????net.sf.saxon.query.StaticQueryContext
-
Set the namespace inheritance mode
- setInitialContextItem(Item) - ? ????net.sf.saxon.Controller
-
Set the initial context item.
- setInitialContextNode(XdmNode) - ? ????net.sf.saxon.s9api.XsltTransformer
-
Set the initial context node for the transformation.
- setInitialMode(String) - ? ????net.sf.saxon.ant.AntTransform
-
Set the initial mode
- setInitialMode(String) - ? ????net.sf.saxon.Controller
-
Set the initial mode for the transformation.
- setInitialMode(QName) - ? ????net.sf.saxon.s9api.XsltTransformer
-
Set the initial mode for the transformation
- setInitialTemplate(String) - ? ????net.sf.saxon.ant.AntTransform
-
Set the initial template
- setInitialTemplate(String) - ? ????net.sf.saxon.Controller
-
Set the initial named template to be used as the entry point.
- setInitialTemplate(QName) - ? ????net.sf.saxon.s9api.XsltTransformer
-
Set the initial named template for the transformation
- setInputStream(String, InputStream) - ? ????net.sf.saxon.evpull.StaxToEventBridge
-
Supply an input stream containing XML to be parsed.
- setInputStream(String, InputStream) - ? ????net.sf.saxon.pull.StaxBridge
-
Supply an input stream containing XML to be parsed.
- setInputTypeAnnotations(int) - ? ????net.sf.saxon.style.XSLStylesheet
-
Set the value of the input-type-annotations attribute, for this module combined with that
of all included/imported modules.
- setIsId(boolean) - ? ????net.sf.saxon.om.Orphan
-
Set the isId property
- setIsIdref(boolean) - ? ????net.sf.saxon.om.Orphan
-
Set the isIdref property
- setIsNumberingInstruction() - ? ????net.sf.saxon.instruct.ValueOf
-
Indicate that this is really an xsl:nunber instruction
- setIsParameter(boolean) - ? ????net.sf.saxon.query.GlobalVariableDefinition
-
Indicate whether this global variable is a "parameter" (an external variable, in XQuery terminology)
- setIsStaticError(boolean) - ???? ????net.sf.saxon.trans.XPathException
-
Mark this exception to indicate that it represents (or does not represent) a static error
- setIsTypeError(boolean) - ???? ????net.sf.saxon.trans.XPathException
-
Mark this exception to indicate that it represents (or does not represent) a type error
- setIsXHTML(boolean) - ? ????net.sf.saxon.event.MetaTagAdjuster
-
Indicate whether we're handling HTML or XHTML
- setKeyManager(KeyManager) - ? ????net.sf.saxon.instruct.Executable
-
Set the KeyManager which handles key definitions
- setLanguage(Expression) - ? ????net.sf.saxon.sort.SortKeyDefinition
-
Set the language.
- setLax(boolean) - ? ????net.sf.saxon.s9api.SchemaValidator
-
The validation mode may be either strict or lax.
- setLazyConstruction(boolean) - ? ????net.sf.saxon.instruct.ParentNodeConstructor
-
Indicate that lazy construction should (or should not) be used.
- setLazyConstructionMode(boolean) - ? ????net.sf.saxon.Configuration
-
Set lazy construction mode on or off.
- setLength(int) - ? ????net.sf.saxon.om.FastStringBuffer
-
Set the length.
- setLength(int) - ? ????net.sf.saxon.tinytree.CharSlice
-
Set the length of this character sequence, without changing the array and start offset
to which it is bound
- setLexicalHandler(LexicalHandler) - ? ????net.sf.saxon.event.ContentHandlerProxy
-
Set the Lexical Handler to be used.
- setLexicalValue(GDateValue, CharSequence) - ? ??????net.sf.saxon.value.GDateValue
-
Initialize the DateValue using a character string in the format yyyy-mm-dd and an optional time zone.
- setLineAndColumn(int, int) - ? ????net.sf.saxon.tree.ElementImpl
-
Set the line number of the element within its source document entity
- setLineAndColumn(int, int, int) - ? ????net.sf.saxon.tree.LineNumberMap
-
Set the line number corresponding to a given sequence number
- setLineNumber(int) - ? ????net.sf.saxon.expr.ExpressionLocation
-
Set the line number
- setLineNumber(int) - ? ????net.sf.saxon.instruct.InstructionDetails
-
Set the line number of the instruction within the module
- setLineNumber(int) - ? ????net.sf.saxon.instruct.Procedure
-
- setLineNumber(int) - ? ????net.sf.saxon.instruct.TraceExpression
-
Set the line number of the expression being traced
- setLineNumber(int) - ? ????net.sf.saxon.pattern.Pattern
-
Set the line number where the pattern occurred
- setLineNumber(int) - ? ????net.sf.saxon.pattern.UnionPattern
-
Override method to set the system ID, so it's set on both halves
- setLineNumber(int) - ? ????net.sf.saxon.query.GlobalVariableDefinition
-
Set the line number where the variable declaration appears in the source
- setLineNumber(int) - ? ????net.sf.saxon.query.XQueryFunction
-
Set the line number of the function declaration within its module
- setLineNumber(int) - ? ????net.sf.saxon.trace.ContextStackFrame
-
Set the line number of the location of the instruction that caused this new context
to be created
- setLineNumber(int) - ???? ????net.sf.saxon.type.ValidationException
-
- setLineNumber(int) - ? ????net.sf.saxon.type.ValidationFailure
-
- setLineNumbering(boolean) - ? ????net.sf.saxon.ant.AntTransform
-
Set whether to maintain line numbers for input documents
- setLineNumbering(boolean) - ? ????net.sf.saxon.AugmentedSource
-
Set whether line numbers are to be maintained in the constructed document
- setLineNumbering(boolean) - ? ????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) - ? ????net.sf.saxon.event.Builder
-
Set line numbering on or off
- setLineNumbering(boolean) - ? ????net.sf.saxon.event.ParseOptions
-
Set whether line numbers are to be maintained in the constructed document
- setLineNumbering(boolean) - ? ????net.sf.saxon.s9api.DocumentBuilder
-
Set whether line numbering is to be enabled for documents constructed using this DocumentBuilder.
- setLineNumbering() - ? ????net.sf.saxon.tinytree.TinyTree
-
Set line numbering on
- setLineNumbering() - ? ????net.sf.saxon.tree.DocumentImpl
-
Set line numbering on
- setLocalNamespaces(int[]) - ? ????net.sf.saxon.evpull.StartElementEvent
-
Set the namespaces that are locally declared (or undeclared) on this element
- setLocalParameters(ParameterSet) - ? ????net.sf.saxon.expr.XPathContextMajor
-
Set the local parameters for the current template call.
- setLocalVariable(int, ValueRepresentation) - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Set the value of a local variable, identified by its slot number
- setLocalVariable(int, ValueRepresentation) - ?? ????net.sf.saxon.expr.XPathContext
-
Set the value of a local variable, identified by its slot number
- setLocalVariable(int, ValueRepresentation) - ? ????net.sf.saxon.expr.XPathContextMinor
-
Set the value of a local variable, identified by its slot number
- setLocation(Expression) - ? ????net.sf.saxon.expr.ExpressionParser
-
Set location information on an expression.
- setLocation(Expression, int) - ? ????net.sf.saxon.expr.ExpressionParser
-
Set location information on an expression.
- setLocation(String, int) - ? ????net.sf.saxon.trans.KeyDefinition
-
Set the system Id and line number of the source xsl:key definition
- setLocation(String, int, int) - ? ????net.sf.saxon.tree.ElementImpl
-
Set location information for this node
- setLocationId(int) - ? ????net.sf.saxon.evpull.StartElementEvent
-
Set the location associated with the event
- setLocationId(int) - ? ????net.sf.saxon.expr.Expression
-
Set the location ID on an expression.
- setLocationMap(LocationMap) - ? ????net.sf.saxon.instruct.Executable
-
Set the location map
- setLocationMap(LocationMap) - ? ????net.sf.saxon.sxpath.AbstractStaticContext
-
Set the location map, which is used for translating location identifiers into URIs and line
numbers
- setLocationProvider(LocationProvider) - ? ????net.sf.saxon.event.PipelineConfiguration
-
Set the LocationProvider for interpreting location ids passed down this pipeline
- setLocationProvider(LocationProvider) - ? ????net.sf.saxon.om.AttributeCollectionImpl
-
Set the location provider.
- setLocationProvider(LocationProvider) - ? ????net.sf.saxon.tinytree.TinyAttributeCollection
-
Set the location provider.
- setLocationURI(URI) - ? ????net.sf.saxon.query.QueryModule
-
Set the location URI for a module
- setLocator(Locator) - ???? ????net.sf.saxon.type.ValidationException
-
- setLocator(SourceLocator) - ? ????net.sf.saxon.type.ValidationFailure
-
- setMatchDTDTypes(boolean) - ? ????net.sf.saxon.pattern.ContentTypeTest
-
Indicate whether DTD-derived content types should be matched (the default is false)
- setMatchPattern(Pattern) - ? ????net.sf.saxon.instruct.Template
-
Set the match pattern used with this template
- setMemoFunction(boolean) - ? ????net.sf.saxon.instruct.UserFunction
-
Mark this function as a memo function (or not)
- setMemoFunction(boolean) - ? ????net.sf.saxon.query.XQueryFunction
-
Set that this is, or is not, a memo function.
- setMessageEmitter(Receiver) - ? ????net.sf.saxon.Controller
-
Set the Receiver to be used for xsl:message output.
- setMessageEmitterClass(String) - ? ????net.sf.saxon.Configuration
-
Set the name of the class that will be instantiated to create a MessageEmitter,
to process the output of xsl:message instructions in XSLT.
- setMessageListener(MessageListener) - ? ????net.sf.saxon.s9api.XsltTransformer
-
Set the MessageListener to be notified whenever the stylesheet evaluates an
xsl:message
instruction.
- setMinImportPrecedence(int) - ? ????net.sf.saxon.style.XSLStylesheet
-
Set the minimum import precedence of this stylesheet, that is, the lowest precedence
of any stylesheet imported by this one
- setModuleNamespace(String) - ? ????net.sf.saxon.query.QueryModule
-
Set the namespace for a library module.
- setModuleURIResolver(ModuleURIResolver) - ? ????net.sf.saxon.Configuration
-
Set a user-defined ModuleURIResolver for resolving URIs used in "import module"
declarations in an XQuery prolog.
- setModuleURIResolver(String) - ? ????net.sf.saxon.Configuration
-
Create and register an instance of a ModuleURIResolver with a specified class name.
- setModuleURIResolver(ModuleURIResolver) - ? ????net.sf.saxon.query.StaticQueryContext
-
Set a user-defined ModuleURIResolver for resolving URIs used in "import module"
declarations in the XQuery prolog.
- setModuleURIResolver(ModuleURIResolver) - ? ????net.sf.saxon.s9api.XQueryCompiler
-
Set a user-defined ModuleURIResolver for resolving URIs used in import module
declarations in the XQuery prolog.
- setMultiThreading(boolean) - ? ????net.sf.saxon.Configuration
-
Set whether multithreading optimizations are allowed
- setName(String) - ? ????net.sf.saxon.ant.AntTransform.OutputProperty
-
set the name for this property
- setName(String) - ? ????net.sf.saxon.ant.AntTransform.Param
-
Set the parameter name.
- setName(StructuredQName) - ? ????net.sf.saxon.instruct.AttributeSet
-
Set the name of the attribute-set
- setName(String) - ? ????net.sf.saxon.pull.UnparsedEntity
-
Set the name of the unparsed entity
- setNameCode(int) - ? ????net.sf.saxon.evpull.StartElementEvent
-
Set the nameCode of this element
- setNameCode(int) - ? ????net.sf.saxon.om.Orphan
-
Set the name of the node
- setNameCode(int) - ? ????net.sf.saxon.pull.UnconstructedElement
-
Set the name of the element node
- setNameCode(int) - ? ????net.sf.saxon.pull.VirtualTreeWalker
-
Set the initial nameCode
- setNameCode(int) - ? ????net.sf.saxon.tree.ElementImpl
-
Set the name code.
- setNamedCollation(String, StringCollator) - ? ????net.sf.saxon.expr.CollationMap
-
Register a named collation
- setNamedDecimalFormat(StructuredQName, DecimalSymbols, int) - ? ????net.sf.saxon.trans.DecimalFormatManager
-
Set a named decimal format.
- setNamePool(NamePool) - ? ????net.sf.saxon.Configuration
-
Set the NamePool to be used for stylesheets/queries and for source documents.
- setNamePool(NamePool) - ? ????net.sf.saxon.om.NamespaceDeclarationsImpl
-
Set the name pool
- setNamespaceCodes(int[]) - ? ????net.sf.saxon.om.NamespaceDeclarationsImpl
-
Set the namespace codes.
- setNamespaceContext(NamespaceContext) - ? ????net.sf.saxon.xpath.JAXPXPathStaticContext
-
Supply the NamespaceContext used to resolve namespaces.
- setNamespaceContext(NamespaceContext) - ? ????net.sf.saxon.xpath.XPathEvaluator
-
Set the namespace context to be used.
- setNamespaceDeclarations(int[], int) - ? ????net.sf.saxon.tree.ElementImpl
-
Set the namespace declarations for the element
- setNamespaceResolver(NamespaceResolver) - ? ????net.sf.saxon.instruct.TraceExpression
-
Set the namespace context for the instruction being traced.
- setNamespaceResolver(NamespaceResolver) - ? ????net.sf.saxon.sxpath.IndependentContext
-
Set an external namespace resolver.
- setNamespaceResolver(NamespaceResolver) - ? ????net.sf.saxon.sxpath.XPathEvaluator
-
Set the external namespace resolver to be used.
- setNamespaceResolver(NamespaceResolver) - ?? ????net.sf.saxon.sxpath.XPathStaticContext
-
Set an external namespace resolver.
- setNamespaces(NodeInfo) - ? ????net.sf.saxon.sxpath.IndependentContext
-
Declares all the namespaces that are in-scope for a given node, removing all previous
namespace declarations.
- setNeedsDynamicOutputProperties(boolean) - ? ????net.sf.saxon.style.XSLStylesheet
-
Set that this stylesheet needs dynamic output properties
- setNext(Rule) - ? ????net.sf.saxon.trans.Rule
-
- setNextSibling(Node) - ? ????net.sf.saxon.dom.DOMWriter
-
Set next sibling
- setNillable(boolean) - ? ????net.sf.saxon.pattern.ContentTypeTest
-
Indicate whether nilled elements should be matched (the default is false)
- setNode(Node) - ? ????net.sf.saxon.dom.DOMWriter
-
Set the attachment point for the new subtree
- setNodeFactory(NodeFactory) - ? ????net.sf.saxon.tree.TreeBuilder
-
Set the Node Factory to use.
- setNodeKind(short) - ? ????net.sf.saxon.om.Orphan
-
Set the node kind
- setNodeTest(NodeTest) - ? ????net.sf.saxon.pattern.NodeTestPattern
-
- setNodeValue(String) - ? ????net.sf.saxon.dom.NodeOverNodeInfo
-
Set the node value.
- setNoSpecialChars() - ? ????net.sf.saxon.instruct.AttributeCreator
-
Indicate that the attribute value contains no special characters that
might need escaping
- setNumberOfVariables(int) - ? ????net.sf.saxon.instruct.SlotManager
-
Set the number of variables
- setObjectName(StructuredQName) - ? ????net.sf.saxon.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) - ? ????net.sf.saxon.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) - ? ????net.sf.saxon.style.StyleElement
-
Set the object name, for example the name of a function, variable, or template declared on this element
- setOperator(int) - ? ????net.sf.saxon.expr.QuantifiedExpression
-
- setOptimizerTracing(boolean) - ? ????net.sf.saxon.Configuration
-
Set optimizer tracing on or off
- setOptions(int) - ? ????net.sf.saxon.instruct.AttributeCreator
-
Set the options to be used on the attribute event
- setOrder(Expression) - ? ????net.sf.saxon.sort.SortKeyDefinition
-
Set the order.
- setOrigin(InstructionInfo) - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Set the creating expression (for use in diagnostics).
- setOrigin(InstructionInfo) - ?? ????net.sf.saxon.expr.XPathContext
-
Set the creating expression (for use in diagnostics).
- setOrigin(InstructionInfo) - ? ????net.sf.saxon.expr.XPathContextMajor
-
Set the creating expression (for use in diagnostics).
- setOrigin(InstructionInfo) - ? ????net.sf.saxon.expr.XPathContextMinor
-
Set the creating expression (for use in diagnostics).
- setOriginalText(String) - ? ????net.sf.saxon.pattern.Pattern
-
Set the original text of the pattern for use in diagnostics
- setOriginalText(String) - ? ????net.sf.saxon.pattern.UnionPattern
-
Set the original text
- setOriginatingConstructType(int) - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Set the type of creating expression (for use in diagnostics).
- setOriginatingConstructType(int) - ?? ????net.sf.saxon.expr.XPathContext
-
Set the type of creating expression (for use in diagnostics).
- setOriginatingConstructType(int) - ? ????net.sf.saxon.expr.XPathContextMinor
-
Set the type of creating expression (for use in diagnostics).
- setOut(File) - ? ????net.sf.saxon.ant.AntTransform
-
Specifies the output name for the styled result from the
in attribute; required if in is set
- setOutputDestination(PrintStream) - ? ????net.sf.saxon.trace.AbstractTraceListener
-
Set the output destination (default is System.err)
- setOutputFile(File) - ? ????net.sf.saxon.s9api.Serializer
-
Set the destination of the serialized output, as a File.
- setOutputProperties(Properties) - ? ????net.sf.saxon.Controller
-
Set the output properties for the transformation.
- setOutputProperties(Properties) - ? ????net.sf.saxon.event.CDATAFilter
-
Set the properties for this CDATA filter
- setOutputProperties(Properties) - ? ????net.sf.saxon.event.ContentHandlerProxy
-
Set the output details.
- setOutputProperties(Properties) - ? ????net.sf.saxon.event.Emitter
-
Set output properties
- setOutputProperties(Properties) - ? ????net.sf.saxon.event.HTMLIndenter
-
Set the properties for this indenter
- setOutputProperties(Properties) - ? ????net.sf.saxon.event.MetaTagAdjuster
-
Set output properties
- setOutputProperties(Properties) - ? ????net.sf.saxon.event.XMLIndenter
-
Set the properties for this indenter
- setOutputProperties(StructuredQName, Properties) - ? ????net.sf.saxon.instruct.Executable
-
Add a named output format
- setOutputProperty(String, String) - ? ????net.sf.saxon.Controller
-
Set an output property for the transformation.
- setOutputProperty(Serializer.Property, String) - ? ????net.sf.saxon.s9api.Serializer
-
Set the value of a serialization property.
- setOutputStream(OutputStream) - ? ????net.sf.saxon.event.Emitter
-
Set the output destination as a byte stream.
- setOutputStream(OutputStream) - ? ????net.sf.saxon.s9api.Serializer
-
Set the destination of the serialized output, as an OutputStream.
- setOutputURIResolver(OutputURIResolver) - ? ????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) - ? ????net.sf.saxon.Controller
-
Set the URI resolver for secondary output documents.
- setOutputWriter(Writer) - ? ????net.sf.saxon.s9api.Serializer
-
Set the destination of the serialized output, as a Writer.
- setParameter(String, Object) - ? ????net.sf.saxon.Controller
-
Set a parameter for the transformation.
- setParameter(StructuredQName, ValueRepresentation) - ? ????net.sf.saxon.Controller
-
Supply a parameter using Saxon-specific representations of the name and value
- setParameter(String, Object) - ? ????net.sf.saxon.query.DynamicQueryContext
-
Set a parameter for the query.
- setParameter(QName, XdmValue) - ? ????net.sf.saxon.s9api.XsltTransformer
-
Set the value of a stylesheet parameter
- setParameterDefinitions(UserFunctionParameter[]) - ? ????net.sf.saxon.instruct.UserFunction
-
Set the definitions of the declared parameters for this function
- setParameterDefinitions(UserFunction) - ? ????net.sf.saxon.style.XSLFunction
-
Set the definitions of the parameters in the compiled function, as an array.
- setParameterId(int) - ? ????net.sf.saxon.instruct.LocalParam
-
Allocate a number which is essentially an alias for the parameter name,
unique within a stylesheet
- setParameterId(int) - ? ????net.sf.saxon.instruct.WithParam
-
Allocate a number which is essentially an alias for the parameter name,
unique within a stylesheet
- setParameterizedURIResolver() - ? ????net.sf.saxon.Configuration
-
Set the URIResolver to a URI resolver that allows query parameters after the URI,
and in the case of Saxon-SA, that inteprets the file extension .ptree
- setParameters(WithParam[]) - ? ????net.sf.saxon.expr.ContinueInstr
-
- setParameterValue(String, ValueRepresentation) - ? ????net.sf.saxon.query.DynamicQueryContext
-
Set a parameter for the query.
- setParams(Controller, ArrayList) - ? ????net.sf.saxon.Transform
-
Supply the requested parameters to the transformer.
- setParent(XMLReader) - ? ????net.sf.saxon.Filter
-
Set the parent reader.
- setParentNode(TinyNodeImpl) - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Set the parent of this node.
- setPatternSlotSpace(int) - ? ????net.sf.saxon.instruct.Executable
-
Set the space requirements for variables used in template match patterns
- setPipelineConfiguration(PipelineConfiguration) - ? ????net.sf.saxon.dom.DOMSender
-
Set the pipeline configuration
- setPipelineConfiguration(PipelineConfiguration) - ? ????net.sf.saxon.dom.DOMWriter
-
Set the pipelineConfiguration
- setPipelineConfiguration(PipelineConfiguration) - ? ????net.sf.saxon.event.Builder
-
- setPipelineConfiguration(PipelineConfiguration) - ? ????net.sf.saxon.event.ComplexContentOutputter
-
- setPipelineConfiguration(PipelineConfiguration) - ? ????net.sf.saxon.event.ContentHandlerProxy
-
Set the pipeline configuration
- setPipelineConfiguration(PipelineConfiguration) - ? ????net.sf.saxon.event.Emitter
-
Set the pipelineConfiguration
- setPipelineConfiguration(PipelineConfiguration) - ? ????net.sf.saxon.event.LocationCopier
-
- setPipelineConfiguration(PipelineConfiguration) - ? ????net.sf.saxon.event.ProxyReceiver
-
- setPipelineConfiguration(PipelineConfiguration) - ?? ????net.sf.saxon.event.Receiver
-
Set the pipeline configuration
- setPipelineConfiguration(PipelineConfiguration) - ? ????net.sf.saxon.event.ReceivingContentHandler
-
Set the pipeline configuration
- setPipelineConfiguration(PipelineConfiguration) - ? ????net.sf.saxon.event.SequenceReceiver
-
- setPipelineConfiguration(PipelineConfiguration) - ? ????net.sf.saxon.event.StartTagBuffer
-
Set the pipeline configuration
- setPipelineConfiguration(PipelineConfiguration) - ? ????net.sf.saxon.event.Stripper
-
- setPipelineConfiguration(PipelineConfiguration) - ? ????net.sf.saxon.event.TreeReceiver
-
- setPipelineConfiguration(PipelineConfiguration) - ? ????net.sf.saxon.event.XML10ContentChecker
-
- setPipelineConfiguration(PipelineConfiguration) - ? ????net.sf.saxon.evpull.StaxToEventBridge
-
Set configuration information.
- setPipelineConfiguration(PipelineConfiguration) - ? ????net.sf.saxon.pull.PullFilter
-
Set configuration information.
- setPipelineConfiguration(PipelineConfiguration) - ? ????net.sf.saxon.pull.PullFromIterator
-
Set configuration information.
- setPipelineConfiguration(PipelineConfiguration) - ?? ????net.sf.saxon.pull.PullProvider
-
Set configuration information.
- setPipelineConfiguration(PipelineConfiguration) - ? ????net.sf.saxon.pull.StaxBridge
-
Set configuration information.
- setPipelineConfiguration(PipelineConfiguration) - ? ????net.sf.saxon.pull.TreeWalker
-
Set configuration information.
- setPipelineConfiguration(PipelineConfiguration) - ? ????net.sf.saxon.pull.VirtualTreeWalker
-
Set configuration information.
- setPipelineConfiguration(PipelineConfiguration) - ? ????net.sf.saxon.tinytree.TinyTreeWalker
-
Set configuration information.
- setPipelineConfiguration(PipelineConfiguration) - ? ????net.sf.saxon.xom.XOMWriter
-
Set the pipelineConfiguration
- setPleaseCloseAfterUse(boolean) - ? ????net.sf.saxon.AugmentedSource
-
Set whether or not the user of this Source is encouraged to close it as soon as reading is finished.
- setPleaseCloseAfterUse(boolean) - ? ????net.sf.saxon.event.ParseOptions
-
Set whether or not the user of this Source is encouraged to close it as soon as reading is finished.
- setPositionVariable(PositionVariable) - ? ????net.sf.saxon.expr.ForExpression
-
Set the reference to the position variable (XQuery only)
- setPrecedence(int) - ? ????net.sf.saxon.style.XSLStylesheet
-
Set the import precedence of this stylesheet
- setPrefix(String) - ? ????net.sf.saxon.dom.NodeOverNodeInfo
-
Set the namespace prefix of this node.
- setPreparedStylesheet(PreparedStylesheet) - ? ????net.sf.saxon.Controller
-
Associate this Controller with a compiled stylesheet.
- setPreparedStylesheet(PreparedStylesheet) - ? ????net.sf.saxon.style.XSLStylesheet
-
Create link to the owning PreparedStylesheet object
- setPreserveBoundarySpace(boolean) - ? ????net.sf.saxon.query.QueryModule
-
Set the policy for preserving boundary space
- setPreserveBoundarySpace(boolean) - ? ????net.sf.saxon.query.StaticQueryContext
-
Set the policy for preserving boundary space
- setPreserveNamespaces(boolean) - ? ????net.sf.saxon.query.QueryModule
-
Set the namespace copy mode
- setPreserveNamespaces(boolean) - ? ????net.sf.saxon.query.StaticQueryContext
-
Set the namespace copy mode
- setPrincipalSourceDocument(DocumentInfo) - ? ????net.sf.saxon.Controller
-
- setProject(Project) - ? ????net.sf.saxon.ant.AntTransform.Param
-
Set the current project
- setProperty(String, Object) - ? ????net.sf.saxon.Filter
-
Set the value of a property.
- setProperty(String, Object) - ? ????net.sf.saxon.instruct.InstructionDetails
-
Set a named property of the instruction
- setProperty(String, Object) - ? ????net.sf.saxon.instruct.TraceExpression
-
Set a named property of the instruction/expression
- setPublicId(String) - ? ????net.sf.saxon.pull.UnparsedEntity
-
Set the public identifier of the unparsed entity
- setPublicId(String) - ???? ????net.sf.saxon.type.ValidationException
-
- setPublicId(String) - ? ????net.sf.saxon.type.ValidationFailure
-
- setRangeVariableStack(Stack) - ? ????net.sf.saxon.expr.ExpressionParser
-
Set the range variable stack.
- setReadOnce(boolean) - ? ????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.
- setReadOnce(boolean) - ? ????net.sf.saxon.functions.Document
-
Indicate that the document(s) will be read once only (or that they should be treated as if they
are read once only.
- setReadOnce(boolean) - ? ????net.sf.saxon.instruct.CopyOf
-
Set the "saxon:read-once" optimization mode
- setReasonUnableToCompile(String) - ? ????net.sf.saxon.instruct.Executable
-
If this Executable can't be compiled, set a message explaining why
- setReceiver(Receiver) - ? ????net.sf.saxon.dom.DOMSender
-
Set the receiver.
- setReceiver(Receiver) - ? ????net.sf.saxon.event.ComplexContentOutputter
-
Set the receiver (to handle the next stage in the pipeline) directly
- setReceiver(Receiver) - ? ????net.sf.saxon.event.ReceivingContentHandler
-
Set the receiver to which events are passed.
- setReceiver(SequenceReceiver) - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Change the Receiver to which output is written
- setReceiver(SequenceReceiver) - ?? ????net.sf.saxon.expr.XPathContext
-
Change the SequenceReceiver to which output is written
- setReceiver(SequenceReceiver) - ? ????net.sf.saxon.expr.XPathContextMinor
-
Change the Receiver to which output is written
- setRecognizeQueryParameters(boolean) - ? ????net.sf.saxon.StandardURIResolver
-
Indicate that query parameters (such as validation=strict) are to be recognized
- setRecoverFromValidationErrors(boolean) - ? ????net.sf.saxon.event.PipelineConfiguration
-
Say whether validation errors encountered on this pipeline should be treated as fatal
or as recoverable.
- setRecoveryPolicy(String) - ? ????net.sf.saxon.ant.AntTransform
-
Set the policy for handling recoverable errors
- setRecoveryPolicy(int) - ? ????net.sf.saxon.Configuration
-
Determine how recoverable run-time errors are to be handled.
- setRecoveryPolicy(int) - ? ????net.sf.saxon.Controller
-
Set the policy for handling recoverable errrors
- setRecoveryPolicy(int) - ? ????net.sf.saxon.StandardErrorListener
-
Set the recovery policy
- setRedundant() - ? ????net.sf.saxon.style.XSLGeneralVariable
-
Mark this global variable as redundant.
- setReferenceCount(int) - ? ????net.sf.saxon.instruct.GeneralVariable
-
Set the nominal number of references to this variable
- setReferenceCount(int) - ? ????net.sf.saxon.instruct.UserFunctionParameter
-
Set the (nominal) number of references within the function body to this parameter, where a reference
inside a loop is counted as multiple references
- setReferenceCount(GeneralVariable) - ? ????net.sf.saxon.style.XSLGeneralVariable
-
- setReferenceCount(GeneralVariable) - ? ????net.sf.saxon.style.XSLVariableDeclaration
-
Set the number of references to this variable.
- setRejectDuplicates() - ? ????net.sf.saxon.instruct.AttributeCreator
-
Indicate that two attributes with the same name are not acceptable.
- setRejectDuplicates() - ? ????net.sf.saxon.instruct.ComputedAttribute
-
Indicate that two attributes with the same name are not acceptable.
- setReloadStylesheet(boolean) - ? ????net.sf.saxon.ant.AntTransform
-
Controls whether the stylesheet is reloaded for every transform.
- setRememberedNumber(NodeInfo, int) - ? ????net.sf.saxon.Controller
-
Set the last remembered node, for node numbering purposes.
- setRequiredContextItemType(ItemType) - ? ????net.sf.saxon.query.StaticQueryContext
-
Declare the static type of the context item.
- setRequiredContextItemType(ItemType) - ? ????net.sf.saxon.s9api.XQueryCompiler
-
Declare the static type of the context item.
- setRequireDocumentOrElement(boolean) - ? ????net.sf.saxon.instruct.CopyOf
-
For XQuery, the operand (select) must be a single element or document node.
- setRequiredParam(boolean) - ? ????net.sf.saxon.instruct.GeneralVariable
-
Indicate that this variable represents a required parameter
- setRequiredType(ItemType, int, RoleLocator) - ? ????net.sf.saxon.event.TypeCheckingFilter
-
- setRequiredType(SequenceType) - ? ????net.sf.saxon.expr.Assignation
-
Set the required type (declared type) of the variable
- setRequiredType(SequenceType) - ? ????net.sf.saxon.instruct.GeneralVariable
-
Set the required type of this variable
- setRequiredType(SequenceType) - ? ????net.sf.saxon.instruct.Template
-
Set the required type to be returned by this template
- setRequiredType(SequenceType) - ? ????net.sf.saxon.instruct.UserFunctionParameter
-
Set the required type of this function parameter
- setRequiredType(SequenceType) - ? ????net.sf.saxon.query.GlobalVariableDefinition
-
Set the required type of the variable
- setRequiredType(SequenceType) - ? ????net.sf.saxon.sxpath.XPathVariable
-
Set the required type of this variable.
- setRequireWellFormed(boolean) - ? ????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.
- setResult(Result) - ? ????net.sf.saxon.event.TransformerReceiver
-
Set the output destination of the transformation
- setResult(Result) - ? ????net.sf.saxon.IdentityTransformerHandler
-
Set the output destination of the transformation
- setResult(Result) - ? ????net.sf.saxon.TransformerHandlerImpl
-
Set the output destination of the transformation
- setResultType(SequenceType) - ? ????net.sf.saxon.instruct.UserFunction
-
Set the declared result type of the function
- setResultType(SequenceType) - ? ????net.sf.saxon.query.XQueryFunction
-
Set the required result type of the function
- setResultWhenEmpty(BooleanValue) - ? ????net.sf.saxon.expr.ValueComparison
-
Set the result to be returned if one of the operands is an empty sequence
- setRetainDTDAttributeTypes(boolean) - ? ????net.sf.saxon.Configuration
-
Determine whether attribute types obtained from a DTD are to be used to set type annotations
on the resulting nodes.
- setRetainPSVI(boolean) - ? ????net.sf.saxon.s9api.DocumentBuilder
-
Set whether the constructed tree should contain information derived from schema
validation, specifically whether it should contain type annotations and expanded
defaults of missing element and attribute content.
- setReturnable(boolean) - ? ????net.sf.saxon.expr.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
- setRevalidationMode(int) - ? ????net.sf.saxon.query.QueryModule
-
Set the revalidation mode.
- setRuleManager(RuleManager) - ? ????net.sf.saxon.Controller
-
Set the RuleManager, used to manage template rules for each mode.
- setRuleManager(RuleManager) - ? ????net.sf.saxon.instruct.Executable
-
Set the RuleManager that handles template rules
- Sets - net.sf.saxon.exslt???
-
This class implements extension functions in the
http://exslt.org/sets namespace.
- setSAXInputSource(SAXSource, String) - ? ????net.sf.saxon.StandardURIResolver
-
Set the InputSource part of the returned SAXSource.
- setScanIncludedDirectories(boolean) - ? ????net.sf.saxon.ant.AntTransform
-
Set whether to style all files in the included directories as well;
optional, default is true.
- setScanOnly(boolean) - ? ????net.sf.saxon.expr.ExpressionParser
-
Set that we are parsing in "scan only"
- setSchemaAware(boolean) - ? ????net.sf.saxon.ant.AntTransform
-
Indicate whether schema-aware processing is required
- setSchemaType(SimpleType) - ? ????net.sf.saxon.instruct.AttributeCreator
-
Set the required schema type of the attribute
- setSchemaType(SchemaType) - ? ????net.sf.saxon.instruct.ParentNodeConstructor
-
Set the schema type to be used for validation
- setSchemaURIResolver(SchemaURIResolver) - ? ????net.sf.saxon.Configuration
-
Set a user-defined SchemaURIResolver for resolving URIs used in "import schema"
declarations.
- setSchemaURIResolver(SchemaURIResolver) - ? ????net.sf.saxon.Controller
-
Set the SchemaURIResolver used for resolving references to schema
documents.
- setSchemaURIResolver(SchemaURIResolver) - ? ????net.sf.saxon.event.PipelineConfiguration
-
Set a user-defined SchemaURIResolver for resolving URIs used in "import schema"
declarations.
- setSchemaURIResolver(SchemaURIResolver) - ? ????net.sf.saxon.s9api.SchemaManager
-
Set the SchemaURIResolver to be used during schema loading.
- setSchemaValidation(String) - ? ????net.sf.saxon.ant.AntTransform
-
Indicate whether schema validation for all input files to the transformation is strict, lax, or skip
- setSchemaValidationMode(int) - ? ????net.sf.saxon.AugmentedSource
-
Set whether or not schema validation of this source is required
- setSchemaValidationMode(int) - ? ????net.sf.saxon.Configuration
-
Indicate whether source documents (supplied as a StreamSource or SAXSource)
should be subjected to schema validation
- setSchemaValidationMode(int) - ? ????net.sf.saxon.event.ParseOptions
-
Set whether or not schema validation of this source is required
- setSchemaValidator(SchemaValidator) - ? ????net.sf.saxon.s9api.DocumentBuilder
-
Set the schemaValidator to be used.
- setSelect(Expression, Configuration) - ? ????net.sf.saxon.instruct.FixedAttribute
-
Set the expression defining the value of the attribute.
- setSelect(Expression, Configuration) - ? ????net.sf.saxon.instruct.SimpleNodeConstructor
-
Set the select expression: the value of this expression determines the string-value of the node
- setSelectExpression(Expression) - ? ????net.sf.saxon.instruct.GeneralVariable
-
Set the expression to which this variable is bound
- setSequence(Expression) - ? ????net.sf.saxon.expr.Assignation
-
Set the "sequence" expression - the one to which the variable is bound
- setSerializationProperty(Properties, String, String, String, NamespaceResolver, boolean, NameChecker) - ? ??????net.sf.saxon.instruct.ResultDocument
-
Validate a serialization property and add its value to a Properties collection
- setSerializerFactory(SerializerFactory) - ? ????net.sf.saxon.Configuration
-
Set a custom SerializerFactory.
- setSerializing(boolean) - ? ????net.sf.saxon.event.PipelineConfiguration
-
Set whether this pipeline is a serializing pipeline
- setSizeParameters(int[]) - ? ????net.sf.saxon.tinytree.TinyBuilder
-
Set the size parameters for the tree
- setSlotNumber(int) - ? ????net.sf.saxon.expr.Assignation
-
Set the slot number for the range variable
- setSlotNumber(int) - ? ????net.sf.saxon.expr.ForExpression
-
Set the slot number for the range variable
- setSlotNumber(int) - ? ????net.sf.saxon.expr.LocalVariableReference
-
Set the slot number for this local variable, that is, its position in the local stack frame
- setSlotNumber(int) - ? ????net.sf.saxon.expr.PositionVariable
-
Set the slot number for the range variable
- setSlotNumber(int) - ? ????net.sf.saxon.instruct.GeneralVariable
-
Set the slot number of this variable
- setSlotNumber(int) - ? ????net.sf.saxon.instruct.UserFunctionParameter
-
Set the slot number to be used by this parameter
- setSlotNumber(int) - ? ????net.sf.saxon.style.XSLVariableDeclaration
-
Allocate a slot number to this variable
- setSlotNumber(int) - ? ????net.sf.saxon.sxpath.XPathVariable
-
Set the slot number allocated to this variable.
- setSortKey(Expression) - ? ????net.sf.saxon.sort.SortKeyDefinition
-
Set the expression used as the sort key
- setSortKey(XPathExpressionImpl) - ? ????net.sf.saxon.xpath.XPathExpressionImpl
-
- setSource(Source) - ? ????net.sf.saxon.s9api.XQueryEvaluator
-
Set the source document for the query.
- setSource(Source) - ? ????net.sf.saxon.s9api.XsltTransformer
-
Set the source document for the transformation.
- setSource(Source) - ? ????net.sf.saxon.xpath.XPathEvaluator
-
Supply the document against which XPath expressions are to be executed.
- setSourceIsXQJ(boolean) - ? ????net.sf.saxon.AugmentedSource
-
Indicate that this Source is supporting the weird XQJ createItemFromDocument(XMLReader) method.
- setSourceIsXQJ(boolean) - ? ????net.sf.saxon.event.ParseOptions
-
Indicate that this Source is supporting the weird XQJ createItemFromDocument(XMLReader) method.
- setSourceLocator(SourceLocator) - ???? ????net.sf.saxon.type.ValidationException
-
- setSourceLocator(SourceLocator) - ? ????net.sf.saxon.type.ValidationFailure
-
- setSourceParserClass(String) - ? ????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) - ? ????net.sf.saxon.Configuration
-
Supply a SourceResolver.
- setStable(Expression) - ? ????net.sf.saxon.sort.SortKeyDefinition
-
Set whether this sort key definition is stable
- setStack(Stack) - ? ????net.sf.saxon.expr.ExpressionVisitor
-
Set the stack used to hold the expressions being visited
- setStackFrame(SlotManager, ValueRepresentation[]) - ? ????net.sf.saxon.expr.XPathContextMajor
-
Set the local stack frame.
- setStackFrameMap(SlotManager) - ? ????net.sf.saxon.instruct.AttributeSet
-
Set the stack frame map which allocates slots to variables declared in this attribute set
- setStackFrameMap(SlotManager) - ? ????net.sf.saxon.instruct.Procedure
-
- setStackFrameMap(SlotManager, int) - ? ????net.sf.saxon.sxpath.XPathExpression
-
Define the number of slots needed for local variables within the expression
- setStackFrameMap(SlotManager) - ? ????net.sf.saxon.trans.KeyDefinition
-
Set the map of local variables needed while evaluating the "use" expression
- setStackFrameMap(SlotManager) - ? ????net.sf.saxon.xpath.XPathExpressionImpl
-
Define the number of slots needed for local variables within the expression.
- setStartExpression(Expression) - ? ????net.sf.saxon.expr.SlashExpression
-
- setStartNode(Node) - ? ????net.sf.saxon.dom.DOMSender
-
Set the DOM Document that will be walked
- setState(int) - ? ????net.sf.saxon.expr.Tokenizer
-
Set the tokenizer into a special state
- setStaticBaseUri(String) - ? ????net.sf.saxon.instruct.CopyOf
-
Set the static base URI of the xsl:copy-of instruction
- setStaticContext(StaticContext) - ? ????net.sf.saxon.expr.ExpressionVisitor
-
Set the static context for the expressions being visited.
- setStaticContext(QueryModule) - ? ????net.sf.saxon.query.XQueryFunction
-
Set the static context for this function
- setStaticContext(XPathStaticContext) - ? ????net.sf.saxon.sxpath.XPathEvaluator
-
Set the static context for compiling XPath expressions.
- setStaticContext(JAXPXPathStaticContext) - ? ????net.sf.saxon.xpath.XPathEvaluator
-
Set the static context for compiling XPath expressions.
- setStaticType(SequenceType, Value, int) - ?? ????net.sf.saxon.expr.BindingReference
-
Fix up the static type of this variable reference; optionally, supply a constant value for
the variable.
- setStaticType(SequenceType) - ? ????net.sf.saxon.expr.UserFunctionCall
-
Set the static type
- setStaticType(SequenceType, Value, int) - ? ????net.sf.saxon.expr.VariableReference
-
Set static type.
- setStaticType(SequenceType, Value, int) - ? ????net.sf.saxon.instruct.Assign
-
- setStepExpression(Expression) - ? ????net.sf.saxon.expr.SlashExpression
-
- setStreamResult(StreamResult) - ? ????net.sf.saxon.event.Emitter
-
Set the StreamResult acting as the output destination of the Emitter
- setStrictComparison(boolean) - ? ????net.sf.saxon.trans.KeyDefinition
-
Set whether strict comparison is needed.
- setStrictErrorChecking(boolean) - ? ????net.sf.saxon.dom.DocumentOverNodeInfo
-
An attribute specifying whether error checking is enforced or not.
- setStrictJavaUriFormat(boolean) - ? ????net.sf.saxon.functions.JavaExtensionLibrary
-
Indicate that only the strict "java:" URI format is to be recognized
- setStringValue(CharSequence) - ? ????net.sf.saxon.om.Orphan
-
Set the string value of the node
- setStringValueCS(CharSequence) - ? ????net.sf.saxon.value.StringValue
-
Set the value of the item as a CharSequence.
- setStripAll() - ? ????net.sf.saxon.event.Stripper
-
Specify that all whitespace nodes are to be stripped
- setStripperRules(Mode) - ? ????net.sf.saxon.instruct.Executable
-
Set the rules determining which nodes are to be stripped from the tree
- setStripsAllWhiteSpace(boolean) - ? ????net.sf.saxon.Configuration
-
Determine whether whitespace-only text nodes are to be stripped unconditionally
from source documents.
- setStripsInputTypeAnnotations(boolean) - ? ????net.sf.saxon.instruct.Executable
-
Set whether source documents are to have their type annotations stripped
- setStripSpace(int) - ? ????net.sf.saxon.AugmentedSource
-
Set the space-stripping action to be applied to the source document
- setStripSpace(int) - ? ????net.sf.saxon.dom.DocumentBuilderImpl
-
Set the space-stripping action to be applied to the source document
- setStripSpace(int) - ? ????net.sf.saxon.event.ParseOptions
-
Set the space-stripping action to be applied to the source document
- setStripSpace(boolean) - ? ????net.sf.saxon.sxpath.XPathEvaluator
-
- setStripSpace(boolean) - ? ????net.sf.saxon.xpath.XPathEvaluator
-
- setStripsWhiteSpace(int) - ? ????net.sf.saxon.Configuration
-
Set which kinds of whitespace-only text node should be stripped.
- setStripsWhitespace(boolean) - ? ????net.sf.saxon.instruct.Executable
-
Indicate that the stylesheet does some whitespace stripping
- setStyle(String) - ? ????net.sf.saxon.ant.AntTransform
-
Name of the stylesheet to use - given either relative
to the project's basedir or as an absolute path; required.
- setStyleParserClass(String) - ? ????net.sf.saxon.Configuration
-
Set the name of the class that will be instantiated to create an XML parser
for parsing stylesheet modules.
- setStylesheetDocument(DocumentImpl, StyleNodeFactory) - ? ????net.sf.saxon.PreparedStylesheet
-
Create a PreparedStylesheet from a supplied DocumentInfo
Note: the document must have been built using the StyleNodeFactory
- setSubType(AtomicType) - ? ????net.sf.saxon.value.Int64Value
-
This class allows subtypes of xs:integer to be held, as well as xs:integer values.
- setSystemId(String) - ? ????net.sf.saxon.AugmentedSource
-
Set the System ID.
- setSystemId(String) - ? ????net.sf.saxon.dom.DOMSender
-
Set the systemId of the source document (which will also be
used for the destination)
- setSystemId(String) - ? ????net.sf.saxon.dom.DOMWriter
-
Set the System ID of the destination tree
- setSystemId(String) - ? ????net.sf.saxon.dom.NodeWrapper
-
- setSystemId(String) - ? ????net.sf.saxon.dom4j.NodeWrapper
-
- setSystemId(String) - ? ????net.sf.saxon.event.Builder
-
The SystemId is equivalent to the document-uri property defined in the XDM data model.
- setSystemId(String) - ? ????net.sf.saxon.event.ContentHandlerProxy
-
Set the System ID of the destination tree
- setSystemId(String) - ? ????net.sf.saxon.event.Emitter
-
Set the System ID
- setSystemId(String) - ? ????net.sf.saxon.event.EventSource
-
Set the system identifier for this Source.
- setSystemId(String) - ? ????net.sf.saxon.event.ProxyReceiver
-
- setSystemId(String) - ?? ????net.sf.saxon.event.Receiver
-
Set the System ID of the tree represented by this event stream
- setSystemId(String) - ? ????net.sf.saxon.event.SequenceReceiver
-
Set the system ID
- setSystemId(String) - ? ????net.sf.saxon.event.TransformerReceiver
-
Set the SystemId of the document
- setSystemId(String) - ? ????net.sf.saxon.event.TreeReceiver
-
- setSystemId(String) - ? ????net.sf.saxon.evpull.PullEventSource
-
Set the system identifier for this Source.
- setSystemId(String) - ? ????net.sf.saxon.expr.ExpressionLocation
-
Set the systemId (the module URI)
- setSystemId(String) - ? ????net.sf.saxon.IdentityTransformerHandler
-
Set the SystemId of the document
- setSystemId(String) - ? ????net.sf.saxon.instruct.InstructionDetails
-
Set the URI of the module containing the instruction
- setSystemId(String) - ? ????net.sf.saxon.instruct.Procedure
-
- setSystemId(String) - ? ????net.sf.saxon.instruct.TraceExpression
-
Set the URI of the module containing the instruction
- setSystemId(String) - ? ????net.sf.saxon.jdom.NodeWrapper
-
- setSystemId(String) - ? ????net.sf.saxon.om.NamespaceIterator.NamespaceNodeImpl
-
Set the system identifier for this Source.
- setSystemId(String) - ? ????net.sf.saxon.om.Orphan
-
Set the base URI of the node
- setSystemId(String) - ? ????net.sf.saxon.om.StrippedNode
-
- setSystemId(String) - ? ????net.sf.saxon.om.VirtualCopy
-
Set the system identifier for this Source.
- setSystemId(String) - ? ????net.sf.saxon.pattern.Pattern
-
Set the system ID where the pattern occurred
- setSystemId(String) - ? ????net.sf.saxon.pattern.UnionPattern
-
Override method to set the system ID, so it's set on both halves
- setSystemId(String) - ? ????net.sf.saxon.pull.PullSource
-
Set the system identifier for this Source.
- setSystemId(String) - ? ????net.sf.saxon.pull.UnconstructedParent
-
Set the system identifier for this Source.
- setSystemId(String) - ? ????net.sf.saxon.pull.UnparsedEntity
-
Set the system identifier of the unparsed entity
- setSystemId(String) - ? ????net.sf.saxon.query.GlobalVariableDefinition
-
Set the system ID of the module where the variable declaration appears
- setSystemId(String) - ? ????net.sf.saxon.query.XQueryFunction
-
Set the system ID of the module containing the function
- setSystemId(String) - ? ????net.sf.saxon.TemplatesHandlerImpl
-
Set the SystemId of the document.
- setSystemId(String) - ? ????net.sf.saxon.tinytree.TinyDocumentImpl
-
Set the system id of this node
- setSystemId(String) - ? ????net.sf.saxon.tinytree.TinyNodeImpl
-
Set the system id of this node.
- setSystemId(String) - ? ????net.sf.saxon.trace.ContextStackFrame
-
Set the system ID representing the location of the instruction that caused this new context
to be created
- setSystemId(String) - ? ????net.sf.saxon.TransformerHandlerImpl
-
Set the SystemId of the document.
- setSystemId(String) - ? ????net.sf.saxon.tree.DocumentImpl
-
Set the system id (base URI) of this node
- setSystemId(String) - ? ????net.sf.saxon.tree.ElementImpl
-
Set the system ID of this node.
- setSystemId(String) - ? ????net.sf.saxon.tree.NodeImpl
-
Set the system ID of this node.
- setSystemId(int, String) - ? ????net.sf.saxon.tree.SystemIdMap
-
Set the system ID corresponding to a given sequence number
- setSystemId(String) - ???? ????net.sf.saxon.type.ValidationException
-
- setSystemId(String) - ? ????net.sf.saxon.type.ValidationFailure
-
- setSystemId(String) - ? ????net.sf.saxon.value.TextFragmentValue
-
Set the system ID (that is, the document URI property) for the document node.
- setSystemId(String) - ? ????net.sf.saxon.xom.NodeWrapper
-
- setSystemId(String) - ? ????net.sf.saxon.xom.XOMWriter
-
Set the System ID of the destination tree
- setTailRecursive(boolean, boolean) - ? ????net.sf.saxon.instruct.UserFunction
-
Indicate whether the function contains a tail call
- setTargetNamePool(NamePool) - ? ????net.sf.saxon.PreparedStylesheet
-
Set the name pool
- setTemplateName(StructuredQName) - ? ????net.sf.saxon.trace.ContextStackFrame.CallTemplate
-
Set the name of the template being called
- setTemporaryOutputState(boolean) - ? ????net.sf.saxon.expr.XPathContextMinor
-
Mark the context as being in (or not in) temporary output state
- setTemporaryReceiver(SequenceReceiver) - ? ????net.sf.saxon.expr.EarlyEvaluationContext
-
Set the receiver to which output is to be written, marking it as a temporary (non-final)
output destination.
- setTemporaryReceiver(SequenceReceiver) - ?? ????net.sf.saxon.expr.XPathContext
-
Set the SequenceReceiver to which output is to be written, marking it as a temporary (non-final)
output destination.
- setTemporaryReceiver(SequenceReceiver) - ? ????net.sf.saxon.expr.XPathContextMinor
-
Set the output destination to write to a sequence.
- setTextContent(String) - ? ????net.sf.saxon.dom.NodeOverNodeInfo
-
Set the text content of a node.
- setThereHasBeenAnExplicitResultDocument() - ? ????net.sf.saxon.Controller
-
Set that an explicit result tree has been written using xsl:result-document
- setTimezoneInMinutes(int) - ? ????net.sf.saxon.value.CalendarValue
-
Modify the timezone value held in this object.
- setTiming(boolean) - ? ????net.sf.saxon.Configuration
-
Determine whether brief progress messages and timing information will be output
to System.err.
- setTiming(boolean) - ? ????net.sf.saxon.event.Builder
-
Set timing option on or off
- setTopLevelElement(StructuredQName) - ? ????net.sf.saxon.AugmentedSource
-
Set the name of the top-level element for validation.
- setTopLevelElement(StructuredQName) - ? ????net.sf.saxon.event.ParseOptions
-
Set the name of the top-level element for validation.
- setTopLevelType(SchemaType) - ? ????net.sf.saxon.AugmentedSource
-
Set the type of the top-level element for validation.
- setTopLevelType(SchemaType) - ? ????net.sf.saxon.event.ParseOptions
-
Set the type of the top-level element for validation.
- setTraceExternalFunctions(boolean) - ? ????net.sf.saxon.Configuration
-
Determine whether calls on external functions are to be traced for diagnostic
purposes.
- setTraceFunctionDestination(PrintStream) - ? ????net.sf.saxon.Controller
-
Set the destination for output from the fn:trace() function.
- setTraceFunctionDestination(PrintStream) - ? ????net.sf.saxon.query.DynamicQueryContext
-
Set the destination for output from the fn:trace() function.
- setTraceFunctionDestination(PrintStream) - ? ????net.sf.saxon.s9api.XQueryEvaluator
-
Set the destination for output from the fn:trace() function.
- setTraceListener(TraceListener) - ? ????net.sf.saxon.Configuration
-
Set the TraceListener to be used for run-time tracing of instruction execution.
- setTraceListener(TraceListener) - ? ????net.sf.saxon.query.DynamicQueryContext
-
Set the trace listener.
- setTraceListener(TraceListener) - ? ????net.sf.saxon.s9api.XQueryEvaluator
-
Set a TraceListener which will receive messages relating to the evaluation of all expressions.
- setTraceListenerClass(String) - ? ????net.sf.saxon.Configuration
-
Set the name of the trace listener class to be used for run-time tracing of instruction
execution.
- setTracing(boolean) - ? ????net.sf.saxon.ant.AntTransform
-
Set whether to trace stylesheet execution
- setTreeModel(int) - ? ????net.sf.saxon.AugmentedSource
-
Set the tree model to use.
- setTreeModel(int) - ? ????net.sf.saxon.Configuration
-
Set the Tree Model used by this Configuration.
- setTreeModel(int) - ? ????net.sf.saxon.Controller
-
Set the tree data model to use.
- setTreeModel(int) - ? ????net.sf.saxon.event.ParseOptions
-
Set the tree model to use.
- setTunnel(boolean) - ? ????net.sf.saxon.instruct.GeneralVariable
-
Indicate whether this variable represents a tunnel parameter
- setTunnelParameters(ParameterSet) - ? ????net.sf.saxon.expr.XPathContextMajor
-
Set the tunnel parameters for the current template call.
- setTypeAnnotation(int, int) - ? ????net.sf.saxon.om.AttributeCollectionImpl
-
Set the type annotation of an attribute
- setTypeAnnotation(int) - ?? ????net.sf.saxon.om.MutableNodeInfo
-
Set the type annotation on a node.
- setTypeAnnotation(int) - ? ????net.sf.saxon.om.Orphan
-
Set the type annotation of the node
- setTypeAnnotation(int) - ? ????net.sf.saxon.tree.ElementImpl
-
Set the type annotation on a node.
- setTypeAnnotation(int) - ? ????net.sf.saxon.tree.NodeImpl
-
Set the type annotation on a node.
- setTypeCode(int) - ? ????net.sf.saxon.evpull.StartElementEvent
-
Set the typeCode of this element
- setTypeLabel(AtomicType) - ? ????net.sf.saxon.value.AtomicValue
-
Set the type label on this atomic value.
- setUndeclareNamespaces(boolean) - ? ????net.sf.saxon.event.ContentHandlerProxy
-
Set whether namespace undeclaration events (for a non-null prefix) should be notified.
- setUnderlyingContentHandler(ContentHandler) - ? ????net.sf.saxon.event.ContentHandlerProxy
-
Set the underlying content handler.
- setUnderlyingReceiver(Receiver) - ? ????net.sf.saxon.event.NamePoolConverter
-
Set the underlying emitter.
- setUnderlyingReceiver(Receiver) - ? ????net.sf.saxon.event.ProxyReceiver
-
Set the underlying receiver.
- setUnless(String) - ? ????net.sf.saxon.ant.AntTransform.Param
-
Set whether this param should NOT be used.
- setUnparsedEntity(String, String, String) - ? ????net.sf.saxon.dom.DOMWriter
-
Notify an unparsed entity URI.
- setUnparsedEntity(String, String, String) - ? ????net.sf.saxon.event.ContentHandlerProxy
-
Notify an unparsed entity URI.
- setUnparsedEntity(String, String, String) - ? ????net.sf.saxon.event.Emitter
-
Set unparsed entity URI.
- setUnparsedEntity(String, String, String) - ? ????net.sf.saxon.event.ProxyReceiver
-
Set the URI for an unparsed entity in the document.
- setUnparsedEntity(String, String, String) - ?? ????net.sf.saxon.event.Receiver
-
Notify an unparsed entity URI.
- setUnparsedEntity(String, String, String) - ? ????net.sf.saxon.event.SequenceReceiver
-
Notify an unparsed entity URI.
- setUnparsedEntity(String, String, String) - ? ????net.sf.saxon.event.Sink
-
Set the URI for an unparsed entity in the document.
- setUnparsedEntity(String, String, String) - ? ????net.sf.saxon.event.TreeReceiver
-
Set the URI for an unparsed entity in the document.
- setUnparsedEntity(String, String, String) - ? ????net.sf.saxon.tinytree.TinyBuilder
-
Set an unparsed entity in the document
- setUnparsedEntity(String, String, String) - ? ????net.sf.saxon.tree.TreeBuilder
-
Set an unparsed entity URI for the document
- setUnparsedEntity(String, String, String) - ? ????net.sf.saxon.xom.XOMWriter
-
Notify an unparsed entity URI.
- setUnparsedTextURIResolver(UnparsedTextURIResolver) - ? ????net.sf.saxon.Controller
-
Set an UnparsedTextURIResolver to be used to resolve URIs passed to the XSLT
unparsed-text() function.
- setUpdating(boolean) - ? ????net.sf.saxon.instruct.UserFunction
-
Set whether this is an updating function (as defined in XQuery Update)
- setUpdating(boolean) - ? ????net.sf.saxon.query.QueryModule
-
Set whether the query is allowed to be updating
- setUpdating(boolean) - ? ????net.sf.saxon.query.XQueryFunction
-
Set whether this is an updating function (as defined in XQuery Update)
- setUpdatingEnabled(boolean) - ? ????net.sf.saxon.query.StaticQueryContext
-
Say whether the query is allowed to be updating.
- setUpdatingEnabled(boolean) - ? ????net.sf.saxon.s9api.XQueryCompiler
-
Say whether the query is allowed to be updating.
- setUri(String) - ? ????net.sf.saxon.sort.NamedCollation
-
Set the URI identifying the collation
- setURIResolver(URIResolver) - ? ????net.sf.saxon.Configuration
-
Set the URIResolver to be used in this configuration.
- setURIResolver(URIResolver) - ? ????net.sf.saxon.Controller
-
Set an object that will be used to resolve URIs used in
document(), etc.
- setURIResolver(URIResolver) - ? ????net.sf.saxon.event.PIGrabber
-
Set the URI resolver to be used for the href attribute
- setURIResolver(URIResolver) - ? ????net.sf.saxon.event.PipelineConfiguration
-
Set the URIResolver used for processing URIs encountered on this pipeline
- setURIResolver(URIResolver) - ? ????net.sf.saxon.query.DynamicQueryContext
-
Set an object that will be used to resolve URIs used in
fn:document() and related functions.
- setURIResolver(URIResolver) - ? ????net.sf.saxon.s9api.XQueryEvaluator
-
Set an object that will be used to resolve URIs used in
fn:doc() and related functions.
- setURIResolver(URIResolver) - ? ????net.sf.saxon.s9api.XsltCompiler
-
Set the URIResolver to be used during stylesheet compilation.
- setURIResolver(URIResolver) - ? ????net.sf.saxon.trans.CompilerInfo
-
Set the URI Resolver to be used in this compilation episode.
- setURIResolver(URIResolver) - ? ????net.sf.saxon.TransformerFactoryImpl
-
Set an object that is used by default during the transformation
to resolve URIs used in xsl:import, or xsl:include.
- setUseAttributeSets(AttributeSet[]) - ? ????net.sf.saxon.instruct.AttributeSet
-
Set the attribute sets used by this attribute set
- setUseDocumentProjection(PathMap) - ? ????net.sf.saxon.Controller
-
Indicate whether document projection should be used, and supply the PathMap used to control it.
- setUseImplicitFileset(boolean) - ? ????net.sf.saxon.ant.AntTransform
-
Set whether to use the implicit fileset.
- setUseNullMarkers(boolean) - ? ????net.sf.saxon.event.CharacterMapExpander
-
Indicate whether the result of character mapping should be marked using NUL
characters to prevent subsequent XML or HTML character escaping
- setUserData(Object, String, Object) - ? ????net.sf.saxon.Controller
-
Set user data associated with a key.
- setUserData(String, Object, UserDataHandler) - ? ????net.sf.saxon.dom.NodeOverNodeInfo
-
Set user data.
- setUseStaticBaseUri(boolean) - ? ????net.sf.saxon.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) - ? ????net.sf.saxon.event.PipelineConfiguration
-
Say whether xsi:schemaLocation and xsi:noNamespaceSchemaLocation attributes
should be recognized while validating an instance document
- setUseXsiSchemaLocation(boolean) - ? ????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
- setValidating(boolean) - ? ????net.sf.saxon.dom.DocumentBuilderImpl
-
Determine whether the document builder should perform DTD validation
- setValidation(boolean) - ? ????net.sf.saxon.Configuration
-
Determine whether the XML parser for source documents will be asked to perform
DTD validation of source documents
- setValidationAction(int) - ? ????net.sf.saxon.instruct.AttributeCreator
-
Set the validation action required
- setValidationError(TransformerException, int) - ? ????net.sf.saxon.style.StyleElement
-
Set a validation error.
- setValidationMode(int) - ? ????net.sf.saxon.instruct.ElementCreator
-
Set the validation mode for the new element
- setValidationMode(int) - ? ????net.sf.saxon.instruct.ParentNodeConstructor
-
Set the validation mode for the new document or element node
- setValidationWarnings(boolean) - ? ????net.sf.saxon.Configuration
-
Indicate whether schema validation failures on result documents are to be treated
as fatal errors or as warnings.
- setValue(String) - ? ????net.sf.saxon.ant.AntTransform.OutputProperty
-
set the value for this property
- setValue(String) - ? ????net.sf.saxon.dom.AttrOverNodeInfo
-
Set the value of an attribute node.
- setValue(ValueRepresentation) - ? ????net.sf.saxon.s9api.XdmValue
-
- setValue(Object) - ? ????net.sf.saxon.value.ObjectValue
-
Set the value in this object value
- setValueExpression(Expression) - ? ????net.sf.saxon.query.GlobalVariableDefinition
-
Set the expression used to define the value of the variable
- setVariable(QName, XdmValue) - ? ????net.sf.saxon.s9api.XPathSelector
-
Set the value of a variable
- setVariable(XPathVariable, ValueRepresentation) - ? ????net.sf.saxon.sxpath.XPathDynamicContext
-
Set the value of an external variable used within the XPath expression
- setVariableName(StructuredQName) - ? ????net.sf.saxon.trace.ContextStackFrame.VariableEvaluation
-
Set the name of the variable
- setVariableQName(StructuredQName) - ? ????net.sf.saxon.expr.Assignation
-
Set the name of the variable
- setVariableQName(StructuredQName) - ? ????net.sf.saxon.expr.PositionVariable
-
Set the name of the variable
- setVariableQName(StructuredQName) - ? ????net.sf.saxon.instruct.GeneralVariable
-
Set the name of the variable
- setVariableQName(StructuredQName) - ? ????net.sf.saxon.instruct.UserFunctionParameter
-
Set the name of this parameter
- setVariableQName(StructuredQName) - ? ????net.sf.saxon.query.GlobalVariableDefinition
-
Set the variable name
- setVersionWarning(boolean) - ? ????net.sf.saxon.Configuration
-
Determine whether a warning is to be output when running against a stylesheet labelled
as version="1.0".
- setWasIncluded() - ? ????net.sf.saxon.style.XSLStylesheet
-
Indicate that this stylesheet was included (by its "importer") using an xsl:include
statement as distinct from xsl:import
- setWhitespaceStrippingPolicy(WhitespaceStrippingPolicy) - ? ????net.sf.saxon.s9api.DocumentBuilder
-
Set the whitespace stripping policy applied when loading a document
using this DocumentBuilder
.
- setWrapDocument(Boolean) - ? ????net.sf.saxon.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) - ? ????net.sf.saxon.event.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) - ? ????net.sf.saxon.event.Emitter
-
Set the output destination as a character stream
- setXIncludeAware(boolean) - ? ????net.sf.saxon.AugmentedSource
-
Set state of XInclude processing.
- setXIncludeAware(boolean) - ? ????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) - ? ????net.sf.saxon.dom.DocumentBuilderFactoryImpl
-
Set state of XInclude processing.
- setXIncludeAware(boolean) - ? ????net.sf.saxon.dom.DocumentBuilderImpl
-
Set state of XInclude processing.
- setXIncludeAware(boolean) - ? ????net.sf.saxon.event.ParseOptions
-
Set state of XInclude processing.
- setXMLReader(XMLReader) - ? ????net.sf.saxon.AugmentedSource
-
Set the SAX parser (XMLReader) to be used
- setXMLReader(XMLReader) - ? ????net.sf.saxon.event.ParseOptions
-
Set the SAX parser (XMLReader) to be used
- setXmlStandalone(boolean) - ? ????net.sf.saxon.dom.DocumentOverNodeInfo
-
An attribute specifying, as part of the
XML declaration, whether this document is standalone.
- setXMLStreamReader(XMLStreamReader) - ? ????net.sf.saxon.evpull.StaxToEventBridge
-
Supply an XMLStreamReader: the events reported by this XMLStreamReader will be translated
into EventIterator events
- setXMLStreamReader(XMLStreamReader) - ? ????net.sf.saxon.pull.StaxBridge
-
Supply an XMLStreamReader: the events reported by this XMLStreamReader will be translated
into PullProvider events
- setXmlVersion(String) - ? ????net.sf.saxon.ant.AntTransform
-
Set the XML version to be used for validating names
- setXMLVersion(int) - ? ????net.sf.saxon.Configuration
-
Set the XML version to be used by default for validating characters and names.
- setXmlVersion(String) - ? ????net.sf.saxon.dom.DocumentOverNodeInfo
-
An attribute specifying, as part of the
XML declaration, the version number of this document.
- setXmlVersion(String) - ? ????net.sf.saxon.s9api.Processor
-
Set the version of XML used by this Processor.
- setXPathContext(XPathContext) - ? ????net.sf.saxon.event.Stripper
-
Set the XPath context
- setXPathContext(XPathContext) - ???? ????net.sf.saxon.trans.DynamicError
-
????
- setXPathContext(XPathContext) - ???? ????net.sf.saxon.trans.XPathException
-
Set dynamic context information in the exception object
- setXPathFunctionResolver(XPathFunctionResolver) - ? ????net.sf.saxon.xpath.JAXPXPathStaticContext
-
- setXPathFunctionResolver(XPathFunctionResolver) - ? ????net.sf.saxon.xpath.XPathEvaluator
-
Set the resolver for XPath functions
- setXPathFunctionResolver(XPathFunctionResolver) - ? ????net.sf.saxon.xpath.XPathFactoryImpl
-
Set a resolver for XPath functions.
- setXPathFunctionResolver(XPathFunctionResolver) - ? ????net.sf.saxon.xpath.XPathFunctionLibrary
-
Set the resolver
- setXPathVariableResolver(XPathVariableResolver) - ? ????net.sf.saxon.xpath.JAXPXPathStaticContext
-
Set an XPathVariableResolver.
- setXPathVariableResolver(XPathVariableResolver) - ? ????net.sf.saxon.xpath.XPathEvaluator
-
Set the resolver for XPath variables
- setXPathVariableResolver(XPathVariableResolver) - ? ????net.sf.saxon.xpath.XPathFactoryImpl
-
Set a resolver for XPath variables.
- setXslResource(Resource) - ? ????net.sf.saxon.ant.AntTransform
-
API method to set the XSL Resource.
- ShareableSequence - net.sf.saxon.value???
-
A sequence value implemented extensionally using an extensible List whose leading part can be shared
with other sequence values.
- ShareableSequence(List) - ? ????net.sf.saxon.value.ShareableSequence
-
Construct an sequence from an array of items.
- SHARED_APPEND_EXPRESSION - ? ??????net.sf.saxon.expr.ExpressionTool
-
- ShiftJISCharacterSet - net.sf.saxon.charcode???
-
- ShiftJISCharacterSet() - ? ????net.sf.saxon.charcode.ShiftJISCharacterSet
-
- SHORT - ? ??????net.sf.saxon.type.BuiltInAtomicType
-
- shouldUse() - ? ????net.sf.saxon.ant.AntTransform.Param
-
Ensures that the param passes the conditions placed
on it with if
and unless
properties.
- showSize() - ? ????net.sf.saxon.tinytree.TinyDocumentImpl
-
- showSize() - ? ????net.sf.saxon.tinytree.TinyTree
-
Output a statistical summary to System.err
- showTime - ? ????net.sf.saxon.Query
-
- showTime - ? ????net.sf.saxon.Transform
-
- SiblingCountingNode - net.sf.saxon.om????
-
Interface that extends NodeInfo by providing a method to get the position
of a node relative to its siblings.
- signum() - ? ????net.sf.saxon.value.BigIntegerValue
-
Determine whether the value is negative, zero, or positive
- signum() - ? ????net.sf.saxon.value.DecimalValue
-
Determine whether the value is negative, zero, or positive
- signum() - ? ????net.sf.saxon.value.DoubleValue
-
Determine whether the value is negative, zero, or positive
- signum() - ? ????net.sf.saxon.value.DurationValue
-
Return the signum of the value
- signum() - ? ????net.sf.saxon.value.FloatValue
-
Determine whether the value is negative, zero, or positive
- signum(long) - ? ??????net.sf.saxon.value.Int64Value
-
Factory method returning the integer -1, 0, or +1 according as the argument
is negative, zero, or positive
- signum() - ? ????net.sf.saxon.value.Int64Value
-
Determine whether the value is negative, zero, or positive
- signum(int) - ? ??????net.sf.saxon.value.IntegerValue
-
Get the signum of an int
- signum() - ? ????net.sf.saxon.value.NumericValue
-
Determine whether the value is negative, zero, or positive
- SimpleCharClass(int, int) - ? ????net.sf.saxon.regex.SurrogateRegexTranslator.SimpleCharClass
-
Create a SimpleCharClass
- SimpleContentConstructor - net.sf.saxon.instruct???
-
This class implements the rules for an XSLT (or XQuery) simple content constructor, which are used in constructing
the string value of an attribute node, text node, comment node, etc, from the value of the select
expression or the contained sequence constructor.
- SimpleContentConstructor(Expression, Expression) - ? ????net.sf.saxon.instruct.SimpleContentConstructor
-
Create a SimpleContentConstructor
- SimpleExpression - 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() - ? ????net.sf.saxon.expr.SimpleExpression
-
Constructor
- simpleInteger(String) - ? ??????net.sf.saxon.value.DurationValue
-
Parse a simple unsigned integer
- SimpleNodeConstructor - net.sf.saxon.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() - ? ????net.sf.saxon.instruct.SimpleNodeConstructor
-
Default constructor used by subclasses
- SimpleType - net.sf.saxon.type????
-
This interface represents a simple type, which may be a built-in simple type, or
a user-defined simple type.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.expr.ArithmeticExpression
-
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.expr.Assignation
-
Simplify the expression
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.expr.AtomicSequenceConverter
-
Simplify an expression
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.expr.Atomizer
-
Simplify an expression
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.expr.AxisExpression
-
Simplify an expression
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.expr.BinaryExpression
-
Simplify an expression
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.expr.BreakInstr
-
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.expr.CastableExpression
-
Simplify the expression
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.expr.CastExpression
-
Simplify the expression
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.expr.CompareToIntegerConstant
-
Simplify an expression.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.expr.ContinueInstr
-
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.expr.Expression
-
Simplify an expression.
- simplify(Expression) - ? ????net.sf.saxon.expr.ExpressionVisitor
-
Simplify an expression, via the ExpressionVisitor
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.expr.FilterExpression
-
Simplify an expression
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.expr.FunctionCall
-
Simplify the function call.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.expr.ItemChecker
-
Simplify an expression
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.expr.IterateInstr
-
Simplify an expression.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.expr.Literal
-
Simplify an expression
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.expr.NumericPromoter
-
Simplify an expression
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.expr.PathExpression
-
Simplify an expression
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.expr.SimpleExpression
-
Simplify the expression
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.expr.SingletonAtomizer
-
Simplify an expression
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.expr.SlashExpression
-
Simplify an expression
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.expr.UnaryExpression
-
Simplify an expression
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.expr.VennExpression
-
Simplify the expression
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.functions.Adjust
-
Simplify and validate.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.functions.BaseURI
-
Simplify and validate.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.functions.BooleanFn
-
Simplify the function call.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.functions.Component
-
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.functions.Data
-
Simplify and validate.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.functions.Id
-
Simplify: add a second implicit argument, the context document
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.functions.Idref
-
Simplify: add a second implicit argument, the context document
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.functions.KeyFn
-
Simplify: add a third implicit argument, the context document
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.functions.Matches
-
Simplify and validate.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.functions.NamePart
-
Simplify and validate.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.functions.NumberFn
-
Simplify and validate.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.functions.Remove
-
Simplify.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.functions.Replace
-
Simplify and validate.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.functions.Root
-
Simplify and validate.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.functions.StringFn
-
Simplify and validate.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.functions.StringLength
-
Simplify and validate.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.functions.Tokenize
-
Simplify and validate.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.functions.Trace
-
Simplify the function call.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.functions.UnparsedEntity
-
Simplify: add a second implicit argument, the context document
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.instruct.AnalyzeString
-
Simplify an expression.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.instruct.ApplyImports
-
Simplify an expression.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.instruct.ApplyTemplates
-
Simplify an expression.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.instruct.Block
-
Simplify an expression.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.instruct.CallTemplate
-
Simplify an expression.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.instruct.Choose
-
Simplify an expression.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.instruct.ComputedAttribute
-
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.instruct.ComputedElement
-
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.instruct.Copy
-
Simplify an expression.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.instruct.CopyOf
-
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.instruct.Doctype
-
Simplify an expression.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.instruct.DocumentInstr
-
Simplify an expression.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.instruct.FixedElement
-
Simplify an expression.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.instruct.ForEach
-
Simplify an expression.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.instruct.ForEachGroup
-
Simplify an expression.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.instruct.GeneralVariable
-
Simplify this expression
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.instruct.Instruction
-
Simplify an expression.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.instruct.Message
-
Simplify an expression.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.instruct.Namespace
-
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.instruct.NumberInstruction
-
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.instruct.ParentNodeConstructor
-
Simplify an expression.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.instruct.ProcessingInstruction
-
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.instruct.ResultDocument
-
Simplify an expression.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.instruct.SimpleContentConstructor
-
Simplify an expression.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.instruct.SimpleNodeConstructor
-
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.instruct.TraceWrapper
-
Simplify an expression.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.instruct.UseAttributeSets
-
Simplify an expression.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.instruct.While
-
Simplify an expression.
- simplify(WithParam[], ExpressionVisitor) - ? ??????net.sf.saxon.instruct.WithParam
-
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.pattern.LocationPathPattern
-
Simplify the pattern: perform any context-independent optimisations
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.pattern.Pattern
-
Simplify the pattern by applying any context-independent optimisations.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.pattern.PatternSponsor
-
Simplify an expression.
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.pattern.UnionPattern
-
Simplify the pattern: perform any context-independent optimisations
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.sort.DocumentSorter
-
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.sort.SortExpression
-
Simplify an expression
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.sort.SortKeyDefinition
-
Simplify this sort key definition
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.sort.TupleExpression
-
- simplify(ExpressionVisitor) - ? ????net.sf.saxon.sort.TupleSorter
-
- simplify() - ? ????net.sf.saxon.value.SequenceExtent
-
Simplify this SequenceExtent
- simplify() - ? ????net.sf.saxon.value.ShareableSequence
-
Simplify this value
- simplifyArguments(ExpressionVisitor) - ? ????net.sf.saxon.expr.FunctionCall
-
Simplify the arguments of the function.
- sin(double) - ? ??????net.sf.saxon.exslt.Math
-
Get the sine of a numeric value (SStL)
- SINGLE_ATOMIC - ? ??????net.sf.saxon.value.SequenceType
-
A type that allows exactly one atomic value
- SINGLE_BOOLEAN - ? ??????net.sf.saxon.value.SequenceType
-
A type that allows a single boolean
- SINGLE_BYTE - ? ??????net.sf.saxon.value.SequenceType
-
A type that allows a single short
- SINGLE_DOCUMENT_NODESET - ? ??????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 - ? ??????net.sf.saxon.value.SequenceType
-
A type that allows a single double
- SINGLE_FLOAT - ? ??????net.sf.saxon.value.SequenceType
-
A type that allows a single float
- SINGLE_INT - ? ??????net.sf.saxon.value.SequenceType
-
A type that allows a single int
- SINGLE_INTEGER - ? ??????net.sf.saxon.value.SequenceType
-
A type that allows a single integer
- SINGLE_ITEM - ? ??????net.sf.saxon.value.SequenceType
-
A type that allows exactly one item, of any kind
- SINGLE_LONG - ? ??????net.sf.saxon.value.SequenceType
-
A type that allows a single long
- SINGLE_NODE - ? ??????net.sf.saxon.value.SequenceType
-
A type that allows a single node
- SINGLE_SHORT - ? ??????net.sf.saxon.value.SequenceType
-
A type that allows a single short
- SINGLE_SPACE - ? ??????net.sf.saxon.value.StringValue
-
- SINGLE_STRING - ? ??????net.sf.saxon.value.SequenceType
-
A type that allows a single string
- SingleChar(char) - ? ????net.sf.saxon.regex.SurrogateRegexTranslator.SingleChar
-
Create a character class for a single BMP character
- SingleNodeExpression - net.sf.saxon.expr???
-
A node set expression that will always return zero or one nodes
- SingleNodeExpression() - ? ????net.sf.saxon.expr.SingleNodeExpression
-
- SingleNodeIterator - net.sf.saxon.om???
-
SingletonIterator: an iterator over a sequence of zero or one values
- SingletonAtomizer - 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, RoleLocator, boolean) - ? ????net.sf.saxon.expr.SingletonAtomizer
-
Constructor
- SingletonClosure - 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) - ? ????net.sf.saxon.value.SingletonClosure
-
Constructor should not be called directly, instances should be made using the make() method.
- SingletonComparison - net.sf.saxon.expr???
-
Class to handle comparisons of singletons.
- SingletonComparison(Expression, int, Expression) - ? ????net.sf.saxon.expr.SingletonComparison
-
- SingletonEventIterator - net.sf.saxon.evpull???
-
This class represents an EventIterator over a sequence containing a single pull event.
- SingletonEventIterator(PullEvent) - ? ????net.sf.saxon.evpull.SingletonEventIterator
-
Create an iterator over a sequence containing a single pull event
- SingletonIterator - net.sf.saxon.om???
-
SingletonIterator: an iterator over a sequence of zero or one values
- SingletonNode - net.sf.saxon.value???
-
A value that is a sequence containing zero or one nodes
- SingletonNode(NodeInfo) - ? ????net.sf.saxon.value.SingletonNode
-
Create a node-set containing zero or one nodes
- singletonOperator - ? ????net.sf.saxon.expr.GeneralComparison
-
- singletonOperator - ? ????net.sf.saxon.expr.GeneralComparison10
-
- Sink - net.sf.saxon.event???
-
A Sink is an Receiver that discards all information passed to it
- Sink() - ? ????net.sf.saxon.event.Sink
-
- size() - ? ????net.sf.saxon.s9api.XdmEmptySequence
-
Get the number of items in the sequence
- size() - ? ????net.sf.saxon.s9api.XdmItem
-
Get the number of items in the sequence
- size() - ? ????net.sf.saxon.s9api.XdmValue
-
Get the number of items in the sequence
- size() - ? ????net.sf.saxon.sort.IntArraySet
-
- size() - ? ????net.sf.saxon.sort.IntHashMap
-
Gets the size of the map.
- size() - ? ????net.sf.saxon.sort.IntHashSet
-
- size() - ? ????net.sf.saxon.sort.IntRangeSet
-
- size() - ?? ????net.sf.saxon.sort.IntSet
-
Get the number of integers in the set
- size() - ? ????net.sf.saxon.sort.IntToIntArrayMap
-
Gets the size of the map.
- size() - ? ????net.sf.saxon.sort.IntToIntHashMap
-
Gets the size of the map.
- size() - ?? ????net.sf.saxon.sort.IntToIntMap
-
Gets the size of the map.
- SKIP - ? ??????net.sf.saxon.om.Validation
-
- skippedEntity(String) - ? ????net.sf.saxon.event.ReceivingContentHandler
-
Notify a skipped entity.
- skipToMatchingEnd() - ? ????net.sf.saxon.pull.PullFilter
-
Skip the current subtree.
- skipToMatchingEnd() - ? ????net.sf.saxon.pull.PullFromIterator
-
Skip the current subtree.
- skipToMatchingEnd() - ?? ????net.sf.saxon.pull.PullProvider
-
Skip the current subtree.
- skipToMatchingEnd() - ? ????net.sf.saxon.pull.StaxBridge
-
Skip the current subtree.
- skipToMatchingEnd() - ? ????net.sf.saxon.pull.TreeWalker
-
Skip the current subtree.
- skipToMatchingEnd() - ? ????net.sf.saxon.pull.VirtualTreeWalker
-
Skip the current subtree.
- skipToMatchingEnd() - ? ????net.sf.saxon.tinytree.TinyTreeWalker
-
Skip the current subtree.
- SLASH - ? ??????net.sf.saxon.expr.Token
-
Forwards "/"
- SlashExpression - net.sf.saxon.expr???
-
A slash expression is any expression using the binary slash operator "/".
- SlashExpression(Expression, Expression) - ? ????net.sf.saxon.expr.SlashExpression
-
Constructor
- SlotManager - net.sf.saxon.instruct???
-
A SlotManager supports functions, templates, etc: specifically, any executable code that
requires a stack frame containing local variables.
- SlotManager() - ? ????net.sf.saxon.instruct.SlotManager
-
The constructor should not be called directly.
- SlotManager(int) - ? ????net.sf.saxon.instruct.SlotManager
-
Create a SlotManager with a given number of slots
- slotManager - ? ????net.sf.saxon.style.XSLGeneralVariable
-
- slotNumber - ? ????net.sf.saxon.expr.Assignation
-
- slotNumber - ? ????net.sf.saxon.instruct.GeneralVariable
-
- slots - ? ????net.sf.saxon.expr.StackFrame
-
- SLSL - ? ??????net.sf.saxon.expr.Token
-
Double forwards slash, "//"
- SMALL_INTEGERS - ? ??????net.sf.saxon.value.IntegerValue
-
Array of small integer values
- SOME - ? ??????net.sf.saxon.expr.Token
-
Keyword "some"
- SOME - ? ??????net.sf.saxon.regex.RegexTranslator
-
- sort(XPathContext, SequenceIterator) - ? ??????net.sf.saxon.functions.Extensions
-
Sort a sequence of nodes or atomic values, using the atomic value itself, or the atomized value of the node,
as the sort key.
- sort(XPathContext, SequenceIterator, Evaluate.PreparedExpression) - ? ??????net.sf.saxon.functions.Extensions
-
Sort a sequence of nodes or atomic values, using a given expression to calculate the sort key.
- SORT_KEY - ? ??????net.sf.saxon.trace.Location
-
A sort key (or order-by key).
- Sortable - net.sf.saxon.sort????
-
A Sortable is an object that can be sorted using the QuickSort method.
- sortArrayToNodeList(Value) - ? ??????net.sf.saxon.dom.DOMObjectModel
-
Sample extension function
- SortedGroupIterator - net.sf.saxon.sort???
-
A SortedGroupIterator is a modified SortedIterator.
- SortedGroupIterator(XPathContext, GroupIterator, SortKeyEvaluator, AtomicComparer[], Instruction) - ? ????net.sf.saxon.sort.SortedGroupIterator
-
- SortedIterator - net.sf.saxon.sort???
-
Class to do a sorted iteration
- SortedIterator(XPathContext, SequenceIterator, SortKeyEvaluator, AtomicComparer[]) - ? ????net.sf.saxon.sort.SortedIterator
-
Create a sorted iterator
- SortedTupleIterator - net.sf.saxon.sort???
-
A SortedTupleIterator is a modified SortedIterator.
- SortedTupleIterator(XPathContext, SequenceIterator, AtomicComparer[]) - ? ????net.sf.saxon.sort.SortedTupleIterator
-
Create a sorted tuple iterator
- SortExpression - net.sf.saxon.sort???
-
Expression equivalent to the imaginary syntax
expr sortby (sort-key)+
- SortExpression(Expression, SortKeyDefinition[]) - ? ????net.sf.saxon.sort.SortExpression
-
Create a sort expression
- sortKey - ? ????net.sf.saxon.sort.SortKeyDefinition
-
- SortKeyDefinition - net.sf.saxon.sort???
-
A SortKeyDefinition defines one component of a sort key.
- SortKeyDefinition() - ? ????net.sf.saxon.sort.SortKeyDefinition
-
- sortKeyEvaluator - ? ????net.sf.saxon.sort.SortedIterator
-
- SortKeyEvaluator - net.sf.saxon.sort????
-
Callback interface used to evaluate sort keys.
- sortRangeList(List) - ? ??????net.sf.saxon.regex.RegexTranslator
-
- SOURCE_PARSER_CLASS - ? ??????net.sf.saxon.FeatureKeys
-
SOURCE_PARSER_CLASS must be the full class name of an XMLReader.
- sourceFileName - ? ????net.sf.saxon.Query
-
- sourceIsXQJ() - ? ????net.sf.saxon.AugmentedSource
-
Ask whether this Source is supporting the weird XQJ createItemFromDocument(XMLReader) method.
- sourceIsXQJ() - ? ????net.sf.saxon.event.ParseOptions
-
Ask whether this Source is supporting the weird XQJ createItemFromDocument(XMLReader) method.
- SourceLocationProvider - net.sf.saxon.event????
-
A SourceLocationProvider is a
LocationProvider
that represents locations
in the source document from which the events
are derived (as distinct from locations in a query or stylesheet of the instructions causing the
events)
- SourceResolver - net.sf.saxon????
-
This interface defines a SourceResolver.
- SourceStreamLocation(SourceLocator) - ? ????net.sf.saxon.pull.PullToStax.SourceStreamLocation
-
Create a StAX SourceStreamLocation object based on a given SAX SourceLocator
- span - ? ????net.sf.saxon.dom.NodeWrapper
-
- SPECIAL_PROPERTY_MASK - ? ??????net.sf.saxon.expr.StaticProperty
-
Mask for "special properties": that is, all properties other than cardinality
and dependencies
- specialBlockCharClasses - ? ??????net.sf.saxon.java.JDK15RegexTranslator
-
CharClass for each block name in specialBlockNames.
- specialBlockNames - ? ??????net.sf.saxon.regex.RegexData
-
Names of blocks including ranges outside the BMP.
- specialFilter - ? ????net.sf.saxon.pattern.LocationPathPattern
-
- spliceIncludes() - ? ????net.sf.saxon.style.XSLStylesheet
-
Process xsl:include and xsl:import elements.
- splitText(int) - ? ????net.sf.saxon.dom.TextOverNodeInfo
-
Break this node into two nodes at the specified offset,
keeping both in the tree as siblings.
- SQLClose - net.sf.saxon.sql???
-
An sql:close element in the stylesheet.
- SQLClose() - ? ????net.sf.saxon.sql.SQLClose
-
- SQLColumn - net.sf.saxon.sql???
-
An sql:column element in the stylesheet.
- SQLColumn() - ? ????net.sf.saxon.sql.SQLColumn
-
- SQLConnect - net.sf.saxon.sql???
-
An sql:connect element in the stylesheet.
- SQLConnect() - ? ????net.sf.saxon.sql.SQLConnect
-
- SQLDelete - net.sf.saxon.sql???
-
An sql:delete element in the stylesheet.
- SQLDelete() - ? ????net.sf.saxon.sql.SQLDelete
-
- SQLElementFactory - net.sf.saxon.sql???
-
Class SQLElementFactory.
- SQLElementFactory() - ? ????net.sf.saxon.sql.SQLElementFactory
-
- SQLInsert - net.sf.saxon.sql???
-
An sql:insert element in the stylesheet.
- SQLInsert() - ? ????net.sf.saxon.sql.SQLInsert
-
- SQLQuery - net.sf.saxon.sql???
-
An sql:query element in the stylesheet.
- SQLQuery() - ? ????net.sf.saxon.sql.SQLQuery
-
- SQLUpdate - net.sf.saxon.sql???
-
An sql:update element in the stylesheet.
- SQLUpdate() - ? ????net.sf.saxon.sql.SQLUpdate
-
- sqrt(double) - ? ??????net.sf.saxon.exslt.Math
-
Get the square root of a numeric value (SStL)
- SRC - ? ??????net.sf.saxon.om.StandardNames
-
- STABLE - ? ??????net.sf.saxon.om.StandardNames
-
- stable - ? ????net.sf.saxon.sort.SortKeyDefinition
-
- StackFrame - 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, ValueRepresentation[]) - ? ????net.sf.saxon.expr.StackFrame
-
- stackFrame - ? ????net.sf.saxon.expr.XPathContextMinor
-
- stackFrameMap - ? ????net.sf.saxon.functions.Evaluate.PreparedExpression
-
- STANDALONE - ? ??????net.sf.saxon.om.StandardNames
-
- standaloneSet() - ? ????net.sf.saxon.evpull.EventToStaxBridge
-
- standaloneSet() - ? ????net.sf.saxon.pull.PullToStax
-
- STANDARD_TREE - ? ??????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 - net.sf.saxon.sort???
-
StandardCollationURIResolver allows a Collation to be created given
a URI starting with "http://saxon.sf.net/collation" followed by a set of query parameters.
- StandardCollectionURIResolver - net.sf.saxon.functions???
-
This class implements the default collection URI Resolver.
- StandardCollectionURIResolver() - ? ????net.sf.saxon.functions.StandardCollectionURIResolver
-
- StandardErrorHandler - net.sf.saxon???
-
- StandardErrorHandler(ErrorListener) - ? ????net.sf.saxon.StandardErrorHandler
-
- StandardErrorListener - net.sf.saxon???
-
StandardErrorListener is the standard error handler for XSLT processing
errors, used if no other ErrorListener is nominated.
- StandardErrorListener() - ? ????net.sf.saxon.StandardErrorListener
-
Create a Standard Error Listener
- StandardFunction - net.sf.saxon.functions???
-
This class contains static data tables defining the properties of standard functions.
- StandardFunction.Entry - net.sf.saxon.functions???
-
An entry in the table describing the properties of a function
- StandardModuleURIResolver - net.sf.saxon.query???
-
This class is the standard ModuleURIResolver used to implement the "import module" declaration
in a Query Prolog.
- StandardModuleURIResolver() - ? ????net.sf.saxon.query.StandardModuleURIResolver
-
Create a StandardModuleURIResolver
- StandardNames - net.sf.saxon.om???
-
Well-known names used in XSLT processing.
- StandardOutputResolver - net.sf.saxon.event???
-
This class defines the default OutputURIResolver.
- StandardOutputResolver() - ? ????net.sf.saxon.event.StandardOutputResolver
-
- StandardUnparsedTextResolver - net.sf.saxon.trans???
-
Default implementation of the UnparsedTextURIResolver, used if no other implementation
is nominated to the Configuration.
- StandardUnparsedTextResolver() - ? ????net.sf.saxon.trans.StandardUnparsedTextResolver
-
- StandardURIResolver - net.sf.saxon???
-
This class provides the service of converting a URI into an InputSource.
- StandardURIResolver() - ? ????net.sf.saxon.StandardURIResolver
-
- StandardURIResolver(Configuration) - ? ????net.sf.saxon.StandardURIResolver
-
Create a StandardURIResolver, with a reference to a Configuration
- STAR - ? ??????net.sf.saxon.expr.Token
-
"*" symbol when used as a wildcard
- start - ? ????net.sf.saxon.om.ArrayIterator
-
- start - ? ????net.sf.saxon.value.IntegerRange
-
- START_DOCUMENT - ?? ??????net.sf.saxon.pull.PullProvider
-
START_DOCUMENT is notified when a document node is encountered.
- START_ELEMENT - ?? ??????net.sf.saxon.pull.PullProvider
-
START_ELEMENT is notified when an element node is encountered.
- START_OF_INPUT - ?? ??????net.sf.saxon.pull.PullProvider
-
START_OF_INPUT is the initial state when the PullProvider is instantiated.
- startCDATA() - ? ????net.sf.saxon.event.ReceivingContentHandler
-
- startContent() - ? ????net.sf.saxon.dom.DOMWriter
-
- startContent() - ? ????net.sf.saxon.event.ComplexContentOutputter
-
Flush out a pending start tag
- startContent() - ? ????net.sf.saxon.event.ContentHandlerProxy
-
Notify the start of the content, that is, the completion of all attributes and namespaces.
- startContent() - ? ????net.sf.saxon.event.HTMLEmitter
-
- startContent() - ? ????net.sf.saxon.event.IDFilter
-
startContent: Test if a matching ID attribute was found; if so, start outputting.
- startContent() - ? ????net.sf.saxon.event.MetaTagAdjuster
-
Notify the start of the content, that is, the completion of all attributes and namespaces.
- startContent() - ? ????net.sf.saxon.event.NamespaceReducer
-
startContent: Add any namespace undeclarations needed to stop
namespaces being inherited from parent elements
- startContent() - ? ????net.sf.saxon.event.ProxyReceiver
-
Notify the start of the content, that is, the completion of all attributes and namespaces.
- startContent() - ?? ????net.sf.saxon.event.Receiver
-
Notify the start of the content, that is, the completion of all attributes and namespaces.
- startContent() - ? ????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() - ? ????net.sf.saxon.event.Sink
-
Notify the start of the content, that is, the completion of all attributes and namespaces.
- startContent() - ? ????net.sf.saxon.event.StartTagBuffer
-
startContent: Add any namespace undeclarations needed to stop
namespaces being inherited from parent elements
- startContent() - ? ????net.sf.saxon.event.TeeOutputter
-
Notify the start of the content, that is, the completion of all attributes and namespaces.
- startContent() - ? ????net.sf.saxon.event.TracingFilter
-
Notify the start of the content, that is, the completion of all attributes and namespaces.
- startContent() - ? ????net.sf.saxon.event.TreeReceiver
-
Notify the start of the content, that is, the completion of all attributes and namespaces.
- startContent() - ? ????net.sf.saxon.event.XMLEmitter
-
- startContent() - ? ????net.sf.saxon.query.SequenceWrapper
-
Notify the start of the content, that is, the completion of all attributes and namespaces.
- startContent() - ? ????net.sf.saxon.style.UseWhenFilter
-
Notify the start of the content, that is, the completion of all attributes and namespaces.
- startContent() - ? ????net.sf.saxon.tinytree.TinyBuilder
-
- startContent() - ? ????net.sf.saxon.tree.TreeBuilder
-
- startContent() - ? ????net.sf.saxon.xom.XOMWriter
-
- startCurrentItem(Item) - ? ????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) - ? ????net.sf.saxon.trace.AbstractTraceListener
-
Called when an item becomes the context item
- startCurrentItem(Item) - ? ????net.sf.saxon.trace.TimedTraceListener
-
Called when an item becomes current
- startCurrentItem(Item) - ? ????net.sf.saxon.trace.TraceEventMulticaster
-
Called when an item becomes current
- startCurrentItem(Item) - ?? ????net.sf.saxon.trace.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.
- startDocument(int) - ? ????net.sf.saxon.dom.DOMWriter
-
Start of a document node.
- startDocument(int) - ? ????net.sf.saxon.event.Builder
-
Start of a document node.
- startDocument(int) - ? ????net.sf.saxon.event.ComplexContentOutputter
-
Start of a document node.
- startDocument(int) - ? ????net.sf.saxon.event.ContentHandlerProxy
-
Notify the start of the document.
- startDocument(int) - ? ????net.sf.saxon.event.HTMLURIEscaper
-
Start of a document node.
- startDocument(int) - ? ????net.sf.saxon.event.ImplicitResultChecker
-
- startDocument(int) - ? ????net.sf.saxon.event.MessageWarner
-
- startDocument(int) - ? ????net.sf.saxon.event.ProxyReceiver
-
Start of a document node.
- startDocument(int) - ?? ????net.sf.saxon.event.Receiver
-
Notify the start of a document node
- startDocument() - ? ????net.sf.saxon.event.ReceivingContentHandler
-
Receive notification of the beginning of a document.
- startDocument(int) - ? ????net.sf.saxon.event.SequenceWriter
-
Start of a document node.
- startDocument(int) - ? ????net.sf.saxon.event.Sink
-
Start of a document node.
- startDocument(int) - ? ????net.sf.saxon.event.StartTagBuffer
-
Start of a document node.
- startDocument(int) - ? ????net.sf.saxon.event.TeeOutputter
-
Notify the start of a document node
- startDocument(int) - ? ????net.sf.saxon.event.TracingFilter
-
Start of a document node.
- startDocument(int) - ? ????net.sf.saxon.event.TreeReceiver
-
Start of a document node.
- startDocument(int) - ? ????net.sf.saxon.event.TypeCheckingFilter
-
Start of a document node.
- startDocument(int) - ? ????net.sf.saxon.event.XMLEmitter
-
Start of a document node.
- startDocument() - ? ????net.sf.saxon.IdentityTransformerHandler
-
Override the behaviour of startDocument() in ReceivingContentHandler
- startDocument(int) - ? ????net.sf.saxon.query.SequenceWrapper
-
Start of a document node.
- startDocument(int) - ? ????net.sf.saxon.tinytree.TinyBuilder
-
Write a document node to the tree
- startDocument() - ? ????net.sf.saxon.TransformerHandlerImpl
-
Start of a new document.
- startDocument(int) - ? ????net.sf.saxon.tree.TreeBuilder
-
Start of a document node.
- startDocument(int) - ? ????net.sf.saxon.xom.XOMWriter
-
Start of a document node.
- StartDocumentEvent - net.sf.saxon.evpull???
-
A PullEvent representing the start of a document node
- startDTD(String, String, String) - ? ????net.sf.saxon.event.ReceivingContentHandler
-
Register the start of the DTD.
- started - ? ????net.sf.saxon.event.Builder
-
- startElement(int, int, int, int) - ? ????net.sf.saxon.dom.DOMWriter
-
Start of an element.
- startElement(int, int, int, int) - ? ????net.sf.saxon.event.CDATAFilter
-
Output element start tag
- startElement(int, int, int, int) - ? ????net.sf.saxon.event.CommentStripper
-
- startElement(int, int, int, int) - ? ????net.sf.saxon.event.ComplexContentOutputter
-
Output an element start tag.
- startElement(int, int, int, int) - ? ????net.sf.saxon.event.ContentHandlerProxy
-
Notify the start of an element
- startElement(int, int, int, int) - ? ????net.sf.saxon.event.HTMLEmitter
-
Output element start tag
- startElement(int, int, int, int) - ? ????net.sf.saxon.event.HTMLIndenter
-
Output element start tag
- startElement(int, int, int, int) - ? ????net.sf.saxon.event.HTMLURIEscaper
-
Notify the start of an element
- startElement(int, int, int, int) - ? ????net.sf.saxon.event.IDFilter
-
startElement
- startElement(int, int, int, int) - ? ????net.sf.saxon.event.ImplicitResultChecker
-
- startElement(int, int, int, int) - ? ????net.sf.saxon.event.MetaTagAdjuster
-
Notify the start of an element
- startElement(int, int, int, int) - ? ????net.sf.saxon.event.NamePoolConverter
-
Output element start tag
- startElement(int, int, int, int) - ? ????net.sf.saxon.event.NamespaceReducer
-
startElement.
- startElement(int, int, int, int) - ? ????net.sf.saxon.event.PIGrabber
-
Abort the parse when the first start element tag is found
- startElement(int, int, int, int) - ? ????net.sf.saxon.event.ProxyReceiver
-
Notify the start of an element
- startElement(int, int, int, int) - ?? ????net.sf.saxon.event.Receiver
-
Notify the start of an element
- startElement(String, String, String, Attributes) - ? ????net.sf.saxon.event.ReceivingContentHandler
-
Notify an element start event, including all the associated attributes
- startElement(int, int, int, int) - ? ????net.sf.saxon.event.SequenceWriter
-
Output an element start tag.
- startElement(int, int, int, int) - ? ????net.sf.saxon.event.Sink
-
Notify the start of an element
- startElement(int, int, int, int) - ? ????net.sf.saxon.event.StartTagBuffer
-
startElement
- startElement(int, int, int, int) - ? ????net.sf.saxon.event.Stripper
-
- startElement(int, int, int, int) - ? ????net.sf.saxon.event.TeeOutputter
-
Notify the start of an element
- startElement(int, int, int, int) - ? ????net.sf.saxon.event.TEXTEmitter
-
Output an element start tag.
- startElement(int, int, int, int) - ? ????net.sf.saxon.event.TracingFilter
-
Notify the start of an element
- startElement(int, int, int, int) - ? ????net.sf.saxon.event.TransformerReceiver
-
Notify the start of an element
- startElement(int, int, int, int) - ? ????net.sf.saxon.event.TreeReceiver
-
Notify the start of an element
- startElement(int, int, int, int) - ? ????net.sf.saxon.event.TypeCheckingFilter
-
Notify the start of an element
- startElement(int, int, int, int) - ? ????net.sf.saxon.event.UncommittedSerializer
-
Output an element start tag.
- startElement(int, int, int, int) - ? ????net.sf.saxon.event.XML10ContentChecker
-
Notify the start of an element
- startElement(int, int, int, int) - ? ????net.sf.saxon.event.XMLEmitter
-
Start of an element.
- startElement(int, int, int, int) - ? ????net.sf.saxon.event.XMLIndenter
-
Output element start tag
- startElement(String, String, String, Attributes) - ? ????net.sf.saxon.om.PrefixNormalizer
-
Filter a start element event.
- startElement(int, int, int, int) - ? ????net.sf.saxon.query.SequenceWrapper
-
Notify the start of an element
- startElement(int, int, int, int) - ? ????net.sf.saxon.style.UseWhenFilter
-
Notify the start of an element.
- startElement(int, int, int, int) - ? ????net.sf.saxon.tinytree.TinyBuilder
-
Notify the start tag of an element
- startElement(String) - ? ????net.sf.saxon.trace.ExpressionPresenter
-
Start an element
- startElement(int, int, int, int) - ? ????net.sf.saxon.tree.TreeBuilder
-
Notify the start of an element
- startElement(int, int, int, int) - ? ????net.sf.saxon.xom.XOMWriter
-
Start of an element.
- StartElementEvent - net.sf.saxon.evpull???
-
This is a PullEvent representing the start of an element node.
- StartElementEvent(PipelineConfiguration) - ? ????net.sf.saxon.evpull.StartElementEvent
-
Create a Start Element Event
- startEntity(String) - ? ????net.sf.saxon.event.ReceivingContentHandler
-
- startLineNumber - ? ????net.sf.saxon.expr.Tokenizer
-
The starting line number (for XPath in XSLT, the line number in the stylesheet)
- startPrefixMapping(String, String) - ? ????net.sf.saxon.event.ReceivingContentHandler
-
Notify a namespace prefix to URI binding
- startPrefixMapping(String, String) - ? ????net.sf.saxon.om.PrefixNormalizer
-
Filter a start Namespace prefix mapping event.
- startSubsidiaryElement(String) - ? ????net.sf.saxon.trace.ExpressionPresenter
-
Start a child element in the output
- STARTSWITH - ? ??????net.sf.saxon.functions.Contains
-
- startsWith(String, String) - ? ????net.sf.saxon.sort.CodepointCollator
-
Test whether one string starts with another, according to the rules
of the XPath starts-with() function
- startsWith(String, String) - ? ????net.sf.saxon.sort.RuleBasedSubstringMatcher
-
Test whether one string starts with another, according to the rules
of the XPath starts-with() function
- startsWith(String, String) - ?? ????net.sf.saxon.sort.SubstringMatcher
-
Test whether one string starts with another, according to the rules
of the XPath starts-with() function
- StartTagBuffer - net.sf.saxon.event???
-
StartTagBuffer is a ProxyReceiver that buffers attributes and namespace events within a start tag.
- StartTagBuffer() - ? ????net.sf.saxon.event.StartTagBuffer
-
- state - ? ????net.sf.saxon.value.MemoClosure
-
- StatefulMappingFunction - net.sf.saxon.expr????
-
MappingFunction is an interface that must be satisfied by an object passed to a
MappingIterator.
- StaticBaseURI - net.sf.saxon.functions???
-
This class supports the static-base-uri() function in XPath 2.0.
- StaticBaseURI() - ? ????net.sf.saxon.functions.StaticBaseURI
-
- StaticContext - net.sf.saxon.expr????
-
A StaticContext contains the information needed while an expression or pattern
is being parsed.
- staticContext - ? ????net.sf.saxon.style.StyleElement
-
- StaticError - net.sf.saxon.trans??????
-
- StaticError(String) - ???? ????net.sf.saxon.trans.StaticError
-
????
- StaticError(Exception) - ???? ????net.sf.saxon.trans.StaticError
-
????
- StaticError(String, Throwable) - ???? ????net.sf.saxon.trans.StaticError
-
????
- StaticError(String, SourceLocator) - ???? ????net.sf.saxon.trans.StaticError
-
????
- staticProperties - ? ????net.sf.saxon.expr.Expression
-
- StaticProperty - net.sf.saxon.expr???
-
This class contains constants identifying dependencies that an XPath expression
might have on its context.
- StaticQueryContext - net.sf.saxon.query???
-
StaticQueryContext contains information used to build a StaticContext for use when processing XQuery
expressions.
- StaticQueryContext() - ? ????net.sf.saxon.query.StaticQueryContext
-
Private constructor used when copying a context
- StaticQueryContext(Configuration) - ? ????net.sf.saxon.query.StaticQueryContext
-
Create a StaticQueryContext using a given Configuration.
- staticType - ? ????net.sf.saxon.expr.VariableReference
-
- staticTypeCheck(SequenceType, boolean, RoleLocator, ExpressionVisitor) - ? ????net.sf.saxon.expr.Expression
-
Static type checking of some expressions is delegated to the expression itself, by calling
this method.
- staticTypeCheck(SequenceType, boolean, RoleLocator, ExpressionVisitor) - ? ????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, RoleLocator, ExpressionVisitor) - ? ??????net.sf.saxon.expr.TypeChecker
-
Check an expression against a required type, modifying it if necessary.
- staticTypeCheck(SequenceType, boolean, RoleLocator, ExpressionVisitor) - ? ????net.sf.saxon.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.
- statistics() - ? ????net.sf.saxon.om.NamePool
-
Statistics summarizing the namepool contents.
- StaxBridge - 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() - ? ????net.sf.saxon.pull.StaxBridge
-
Create a new instance of the class
- StaxBridge.StaxNamespaces - net.sf.saxon.pull???
-
- StaxNamespaces() - ? ????net.sf.saxon.pull.StaxBridge.StaxNamespaces
-
- StaxToEventBridge - 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() - ? ????net.sf.saxon.evpull.StaxToEventBridge
-
Create a new instance of the class
- STOPPER - ? ??????net.sf.saxon.type.Type
-
Dummy node kind used in the tiny tree to mark the end of the tree
- streamResult - ? ????net.sf.saxon.event.Emitter
-
- STRENGTH - ? ??????net.sf.saxon.om.StandardNames
-
- STRICT - ? ??????net.sf.saxon.om.Validation
-
- strictTypeCheck(Expression, SequenceType, RoleLocator, StaticContext) - ? ??????net.sf.saxon.expr.TypeChecker
-
Check an expression against a required type, modifying it if necessary.
- STRING - ? ??????net.sf.saxon.om.StandardNames
-
- STRING - ? ??????net.sf.saxon.type.BuiltInAtomicType
-
- STRING_LITERAL - ? ??????net.sf.saxon.expr.Token
-
String literal
- stringCollator - ? ????net.sf.saxon.functions.CollatingFunction
-
- StringCollator - net.sf.saxon.sort????
-
This interface represents a "collation" as defined in XPath, that is, a set of rules for comparing strings
- StringFn - net.sf.saxon.functions???
-
Implement XPath function string()
- StringFn() - ? ????net.sf.saxon.functions.StringFn
-
- StringJoin - net.sf.saxon.functions???
-
xf:string-join(string* $sequence, string $separator)
- StringJoin() - ? ????net.sf.saxon.functions.StringJoin
-
- StringLength - net.sf.saxon.functions???
-
Implement the XPath string-length() function
- StringLength() - ? ????net.sf.saxon.functions.StringLength
-
- StringLiteral - net.sf.saxon.expr???
-
Subclass of Literal used specifically for string literals, as this is a common case
- StringLiteral(StringValue) - ? ????net.sf.saxon.expr.StringLiteral
-
Create a StringLiteral that wraps a StringValue
- StringLiteral(CharSequence) - ? ????net.sf.saxon.expr.StringLiteral
-
Create a StringLiteral that wraps any CharSequence (including, of course, a String)
- stringToBase64Binary(String, String) - ? ??????net.sf.saxon.functions.Extensions
-
Convert a string to a base64Binary value in a given encoding
- StringToCodepoints - net.sf.saxon.functions???
-
This class supports the function string-to-codepoints()
- StringToCodepoints() - ? ????net.sf.saxon.functions.StringToCodepoints
-
- stringToHexBinary(String, String) - ? ??????net.sf.saxon.functions.Extensions
-
Convert a string to a hexBinary value in a given encoding
- stringToInteger(CharSequence) - ? ??????net.sf.saxon.value.IntegerValue
-
Static factory method to convert strings to integers.
- StringTokenIterator - net.sf.saxon.expr???
-
StringTokenIterator: breaks a string up into tokens,
and returns the tokens as a sequence of strings.
- StringTokenIterator(String) - ? ????net.sf.saxon.expr.StringTokenIterator
-
Construct a StringTokenIterator that will break the supplied
string into tokens at whitespace boundaries
- StringTokenIterator(String, String) - ? ????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.
- stringToNumber(CharSequence) - ? ??????net.sf.saxon.value.Value
-
Static method to convert strings to doubles.
- stringToUtf8(String) - ? ??????net.sf.saxon.functions.Extensions
-
Get the UTF-8 encoding of a string
- StringValue - net.sf.saxon.value???
-
An atomic value of type xs:string
- StringValue() - ? ????net.sf.saxon.value.StringValue
-
Protected constructor for use by subtypes
- StringValue(CharSequence) - ? ????net.sf.saxon.value.StringValue
-
Constructor.
- StringValue.CharacterIterator - net.sf.saxon.value???
-
CharacterIterator is used to iterate over the characters in a string,
returning them as integers representing the Unicode code-point.
- StringValueToChar() - ? ????net.sf.saxon.expr.PJConverter.StringValueToChar
-
- StringValueToString() - ? ????net.sf.saxon.expr.PJConverter.StringValueToString
-
- STRIP - ? ??????net.sf.saxon.om.Validation
-
- STRIP_DEFAULT - ? ??????net.sf.saxon.event.Stripper
-
- STRIP_WHITESPACE - ? ??????net.sf.saxon.FeatureKeys
-
STRIP_WHITESPACE must be a string set to one of the values "all", "none", or "ignorable".
- StrippedDocument - net.sf.saxon.om???
-
A StrippedDocument represents a view of a real Document in which selected
whitespace text nodes are treated as having been stripped.
- StrippedDocument(DocumentInfo, Stripper) - ? ????net.sf.saxon.om.StrippedDocument
-
- StrippedNode - net.sf.saxon.om???
-
A StrippedNode is a view of a node, in a virtual tree that has whitespace
text nodes stripped from it.
- StrippedNode() - ? ????net.sf.saxon.om.StrippedNode
-
- StrippedNode(NodeInfo, StrippedNode) - ? ????net.sf.saxon.om.StrippedNode
-
This constructor is protected: nodes should be created using the makeWrapper
factory method
- Stripper - net.sf.saxon.event???
-
The Stripper class maintains details of which elements need to be stripped.
- Stripper() - ? ????net.sf.saxon.event.Stripper
-
Default constructor for use in subclasses
- Stripper(Mode) - ? ????net.sf.saxon.event.Stripper
-
create a Stripper and initialise variables
- STRIPPER_MODE - ? ??????net.sf.saxon.trans.Mode
-
- stripsInputTypeAnnotations() - ? ????net.sf.saxon.instruct.Executable
-
Ask whether source documents are to have their type annotations stripped
- stripsWhitespace() - ? ????net.sf.saxon.instruct.Executable
-
Determine whether this stylesheet does any whitespace stripping
- stripsWhitespace() - ? ????net.sf.saxon.style.XSLStylesheet
-
Determine whether this stylesheet does any whitespace stripping
- stripTypeAnnotations() - ? ????net.sf.saxon.evpull.StartElementEvent
-
Strip type annotations from the element and its attributes
- StructuredQName - net.sf.saxon.om???
-
This class provides an economical representation of a QName triple (prefix, URI, and localname).
- StructuredQName(String, String, String) - ? ????net.sf.saxon.om.StructuredQName
-
Construct a StructuredQName from a prefix, URI, and local name.
- StructuredQName(NamePool, int) - ? ????net.sf.saxon.om.StructuredQName
-
Make a structuredQName from a Namepool nameCode
- STYLE_PARSER_CLASS - ? ??????net.sf.saxon.FeatureKeys
-
STYLE_PARSER_CLASS must be an XMLReader.
- StyleElement - net.sf.saxon.style???
-
Abstract superclass for all element nodes in the stylesheet.
- StyleElement() - ? ????net.sf.saxon.style.StyleElement
-
Constructor
- StyleNodeFactory - net.sf.saxon.style???
-
Class StyleNodeFactory.
- StyleNodeFactory(Configuration, ErrorListener) - ? ????net.sf.saxon.style.StyleNodeFactory
-
Create the node factory for representing an XSLT stylesheet as a tree structure
- STYLESHEET_PREFIX - ? ??????net.sf.saxon.om.StandardNames
-
- STYLESHEET_VERSION - ? ??????net.sf.saxon.event.SaxonOutputKeys
-
stylesheet-version.
- StylesheetFunctionLibrary - net.sf.saxon.style???
-
A StylesheetFunctionLibrary contains functions defined by the user in a stylesheet.
- StylesheetFunctionLibrary(XSLStylesheet, boolean) - ? ????net.sf.saxon.style.StylesheetFunctionLibrary
-
Create a FunctionLibrary that provides access to stylesheet functions
- StylesheetProcedure - net.sf.saxon.style????
-
This interface is implemented by all XSL elements that can contain local variable declarations.
- StylesheetStripper - net.sf.saxon.style???
-
The StylesheetStripper refines the Stripper class to do stripping of
whitespace nodes on a stylesheet.
- StylesheetStripper() - ? ????net.sf.saxon.style.StylesheetStripper
-
- subCategories - ? ??????net.sf.saxon.regex.RegexData
-
- subCategoryCharClasses - ? ??????net.sf.saxon.java.JDK15RegexTranslator
-
- subCategoryCharClasses - ? ??????net.sf.saxon.regex.SurrogateRegexTranslator
-
- Subsequence - net.sf.saxon.functions???
-
Implements the XPath 2.0 subsequence() function
- Subsequence() - ? ????net.sf.saxon.functions.Subsequence
-
- subSequence(int, int) - ? ????net.sf.saxon.om.FastStringBuffer
-
Returns a new CharSequence
that is a subsequence of this sequence.
- subsequence(int, int) - ?? ????net.sf.saxon.om.GroundedValue
-
Get a subsequence of the value
- subSequence(int, int) - ? ????net.sf.saxon.tinytree.CharSlice
-
Returns a new character sequence that is a subsequence of this sequence.
- subSequence(int, int) - ? ????net.sf.saxon.tinytree.CompressedWhitespace
-
Returns a new CharSequence
that is a subsequence of this sequence.
- subSequence(int, int) - ? ????net.sf.saxon.tinytree.LargeStringBuffer
-
Returns a new character sequence that is a subsequence of this sequence.
- subsequence(int, int) - ? ????net.sf.saxon.value.AtomicValue
-
Get a subsequence of the value
- subsequence(int, int) - ? ????net.sf.saxon.value.EmptySequence
-
Get a subsequence of the value
- subsequence(int, int) - ? ????net.sf.saxon.value.IntegerRange
-
Get a subsequence of the value
- subsequence(int, int) - ? ????net.sf.saxon.value.SequenceExtent
-
Get a subsequence of the value
- subsequence(int, int) - ? ????net.sf.saxon.value.SingletonNode
-
Get a subsequence of the value
- SubsequenceIterator - net.sf.saxon.expr???
-
A SubsequenceIterator selects a subsequence of a sequence
- substituteFor(StyleElement) - ? ????net.sf.saxon.style.StyleElement
-
Make this node a substitute for a temporary one previously added to the tree.
- SubstitutionGroupTest - net.sf.saxon.pattern???
-
NodeTest is an interface that enables a test of whether a node has a particular
name and type.
- SubstitutionGroupTest(int, IntHashSet) - ? ????net.sf.saxon.pattern.SubstitutionGroupTest
-
Constructor
- SubstitutionGroupTest(int, int[]) - ? ????net.sf.saxon.pattern.SubstitutionGroupTest
-
Constructor
- Substring - net.sf.saxon.functions???
-
This class implements the XPath substring() function
- Substring() - ? ????net.sf.saxon.functions.Substring
-
- substring(StringValue, NumericValue) - ? ??????net.sf.saxon.functions.Substring
-
Implement the substring function with two arguments.
- substring(StringValue, NumericValue, NumericValue, XPathContext) - ? ??????net.sf.saxon.functions.Substring
-
Implement the substring function with three arguments.
- substring(int, int) - ? ????net.sf.saxon.tinytree.CharSlice
-
Returns a new character sequence that is a subsequence of this sequence.
- substring(int, int) - ? ????net.sf.saxon.tinytree.LargeStringBuffer
-
Returns a new character sequence that is a subsequence of this sequence.
- substringAfter(String, String) - ? ????net.sf.saxon.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) - ? ????net.sf.saxon.sort.RuleBasedSubstringMatcher
-
Return the part of a string after a given substring, according to the rules
of the XPath substring-after() function
- substringAfter(String, String) - ?? ????net.sf.saxon.sort.SubstringMatcher
-
Return the part of a string after a given substring, according to the rules
of the XPath substring-after() function
- substringBefore(String, String) - ? ????net.sf.saxon.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) - ? ????net.sf.saxon.sort.RuleBasedSubstringMatcher
-
Return the part of a string before a given substring, according to the rules
of the XPath substring-before() function
- substringBefore(String, String) - ?? ????net.sf.saxon.sort.SubstringMatcher
-
Return the part of a string before a given substring, according to the rules
of the XPath substring-before() function
- substringData(int, int) - ? ????net.sf.saxon.dom.TextOverNodeInfo
-
Extract a range of data from a Text or Comment node.
- SubstringMatcher - net.sf.saxon.sort????
-
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 - ? ??????net.sf.saxon.type.TypeHierarchy
-
Constant denoting relationship between two types: A is subsumed by B
- subsumes(ItemType) - ? ????net.sf.saxon.s9api.ItemType
-
Determine whether this ItemType subsumes another ItemType.
- subsumes(OccurrenceIndicator) - ?? ????net.sf.saxon.s9api.OccurrenceIndicator
-
Determine whether one occurrence indicator subsumes another.
- SUBSUMES - ? ??????net.sf.saxon.type.TypeHierarchy
-
Constant denoting relationship between two types: A subsumes B
- subsumes(int, int) - ? ??????net.sf.saxon.value.Cardinality
-
Test if one cardinality subsumes another.
- subtract(CalendarValue, XPathContext) - ? ????net.sf.saxon.value.CalendarValue
-
Determine the difference between two points in time, as a duration
- subtract(CalendarValue, XPathContext) - ? ????net.sf.saxon.value.DateTimeValue
-
Determine the difference between two points in time, as a duration
- subtract(CalendarValue, XPathContext) - ? ????net.sf.saxon.value.DateValue
-
Determine the difference between two points in time, as a duration
- subtract(DurationValue) - ? ????net.sf.saxon.value.DayTimeDurationValue
-
Subtract two dayTime-durations
- subtract(DurationValue) - ? ????net.sf.saxon.value.DurationValue
-
Subtract two durations
- subtract(CalendarValue, XPathContext) - ? ????net.sf.saxon.value.TimeValue
-
Determine the difference between two points in time, as a duration
- subtract(DurationValue) - ? ????net.sf.saxon.value.YearMonthDurationValue
-
Subtract two year-month-durations
- SUBTREE_NODESET - ? ??????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
- subtreeRoot - ? ????net.sf.saxon.om.VirtualCopy.VirtualCopier
-
- SUFFIX - ? ??????net.sf.saxon.expr.Token
-
"*:" token
- suggestPrefixForURI(String) - ? ????net.sf.saxon.om.NamePool
-
Suggest a prefix for a given URI.
- SUM - ? ??????net.sf.saxon.functions.Aggregate
-
- sum(int, int) - ? ??????net.sf.saxon.value.Cardinality
-
Add two cardinalities
- SuppliedParameterReference - 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 (apply-templates).
- SuppliedParameterReference(int) - ? ????net.sf.saxon.expr.SuppliedParameterReference
-
Constructor
- SUPPLY_SOURCE_LOCATOR - ? ??????net.sf.saxon.event.SaxonOutputKeys
-
supply-source-locator = yes|no.
- SUPPRESS_INDENTATION - ? ??????net.sf.saxon.event.SaxonOutputKeys
-
saxon:suppress-indentation = list of element names
Defines elements within which no indentation will occur
- suppressValidation(int) - ? ????net.sf.saxon.expr.Assignation
-
Suppress validation on contained element constructors, on the grounds that the parent element
is already performing validation.
- suppressValidation(int) - ? ????net.sf.saxon.expr.Expression
-
Suppress validation on contained element constructors, on the grounds that the parent element
is already performing validation.
- suppressValidation(int) - ? ????net.sf.saxon.instruct.ElementCreator
-
Suppress validation on contained element constructors, on the grounds that the parent element
is already performing validation.
- SURROGATE1_MAX - ? ??????net.sf.saxon.charcode.UTF16
-
- SURROGATE1_MIN - ? ??????net.sf.saxon.charcode.UTF16
-
- SURROGATE2_MAX - ? ??????net.sf.saxon.charcode.UTF16
-
- SURROGATE2_MIN - ? ??????net.sf.saxon.charcode.UTF16
-
- SurrogateRegexTranslator - net.sf.saxon.regex???
-
Abstract superclass for the JDK 1.4 and .NET regex translators, or in principle for any other
target regex dialect in which "." matches a UTF-16 16-bit code rather than a Unicode character
- SurrogateRegexTranslator() - ? ????net.sf.saxon.regex.SurrogateRegexTranslator
-
- SurrogateRegexTranslator.BackReference - net.sf.saxon.regex???
-
Character class representing a back-reference.
- SurrogateRegexTranslator.CharClass - net.sf.saxon.regex???
-
Object representing a character class
- SurrogateRegexTranslator.CharRange - net.sf.saxon.regex???
-
Character class that matches any character within a range of codepoints
- SurrogateRegexTranslator.Complement - net.sf.saxon.regex???
-
Character class representing the complement of another character class, that is, all
characters that the other class doesn't match.
- SurrogateRegexTranslator.Dot - net.sf.saxon.regex???
-
Character class representing the characters matched by the XPath "." metacharacter
- SurrogateRegexTranslator.Empty - net.sf.saxon.regex???
-
Character class that matches nothing
- SurrogateRegexTranslator.Property - net.sf.saxon.regex???
-
Character class containing characters that share a given Unicode property
- SurrogateRegexTranslator.SimpleCharClass - net.sf.saxon.regex???
-
Simple Character Class - essentially, anything other than a Union or Subtraction between two
character classes.
- SurrogateRegexTranslator.SingleChar - net.sf.saxon.regex???
-
Character class that matches a single specific character in the BMP
- SurrogateRegexTranslator.WideSingleChar - net.sf.saxon.regex???
-
Character class that matches a single specific character outside the BMP
- SURROGATES1_CLASS - ? ??????net.sf.saxon.regex.RegexTranslator
-
- SURROGATES2_CLASS - ? ??????net.sf.saxon.regex.RegexTranslator
-
- swap(int, int) - ? ????net.sf.saxon.sort.DocumentOrderIterator
-
Swap two nodes (needed to implement the Sortable interface)
- swap(int, int) - ?? ????net.sf.saxon.sort.Sortable
-
Swap two objects within this Sortable, identified by their position.
- swap(int, int) - ? ????net.sf.saxon.sort.SortedIterator
-
Swap two items (needed to implement the Sortable interface)
- swap(int, int) - ? ????net.sf.saxon.value.SequenceExtent
-
Swap two items (needed to support sorting)
- SXCH0002 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXCH0002: cannot supply output to ContentHandler because it is not well-formed
- SXCH0003 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXCH0003: error reported by the ContentHandler (SAXResult) to which the result tree was sent
- SXCH0004 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXCH0004: cannot load user-supplied ContentHandler
- SXJE0001 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXJE0001: cannot convert xs:boolean to the required Java type
- SXJE0002 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXJE0002: cannot convert xs:double to the required Java type
- SXJE0003 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXJE0003: cannot convert xs:duration to the required Java type
- SXJE0004 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXJE0004: cannot convert xs:float to the required Java type
- SXJE0005 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXJE0005: cannot convert xs:string to Java char unless the length is exactly one
- SXJE0006 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXJE0006: cannot convert xs:string to the required Java type
- SXJE0007 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXJE0007: cannot convert xs:dayTimeDuration to the required Java type
- SXJE0008 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXJE0008: cannot convert xs:yearMonthDuration to the required Java type
- SXJE0021 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXJE0021: cannot convert XPath value to the type required by the signature of an extension function
- SXJE0022 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXJE0022: cannot convert XPath value to the type required by the signature of an extension function,
the XPath value is a sequence of more than one item but the Java type is a singleton
- SXJE0023 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXJE0023: cannot convert XPath item to the member type of a Java array
- SXJE0051 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXJE0051: supplied Java List/Array contains a member that cannot be converted to an Item
- SXLM0001 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXLM0001: stylesheet or query appears to be looping/recursing indefinitely
- SXSE0001 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXSE0001: cannot use character maps in an environment with no Controller
- SXSE0002 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXSE0002: cannot use output property saxon:supply-source-locator unless tracing was enabled at compile time
- SXSQ0001 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXSQ0001: value of argument to SQL instruction is not a JDBC Connection object
- SXSQ0002 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXSQ0002: failed to close JDBC Connection
- SXSQ0003 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXSQ0003: failed to open JDBC Connection
- SXSQ0004 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXSQ0004: SQL Insert/Update/Delete action failed
- SXUP0081 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXUP0081: attempt to update a non-updateable node
- SXWN9001 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXWN9001: a variable declaration with no following siblings has no effect
- SXWN9002 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXWN9002: saxon:indent-spaces must be a positive integer
- SXWN9003 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXWN9003: saxon:require-well-formed must be "yes" or "no"
- SXWN9004 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXWN9004: saxon:next-in-chain cannot be specified dynamically
- SXWN9005 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXWN9005: The 'default' attribute of saxon:collation no longer has any effect
- SXWN9006 - ? ??????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 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXWN9007: Invalid value for saxon:allow-all-built-in-types - must be "yes" or "no"
- SXWN9008 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXWN9008: Saxon extension element not recognized because namespace not declared
in extension-element-prefixes
- SXWN9009 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXWN9009: an empty xsl:for-each or xsl:for-each-group has no effect
- SXXF0001 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXXF0001: first argument to saxon:eval must be an expression prepared using saxon:expression
- SXXF0002 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXXF0002: undeclared namespace prefix used in saxon:script
- SXXP0003 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXXP0003: error reported by XML parser while parsing source document
- SXXP0004 - ? ??????net.sf.saxon.trans.SaxonErrorCode
-
SXXP0004: externally supplied node belongs to the wrong Configuration
- SYNTAX_ERR - ???? ??????net.sf.saxon.dom.DOMExceptionImpl
-
- SystemFunction - net.sf.saxon.functions???
-
Abstract superclass for system-defined and user-defined functions
- SystemFunction() - ? ????net.sf.saxon.functions.SystemFunction
-
- SystemFunctionLibrary - net.sf.saxon.functions???
-
The SystemFunctionLibrary represents the collection of functions in the fn: namespace.
- systemId - ? ????net.sf.saxon.dom.DOMSender
-
- systemId - ? ????net.sf.saxon.event.Builder
-
- systemId - ? ????net.sf.saxon.event.Emitter
-
- systemId - ? ????net.sf.saxon.event.SequenceReceiver
-
- systemId(XPathContext) - ? ??????net.sf.saxon.functions.Extensions
-
Return the system identifier of the context node
- systemId - ? ????net.sf.saxon.om.VirtualCopy
-
- SystemIdMap - net.sf.saxon.tree???
-
System IDs are not held in nodes in the tree, because they are usually the same
for a whole document.
- SystemIdMap() - ? ????net.sf.saxon.tree.SystemIdMap
-
- SystemProperty - net.sf.saxon.functions???
-
Implementation of the XSLT system-property() function
- SystemProperty() - ? ????net.sf.saxon.functions.SystemProperty
-