Free Trial - Stylus Studio, The World's Best XML IDE!


Serialized Form


Package net.sf.saxon

Class net.sf.saxon.Configuration implements Serializable

Serialized Fields

treeModel

int treeModel

lineNumbering

boolean lineNumbering

traceListener

TraceListener traceListener

recoveryPolicy

int recoveryPolicy

messageEmitterClass

java.lang.String messageEmitterClass

sourceParserClass

java.lang.String sourceParserClass

styleParserClass

java.lang.String styleParserClass

timing

boolean timing

allowExternalFunctions

boolean allowExternalFunctions

traceExternalFunctions

boolean traceExternalFunctions

validation

boolean validation

targetNamePool

NamePool targetNamePool

stripsAllWhiteSpace

boolean stripsAllWhiteSpace

hostLanguage

int hostLanguage

queryLibraryModules

java.util.HashMap queryLibraryModules

schemaValidation

boolean schemaValidation

Class net.sf.saxon.PreparedStyleSheet implements Serializable

Serialized Fields

executable

Executable executable

targetNamePool

NamePool targetNamePool

errorCount

int errorCount


Package net.sf.saxon.event

Class net.sf.saxon.event.NoOpenStartTagException implements Serializable


Package net.sf.saxon.expr

Class net.sf.saxon.expr.AppendExpression implements Serializable

Class net.sf.saxon.expr.ArithmeticExpression.DateAndDuration implements Serializable

Class net.sf.saxon.expr.ArithmeticExpression.DateDifference implements Serializable

Class net.sf.saxon.expr.ArithmeticExpression.DurationAddition implements Serializable

Class net.sf.saxon.expr.ArithmeticExpression.DurationDivision implements Serializable

Class net.sf.saxon.expr.ArithmeticExpression.DurationMultiplication implements Serializable

Class net.sf.saxon.expr.ArithmeticExpression.NumericArithmetic implements Serializable

Class net.sf.saxon.expr.Assignation implements Serializable

Serialized Fields

slotNumber

int slotNumber

sequence

Expression sequence

action

Expression action

variableName

java.lang.String variableName

Class net.sf.saxon.expr.AtomicSequenceConverter implements Serializable

Serialized Fields

sequence

Expression sequence

reqItemType

AtomicType reqItemType

requiredPrimitiveType

int requiredPrimitiveType

Class net.sf.saxon.expr.Atomizer implements Serializable

Serialized Fields

sequence

Expression sequence

Class net.sf.saxon.expr.AxisExpression implements Serializable

Serialized Fields

axis

byte axis

test

NodeTest test

Class net.sf.saxon.expr.CardinalityChecker implements Serializable

Serialized Fields

sequence

Expression sequence

requiredCardinality

int requiredCardinality

role

RoleLocator role

Class net.sf.saxon.expr.CastableExpression implements Serializable

Serialized Fields

source

Expression source

targetType

AtomicType targetType

allowEmpty

boolean allowEmpty

Class net.sf.saxon.expr.CastAsQName implements Serializable

Serialized Fields

input

Expression input

nsContext

NamespaceResolver nsContext

namePool

NamePool namePool

Class net.sf.saxon.expr.CastExpression implements Serializable

Serialized Fields

source

Expression source

targetType

AtomicType targetType

allowEmpty

boolean allowEmpty

Class net.sf.saxon.expr.ComputedExpression implements Serializable

Serialized Fields

staticProperties

int staticProperties

lineNumber

short lineNumber

Class net.sf.saxon.expr.ContextItemExpression implements Serializable

Class net.sf.saxon.expr.ConvertToString implements Serializable

Serialized Fields

base

Expression base

Class net.sf.saxon.expr.ErrorExpression implements Serializable

Serialized Fields

exception

XPathException exception

Class net.sf.saxon.expr.FilterExpression implements Serializable

Serialized Fields

start

Expression start

filter

Expression filter

filterDependencies

int filterDependencies

filterIsPositional

boolean filterIsPositional

Class net.sf.saxon.expr.FirstItemExpression implements Serializable

Serialized Fields

base

Expression base

Class net.sf.saxon.expr.ForExpression implements Serializable

Serialized Fields

positionBinding

net.sf.saxon.expr.ForExpression.PositionBinding positionBinding

Class net.sf.saxon.expr.FunctionCall implements Serializable

Serialized Fields

argument

Expression[] argument
The array of expressions representing the actual parameters to the function call

Class net.sf.saxon.expr.FunctionProxy implements Serializable

Serialized Fields

theClass

java.lang.Class theClass

theException

XPathException theException

name

java.lang.String name

resultClass

java.lang.Class resultClass

config

Configuration config

debug

boolean debug

usesFocus

boolean usesFocus

Class net.sf.saxon.expr.GeneralComparison implements Serializable

Serialized Fields

singletonOperator

int singletonOperator

comparer

AtomicComparer comparer

backwardsCompatible

boolean backwardsCompatible

Class net.sf.saxon.expr.IdentityComparison implements Serializable

Serialized Fields

generateIdEmulation

boolean generateIdEmulation

Class net.sf.saxon.expr.IfExpression implements Serializable

Serialized Fields

condition

Expression condition

thenExp

Expression thenExp

elseExp

Expression elseExp

Class net.sf.saxon.expr.InstanceOfExpression implements Serializable

Serialized Fields

source

Expression source

targetType

ItemType targetType

targetCardinality

int targetCardinality

Class net.sf.saxon.expr.IntegerRangeTest implements Serializable

Serialized Fields

value

Expression value

min

Expression min

max

Expression max

Class net.sf.saxon.expr.IsLastExpression implements Serializable

Serialized Fields

condition

boolean condition

Class net.sf.saxon.expr.ItemChecker implements Serializable

Serialized Fields

sequence

Expression sequence

requiredItemType

ItemType requiredItemType

role

RoleLocator role

Class net.sf.saxon.expr.LetExpression implements Serializable

Class net.sf.saxon.expr.MinimaxComparison implements Serializable

Class net.sf.saxon.expr.ParentNodeExpression implements Serializable

Class net.sf.saxon.expr.PathExpression implements Serializable

Serialized Fields

start

Expression start

step

Expression step

Class net.sf.saxon.expr.PositionRange implements Serializable

Serialized Fields

minPosition

int minPosition

maxPosition

int maxPosition

Class net.sf.saxon.expr.RangeExpression implements Serializable

Class net.sf.saxon.expr.RoleLocator implements Serializable

Serialized Fields

kind

int kind

container

java.lang.String container

operand

int operand

Class net.sf.saxon.expr.RootExpression implements Serializable

