net.sf.saxon.trans |
|
Java Source File Name | Type | Comment |
DecimalFormatManager.java | Class | DecimalFormatManager manages the collection of named and unnamed decimal formats
author: Michael H. |
DecimalSymbols.java | Class | This class is modelled on Java's DecimalFormatSymbols, but it allows the use of any
Unicode character to represent symbols such as the decimal point and the grouping
separator, whereas DecimalFormatSymbols restricts these to a char (1-65535). |
DynamicError.java | Class | |
IndependentContext.java | Class | An IndependentContext provides a context for parsing an expression or pattern appearing
in a context other than a stylesheet.
This class was formerly named StandaloneContext. |
KeyDefinition.java | Class | Corresponds to a single xsl:key declaration.
author: Michael H. |
KeyManager.java | Class | KeyManager manages the set of key definitions in a stylesheet, and the indexes
associated with these key definitions. |
Mode.java | Class | A Mode is a collection of rules; the selection of a rule to apply to a given element
is determined by a Pattern.
author: Michael H. |
RuleManager.java | Class | RuleManager maintains a set of template rules, one set for each mode
version: 10 December 1999: carved out of the old Controller class author: Michael H. |
SaxonErrorCode.java | Class | The class acts as a register of Saxon-specific error codes.
Technically, these codes should be in their own namespace. |
StaticError.java | Class | |
UncheckedXPathException.java | Class | When tree construction is deferred, innocuous methods such as NodeInfo#getLocalName() may
trigger a dynamic error. |
Variable.java | Class | An object representing an XPath variable for use in the standalone XPath API. |
XPathException.java | Class | XPathException is used to indicate an error in an XPath expression.
We don't distinguish compile-time errors from run-time errors because there are
too many overlaps, e.g. |