Serialized Form
-
Package net.sf.saxon.dom
-
Class net.sf.saxon.dom.DOMExceptionImpl extends DOMException implements Serializable
-
Serialized Fields
-
code
short code
-
-
-
-
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
-
-
Package net.sf.saxon.expr.instruct
-
Class net.sf.saxon.expr.instruct.TerminationException extends XPathException implements Serializable
-
-
Package net.sf.saxon.expr.parser
-
Class net.sf.saxon.expr.parser.PathMap.PathMapNodeSet extends HashSet<PathMap.PathMapNode> implements Serializable
-
-
Package net.sf.saxon.expr.sort
-
Class net.sf.saxon.expr.sort.AlphanumericCollator extends Object implements Serializable
-
Serialized Fields
-
baseCollator
StringCollator baseCollator
-
-
-
Class net.sf.saxon.expr.sort.ComparisonException extends ClassCastException implements Serializable
-
Serialized Fields
-
cause
XPathException cause
-
-
-
Class net.sf.saxon.expr.sort.DescendingComparer extends Object implements Serializable
-
Serialized Fields
-
baseComparer
AtomicComparer baseComparer
-
-
-
Class net.sf.saxon.expr.sort.EmptyGreatestComparer extends Object implements Serializable
-
Serialized Fields
-
baseComparer
AtomicComparer baseComparer
-
-
-
-
Package net.sf.saxon.functions.registry
-
Class net.sf.saxon.functions.registry.BuiltInFunctionSet.Entry extends Object implements Serializable
-
Serialized Fields
-
applicability
int applicability
Flags indicating which host languages the function is applicable to -
argumentTypes
SequenceType[] argumentTypes
An array holding the types of the arguments to the function -
arity
int arity
The arity of the function -
cardinality
int cardinality
The cardinality of the result of the function -
implementationClass
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 -
name
StructuredQName name
The name of the function as a QName -
optionDetails
OptionsParameter optionDetails
For options parameters, details of the accepted options, their defaults, and required type -
properties
int properties
Any additional properties. Various bit settings are defined: for example SAME_AS_FIRST_ARGUMENT indicates that the result type is the same as the type of the first argument -
resultIfEmpty
Sequence<?>[] 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 -
streamingAdjunct
Class streamingAdjunct
Class used to provide a streaming implementation of the function -
usage
OperandUsage[] usage
The syntactic context of each argument for the purposes of streamability analysis
-
-
-
-
Package net.sf.saxon.om
-
Class net.sf.saxon.om.NamePool.NamePoolLimitException extends RuntimeException implements Serializable
-
Class net.sf.saxon.om.QNameException extends Exception implements Serializable
-
Serialized Fields
-
message
String message
-
-
-
-
Package net.sf.saxon.regex
-
Class net.sf.saxon.regex.RESyntaxException extends RuntimeException implements Serializable
-
-
Package net.sf.saxon.s9api
-
Class net.sf.saxon.s9api.SaxonApiException extends Exception implements Serializable
-
Class net.sf.saxon.s9api.SaxonApiUncheckedException extends RuntimeException implements Serializable
-
-
Package net.sf.saxon.s9api.streams
-
Class net.sf.saxon.s9api.streams.XdmCollectors.MultipleItemException extends RuntimeException implements Serializable
-
-
Package net.sf.saxon.trans
-
Class net.sf.saxon.trans.LicenseException extends RuntimeException implements Serializable
-
Serialized Fields
-
reason
int reason
-
-
-
Class net.sf.saxon.trans.NoDynamicContextException extends XPathException implements Serializable
-
Class net.sf.saxon.trans.QuitParsingException extends XPathException implements Serializable
-
Serialized Fields
-
notifiedByConsumer
boolean notifiedByConsumer
-
-
-
Class net.sf.saxon.trans.UncheckedXPathException extends RuntimeException implements Serializable
-
Serialized Fields
-
cause
XPathException cause
-
-
-
Class net.sf.saxon.trans.XPathException extends TransformerException implements Serializable
-
Serialized Fields
-
errorCode
StructuredQName errorCode
-
errorObject
Sequence errorObject
-
failingExpression
Expression failingExpression
-
hasBeenReported
boolean hasBeenReported
-
hostLanguage
String hostLanguage
-
isGlobalError
boolean isGlobalError
-
isStaticError
boolean isStaticError
-
isSyntaxError
boolean isSyntaxError
-
isTypeError
boolean isTypeError
-
-
-
Class net.sf.saxon.trans.XPathException.Circularity extends XPathException implements Serializable
-
Class net.sf.saxon.trans.XPathException.StackOverflow extends XPathException implements Serializable
-
-
Package net.sf.saxon.type
-
Class net.sf.saxon.type.MissingComponentException extends SchemaException implements Serializable
-
Class net.sf.saxon.type.SchemaException extends XPathException implements Serializable
-
Class net.sf.saxon.type.ValidationException extends XPathException implements Serializable
-
Serialized Fields
-
failure
ValidationFailure failure
-
-
-
Class net.sf.saxon.type.ValidationParams extends HashMap<StructuredQName,Sequence<?>> implements Serializable
-