Class net.sf.saxon.expr.SingleNodeExpression implements Serializable

Class net.sf.saxon.expr.SingletonComparison implements Serializable

Serialized Fields

comparer

AtomicComparer comparer

backwardsCompatible

boolean backwardsCompatible

Class net.sf.saxon.expr.SuppliedParameterReference implements Serializable

Serialized Fields

slotNumber

int slotNumber

Class net.sf.saxon.expr.TailExpression implements Serializable

Serialized Fields

base

Expression base

start

int start

Class net.sf.saxon.expr.TypeExpression implements Serializable

Serialized Fields

source

Expression source

Class net.sf.saxon.expr.UntypedAtomicConverter implements Serializable

Serialized Fields

sequence

Expression sequence

requiredItemType

AtomicType requiredItemType

Class net.sf.saxon.expr.UserFunctionCall implements Serializable

Serialized Fields

staticType

SequenceType staticType

function

CallableFunction function

fingerprint

int fingerprint

tailRecursive

boolean tailRecursive

Class net.sf.saxon.expr.ValueComparison implements Serializable

Serialized Fields

comparer

AtomicComparer comparer

Class net.sf.saxon.expr.VariableReference implements Serializable

Serialized Fields

binding

Binding binding

staticType

SequenceType staticType

constantValue

Value constantValue

Class net.sf.saxon.expr.VennExpression implements Serializable


Package net.sf.saxon.functions

Class net.sf.saxon.functions.Adjust implements Serializable

Class net.sf.saxon.functions.Aggregate implements Serializable

Class net.sf.saxon.functions.Available implements Serializable

Class net.sf.saxon.functions.BaseURI implements Serializable

Class net.sf.saxon.functions.BooleanFn implements Serializable

Class net.sf.saxon.functions.CollatingFunction implements Serializable

Class net.sf.saxon.functions.Collection implements Serializable

Serialized Fields

expressionBaseURI

java.lang.String expressionBaseURI

Class net.sf.saxon.functions.Compare implements Serializable

Class net.sf.saxon.functions.CompileTimeFunction implements Serializable

Class net.sf.saxon.functions.Component implements Serializable

Serialized Fields

component

int component

Class net.sf.saxon.functions.Concat implements Serializable

Class net.sf.saxon.functions.Contains implements Serializable

Class net.sf.saxon.functions.Current implements Serializable

Class net.sf.saxon.functions.CurrentDateTime implements Serializable

Class net.sf.saxon.functions.CurrentGroup implements Serializable

Class net.sf.saxon.functions.Data implements Serializable

Class net.sf.saxon.functions.DeepEqual implements Serializable

Class net.sf.saxon.functions.DefaultCollation implements Serializable

Class net.sf.saxon.functions.DistinctValues implements Serializable

Class net.sf.saxon.functions.Doc implements Serializable

Serialized Fields

expressionBaseURI

java.lang.String expressionBaseURI

Class net.sf.saxon.functions.Document implements Serializable

Serialized Fields

expressionBaseURI

java.lang.String expressionBaseURI

Class net.sf.saxon.functions.Error implements Serializable

Class net.sf.saxon.functions.EscapeURI implements Serializable

Class net.sf.saxon.functions.Evaluate implements Serializable

Serialized Fields

staticContext

StandaloneContext staticContext

Class net.sf.saxon.functions.Existence implements Serializable

Class net.sf.saxon.functions.ForceCase implements Serializable

Class net.sf.saxon.functions.FormatDate implements Serializable

Class net.sf.saxon.functions.FormatNumber implements Serializable

Serialized Fields

decimalFormat

java.text.DecimalFormat decimalFormat

previousFormat

java.lang.String previousFormat

previousDFS

java.text.DecimalFormatSymbols previousDFS

nsContext

NamespaceResolver nsContext

dfURI

java.lang.String dfURI

dfLocalName

java.lang.String dfLocalName

Class net.sf.saxon.functions.FormatNumber2 implements Serializable

Serialized Fields

nsContext

NamespaceResolver nsContext

decimalFormatSymbols

java.text.DecimalFormatSymbols decimalFormatSymbols

subPictures

net.sf.saxon.functions.FormatNumber2.SubPicture[] subPictures

requireFixup

boolean requireFixup

Class net.sf.saxon.functions.Id implements Serializable

Serialized Fields

isSingletonId

boolean isSingletonId

Class net.sf.saxon.functions.Idref implements Serializable

Class net.sf.saxon.functions.IndexOf implements Serializable

Class net.sf.saxon.functions.InScopeNamespaces implements Serializable

Class net.sf.saxon.functions.Insert implements Serializable

Class net.sf.saxon.functions.Key implements Serializable

Serialized Fields

nsContext

NamespaceResolver nsContext

keyFingerprint

int keyFingerprint

Class net.sf.saxon.functions.Lang implements Serializable

Class net.sf.saxon.functions.Last implements Serializable

Class net.sf.saxon.functions.Matches implements Serializable

Serialized Fields

regexp

java.util.regex.Pattern regexp

Class net.sf.saxon.functions.Minimax implements Serializable

Class net.sf.saxon.functions.NamePart implements Serializable

Class net.sf.saxon.functions.NamespaceForPrefix implements Serializable

Class net.sf.saxon.functions.NormalizeSpace implements Serializable

Class net.sf.saxon.functions.NumberFn implements Serializable

Class net.sf.saxon.functions.Parse implements Serializable

Serialized Fields

baseURI

java.lang.String baseURI

Class net.sf.saxon.functions.Position implements Serializable

Class net.sf.saxon.functions.QNameFn implements Serializable

Class net.sf.saxon.functions.RegexGroup implements Serializable

Class net.sf.saxon.functions.Remove implements Serializable

Class net.sf.saxon.functions.Replace implements Serializable

Serialized Fields

regexp

java.util.regex.Pattern regexp

Class net.sf.saxon.functions.ResolveQName implements Serializable

Class net.sf.saxon.functions.ResolveURI implements Serializable

Serialized Fields

expressionBaseURI

java.lang.String expressionBaseURI

Class net.sf.saxon.functions.Reverse implements Serializable

Class net.sf.saxon.functions.Root implements Serializable

Class net.sf.saxon.functions.Rounding implements Serializable

Class net.sf.saxon.functions.Serialize implements Serializable

Serialized Fields

outputProperties

java.util.Properties outputProperties

Class net.sf.saxon.functions.StandardFunction.Entry implements Serializable

Serialized Fields

name

java.lang.String name

implementationClass

java.lang.Class implementationClass

opcode

int opcode

minArguments

int minArguments

