Serialized Form
-
Package net.sf.saxon
-
Class net.sf.saxon.Configuration extends java.lang.Object implements Serializable
-
Serialized Fields
-
allNodesUntyped
boolean allNodesUntyped
-
allowExternalFunctions
boolean allowExternalFunctions
-
allowMultiThreading
boolean allowMultiThreading
-
collationResolver
CollationURIResolver collationResolver
-
collectionResolver
CollectionURIResolver collectionResolver
-
documentNumberAllocator
DocumentNumberAllocator documentNumberAllocator
-
domLevel
int domLevel
-
dotNetExtensionBinder
FunctionLibrary dotNetExtensionBinder
-
expandDefaultAttributes
boolean expandDefaultAttributes
-
externalObjectModels
java.util.List externalObjectModels
-
globalDocumentPool
DocumentPool globalDocumentPool
-
hostLanguage
int hostLanguage
-
javaExtensionBinder
FunctionLibrary javaExtensionBinder
-
lazyConstructionMode
boolean lazyConstructionMode
-
lineNumbering
boolean lineNumbering
-
messageEmitterClass
java.lang.String messageEmitterClass
-
moduleURIResolver
ModuleURIResolver moduleURIResolver
-
namePool
NamePool namePool
-
optimizer
Optimizer optimizer
-
preEvaluateDocFunction
boolean preEvaluateDocFunction
-
preferJaxpParser
boolean preferJaxpParser
-
recoveryPolicy
int recoveryPolicy
-
retainDTDattributeTypes
boolean retainDTDattributeTypes
-
schemaURIResolver
SchemaURIResolver schemaURIResolver
-
schemaValidationMode
int schemaValidationMode
-
serializerFactory
SerializerFactory serializerFactory
-
sourceParserClass
java.lang.String sourceParserClass
-
standardModuleURIResolver
ModuleURIResolver standardModuleURIResolver
-
stripsWhiteSpace
int stripsWhiteSpace
-
styleParserClass
java.lang.String styleParserClass
-
systemURIResolver
StandardURIResolver systemURIResolver
-
timing
boolean timing
-
traceExternalFunctions
boolean traceExternalFunctions
-
traceListenerClass
java.lang.String traceListenerClass
-
traceOptimizations
boolean traceOptimizations
-
tracing
boolean tracing
-
treeModel
int treeModel
-
useDisableOutputEscaping
boolean useDisableOutputEscaping
-
useXsiSchemaLocation
boolean useXsiSchemaLocation
-
validation
boolean validation
-
validationWarnings
boolean validationWarnings
-
vendorFunctionLibrary
VendorFunctionLibrary vendorFunctionLibrary
-
versionWarning
boolean versionWarning
-
xIncludeAware
boolean xIncludeAware
-
xmlVersion
int xmlVersion
-
xsdlVersion
int xsdlVersion
-
-
-
Class net.sf.saxon.PreparedStylesheet extends java.lang.Object implements Serializable
-
Serialized Fields
-
compileWithTracing
boolean compileWithTracing
-
errorCount
int errorCount
-
executable
Executable executable
-
nextStylesheetCache
java.util.HashMap nextStylesheetCache
-
targetNamePool
NamePool targetNamePool
-
-
-
Class net.sf.saxon.StandardErrorListener extends java.lang.Object implements Serializable
-
Serialized Fields
-
doStackTrace
boolean doStackTrace
-
recoveryPolicy
int recoveryPolicy
-
warningCount
int warningCount
-
-
-
Class net.sf.saxon.StandardURIResolver extends java.lang.Object implements Serializable
-
Serialized Fields
-
config
Configuration config
-
recognizeQueryParameters
boolean recognizeQueryParameters
-
-
-
-
Package net.sf.saxon.dom
-
Class net.sf.saxon.dom.DOMEnvelope extends java.lang.Object implements Serializable
-
Class net.sf.saxon.dom.DOMExceptionImpl extends org.w3c.dom.DOMException implements Serializable
-
Serialized Fields
-
code
short code
-
-
-
Class net.sf.saxon.dom.DOMObjectModel extends java.lang.Object implements Serializable
-
-
Package net.sf.saxon.dom4j
-
Class net.sf.saxon.dom4j.DOM4JObjectModel extends java.lang.Object implements Serializable
-
-
Package net.sf.saxon.event
-
Class net.sf.saxon.event.CopyNamespaceSensitiveException extends XPathException implements Serializable
-
Class net.sf.saxon.event.NoOpenStartTagException extends XPathException implements Serializable
-
Class net.sf.saxon.event.SerializerFactory extends java.lang.Object implements Serializable
-
-
Package net.sf.saxon.expr
-
Class net.sf.saxon.expr.ArithmeticExpression extends BinaryExpression implements Serializable
-
Serialized Fields
-
calculator
Calculator calculator
-
simplified
boolean simplified
-
-
-
Class net.sf.saxon.expr.ArithmeticExpression10 extends BinaryExpression implements Serializable
-
Serialized Fields
-
calculator
Calculator calculator
-
-
-
Class net.sf.saxon.expr.Assignation extends Expression implements Serializable
-
Serialized Fields
-
action
Expression action
-
requiredType
SequenceType requiredType
-
sequence
Expression sequence
-
slotNumber
int slotNumber
-
variableName
StructuredQName variableName
-
-
-
Class net.sf.saxon.expr.AtomicMappingExpression extends SlashExpression implements Serializable
-
Class net.sf.saxon.expr.AtomicSequenceConverter extends UnaryExpression implements Serializable
-
Serialized Fields
-
requiredItemType
AtomicType requiredItemType
-
requiredPrimitiveType
BuiltInAtomicType requiredPrimitiveType
-
-
-
Class net.sf.saxon.expr.Atomizer extends UnaryExpression implements Serializable
-
Serialized Fields
-
config
Configuration config
-
singleValued
boolean singleValued
-
untyped
boolean untyped
-
-
-
Class net.sf.saxon.expr.AxisExpression extends Expression implements Serializable
-
Class net.sf.saxon.expr.BinaryExpression extends Expression implements Serializable
-
Serialized Fields
-
operand0
Expression operand0
-
operand1
Expression operand1
-
operator
int operator
-
-
-
Class net.sf.saxon.expr.BooleanExpression extends BinaryExpression implements Serializable
-
Class net.sf.saxon.expr.BreakInstr extends Instruction implements Serializable
-
Serialized Fields
-
breakFunction
UserFunction breakFunction
-
-
-
Class net.sf.saxon.expr.Calculator extends java.lang.Object implements Serializable
-
Class net.sf.saxon.expr.CardinalityChecker extends UnaryExpression implements Serializable
-
Serialized Fields
-
requiredCardinality
int requiredCardinality
-
role
RoleLocator role
-
-
-
Class net.sf.saxon.expr.CastableExpression extends UnaryExpression implements Serializable
-
Serialized Fields
-
allowEmpty
boolean allowEmpty
-
targetType
AtomicType targetType
-
-
-
Class net.sf.saxon.expr.CastExpression extends UnaryExpression implements Serializable
-
Serialized Fields
-
allowEmpty
boolean allowEmpty
-
derived
boolean derived
-
targetPrimitiveType
AtomicType targetPrimitiveType
-
targetType
AtomicType targetType
-
upcast
boolean upcast
-
-
-
Class net.sf.saxon.expr.CollationMap extends java.lang.Object implements Serializable
-
Serialized Fields
-
config
Configuration config
-
defaultCollationName
java.lang.String defaultCollationName
-
map
java.util.HashMap map
-
-
-
Class net.sf.saxon.expr.CompareToIntegerConstant extends Expression implements Serializable
-
Serialized Fields
-
comparand
long comparand
-
operand
Expression operand
-
operator
int operator
-
-
-
Class net.sf.saxon.expr.ContextItemExpression extends Expression implements Serializable
-
Serialized Fields
-
itemType
ItemType itemType
-
-
-
Class net.sf.saxon.expr.ContinueInstr extends Instruction implements Serializable
-
Serialized Fields
-
actualParams
WithParam[] actualParams
-
continueFunction
UserFunction continueFunction
-
iterateInstr
IterateInstr iterateInstr
-
-
-
Class net.sf.saxon.expr.CurrentItemExpression extends ContextItemExpression implements Serializable
-
Class net.sf.saxon.expr.EagerLetExpression extends LetExpression implements Serializable
-
Class net.sf.saxon.expr.EarlyEvaluationContext extends java.lang.Object implements Serializable
-
Serialized Fields
-
collationMap
CollationMap collationMap
-
config
Configuration config
-
-
-
Class net.sf.saxon.expr.ErrorExpression extends Expression implements Serializable
-
Serialized Fields
-
exception
XPathException exception
-
-
-
Class net.sf.saxon.expr.Expression extends java.lang.Object implements Serializable
-
Serialized Fields
-
container
Container container
-
locationId
int locationId
-
slotsUsed
int[] slotsUsed
-
staticProperties
int staticProperties
-
-
-
Class net.sf.saxon.expr.ExpressionLocation extends java.lang.Object implements Serializable
-
Serialized Fields
-
columnNumber
int columnNumber
-
lineNumber
int lineNumber
-
systemId
java.lang.String systemId
-
-
-
Class net.sf.saxon.expr.ExpressionParser.TemporaryContainer extends java.lang.Object implements Serializable
-
Serialized Fields
-
locationId
int locationId
-
map
LocationMap map
-
-
-
Class net.sf.saxon.expr.FilterExpression extends Expression implements Serializable
-
Serialized Fields
-
filter
Expression filter
-
filterIsIndependentNumeric
boolean filterIsIndependentNumeric
-
filterIsPositional
boolean filterIsPositional
-
filterIsSingletonBoolean
boolean filterIsSingletonBoolean
-
start
Expression start
-
-
-
Class net.sf.saxon.expr.FirstItemExpression extends UnaryExpression implements Serializable
-
Class net.sf.saxon.expr.ForExpression extends Assignation implements Serializable
-
Serialized Fields
-
positionVariable
PositionVariable positionVariable
-
-
-
Class net.sf.saxon.expr.FunctionCall extends Expression implements Serializable
-
Serialized Fields
-
argument
Expression[] argument
The array of expressions representing the actual parameters to the function call -
name
StructuredQName name
The name of the function
-
-
-
Class net.sf.saxon.expr.GeneralComparison extends BinaryExpression implements Serializable
-
Serialized Fields
-
comparer
AtomicComparer comparer
-
singletonOperator
int singletonOperator
-
-
-
Class net.sf.saxon.expr.GeneralComparison10 extends BinaryExpression implements Serializable
-
Serialized Fields
-
atomize0
boolean atomize0
-
atomize1
boolean atomize1
-
comparer
AtomicComparer comparer
-
maybeBoolean0
boolean maybeBoolean0
-
maybeBoolean1
boolean maybeBoolean1
-
singletonOperator
int singletonOperator
-
-
-
Class net.sf.saxon.expr.IdentityComparison extends BinaryExpression implements Serializable
-
Serialized Fields
-
generateIdEmulation
boolean generateIdEmulation
-
-
-
Class net.sf.saxon.expr.InstanceOfExpression extends UnaryExpression implements Serializable
-
Serialized Fields
-
targetCardinality
int targetCardinality
-
targetType
ItemType targetType
-
-
-
Class net.sf.saxon.expr.IntegerRangeTest extends Expression implements Serializable
-
Serialized Fields
-
max
Expression max
-
min
Expression min
-
value
Expression value
-
-
-
Class net.sf.saxon.expr.IsLastExpression extends Expression implements Serializable
-
Serialized Fields
-
condition
boolean condition
-
-
-
Class net.sf.saxon.expr.ItemChecker extends UnaryExpression implements Serializable
-
Serialized Fields
-
requiredItemType
ItemType requiredItemType
-
role
RoleLocator role
-
-
-
Class net.sf.saxon.expr.IterateInstr extends Instruction implements Serializable
-
Serialized Fields
-
action
Expression action
-
finallyExp
Expression finallyExp
-
select
Expression select
-
-
-
Class net.sf.saxon.expr.JPConverter extends java.lang.Object implements Serializable
-
Class net.sf.saxon.expr.JPConverter.FromBigDecimal extends JPConverter implements Serializable
-
Class net.sf.saxon.expr.JPConverter.FromBigInteger extends JPConverter implements Serializable
-
Class net.sf.saxon.expr.JPConverter.FromBoolean extends JPConverter implements Serializable
-
Class net.sf.saxon.expr.JPConverter.FromBooleanArray extends JPConverter implements Serializable
-
Class net.sf.saxon.expr.JPConverter.FromByte extends JPConverter implements Serializable
-
Class net.sf.saxon.expr.JPConverter.FromByteArray extends JPConverter implements Serializable
-
Class net.sf.saxon.expr.JPConverter.FromCharacter extends JPConverter implements Serializable
-
Class net.sf.saxon.expr.JPConverter.FromCharArray extends JPConverter implements Serializable
-
Class net.sf.saxon.expr.JPConverter.FromCollection extends JPConverter implements Serializable
-
Class net.sf.saxon.expr.JPConverter.FromDate extends JPConverter implements Serializable
-
Class net.sf.saxon.expr.JPConverter.FromDouble extends JPConverter implements Serializable
-
Class net.sf.saxon.expr.JPConverter.FromDoubleArray extends JPConverter implements Serializable
-
Class net.sf.saxon.expr.JPConverter.FromFloat extends JPConverter implements Serializable
-
Class net.sf.saxon.expr.JPConverter.FromFloatArray extends JPConverter implements Serializable
-
Class net.sf.saxon.expr.JPConverter.FromInt extends JPConverter implements Serializable
-
Class net.sf.saxon.expr.JPConverter.FromIntArray extends JPConverter implements Serializable
-
Class net.sf.saxon.expr.JPConverter.FromLong extends JPConverter implements Serializable
-
Class net.sf.saxon.expr.JPConverter.FromLongArray extends JPConverter implements Serializable
-
Class net.sf.saxon.expr.JPConverter.FromObjectArray extends JPConverter implements Serializable
-
Serialized Fields
-
itemConverter
JPConverter itemConverter
-
-
-
Class net.sf.saxon.expr.JPConverter.FromQName extends JPConverter implements Serializable
-
Class net.sf.saxon.expr.JPConverter.FromSequenceIterator extends JPConverter implements Serializable
-
Class net.sf.saxon.expr.JPConverter.FromShort extends JPConverter implements Serializable
-
Class net.sf.saxon.expr.JPConverter.FromShortArray extends JPConverter implements Serializable
-
Class net.sf.saxon.expr.JPConverter.FromSource extends JPConverter implements Serializable
-
Class net.sf.saxon.expr.JPConverter.FromString extends JPConverter implements Serializable
-
Class net.sf.saxon.expr.JPConverter.FromURI extends JPConverter implements Serializable
-
Class net.sf.saxon.expr.JPConverter.FromValueRepresentation extends JPConverter implements Serializable
-
Serialized Fields
-
cardinality
int cardinality
-
resultType
ItemType resultType
-
-
-
Class net.sf.saxon.expr.JPConverter.WrapExternalObject extends JPConverter implements Serializable
-
Serialized Fields
-
resultType
ItemType resultType
-
-
-
Class net.sf.saxon.expr.LastItemExpression extends UnaryExpression implements Serializable
-
Class net.sf.saxon.expr.LazyExpression extends UnaryExpression implements Serializable
-
Class net.sf.saxon.expr.LetExpression extends Assignation implements Serializable
-
Serialized Fields
-
evaluationMode
int evaluationMode
-
refCount
int refCount
-
-
-
Class net.sf.saxon.expr.Literal extends Expression implements Serializable
-
Serialized Fields
-
value
Value value
-
-
-
Class net.sf.saxon.expr.LocalVariableReference extends VariableReference implements Serializable
-
Serialized Fields
-
slotNumber
int slotNumber
-
-
-
Class net.sf.saxon.expr.NegateExpression extends UnaryExpression implements Serializable
-
Serialized Fields
-
backwardsCompatible
boolean backwardsCompatible
-
-
-
Class net.sf.saxon.expr.NumericPromoter extends UnaryExpression implements Serializable
-
Serialized Fields
-
requiredType
BuiltInAtomicType requiredType
-
-
-
Class net.sf.saxon.expr.Optimizer extends java.lang.Object implements Serializable
-
Serialized Fields
-
config
Configuration config
-
-
-
Class net.sf.saxon.expr.ParentNodeExpression extends SingleNodeExpression implements Serializable
-
Class net.sf.saxon.expr.PathExpression extends SlashExpression implements Serializable
-
Class net.sf.saxon.expr.PathMap.PathMapNodeSet extends java.util.HashSet implements Serializable
-
Class net.sf.saxon.expr.PatternMatchExpression extends Expression implements Serializable
-
Serialized Fields
-
pattern
Pattern pattern
-
-
-
Class net.sf.saxon.expr.PJConverter extends java.lang.Object implements Serializable
-
Class net.sf.saxon.expr.PJConverter.AnyURIValueToURI extends PJConverter implements Serializable
-
Class net.sf.saxon.expr.PJConverter.AnyURIValueToURL extends PJConverter implements Serializable
-
Class net.sf.saxon.expr.PJConverter.Atomic extends PJConverter implements Serializable
-
Class net.sf.saxon.expr.PJConverter.BooleanValueToBoolean extends PJConverter implements Serializable
-
Class net.sf.saxon.expr.PJConverter.CalendarValueToCalendar extends PJConverter implements Serializable
-
Class net.sf.saxon.expr.PJConverter.CalendarValueToDate extends PJConverter implements Serializable
-
Class net.sf.saxon.expr.PJConverter.General extends PJConverter implements Serializable
-
Class net.sf.saxon.expr.PJConverter.Identity extends PJConverter implements Serializable
-
Class net.sf.saxon.expr.PJConverter.IntegerValueToBigInteger extends PJConverter implements Serializable
-
Class net.sf.saxon.expr.PJConverter.IntegerValueToByte extends PJConverter implements Serializable
-
Class net.sf.saxon.expr.PJConverter.IntegerValueToChar extends PJConverter implements Serializable
-
Class net.sf.saxon.expr.PJConverter.IntegerValueToInt extends PJConverter implements Serializable
-
Class net.sf.saxon.expr.PJConverter.IntegerValueToLong extends PJConverter implements Serializable
-
Class net.sf.saxon.expr.PJConverter.IntegerValueToShort extends PJConverter implements Serializable
-
Class net.sf.saxon.expr.PJConverter.NumericValueToBigDecimal extends PJConverter implements Serializable
-
Class net.sf.saxon.expr.PJConverter.NumericValueToDouble extends PJConverter implements Serializable
-
Class net.sf.saxon.expr.PJConverter.NumericValueToFloat extends PJConverter implements Serializable
-
Class net.sf.saxon.expr.PJConverter.QualifiedNameValueToQName extends PJConverter implements Serializable
-
Class net.sf.saxon.expr.PJConverter.StringValueToChar extends PJConverter implements Serializable
-
Class net.sf.saxon.expr.PJConverter.StringValueToString extends PJConverter implements Serializable
-
Class net.sf.saxon.expr.PJConverter.ToArray extends PJConverter implements Serializable
-
Serialized Fields
-
itemConverter
PJConverter itemConverter
-
-
-
Class net.sf.saxon.expr.PJConverter.ToCollection extends PJConverter implements Serializable
-
Class net.sf.saxon.expr.PJConverter.ToNull extends PJConverter implements Serializable
-
Class net.sf.saxon.expr.PJConverter.ToSequenceExtent extends PJConverter implements Serializable
-
Class net.sf.saxon.expr.PJConverter.ToSequenceIterator extends PJConverter implements Serializable
-
Class net.sf.saxon.expr.PJConverter.UnwrapExternalObject extends PJConverter implements Serializable
-
Class net.sf.saxon.expr.QuantifiedExpression extends Assignation implements Serializable
-
Serialized Fields
-
operator
int operator
-
-
-
Class net.sf.saxon.expr.RangeExpression extends BinaryExpression implements Serializable
-
Class net.sf.saxon.expr.RoleLocator extends java.lang.Object implements Serializable
-
Serialized Fields
-
errorCode
java.lang.String errorCode
-
kind
int kind
-
operand
int operand
-
operation
java.io.Serializable operation
-
-
-
Class net.sf.saxon.expr.RootExpression extends SingleNodeExpression implements Serializable
-
Class net.sf.saxon.expr.SimpleExpression extends Expression implements Serializable
-
Serialized Fields
-
arguments
Expression[] arguments
-
-
-
Class net.sf.saxon.expr.SingleNodeExpression extends Expression implements Serializable
-
Class net.sf.saxon.expr.SingletonAtomizer extends UnaryExpression implements Serializable
-
Serialized Fields
-
allowEmpty
boolean allowEmpty
-
role
RoleLocator role
-
-
-
Class net.sf.saxon.expr.SingletonComparison extends BinaryExpression implements Serializable
-
Serialized Fields
-
comparer
AtomicComparer comparer
-
-
-
Class net.sf.saxon.expr.SlashExpression extends Expression implements Serializable
-
Serialized Fields
-
start
Expression start
-
step
Expression step
-
-
-
Class net.sf.saxon.expr.StringLiteral extends Literal implements Serializable
-
Class net.sf.saxon.expr.SuppliedParameterReference extends Expression implements Serializable
-
Serialized Fields
-
slotNumber
int slotNumber
-
-
-
Class net.sf.saxon.expr.TailCallLoop extends UnaryExpression implements Serializable
-
Serialized Fields
-
containingFunction
UserFunction containingFunction
-
-
-
Class net.sf.saxon.expr.TailExpression extends Expression implements Serializable
-
Serialized Fields
-
base
Expression base
-
start
int start
-
-
-
Class net.sf.saxon.expr.UnaryExpression extends Expression implements Serializable
-
Serialized Fields
-
operand
Expression operand
-
-
-
Class net.sf.saxon.expr.UntypedAtomicConverter extends UnaryExpression implements Serializable
-
Serialized Fields
-
allConverted
boolean allConverted
-
requiredItemType
AtomicType requiredItemType
-
singleton
boolean singleton
-
-
-
Class net.sf.saxon.expr.UserFunctionCall extends FunctionCall implements Serializable
-
Serialized Fields
-
argumentEvaluationModes
int[] argumentEvaluationModes
-
confirmed
boolean confirmed
-
function
UserFunction function
-
staticType
SequenceType staticType
-
tailCall
boolean tailCall
-
-
-
Class net.sf.saxon.expr.ValueComparison extends BinaryExpression implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deserialization method ensures that there is only one BooleanValue.TRUE and only one BooleanValue.FALSE- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
comparer
AtomicComparer comparer
-
needsRuntimeComparabilityCheck
boolean needsRuntimeComparabilityCheck
-
resultWhenEmpty
BooleanValue resultWhenEmpty
-
-
-
Class net.sf.saxon.expr.VariableReference extends Expression implements Serializable
-
Serialized Fields
-
binding
Binding binding
-
constantValue
Value constantValue
-
filtered
boolean filtered
-
flattened
boolean flattened
-
inLoop
boolean inLoop
-
staticType
SequenceType staticType
-
-
-
Class net.sf.saxon.expr.VennExpression extends BinaryExpression implements Serializable
-
-
Package net.sf.saxon.functions
-
Class net.sf.saxon.functions.Adjust extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.Aggregate extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.Available extends SystemFunction implements Serializable
-
Serialized Fields
-
importedSchemaNamespaces
java.util.Set importedSchemaNamespaces
-
nsContext
NamespaceResolver nsContext
-
-
-
Class net.sf.saxon.functions.BaseURI extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.BooleanFn extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.CodepointEqual extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.CodepointsToString extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.CollatingFunction extends SystemFunction implements Serializable
-
Serialized Fields
-
expressionBaseURI
java.net.URI expressionBaseURI
-
stringCollator
StringCollator stringCollator
-
-
-
Class net.sf.saxon.functions.Collection extends SystemFunction implements Serializable
-
Serialized Fields
-
expressionBaseURI
java.lang.String expressionBaseURI
-
-
-
Class net.sf.saxon.functions.Compare extends CollatingFunction implements Serializable
-
Class net.sf.saxon.functions.CompileTimeFunction extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.Component extends SystemFunction implements Serializable
-
Serialized Fields
-
component
int component
-
-
-
Class net.sf.saxon.functions.Concat extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.ConstructorFunctionLibrary extends java.lang.Object implements Serializable
-
Serialized Fields
-
config
Configuration config
-
-
-
Class net.sf.saxon.functions.Contains extends CollatingFunction implements Serializable
-
Class net.sf.saxon.functions.Current extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.CurrentDateTime extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.CurrentGroup extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.Data extends CompileTimeFunction implements Serializable
-
Class net.sf.saxon.functions.DateTimeConstructor extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.DeepEqual extends CollatingFunction implements Serializable
-
Class net.sf.saxon.functions.DefaultCollation extends CompileTimeFunction implements Serializable
-
Class net.sf.saxon.functions.DistinctValues extends CollatingFunction implements Serializable
-
Class net.sf.saxon.functions.Doc extends SystemFunction implements Serializable
-
Serialized Fields
-
expressionBaseURI
java.lang.String expressionBaseURI
-
readOnce
boolean readOnce
-
-
-
Class net.sf.saxon.functions.DocAvailable extends SystemFunction implements Serializable
-
Serialized Fields
-
expressionBaseURI
java.lang.String expressionBaseURI
-
-
-
Class net.sf.saxon.functions.Document extends SystemFunction implements Serializable
-
Serialized Fields
-
expressionBaseURI
java.lang.String expressionBaseURI
-
readOnce
boolean readOnce
-
-
-
Class net.sf.saxon.functions.Error extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.EscapeURI extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.Evaluate extends SystemFunction implements Serializable
-
Serialized Fields
-
details
InstructionDetails details
-
staticContext
IndependentContext staticContext
-
-
-
Class net.sf.saxon.functions.Evaluate.PreparedExpression extends java.lang.Object implements Serializable
-
Serialized Fields
-
expression
Expression expression
-
expStaticContext
IndependentContext expStaticContext
-
stackFrameMap
SlotManager stackFrameMap
-
variables
XPathVariable[] variables
-
-
-
Class net.sf.saxon.functions.ExecutableFunctionLibrary extends java.lang.Object implements Serializable
-
Serialized Fields
-
config
Configuration config
-
functions
java.util.HashMap functions
-
-
-
Class net.sf.saxon.functions.Existence extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.ExtensionFunctionCall extends FunctionCall implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException
Code to handle deserialization, used when reading in a compiled stylesheet- Throws:
java.io.IOException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
Code to handle serialization, used when compiling a stylesheet containing calls to extension functions- Throws:
java.io.IOException
-
-
Serialized Fields
-
argumentConverters
PJConverter[] argumentConverters
-
checkForNodes
boolean checkForNodes
-
persistentMethod
net.sf.saxon.functions.ExtensionFunctionCall.MethodRepresentation persistentMethod
-
resultConverter
JPConverter resultConverter
-
theClass
java.lang.Class theClass
-
-
-
Class net.sf.saxon.functions.ForceCase extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.FormatDate extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.FormatNumber extends SystemFunction implements Serializable
-
Serialized Fields
-
decimalFormatSymbols
DecimalSymbols decimalFormatSymbols
-
nsContext
NamespaceResolver nsContext
-
requireFixup
boolean requireFixup
-
subPictures
net.sf.saxon.functions.FormatNumber.SubPicture[] subPictures
-
-
-
Class net.sf.saxon.functions.FunctionLibraryList extends java.lang.Object implements Serializable
-
Serialized Fields
-
libraryList
java.util.List libraryList
-
-
-
Class net.sf.saxon.functions.Id extends SystemFunction implements Serializable
-
Serialized Fields
-
isSingletonId
boolean isSingletonId
-
-
-
Class net.sf.saxon.functions.Idref extends SystemFunction implements Serializable
-
Serialized Fields
-
idRefKey
KeyDefinitionSet idRefKey
-
-
-
Class net.sf.saxon.functions.IndexOf extends CollatingFunction implements Serializable
-
Class net.sf.saxon.functions.InScopePrefixes extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.Insert extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.IsWholeNumber extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.ItemAt extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.JavaExtensionFunctionFactory extends java.lang.Object implements Serializable
-
Serialized Fields
-
config
Configuration config
-
extensionFunctionCallClass
java.lang.Class extensionFunctionCallClass
-
-
-
Class net.sf.saxon.functions.JavaExtensionLibrary extends java.lang.Object implements Serializable
-
Serialized Fields
-
config
Configuration config
-
explicitMappings
java.util.HashMap explicitMappings
-
strictUriFormat
boolean strictUriFormat
-
-
-
Class net.sf.saxon.functions.KeyFn extends SystemFunction implements Serializable
-
Serialized Fields
-
nsContext
NamespaceResolver nsContext
-
staticKeySet
KeyDefinitionSet staticKeySet
-
-
-
Class net.sf.saxon.functions.Lang extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.Last extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.Matches extends SystemFunction implements Serializable
-
Serialized Fields
-
regexp
RegularExpression regexp
-
-
-
Class net.sf.saxon.functions.Minimax extends CollatingFunction implements Serializable
-
Serialized Fields
-
argumentType
BuiltInAtomicType argumentType
-
ignoreNaN
boolean ignoreNaN
-
-
-
Class net.sf.saxon.functions.NamePart extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.NamespaceForPrefix extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.Nilled extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.NormalizeSpace extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.NormalizeUnicode extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.NumberFn extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.Parse extends SystemFunction implements Serializable
-
Serialized Fields
-
baseURI
java.lang.String baseURI
-
-
-
Class net.sf.saxon.functions.Position extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.Put extends SystemFunction implements Serializable
-
Serialized Fields
-
expressionBaseURI
java.lang.String expressionBaseURI
-
-
-
Class net.sf.saxon.functions.QNameFn extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.RegexGroup extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.Remove extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.Replace extends SystemFunction implements Serializable
-
Serialized Fields
-
regexp
RegularExpression regexp
-
-
-
Class net.sf.saxon.functions.ResolveQName extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.ResolveURI extends SystemFunction implements Serializable
-
Serialized Fields
-
expressionBaseURI
java.lang.String expressionBaseURI
-
-
-
Class net.sf.saxon.functions.Reverse extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.Root extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.Rounding extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.Serialize extends SystemFunction implements Serializable
-
Serialized Fields
-
outputProperties
java.util.Properties outputProperties
-
-
-
Class net.sf.saxon.functions.StandardCollectionURIResolver extends java.lang.Object implements Serializable
-
Class net.sf.saxon.functions.StandardFunction.Entry extends java.lang.Object implements Serializable
-
Serialized Fields
-
argumentTypes
SequenceType[] argumentTypes
An array holding the types of the arguments to the function -
cardinality
int cardinality
The cardinality of the result of the function -
implementationClass
java.lang.Class implementationClass
The class containing the implementation of this function (always a subclass of SystemFunction) -
itemType
ItemType itemType
The item type of the result of the function -
maxArguments
int maxArguments
The maximum number of arguments permitted -
minArguments
int minArguments
The minimum number of arguments required -
name
java.lang.String name
The name of the function: a local name in the case of functions in the standard library, or a name with the conventional prefix "saxon:" in the case of Saxon extension functions -
opcode
int opcode
Some classes support more than one function. In these cases the particular function is defined by an integer opcode, whose meaning is local to the implementation class. -
resultIfEmpty
Value[] resultIfEmpty
An array holding, for each declared argument, the value that is to be returned if an empty sequence as the value of this argument allows the result to be determined irrespective of the values of the other arguments; null if there is no such calculation possible
-
-
-
Class net.sf.saxon.functions.StaticBaseURI extends CompileTimeFunction implements Serializable
-
Class net.sf.saxon.functions.StringFn extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.StringJoin extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.StringLength extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.StringToCodepoints extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.Subsequence extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.Substring extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.SystemFunction extends FunctionCall implements Serializable
-
Serialized Fields
-
details
StandardFunction.Entry details
-
operation
int operation
-
-
-
Class net.sf.saxon.functions.SystemFunctionLibrary extends java.lang.Object implements Serializable
-
Serialized Fields
-
functionSet
int functionSet
-
-
-
Class net.sf.saxon.functions.SystemProperty extends SystemFunction implements Serializable
-
Serialized Fields
-
nsContext
NamespaceResolver nsContext
-
propertyName
StructuredQName propertyName
-
-
-
Class net.sf.saxon.functions.Tokenize extends SystemFunction implements Serializable
-
Serialized Fields
-
regexp
RegularExpression regexp
-
-
-
Class net.sf.saxon.functions.Trace extends SystemFunction implements Serializable
-
Serialized Fields
-
resolver
NamespaceResolver resolver
-
-
-
Class net.sf.saxon.functions.Translate extends SystemFunction implements Serializable
-
Serialized Fields
-
staticMap
IntToIntMap staticMap
-
-
-
Class net.sf.saxon.functions.TreatFn extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.Unordered extends CompileTimeFunction implements Serializable
-
Class net.sf.saxon.functions.UnparsedEntity extends SystemFunction implements Serializable
-
Class net.sf.saxon.functions.UnparsedText extends SystemFunction implements Serializable
-
Serialized Fields
-
expressionBaseURI
java.lang.String expressionBaseURI
-
-
-
Class net.sf.saxon.functions.VendorFunctionLibrary extends java.lang.Object implements Serializable
-
Serialized Fields
-
functionTable
java.util.HashMap functionTable
-
-
-
-
Package net.sf.saxon.instruct
-
Class net.sf.saxon.instruct.AnalyzeString extends Instruction implements Serializable
-
Serialized Fields
-
flags
Expression flags
-
matching
Expression matching
-
nonMatching
Expression nonMatching
-
pattern
RegularExpression pattern
-
regex
Expression regex
-
select
Expression select
-
-
-
Class net.sf.saxon.instruct.ApplyImports extends Instruction implements Serializable
-
Class net.sf.saxon.instruct.ApplyTemplates extends Instruction implements Serializable
-
Serialized Fields
-
actualParams
WithParam[] actualParams
-
backwardsCompatible
boolean backwardsCompatible
-
implicitSelect
boolean implicitSelect
-
mode
Mode mode
-
select
Expression select
-
tunnelParams
WithParam[] tunnelParams
-
useCurrentMode
boolean useCurrentMode
-
useTailRecursion
boolean useTailRecursion
-
-
-
Class net.sf.saxon.instruct.Assign extends GeneralVariable implements Serializable
-
Serialized Fields
-
binding
Binding binding
-
-
-
Class net.sf.saxon.instruct.AttributeCreator extends SimpleNodeConstructor implements Serializable
-
Serialized Fields
-
annotation
int annotation
-
options
int options
-
schemaType
SimpleType schemaType
-
validationAction
int validationAction
-
-
-
Class net.sf.saxon.instruct.AttributeSet extends Procedure implements Serializable
-
Serialized Fields
-
attributeSetName
StructuredQName attributeSetName
-
useAttributeSets
AttributeSet[] useAttributeSets
-
-
-
Class net.sf.saxon.instruct.Block extends Instruction implements Serializable
-
Serialized Fields
-
children
Expression[] children
-
-
-
Class net.sf.saxon.instruct.CallTemplate extends Instruction implements Serializable
-
Serialized Fields
-
actualParams
WithParam[] actualParams
-
calledTemplateExpression
Expression calledTemplateExpression
-
nsContext
NamespaceResolver nsContext
-
template
Template template
-
tunnelParams
WithParam[] tunnelParams
-
useTailRecursion
boolean useTailRecursion
-
-
-
Class net.sf.saxon.instruct.Choose extends Instruction implements Serializable
-
Serialized Fields
-
actions
Expression[] actions
-
conditions
Expression[] conditions
-
-
-
Class net.sf.saxon.instruct.Comment extends SimpleNodeConstructor implements Serializable
-
Class net.sf.saxon.instruct.ComputedAttribute extends AttributeCreator implements Serializable
-
Serialized Fields
-
allowNameAsQName
boolean allowNameAsQName
-
attributeName
Expression attributeName
-
namespace
Expression namespace
-
nsContext
NamespaceResolver nsContext
-
-
-
Class net.sf.saxon.instruct.ComputedElement extends ElementCreator implements Serializable
-
Serialized Fields
-
allowNameAsQName
boolean allowNameAsQName
-
elementName
Expression elementName
-
itemType
ItemType itemType
-
namespace
Expression namespace
-
nsContext
NamespaceResolver nsContext
-
-
-
Class net.sf.saxon.instruct.Copy extends ElementCreator implements Serializable
-
Serialized Fields
-
contextItemType
ItemType contextItemType
-
copyNamespaces
boolean copyNamespaces
-
-
-
Class net.sf.saxon.instruct.CopyOf extends Instruction implements Serializable
-
Serialized Fields
-
copyForUpdate
boolean copyForUpdate
-
copyLineNumbers
boolean copyLineNumbers
-
copyNamespaces
boolean copyNamespaces
-
readOnce
boolean readOnce
-
rejectDuplicateAttributes
boolean rejectDuplicateAttributes
-
requireDocumentOrElement
boolean requireDocumentOrElement
-
schemaType
SchemaType schemaType
-
select
Expression select
-
staticBaseUri
java.lang.String staticBaseUri
-
validating
boolean validating
-
validation
int validation
-
-
-
Class net.sf.saxon.instruct.Doctype extends Instruction implements Serializable
-
Serialized Fields
-
content
Expression content
-
-
-
Class net.sf.saxon.instruct.DocumentInstr extends ParentNodeConstructor implements Serializable
-
Serialized Fields
-
constantText
java.lang.String constantText
-
textOnly
boolean textOnly
-
-
-
Class net.sf.saxon.instruct.DummyNamespaceResolver extends java.lang.Object implements Serializable
-
Class net.sf.saxon.instruct.ElementCreator extends ParentNodeConstructor implements Serializable
-
Serialized Fields
-
inheritNamespaces
boolean inheritNamespaces
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. That is, if this flag is false, the child elements must carry a namespace undeclaration for all the namespaces on the parent, unless they are redeclared in some way. -
preservingTypes
boolean preservingTypes
Flag set to true if validation=preserve and no schema type supplied for validation
-
-
-
Class net.sf.saxon.instruct.Executable extends java.lang.Object implements Serializable
-
Serialized Fields
-
characterMapIndex
java.util.HashMap characterMapIndex
-
collationTable
CollationMap collationTable
-
compiledGlobalVariables
java.util.HashMap compiledGlobalVariables
-
createsSecondaryResult
boolean createsSecondaryResult
-
decimalFormatManager
DecimalFormatManager decimalFormatManager
-
defaultCollationName
java.lang.String defaultCollationName
-
defaultOutputProperties
java.util.Properties defaultOutputProperties
-
functionLibrary
FunctionLibrary functionLibrary
-
globalVariableMap
SlotManager globalVariableMap
-
hostLanguage
int hostLanguage
-
keyManager
KeyManager keyManager
-
largestPatternStackFrame
int largestPatternStackFrame
-
locationMap
LocationMap locationMap
-
namedTemplateTable
java.util.HashMap namedTemplateTable
-
outputDeclarations
java.util.HashMap outputDeclarations
-
queryLibraryModules
java.util.HashMap queryLibraryModules
-
reasonUnableToCompile
java.lang.String reasonUnableToCompile
-
requiredParams
java.util.HashSet requiredParams
-
ruleManager
RuleManager ruleManager
-
stripperRules
Mode stripperRules
-
stripsInputTypeAnnotations
boolean stripsInputTypeAnnotations
-
stripsWhitespace
boolean stripsWhitespace
-
-
-
Class net.sf.saxon.instruct.FixedAttribute extends AttributeCreator implements Serializable
-
Serialized Fields
-
nameCode
int nameCode
-
-
-
Class net.sf.saxon.instruct.FixedElement extends ElementCreator implements Serializable
-
Serialized Fields
-
itemType
ItemType itemType
-
nameCode
int nameCode
-
namespaceCodes
int[] namespaceCodes
-
-
-
Class net.sf.saxon.instruct.ForEach extends Instruction implements Serializable
-
Serialized Fields
-
action
Expression action
-
containsTailCall
boolean containsTailCall
-
select
Expression select
-
-
-
Class net.sf.saxon.instruct.ForEachGroup extends Instruction implements Serializable
-
Serialized Fields
-
action
Expression action
-
algorithm
byte algorithm
-
baseURI
java.lang.String baseURI
-
collationNameExpression
Expression collationNameExpression
-
collator
StringCollator collator
-
key
Expression key
-
select
Expression select
-
sortKeys
SortKeyDefinition[] sortKeys
-
-
-
Class net.sf.saxon.instruct.GeneralVariable extends Instruction implements Serializable
-
Serialized Fields
-
evaluationMode
int evaluationMode
-
properties
byte properties
-
referenceCount
int referenceCount
-
requiredType
SequenceType requiredType
-
select
Expression select
-
slotNumber
int slotNumber
-
variableQName
StructuredQName variableQName
-
-
-
Class net.sf.saxon.instruct.GlobalParam extends GlobalVariable implements Serializable
-
Class net.sf.saxon.instruct.GlobalVariable extends GeneralVariable implements Serializable
-
Serialized Fields
-
executable
Executable executable
-
hostLanguage
int hostLanguage
-
stackFrameMap
SlotManager stackFrameMap
-
-
-
Class net.sf.saxon.instruct.Instruction extends Expression implements Serializable
-
Class net.sf.saxon.instruct.InstructionDetails extends java.lang.Object implements Serializable
-
Serialized Fields
-
columnNumber
int columnNumber
-
constructType
int constructType
-
lineNumber
int lineNumber
-
objectName
StructuredQName objectName
-
properties
java.util.HashMap properties
-
systemId
java.lang.String systemId
-
-
-
Class net.sf.saxon.instruct.LocalParam extends GeneralVariable implements Serializable
-
Serialized Fields
-
conversion
Expression conversion
-
conversionEvaluationMode
int conversionEvaluationMode
-
parameterId
int parameterId
-
-
-
Class net.sf.saxon.instruct.LocalVariable extends GeneralVariable implements Serializable
-
Class net.sf.saxon.instruct.LocationMap extends java.lang.Object implements Serializable
-
Serialized Fields
-
modules
java.lang.String[] modules
-
numberOfModules
int numberOfModules
-
-
-
Class net.sf.saxon.instruct.Message extends Instruction implements Serializable
-
Serialized Fields
-
select
Expression select
-
terminate
Expression terminate
-
-
-
Class net.sf.saxon.instruct.Namespace extends SimpleNodeConstructor implements Serializable
-
Serialized Fields
-
name
Expression name
-
-
-
Class net.sf.saxon.instruct.NextMatch extends ApplyImports implements Serializable
-
Serialized Fields
-
useTailRecursion
boolean useTailRecursion
-
-
-
Class net.sf.saxon.instruct.NumberInstruction extends Expression implements Serializable
-
Serialized Fields
-
backwardsCompatible
boolean backwardsCompatible
-
count
Pattern count
-
format
Expression format
-
formatter
NumberFormatter formatter
-
from
Pattern from
-
groupSeparator
Expression groupSeparator
-
groupSize
Expression groupSize
-
hasVariablesInPatterns
boolean hasVariablesInPatterns
-
lang
Expression lang
-
letterValue
Expression letterValue
-
level
int level
-
nationalNumberers
java.util.HashMap nationalNumberers
-
numberer
Numberer numberer
-
ordinal
Expression ordinal
-
select
Expression select
-
value
Expression value
-
-
-
Class net.sf.saxon.instruct.ParentNodeConstructor extends Instruction implements Serializable
-
Serialized Fields
-
baseURI
java.lang.String baseURI
-
content
Expression content
-
lazyConstruction
boolean lazyConstruction
-
namespaceSensitiveType
boolean namespaceSensitiveType
-
schemaType
SchemaType schemaType
-
validation
int validation
-
-
-
Class net.sf.saxon.instruct.Procedure extends java.lang.Object implements Serializable
-
Serialized Fields
-
body
Expression body
-
executable
Executable executable
-
hostLanguage
int hostLanguage
-
lineNumber
int lineNumber
-
stackFrameMap
SlotManager stackFrameMap
-
systemId
java.lang.String systemId
-
-
-
Class net.sf.saxon.instruct.ProcessingInstruction extends SimpleNodeConstructor implements Serializable
-
Serialized Fields
-
name
Expression name
-
-
-
Class net.sf.saxon.instruct.QuerySimpleContentConstructor extends SimpleContentConstructor implements Serializable
-
Serialized Fields
-
noNodeIfEmpty
boolean noNodeIfEmpty
-
-
-
Class net.sf.saxon.instruct.ResultDocument extends Instruction implements Serializable
-
Serialized Fields
-
baseURI
java.lang.String baseURI
-
content
Expression content
-
dynamicOutputElement
Expression dynamicOutputElement
-
formatExpression
Expression formatExpression
-
globalProperties
java.util.Properties globalProperties
-
href
Expression href
-
localProperties
java.util.Properties localProperties
-
nsResolver
NamespaceResolver nsResolver
-
resolveAgainstStaticBase
boolean resolveAgainstStaticBase
-
schemaType
SchemaType schemaType
-
serializationAttributes
IntHashMap serializationAttributes
-
validationAction
int validationAction
-
-
-
Class net.sf.saxon.instruct.SavedNamespaceContext extends java.lang.Object implements Serializable
-
Serialized Fields
-
namePool
NamePool namePool
-
namespaceCodes
int[] namespaceCodes
-
-
-
Class net.sf.saxon.instruct.SimpleContentConstructor extends Expression implements Serializable
-
Serialized Fields
-
isAtomic
boolean isAtomic
-
isSingleton
boolean isSingleton
-
select
Expression select
-
separator
Expression separator
-
-
-
Class net.sf.saxon.instruct.SimpleNodeConstructor extends Instruction implements Serializable
-
Serialized Fields
-
select
Expression select
-
-
-
Class net.sf.saxon.instruct.SlotManager extends java.lang.Object implements Serializable
-
Serialized Fields
-
numberOfVariables
int numberOfVariables
-
variableMap
java.util.ArrayList variableMap
-
-
-
Class net.sf.saxon.instruct.Template extends Procedure implements Serializable
-
Serialized Fields
-
bodyIsTailCallReturner
boolean bodyIsTailCallReturner
-
hasRequiredParams
boolean hasRequiredParams
-
matchPattern
Pattern matchPattern
-
minImportPrecedence
int minImportPrecedence
-
precedence
int precedence
-
requiredType
SequenceType requiredType
-
templateName
StructuredQName templateName
-
-
-
Class net.sf.saxon.instruct.TerminationException extends XPathException implements Serializable
-
Class net.sf.saxon.instruct.TraceExpression extends TraceWrapper implements Serializable
-
Serialized Fields
-
columnNumber
int columnNumber
-
constructType
int constructType
-
lineNumber
int lineNumber
-
namespaceResolver
NamespaceResolver namespaceResolver
-
objectName
StructuredQName objectName
-
properties
java.util.HashMap properties
-
systemId
java.lang.String systemId
-
-
-
Class net.sf.saxon.instruct.TraceInstruction extends TraceWrapper implements Serializable
-
Serialized Fields
-
details
InstructionInfo details
-
-
-
Class net.sf.saxon.instruct.TraceWrapper extends Instruction implements Serializable
-
Serialized Fields
-
child
Expression child
-
-
-
Class net.sf.saxon.instruct.UseAttributeSets extends Instruction implements Serializable
-
Serialized Fields
-
attributeSets
AttributeSet[] attributeSets
-
-
-
Class net.sf.saxon.instruct.UserFunction extends Procedure implements Serializable
-
Serialized Fields
-
evaluationMode
int evaluationMode
-
functionName
StructuredQName functionName
-
isUpdating
boolean isUpdating
-
memoFunction
boolean memoFunction
-
parameterDefinitions
UserFunctionParameter[] parameterDefinitions
-
resultType
SequenceType resultType
-
tailCalls
boolean tailCalls
-
tailRecursive
boolean tailRecursive
-
-
-
Class net.sf.saxon.instruct.UserFunctionParameter extends java.lang.Object implements Serializable
-
Serialized Fields
-
isIndexed
boolean isIndexed
-
referenceCount
int referenceCount
-
requiredType
SequenceType requiredType
-
slotNumber
int slotNumber
-
variableQName
StructuredQName variableQName
-
-
-
Class net.sf.saxon.instruct.ValueOf extends SimpleNodeConstructor implements Serializable
-
Serialized Fields
-
isNumberingInstruction
boolean isNumberingInstruction
-
noNodeIfEmpty
boolean noNodeIfEmpty
-
options
int options
-
-
-
Class net.sf.saxon.instruct.While extends Instruction implements Serializable
-
Serialized Fields
-
action
Expression action
-
test
Expression test
-
-
-
Class net.sf.saxon.instruct.WithParam extends GeneralVariable implements Serializable
-
Serialized Fields
-
parameterId
int parameterId
-
-
-
-
Package net.sf.saxon.java
-
Class net.sf.saxon.java.JavaPlatform extends java.lang.Object implements Serializable
-
Class net.sf.saxon.java.JRegularExpression extends java.lang.Object implements Serializable
-
Serialized Fields
-
flagBits
int flagBits
-
javaRegex
java.lang.String javaRegex
-
pattern
java.util.regex.Pattern pattern
-
-
-
-
Package net.sf.saxon.jdom
-
Class net.sf.saxon.jdom.JDOMObjectModel extends java.lang.Object implements Serializable
-
-
Package net.sf.saxon.number
-
Class net.sf.saxon.number.AbstractNumberer extends java.lang.Object implements Serializable
-
Serialized Fields
-
country
java.lang.String country
-
-
-
Class net.sf.saxon.number.Numberer_da extends AbstractNumberer implements Serializable
- serialVersionUID:
- 1L
-
Class net.sf.saxon.number.Numberer_de extends AbstractNumberer implements Serializable
-
Class net.sf.saxon.number.Numberer_en extends AbstractNumberer implements Serializable
-
Class net.sf.saxon.number.Numberer_fr extends AbstractNumberer implements Serializable
- serialVersionUID:
- -222104830008011842L
-
Class net.sf.saxon.number.Numberer_frBE extends AbstractNumberer implements Serializable
- serialVersionUID:
- -222104830008011842L
-
Class net.sf.saxon.number.Numberer_it extends AbstractNumberer implements Serializable
- serialVersionUID:
- 1L
-
Class net.sf.saxon.number.Numberer_nl extends AbstractNumberer implements Serializable
- serialVersionUID:
- 1L
-
Class net.sf.saxon.number.Numberer_nlBE extends AbstractNumberer implements Serializable
- serialVersionUID:
- 1L
-
Class net.sf.saxon.number.Numberer_sv extends AbstractNumberer implements Serializable
- serialVersionUID:
- 1L
-
Class net.sf.saxon.number.NumberFormatter extends java.lang.Object implements Serializable
-
Serialized Fields
-
formatTokens
java.util.ArrayList formatTokens
-
punctuationTokens
java.util.ArrayList punctuationTokens
-
startsWithPunctuation
boolean startsWithPunctuation
-
-
-
-
Package net.sf.saxon.om
-
Class net.sf.saxon.om.DocumentNumberAllocator extends java.lang.Object implements Serializable
-
Serialized Fields
-
nextDocumentNumber
int nextDocumentNumber
-
-
-
Class net.sf.saxon.om.DocumentPool extends java.lang.Object implements Serializable
-
Serialized Fields
-
documentNameMap
java.util.HashMap documentNameMap
-
-
-
Class net.sf.saxon.om.FastStringBuffer extends java.lang.Object implements Serializable
-
Serialized Fields
-
array
char[] array
-
used
int used
-
-
-
Class net.sf.saxon.om.NamePool extends java.lang.Object implements Serializable
-
Serialized Fields
-
clientData
java.util.HashMap clientData
-
hashslots
net.sf.saxon.om.NamePool.NameEntry[] hashslots
-
prefixes
java.lang.String[] prefixes
-
prefixesForUri
java.lang.String[][] prefixesForUri
-
prefixesUsed
short prefixesUsed
-
uris
java.lang.String[] uris
-
urisUsed
short urisUsed
-
-
-
Class net.sf.saxon.om.NamePool.NamePoolLimitException extends java.lang.RuntimeException implements Serializable
-
Class net.sf.saxon.om.NamespaceException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
prefix
java.lang.String prefix
-
-
-
Class net.sf.saxon.om.QNameException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
message
java.lang.String message
-
-
-
Class net.sf.saxon.om.StructuredQName extends java.lang.Object implements Serializable
-
Serialized Fields
-
content
char[] content
-
localNameStart
int localNameStart
-
prefixStart
int prefixStart
-
-
-
-
Package net.sf.saxon.pattern
-
Class net.sf.saxon.pattern.AnyChildNodePattern extends NodeTest implements Serializable
-
Class net.sf.saxon.pattern.AnyNodeTest extends NodeTest implements Serializable
-
Class net.sf.saxon.pattern.CombinedNodeTest extends NodeTest implements Serializable
-
Class net.sf.saxon.pattern.ContentTypeTest extends NodeTest implements Serializable
-
Serialized Fields
-
config
Configuration config
-
kind
int kind
-
matchDTDTypes
boolean matchDTDTypes
-
nillable
boolean nillable
-
requiredType
int requiredType
-
schemaType
SchemaType schemaType
-
-
-
Class net.sf.saxon.pattern.DocumentNodeTest extends NodeTest implements Serializable
-
Serialized Fields
-
elementTest
NodeTest elementTest
-
-
-
Class net.sf.saxon.pattern.EmptySequenceTest extends NodeTest implements Serializable
-
Class net.sf.saxon.pattern.IDPattern extends Pattern implements Serializable
-
Serialized Fields
-
idExpression
Expression idExpression
-
-
-
Class net.sf.saxon.pattern.IdrefTest extends java.lang.Object implements Serializable
-
Class net.sf.saxon.pattern.KeyPattern extends Pattern implements Serializable
-
Serialized Fields
-
keyExpression
Expression keyExpression
-
keyName
StructuredQName keyName
-
keySet
KeyDefinitionSet keySet
-
-
-
Class net.sf.saxon.pattern.LocalNameTest extends NodeTest implements Serializable
-
Serialized Fields
-
localName
java.lang.String localName
-
namePool
NamePool namePool
-
nodeKind
int nodeKind
-
-
-
Class net.sf.saxon.pattern.LocationPathPattern extends Pattern implements Serializable
-
Serialized Fields
-
ancestorPattern
Pattern ancestorPattern
-
equivalentExpr
Expression equivalentExpr
-
filters
Expression[] filters
-
firstElementPattern
boolean firstElementPattern
-
lastElementPattern
boolean lastElementPattern
-
nodeTest
NodeTest nodeTest
-
numberOfFilters
int numberOfFilters
-
parentPattern
Pattern parentPattern
-
refinedNodeTest
NodeTest refinedNodeTest
-
specialFilter
boolean specialFilter
-
variableBinding
Expression variableBinding
-
-
-
Class net.sf.saxon.pattern.NamespaceTest extends NodeTest implements Serializable
-
Serialized Fields
-
namePool
NamePool namePool
-
nodeKind
int nodeKind
-
uri
java.lang.String uri
-
uriCode
short uriCode
-
-
-
Class net.sf.saxon.pattern.NameTest extends NodeTest implements Serializable
-
Serialized Fields
-
fingerprint
int fingerprint
-
localName
java.lang.String localName
-
namePool
NamePool namePool
-
nodeKind
int nodeKind
-
uri
java.lang.String uri
-
-
-
Class net.sf.saxon.pattern.NodeKindTest extends NodeTest implements Serializable
-
Serialized Fields
-
kind
int kind
-
-
-
Class net.sf.saxon.pattern.NodeTest extends java.lang.Object implements Serializable
-
Class net.sf.saxon.pattern.NodeTestPattern extends Pattern implements Serializable
-
Serialized Fields
-
nodeTest
NodeTest nodeTest
-
-
-
Class net.sf.saxon.pattern.Pattern extends java.lang.Object implements Serializable
-
Serialized Fields
-
executable
Executable executable
-
lineNumber
int lineNumber
-
originalText
java.lang.String originalText
-
systemId
java.lang.String systemId
-
-
-
Class net.sf.saxon.pattern.PatternSponsor extends Expression implements Serializable
-
Serialized Fields
-
pattern
Pattern pattern
-
-
-
Class net.sf.saxon.pattern.SubstitutionGroupTest extends NodeTest implements Serializable
-
Serialized Fields
-
group
IntHashSet group
-
head
int head
-
-
-
Class net.sf.saxon.pattern.UnionPattern extends Pattern implements Serializable
-
-
Package net.sf.saxon.query
-
Class net.sf.saxon.query.ImportedFunctionLibrary extends java.lang.Object implements Serializable
-
Serialized Fields
-
baseLibrary
XQueryFunctionLibrary baseLibrary
-
importingModule
QueryModule importingModule
-
namespaces
java.util.HashSet namespaces
-
-
-
Class net.sf.saxon.query.StandardModuleURIResolver extends java.lang.Object implements Serializable
-
Class net.sf.saxon.query.UnboundFunctionLibrary extends java.lang.Object implements Serializable
-
Serialized Fields
-
correspondingStaticContext
java.util.List correspondingStaticContext
-
resolving
boolean resolving
-
unboundFunctionCalls
java.util.List unboundFunctionCalls
-
-
-
Class net.sf.saxon.query.XQueryExpression extends java.lang.Object implements Serializable
-
Serialized Fields
-
allowDocumentProjection
boolean allowDocumentProjection
-
executable
Executable executable
-
expression
Expression expression
-
isUpdating
boolean isUpdating
-
pathMap
PathMap pathMap
-
stackFrameMap
SlotManager stackFrameMap
-
staticContext
QueryModule staticContext
-
-
-
Class net.sf.saxon.query.XQueryFunction extends java.lang.Object implements Serializable
-
Serialized Fields
-
arguments
java.util.List arguments
-
body
Expression body
-
columnNumber
int columnNumber
-
compiledFunction
UserFunction compiledFunction
-
executable
Executable executable
-
functionName
StructuredQName functionName
-
isUpdating
boolean isUpdating
-
lineNumber
int lineNumber
-
memoFunction
boolean memoFunction
-
namespaceResolver
NamespaceResolver namespaceResolver
-
references
java.util.List references
-
resultType
SequenceType resultType
-
staticContext
QueryModule staticContext
-
systemId
java.lang.String systemId
-
-
-
Class net.sf.saxon.query.XQueryFunctionLibrary extends java.lang.Object implements Serializable
-
Serialized Fields
-
config
Configuration config
-
functions
java.util.HashMap functions
-
-
-
-
Package net.sf.saxon.regex
-
Class net.sf.saxon.regex.RegexSyntaxException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
position
int position
-
-
-
-
Package net.sf.saxon.s9api
-
Class net.sf.saxon.s9api.SaxonApiException extends java.lang.Exception implements Serializable
-
Class net.sf.saxon.s9api.SaxonApiUncheckedException extends java.lang.RuntimeException implements Serializable
-
-
Package net.sf.saxon.sort
-
Class net.sf.saxon.sort.AlphanumericCollator extends java.lang.Object implements Serializable
-
Serialized Fields
-
baseCollator
StringCollator baseCollator
-
-
-
Class net.sf.saxon.sort.AtomicSortComparer extends java.lang.Object implements Serializable
-
Serialized Fields
-
collator
StringCollator collator
-
context
XPathContext context
-
itemType
int itemType
-
-
-
Class net.sf.saxon.sort.CalendarValueComparer extends java.lang.Object implements Serializable
-
Serialized Fields
-
context
XPathContext context
-
-
-
Class net.sf.saxon.sort.CodepointCollatingComparer extends java.lang.Object implements Serializable
-
Class net.sf.saxon.sort.CodepointCollator extends java.lang.Object implements Serializable
-
Class net.sf.saxon.sort.CollatingAtomicComparer extends java.lang.Object implements Serializable
-
Serialized Fields
-
canReturnCollationKeys
boolean canReturnCollationKeys
-
collationURI
java.lang.String collationURI
-
collator
StringCollator collator
-
-
-
Class net.sf.saxon.sort.ComparableAtomicValueComparer extends java.lang.Object implements Serializable
-
Class net.sf.saxon.sort.ConditionalSorter extends Expression implements Serializable
-
Serialized Fields
-
condition
Expression condition
-
documentSorter
DocumentSorter documentSorter
-
-
-
Class net.sf.saxon.sort.DecimalSortComparer extends ComparableAtomicValueComparer implements Serializable
-
Class net.sf.saxon.sort.DescendingComparer extends java.lang.Object implements Serializable
-
Serialized Fields
-
baseComparer
AtomicComparer baseComparer
-
-
-
Class net.sf.saxon.sort.DocumentSorter extends UnaryExpression implements Serializable
-
Serialized Fields
-
comparer
NodeOrderComparer comparer
-
-
-
Class net.sf.saxon.sort.DoubleSortComparer extends java.lang.Object implements Serializable
-
Class net.sf.saxon.sort.EmptyGreatestComparer extends java.lang.Object implements Serializable
-
Serialized Fields
-
baseComparer
AtomicComparer baseComparer
-
-
-
Class net.sf.saxon.sort.EqualityComparer extends java.lang.Object implements Serializable
-
Class net.sf.saxon.sort.GenericAtomicComparer extends java.lang.Object implements Serializable
-
Serialized Fields
-
collator
StringCollator collator
-
-
-
Class net.sf.saxon.sort.GlobalOrderComparer extends java.lang.Object implements Serializable
-
Class net.sf.saxon.sort.IntArraySet extends java.lang.Object implements Serializable
-
Serialized Fields
-
contents
int[] contents
The array of integers, which will always be sorted -
hashCode
int hashCode
Hashcode, evaluated lazily
-
-
-
Class net.sf.saxon.sort.IntHashMap extends java.lang.Object implements Serializable
-
Serialized Fields
-
_factor
double _factor
-
_key
int[] _key
-
_mask
int _mask
-
_n
int _n
-
_nhi
int _nhi
-
_nlo
int _nlo
-
_nmax
int _nmax
-
_shift
int _shift
-
_value
java.lang.Object[] _value
-
-
-
Class net.sf.saxon.sort.IntHashSet extends java.lang.Object implements Serializable
-
Serialized Fields
-
_mask
int _mask
-
_nhi
int _nhi
-
_nlo
int _nlo
-
_nmax
int _nmax
-
_shift
int _shift
-
_size
int _size
-
_values
int[] _values
-
ndv
int ndv
This set's NO-DATA-VALUE.
-
-
-
Class net.sf.saxon.sort.IntRangeSet extends java.lang.Object implements Serializable
-
Serialized Fields
-
endPoints
int[] endPoints
-
hashCode
int hashCode
-
size
int size
-
startPoints
int[] startPoints
-
used
int used
-
-
-
Class net.sf.saxon.sort.IntToIntArrayMap extends java.lang.Object implements Serializable
-
Serialized Fields
-
defaultValue
int defaultValue
-
keys
int[] keys
-
used
int used
-
values
int[] values
-
-
-
Class net.sf.saxon.sort.IntToIntHashMap extends java.lang.Object implements Serializable
-
Serialized Fields
-
_defaultValue
int _defaultValue
-
_factor
double _factor
-
_filled
boolean[] _filled
-
_key
int[] _key
-
_mask
int _mask
-
_n
int _n
-
_nhi
int _nhi
-
_nlo
int _nlo
-
_nmax
int _nmax
-
_shift
int _shift
-
_value
int[] _value
-
-
-
Class net.sf.saxon.sort.LocalOrderComparer extends java.lang.Object implements Serializable
-
Class net.sf.saxon.sort.LowercaseFirstCollator extends java.lang.Object implements Serializable
-
Serialized Fields
-
baseCollator
StringCollator baseCollator
-
-
-
Class net.sf.saxon.sort.NamedCollation extends java.lang.Object implements Serializable
-
Serialized Fields
-
uri
java.lang.String uri
-
-
-
Class net.sf.saxon.sort.NumericComparer extends java.lang.Object implements Serializable
-
Class net.sf.saxon.sort.RuleBasedSubstringMatcher extends java.lang.Object implements Serializable
-
Serialized Fields
-
collator
java.text.RuleBasedCollator collator
-
-
-
Class net.sf.saxon.sort.SortExpression extends Expression implements Serializable
-
Serialized Fields
-
select
Expression select
-
sortKeyDefinitions
SortKeyDefinition[] sortKeyDefinitions
-
-
-
Class net.sf.saxon.sort.SortKeyDefinition extends java.lang.Object implements Serializable
-
Serialized Fields
-
backwardsCompatible
boolean backwardsCompatible
-
baseURI
java.lang.String baseURI
-
caseOrder
Expression caseOrder
-
collation
StringCollator collation
-
collationName
Expression collationName
-
dataTypeExpression
Expression dataTypeExpression
-
emptyLeast
boolean emptyLeast
-
language
Expression language
-
order
Expression order
-
sortKey
Expression sortKey
-
stable
Expression stable
-
-
-
Class net.sf.saxon.sort.StandardCollationURIResolver extends java.lang.Object implements Serializable
-
Class net.sf.saxon.sort.TextComparer extends java.lang.Object implements Serializable
-
Serialized Fields
-
baseComparer
AtomicComparer baseComparer
-
-
-
Class net.sf.saxon.sort.TupleExpression extends Expression implements Serializable
-
Serialized Fields
-
components
Expression[] components
-
evaluationModes
int[] evaluationModes
-
-
-
Class net.sf.saxon.sort.TupleSorter extends Expression implements Serializable
-
Serialized Fields
-
comparators
AtomicComparer[] comparators
-
select
Expression select
-
sortKeyDefinitions
SortKeyDefinition[] sortKeyDefinitions
-
-
-
Class net.sf.saxon.sort.UppercaseFirstCollator extends java.lang.Object implements Serializable
-
Serialized Fields
-
baseCollator
StringCollator baseCollator
-
-
-
-
Package net.sf.saxon.sql
-
Class net.sf.saxon.sql.SQLClose extends ExtensionInstruction implements Serializable
-
Serialized Fields
-
connection
Expression connection
-
-
-
Class net.sf.saxon.sql.SQLColumn extends StyleElement implements Serializable
-
Serialized Fields
-
name
java.lang.String name
-
select
Expression select
-
-
-
Class net.sf.saxon.sql.SQLConnect extends ExtensionInstruction implements Serializable
-
Serialized Fields
-
database
Expression database
-
driver
Expression driver
-
password
Expression password
-
user
Expression user
-
-
-
Class net.sf.saxon.sql.SQLDelete extends ExtensionInstruction implements Serializable
-
Serialized Fields
-
connection
Expression connection
-
table
java.lang.String table
-
where
Expression where
-
-
-
Class net.sf.saxon.sql.SQLInsert extends ExtensionInstruction implements Serializable
-
Serialized Fields
-
connection
Expression connection
-
table
java.lang.String table
-
-
-
Class net.sf.saxon.sql.SQLQuery extends ExtensionInstruction implements Serializable
-
Serialized Fields
-
colTag
java.lang.String colTag
name of element to hold the rows -
column
Expression column
selected column(s) to query -
connection
Expression connection
-
disable
boolean disable
name of element to hold the columns -
rowTag
java.lang.String rowTag
-
table
Expression table
the table(s) to query in -
where
Expression where
conditions of query (can be omitted)
-
-
-
Class net.sf.saxon.sql.SQLUpdate extends ExtensionInstruction implements Serializable
-
Serialized Fields
-
connection
Expression connection
-
table
java.lang.String table
-
where
Expression where
-
-
-
-
Package net.sf.saxon.style
-
Class net.sf.saxon.style.AbsentExtensionElement extends StyleElement implements Serializable
-
Class net.sf.saxon.style.ExtensionInstruction extends StyleElement implements Serializable
-
Class net.sf.saxon.style.LiteralResultElement extends StyleElement implements Serializable
-
Serialized Fields
-
attributeNames
int[] attributeNames
-
attributeSets
AttributeSet[] attributeSets
-
attributeValues
Expression[] attributeValues
-
inheritNamespaces
boolean inheritNamespaces
-
namespaceCodes
int[] namespaceCodes
-
numberOfAttributes
int numberOfAttributes
-
resultNameCode
int resultNameCode
-
schemaType
SchemaType schemaType
-
toplevel
boolean toplevel
-
validation
int validation
-
-
-
Class net.sf.saxon.style.SaxonAssign extends XSLGeneralVariable implements Serializable
-
Serialized Fields
-
instruction
Assign instruction
-
-
-
Class net.sf.saxon.style.SaxonBreak extends StyleElement implements Serializable
-
Serialized Fields
-
saxonIterate
SaxonIterate saxonIterate
-
-
-
Class net.sf.saxon.style.SaxonCallTemplate extends XSLCallTemplate implements Serializable
-
Class net.sf.saxon.style.SaxonCollation extends StyleElement implements Serializable
-
Serialized Fields
-
collationName
java.lang.String collationName
-
collator
StringCollator collator
-
-
-
Class net.sf.saxon.style.SaxonContinue extends SaxonBreak implements Serializable
-
Class net.sf.saxon.style.SaxonDoctype extends StyleElement implements Serializable
-
Class net.sf.saxon.style.SaxonEntityRef extends StyleElement implements Serializable
-
Serialized Fields
-
nameAttribute
java.lang.String nameAttribute
-
-
-
Class net.sf.saxon.style.SaxonFinally extends StyleElement implements Serializable
-
Class net.sf.saxon.style.SaxonImportQuery extends StyleElement implements Serializable
-
Serialized Fields
-
href
java.lang.String href
-
moduleURI
java.lang.String moduleURI
-
-
-
Class net.sf.saxon.style.SaxonIterate extends StyleElement implements Serializable
-
Serialized Fields
-
select
Expression select
-
-
-
Class net.sf.saxon.style.SaxonScript extends StyleElement implements Serializable
-
Serialized Fields
-
implementsURI
java.lang.String implementsURI
-
javaClass
java.lang.Class javaClass
-
language
java.lang.String language
-
-
-
Class net.sf.saxon.style.SaxonWhile extends StyleElement implements Serializable
-
Serialized Fields
-
test
Expression test
-
-
-
Class net.sf.saxon.style.StyleElement extends ElementImpl implements Serializable
-
Serialized Fields
-
containingStylesheet
XSLStylesheet containingStylesheet
-
defaultCollationName
java.lang.String defaultCollationName
-
defaultXPathNamespace
java.lang.String defaultXPathNamespace
-
excludedNamespaces
short[] excludedNamespaces
-
explaining
boolean explaining
-
extensionNamespaces
short[] extensionNamespaces
-
objectName
StructuredQName objectName
-
reportingCircumstances
int reportingCircumstances
-
staticContext
StaticContext staticContext
-
validationError
XPathException validationError
-
version
java.math.BigDecimal version
-
-
-
Class net.sf.saxon.style.StylesheetFunctionLibrary extends java.lang.Object implements Serializable
-
Serialized Fields
-
overriding
boolean overriding
-
stylesheet
XSLStylesheet stylesheet
-
-
-
Class net.sf.saxon.style.UseWhenStaticContext extends AbstractStaticContext implements Serializable
-
Serialized Fields
-
functionLibrary
FunctionLibrary functionLibrary
-
namespaceContext
NamespaceResolver namespaceContext
-
nodeFactory
StyleNodeFactory nodeFactory
-
-
-
Class net.sf.saxon.style.XSLAnalyzeString extends StyleElement implements Serializable
-
Serialized Fields
-
flags
Expression flags
-
matching
StyleElement matching
-
nonMatching
StyleElement nonMatching
-
pattern
RegularExpression pattern
-
regex
Expression regex
-
select
Expression select
-
-
-
Class net.sf.saxon.style.XSLApplyImports extends StyleElement implements Serializable
-
Class net.sf.saxon.style.XSLApplyTemplates extends StyleElement implements Serializable
-
Serialized Fields
-
implicitSelect
boolean implicitSelect
-
mode
Mode mode
-
modeAttribute
java.lang.String modeAttribute
-
modeName
StructuredQName modeName
-
select
Expression select
-
useCurrentMode
boolean useCurrentMode
-
useTailRecursion
boolean useTailRecursion
-
-
-
Class net.sf.saxon.style.XSLAttribute extends XSLStringConstructor implements Serializable
-
Serialized Fields
-
attributeName
Expression attributeName
-
namespace
Expression namespace
-
schemaType
SimpleType schemaType
-
separator
Expression separator
-
validationAction
int validationAction
-
-
-
Class net.sf.saxon.style.XSLAttributeSet extends StyleElement implements Serializable
-
Serialized Fields
-
attributeSetElements
java.util.List attributeSetElements
-
nameAtt
java.lang.String nameAtt
-
procedure
AttributeSet procedure
-
referenceCount
int referenceCount
-
stackFrameMap
SlotManager stackFrameMap
-
useAtt
java.lang.String useAtt
-
useAttributeSets
AttributeSet[] useAttributeSets
-
validated
boolean validated
-
-
-
Class net.sf.saxon.style.XSLCallTemplate extends StyleElement implements Serializable
-
Serialized Fields
-
calledTemplateExpression
Expression calledTemplateExpression
-
calledTemplateName
StructuredQName calledTemplateName
-
template
XSLTemplate template
-
useTailRecursion
boolean useTailRecursion
-
-
-
Class net.sf.saxon.style.XSLCharacterMap extends StyleElement implements Serializable
-
Serialized Fields
-
characterMapElements
java.util.List characterMapElements
-
redundant
boolean redundant
-
use
java.lang.String use
-
validated
boolean validated
-
-
-
Class net.sf.saxon.style.XSLChoose extends StyleElement implements Serializable
-
Serialized Fields
-
numberOfWhens
int numberOfWhens
-
otherwise
StyleElement otherwise
-
-
-
Class net.sf.saxon.style.XSLComment extends XSLStringConstructor implements Serializable
-
Class net.sf.saxon.style.XSLCopy extends StyleElement implements Serializable
-
Serialized Fields
-
attributeSets
AttributeSet[] attributeSets
-
copyNamespaces
boolean copyNamespaces
-
inheritNamespaces
boolean inheritNamespaces
-
schemaType
SchemaType schemaType
-
use
java.lang.String use
-
validationAction
int validationAction
-
-
-
Class net.sf.saxon.style.XSLCopyOf extends StyleElement implements Serializable
-
Serialized Fields
-
copyNamespaces
boolean copyNamespaces
-
readOnce
boolean readOnce
-
schemaType
SchemaType schemaType
-
select
Expression select
-
validation
int validation
-
-
-
Class net.sf.saxon.style.XSLDecimalFormat extends StyleElement implements Serializable
-
Serialized Fields
-
decimalSeparator
java.lang.String decimalSeparator
-
digit
java.lang.String digit
-
groupingSeparator
java.lang.String groupingSeparator
-
infinity
java.lang.String infinity
-
minusSign
java.lang.String minusSign
-
name
java.lang.String name
-
NaN
java.lang.String NaN
-
patternSeparator
java.lang.String patternSeparator
-
percent
java.lang.String percent
-
perMille
java.lang.String perMille
-
prepared
boolean prepared
-
zeroDigit
java.lang.String zeroDigit
-
-
-
Class net.sf.saxon.style.XSLDocument extends StyleElement implements Serializable
-
Serialized Fields
-
schemaType
SchemaType schemaType
-
validationAction
int validationAction
-
-
-
Class net.sf.saxon.style.XSLElement extends StyleElement implements Serializable
-
Serialized Fields
-
attributeSets
AttributeSet[] attributeSets
-
elementName
Expression elementName
-
inheritNamespaces
boolean inheritNamespaces
-
namespace
Expression namespace
-
schemaType
SchemaType schemaType
-
use
java.lang.String use
-
validation
int validation
-
-
-
Class net.sf.saxon.style.XSLFallback extends StyleElement implements Serializable
-
Class net.sf.saxon.style.XSLForEach extends StyleElement implements Serializable
-
Serialized Fields
-
containsTailCall
boolean containsTailCall
-
select
Expression select
-
-
-
Class net.sf.saxon.style.XSLForEachGroup extends StyleElement implements Serializable
-
Serialized Fields
-
collationName
Expression collationName
-
ending
Pattern ending
-
groupAdjacent
Expression groupAdjacent
-
groupBy
Expression groupBy
-
select
Expression select
-
starting
Pattern starting
-
-
-
Class net.sf.saxon.style.XSLFunction extends StyleElement implements Serializable
-
Serialized Fields
-
asAtt
java.lang.String asAtt
-
compiledFunction
UserFunction compiledFunction
-
functionName
java.lang.String functionName
-
memoFunction
boolean memoFunction
-
nameAtt
java.lang.String nameAtt
-
numberOfArguments
int numberOfArguments
-
override
boolean override
-
overrideAtt
java.lang.String overrideAtt
-
references
java.util.List references
-
resultType
SequenceType resultType
-
stackFrameMap
SlotManager stackFrameMap
-
-
-
Class net.sf.saxon.style.XSLGeneralIncorporate extends StyleElement implements Serializable
-
Serialized Fields
-
href
java.lang.String href
-
includedDoc
DocumentImpl includedDoc
-
-
-
Class net.sf.saxon.style.XSLGeneralVariable extends StyleElement implements Serializable
-
Serialized Fields
-
assignable
boolean assignable
-
constantText
java.lang.String constantText
-
global
boolean global
-
implicitlyRequiredParam
boolean implicitlyRequiredParam
-
redundant
boolean redundant
-
requiredParam
boolean requiredParam
-
requiredType
SequenceType requiredType
-
select
Expression select
-
slotManager
SlotManager slotManager
-
textonly
boolean textonly
-
tunnel
boolean tunnel
-
-
-
Class net.sf.saxon.style.XSLIf extends StyleElement implements Serializable
-
Serialized Fields
-
test
Expression test
-
-
-
Class net.sf.saxon.style.XSLImport extends XSLGeneralIncorporate implements Serializable
-
Class net.sf.saxon.style.XSLImportSchema extends StyleElement implements Serializable
-
Class net.sf.saxon.style.XSLInclude extends XSLGeneralIncorporate implements Serializable
-
Class net.sf.saxon.style.XSLKey extends StyleElement implements Serializable
-
Serialized Fields
-
collationName
java.lang.String collationName
-
keyName
StructuredQName keyName
-
match
Pattern match
-
stackFrameMap
SlotManager stackFrameMap
-
use
Expression use
-
-
-
Class net.sf.saxon.style.XSLMatchingSubstring extends StyleElement implements Serializable
-
Class net.sf.saxon.style.XSLMessage extends StyleElement implements Serializable
-
Serialized Fields
-
select
Expression select
-
terminate
Expression terminate
-
-
-
Class net.sf.saxon.style.XSLNamespace extends XSLStringConstructor implements Serializable
-
Serialized Fields
-
name
Expression name
-
-
-
Class net.sf.saxon.style.XSLNamespaceAlias extends StyleElement implements Serializable
-
Serialized Fields
-
resultNamespaceCode
int resultNamespaceCode
-
stylesheetURICode
short stylesheetURICode
-
-
-
Class net.sf.saxon.style.XSLNextMatch extends StyleElement implements Serializable
-
Serialized Fields
-
useTailRecursion
boolean useTailRecursion
-
-
-
Class net.sf.saxon.style.XSLNumber extends StyleElement implements Serializable
-
Serialized Fields
-
count
Pattern count
-
format
Expression format
-
formatter
NumberFormatter formatter
-
from
Pattern from
-
groupSeparator
Expression groupSeparator
-
groupSize
Expression groupSize
-
hasVariablesInPatterns
boolean hasVariablesInPatterns
-
lang
Expression lang
-
letterValue
Expression letterValue
-
level
int level
-
numberer
Numberer numberer
-
ordinal
Expression ordinal
-
select
Expression select
-
value
Expression value
-
-
-
Class net.sf.saxon.style.XSLOtherwise extends StyleElement implements Serializable
-
Class net.sf.saxon.style.XSLOutput extends StyleElement implements Serializable
-
Serialized Fields
-
byteOrderMark
java.lang.String byteOrderMark
-
cdataElements
java.lang.String cdataElements
-
doctypePublic
java.lang.String doctypePublic
-
doctypeSystem
java.lang.String doctypeSystem
-
doubleSpace
java.lang.String doubleSpace
-
encoding
java.lang.String encoding
-
escapeURIAttributes
java.lang.String escapeURIAttributes
-
includeContentType
java.lang.String includeContentType
-
indent
java.lang.String indent
-
indentSpaces
java.lang.String indentSpaces
-
mediaType
java.lang.String mediaType
-
method
java.lang.String method
-
nextInChain
java.lang.String nextInChain
-
normalizationForm
java.lang.String normalizationForm
-
omitDeclaration
java.lang.String omitDeclaration
-
outputFormatName
StructuredQName outputFormatName
-
representation
java.lang.String representation
-
requireWellFormed
java.lang.String requireWellFormed
-
standalone
java.lang.String standalone
-
suppressIndentation
java.lang.String suppressIndentation
-
undeclareNamespaces
java.lang.String undeclareNamespaces
-
useCharacterMaps
java.lang.String useCharacterMaps
-
userAttributes
java.util.HashMap userAttributes
-
version
java.lang.String version
-
-
-
Class net.sf.saxon.style.XSLOutputCharacter extends StyleElement implements Serializable
-
Serialized Fields
-
codepoint
int codepoint
-
replacementString
java.lang.String replacementString
-
-
-
Class net.sf.saxon.style.XSLParam extends XSLVariableDeclaration implements Serializable
-
Serialized Fields
-
conversion
Expression conversion
-
-
-
Class net.sf.saxon.style.XSLPerformSort extends StyleElement implements Serializable
-
Serialized Fields
-
select
Expression select
-
-
-
Class net.sf.saxon.style.XSLPreserveSpace extends StyleElement implements Serializable
-
Serialized Fields
-
elements
java.lang.String elements
-
-
-
Class net.sf.saxon.style.XSLProcessingInstruction extends XSLStringConstructor implements Serializable
-
Serialized Fields
-
name
Expression name
-
-
-
Class net.sf.saxon.style.XSLResultDocument extends StyleElement implements Serializable
-
Serialized Fields
-
formatExpression
Expression formatExpression
-
formatQName
StructuredQName formatQName
-
href
Expression href
-
schemaType
SchemaType schemaType
-
serializationAttributes
IntHashMap serializationAttributes
-
validationAction
int validationAction
-
-
-
Class net.sf.saxon.style.XSLSequence extends StyleElement implements Serializable
-
Serialized Fields
-
select
Expression select
-
-
-
Class net.sf.saxon.style.XSLSort extends StyleElement implements Serializable
-
Serialized Fields
-
caseOrder
Expression caseOrder
-
collationName
Expression collationName
-
dataType
Expression dataType
-
lang
Expression lang
-
order
Expression order
-
select
Expression select
-
sortKeyDefinition
SortKeyDefinition sortKeyDefinition
-
stable
Expression stable
-
useDefaultCollation
boolean useDefaultCollation
-
-
-
Class net.sf.saxon.style.XSLStringConstructor extends StyleElement implements Serializable
-
Serialized Fields
-
select
Expression select
-
-
-
Class net.sf.saxon.style.XSLStylesheet extends StyleElement implements Serializable
-
Serialized Fields
-
aliasNCodes
int[] aliasNCodes
-
aliasSCodes
short[] aliasSCodes
-
allowsAllBuiltInTypes
boolean allowsAllBuiltInTypes
-
defaultValidation
int defaultValidation
-
exec
Executable exec
-
functionLibrary
FunctionLibraryList functionLibrary
-
globalVariableIndex
java.util.HashMap globalVariableIndex
-
importer
XSLStylesheet importer
-
inputAnnotations
int inputAnnotations
-
javaFunctions
FunctionLibrary javaFunctions
-
largestPatternStackFrame
int largestPatternStackFrame
-
localParameterNumbers
java.util.HashMap localParameterNumbers
-
locationMap
LocationMap locationMap
-
minImportPrecedence
int minImportPrecedence
-
namespaceAliasList
java.util.ArrayList namespaceAliasList
-
needsDynamicOutputProperties
boolean needsDynamicOutputProperties
-
numberOfAliases
int numberOfAliases
-
precedence
int precedence
-
queryFunctions
XQueryFunctionLibrary queryFunctions
-
schemaIndex
java.util.HashSet schemaIndex
-
stylesheet
PreparedStylesheet stylesheet
-
templateIndex
java.util.HashMap templateIndex
-
topLevel
java.util.List topLevel
-
wasIncluded
boolean wasIncluded
-
-
-
Class net.sf.saxon.style.XSLTemplate extends StyleElement implements Serializable
-
Serialized Fields
-
asAtt
java.lang.String asAtt
-
compiledTemplate
Template compiledTemplate
-
diagnosticId
java.lang.String diagnosticId
-
hasRequiredParams
boolean hasRequiredParams
-
match
Pattern match
-
matchAtt
java.lang.String matchAtt
-
modeAtt
java.lang.String modeAtt
-
modeNames
StructuredQName[] modeNames
-
nameAtt
java.lang.String nameAtt
-
priority
double priority
-
priorityAtt
java.lang.String priorityAtt
-
prioritySpecified
boolean prioritySpecified
-
requiredType
SequenceType requiredType
-
stackFrameMap
SlotManager stackFrameMap
-
-
-
Class net.sf.saxon.style.XSLText extends XSLStringConstructor implements Serializable
-
Serialized Fields
-
disable
boolean disable
-
value
StringValue value
-
-
-
Class net.sf.saxon.style.XSLValueOf extends XSLStringConstructor implements Serializable
-
Serialized Fields
-
disable
boolean disable
-
separator
Expression separator
-
-
-
Class net.sf.saxon.style.XSLVariable extends XSLVariableDeclaration implements Serializable
-
Serialized Fields
-
state
int state
-
-
-
Class net.sf.saxon.style.XSLVariableDeclaration extends XSLGeneralVariable implements Serializable
-
Serialized Fields
-
references
java.util.List references
-
slotNumber
int slotNumber
-
-
-
Class net.sf.saxon.style.XSLWhen extends StyleElement implements Serializable
-
Serialized Fields
-
test
Expression test
-
-
-
Class net.sf.saxon.style.XSLWithParam extends XSLGeneralVariable implements Serializable
-
-
Package net.sf.saxon.sxpath
-
Class net.sf.saxon.sxpath.IndependentContext extends AbstractStaticContext implements Serializable
-
Serialized Fields
-
externalResolver
NamespaceResolver externalResolver
-
importedSchemaNamespaces
java.util.Set importedSchemaNamespaces
-
namespaces
java.util.HashMap namespaces
-
variables
java.util.HashMap variables
-
-
-
Class net.sf.saxon.sxpath.XPathVariable extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
StructuredQName name
-
requiredType
SequenceType requiredType
-
slotNumber
int slotNumber
-
-
-
-
Package net.sf.saxon.tinytree
-
Class net.sf.saxon.tinytree.CharSlice extends java.lang.Object implements Serializable
-
Serialized Fields
-
array
char[] array
-
count
int count
-
offset
int offset
-
-
-
Class net.sf.saxon.tinytree.LargeStringBuffer extends java.lang.Object implements Serializable
-
Serialized Fields
-
length
int length
-
maxAllocation
int maxAllocation
-
minAllocation
int minAllocation
-
segments
java.util.List segments
-
startOffsets
int[] startOffsets
-
-
-
-
Package net.sf.saxon.trans
-
Class net.sf.saxon.trans.DecimalFormatManager extends java.lang.Object implements Serializable
-
Serialized Fields
-
defaultDFS
DecimalSymbols defaultDFS
-
formatTable
java.util.HashMap formatTable
-
usingOriginalDefault
boolean usingOriginalDefault
-
-
-
Class net.sf.saxon.trans.DecimalSymbols extends java.lang.Object implements Serializable
-
Serialized Fields
-
decimalSeparator
int decimalSeparator
-
digit
int digit
-
groupingSeparator
int groupingSeparator
-
infinity
java.lang.String infinity
-
minusSign
int minusSign
-
NaN
java.lang.String NaN
-
patternSeparator
int patternSeparator
-
percent
int percent
-
permill
int permill
-
zeroDigit
int zeroDigit
-
-
-
Class net.sf.saxon.trans.DynamicError extends XPathException implements Serializable
-
Class net.sf.saxon.trans.KeyDefinition extends Procedure implements Serializable
-
Serialized Fields
-
backwardsCompatible
boolean backwardsCompatible
-
collation
StringCollator collation
-
collationName
java.lang.String collationName
-
convertUntypedToOther
boolean convertUntypedToOther
-
match
PatternFinder match
-
strictComparison
boolean strictComparison
-
use
SequenceIterable use
-
useType
BuiltInAtomicType useType
-
-
-
Class net.sf.saxon.trans.KeyDefinitionSet extends java.lang.Object implements Serializable
-
Serialized Fields
-
backwardsCompatible
boolean backwardsCompatible
-
collationName
java.lang.String collationName
-
keyDefinitions
java.util.List keyDefinitions
-
keyName
StructuredQName keyName
-
keySetNumber
int keySetNumber
-
-
-
Class net.sf.saxon.trans.KeyManager extends java.lang.Object implements Serializable
-
Serialized Fields
-
keyMap
java.util.HashMap keyMap
-
-
-
Class net.sf.saxon.trans.Mode extends java.lang.Object implements Serializable
-
Serialized Fields
-
hasRules
boolean hasRules
-
isDefault
boolean isDefault
-
isStripper
boolean isStripper
-
modeName
StructuredQName modeName
-
mostRecentRule
Rule mostRecentRule
-
ruleDict
Rule[] ruleDict
-
-
-
Class net.sf.saxon.trans.NoDynamicContextException extends XPathException implements Serializable
-
Class net.sf.saxon.trans.Rule extends java.lang.Object implements Serializable
-
Class net.sf.saxon.trans.RuleManager extends java.lang.Object implements Serializable
-
Class net.sf.saxon.trans.StandardUnparsedTextResolver extends java.lang.Object implements Serializable
-
Serialized Fields
-
debug
boolean debug
-
-
-
Class net.sf.saxon.trans.StaticError extends XPathException implements Serializable
-
Class net.sf.saxon.trans.UncheckedXPathException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
cause
XPathException cause
-
-
-
Class net.sf.saxon.trans.XPathException extends javax.xml.transform.TransformerException implements Serializable
-
Serialized Fields
-
errorCode
java.lang.String errorCode
-
errorCodeNamespace
java.lang.String errorCodeNamespace
-
errorObject
Value errorObject
-
hasBeenReported
boolean hasBeenReported
-
isStaticError
boolean isStaticError
-
isTypeError
boolean isTypeError
-
-
-
Class net.sf.saxon.trans.XPathException.Circularity extends XPathException implements Serializable
-
-
Package net.sf.saxon.type
-
Class net.sf.saxon.type.AnyItemType extends java.lang.Object implements Serializable
-
Class net.sf.saxon.type.AnySimpleType extends java.lang.Object implements Serializable
-
Class net.sf.saxon.type.AnyType extends java.lang.Object implements Serializable
-
Class net.sf.saxon.type.BuiltInAtomicType extends java.lang.Object implements Serializable
-
Serialized Fields
-
baseFingerprint
int baseFingerprint
-
fingerprint
int fingerprint
-
ordered
boolean ordered
-
primitiveFingerprint
int primitiveFingerprint
-
-
-
Class net.sf.saxon.type.BuiltInListType extends java.lang.Object implements Serializable
-
Serialized Fields
-
fingerprint
int fingerprint
-
itemType
BuiltInAtomicType itemType
The SimpleType of the items in the list.
-
-
-
Class net.sf.saxon.type.BuiltInType extends java.lang.Object implements Serializable
-
Class net.sf.saxon.type.ExternalObjectType extends java.lang.Object implements Serializable
-
Serialized Fields
-
baseFingerprint
int baseFingerprint
-
config
Configuration config
-
fingerprint
int fingerprint
-
javaClass
java.lang.Class javaClass
-
-
-
Class net.sf.saxon.type.SchemaException extends javax.xml.transform.TransformerConfigurationException implements Serializable
-
Class net.sf.saxon.type.Type extends java.lang.Object implements Serializable
-
Class net.sf.saxon.type.TypeHierarchy extends java.lang.Object implements Serializable
-
Serialized Fields
-
config
Configuration config
-
map
java.util.Map map
-
-
-
Class net.sf.saxon.type.UnresolvedReferenceException extends java.lang.RuntimeException implements Serializable
-
Class net.sf.saxon.type.Untyped extends java.lang.Object implements Serializable
-
Class net.sf.saxon.type.ValidationException extends XPathException implements Serializable
-
Serialized Fields
-
columnNumber
int columnNumber
-
constraintClauseNumber
java.lang.String constraintClauseNumber
-
constraintName
java.lang.String constraintName
-
lineNumber
int lineNumber
-
node
NodeInfo node
-
publicId
java.lang.String publicId
-
schemaPart
int schemaPart
-
systemId
java.lang.String systemId
-
-
-
-
Package net.sf.saxon.value
-
Class net.sf.saxon.value.AnyURIValue extends StringValue implements Serializable
-
Class net.sf.saxon.value.AtomicValue extends Value implements Serializable
-
Serialized Fields
-
typeLabel
AtomicType typeLabel
-
-
-
Class net.sf.saxon.value.Base64BinaryValue extends AtomicValue implements Serializable
-
Serialized Fields
-
binaryValue
byte[] binaryValue
-
-
-
Class net.sf.saxon.value.BigIntegerValue extends IntegerValue implements Serializable
-
Serialized Fields
-
value
java.math.BigInteger value
-
-
-
Class net.sf.saxon.value.BooleanValue extends AtomicValue implements Serializable
-
Serialized Fields
-
value
boolean value
-
-
-
Class net.sf.saxon.value.CalendarValue extends AtomicValue implements Serializable
-
Serialized Fields
-
tzMinutes
int tzMinutes
-
-
-
Class net.sf.saxon.value.Closure extends Value implements Serializable
-
Serialized Fields
-
depth
int depth
-
expression
Expression expression
-
inputIterator
SequenceIterator inputIterator
-
savedXPathContext
XPathContextMajor savedXPathContext
-
-
-
Class net.sf.saxon.value.DateTimeValue extends CalendarValue implements Serializable
-
Serialized Fields
-
day
byte day
-
hour
byte hour
-
microsecond
int microsecond
-
minute
byte minute
-
month
byte month
-
second
byte second
-
year
int year
-
-
-
Class net.sf.saxon.value.DateValue extends GDateValue implements Serializable
-
Class net.sf.saxon.value.DayTimeDurationValue extends DurationValue implements Serializable
-
Class net.sf.saxon.value.DecimalValue extends NumericValue implements Serializable
-
Serialized Fields
-
value
java.math.BigDecimal value
-
-
-
Class net.sf.saxon.value.DoubleValue extends NumericValue implements Serializable
-
Serialized Fields
-
value
double value
-
-
-
Class net.sf.saxon.value.DurationValue extends AtomicValue implements Serializable
-
Serialized Fields
-
microseconds
int microseconds
-
months
int months
-
negative
boolean negative
-
seconds
long seconds
-
-
-
Class net.sf.saxon.value.EmptySequence extends Value implements Serializable
-
Class net.sf.saxon.value.FloatValue extends NumericValue implements Serializable
-
Serialized Fields
-
value
float value
-
-
-
Class net.sf.saxon.value.GDateValue extends CalendarValue implements Serializable
-
Serialized Fields
-
day
byte day
-
month
byte month
-
year
int year
-
-
-
Class net.sf.saxon.value.GDayValue extends GDateValue implements Serializable
-
Class net.sf.saxon.value.GMonthDayValue extends GDateValue implements Serializable
-
Class net.sf.saxon.value.GMonthValue extends GDateValue implements Serializable
-
Class net.sf.saxon.value.GYearMonthValue extends GDateValue implements Serializable
-
Class net.sf.saxon.value.GYearValue extends GDateValue implements Serializable
-
Class net.sf.saxon.value.HexBinaryValue extends AtomicValue implements Serializable
-
Serialized Fields
-
binaryValue
byte[] binaryValue
-
-
-
Class net.sf.saxon.value.Int64Value extends IntegerValue implements Serializable
-
Serialized Fields
-
value
long value
-
-
-
Class net.sf.saxon.value.IntegerRange extends Value implements Serializable
-
Serialized Fields
-
end
long end
-
start
long start
-
-
-
Class net.sf.saxon.value.IntegerValue extends NumericValue implements Serializable
-
Class net.sf.saxon.value.MemoClosure extends Closure implements Serializable
-
Serialized Fields
-
reservoir
Item[] reservoir
-
state
int state
-
used
int used
-
-
-
Class net.sf.saxon.value.NotationValue extends QualifiedNameValue implements Serializable
-
Class net.sf.saxon.value.NumericValue extends AtomicValue implements Serializable
-
Class net.sf.saxon.value.ObjectValue extends AtomicValue implements Serializable
-
Serialized Fields
-
value
java.lang.Object value
-
-
-
Class net.sf.saxon.value.QNameValue extends QualifiedNameValue implements Serializable
-
Class net.sf.saxon.value.QualifiedNameValue extends AtomicValue implements Serializable
-
Serialized Fields
-
qName
StructuredQName qName
-
-
-
Class net.sf.saxon.value.SequenceExtent extends Value implements Serializable
-
Class net.sf.saxon.value.SequenceType extends java.lang.Object implements Serializable
-
Serialized Fields
-
cardinality
int cardinality
-
primaryType
ItemType primaryType
-
-
-
Class net.sf.saxon.value.ShareableSequence extends Value implements Serializable
-
Serialized Fields
-
end
int end
-
itemType
ItemType itemType
-
list
java.util.List list
-
-
-
Class net.sf.saxon.value.SingletonClosure extends Closure implements Serializable
-
Serialized Fields
-
built
boolean built
-
value
Item value
-
-
-
Class net.sf.saxon.value.SingletonNode extends Value implements Serializable
-
Serialized Fields
-
node
NodeInfo node
-
-
-
Class net.sf.saxon.value.StringValue extends AtomicValue implements Serializable
-
Serialized Fields
-
length
int length
-
value
java.lang.CharSequence value
-
-
-
Class net.sf.saxon.value.TimeValue extends CalendarValue implements Serializable
-
Serialized Fields
-
hour
byte hour
-
microsecond
int microsecond
-
minute
byte minute
-
second
byte second
-
-
-
Class net.sf.saxon.value.UntypedAtomicValue extends StringValue implements Serializable
-
Serialized Fields
-
doubleValue
DoubleValue doubleValue
-
-
-
Class net.sf.saxon.value.Value extends java.lang.Object implements Serializable
-
Class net.sf.saxon.value.YearMonthDurationValue extends DurationValue implements Serializable
-
-
Package net.sf.saxon.xom
-
Class net.sf.saxon.xom.XOMObjectModel extends java.lang.Object implements Serializable
-
Class net.sf.saxon.xom.XomUriResolver extends StandardURIResolver implements Serializable
-
-
Package net.sf.saxon.xpath
-
Class net.sf.saxon.xpath.JAXPXPathStaticContext extends AbstractStaticContext implements Serializable
-
Serialized Fields
-
namespaceContext
javax.xml.namespace.NamespaceContext namespaceContext
-
stackFrameMap
SlotManager stackFrameMap
-
variableResolver
javax.xml.xpath.XPathVariableResolver variableResolver
-
xpathFunctionLibrary
XPathFunctionLibrary xpathFunctionLibrary
-
-
-
Class net.sf.saxon.xpath.XPathFunctionCall extends FunctionCall implements Serializable
-
Serialized Fields
-
function
javax.xml.xpath.XPathFunction function
-
-
-
Class net.sf.saxon.xpath.XPathFunctionLibrary extends java.lang.Object implements Serializable
-
Serialized Fields
-
resolver
javax.xml.xpath.XPathFunctionResolver resolver
-
-
-