Serialized Form
-
Package net.sf.saxon.dom
-
Exception net.sf.saxon.dom.DOMExceptionImpl
class DOMExceptionImpl extends DOMException implements Serializable-
Serialized Fields
-
code
short code
-
-
-
-
Package net.sf.saxon.event
-
Exception net.sf.saxon.event.CopyNamespaceSensitiveException
class CopyNamespaceSensitiveException extends XPathException implements Serializable -
Exception net.sf.saxon.event.NoOpenStartTagException
class NoOpenStartTagException extends XPathException implements Serializable
-
-
Package net.sf.saxon.expr.instruct
-
Exception net.sf.saxon.expr.instruct.TerminationException
class TerminationException extends XPathException implements Serializable
-
-
Package net.sf.saxon.expr.parser
-
Package net.sf.saxon.expr.sort
-
Class net.sf.saxon.expr.sort.AlphanumericCollator
class AlphanumericCollator extends Object implements Serializable-
Serialized Fields
-
baseCollator
StringCollator baseCollator
-
-
-
Exception net.sf.saxon.expr.sort.ComparisonException
class ComparisonException extends ClassCastException implements Serializable-
Serialized Fields
-
cause
XPathException cause
-
-
-
Class net.sf.saxon.expr.sort.DescendingComparer
class DescendingComparer extends Object implements Serializable-
Serialized Fields
-
baseComparer
AtomicComparer baseComparer
-
-
-
Class net.sf.saxon.expr.sort.EmptyGreatestComparer
class EmptyGreatestComparer extends Object implements Serializable-
Serialized Fields
-
baseComparer
AtomicComparer baseComparer
-
-
-
-
Package net.sf.saxon.functions.registry
-
Class net.sf.saxon.functions.registry.BuiltInFunctionSet.Entry
class 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
-
Exception net.sf.saxon.om.NamePool.NamePoolLimitException
class NamePoolLimitException extends RuntimeException implements Serializable -
Exception net.sf.saxon.om.QNameException
class QNameException extends Exception implements Serializable-
Serialized Fields
-
message
String message
-
-
-
-
Package net.sf.saxon.regex
-
Exception net.sf.saxon.regex.RESyntaxException
class RESyntaxException extends RuntimeException implements Serializable
-
-
Package net.sf.saxon.s9api
-
Exception net.sf.saxon.s9api.SaxonApiException
class SaxonApiException extends Exception implements Serializable -
Exception net.sf.saxon.s9api.SaxonApiUncheckedException
class SaxonApiUncheckedException extends RuntimeException implements Serializable
-
-
Package net.sf.saxon.s9api.streams
-
Exception net.sf.saxon.s9api.streams.XdmCollectors.MultipleItemException
class MultipleItemException extends RuntimeException implements Serializable
-
-
Package net.sf.saxon.trans
-
Exception net.sf.saxon.trans.LicenseException
class LicenseException extends RuntimeException implements Serializable-
Serialized Fields
-
reason
int reason
-
-
-
Exception net.sf.saxon.trans.NoDynamicContextException
class NoDynamicContextException extends XPathException implements Serializable -
Exception net.sf.saxon.trans.QuitParsingException
class QuitParsingException extends XPathException implements Serializable-
Serialized Fields
-
notifiedByConsumer
boolean notifiedByConsumer
-
-
-
Exception net.sf.saxon.trans.UncheckedXPathException
class UncheckedXPathException extends RuntimeException implements Serializable-
Serialized Fields
-
cause
XPathException cause
-
-
-
Exception net.sf.saxon.trans.XPathException
class 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
-
-
-
Exception net.sf.saxon.trans.XPathException.Circularity
class Circularity extends XPathException implements Serializable -
Exception net.sf.saxon.trans.XPathException.StackOverflow
class StackOverflow extends XPathException implements Serializable
-
-
Package net.sf.saxon.type
-
Exception net.sf.saxon.type.MissingComponentException
class MissingComponentException extends SchemaException implements Serializable -
Exception net.sf.saxon.type.SchemaException
class SchemaException extends XPathException implements Serializable -
Exception net.sf.saxon.type.ValidationException
class ValidationException extends XPathException implements Serializable-
Serialized Fields
-
failure
ValidationFailure failure
-
-
-
Class net.sf.saxon.type.ValidationParams
-