maxArguments

int maxArguments

itemType

ItemType itemType

cardinality

int cardinality

argumentTypes

SequenceType[] argumentTypes

Class net.sf.saxon.functions.StringFn implements Serializable

Class net.sf.saxon.functions.StringJoin implements Serializable

Class net.sf.saxon.functions.StringLength implements Serializable

Serialized Fields

shortcut

boolean shortcut

Class net.sf.saxon.functions.Subsequence implements Serializable

Class net.sf.saxon.functions.Substring implements Serializable

Class net.sf.saxon.functions.SystemFunction implements Serializable

Serialized Fields

details

StandardFunction.Entry details

operation

int operation

Class net.sf.saxon.functions.SystemProperty implements Serializable

Serialized Fields

nsContext

NamespaceResolver nsContext

Class net.sf.saxon.functions.Tokenize implements Serializable

Serialized Fields

regexp

java.util.regex.Pattern regexp

Class net.sf.saxon.functions.Trace implements Serializable

Class net.sf.saxon.functions.Translate implements Serializable

Class net.sf.saxon.functions.TreatFn implements Serializable

Class net.sf.saxon.functions.Unicode implements Serializable

Class net.sf.saxon.functions.Unordered implements Serializable

Class net.sf.saxon.functions.UnparsedEntity implements Serializable

Class net.sf.saxon.functions.UnparsedText implements Serializable

Serialized Fields

expressionBaseURI

java.lang.String expressionBaseURI


Package net.sf.saxon.instruct

Class net.sf.saxon.instruct.AnalyzeString implements Serializable

Serialized Fields

select

Expression select

regex

Expression regex

flags

Expression flags

matching

Block matching

nonMatching

Block nonMatching

pattern

java.util.regex.Pattern pattern

Class net.sf.saxon.instruct.ApplyImports implements Serializable

Serialized Fields

actualParams

WithParam[] actualParams

tunnelParams

WithParam[] tunnelParams

Class net.sf.saxon.instruct.ApplyTemplates implements Serializable

Serialized Fields

select

Expression select

actualParams

WithParam[] actualParams

tunnelParams

WithParam[] tunnelParams

useCurrentMode

boolean useCurrentMode

useTailRecursion

boolean useTailRecursion

mode

Mode mode

Class net.sf.saxon.instruct.Assign implements Serializable

Serialized Fields

binding

DefiningVariable binding

Class net.sf.saxon.instruct.Attribute implements Serializable

Serialized Fields

attributeName

Expression attributeName

namespace

Expression namespace

nsContext

NamespaceResolver nsContext

schemaType

SimpleType schemaType

annotation

int annotation

validationAction

int validationAction

options

int options

Class net.sf.saxon.instruct.Block implements Serializable

Serialized Fields

instructionName

byte instructionName

Class net.sf.saxon.instruct.CallTemplate implements Serializable

Serialized Fields

template

Template template

actualParams

WithParam[] actualParams

tunnelParams

WithParam[] tunnelParams

useTailRecursion

boolean useTailRecursion

calledTemplateExpression

Expression calledTemplateExpression

nsContext

NamespaceResolver nsContext

Class net.sf.saxon.instruct.Choose implements Serializable

Serialized Fields

conditions

Expression[] conditions

actions

Instruction[] actions

Class net.sf.saxon.instruct.Comment implements Serializable

Class net.sf.saxon.instruct.Copy implements Serializable

Serialized Fields

copyNamespaces

boolean copyNamespaces

Class net.sf.saxon.instruct.CopyOf implements Serializable

Serialized Fields

select

Expression select

copyNamespaces

boolean copyNamespaces

validation

int validation

schemaType

SchemaType schemaType

validationContext

ValidationContext validationContext

requireDocumentOrElement

boolean requireDocumentOrElement

Class net.sf.saxon.instruct.DeferredError implements Serializable

Serialized Fields

error

javax.xml.transform.TransformerException error

instructionName

java.lang.String instructionName

Class net.sf.saxon.instruct.DefiningVariable implements Serializable

Serialized Fields

slotNumber

int slotNumber

requiredType

SequenceType requiredType

variableName

java.lang.String variableName

Class net.sf.saxon.instruct.Doctype implements Serializable

Class net.sf.saxon.instruct.DocumentInstr implements Serializable

Serialized Fields

textOnly

boolean textOnly

constantText

java.lang.String constantText

baseURI

java.lang.String baseURI

validationAction

int validationAction

schemaType

SchemaType schemaType

Class net.sf.saxon.instruct.DummyNamespaceResolver implements Serializable

Class net.sf.saxon.instruct.Element implements Serializable

Serialized Fields

elementName

Expression elementName

namespace

Expression namespace

nsContext

NamespaceResolver nsContext

Class net.sf.saxon.instruct.ElementCreator implements Serializable

Serialized Fields

useAttributeSets

AttributeSet[] useAttributeSets

schemaType

SchemaType schemaType

validation

int validation

validationContext

ValidationContext validationContext

Class net.sf.saxon.instruct.Executable implements Serializable

Serialized Fields

config

Configuration config

stripperRules

Mode stripperRules

stripsWhitespace

boolean stripsWhitespace

ruleManager

RuleManager ruleManager

keyManager

KeyManager keyManager

decimalFormatManager

DecimalFormatManager decimalFormatManager

numberOfVariables

int numberOfVariables

defaultCollationName

java.lang.String defaultCollationName

defaultOutputProperties

java.util.Properties defaultOutputProperties

namedTemplateTable

java.util.HashMap namedTemplateTable

largestStackFrame

int largestStackFrame

collationTable

java.util.HashMap collationTable

moduleArray

java.lang.String[] moduleArray

characterMapIndex

java.util.HashMap characterMapIndex

Class net.sf.saxon.instruct.ExprInstruction implements Serializable

Class net.sf.saxon.instruct.FixedAttribute implements Serializable

Serialized Fields

nameCode

int nameCode

schemaType

SimpleType schemaType

annotation

int annotation

options

int options

validationAction

int validationAction

Class net.sf.saxon.instruct.FixedElement implements Serializable

Serialized Fields

nameCode

int nameCode

namespaceCodes

int[] namespaceCodes

Class net.sf.saxon.instruct.ForEach implements Serializable

Serialized Fields

select

Expression select

Class net.sf.saxon.instruct.ForEachGroup implements Serializable

Serialized Fields

select

Expression select

algorithm

byte algorithm

key

java.lang.Object key

collator

java.text.Collator collator

sortKeys

SortKeyDefinition[] sortKeys

Class net.sf.saxon.instruct.FunctionInstr implements Serializable

Serialized Fields

body

SequenceInstruction body

baseURI

java.lang.String baseURI

displayName

java.lang.String displayName

memoFunction

boolean memoFunction

lineNumber

int lineNumber

Class net.sf.saxon.instruct.GeneralVariable implements Serializable

Serialized Fields

properties

byte properties

select

Expression select

requiredType

SequenceType requiredType

variableFingerprint

int variableFingerprint

Class net.sf.saxon.instruct.Instruction implements Serializable

Serialized Fields

children

Instr[] children

executable

Executable executable

sourceLocation

int sourceLocation

Class net.sf.saxon.instruct.Message implements Serializable

Serialized Fields

terminate

Expression terminate

select

Expression select

Class net.sf.saxon.instruct.Namespace implements Serializable

Serialized Fields

name

Expression name

Class net.sf.saxon.instruct.NamespaceContext implements Serializable

Serialized Fields

namespaceCodes

int[] namespaceCodes

namePool

NamePool namePool

Class net.sf.saxon.instruct.NextMatch implements Serializable

Serialized Fields

actualParams

WithParam[] actualParams

tunnelParams

WithParam[] tunnelParams

Class net.sf.saxon.instruct.NumberInstruction implements Serializable

Serialized Fields

level

int level

count

Pattern count

from

Pattern from

select

Expression select

value

Expression value

format

Expression format

groupSize

Expression groupSize

groupSeparator

Expression groupSeparator

letterValue

Expression letterValue

ordinal

Expression ordinal

lang

Expression lang

formatter

NumberFormatter formatter

numberer

Numberer numberer

hasVariablesInPatterns

boolean hasVariablesInPatterns

Class net.sf.saxon.instruct.Param implements Serializable

Serialized Fields

conversion

Expression conversion

Class net.sf.saxon.instruct.ProcessingInstruction implements Serializable

Serialized Fields

name

Expression name

Class net.sf.saxon.instruct.ResultDocument implements Serializable

Serialized Fields

href

Expression href

outputProperties

java.util.Properties outputProperties

baseURI

java.lang.String baseURI

validationAction

int validationAction

schemaType

SchemaType schemaType

Class net.sf.saxon.instruct.Sequence implements Serializable

Serialized Fields

select

Expression select

requiredType

SequenceType requiredType

Class net.sf.saxon.instruct.SequenceInstruction implements Serializable

Serialized Fields

select

Expression select

requiredType

SequenceType requiredType

closeTextNode

boolean closeTextNode

Class net.sf.saxon.instruct.SimpleNodeConstructor implements Serializable

Serialized Fields

select

Expression select

separator

Expression separator

Class net.sf.saxon.instruct.SkipInstructionException implements Serializable

Class net.sf.saxon.instruct.Template implements Serializable

Serialized Fields

body

SequenceInstruction body

precedence

int precedence

minImportPrecedence

int minImportPrecedence

needsStackFrame

boolean needsStackFrame

systemId

java.lang.String systemId

lineNumber

int lineNumber

details

InstructionDetails details

Class net.sf.saxon.instruct.TerminationException implements Serializable

Class net.sf.saxon.instruct.Text implements Serializable

Serialized Fields

options

int options

Class net.sf.saxon.instruct.TraceInstruction implements Serializable

Serialized Fields

additionalProperties

java.util.HashMap additionalProperties
A set of property name/value pairs to be added to the information supplied to the TraceListener

Class net.sf.saxon.instruct.UserFunction implements Serializable

Serialized Fields

body

Expression body

functionName

java.lang.String functionName

systemId

java.lang.String systemId

memoFunction

boolean memoFunction

lineNumber

int lineNumber

Class net.sf.saxon.instruct.UserFunctionParameter implements Serializable

Serialized Fields

requiredType

SequenceType requiredType

variableName

java.lang.String variableName

slotNumber

int slotNumber

Class net.sf.saxon.instruct.ValueOf implements Serializable

Serialized Fields

options

int options

Class net.sf.saxon.instruct.Variable implements Serializable

Class net.sf.saxon.instruct.While implements Serializable

Serialized Fields

test

Expression test

Class net.sf.saxon.instruct.WithParam implements Serializable


Package net.sf.saxon.number

Class net.sf.saxon.number.Numberer_de implements Serializable

Class net.sf.saxon.number.Numberer_en implements Serializable

Class net.sf.saxon.number.NumberFormatter implements Serializable

Serialized Fields

formatTokens

java.util.ArrayList formatTokens

separators

java.util.ArrayList separators

startsWithSeparator

boolean startsWithSeparator


Package net.sf.saxon.om

Class net.sf.saxon.om.NamePool implements Serializable

Serialized Fields

numberOfDocuments

int numberOfDocuments

hashslots

net.sf.saxon.om.NamePool.NameEntry[] hashslots

prefixes

java.lang.String[] prefixes

prefixesUsed

short prefixesUsed

uris

java.lang.String[] uris

prefixesForUri

java.lang.String[] prefixesForUri

urisUsed

short urisUsed

Class net.sf.saxon.om.NamePool.NamePoolLimitException implements Serializable

Class net.sf.saxon.om.NamespaceException implements Serializable

Serialized Fields

prefix

java.lang.String prefix

Class net.sf.saxon.om.QNameException implements Serializable

Serialized Fields

message

java.lang.String message


Package net.sf.saxon.pattern

Class net.sf.saxon.pattern.AnyChildNodePattern implements Serializable

Class net.sf.saxon.pattern.AnyNodeTest implements Serializable

Class net.sf.saxon.pattern.CombinedNodeTest implements Serializable

Serialized Fields

nodetest1

NodeTest nodetest1

nodetest2

NodeTest nodetest2

operator

int operator

Class net.sf.saxon.pattern.ContentTypeTest implements Serializable

Serialized Fields

kind

int kind

requiredType

int requiredType

config

Configuration config

Class net.sf.saxon.pattern.DocumentNodeTest implements Serializable

Serialized Fields

elementTest

NodeTest elementTest

Class net.sf.saxon.pattern.IDPattern implements Serializable

Serialized Fields

idExpression

Expression idExpression

Class net.sf.saxon.pattern.KeyPattern implements Serializable

Serialized Fields

keyfingerprint

int keyfingerprint

keyexp

Expression keyexp

Class net.sf.saxon.pattern.LocalNameTest implements Serializable

Serialized Fields

namePool

NamePool namePool

type

int type

localName

java.lang.String localName

Class net.sf.saxon.pattern.LocationPathPattern implements Serializable

Serialized Fields

parentPattern

Pattern parentPattern

ancestorPattern

Pattern ancestorPattern

nodeTest

NodeTest nodeTest

filters

Expression[] filters

numberOfFilters

int numberOfFilters

equivalentExpr

Expression equivalentExpr

firstElementPattern

boolean firstElementPattern

lastElementPattern

boolean lastElementPattern

specialFilter

boolean specialFilter

usesCurrent

boolean usesCurrent

Class net.sf.saxon.pattern.NamespaceTest implements Serializable

Serialized Fields

namePool

NamePool namePool

type

int type

uriCode

short uriCode

Class net.sf.saxon.pattern.NameTest implements Serializable

Serialized Fields

nodeType

int nodeType

fingerprint

int fingerprint

Class net.sf.saxon.pattern.NodeKindTest implements Serializable

Serialized Fields

kind

int kind

Class net.sf.saxon.pattern.NodeTest implements Serializable

Class net.sf.saxon.pattern.NoNodeTest implements Serializable

Class net.sf.saxon.pattern.Pattern implements Serializable

Serialized Fields

originalText

java.lang.String originalText

systemId

java.lang.String systemId

lineNumber

int lineNumber

Class net.sf.saxon.pattern.SubstitutionGroupTest implements Serializable

Serialized Fields

group

java.util.Set group

Class net.sf.saxon.pattern.UnionPattern implements Serializable

Serialized Fields

p1

Pattern p1

p2

Pattern p2

nodeType

int nodeType


Package net.sf.saxon.sort

Class net.sf.saxon.sort.AtomicComparer implements Serializable

Serialized Fields

collator

java.util.Comparator collator

Class net.sf.saxon.sort.AtomicSortComparer implements Serializable

Serialized Fields

collator

java.util.Comparator collator

Class net.sf.saxon.sort.CodepointCollator implements Serializable

Class net.sf.saxon.sort.DescendingComparer implements Serializable

Serialized Fields

baseComparer

java.util.Comparator baseComparer

Class net.sf.saxon.sort.DocumentSorter implements Serializable

Serialized Fields

base

Expression base

comparer

NodeOrderComparer comparer

Class net.sf.saxon.sort.FixedSortKeyDefinition implements Serializable

Class net.sf.saxon.sort.GlobalOrderComparer implements Serializable

Class net.sf.saxon.sort.LocalOrderComparer implements Serializable

Class net.sf.saxon.sort.LowercaseFirstComparer implements Serializable

Serialized Fields

baseCollator

java.text.Collator baseCollator

Class net.sf.saxon.sort.NumericComparer implements Serializable

Class net.sf.saxon.sort.Reverser implements Serializable

Serialized Fields

base

Expression base

Class net.sf.saxon.sort.SortExpression implements Serializable

Serialized Fields

select

Expression select

sortKeys

SortKeyDefinition[] sortKeys

fixedSortKeys

FixedSortKeyDefinition[] fixedSortKeys

Class net.sf.saxon.sort.SortKeyDefinition implements Serializable

Serialized Fields

sortKey

Expression sortKey

order

Expression order

dataTypeExpression

Expression dataTypeExpression

caseOrder

Expression caseOrder

language

Expression language

collation

java.util.Comparator collation

emptyFirst

boolean emptyFirst

Class net.sf.saxon.sort.TextComparer implements Serializable

Serialized Fields

collator

java.util.Comparator collator

Class net.sf.saxon.sort.TupleExpression implements Serializable

Serialized Fields

components

Expression[] components

Class net.sf.saxon.sort.TupleSorter implements Serializable

Serialized Fields

base

Expression base

sortKeys

FixedSortKeyDefinition[] sortKeys

Class net.sf.saxon.sort.UppercaseFirstComparer implements Serializable

Serialized Fields

baseCollator

java.text.Collator baseCollator


Package net.sf.saxon.sql

Class net.sf.saxon.sql.SQLColumn.ColumnInstruction implements Serializable


Package net.sf.saxon.trans

Class net.sf.saxon.trans.DecimalFormatManager implements Serializable

Serialized Fields

defaultDFS

java.text.DecimalFormatSymbols defaultDFS

formatTable

java.util.HashMap formatTable

usingOriginalDefault

boolean usingOriginalDefault

Class net.sf.saxon.trans.KeyDefinition implements Serializable

Serialized Fields

match

Pattern match

use

Expression use

collation

java.text.Collator collation

collationName

java.lang.String collationName

Class net.sf.saxon.trans.KeyManager implements Serializable

Serialized Fields

keyList

java.util.HashMap keyList

Class net.sf.saxon.trans.Mode implements Serializable

Serialized Fields

ruleDict

net.sf.saxon.trans.Mode.Rule[] ruleDict

modeName

java.lang.String modeName

sequence

int sequence

Class net.sf.saxon.trans.RuleManager implements Serializable

Serialized Fields

defaultMode

Mode defaultMode

modes

java.util.HashMap modes

omniMode

Mode omniMode


Package net.sf.saxon.tree

Class net.sf.saxon.tree.DOMExceptionImpl implements Serializable

Serialized Fields

code

short code


Package net.sf.saxon.type

Class net.sf.saxon.type.AnyItemType implements Serializable

Class net.sf.saxon.type.AnyType implements Serializable

Class net.sf.saxon.type.AtomicType implements Serializable

Serialized Fields

builtIn

boolean builtIn

Class net.sf.saxon.type.BuiltInSchemaFactory implements Serializable

Class net.sf.saxon.type.ExternalObjectType implements Serializable

Serialized Fields

javaClass

java.lang.Class javaClass

Class net.sf.saxon.type.Facet implements Serializable

Serialized Fields

name

java.lang.String name
The name of this Facet


value

java.lang.String value
The value of this facet as a string


fixed

boolean fixed
Flag to indicate that the facet is fixed (cannot be overridden in a subtype)

Class net.sf.saxon.type.GlobalValidationContext implements Serializable

Class net.sf.saxon.type.ListType implements Serializable

Serialized Fields

itemType

SimpleType itemType
The SimpleType of the items in the list.

Class net.sf.saxon.type.RegexTranslator.RegexSyntaxException implements Serializable

Serialized Fields

position

int position

Class net.sf.saxon.type.SchemaException implements Serializable

Class net.sf.saxon.type.SchemaType implements Serializable

Serialized Fields

finalProhibitions

int finalProhibitions
Flags used to implement the "final" and "block" attributes


localName

java.lang.String localName
The local name of this schema type


baseTypeFingerprint

int baseTypeFingerprint
The NamePool fingerprint of the name of the base type. Used for resolving forwards references.


baseType

SchemaType baseType
The base schema type


containingDeclarationName

int containingDeclarationName
The fingerprint of the element or attribute declaration containing this anonymous type definition


containingDeclarationIsElement

boolean containingDeclarationIsElement
Flag to indicate whether the containing declaration of an anonymous type is an element or attribute


namePool

NamePool namePool
The name pool containing this type


derivation

int derivation
The derivation method (if any), for example DERIVED_BY_RESTRICTION


fingerprint

int fingerprint
The fingerprint of this type in the Saxon NamePool


systemId

java.lang.String systemId
Loctation information


lineNumber

int lineNumber

validationPhase

int validationPhase
Flag used to check for cycles during validation

Class net.sf.saxon.type.SimpleType implements Serializable

Serialized Fields

facets

FacetCollection facets
The constraining facets of this type

Class net.sf.saxon.type.Type implements Serializable

Class net.sf.saxon.type.ValidationException implements Serializable

Serialized Fields

systemId

java.lang.String systemId

publicId

java.lang.String publicId

lineNumber

int lineNumber

columnNumber

int columnNumber


Package net.sf.saxon.value

Class net.sf.saxon.value.AnyURIValue implements Serializable

Serialized Fields

value

java.lang.String value

Class net.sf.saxon.value.AtomicValue implements Serializable

Class net.sf.saxon.value.Base64BinaryValue implements Serializable

Serialized Fields

binaryValue

byte[] binaryValue

Class net.sf.saxon.value.BigIntegerValue implements Serializable

Serialized Fields

value

java.math.BigInteger value

Class net.sf.saxon.value.BooleanValue implements Serializable

Serialized Fields

value

boolean value

Class net.sf.saxon.value.CalendarValue implements Serializable

Serialized Fields

calendar

java.util.GregorianCalendar calendar

zoneSpecified

boolean zoneSpecified

Class net.sf.saxon.value.Closure implements Serializable

Serialized Fields

expression

Expression expression

savedXPathContext

XPathContext savedXPathContext

reservoir

java.util.ArrayList reservoir

state

int state

depth

int depth

inputIterator

SequenceIterator inputIterator

Class net.sf.saxon.value.DateTimeValue implements Serializable

Serialized Fields

UTCDate

java.util.Date UTCDate

Class net.sf.saxon.value.DateValue implements Serializable

Serialized Fields

tzOffset

int tzOffset

UTCDate

java.util.Date UTCDate

Class net.sf.saxon.value.DecimalValue implements Serializable

Serialized Fields

value

java.math.BigDecimal value

Class net.sf.saxon.value.DerivedAtomicValue implements Serializable

Serialized Fields

primitiveValue

AtomicValue primitiveValue

typeLabel

AtomicType typeLabel

Class net.sf.saxon.value.DoubleValue implements Serializable

Serialized Fields

value

double value

Class net.sf.saxon.value.DurationValue implements Serializable

Serialized Fields

negative

boolean negative

years

int years

months

int months

days

int days

hours

int hours

minutes

int minutes

seconds

int seconds

milliseconds

int milliseconds

Class net.sf.saxon.value.EmptySequence implements Serializable

Class net.sf.saxon.value.FloatValue implements Serializable

Serialized Fields

value

float value

Class net.sf.saxon.value.GDayValue implements Serializable

Class net.sf.saxon.value.GMonthDayValue implements Serializable

Class net.sf.saxon.value.GMonthValue implements Serializable

Class net.sf.saxon.value.GYearMonthValue implements Serializable

Class net.sf.saxon.value.GYearValue implements Serializable

Class net.sf.saxon.value.HexBinaryValue implements Serializable

Serialized Fields

binaryValue

byte[] binaryValue

Class net.sf.saxon.value.IntegerValue implements Serializable

Serialized Fields

value

long value

type

ItemType type

Class net.sf.saxon.value.MonthDurationValue implements Serializable

Class net.sf.saxon.value.NumericValue implements Serializable

Class net.sf.saxon.value.ObjectValue implements Serializable

Serialized Fields

value

java.lang.Object value

Class net.sf.saxon.value.QNameValue implements Serializable

Serialized Fields

uri

java.lang.String uri

localName

java.lang.String localName

Class net.sf.saxon.value.RestrictedStringValue implements Serializable

Serialized Fields

type

int type

Class net.sf.saxon.value.SecondsDurationValue implements Serializable

Class net.sf.saxon.value.SequenceExtent implements Serializable

Serialized Fields

value

Item[] value

start

int start

end

int end

itemType

ItemType itemType

Class net.sf.saxon.value.SequenceIntent implements Serializable

Serialized Fields

iterator

SequenceIterator iterator

extent

SequenceExtent extent

useCount

int useCount

Class net.sf.saxon.value.SequenceType implements Serializable

Serialized Fields

primaryType

ItemType primaryType

cardinality

int cardinality

Class net.sf.saxon.value.SequenceValue implements Serializable

Class net.sf.saxon.value.SingletonNode implements Serializable

Serialized Fields

node

NodeInfo node

Class net.sf.saxon.value.StringValue implements Serializable

Serialized Fields

value

java.lang.CharSequence value

length

int length

Class net.sf.saxon.value.TimeValue implements Serializable

Class net.sf.saxon.value.UntypedAtomicValue implements Serializable

Serialized Fields

doubleValue

DoubleValue doubleValue

Class net.sf.saxon.value.Value implements Serializable


Package net.sf.saxon.xpath

Class net.sf.saxon.xpath.XPathException implements Serializable

Class net.sf.saxon.xpath.XPathException.Circularity implements Serializable

Class net.sf.saxon.xpath.XPathException.Dynamic implements Serializable

Class net.sf.saxon.xpath.XPathException.Static implements Serializable

Class net.sf.saxon.xpath.XPathException.Type implements Serializable


Package com.saxonica.schema

Class com.saxonica.schema.AbstractParticle implements Serializable

Serialized Fields

_maxOccurs

int _maxOccurs
The maximum occurrence


_minOccurs

int _minOccurs
The minimum occurrence

Class com.saxonica.schema.AllCompositor implements Serializable

Class com.saxonica.schema.AttributeDecl implements Serializable

Serialized Fields

form

java.lang.String form
The default namespace form for this AttributeDecl (optional). Held as a string, "qualified" or "unqualified".


id

java.lang.String id
The id for this AttributeDecl


name

java.lang.String name
The name of attributes defined by this AttributeDecl


fingerprint

int fingerprint
The Saxon name fingerprint of the attribute name


schema

Schema schema
The Schema to which this AttributeDecl belongs


simpleType

SimpleType simpleType
The simple type for this AttributeDecl.


useFlag

short useFlag
The current value of the 'use' property. The value is OPTIONAL by default.


fixed

Value fixed
The fixed value for attribute instances of this attribute declaration. This is initially set to a string value; subsequently, when the type of the attribute is known, this is replaced by the correctly typed value.


defaultValue

java.lang.String defaultValue
The default value for attribute instances of this attribute declaration.


attributeRef

java.lang.String attributeRef
If this is a "ref" attribute, a reference to the named attribute declaration that it refers to.


typeFingerprint

int typeFingerprint
The fingerprint of the name of the type of the element. Used when the actual type object is not yet available.

Class com.saxonica.schema.AttributeGroup implements Serializable

Serialized Fields

fingerprint

int fingerprint
The fingerprint of the attribute group mame


schema

Schema schema
The schema to which the attribute group belongs. May be null.


_id

java.lang.String _id
The id of this AttributeGroup


declaredAttributes

java.util.HashMap declaredAttributes
A HashMap containing all the attributes in this attribute group, expanded recursively. The key is the integer fingerprint of the attribute name, the value is the attribute declaration. The map is set up when first requested.

Class com.saxonica.schema.AttributeGroupDecl implements Serializable

Serialized Fields

_name

java.lang.String _name
The name of this AttributeGroup


validationPhase

int validationPhase

attributes

java.util.List attributes
The collection of attributes for this AttributeGroup


references

java.util.List references
The collection of AttributeGroup References for this AttributeGroup


anyAttribute

AttributeWildcard anyAttribute
the anyAttribute wildcard, if any


redefinedAttributeGroup

AttributeGroupDecl redefinedAttributeGroup
the AttributeGroup (of the same name) that this attribute group redefines, via xs:redefine

Class com.saxonica.schema.AttributeGroupReference implements Serializable

Class com.saxonica.schema.AttributeWildcard implements Serializable

Serialized Fields

inexpressible

boolean inexpressible

Class com.saxonica.schema.ChoiceCompositor implements Serializable

Class com.saxonica.schema.Compositor implements Serializable

Serialized Fields

_id

java.lang.String _id

contentModel

java.util.List contentModel

Class com.saxonica.schema.DigitsFacet implements Serializable

Serialized Fields

facet

int facet
Which facet is this?


requiredValue

int requiredValue
The numeric value of the facet

Class com.saxonica.schema.ElementDecl implements Serializable

Serialized Fields

block

int block
The block attribute for this element definition.


constraints

java.util.List constraints
Collection of Identity Constraints


defaultValue

java.lang.String defaultValue
The default value for this element definition.


elementRef

java.lang.String elementRef
A reference to a top-level element declaration


finalProhibitions

int finalProhibitions
The 'final' value for this element definition: that is, the set of derivations that are not permitted, as a bit-significant integer.


fixed

java.lang.String fixed
The 'fixed' value for this element definition. Only used for simpleContent or emptiable mixed content.


form

java.lang.String form
The form type for this element definition, as a string. Specifies whether names should be qualified or unqualified. Uses the default Form from the parent Schema if unspecified.


id

java.lang.String id
The unique ID for this element definition (that is, the 'id' attribute) if present.


isAbstract

boolean isAbstract
Flag indicating whether or not this element declaration is abstract


localName

java.lang.String localName
The local part of the element name


fingerprint

int fingerprint
The fingerprint of the element name in the namePool


nillable

boolean nillable
Flag indicating whether or not the element value may specify xsi:nil='true'.


schema

Schema schema
The containing schema that this element declaration belongs to


substitutionGroupHead

int substitutionGroupHead
The name of the head of the substitutionGroup for this element definition.


substitutionGroupMembers

java.util.Set substitutionGroupMembers
The elements that are known to be members of the substitution group of this element. This is the transitive closure of the tree. The set holds the actual element declarations


schemaType

SchemaType schemaType
The SchemaType for this element declaration. This is null if the element declaration specifies no constraints, e.g. . It is also null temporarily if the type is a forwards-reference


typeFingerprint

int typeFingerprint
The fingerprint of the name of the type of the element. Used when the actual type object is not yet available.


complexTypesUsingThisElement

java.util.HashSet complexTypesUsingThisElement
The list of complex types in which this element declaration appears as a particle. These complex types must all be recompiled if additional members are added to the substitution group of this element declaration.

Class com.saxonica.schema.ElementWildcard implements Serializable

Serialized Fields

minOccurs

int minOccurs

maxOccurs

int maxOccurs

Class com.saxonica.schema.EnumerationFacet implements Serializable

Serialized Fields

namespaceContext

NamespaceResolver namespaceContext
The enumeration value may be a QName. But we don't necessarily know this at the time we encounter it. So we have to keep the namespace context just in case its a QName.

Class com.saxonica.schema.EnumerationFacetSet implements Serializable

Serialized Fields

allowedValues

java.util.HashSet allowedValues
The set of allowed values. The members are all instances of AtomicValue, and they all belong to built-in primitive types.

Class com.saxonica.schema.Group implements Serializable

Serialized Fields

name

java.lang.String name
The name of this group


isReference

boolean isReference
indicates whether this group is a reference


fingerprint

int fingerprint
The fingerprint of the name of the group


schema

Schema schema
The schema that contains this model group

Class com.saxonica.schema.IdentityConstraint implements Serializable

Serialized Fields

_id

java.lang.String _id
Identity Constraint id


_name

java.lang.String _name
Identity Constraint name


_selector

IdentitySelector _selector
Identity Constraint Selector


fields

java.util.List fields
The fields of this Identity Constraint


fingerprint

int fingerprint
The fingerprint of the name of this identity constraint


schema

Schema schema
The schema to which this identity constraint belongs

Class com.saxonica.schema.IdentityField implements Serializable

Serialized Fields

id

java.lang.String id
Identity Field id (optional)


xpath

java.lang.String xpath
XPath expression for field nodes (required)


selection

Selection selection
The compiled XPath expression

Class com.saxonica.schema.IdentitySelector implements Serializable

Serialized Fields

id

java.lang.String id
Identity Selector id (optional)


xpath

java.lang.String xpath
Source XPath expression for selector nodes (required)


selection

Selection selection
Compiled XPath expression

Class com.saxonica.schema.Key implements Serializable

Class com.saxonica.schema.KeyRef implements Serializable

Serialized Fields

referFingerprint

int referFingerprint
The refer for the KeyRef (the fingeprint of the name of the key being refered to).

Class com.saxonica.schema.LengthFacet implements Serializable

Serialized Fields

requiredLength

int requiredLength

Class com.saxonica.schema.MaxLengthFacet implements Serializable

Class com.saxonica.schema.MinLengthFacet implements Serializable

Class com.saxonica.schema.PatternFacet implements Serializable

Serialized Fields

requiredValue

StringValue requiredValue

regex

java.util.regex.Pattern regex

Class com.saxonica.schema.Schema implements Serializable

Serialized Fields

config

SchemaAwareConfiguration config
The system configuration


superSchema

SuperSchema superSchema
The superschema holding all names


attributeFormDefault

java.lang.String attributeFormDefault
The attributeFormDefault property


attributes

java.util.HashMap attributes
The global attribute declarations for this Schema, indexed by their local name


blockDefault

int blockDefault
The value of the blockDefault attribute.


complexTypes

java.util.HashMap complexTypes
A table of defined complex types, indexed by name


elementFormDefault

java.lang.String elementFormDefault
The elementFormDefault attribute for this Schema, as a string ("qualified" or "unqualified")


elements

java.util.HashMap elements
A list of defined elements


finalDefault

int finalDefault
The value of the finalDefault attribute.


_id

java.lang.String _id
The ID for this Schema


identityConstraints

java.util.HashMap identityConstraints
Index of identity constraints (indexed by the fingerprint of their name)


importedSchemas

java.util.HashMap importedSchemas
A list of imported schemas


schemaLocation

java.lang.String schemaLocation
The schemaLocation hint provided in the 'import' tag. By default the schemaLocation is the locator of the SaxUnmarshaller


simpleTypes

java.util.HashMap simpleTypes
A list of defined SimpleTypes


targetNamespace

java.lang.String targetNamespace
The targetNamespace for this Schema


version

java.lang.String version
The version information as specified by the version attribute


namePool

NamePool namePool
Saxon NamePool used to hold the names in this schema


errorCount

int errorCount
Number of errors found while loading this schema

Class com.saxonica.schema.SchemaElement implements Serializable

Serialized Fields

systemId

java.lang.String systemId

lineNumber

int lineNumber

Class com.saxonica.schema.SequenceCompositor implements Serializable

Class com.saxonica.schema.UnionType implements Serializable

Serialized Fields

memberTypes

java.util.List memberTypes
The members of this Union. The members of this list are further SimpleType objects.

Class com.saxonica.schema.Unique implements Serializable

Class com.saxonica.schema.UnknownDef implements Serializable

Class com.saxonica.schema.UserComplexType implements Serializable

Serialized Fields

schema

Schema schema
The schema in which this complex type is defined


isAbstract

boolean isAbstract
The abstract flag for this UserComplexType


allContent

boolean allContent
Boolean indicating whether this complex type's content model uses xs:all


attributes

AttributeGroupDecl attributes
The attribute declarations for this UserComplexType. Includes attributes, attribute groups, and attribute wildcards. If this complex type is derived by extension, it does not include attributes from the base type.


extendedAttributes

AttributeGroupDecl extendedAttributes
The attribute declarations for this UserComplexType. Includes attributes, attribute groups, and attribute wildcards. If this complex type is derived by extension, it includes all the attributes from the base type as well as those locally defined.


block

int block
The value of the 'block' property for this UserComplexType. This is a bit-significant value, made up of constants such as DERIVE_BY_EXTENSION and DERIVE_BY_RESTRICTION


complexContent

boolean complexContent
a flag set to true if this complexType is a complexContent


mixed

boolean mixed
A flag representing mixed="true" or mixed="false"


simpleContentType

SimpleType simpleContentType
For a complex type with simple content, the simple type of the content. Otherwise null. Note that this is not the same as the base type: a complex type with simple content may be derived from another complex type with simple content, in which case that complex type is the base type; the simpleContentType is always the type of the content itself.


particle

Particle particle
The content model for this UserComplexType, as defined in the schema


extendedParticle

Particle extendedParticle
The content model for this UserComplexType, extended with the content model of the type that it extends (if any)


restricted

boolean restricted
a flag set to true if this complexType is a restriction


simpleContent

boolean simpleContent
a flag set to true if this complexType is a simpleContent


isEmpty

boolean isEmpty
A flag to indicate that the contentType of this complexType is empty. This is available only after validation


initialState

AutomatonState initialState
Initial state of the finite state machine for validating against this complex type


compiled

boolean compiled
Flag to indicate that the type has been compiled

Class com.saxonica.schema.ValueRangeFacet implements Serializable

Serialized Fields

facet

int facet

requiredValue

AtomicValue requiredValue

Class com.saxonica.schema.WhitespaceFacet implements Serializable

Serialized Fields

action

int action

Class com.saxonica.schema.Wildcard implements Serializable

Serialized Fields

allowedNamespaces

java.util.List allowedNamespaces
The list of permitted namespaces. The value "" represents the no-namespace, referred to as "absent" in the specifications. The list may be empty, indicating that no namespaces are allowed. If allowedNamespaces is non-null, then disallowedNamespaces must be null.


disallowedNamespace

java.lang.String disallowedNamespace
A namespace that is not permitted (supports ##other). The value "" represents the no-namespace, referred to as "absent" in the specifications.


_processContents

java.lang.String _processContents
the processContent of this wildcard. (strict by default)


Package com.saxonica.validate

Class com.saxonica.validate.SchemaAwareConfiguration implements Serializable

Serialized Fields

schemaCache

java.util.HashMap schemaCache

superSchema

SuperSchema superSchema

features

java.util.Properties features

Class com.saxonica.validate.SchemaAwareConfiguration.InvalidLicenseError implements Serializable


Package com.saxonica.importer

Class com.saxonica.importer.SimpleTypeDefinition implements Serializable

Serialized Fields

schema

Schema schema

baseTypeObject

java.lang.Object baseTypeObject
The base type is either a SimpleTypeDefinition or a SimpleType or an Integer containing the fingerprint of the name of the base type


isSimpleContent

boolean isSimpleContent
If the simple type represents the content type of a complex type with simple content, then the base type is allowed (initially) to be a complex type with simple content; the real base type is the content type of that complex type, but we don't know this in advance


itemType

java.lang.Object itemType
The item type of a list is represented either by another SimpleTypeDefinition, or by a SimpleType once it has been resolved, or by an Integer containing the fingerprint.


members

java.util.List members
The member types of a union are represented by a list whose items are either a SimpleTypeDefinition, or by a SimpleType once it has been resolved, or an Integer containing the fingerprint.


simpleType

SimpleType simpleType

validationPhase

int validationPhase



Stylus Studio features integrated development and debugging support for Saxon in the XQuery editor and XSLT editor.